richedit: Handle starting in EOL sequence in EM_GETTEXTRANGE.
[wine/hacks.git] / configure
blob19d95a0d0518d986bf9f9708344a996664920bb2
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.13.
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, 2007, 2008 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 # Pre-4.2 versions of Zsh do 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 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.13'
600 PACKAGE_STRING='Wine 1.1.13'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
734 ac_ct_NM
736 ac_ct_LD
738 ac_ct_AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
747 XMKMF
748 TOOLSDIR
749 WIN16_INSTALL
750 WIN16_FILES
751 TARGETFLAGS
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
858 ac_precious_vars='build_alias
859 host_alias
860 target_alias
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
867 CXXFLAGS
869 XMKMF
870 CPP'
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
921 ac_prev=
922 ac_dashdash=
923 for ac_option
925 # If the previous option needs an argument, assign it.
926 if test -n "$ac_prev"; then
927 eval $ac_prev=\$ac_option
928 ac_prev=
929 continue
932 case $ac_option in
933 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934 *) ac_optarg=yes ;;
935 esac
937 # Accept the important Cygnus configure options, so we can diagnose typos.
939 case $ac_dashdash$ac_option in
941 ac_dashdash=yes ;;
943 -bindir | --bindir | --bindi | --bind | --bin | --bi)
944 ac_prev=bindir ;;
945 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946 bindir=$ac_optarg ;;
948 -build | --build | --buil | --bui | --bu)
949 ac_prev=build_alias ;;
950 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951 build_alias=$ac_optarg ;;
953 -cache-file | --cache-file | --cache-fil | --cache-fi \
954 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955 ac_prev=cache_file ;;
956 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958 cache_file=$ac_optarg ;;
960 --config-cache | -C)
961 cache_file=config.cache ;;
963 -datadir | --datadir | --datadi | --datad)
964 ac_prev=datadir ;;
965 -datadir=* | --datadir=* | --datadi=* | --datad=*)
966 datadir=$ac_optarg ;;
968 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969 | --dataroo | --dataro | --datar)
970 ac_prev=datarootdir ;;
971 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973 datarootdir=$ac_optarg ;;
975 -disable-* | --disable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980 { (exit 1); exit 1; }; }
981 ac_useropt_orig=$ac_useropt
982 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
985 "enable_$ac_useropt"
986 "*) ;;
987 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988 ac_unrecognized_sep=', ';;
989 esac
990 eval enable_$ac_useropt=no ;;
992 -docdir | --docdir | --docdi | --doc | --do)
993 ac_prev=docdir ;;
994 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995 docdir=$ac_optarg ;;
997 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998 ac_prev=dvidir ;;
999 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000 dvidir=$ac_optarg ;;
1002 -enable-* | --enable-*)
1003 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007 { (exit 1); exit 1; }; }
1008 ac_useropt_orig=$ac_useropt
1009 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010 case $ac_user_opts in
1012 "enable_$ac_useropt"
1013 "*) ;;
1014 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015 ac_unrecognized_sep=', ';;
1016 esac
1017 eval enable_$ac_useropt=\$ac_optarg ;;
1019 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021 | --exec | --exe | --ex)
1022 ac_prev=exec_prefix ;;
1023 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025 | --exec=* | --exe=* | --ex=*)
1026 exec_prefix=$ac_optarg ;;
1028 -gas | --gas | --ga | --g)
1029 # Obsolete; use --with-gas.
1030 with_gas=yes ;;
1032 -help | --help | --hel | --he | -h)
1033 ac_init_help=long ;;
1034 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035 ac_init_help=recursive ;;
1036 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037 ac_init_help=short ;;
1039 -host | --host | --hos | --ho)
1040 ac_prev=host_alias ;;
1041 -host=* | --host=* | --hos=* | --ho=*)
1042 host_alias=$ac_optarg ;;
1044 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045 ac_prev=htmldir ;;
1046 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047 | --ht=*)
1048 htmldir=$ac_optarg ;;
1050 -includedir | --includedir | --includedi | --included | --include \
1051 | --includ | --inclu | --incl | --inc)
1052 ac_prev=includedir ;;
1053 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054 | --includ=* | --inclu=* | --incl=* | --inc=*)
1055 includedir=$ac_optarg ;;
1057 -infodir | --infodir | --infodi | --infod | --info | --inf)
1058 ac_prev=infodir ;;
1059 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060 infodir=$ac_optarg ;;
1062 -libdir | --libdir | --libdi | --libd)
1063 ac_prev=libdir ;;
1064 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065 libdir=$ac_optarg ;;
1067 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068 | --libexe | --libex | --libe)
1069 ac_prev=libexecdir ;;
1070 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071 | --libexe=* | --libex=* | --libe=*)
1072 libexecdir=$ac_optarg ;;
1074 -localedir | --localedir | --localedi | --localed | --locale)
1075 ac_prev=localedir ;;
1076 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077 localedir=$ac_optarg ;;
1079 -localstatedir | --localstatedir | --localstatedi | --localstated \
1080 | --localstate | --localstat | --localsta | --localst | --locals)
1081 ac_prev=localstatedir ;;
1082 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084 localstatedir=$ac_optarg ;;
1086 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087 ac_prev=mandir ;;
1088 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089 mandir=$ac_optarg ;;
1091 -nfp | --nfp | --nf)
1092 # Obsolete; use --without-fp.
1093 with_fp=no ;;
1095 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096 | --no-cr | --no-c | -n)
1097 no_create=yes ;;
1099 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101 no_recursion=yes ;;
1103 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105 | --oldin | --oldi | --old | --ol | --o)
1106 ac_prev=oldincludedir ;;
1107 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110 oldincludedir=$ac_optarg ;;
1112 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113 ac_prev=prefix ;;
1114 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115 prefix=$ac_optarg ;;
1117 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118 | --program-pre | --program-pr | --program-p)
1119 ac_prev=program_prefix ;;
1120 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122 program_prefix=$ac_optarg ;;
1124 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125 | --program-suf | --program-su | --program-s)
1126 ac_prev=program_suffix ;;
1127 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129 program_suffix=$ac_optarg ;;
1131 -program-transform-name | --program-transform-name \
1132 | --program-transform-nam | --program-transform-na \
1133 | --program-transform-n | --program-transform- \
1134 | --program-transform | --program-transfor \
1135 | --program-transfo | --program-transf \
1136 | --program-trans | --program-tran \
1137 | --progr-tra | --program-tr | --program-t)
1138 ac_prev=program_transform_name ;;
1139 -program-transform-name=* | --program-transform-name=* \
1140 | --program-transform-nam=* | --program-transform-na=* \
1141 | --program-transform-n=* | --program-transform-=* \
1142 | --program-transform=* | --program-transfor=* \
1143 | --program-transfo=* | --program-transf=* \
1144 | --program-trans=* | --program-tran=* \
1145 | --progr-tra=* | --program-tr=* | --program-t=*)
1146 program_transform_name=$ac_optarg ;;
1148 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149 ac_prev=pdfdir ;;
1150 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151 pdfdir=$ac_optarg ;;
1153 -psdir | --psdir | --psdi | --psd | --ps)
1154 ac_prev=psdir ;;
1155 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156 psdir=$ac_optarg ;;
1158 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159 | -silent | --silent | --silen | --sile | --sil)
1160 silent=yes ;;
1162 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163 ac_prev=sbindir ;;
1164 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165 | --sbi=* | --sb=*)
1166 sbindir=$ac_optarg ;;
1168 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170 | --sharedst | --shareds | --shared | --share | --shar \
1171 | --sha | --sh)
1172 ac_prev=sharedstatedir ;;
1173 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176 | --sha=* | --sh=*)
1177 sharedstatedir=$ac_optarg ;;
1179 -site | --site | --sit)
1180 ac_prev=site ;;
1181 -site=* | --site=* | --sit=*)
1182 site=$ac_optarg ;;
1184 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185 ac_prev=srcdir ;;
1186 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187 srcdir=$ac_optarg ;;
1189 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190 | --syscon | --sysco | --sysc | --sys | --sy)
1191 ac_prev=sysconfdir ;;
1192 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194 sysconfdir=$ac_optarg ;;
1196 -target | --target | --targe | --targ | --tar | --ta | --t)
1197 ac_prev=target_alias ;;
1198 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199 target_alias=$ac_optarg ;;
1201 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202 verbose=yes ;;
1204 -version | --version | --versio | --versi | --vers | -V)
1205 ac_init_version=: ;;
1207 -with-* | --with-*)
1208 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212 { (exit 1); exit 1; }; }
1213 ac_useropt_orig=$ac_useropt
1214 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215 case $ac_user_opts in
1217 "with_$ac_useropt"
1218 "*) ;;
1219 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220 ac_unrecognized_sep=', ';;
1221 esac
1222 eval with_$ac_useropt=\$ac_optarg ;;
1224 -without-* | --without-*)
1225 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226 # Reject names that are not valid shell variable names.
1227 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229 { (exit 1); exit 1; }; }
1230 ac_useropt_orig=$ac_useropt
1231 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232 case $ac_user_opts in
1234 "with_$ac_useropt"
1235 "*) ;;
1236 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237 ac_unrecognized_sep=', ';;
1238 esac
1239 eval with_$ac_useropt=no ;;
1241 --x)
1242 # Obsolete; use --with-x.
1243 with_x=yes ;;
1245 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246 | --x-incl | --x-inc | --x-in | --x-i)
1247 ac_prev=x_includes ;;
1248 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250 x_includes=$ac_optarg ;;
1252 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254 ac_prev=x_libraries ;;
1255 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257 x_libraries=$ac_optarg ;;
1259 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261 { (exit 1); exit 1; }; }
1264 *=*)
1265 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266 # Reject names that are not valid shell variable names.
1267 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269 { (exit 1); exit 1; }; }
1270 eval $ac_envvar=\$ac_optarg
1271 export $ac_envvar ;;
1274 # FIXME: should be removed in autoconf 3.0.
1275 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1281 esac
1282 done
1284 if test -n "$ac_prev"; then
1285 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287 { (exit 1); exit 1; }; }
1290 if test -n "$ac_unrecognized_opts"; then
1291 case $enable_option_checking in
1292 no) ;;
1293 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294 { (exit 1); exit 1; }; } ;;
1295 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296 esac
1299 # Check all directory arguments for consistency.
1300 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301 datadir sysconfdir sharedstatedir localstatedir includedir \
1302 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303 libdir localedir mandir
1305 eval ac_val=\$$ac_var
1306 # Remove trailing slashes.
1307 case $ac_val in
1308 */ )
1309 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310 eval $ac_var=\$ac_val;;
1311 esac
1312 # Be sure to have absolute directory names.
1313 case $ac_val in
1314 [\\/$]* | ?:[\\/]* ) continue;;
1315 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316 esac
1317 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318 { (exit 1); exit 1; }; }
1319 done
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330 if test "x$build_alias" = x; then
1331 cross_compiling=maybe
1332 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333 If a cross compiler is detected then cross compile mode will be used." >&2
1334 elif test "x$build_alias" != "x$host_alias"; then
1335 cross_compiling=yes
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342 test "$silent" = yes && exec 6>/dev/null
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349 { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352 { (exit 1); exit 1; }; }
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357 ac_srcdir_defaulted=yes
1358 # Try the directory containing this script, then the parent directory.
1359 ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361 X"$as_myself" : 'X\(//\)[^/]' \| \
1362 X"$as_myself" : 'X\(//\)$' \| \
1363 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366 s//\1/
1369 /^X\(\/\/\)[^/].*/{
1370 s//\1/
1373 /^X\(\/\/\)$/{
1374 s//\1/
1377 /^X\(\/\).*/{
1378 s//\1/
1381 s/.*/./; q'`
1382 srcdir=$ac_confdir
1383 if test ! -r "$srcdir/$ac_unique_file"; then
1384 srcdir=..
1386 else
1387 ac_srcdir_defaulted=no
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392 { (exit 1); exit 1; }; }
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397 { (exit 1); exit 1; }; }
1398 pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401 srcdir=.
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411 eval ac_env_${ac_var}_value=\$${ac_var}
1412 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1417 # Report the --help message.
1419 if test "$ac_init_help" = "long"; then
1420 # Omit some internal or obsolete options to make the list less imposing.
1421 # This message is too long to be a string in the A/UX 3.1 sh.
1422 cat <<_ACEOF
1423 \`configure' configures Wine 1.1.13 to adapt to many kinds of systems.
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE. See below for descriptions of some of the useful variables.
1430 Defaults for the options are specified in brackets.
1432 Configuration:
1433 -h, --help display this help and exit
1434 --help=short display options specific to this package
1435 --help=recursive display the short help of all the included packages
1436 -V, --version display version information and exit
1437 -q, --quiet, --silent do not print \`checking...' messages
1438 --cache-file=FILE cache test results in FILE [disabled]
1439 -C, --config-cache alias for \`--cache-file=config.cache'
1440 -n, --no-create do not create output files
1441 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1443 Installation directories:
1444 --prefix=PREFIX install architecture-independent files in PREFIX
1445 [$ac_default_prefix]
1446 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1447 [PREFIX]
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1454 For better control, use the options below.
1456 Fine tuning of the installation directories:
1457 --bindir=DIR user executables [EPREFIX/bin]
1458 --sbindir=DIR system admin executables [EPREFIX/sbin]
1459 --libexecdir=DIR program executables [EPREFIX/libexec]
1460 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1461 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1462 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1463 --libdir=DIR object code libraries [EPREFIX/lib]
1464 --includedir=DIR C header files [PREFIX/include]
1465 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1466 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1467 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1468 --infodir=DIR info documentation [DATAROOTDIR/info]
1469 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1470 --mandir=DIR man documentation [DATAROOTDIR/man]
1471 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1472 --htmldir=DIR html documentation [DOCDIR]
1473 --dvidir=DIR dvi documentation [DOCDIR]
1474 --pdfdir=DIR pdf documentation [DOCDIR]
1475 --psdir=DIR ps documentation [DOCDIR]
1476 _ACEOF
1478 cat <<\_ACEOF
1480 X features:
1481 --x-includes=DIR X include files are in DIR
1482 --x-libraries=DIR X library files are in DIR
1484 System types:
1485 --build=BUILD configure for building on BUILD [guessed]
1486 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1490 if test -n "$ac_init_help"; then
1491 case $ac_init_help in
1492 short | recursive ) echo "Configuration of Wine 1.1.13:";;
1493 esac
1494 cat <<\_ACEOF
1496 Optional Features:
1497 --disable-option-checking ignore unrecognized --enable/--with options
1498 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1499 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1500 --disable-win16 do not include Win16 support
1501 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1502 binaries)
1503 --disable-tests do not build the regression tests
1504 --enable-maintainer-mode
1505 enable maintainer-specific build rules
1507 Optional Packages:
1508 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1509 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1510 --without-alsa do not use the Alsa sound support
1511 --without-audioio do not use the AudioIO sound support
1512 --without-capi do not use CAPI (ISDN support)
1513 --without-cms do not use CMS (color management support)
1514 --without-coreaudio do not use the CoreAudio sound support
1515 --without-cups do not use CUPS
1516 --without-curses do not use (n)curses
1517 --without-esd do not use the EsounD sound support
1518 --without-fontconfig do not use fontconfig
1519 --without-freetype do not use the FreeType library
1520 --without-gphoto do not use gphoto (Digital Camera support)
1521 --without-glu do not use the GLU library
1522 --without-gnutls do not use GnuTLS (schannel support)
1523 --without-hal do not use HAL (dynamic device support)
1524 --without-jack do not use the Jack sound support
1525 --without-jpeg do not use JPEG
1526 --without-ldap do not use LDAP
1527 --without-nas do not use the NAS sound support
1528 --without-opengl do not use OpenGL
1529 --without-openssl do not use OpenSSL
1530 --without-oss do not use the OSS sound support
1531 --without-png do not use PNG
1532 --without-sane do not use SANE (scanner support)
1533 --without-xcomposite do not use the Xcomposite extension
1534 --without-xcursor do not use the Xcursor extension
1535 --without-xinerama do not use Xinerama (multi-monitor support)
1536 --without-xinput do not use the Xinput extension
1537 --without-xml do not use XML
1538 --without-xrandr do not use Xrandr (resolution changes)
1539 --without-xrender do not use the Xrender extension
1540 --without-xshape do not use the Xshape extension
1541 --without-xshm do not use XShm (shared memory extension)
1542 --without-xslt do not use XSLT
1543 --without-xxf86vm do not use XFree video mode extension
1544 --with-wine-tools=DIR use Wine tools from directory DIR
1545 --with-x use the X Window System
1547 Some influential environment variables:
1548 CC C compiler command
1549 CFLAGS C compiler flags
1550 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1551 nonstandard directory <lib dir>
1552 LIBS libraries to pass to the linker, e.g. -l<library>
1553 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554 you have headers in a nonstandard directory <include dir>
1555 CXX C++ compiler command
1556 CXXFLAGS C++ compiler flags
1557 XMKMF Path to xmkmf, Makefile generator for X Window System
1558 CPP C preprocessor
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1568 if test "$ac_init_help" = "recursive"; then
1569 # If there are subdirs, report their specific --help.
1570 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571 test -d "$ac_dir" ||
1572 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573 continue
1574 ac_builddir=.
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580 # A ".." for each directory in $ac_dir_suffix.
1581 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582 case $ac_top_builddir_sub in
1583 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585 esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1592 case $srcdir in
1593 .) # We are building in place.
1594 ac_srcdir=.
1595 ac_top_srcdir=$ac_top_builddir_sub
1596 ac_abs_top_srcdir=$ac_pwd ;;
1597 [\\/]* | ?:[\\/]* ) # Absolute name.
1598 ac_srcdir=$srcdir$ac_dir_suffix;
1599 ac_top_srcdir=$srcdir
1600 ac_abs_top_srcdir=$srcdir ;;
1601 *) # Relative name.
1602 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603 ac_top_srcdir=$ac_top_build_prefix$srcdir
1604 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1608 cd "$ac_dir" || { ac_status=$?; continue; }
1609 # Check for guested configure.
1610 if test -f "$ac_srcdir/configure.gnu"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613 elif test -f "$ac_srcdir/configure"; then
1614 echo &&
1615 $SHELL "$ac_srcdir/configure" --help=recursive
1616 else
1617 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618 fi || ac_status=$?
1619 cd "$ac_pwd" || { ac_status=$?; break; }
1620 done
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625 cat <<\_ACEOF
1626 Wine configure 1.1.13
1627 generated by GNU Autoconf 2.63
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634 exit
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1640 It was created by Wine $as_me 1.1.13, which was
1641 generated by GNU Autoconf 2.63. Invocation command line was
1643 $ $0 $@
1645 _ACEOF
1646 exec 5>>config.log
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1662 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1663 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1666 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1667 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1668 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1670 _ASUNAME
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1675 IFS=$as_save_IFS
1676 test -z "$as_dir" && as_dir=.
1677 $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1681 } >&5
1683 cat >&5 <<_ACEOF
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1690 _ACEOF
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1704 for ac_arg
1706 case $ac_arg in
1707 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709 | -silent | --silent | --silen | --sile | --sil)
1710 continue ;;
1711 *\'*)
1712 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713 esac
1714 case $ac_pass in
1715 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1717 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718 if test $ac_must_keep_next = true; then
1719 ac_must_keep_next=false # Got value, back to normal.
1720 else
1721 case $ac_arg in
1722 *=* | --config-cache | -C | -disable-* | --disable-* \
1723 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725 | -with-* | --with-* | -without-* | --without-* | --x)
1726 case "$ac_configure_args0 " in
1727 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728 esac
1730 -* ) ac_must_keep_next=true ;;
1731 esac
1733 ac_configure_args="$ac_configure_args '$ac_arg'"
1735 esac
1736 done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log. We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747 # Save into config.log some information that might help in debugging.
1749 echo
1751 cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756 echo
1757 # The following way of writing the cache mishandles newlines in values,
1759 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760 eval ac_val=\$$ac_var
1761 case $ac_val in #(
1762 *${as_nl}*)
1763 case $ac_var in #(
1764 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766 esac
1767 case $ac_var in #(
1768 _ | IFS | as_nl) ;; #(
1769 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770 *) $as_unset $ac_var ;;
1771 esac ;;
1772 esac
1773 done
1774 (set) 2>&1 |
1775 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776 *${as_nl}ac_space=\ *)
1777 sed -n \
1778 "s/'\''/'\''\\\\'\'''\''/g;
1779 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780 ;; #(
1782 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1784 esac |
1785 sort
1787 echo
1789 cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794 echo
1795 for ac_var in $ac_subst_vars
1797 eval ac_val=\$$ac_var
1798 case $ac_val in
1799 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800 esac
1801 $as_echo "$ac_var='\''$ac_val'\''"
1802 done | sort
1803 echo
1805 if test -n "$ac_subst_files"; then
1806 cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811 echo
1812 for ac_var in $ac_subst_files
1814 eval ac_val=\$$ac_var
1815 case $ac_val in
1816 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817 esac
1818 $as_echo "$ac_var='\''$ac_val'\''"
1819 done | sort
1820 echo
1823 if test -s confdefs.h; then
1824 cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829 echo
1830 cat confdefs.h
1831 echo
1833 test "$ac_signal" != 0 &&
1834 $as_echo "$as_me: caught signal $ac_signal"
1835 $as_echo "$as_me: exit $exit_status"
1836 } >&5
1837 rm -f core *.core core.conftest.* &&
1838 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839 exit $exit_status
1841 for ac_signal in 1 2 13 15; do
1842 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1849 # Predefined preprocessor variables.
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881 ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883 ac_site_file1=$prefix/share/config.site
1884 ac_site_file2=$prefix/etc/config.site
1885 else
1886 ac_site_file1=$ac_default_prefix/share/config.site
1887 ac_site_file2=$ac_default_prefix/etc/config.site
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1891 test "x$ac_site_file" = xNONE && continue
1892 if test -r "$ac_site_file"; then
1893 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895 sed 's/^/| /' "$ac_site_file" >&5
1896 . "$ac_site_file"
1898 done
1900 if test -r "$cache_file"; then
1901 # Some versions of bash will fail to source /dev/null (special
1902 # files actually), so we avoid doing that.
1903 if test -f "$cache_file"; then
1904 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906 case $cache_file in
1907 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908 *) . "./$cache_file";;
1909 esac
1911 else
1912 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914 >$cache_file
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922 eval ac_new_set=\$ac_env_${ac_var}_set
1923 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924 eval ac_new_val=\$ac_env_${ac_var}_value
1925 case $ac_old_set,$ac_new_set in
1926 set,)
1927 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929 ac_cache_corrupted=: ;;
1930 ,set)
1931 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933 ac_cache_corrupted=: ;;
1934 ,);;
1936 if test "x$ac_old_val" != "x$ac_new_val"; then
1937 # differences in whitespace do not lead to failure.
1938 ac_old_val_w=`echo x $ac_old_val`
1939 ac_new_val_w=`echo x $ac_new_val`
1940 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943 ac_cache_corrupted=:
1944 else
1945 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947 eval $ac_var=\$ac_old_val
1949 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1950 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1951 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1953 fi;;
1954 esac
1955 # Pass precious variables to config.status.
1956 if test "$ac_new_set" = set; then
1957 case $ac_new_val in
1958 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959 *) ac_arg=$ac_var=$ac_new_val ;;
1960 esac
1961 case " $ac_configure_args " in
1962 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1963 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964 esac
1966 done
1967 if $ac_cache_corrupted; then
1968 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974 { (exit 1); exit 1; }; }
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009 ac_config_headers="$ac_config_headers include/config.h"
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013 if test -f "$ac_dir/install-sh"; then
2014 ac_aux_dir=$ac_dir
2015 ac_install_sh="$ac_aux_dir/install-sh -c"
2016 break
2017 elif test -f "$ac_dir/install.sh"; then
2018 ac_aux_dir=$ac_dir
2019 ac_install_sh="$ac_aux_dir/install.sh -c"
2020 break
2021 elif test -f "$ac_dir/shtool"; then
2022 ac_aux_dir=$ac_dir
2023 ac_install_sh="$ac_aux_dir/shtool install -c"
2024 break
2026 done
2027 if test -z "$ac_aux_dir"; then
2028 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030 { (exit 1); exit 1; }; }
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046 enableval=$enable_win16;
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051 enableval=$enable_win64;
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056 enableval=$enable_tests;
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061 enableval=$enable_maintainer_mode;
2062 else
2063 MAINTAINER_MODE=\#
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101 withval=$with_cups;
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113 withval=$with_esd;
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125 withval=$with_freetype;
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131 withval=$with_gphoto;
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143 withval=$with_gnutls;
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149 withval=$with_hal;
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179 withval=$with_opengl;
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191 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
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203 withval=$with_sane;
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233 withval=$with_xml;
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263 withval=$with_xslt;
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276 withval=$with_wine_tools;
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284 { (exit 1); exit 1; }; }
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289 $as_echo_n "(cached) " >&6
2290 else
2291 ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297 { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301 { (exit 1); exit 1; }; }
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310 { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329 $as_echo_n "(cached) " >&6
2330 else
2331 if test "x$host_alias" = x; then
2332 ac_cv_host=$ac_cv_build
2333 else
2334 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337 { (exit 1); exit 1; }; }
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347 { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2364 case "$srcdir" in
2365 .) ;;
2366 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2367 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2368 You need to run 'make distclean' in the source tree first." >&5
2369 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2370 You need to run 'make distclean' in the source tree first." >&2;}
2371 { (exit 1); exit 1; }; }
2372 fi ;;
2373 esac
2376 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2377 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2378 set x ${MAKE-make}
2379 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2380 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2381 $as_echo_n "(cached) " >&6
2382 else
2383 cat >conftest.make <<\_ACEOF
2384 SHELL = /bin/sh
2385 all:
2386 @echo '@@@%%%=$(MAKE)=@@@%%%'
2387 _ACEOF
2388 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2389 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2390 *@@@%%%=?*=@@@%%%*)
2391 eval ac_cv_prog_make_${ac_make}_set=yes;;
2393 eval ac_cv_prog_make_${ac_make}_set=no;;
2394 esac
2395 rm -f conftest.make
2397 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2398 { $as_echo "$as_me:$LINENO: result: yes" >&5
2399 $as_echo "yes" >&6; }
2400 SET_MAKE=
2401 else
2402 { $as_echo "$as_me:$LINENO: result: no" >&5
2403 $as_echo "no" >&6; }
2404 SET_MAKE="MAKE=${MAKE-make}"
2407 ac_ext=c
2408 ac_cpp='$CPP $CPPFLAGS'
2409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412 if test -n "$ac_tool_prefix"; then
2413 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2414 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2416 $as_echo_n "checking for $ac_word... " >&6; }
2417 if test "${ac_cv_prog_CC+set}" = set; then
2418 $as_echo_n "(cached) " >&6
2419 else
2420 if test -n "$CC"; then
2421 ac_cv_prog_CC="$CC" # Let the user override the test.
2422 else
2423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424 for as_dir in $PATH
2426 IFS=$as_save_IFS
2427 test -z "$as_dir" && as_dir=.
2428 for ac_exec_ext in '' $ac_executable_extensions; do
2429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2430 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2431 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2432 break 2
2434 done
2435 done
2436 IFS=$as_save_IFS
2440 CC=$ac_cv_prog_CC
2441 if test -n "$CC"; then
2442 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2443 $as_echo "$CC" >&6; }
2444 else
2445 { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2451 if test -z "$ac_cv_prog_CC"; then
2452 ac_ct_CC=$CC
2453 # Extract the first word of "gcc", so it can be a program name with args.
2454 set dummy gcc; ac_word=$2
2455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 $as_echo_n "checking for $ac_word... " >&6; }
2457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2458 $as_echo_n "(cached) " >&6
2459 else
2460 if test -n "$ac_ct_CC"; then
2461 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2462 else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464 for as_dir in $PATH
2466 IFS=$as_save_IFS
2467 test -z "$as_dir" && as_dir=.
2468 for ac_exec_ext in '' $ac_executable_extensions; do
2469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470 ac_cv_prog_ac_ct_CC="gcc"
2471 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 break 2
2474 done
2475 done
2476 IFS=$as_save_IFS
2480 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2481 if test -n "$ac_ct_CC"; then
2482 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2483 $as_echo "$ac_ct_CC" >&6; }
2484 else
2485 { $as_echo "$as_me:$LINENO: result: no" >&5
2486 $as_echo "no" >&6; }
2489 if test "x$ac_ct_CC" = x; then
2490 CC=""
2491 else
2492 case $cross_compiling:$ac_tool_warned in
2493 yes:)
2494 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2496 ac_tool_warned=yes ;;
2497 esac
2498 CC=$ac_ct_CC
2500 else
2501 CC="$ac_cv_prog_CC"
2504 if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2507 set dummy ${ac_tool_prefix}cc; ac_word=$2
2508 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if test "${ac_cv_prog_CC+set}" = set; then
2511 $as_echo_n "(cached) " >&6
2512 else
2513 if test -n "$CC"; then
2514 ac_cv_prog_CC="$CC" # Let the user override the test.
2515 else
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517 for as_dir in $PATH
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
2522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2523 ac_cv_prog_CC="${ac_tool_prefix}cc"
2524 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2525 break 2
2527 done
2528 done
2529 IFS=$as_save_IFS
2533 CC=$ac_cv_prog_CC
2534 if test -n "$CC"; then
2535 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2536 $as_echo "$CC" >&6; }
2537 else
2538 { $as_echo "$as_me:$LINENO: result: no" >&5
2539 $as_echo "no" >&6; }
2545 if test -z "$CC"; then
2546 # Extract the first word of "cc", so it can be a program name with args.
2547 set dummy cc; ac_word=$2
2548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if test "${ac_cv_prog_CC+set}" = set; then
2551 $as_echo_n "(cached) " >&6
2552 else
2553 if test -n "$CC"; then
2554 ac_cv_prog_CC="$CC" # Let the user override the test.
2555 else
2556 ac_prog_rejected=no
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2560 IFS=$as_save_IFS
2561 test -z "$as_dir" && as_dir=.
2562 for ac_exec_ext in '' $ac_executable_extensions; do
2563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2564 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2565 ac_prog_rejected=yes
2566 continue
2568 ac_cv_prog_CC="cc"
2569 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2572 done
2573 done
2574 IFS=$as_save_IFS
2576 if test $ac_prog_rejected = yes; then
2577 # We found a bogon in the path, so make sure we never use it.
2578 set dummy $ac_cv_prog_CC
2579 shift
2580 if test $# != 0; then
2581 # We chose a different compiler from the bogus one.
2582 # However, it has the same basename, so the bogon will be chosen
2583 # first if we set CC to just the basename; use the full file name.
2584 shift
2585 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2590 CC=$ac_cv_prog_CC
2591 if test -n "$CC"; then
2592 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2593 $as_echo "$CC" >&6; }
2594 else
2595 { $as_echo "$as_me:$LINENO: result: no" >&5
2596 $as_echo "no" >&6; }
2601 if test -z "$CC"; then
2602 if test -n "$ac_tool_prefix"; then
2603 for ac_prog in cl.exe
2605 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2606 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2608 $as_echo_n "checking for $ac_word... " >&6; }
2609 if test "${ac_cv_prog_CC+set}" = set; then
2610 $as_echo_n "(cached) " >&6
2611 else
2612 if test -n "$CC"; then
2613 ac_cv_prog_CC="$CC" # Let the user override the test.
2614 else
2615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616 for as_dir in $PATH
2618 IFS=$as_save_IFS
2619 test -z "$as_dir" && as_dir=.
2620 for ac_exec_ext in '' $ac_executable_extensions; do
2621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2622 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2623 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2624 break 2
2626 done
2627 done
2628 IFS=$as_save_IFS
2632 CC=$ac_cv_prog_CC
2633 if test -n "$CC"; then
2634 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2636 else
2637 { $as_echo "$as_me:$LINENO: result: no" >&5
2638 $as_echo "no" >&6; }
2642 test -n "$CC" && break
2643 done
2645 if test -z "$CC"; then
2646 ac_ct_CC=$CC
2647 for ac_prog in cl.exe
2649 # Extract the first word of "$ac_prog", so it can be a program name with args.
2650 set dummy $ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2654 $as_echo_n "(cached) " >&6
2655 else
2656 if test -n "$ac_ct_CC"; then
2657 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2662 IFS=$as_save_IFS
2663 test -z "$as_dir" && as_dir=.
2664 for ac_exec_ext in '' $ac_executable_extensions; do
2665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666 ac_cv_prog_ac_ct_CC="$ac_prog"
2667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 break 2
2670 done
2671 done
2672 IFS=$as_save_IFS
2676 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2677 if test -n "$ac_ct_CC"; then
2678 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2679 $as_echo "$ac_ct_CC" >&6; }
2680 else
2681 { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2686 test -n "$ac_ct_CC" && break
2687 done
2689 if test "x$ac_ct_CC" = x; then
2690 CC=""
2691 else
2692 case $cross_compiling:$ac_tool_warned in
2693 yes:)
2694 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2695 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2696 ac_tool_warned=yes ;;
2697 esac
2698 CC=$ac_ct_CC
2705 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2706 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2707 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2708 See \`config.log' for more details." >&5
2709 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2710 See \`config.log' for more details." >&2;}
2711 { (exit 1); exit 1; }; }; }
2713 # Provide some information about the compiler.
2714 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2715 set X $ac_compile
2716 ac_compiler=$2
2717 { (ac_try="$ac_compiler --version >&5"
2718 case "(($ac_try" in
2719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720 *) ac_try_echo=$ac_try;;
2721 esac
2722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2723 $as_echo "$ac_try_echo") >&5
2724 (eval "$ac_compiler --version >&5") 2>&5
2725 ac_status=$?
2726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727 (exit $ac_status); }
2728 { (ac_try="$ac_compiler -v >&5"
2729 case "(($ac_try" in
2730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731 *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2734 $as_echo "$ac_try_echo") >&5
2735 (eval "$ac_compiler -v >&5") 2>&5
2736 ac_status=$?
2737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738 (exit $ac_status); }
2739 { (ac_try="$ac_compiler -V >&5"
2740 case "(($ac_try" in
2741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742 *) ac_try_echo=$ac_try;;
2743 esac
2744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2745 $as_echo "$ac_try_echo") >&5
2746 (eval "$ac_compiler -V >&5") 2>&5
2747 ac_status=$?
2748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749 (exit $ac_status); }
2751 cat >conftest.$ac_ext <<_ACEOF
2752 /* confdefs.h. */
2753 _ACEOF
2754 cat confdefs.h >>conftest.$ac_ext
2755 cat >>conftest.$ac_ext <<_ACEOF
2756 /* end confdefs.h. */
2759 main ()
2763 return 0;
2765 _ACEOF
2766 ac_clean_files_save=$ac_clean_files
2767 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2768 # Try to create an executable without -o first, disregard a.out.
2769 # It will help us diagnose broken compilers, and finding out an intuition
2770 # of exeext.
2771 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2772 $as_echo_n "checking for C compiler default output file name... " >&6; }
2773 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2775 # The possible output files:
2776 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2778 ac_rmfiles=
2779 for ac_file in $ac_files
2781 case $ac_file in
2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2783 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2784 esac
2785 done
2786 rm -f $ac_rmfiles
2788 if { (ac_try="$ac_link_default"
2789 case "(($ac_try" in
2790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791 *) ac_try_echo=$ac_try;;
2792 esac
2793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2794 $as_echo "$ac_try_echo") >&5
2795 (eval "$ac_link_default") 2>&5
2796 ac_status=$?
2797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798 (exit $ac_status); }; then
2799 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2800 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2801 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2802 # so that the user can short-circuit this test for compilers unknown to
2803 # Autoconf.
2804 for ac_file in $ac_files ''
2806 test -f "$ac_file" || continue
2807 case $ac_file in
2808 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2810 [ab].out )
2811 # We found the default executable, but exeext='' is most
2812 # certainly right.
2813 break;;
2814 *.* )
2815 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2816 then :; else
2817 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2819 # We set ac_cv_exeext here because the later test for it is not
2820 # safe: cross compilers may not add the suffix if given an `-o'
2821 # argument, so we may need to know it at that point already.
2822 # Even if this section looks crufty: it has the advantage of
2823 # actually working.
2824 break;;
2826 break;;
2827 esac
2828 done
2829 test "$ac_cv_exeext" = no && ac_cv_exeext=
2831 else
2832 ac_file=''
2835 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2836 $as_echo "$ac_file" >&6; }
2837 if test -z "$ac_file"; then
2838 $as_echo "$as_me: failed program was:" >&5
2839 sed 's/^/| /' conftest.$ac_ext >&5
2841 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2842 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2843 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2844 See \`config.log' for more details." >&5
2845 $as_echo "$as_me: error: C compiler cannot create executables
2846 See \`config.log' for more details." >&2;}
2847 { (exit 77); exit 77; }; }; }
2850 ac_exeext=$ac_cv_exeext
2852 # Check that the compiler produces executables we can run. If not, either
2853 # the compiler is broken, or we cross compile.
2854 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2855 $as_echo_n "checking whether the C compiler works... " >&6; }
2856 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2857 # If not cross compiling, check that we can run a simple program.
2858 if test "$cross_compiling" != yes; then
2859 if { ac_try='./$ac_file'
2860 { (case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2863 esac
2864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2865 $as_echo "$ac_try_echo") >&5
2866 (eval "$ac_try") 2>&5
2867 ac_status=$?
2868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869 (exit $ac_status); }; }; then
2870 cross_compiling=no
2871 else
2872 if test "$cross_compiling" = maybe; then
2873 cross_compiling=yes
2874 else
2875 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2876 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2878 If you meant to cross compile, use \`--host'.
2879 See \`config.log' for more details." >&5
2880 $as_echo "$as_me: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&2;}
2883 { (exit 1); exit 1; }; }; }
2887 { $as_echo "$as_me:$LINENO: result: yes" >&5
2888 $as_echo "yes" >&6; }
2890 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2891 ac_clean_files=$ac_clean_files_save
2892 # Check that the compiler produces executables we can run. If not, either
2893 # the compiler is broken, or we cross compile.
2894 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2895 $as_echo_n "checking whether we are cross compiling... " >&6; }
2896 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2897 $as_echo "$cross_compiling" >&6; }
2899 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2900 $as_echo_n "checking for suffix of executables... " >&6; }
2901 if { (ac_try="$ac_link"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2907 $as_echo "$ac_try_echo") >&5
2908 (eval "$ac_link") 2>&5
2909 ac_status=$?
2910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911 (exit $ac_status); }; then
2912 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2913 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2914 # work properly (i.e., refer to `conftest.exe'), while it won't with
2915 # `rm'.
2916 for ac_file in conftest.exe conftest conftest.*; do
2917 test -f "$ac_file" || continue
2918 case $ac_file in
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2920 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2921 break;;
2922 * ) break;;
2923 esac
2924 done
2925 else
2926 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2927 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2928 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2929 See \`config.log' for more details." >&5
2930 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2931 See \`config.log' for more details." >&2;}
2932 { (exit 1); exit 1; }; }; }
2935 rm -f conftest$ac_cv_exeext
2936 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2937 $as_echo "$ac_cv_exeext" >&6; }
2939 rm -f conftest.$ac_ext
2940 EXEEXT=$ac_cv_exeext
2941 ac_exeext=$EXEEXT
2942 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2943 $as_echo_n "checking for suffix of object files... " >&6; }
2944 if test "${ac_cv_objext+set}" = set; then
2945 $as_echo_n "(cached) " >&6
2946 else
2947 cat >conftest.$ac_ext <<_ACEOF
2948 /* confdefs.h. */
2949 _ACEOF
2950 cat confdefs.h >>conftest.$ac_ext
2951 cat >>conftest.$ac_ext <<_ACEOF
2952 /* end confdefs.h. */
2955 main ()
2959 return 0;
2961 _ACEOF
2962 rm -f conftest.o conftest.obj
2963 if { (ac_try="$ac_compile"
2964 case "(($ac_try" in
2965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966 *) ac_try_echo=$ac_try;;
2967 esac
2968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2969 $as_echo "$ac_try_echo") >&5
2970 (eval "$ac_compile") 2>&5
2971 ac_status=$?
2972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 (exit $ac_status); }; then
2974 for ac_file in conftest.o conftest.obj conftest.*; do
2975 test -f "$ac_file" || continue;
2976 case $ac_file in
2977 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2978 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2979 break;;
2980 esac
2981 done
2982 else
2983 $as_echo "$as_me: failed program was:" >&5
2984 sed 's/^/| /' conftest.$ac_ext >&5
2986 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2987 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2988 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2989 See \`config.log' for more details." >&5
2990 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2991 See \`config.log' for more details." >&2;}
2992 { (exit 1); exit 1; }; }; }
2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2997 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2998 $as_echo "$ac_cv_objext" >&6; }
2999 OBJEXT=$ac_cv_objext
3000 ac_objext=$OBJEXT
3001 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3003 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3004 $as_echo_n "(cached) " >&6
3005 else
3006 cat >conftest.$ac_ext <<_ACEOF
3007 /* confdefs.h. */
3008 _ACEOF
3009 cat confdefs.h >>conftest.$ac_ext
3010 cat >>conftest.$ac_ext <<_ACEOF
3011 /* end confdefs.h. */
3014 main ()
3016 #ifndef __GNUC__
3017 choke me
3018 #endif
3021 return 0;
3023 _ACEOF
3024 rm -f conftest.$ac_objext
3025 if { (ac_try="$ac_compile"
3026 case "(($ac_try" in
3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028 *) ac_try_echo=$ac_try;;
3029 esac
3030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3031 $as_echo "$ac_try_echo") >&5
3032 (eval "$ac_compile") 2>conftest.er1
3033 ac_status=$?
3034 grep -v '^ *+' conftest.er1 >conftest.err
3035 rm -f conftest.er1
3036 cat conftest.err >&5
3037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038 (exit $ac_status); } && {
3039 test -z "$ac_c_werror_flag" ||
3040 test ! -s conftest.err
3041 } && test -s conftest.$ac_objext; then
3042 ac_compiler_gnu=yes
3043 else
3044 $as_echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3047 ac_compiler_gnu=no
3050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3054 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3055 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056 if test $ac_compiler_gnu = yes; then
3057 GCC=yes
3058 else
3059 GCC=
3061 ac_test_CFLAGS=${CFLAGS+set}
3062 ac_save_CFLAGS=$CFLAGS
3063 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3064 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3065 if test "${ac_cv_prog_cc_g+set}" = set; then
3066 $as_echo_n "(cached) " >&6
3067 else
3068 ac_save_c_werror_flag=$ac_c_werror_flag
3069 ac_c_werror_flag=yes
3070 ac_cv_prog_cc_g=no
3071 CFLAGS="-g"
3072 cat >conftest.$ac_ext <<_ACEOF
3073 /* confdefs.h. */
3074 _ACEOF
3075 cat confdefs.h >>conftest.$ac_ext
3076 cat >>conftest.$ac_ext <<_ACEOF
3077 /* end confdefs.h. */
3080 main ()
3084 return 0;
3086 _ACEOF
3087 rm -f conftest.$ac_objext
3088 if { (ac_try="$ac_compile"
3089 case "(($ac_try" in
3090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3091 *) ac_try_echo=$ac_try;;
3092 esac
3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3094 $as_echo "$ac_try_echo") >&5
3095 (eval "$ac_compile") 2>conftest.er1
3096 ac_status=$?
3097 grep -v '^ *+' conftest.er1 >conftest.err
3098 rm -f conftest.er1
3099 cat conftest.err >&5
3100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3101 (exit $ac_status); } && {
3102 test -z "$ac_c_werror_flag" ||
3103 test ! -s conftest.err
3104 } && test -s conftest.$ac_objext; then
3105 ac_cv_prog_cc_g=yes
3106 else
3107 $as_echo "$as_me: failed program was:" >&5
3108 sed 's/^/| /' conftest.$ac_ext >&5
3110 CFLAGS=""
3111 cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h. */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h. */
3119 main ()
3123 return 0;
3125 _ACEOF
3126 rm -f conftest.$ac_objext
3127 if { (ac_try="$ac_compile"
3128 case "(($ac_try" in
3129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3130 *) ac_try_echo=$ac_try;;
3131 esac
3132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3133 $as_echo "$ac_try_echo") >&5
3134 (eval "$ac_compile") 2>conftest.er1
3135 ac_status=$?
3136 grep -v '^ *+' conftest.er1 >conftest.err
3137 rm -f conftest.er1
3138 cat conftest.err >&5
3139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140 (exit $ac_status); } && {
3141 test -z "$ac_c_werror_flag" ||
3142 test ! -s conftest.err
3143 } && test -s conftest.$ac_objext; then
3145 else
3146 $as_echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3149 ac_c_werror_flag=$ac_save_c_werror_flag
3150 CFLAGS="-g"
3151 cat >conftest.$ac_ext <<_ACEOF
3152 /* confdefs.h. */
3153 _ACEOF
3154 cat confdefs.h >>conftest.$ac_ext
3155 cat >>conftest.$ac_ext <<_ACEOF
3156 /* end confdefs.h. */
3159 main ()
3163 return 0;
3165 _ACEOF
3166 rm -f conftest.$ac_objext
3167 if { (ac_try="$ac_compile"
3168 case "(($ac_try" in
3169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170 *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3173 $as_echo "$ac_try_echo") >&5
3174 (eval "$ac_compile") 2>conftest.er1
3175 ac_status=$?
3176 grep -v '^ *+' conftest.er1 >conftest.err
3177 rm -f conftest.er1
3178 cat conftest.err >&5
3179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180 (exit $ac_status); } && {
3181 test -z "$ac_c_werror_flag" ||
3182 test ! -s conftest.err
3183 } && test -s conftest.$ac_objext; then
3184 ac_cv_prog_cc_g=yes
3185 else
3186 $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199 ac_c_werror_flag=$ac_save_c_werror_flag
3201 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3202 $as_echo "$ac_cv_prog_cc_g" >&6; }
3203 if test "$ac_test_CFLAGS" = set; then
3204 CFLAGS=$ac_save_CFLAGS
3205 elif test $ac_cv_prog_cc_g = yes; then
3206 if test "$GCC" = yes; then
3207 CFLAGS="-g -O2"
3208 else
3209 CFLAGS="-g"
3211 else
3212 if test "$GCC" = yes; then
3213 CFLAGS="-O2"
3214 else
3215 CFLAGS=
3218 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3219 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3220 if test "${ac_cv_prog_cc_c89+set}" = set; then
3221 $as_echo_n "(cached) " >&6
3222 else
3223 ac_cv_prog_cc_c89=no
3224 ac_save_CC=$CC
3225 cat >conftest.$ac_ext <<_ACEOF
3226 /* confdefs.h. */
3227 _ACEOF
3228 cat confdefs.h >>conftest.$ac_ext
3229 cat >>conftest.$ac_ext <<_ACEOF
3230 /* end confdefs.h. */
3231 #include <stdarg.h>
3232 #include <stdio.h>
3233 #include <sys/types.h>
3234 #include <sys/stat.h>
3235 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3236 struct buf { int x; };
3237 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3238 static char *e (p, i)
3239 char **p;
3240 int i;
3242 return p[i];
3244 static char *f (char * (*g) (char **, int), char **p, ...)
3246 char *s;
3247 va_list v;
3248 va_start (v,p);
3249 s = g (p, va_arg (v,int));
3250 va_end (v);
3251 return s;
3254 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3255 function prototypes and stuff, but not '\xHH' hex character constants.
3256 These don't provoke an error unfortunately, instead are silently treated
3257 as 'x'. The following induces an error, until -std is added to get
3258 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3259 array size at least. It's necessary to write '\x00'==0 to get something
3260 that's true only with -std. */
3261 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3263 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3264 inside strings and character constants. */
3265 #define FOO(x) 'x'
3266 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3268 int test (int i, double x);
3269 struct s1 {int (*f) (int a);};
3270 struct s2 {int (*f) (double a);};
3271 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3272 int argc;
3273 char **argv;
3275 main ()
3277 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3279 return 0;
3281 _ACEOF
3282 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3283 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3285 CC="$ac_save_CC $ac_arg"
3286 rm -f conftest.$ac_objext
3287 if { (ac_try="$ac_compile"
3288 case "(($ac_try" in
3289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290 *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3293 $as_echo "$ac_try_echo") >&5
3294 (eval "$ac_compile") 2>conftest.er1
3295 ac_status=$?
3296 grep -v '^ *+' conftest.er1 >conftest.err
3297 rm -f conftest.er1
3298 cat conftest.err >&5
3299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300 (exit $ac_status); } && {
3301 test -z "$ac_c_werror_flag" ||
3302 test ! -s conftest.err
3303 } && test -s conftest.$ac_objext; then
3304 ac_cv_prog_cc_c89=$ac_arg
3305 else
3306 $as_echo "$as_me: failed program was:" >&5
3307 sed 's/^/| /' conftest.$ac_ext >&5
3312 rm -f core conftest.err conftest.$ac_objext
3313 test "x$ac_cv_prog_cc_c89" != "xno" && break
3314 done
3315 rm -f conftest.$ac_ext
3316 CC=$ac_save_CC
3319 # AC_CACHE_VAL
3320 case "x$ac_cv_prog_cc_c89" in
3322 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3323 $as_echo "none needed" >&6; } ;;
3324 xno)
3325 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3326 $as_echo "unsupported" >&6; } ;;
3328 CC="$CC $ac_cv_prog_cc_c89"
3329 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3330 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3331 esac
3334 ac_ext=c
3335 ac_cpp='$CPP $CPPFLAGS'
3336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3340 ac_ext=cpp
3341 ac_cpp='$CXXCPP $CPPFLAGS'
3342 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3343 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3344 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3345 if test -z "$CXX"; then
3346 if test -n "$CCC"; then
3347 CXX=$CCC
3348 else
3349 if test -n "$ac_tool_prefix"; then
3350 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3352 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3355 $as_echo_n "checking for $ac_word... " >&6; }
3356 if test "${ac_cv_prog_CXX+set}" = set; then
3357 $as_echo_n "(cached) " >&6
3358 else
3359 if test -n "$CXX"; then
3360 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3361 else
3362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3363 for as_dir in $PATH
3365 IFS=$as_save_IFS
3366 test -z "$as_dir" && as_dir=.
3367 for ac_exec_ext in '' $ac_executable_extensions; do
3368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3369 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3370 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3371 break 2
3373 done
3374 done
3375 IFS=$as_save_IFS
3379 CXX=$ac_cv_prog_CXX
3380 if test -n "$CXX"; then
3381 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3382 $as_echo "$CXX" >&6; }
3383 else
3384 { $as_echo "$as_me:$LINENO: result: no" >&5
3385 $as_echo "no" >&6; }
3389 test -n "$CXX" && break
3390 done
3392 if test -z "$CXX"; then
3393 ac_ct_CXX=$CXX
3394 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3396 # Extract the first word of "$ac_prog", so it can be a program name with args.
3397 set dummy $ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3401 $as_echo_n "(cached) " >&6
3402 else
3403 if test -n "$ac_ct_CXX"; then
3404 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3409 IFS=$as_save_IFS
3410 test -z "$as_dir" && as_dir=.
3411 for ac_exec_ext in '' $ac_executable_extensions; do
3412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413 ac_cv_prog_ac_ct_CXX="$ac_prog"
3414 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415 break 2
3417 done
3418 done
3419 IFS=$as_save_IFS
3423 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3424 if test -n "$ac_ct_CXX"; then
3425 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3426 $as_echo "$ac_ct_CXX" >&6; }
3427 else
3428 { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3433 test -n "$ac_ct_CXX" && break
3434 done
3436 if test "x$ac_ct_CXX" = x; then
3437 CXX="g++"
3438 else
3439 case $cross_compiling:$ac_tool_warned in
3440 yes:)
3441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3443 ac_tool_warned=yes ;;
3444 esac
3445 CXX=$ac_ct_CXX
3451 # Provide some information about the compiler.
3452 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3453 set X $ac_compile
3454 ac_compiler=$2
3455 { (ac_try="$ac_compiler --version >&5"
3456 case "(($ac_try" in
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3459 esac
3460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3461 $as_echo "$ac_try_echo") >&5
3462 (eval "$ac_compiler --version >&5") 2>&5
3463 ac_status=$?
3464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465 (exit $ac_status); }
3466 { (ac_try="$ac_compiler -v >&5"
3467 case "(($ac_try" in
3468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3469 *) ac_try_echo=$ac_try;;
3470 esac
3471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3472 $as_echo "$ac_try_echo") >&5
3473 (eval "$ac_compiler -v >&5") 2>&5
3474 ac_status=$?
3475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 (exit $ac_status); }
3477 { (ac_try="$ac_compiler -V >&5"
3478 case "(($ac_try" in
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3481 esac
3482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3483 $as_echo "$ac_try_echo") >&5
3484 (eval "$ac_compiler -V >&5") 2>&5
3485 ac_status=$?
3486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487 (exit $ac_status); }
3489 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3490 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3491 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3492 $as_echo_n "(cached) " >&6
3493 else
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 ()
3504 #ifndef __GNUC__
3505 choke me
3506 #endif
3509 return 0;
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516 *) ac_try_echo=$ac_try;;
3517 esac
3518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3519 $as_echo "$ac_try_echo") >&5
3520 (eval "$ac_compile") 2>conftest.er1
3521 ac_status=$?
3522 grep -v '^ *+' conftest.er1 >conftest.err
3523 rm -f conftest.er1
3524 cat conftest.err >&5
3525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526 (exit $ac_status); } && {
3527 test -z "$ac_cxx_werror_flag" ||
3528 test ! -s conftest.err
3529 } && test -s conftest.$ac_objext; then
3530 ac_compiler_gnu=yes
3531 else
3532 $as_echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.$ac_ext >&5
3535 ac_compiler_gnu=no
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3542 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3543 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3544 if test $ac_compiler_gnu = yes; then
3545 GXX=yes
3546 else
3547 GXX=
3549 ac_test_CXXFLAGS=${CXXFLAGS+set}
3550 ac_save_CXXFLAGS=$CXXFLAGS
3551 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3552 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3553 if test "${ac_cv_prog_cxx_g+set}" = set; then
3554 $as_echo_n "(cached) " >&6
3555 else
3556 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3557 ac_cxx_werror_flag=yes
3558 ac_cv_prog_cxx_g=no
3559 CXXFLAGS="-g"
3560 cat >conftest.$ac_ext <<_ACEOF
3561 /* confdefs.h. */
3562 _ACEOF
3563 cat confdefs.h >>conftest.$ac_ext
3564 cat >>conftest.$ac_ext <<_ACEOF
3565 /* end confdefs.h. */
3568 main ()
3572 return 0;
3574 _ACEOF
3575 rm -f conftest.$ac_objext
3576 if { (ac_try="$ac_compile"
3577 case "(($ac_try" in
3578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3579 *) ac_try_echo=$ac_try;;
3580 esac
3581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3582 $as_echo "$ac_try_echo") >&5
3583 (eval "$ac_compile") 2>conftest.er1
3584 ac_status=$?
3585 grep -v '^ *+' conftest.er1 >conftest.err
3586 rm -f conftest.er1
3587 cat conftest.err >&5
3588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589 (exit $ac_status); } && {
3590 test -z "$ac_cxx_werror_flag" ||
3591 test ! -s conftest.err
3592 } && test -s conftest.$ac_objext; then
3593 ac_cv_prog_cxx_g=yes
3594 else
3595 $as_echo "$as_me: failed program was:" >&5
3596 sed 's/^/| /' conftest.$ac_ext >&5
3598 CXXFLAGS=""
3599 cat >conftest.$ac_ext <<_ACEOF
3600 /* confdefs.h. */
3601 _ACEOF
3602 cat confdefs.h >>conftest.$ac_ext
3603 cat >>conftest.$ac_ext <<_ACEOF
3604 /* end confdefs.h. */
3607 main ()
3611 return 0;
3613 _ACEOF
3614 rm -f conftest.$ac_objext
3615 if { (ac_try="$ac_compile"
3616 case "(($ac_try" in
3617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618 *) ac_try_echo=$ac_try;;
3619 esac
3620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3621 $as_echo "$ac_try_echo") >&5
3622 (eval "$ac_compile") 2>conftest.er1
3623 ac_status=$?
3624 grep -v '^ *+' conftest.er1 >conftest.err
3625 rm -f conftest.er1
3626 cat conftest.err >&5
3627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628 (exit $ac_status); } && {
3629 test -z "$ac_cxx_werror_flag" ||
3630 test ! -s conftest.err
3631 } && test -s conftest.$ac_objext; then
3633 else
3634 $as_echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.$ac_ext >&5
3637 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3638 CXXFLAGS="-g"
3639 cat >conftest.$ac_ext <<_ACEOF
3640 /* confdefs.h. */
3641 _ACEOF
3642 cat confdefs.h >>conftest.$ac_ext
3643 cat >>conftest.$ac_ext <<_ACEOF
3644 /* end confdefs.h. */
3647 main ()
3651 return 0;
3653 _ACEOF
3654 rm -f conftest.$ac_objext
3655 if { (ac_try="$ac_compile"
3656 case "(($ac_try" in
3657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3658 *) ac_try_echo=$ac_try;;
3659 esac
3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3661 $as_echo "$ac_try_echo") >&5
3662 (eval "$ac_compile") 2>conftest.er1
3663 ac_status=$?
3664 grep -v '^ *+' conftest.er1 >conftest.err
3665 rm -f conftest.er1
3666 cat conftest.err >&5
3667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668 (exit $ac_status); } && {
3669 test -z "$ac_cxx_werror_flag" ||
3670 test ! -s conftest.err
3671 } && test -s conftest.$ac_objext; then
3672 ac_cv_prog_cxx_g=yes
3673 else
3674 $as_echo "$as_me: failed program was:" >&5
3675 sed 's/^/| /' conftest.$ac_ext >&5
3680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3689 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3691 if test "$ac_test_CXXFLAGS" = set; then
3692 CXXFLAGS=$ac_save_CXXFLAGS
3693 elif test $ac_cv_prog_cxx_g = yes; then
3694 if test "$GXX" = yes; then
3695 CXXFLAGS="-g -O2"
3696 else
3697 CXXFLAGS="-g"
3699 else
3700 if test "$GXX" = yes; then
3701 CXXFLAGS="-O2"
3702 else
3703 CXXFLAGS=
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3712 if test -n "$ac_tool_prefix"; then
3713 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3714 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3715 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3718 $as_echo_n "(cached) " >&6
3719 else
3720 if test -n "$CPPBIN"; then
3721 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3726 IFS=$as_save_IFS
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3731 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3732 break 2
3734 done
3735 done
3736 IFS=$as_save_IFS
3740 CPPBIN=$ac_cv_prog_CPPBIN
3741 if test -n "$CPPBIN"; then
3742 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3743 $as_echo "$CPPBIN" >&6; }
3744 else
3745 { $as_echo "$as_me:$LINENO: result: no" >&5
3746 $as_echo "no" >&6; }
3751 if test -z "$ac_cv_prog_CPPBIN"; then
3752 ac_ct_CPPBIN=$CPPBIN
3753 # Extract the first word of "cpp", so it can be a program name with args.
3754 set dummy cpp; ac_word=$2
3755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3758 $as_echo_n "(cached) " >&6
3759 else
3760 if test -n "$ac_ct_CPPBIN"; then
3761 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3762 else
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3764 for as_dir in $PATH
3766 IFS=$as_save_IFS
3767 test -z "$as_dir" && as_dir=.
3768 for ac_exec_ext in '' $ac_executable_extensions; do
3769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770 ac_cv_prog_ac_ct_CPPBIN="cpp"
3771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3772 break 2
3774 done
3775 done
3776 IFS=$as_save_IFS
3780 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3781 if test -n "$ac_ct_CPPBIN"; then
3782 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3783 $as_echo "$ac_ct_CPPBIN" >&6; }
3784 else
3785 { $as_echo "$as_me:$LINENO: result: no" >&5
3786 $as_echo "no" >&6; }
3789 if test "x$ac_ct_CPPBIN" = x; then
3790 CPPBIN="cpp"
3791 else
3792 case $cross_compiling:$ac_tool_warned in
3793 yes:)
3794 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3796 ac_tool_warned=yes ;;
3797 esac
3798 CPPBIN=$ac_ct_CPPBIN
3800 else
3801 CPPBIN="$ac_cv_prog_CPPBIN"
3805 case $host in
3806 x86_64*)
3807 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3808 then
3809 CC="$CC -m32"
3810 CXX="$CXX -m32"
3811 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3812 $as_echo_n "checking whether $CC works... " >&6; }
3814 cat >conftest.$ac_ext <<_ACEOF
3815 /* confdefs.h. */
3816 _ACEOF
3817 cat confdefs.h >>conftest.$ac_ext
3818 cat >>conftest.$ac_ext <<_ACEOF
3819 /* end confdefs.h. */
3822 main ()
3826 return 0;
3828 _ACEOF
3829 rm -f conftest.$ac_objext conftest$ac_exeext
3830 if { (ac_try="$ac_link"
3831 case "(($ac_try" in
3832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3833 *) ac_try_echo=$ac_try;;
3834 esac
3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3836 $as_echo "$ac_try_echo") >&5
3837 (eval "$ac_link") 2>conftest.er1
3838 ac_status=$?
3839 grep -v '^ *+' conftest.er1 >conftest.err
3840 rm -f conftest.er1
3841 cat conftest.err >&5
3842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); } && {
3844 test -z "$ac_c_werror_flag" ||
3845 test ! -s conftest.err
3846 } && test -s conftest$ac_exeext && {
3847 test "$cross_compiling" = yes ||
3848 $as_test_x conftest$ac_exeext
3849 }; then
3850 { $as_echo "$as_me:$LINENO: result: yes" >&5
3851 $as_echo "yes" >&6; }
3852 else
3853 $as_echo "$as_me: failed program was:" >&5
3854 sed 's/^/| /' conftest.$ac_ext >&5
3856 { $as_echo "$as_me:$LINENO: result: no" >&5
3857 $as_echo "no" >&6; }
3858 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3859 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3860 { (exit 1); exit 1; }; }
3863 rm -rf conftest.dSYM
3864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3865 conftest$ac_exeext conftest.$ac_ext
3866 LD="${LD:-ld} -m elf_i386"
3867 AS="${AS:-as} --32"
3868 host_cpu="i386"
3869 notice_platform="32-bit "
3870 TARGETFLAGS="-m32"
3872 else
3873 TARGETFLAGS="-m64"
3877 esac
3879 case $host_cpu in
3880 *i[3456789]86*)
3881 enable_win16=${enable_win16:-yes}
3884 enable_win16=${enable_win16:-no}
3885 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3886 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3887 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3888 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3889 enable_vmm_vxd=${enable_vmm_vxd:-no}
3890 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3891 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3892 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3893 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3894 enable_w32skrnl=${enable_w32skrnl:-no}
3895 enable_winedos=${enable_winedos:-no}
3896 enable_winevdm=${enable_winevdm:-no}
3898 esac
3900 WIN16_FILES="\$(WIN16_FILES)"
3902 WIN16_INSTALL="\$(WIN16_INSTALL)"
3904 if test "x$enable_win16" != "xyes"
3905 then
3906 WIN16_FILES=""
3907 WIN16_INSTALL=""
3910 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3911 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3912 if test "${wine_cv_toolsdir+set}" = set; then
3913 $as_echo_n "(cached) " >&6
3914 else
3915 if test -z "$with_wine_tools"; then
3916 if test "$cross_compiling" = "yes"; then
3917 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3918 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3919 { (exit 1); exit 1; }; }
3920 else
3921 wine_cv_toolsdir="\$(TOPOBJDIR)"
3923 elif test -d "$with_wine_tools/tools/winebuild"; then
3924 case $with_wine_tools in
3925 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3926 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3927 esac
3928 else
3929 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3930 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3931 { (exit 1); exit 1; }; }
3934 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3935 $as_echo "$wine_cv_toolsdir" >&6; }
3936 TOOLSDIR=$wine_cv_toolsdir
3938 if test "$cross_compiling" = "yes"
3939 then
3940 TARGETFLAGS="-b $host_alias"
3944 ac_ext=c
3945 ac_cpp='$CPP $CPPFLAGS'
3946 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3947 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3948 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3950 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3951 # On Suns, sometimes $CPP names a directory.
3952 if test -n "$CPP" && test -d "$CPP"; then
3953 CPP=
3955 if test -z "$CPP"; then
3956 if test "${ac_cv_prog_CPP+set}" = set; then
3957 $as_echo_n "(cached) " >&6
3958 else
3959 # Double quotes because CPP needs to be expanded
3960 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3962 ac_preproc_ok=false
3963 for ac_c_preproc_warn_flag in '' yes
3965 # Use a header file that comes with gcc, so configuring glibc
3966 # with a fresh cross-compiler works.
3967 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3968 # <limits.h> exists even on freestanding compilers.
3969 # On the NeXT, cc -E runs the code through the compiler's parser,
3970 # not just through cpp. "Syntax error" is here to catch this case.
3971 cat >conftest.$ac_ext <<_ACEOF
3972 /* confdefs.h. */
3973 _ACEOF
3974 cat confdefs.h >>conftest.$ac_ext
3975 cat >>conftest.$ac_ext <<_ACEOF
3976 /* end confdefs.h. */
3977 #ifdef __STDC__
3978 # include <limits.h>
3979 #else
3980 # include <assert.h>
3981 #endif
3982 Syntax error
3983 _ACEOF
3984 if { (ac_try="$ac_cpp conftest.$ac_ext"
3985 case "(($ac_try" in
3986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3987 *) ac_try_echo=$ac_try;;
3988 esac
3989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3990 $as_echo "$ac_try_echo") >&5
3991 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3992 ac_status=$?
3993 grep -v '^ *+' conftest.er1 >conftest.err
3994 rm -f conftest.er1
3995 cat conftest.err >&5
3996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3997 (exit $ac_status); } >/dev/null && {
3998 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3999 test ! -s conftest.err
4000 }; then
4002 else
4003 $as_echo "$as_me: failed program was:" >&5
4004 sed 's/^/| /' conftest.$ac_ext >&5
4006 # Broken: fails on valid input.
4007 continue
4010 rm -f conftest.err conftest.$ac_ext
4012 # OK, works on sane cases. Now check whether nonexistent headers
4013 # can be detected and how.
4014 cat >conftest.$ac_ext <<_ACEOF
4015 /* confdefs.h. */
4016 _ACEOF
4017 cat confdefs.h >>conftest.$ac_ext
4018 cat >>conftest.$ac_ext <<_ACEOF
4019 /* end confdefs.h. */
4020 #include <ac_nonexistent.h>
4021 _ACEOF
4022 if { (ac_try="$ac_cpp conftest.$ac_ext"
4023 case "(($ac_try" in
4024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4025 *) ac_try_echo=$ac_try;;
4026 esac
4027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4028 $as_echo "$ac_try_echo") >&5
4029 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4030 ac_status=$?
4031 grep -v '^ *+' conftest.er1 >conftest.err
4032 rm -f conftest.er1
4033 cat conftest.err >&5
4034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4035 (exit $ac_status); } >/dev/null && {
4036 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4037 test ! -s conftest.err
4038 }; then
4039 # Broken: success on invalid input.
4040 continue
4041 else
4042 $as_echo "$as_me: failed program was:" >&5
4043 sed 's/^/| /' conftest.$ac_ext >&5
4045 # Passes both tests.
4046 ac_preproc_ok=:
4047 break
4050 rm -f conftest.err conftest.$ac_ext
4052 done
4053 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4054 rm -f conftest.err conftest.$ac_ext
4055 if $ac_preproc_ok; then
4056 break
4059 done
4060 ac_cv_prog_CPP=$CPP
4063 CPP=$ac_cv_prog_CPP
4064 else
4065 ac_cv_prog_CPP=$CPP
4067 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4068 $as_echo "$CPP" >&6; }
4069 ac_preproc_ok=false
4070 for ac_c_preproc_warn_flag in '' yes
4072 # Use a header file that comes with gcc, so configuring glibc
4073 # with a fresh cross-compiler works.
4074 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4075 # <limits.h> exists even on freestanding compilers.
4076 # On the NeXT, cc -E runs the code through the compiler's parser,
4077 # not just through cpp. "Syntax error" is here to catch this case.
4078 cat >conftest.$ac_ext <<_ACEOF
4079 /* confdefs.h. */
4080 _ACEOF
4081 cat confdefs.h >>conftest.$ac_ext
4082 cat >>conftest.$ac_ext <<_ACEOF
4083 /* end confdefs.h. */
4084 #ifdef __STDC__
4085 # include <limits.h>
4086 #else
4087 # include <assert.h>
4088 #endif
4089 Syntax error
4090 _ACEOF
4091 if { (ac_try="$ac_cpp conftest.$ac_ext"
4092 case "(($ac_try" in
4093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4094 *) ac_try_echo=$ac_try;;
4095 esac
4096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4097 $as_echo "$ac_try_echo") >&5
4098 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4099 ac_status=$?
4100 grep -v '^ *+' conftest.er1 >conftest.err
4101 rm -f conftest.er1
4102 cat conftest.err >&5
4103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4104 (exit $ac_status); } >/dev/null && {
4105 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4106 test ! -s conftest.err
4107 }; then
4109 else
4110 $as_echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.$ac_ext >&5
4113 # Broken: fails on valid input.
4114 continue
4117 rm -f conftest.err conftest.$ac_ext
4119 # OK, works on sane cases. Now check whether nonexistent headers
4120 # can be detected and how.
4121 cat >conftest.$ac_ext <<_ACEOF
4122 /* confdefs.h. */
4123 _ACEOF
4124 cat confdefs.h >>conftest.$ac_ext
4125 cat >>conftest.$ac_ext <<_ACEOF
4126 /* end confdefs.h. */
4127 #include <ac_nonexistent.h>
4128 _ACEOF
4129 if { (ac_try="$ac_cpp conftest.$ac_ext"
4130 case "(($ac_try" in
4131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4132 *) ac_try_echo=$ac_try;;
4133 esac
4134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4135 $as_echo "$ac_try_echo") >&5
4136 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4137 ac_status=$?
4138 grep -v '^ *+' conftest.er1 >conftest.err
4139 rm -f conftest.er1
4140 cat conftest.err >&5
4141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4142 (exit $ac_status); } >/dev/null && {
4143 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4144 test ! -s conftest.err
4145 }; then
4146 # Broken: success on invalid input.
4147 continue
4148 else
4149 $as_echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4152 # Passes both tests.
4153 ac_preproc_ok=:
4154 break
4157 rm -f conftest.err conftest.$ac_ext
4159 done
4160 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4161 rm -f conftest.err conftest.$ac_ext
4162 if $ac_preproc_ok; then
4164 else
4165 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4167 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4168 See \`config.log' for more details." >&5
4169 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4170 See \`config.log' for more details." >&2;}
4171 { (exit 1); exit 1; }; }; }
4174 ac_ext=c
4175 ac_cpp='$CPP $CPPFLAGS'
4176 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4177 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4178 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4181 { $as_echo "$as_me:$LINENO: checking for X" >&5
4182 $as_echo_n "checking for X... " >&6; }
4185 # Check whether --with-x was given.
4186 if test "${with_x+set}" = set; then
4187 withval=$with_x;
4190 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4191 if test "x$with_x" = xno; then
4192 # The user explicitly disabled X.
4193 have_x=disabled
4194 else
4195 case $x_includes,$x_libraries in #(
4196 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4197 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4198 { (exit 1); exit 1; }; };; #(
4199 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4200 $as_echo_n "(cached) " >&6
4201 else
4202 # One or both of the vars are not set, and there is no cached value.
4203 ac_x_includes=no ac_x_libraries=no
4204 rm -f -r conftest.dir
4205 if mkdir conftest.dir; then
4206 cd conftest.dir
4207 cat >Imakefile <<'_ACEOF'
4208 incroot:
4209 @echo incroot='${INCROOT}'
4210 usrlibdir:
4211 @echo usrlibdir='${USRLIBDIR}'
4212 libdir:
4213 @echo libdir='${LIBDIR}'
4214 _ACEOF
4215 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4216 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4217 for ac_var in incroot usrlibdir libdir; do
4218 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4219 done
4220 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4221 for ac_extension in a so sl dylib la dll; do
4222 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4223 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4224 ac_im_usrlibdir=$ac_im_libdir; break
4226 done
4227 # Screen out bogus values from the imake configuration. They are
4228 # bogus both because they are the default anyway, and because
4229 # using them would break gcc on systems where it needs fixed includes.
4230 case $ac_im_incroot in
4231 /usr/include) ac_x_includes= ;;
4232 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4233 esac
4234 case $ac_im_usrlibdir in
4235 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4236 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4237 esac
4239 cd ..
4240 rm -f -r conftest.dir
4243 # Standard set of common directories for X headers.
4244 # Check X11 before X11Rn because it is often a symlink to the current release.
4245 ac_x_header_dirs='
4246 /usr/X11/include
4247 /usr/X11R6/include
4248 /usr/X11R5/include
4249 /usr/X11R4/include
4251 /usr/include/X11
4252 /usr/include/X11R6
4253 /usr/include/X11R5
4254 /usr/include/X11R4
4256 /usr/local/X11/include
4257 /usr/local/X11R6/include
4258 /usr/local/X11R5/include
4259 /usr/local/X11R4/include
4261 /usr/local/include/X11
4262 /usr/local/include/X11R6
4263 /usr/local/include/X11R5
4264 /usr/local/include/X11R4
4266 /usr/X386/include
4267 /usr/x386/include
4268 /usr/XFree86/include/X11
4270 /usr/include
4271 /usr/local/include
4272 /usr/unsupported/include
4273 /usr/athena/include
4274 /usr/local/x11r5/include
4275 /usr/lpp/Xamples/include
4277 /usr/openwin/include
4278 /usr/openwin/share/include'
4280 if test "$ac_x_includes" = no; then
4281 # Guess where to find include files, by looking for Xlib.h.
4282 # First, try using that file with no special directory specified.
4283 cat >conftest.$ac_ext <<_ACEOF
4284 /* confdefs.h. */
4285 _ACEOF
4286 cat confdefs.h >>conftest.$ac_ext
4287 cat >>conftest.$ac_ext <<_ACEOF
4288 /* end confdefs.h. */
4289 #include <X11/Xlib.h>
4290 _ACEOF
4291 if { (ac_try="$ac_cpp conftest.$ac_ext"
4292 case "(($ac_try" in
4293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4294 *) ac_try_echo=$ac_try;;
4295 esac
4296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4297 $as_echo "$ac_try_echo") >&5
4298 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4299 ac_status=$?
4300 grep -v '^ *+' conftest.er1 >conftest.err
4301 rm -f conftest.er1
4302 cat conftest.err >&5
4303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4304 (exit $ac_status); } >/dev/null && {
4305 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4306 test ! -s conftest.err
4307 }; then
4308 # We can compile using X headers with no special include directory.
4309 ac_x_includes=
4310 else
4311 $as_echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4314 for ac_dir in $ac_x_header_dirs; do
4315 if test -r "$ac_dir/X11/Xlib.h"; then
4316 ac_x_includes=$ac_dir
4317 break
4319 done
4322 rm -f conftest.err conftest.$ac_ext
4323 fi # $ac_x_includes = no
4325 if test "$ac_x_libraries" = no; then
4326 # Check for the libraries.
4327 # See if we find them without any special options.
4328 # Don't add to $LIBS permanently.
4329 ac_save_LIBS=$LIBS
4330 LIBS="-lX11 $LIBS"
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. */
4337 #include <X11/Xlib.h>
4339 main ()
4341 XrmInitialize ()
4343 return 0;
4345 _ACEOF
4346 rm -f conftest.$ac_objext conftest$ac_exeext
4347 if { (ac_try="$ac_link"
4348 case "(($ac_try" in
4349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4350 *) ac_try_echo=$ac_try;;
4351 esac
4352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4353 $as_echo "$ac_try_echo") >&5
4354 (eval "$ac_link") 2>conftest.er1
4355 ac_status=$?
4356 grep -v '^ *+' conftest.er1 >conftest.err
4357 rm -f conftest.er1
4358 cat conftest.err >&5
4359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360 (exit $ac_status); } && {
4361 test -z "$ac_c_werror_flag" ||
4362 test ! -s conftest.err
4363 } && test -s conftest$ac_exeext && {
4364 test "$cross_compiling" = yes ||
4365 $as_test_x conftest$ac_exeext
4366 }; then
4367 LIBS=$ac_save_LIBS
4368 # We can link X programs with no special library path.
4369 ac_x_libraries=
4370 else
4371 $as_echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.$ac_ext >&5
4374 LIBS=$ac_save_LIBS
4375 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4377 # Don't even attempt the hair of trying to link an X program!
4378 for ac_extension in a so sl dylib la dll; do
4379 if test -r "$ac_dir/libX11.$ac_extension"; then
4380 ac_x_libraries=$ac_dir
4381 break 2
4383 done
4384 done
4387 rm -rf conftest.dSYM
4388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4389 conftest$ac_exeext conftest.$ac_ext
4390 fi # $ac_x_libraries = no
4392 case $ac_x_includes,$ac_x_libraries in #(
4393 no,* | *,no | *\'*)
4394 # Didn't find X, or a directory has "'" in its name.
4395 ac_cv_have_x="have_x=no";; #(
4397 # Record where we found X for the cache.
4398 ac_cv_have_x="have_x=yes\
4399 ac_x_includes='$ac_x_includes'\
4400 ac_x_libraries='$ac_x_libraries'"
4401 esac
4403 ;; #(
4404 *) have_x=yes;;
4405 esac
4406 eval "$ac_cv_have_x"
4407 fi # $with_x != no
4409 if test "$have_x" != yes; then
4410 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4411 $as_echo "$have_x" >&6; }
4412 no_x=yes
4413 else
4414 # If each of the values was on the command line, it overrides each guess.
4415 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4416 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4417 # Update the cache value to reflect the command line values.
4418 ac_cv_have_x="have_x=yes\
4419 ac_x_includes='$x_includes'\
4420 ac_x_libraries='$x_libraries'"
4421 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4422 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4425 if test "$no_x" = yes; then
4426 # Not all programs may use this symbol, but it does not hurt to define it.
4428 cat >>confdefs.h <<\_ACEOF
4429 #define X_DISPLAY_MISSING 1
4430 _ACEOF
4432 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4433 else
4434 if test -n "$x_includes"; then
4435 X_CFLAGS="$X_CFLAGS -I$x_includes"
4438 # It would also be nice to do this for all -L options, not just this one.
4439 if test -n "$x_libraries"; then
4440 X_LIBS="$X_LIBS -L$x_libraries"
4441 # For Solaris; some versions of Sun CC require a space after -R and
4442 # others require no space. Words are not sufficient . . . .
4443 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4444 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4445 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4446 ac_xsave_c_werror_flag=$ac_c_werror_flag
4447 ac_c_werror_flag=yes
4448 cat >conftest.$ac_ext <<_ACEOF
4449 /* confdefs.h. */
4450 _ACEOF
4451 cat confdefs.h >>conftest.$ac_ext
4452 cat >>conftest.$ac_ext <<_ACEOF
4453 /* end confdefs.h. */
4456 main ()
4460 return 0;
4462 _ACEOF
4463 rm -f conftest.$ac_objext conftest$ac_exeext
4464 if { (ac_try="$ac_link"
4465 case "(($ac_try" in
4466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467 *) ac_try_echo=$ac_try;;
4468 esac
4469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4470 $as_echo "$ac_try_echo") >&5
4471 (eval "$ac_link") 2>conftest.er1
4472 ac_status=$?
4473 grep -v '^ *+' conftest.er1 >conftest.err
4474 rm -f conftest.er1
4475 cat conftest.err >&5
4476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4477 (exit $ac_status); } && {
4478 test -z "$ac_c_werror_flag" ||
4479 test ! -s conftest.err
4480 } && test -s conftest$ac_exeext && {
4481 test "$cross_compiling" = yes ||
4482 $as_test_x conftest$ac_exeext
4483 }; then
4484 { $as_echo "$as_me:$LINENO: result: no" >&5
4485 $as_echo "no" >&6; }
4486 X_LIBS="$X_LIBS -R$x_libraries"
4487 else
4488 $as_echo "$as_me: failed program was:" >&5
4489 sed 's/^/| /' conftest.$ac_ext >&5
4491 LIBS="$ac_xsave_LIBS -R $x_libraries"
4492 cat >conftest.$ac_ext <<_ACEOF
4493 /* confdefs.h. */
4494 _ACEOF
4495 cat confdefs.h >>conftest.$ac_ext
4496 cat >>conftest.$ac_ext <<_ACEOF
4497 /* end confdefs.h. */
4500 main ()
4504 return 0;
4506 _ACEOF
4507 rm -f conftest.$ac_objext conftest$ac_exeext
4508 if { (ac_try="$ac_link"
4509 case "(($ac_try" in
4510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4511 *) ac_try_echo=$ac_try;;
4512 esac
4513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4514 $as_echo "$ac_try_echo") >&5
4515 (eval "$ac_link") 2>conftest.er1
4516 ac_status=$?
4517 grep -v '^ *+' conftest.er1 >conftest.err
4518 rm -f conftest.er1
4519 cat conftest.err >&5
4520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4521 (exit $ac_status); } && {
4522 test -z "$ac_c_werror_flag" ||
4523 test ! -s conftest.err
4524 } && test -s conftest$ac_exeext && {
4525 test "$cross_compiling" = yes ||
4526 $as_test_x conftest$ac_exeext
4527 }; then
4528 { $as_echo "$as_me:$LINENO: result: yes" >&5
4529 $as_echo "yes" >&6; }
4530 X_LIBS="$X_LIBS -R $x_libraries"
4531 else
4532 $as_echo "$as_me: failed program was:" >&5
4533 sed 's/^/| /' conftest.$ac_ext >&5
4535 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4536 $as_echo "neither works" >&6; }
4539 rm -rf conftest.dSYM
4540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4541 conftest$ac_exeext conftest.$ac_ext
4544 rm -rf conftest.dSYM
4545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4546 conftest$ac_exeext conftest.$ac_ext
4547 ac_c_werror_flag=$ac_xsave_c_werror_flag
4548 LIBS=$ac_xsave_LIBS
4551 # Check for system-dependent libraries X programs must link with.
4552 # Do this before checking for the system-independent R6 libraries
4553 # (-lICE), since we may need -lsocket or whatever for X linking.
4555 if test "$ISC" = yes; then
4556 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4557 else
4558 # Martyn Johnson says this is needed for Ultrix, if the X
4559 # libraries were built with DECnet support. And Karl Berry says
4560 # the Alpha needs dnet_stub (dnet does not exist).
4561 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4562 cat >conftest.$ac_ext <<_ACEOF
4563 /* confdefs.h. */
4564 _ACEOF
4565 cat confdefs.h >>conftest.$ac_ext
4566 cat >>conftest.$ac_ext <<_ACEOF
4567 /* end confdefs.h. */
4569 /* Override any GCC internal prototype to avoid an error.
4570 Use char because int might match the return type of a GCC
4571 builtin and then its argument prototype would still apply. */
4572 #ifdef __cplusplus
4573 extern "C"
4574 #endif
4575 char XOpenDisplay ();
4577 main ()
4579 return XOpenDisplay ();
4581 return 0;
4583 _ACEOF
4584 rm -f conftest.$ac_objext conftest$ac_exeext
4585 if { (ac_try="$ac_link"
4586 case "(($ac_try" in
4587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4588 *) ac_try_echo=$ac_try;;
4589 esac
4590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4591 $as_echo "$ac_try_echo") >&5
4592 (eval "$ac_link") 2>conftest.er1
4593 ac_status=$?
4594 grep -v '^ *+' conftest.er1 >conftest.err
4595 rm -f conftest.er1
4596 cat conftest.err >&5
4597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4598 (exit $ac_status); } && {
4599 test -z "$ac_c_werror_flag" ||
4600 test ! -s conftest.err
4601 } && test -s conftest$ac_exeext && {
4602 test "$cross_compiling" = yes ||
4603 $as_test_x conftest$ac_exeext
4604 }; then
4606 else
4607 $as_echo "$as_me: failed program was:" >&5
4608 sed 's/^/| /' conftest.$ac_ext >&5
4610 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4611 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4612 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4613 $as_echo_n "(cached) " >&6
4614 else
4615 ac_check_lib_save_LIBS=$LIBS
4616 LIBS="-ldnet $LIBS"
4617 cat >conftest.$ac_ext <<_ACEOF
4618 /* confdefs.h. */
4619 _ACEOF
4620 cat confdefs.h >>conftest.$ac_ext
4621 cat >>conftest.$ac_ext <<_ACEOF
4622 /* end confdefs.h. */
4624 /* Override any GCC internal prototype to avoid an error.
4625 Use char because int might match the return type of a GCC
4626 builtin and then its argument prototype would still apply. */
4627 #ifdef __cplusplus
4628 extern "C"
4629 #endif
4630 char dnet_ntoa ();
4632 main ()
4634 return dnet_ntoa ();
4636 return 0;
4638 _ACEOF
4639 rm -f conftest.$ac_objext conftest$ac_exeext
4640 if { (ac_try="$ac_link"
4641 case "(($ac_try" in
4642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4643 *) ac_try_echo=$ac_try;;
4644 esac
4645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4646 $as_echo "$ac_try_echo") >&5
4647 (eval "$ac_link") 2>conftest.er1
4648 ac_status=$?
4649 grep -v '^ *+' conftest.er1 >conftest.err
4650 rm -f conftest.er1
4651 cat conftest.err >&5
4652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653 (exit $ac_status); } && {
4654 test -z "$ac_c_werror_flag" ||
4655 test ! -s conftest.err
4656 } && test -s conftest$ac_exeext && {
4657 test "$cross_compiling" = yes ||
4658 $as_test_x conftest$ac_exeext
4659 }; then
4660 ac_cv_lib_dnet_dnet_ntoa=yes
4661 else
4662 $as_echo "$as_me: failed program was:" >&5
4663 sed 's/^/| /' conftest.$ac_ext >&5
4665 ac_cv_lib_dnet_dnet_ntoa=no
4668 rm -rf conftest.dSYM
4669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4670 conftest$ac_exeext conftest.$ac_ext
4671 LIBS=$ac_check_lib_save_LIBS
4673 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4674 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4675 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4676 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4679 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4680 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4681 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4682 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4683 $as_echo_n "(cached) " >&6
4684 else
4685 ac_check_lib_save_LIBS=$LIBS
4686 LIBS="-ldnet_stub $LIBS"
4687 cat >conftest.$ac_ext <<_ACEOF
4688 /* confdefs.h. */
4689 _ACEOF
4690 cat confdefs.h >>conftest.$ac_ext
4691 cat >>conftest.$ac_ext <<_ACEOF
4692 /* end confdefs.h. */
4694 /* Override any GCC internal prototype to avoid an error.
4695 Use char because int might match the return type of a GCC
4696 builtin and then its argument prototype would still apply. */
4697 #ifdef __cplusplus
4698 extern "C"
4699 #endif
4700 char dnet_ntoa ();
4702 main ()
4704 return dnet_ntoa ();
4706 return 0;
4708 _ACEOF
4709 rm -f conftest.$ac_objext conftest$ac_exeext
4710 if { (ac_try="$ac_link"
4711 case "(($ac_try" in
4712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4713 *) ac_try_echo=$ac_try;;
4714 esac
4715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4716 $as_echo "$ac_try_echo") >&5
4717 (eval "$ac_link") 2>conftest.er1
4718 ac_status=$?
4719 grep -v '^ *+' conftest.er1 >conftest.err
4720 rm -f conftest.er1
4721 cat conftest.err >&5
4722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4723 (exit $ac_status); } && {
4724 test -z "$ac_c_werror_flag" ||
4725 test ! -s conftest.err
4726 } && test -s conftest$ac_exeext && {
4727 test "$cross_compiling" = yes ||
4728 $as_test_x conftest$ac_exeext
4729 }; then
4730 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4731 else
4732 $as_echo "$as_me: failed program was:" >&5
4733 sed 's/^/| /' conftest.$ac_ext >&5
4735 ac_cv_lib_dnet_stub_dnet_ntoa=no
4738 rm -rf conftest.dSYM
4739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4740 conftest$ac_exeext conftest.$ac_ext
4741 LIBS=$ac_check_lib_save_LIBS
4743 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4744 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4745 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4746 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4752 rm -rf conftest.dSYM
4753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4754 conftest$ac_exeext conftest.$ac_ext
4755 LIBS="$ac_xsave_LIBS"
4757 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4758 # to get the SysV transport functions.
4759 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4760 # needs -lnsl.
4761 # The nsl library prevents programs from opening the X display
4762 # on Irix 5.2, according to T.E. Dickey.
4763 # The functions gethostbyname, getservbyname, and inet_addr are
4764 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4765 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4766 $as_echo_n "checking for gethostbyname... " >&6; }
4767 if test "${ac_cv_func_gethostbyname+set}" = set; then
4768 $as_echo_n "(cached) " >&6
4769 else
4770 cat >conftest.$ac_ext <<_ACEOF
4771 /* confdefs.h. */
4772 _ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h. */
4776 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4777 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4778 #define gethostbyname innocuous_gethostbyname
4780 /* System header to define __stub macros and hopefully few prototypes,
4781 which can conflict with char gethostbyname (); below.
4782 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783 <limits.h> exists even on freestanding compilers. */
4785 #ifdef __STDC__
4786 # include <limits.h>
4787 #else
4788 # include <assert.h>
4789 #endif
4791 #undef gethostbyname
4793 /* Override any GCC internal prototype to avoid an error.
4794 Use char because int might match the return type of a GCC
4795 builtin and then its argument prototype would still apply. */
4796 #ifdef __cplusplus
4797 extern "C"
4798 #endif
4799 char gethostbyname ();
4800 /* The GNU C library defines this for functions which it implements
4801 to always fail with ENOSYS. Some functions are actually named
4802 something starting with __ and the normal name is an alias. */
4803 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4804 choke me
4805 #endif
4808 main ()
4810 return gethostbyname ();
4812 return 0;
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819 *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823 (eval "$ac_link") 2>conftest.er1
4824 ac_status=$?
4825 grep -v '^ *+' conftest.er1 >conftest.err
4826 rm -f conftest.er1
4827 cat conftest.err >&5
4828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829 (exit $ac_status); } && {
4830 test -z "$ac_c_werror_flag" ||
4831 test ! -s conftest.err
4832 } && test -s conftest$ac_exeext && {
4833 test "$cross_compiling" = yes ||
4834 $as_test_x conftest$ac_exeext
4835 }; then
4836 ac_cv_func_gethostbyname=yes
4837 else
4838 $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4841 ac_cv_func_gethostbyname=no
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846 conftest$ac_exeext conftest.$ac_ext
4848 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4849 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4851 if test $ac_cv_func_gethostbyname = no; then
4852 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4853 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4854 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4855 $as_echo_n "(cached) " >&6
4856 else
4857 ac_check_lib_save_LIBS=$LIBS
4858 LIBS="-lnsl $LIBS"
4859 cat >conftest.$ac_ext <<_ACEOF
4860 /* confdefs.h. */
4861 _ACEOF
4862 cat confdefs.h >>conftest.$ac_ext
4863 cat >>conftest.$ac_ext <<_ACEOF
4864 /* end confdefs.h. */
4866 /* Override any GCC internal prototype to avoid an error.
4867 Use char because int might match the return type of a GCC
4868 builtin and then its argument prototype would still apply. */
4869 #ifdef __cplusplus
4870 extern "C"
4871 #endif
4872 char gethostbyname ();
4874 main ()
4876 return gethostbyname ();
4878 return 0;
4880 _ACEOF
4881 rm -f conftest.$ac_objext conftest$ac_exeext
4882 if { (ac_try="$ac_link"
4883 case "(($ac_try" in
4884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4885 *) ac_try_echo=$ac_try;;
4886 esac
4887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4888 $as_echo "$ac_try_echo") >&5
4889 (eval "$ac_link") 2>conftest.er1
4890 ac_status=$?
4891 grep -v '^ *+' conftest.er1 >conftest.err
4892 rm -f conftest.er1
4893 cat conftest.err >&5
4894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895 (exit $ac_status); } && {
4896 test -z "$ac_c_werror_flag" ||
4897 test ! -s conftest.err
4898 } && test -s conftest$ac_exeext && {
4899 test "$cross_compiling" = yes ||
4900 $as_test_x conftest$ac_exeext
4901 }; then
4902 ac_cv_lib_nsl_gethostbyname=yes
4903 else
4904 $as_echo "$as_me: failed program was:" >&5
4905 sed 's/^/| /' conftest.$ac_ext >&5
4907 ac_cv_lib_nsl_gethostbyname=no
4910 rm -rf conftest.dSYM
4911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4912 conftest$ac_exeext conftest.$ac_ext
4913 LIBS=$ac_check_lib_save_LIBS
4915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4916 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4917 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4918 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4921 if test $ac_cv_lib_nsl_gethostbyname = no; then
4922 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4923 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4924 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4925 $as_echo_n "(cached) " >&6
4926 else
4927 ac_check_lib_save_LIBS=$LIBS
4928 LIBS="-lbsd $LIBS"
4929 cat >conftest.$ac_ext <<_ACEOF
4930 /* confdefs.h. */
4931 _ACEOF
4932 cat confdefs.h >>conftest.$ac_ext
4933 cat >>conftest.$ac_ext <<_ACEOF
4934 /* end confdefs.h. */
4936 /* Override any GCC internal prototype to avoid an error.
4937 Use char because int might match the return type of a GCC
4938 builtin and then its argument prototype would still apply. */
4939 #ifdef __cplusplus
4940 extern "C"
4941 #endif
4942 char gethostbyname ();
4944 main ()
4946 return gethostbyname ();
4948 return 0;
4950 _ACEOF
4951 rm -f conftest.$ac_objext conftest$ac_exeext
4952 if { (ac_try="$ac_link"
4953 case "(($ac_try" in
4954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4955 *) ac_try_echo=$ac_try;;
4956 esac
4957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4958 $as_echo "$ac_try_echo") >&5
4959 (eval "$ac_link") 2>conftest.er1
4960 ac_status=$?
4961 grep -v '^ *+' conftest.er1 >conftest.err
4962 rm -f conftest.er1
4963 cat conftest.err >&5
4964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4965 (exit $ac_status); } && {
4966 test -z "$ac_c_werror_flag" ||
4967 test ! -s conftest.err
4968 } && test -s conftest$ac_exeext && {
4969 test "$cross_compiling" = yes ||
4970 $as_test_x conftest$ac_exeext
4971 }; then
4972 ac_cv_lib_bsd_gethostbyname=yes
4973 else
4974 $as_echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.$ac_ext >&5
4977 ac_cv_lib_bsd_gethostbyname=no
4980 rm -rf conftest.dSYM
4981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4982 conftest$ac_exeext conftest.$ac_ext
4983 LIBS=$ac_check_lib_save_LIBS
4985 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4986 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4987 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4988 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4994 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4995 # socket/setsockopt and other routines are undefined under SCO ODT
4996 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4997 # on later versions), says Simon Leinen: it contains gethostby*
4998 # variants that don't use the name server (or something). -lsocket
4999 # must be given before -lnsl if both are needed. We assume that
5000 # if connect needs -lnsl, so does gethostbyname.
5001 { $as_echo "$as_me:$LINENO: checking for connect" >&5
5002 $as_echo_n "checking for connect... " >&6; }
5003 if test "${ac_cv_func_connect+set}" = set; then
5004 $as_echo_n "(cached) " >&6
5005 else
5006 cat >conftest.$ac_ext <<_ACEOF
5007 /* confdefs.h. */
5008 _ACEOF
5009 cat confdefs.h >>conftest.$ac_ext
5010 cat >>conftest.$ac_ext <<_ACEOF
5011 /* end confdefs.h. */
5012 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5013 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5014 #define connect innocuous_connect
5016 /* System header to define __stub macros and hopefully few prototypes,
5017 which can conflict with char connect (); below.
5018 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5019 <limits.h> exists even on freestanding compilers. */
5021 #ifdef __STDC__
5022 # include <limits.h>
5023 #else
5024 # include <assert.h>
5025 #endif
5027 #undef connect
5029 /* Override any GCC internal prototype to avoid an error.
5030 Use char because int might match the return type of a GCC
5031 builtin and then its argument prototype would still apply. */
5032 #ifdef __cplusplus
5033 extern "C"
5034 #endif
5035 char connect ();
5036 /* The GNU C library defines this for functions which it implements
5037 to always fail with ENOSYS. Some functions are actually named
5038 something starting with __ and the normal name is an alias. */
5039 #if defined __stub_connect || defined __stub___connect
5040 choke me
5041 #endif
5044 main ()
5046 return connect ();
5048 return 0;
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055 *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059 (eval "$ac_link") 2>conftest.er1
5060 ac_status=$?
5061 grep -v '^ *+' conftest.er1 >conftest.err
5062 rm -f conftest.er1
5063 cat conftest.err >&5
5064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); } && {
5066 test -z "$ac_c_werror_flag" ||
5067 test ! -s conftest.err
5068 } && test -s conftest$ac_exeext && {
5069 test "$cross_compiling" = yes ||
5070 $as_test_x conftest$ac_exeext
5071 }; then
5072 ac_cv_func_connect=yes
5073 else
5074 $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5077 ac_cv_func_connect=no
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082 conftest$ac_exeext conftest.$ac_ext
5084 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5085 $as_echo "$ac_cv_func_connect" >&6; }
5087 if test $ac_cv_func_connect = no; then
5088 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5089 $as_echo_n "checking for connect in -lsocket... " >&6; }
5090 if test "${ac_cv_lib_socket_connect+set}" = set; then
5091 $as_echo_n "(cached) " >&6
5092 else
5093 ac_check_lib_save_LIBS=$LIBS
5094 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5095 cat >conftest.$ac_ext <<_ACEOF
5096 /* confdefs.h. */
5097 _ACEOF
5098 cat confdefs.h >>conftest.$ac_ext
5099 cat >>conftest.$ac_ext <<_ACEOF
5100 /* end confdefs.h. */
5102 /* Override any GCC internal prototype to avoid an error.
5103 Use char because int might match the return type of a GCC
5104 builtin and then its argument prototype would still apply. */
5105 #ifdef __cplusplus
5106 extern "C"
5107 #endif
5108 char connect ();
5110 main ()
5112 return connect ();
5114 return 0;
5116 _ACEOF
5117 rm -f conftest.$ac_objext conftest$ac_exeext
5118 if { (ac_try="$ac_link"
5119 case "(($ac_try" in
5120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5121 *) ac_try_echo=$ac_try;;
5122 esac
5123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5124 $as_echo "$ac_try_echo") >&5
5125 (eval "$ac_link") 2>conftest.er1
5126 ac_status=$?
5127 grep -v '^ *+' conftest.er1 >conftest.err
5128 rm -f conftest.er1
5129 cat conftest.err >&5
5130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5131 (exit $ac_status); } && {
5132 test -z "$ac_c_werror_flag" ||
5133 test ! -s conftest.err
5134 } && test -s conftest$ac_exeext && {
5135 test "$cross_compiling" = yes ||
5136 $as_test_x conftest$ac_exeext
5137 }; then
5138 ac_cv_lib_socket_connect=yes
5139 else
5140 $as_echo "$as_me: failed program was:" >&5
5141 sed 's/^/| /' conftest.$ac_ext >&5
5143 ac_cv_lib_socket_connect=no
5146 rm -rf conftest.dSYM
5147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5148 conftest$ac_exeext conftest.$ac_ext
5149 LIBS=$ac_check_lib_save_LIBS
5151 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5152 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5153 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5154 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5159 # Guillermo Gomez says -lposix is necessary on A/UX.
5160 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5161 $as_echo_n "checking for remove... " >&6; }
5162 if test "${ac_cv_func_remove+set}" = set; then
5163 $as_echo_n "(cached) " >&6
5164 else
5165 cat >conftest.$ac_ext <<_ACEOF
5166 /* confdefs.h. */
5167 _ACEOF
5168 cat confdefs.h >>conftest.$ac_ext
5169 cat >>conftest.$ac_ext <<_ACEOF
5170 /* end confdefs.h. */
5171 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5172 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5173 #define remove innocuous_remove
5175 /* System header to define __stub macros and hopefully few prototypes,
5176 which can conflict with char remove (); below.
5177 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5178 <limits.h> exists even on freestanding compilers. */
5180 #ifdef __STDC__
5181 # include <limits.h>
5182 #else
5183 # include <assert.h>
5184 #endif
5186 #undef remove
5188 /* Override any GCC internal prototype to avoid an error.
5189 Use char because int might match the return type of a GCC
5190 builtin and then its argument prototype would still apply. */
5191 #ifdef __cplusplus
5192 extern "C"
5193 #endif
5194 char remove ();
5195 /* The GNU C library defines this for functions which it implements
5196 to always fail with ENOSYS. Some functions are actually named
5197 something starting with __ and the normal name is an alias. */
5198 #if defined __stub_remove || defined __stub___remove
5199 choke me
5200 #endif
5203 main ()
5205 return remove ();
5207 return 0;
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218 (eval "$ac_link") 2>conftest.er1
5219 ac_status=$?
5220 grep -v '^ *+' conftest.er1 >conftest.err
5221 rm -f conftest.er1
5222 cat conftest.err >&5
5223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224 (exit $ac_status); } && {
5225 test -z "$ac_c_werror_flag" ||
5226 test ! -s conftest.err
5227 } && test -s conftest$ac_exeext && {
5228 test "$cross_compiling" = yes ||
5229 $as_test_x conftest$ac_exeext
5230 }; then
5231 ac_cv_func_remove=yes
5232 else
5233 $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5236 ac_cv_func_remove=no
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241 conftest$ac_exeext conftest.$ac_ext
5243 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5244 $as_echo "$ac_cv_func_remove" >&6; }
5246 if test $ac_cv_func_remove = no; then
5247 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5248 $as_echo_n "checking for remove in -lposix... " >&6; }
5249 if test "${ac_cv_lib_posix_remove+set}" = set; then
5250 $as_echo_n "(cached) " >&6
5251 else
5252 ac_check_lib_save_LIBS=$LIBS
5253 LIBS="-lposix $LIBS"
5254 cat >conftest.$ac_ext <<_ACEOF
5255 /* confdefs.h. */
5256 _ACEOF
5257 cat confdefs.h >>conftest.$ac_ext
5258 cat >>conftest.$ac_ext <<_ACEOF
5259 /* end confdefs.h. */
5261 /* Override any GCC internal prototype to avoid an error.
5262 Use char because int might match the return type of a GCC
5263 builtin and then its argument prototype would still apply. */
5264 #ifdef __cplusplus
5265 extern "C"
5266 #endif
5267 char remove ();
5269 main ()
5271 return remove ();
5273 return 0;
5275 _ACEOF
5276 rm -f conftest.$ac_objext conftest$ac_exeext
5277 if { (ac_try="$ac_link"
5278 case "(($ac_try" in
5279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5280 *) ac_try_echo=$ac_try;;
5281 esac
5282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5283 $as_echo "$ac_try_echo") >&5
5284 (eval "$ac_link") 2>conftest.er1
5285 ac_status=$?
5286 grep -v '^ *+' conftest.er1 >conftest.err
5287 rm -f conftest.er1
5288 cat conftest.err >&5
5289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5290 (exit $ac_status); } && {
5291 test -z "$ac_c_werror_flag" ||
5292 test ! -s conftest.err
5293 } && test -s conftest$ac_exeext && {
5294 test "$cross_compiling" = yes ||
5295 $as_test_x conftest$ac_exeext
5296 }; then
5297 ac_cv_lib_posix_remove=yes
5298 else
5299 $as_echo "$as_me: failed program was:" >&5
5300 sed 's/^/| /' conftest.$ac_ext >&5
5302 ac_cv_lib_posix_remove=no
5305 rm -rf conftest.dSYM
5306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5307 conftest$ac_exeext conftest.$ac_ext
5308 LIBS=$ac_check_lib_save_LIBS
5310 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5311 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5312 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5313 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5318 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5319 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5320 $as_echo_n "checking for shmat... " >&6; }
5321 if test "${ac_cv_func_shmat+set}" = set; then
5322 $as_echo_n "(cached) " >&6
5323 else
5324 cat >conftest.$ac_ext <<_ACEOF
5325 /* confdefs.h. */
5326 _ACEOF
5327 cat confdefs.h >>conftest.$ac_ext
5328 cat >>conftest.$ac_ext <<_ACEOF
5329 /* end confdefs.h. */
5330 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5332 #define shmat innocuous_shmat
5334 /* System header to define __stub macros and hopefully few prototypes,
5335 which can conflict with char shmat (); below.
5336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5337 <limits.h> exists even on freestanding compilers. */
5339 #ifdef __STDC__
5340 # include <limits.h>
5341 #else
5342 # include <assert.h>
5343 #endif
5345 #undef shmat
5347 /* Override any GCC internal prototype to avoid an error.
5348 Use char because int might match the return type of a GCC
5349 builtin and then its argument prototype would still apply. */
5350 #ifdef __cplusplus
5351 extern "C"
5352 #endif
5353 char shmat ();
5354 /* The GNU C library defines this for functions which it implements
5355 to always fail with ENOSYS. Some functions are actually named
5356 something starting with __ and the normal name is an alias. */
5357 #if defined __stub_shmat || defined __stub___shmat
5358 choke me
5359 #endif
5362 main ()
5364 return shmat ();
5366 return 0;
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373 *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377 (eval "$ac_link") 2>conftest.er1
5378 ac_status=$?
5379 grep -v '^ *+' conftest.er1 >conftest.err
5380 rm -f conftest.er1
5381 cat conftest.err >&5
5382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383 (exit $ac_status); } && {
5384 test -z "$ac_c_werror_flag" ||
5385 test ! -s conftest.err
5386 } && test -s conftest$ac_exeext && {
5387 test "$cross_compiling" = yes ||
5388 $as_test_x conftest$ac_exeext
5389 }; then
5390 ac_cv_func_shmat=yes
5391 else
5392 $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5395 ac_cv_func_shmat=no
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400 conftest$ac_exeext conftest.$ac_ext
5402 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5403 $as_echo "$ac_cv_func_shmat" >&6; }
5405 if test $ac_cv_func_shmat = no; then
5406 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5407 $as_echo_n "checking for shmat in -lipc... " >&6; }
5408 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5409 $as_echo_n "(cached) " >&6
5410 else
5411 ac_check_lib_save_LIBS=$LIBS
5412 LIBS="-lipc $LIBS"
5413 cat >conftest.$ac_ext <<_ACEOF
5414 /* confdefs.h. */
5415 _ACEOF
5416 cat confdefs.h >>conftest.$ac_ext
5417 cat >>conftest.$ac_ext <<_ACEOF
5418 /* end confdefs.h. */
5420 /* Override any GCC internal prototype to avoid an error.
5421 Use char because int might match the return type of a GCC
5422 builtin and then its argument prototype would still apply. */
5423 #ifdef __cplusplus
5424 extern "C"
5425 #endif
5426 char shmat ();
5428 main ()
5430 return shmat ();
5432 return 0;
5434 _ACEOF
5435 rm -f conftest.$ac_objext conftest$ac_exeext
5436 if { (ac_try="$ac_link"
5437 case "(($ac_try" in
5438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5439 *) ac_try_echo=$ac_try;;
5440 esac
5441 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5442 $as_echo "$ac_try_echo") >&5
5443 (eval "$ac_link") 2>conftest.er1
5444 ac_status=$?
5445 grep -v '^ *+' conftest.er1 >conftest.err
5446 rm -f conftest.er1
5447 cat conftest.err >&5
5448 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5449 (exit $ac_status); } && {
5450 test -z "$ac_c_werror_flag" ||
5451 test ! -s conftest.err
5452 } && test -s conftest$ac_exeext && {
5453 test "$cross_compiling" = yes ||
5454 $as_test_x conftest$ac_exeext
5455 }; then
5456 ac_cv_lib_ipc_shmat=yes
5457 else
5458 $as_echo "$as_me: failed program was:" >&5
5459 sed 's/^/| /' conftest.$ac_ext >&5
5461 ac_cv_lib_ipc_shmat=no
5464 rm -rf conftest.dSYM
5465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5466 conftest$ac_exeext conftest.$ac_ext
5467 LIBS=$ac_check_lib_save_LIBS
5469 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5470 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5471 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5472 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5478 # Check for libraries that X11R6 Xt/Xaw programs need.
5479 ac_save_LDFLAGS=$LDFLAGS
5480 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5481 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5482 # check for ICE first), but we must link in the order -lSM -lICE or
5483 # we get undefined symbols. So assume we have SM if we have ICE.
5484 # These have to be linked with before -lX11, unlike the other
5485 # libraries we check for below, so use a different variable.
5486 # John Interrante, Karl Berry
5487 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5488 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5489 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5490 $as_echo_n "(cached) " >&6
5491 else
5492 ac_check_lib_save_LIBS=$LIBS
5493 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5494 cat >conftest.$ac_ext <<_ACEOF
5495 /* confdefs.h. */
5496 _ACEOF
5497 cat confdefs.h >>conftest.$ac_ext
5498 cat >>conftest.$ac_ext <<_ACEOF
5499 /* end confdefs.h. */
5501 /* Override any GCC internal prototype to avoid an error.
5502 Use char because int might match the return type of a GCC
5503 builtin and then its argument prototype would still apply. */
5504 #ifdef __cplusplus
5505 extern "C"
5506 #endif
5507 char IceConnectionNumber ();
5509 main ()
5511 return IceConnectionNumber ();
5513 return 0;
5515 _ACEOF
5516 rm -f conftest.$ac_objext conftest$ac_exeext
5517 if { (ac_try="$ac_link"
5518 case "(($ac_try" in
5519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5520 *) ac_try_echo=$ac_try;;
5521 esac
5522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5523 $as_echo "$ac_try_echo") >&5
5524 (eval "$ac_link") 2>conftest.er1
5525 ac_status=$?
5526 grep -v '^ *+' conftest.er1 >conftest.err
5527 rm -f conftest.er1
5528 cat conftest.err >&5
5529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5530 (exit $ac_status); } && {
5531 test -z "$ac_c_werror_flag" ||
5532 test ! -s conftest.err
5533 } && test -s conftest$ac_exeext && {
5534 test "$cross_compiling" = yes ||
5535 $as_test_x conftest$ac_exeext
5536 }; then
5537 ac_cv_lib_ICE_IceConnectionNumber=yes
5538 else
5539 $as_echo "$as_me: failed program was:" >&5
5540 sed 's/^/| /' conftest.$ac_ext >&5
5542 ac_cv_lib_ICE_IceConnectionNumber=no
5545 rm -rf conftest.dSYM
5546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5547 conftest$ac_exeext conftest.$ac_ext
5548 LIBS=$ac_check_lib_save_LIBS
5550 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5551 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5552 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5553 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5556 LDFLAGS=$ac_save_LDFLAGS
5561 for ac_prog in flex
5563 # Extract the first word of "$ac_prog", so it can be a program name with args.
5564 set dummy $ac_prog; ac_word=$2
5565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5566 $as_echo_n "checking for $ac_word... " >&6; }
5567 if test "${ac_cv_prog_FLEX+set}" = set; then
5568 $as_echo_n "(cached) " >&6
5569 else
5570 if test -n "$FLEX"; then
5571 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5572 else
5573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5574 for as_dir in $PATH
5576 IFS=$as_save_IFS
5577 test -z "$as_dir" && as_dir=.
5578 for ac_exec_ext in '' $ac_executable_extensions; do
5579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5580 ac_cv_prog_FLEX="$ac_prog"
5581 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5582 break 2
5584 done
5585 done
5586 IFS=$as_save_IFS
5590 FLEX=$ac_cv_prog_FLEX
5591 if test -n "$FLEX"; then
5592 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5593 $as_echo "$FLEX" >&6; }
5594 else
5595 { $as_echo "$as_me:$LINENO: result: no" >&5
5596 $as_echo "no" >&6; }
5600 test -n "$FLEX" && break
5601 done
5602 test -n "$FLEX" || FLEX="none"
5604 if test "$FLEX" = "none"
5605 then
5606 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5607 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5608 { (exit 1); exit 1; }; }
5611 for ac_prog in bison
5613 # Extract the first word of "$ac_prog", so it can be a program name with args.
5614 set dummy $ac_prog; ac_word=$2
5615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5616 $as_echo_n "checking for $ac_word... " >&6; }
5617 if test "${ac_cv_prog_BISON+set}" = set; then
5618 $as_echo_n "(cached) " >&6
5619 else
5620 if test -n "$BISON"; then
5621 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5622 else
5623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5624 for as_dir in $PATH
5626 IFS=$as_save_IFS
5627 test -z "$as_dir" && as_dir=.
5628 for ac_exec_ext in '' $ac_executable_extensions; do
5629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5630 ac_cv_prog_BISON="$ac_prog"
5631 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5632 break 2
5634 done
5635 done
5636 IFS=$as_save_IFS
5640 BISON=$ac_cv_prog_BISON
5641 if test -n "$BISON"; then
5642 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5643 $as_echo "$BISON" >&6; }
5644 else
5645 { $as_echo "$as_me:$LINENO: result: no" >&5
5646 $as_echo "no" >&6; }
5650 test -n "$BISON" && break
5651 done
5652 test -n "$BISON" || BISON="none"
5654 if test "$BISON" = "none"
5655 then
5656 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5657 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5658 { (exit 1); exit 1; }; }
5661 if test -n "$ac_tool_prefix"; then
5662 for ac_prog in gas as
5664 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5665 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5666 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5667 $as_echo_n "checking for $ac_word... " >&6; }
5668 if test "${ac_cv_prog_AS+set}" = set; then
5669 $as_echo_n "(cached) " >&6
5670 else
5671 if test -n "$AS"; then
5672 ac_cv_prog_AS="$AS" # Let the user override the test.
5673 else
5674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5675 for as_dir in $PATH
5677 IFS=$as_save_IFS
5678 test -z "$as_dir" && as_dir=.
5679 for ac_exec_ext in '' $ac_executable_extensions; do
5680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5681 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5682 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5683 break 2
5685 done
5686 done
5687 IFS=$as_save_IFS
5691 AS=$ac_cv_prog_AS
5692 if test -n "$AS"; then
5693 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5694 $as_echo "$AS" >&6; }
5695 else
5696 { $as_echo "$as_me:$LINENO: result: no" >&5
5697 $as_echo "no" >&6; }
5701 test -n "$AS" && break
5702 done
5704 if test -z "$AS"; then
5705 ac_ct_AS=$AS
5706 for ac_prog in gas as
5708 # Extract the first word of "$ac_prog", so it can be a program name with args.
5709 set dummy $ac_prog; ac_word=$2
5710 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5713 $as_echo_n "(cached) " >&6
5714 else
5715 if test -n "$ac_ct_AS"; then
5716 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5717 else
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH
5721 IFS=$as_save_IFS
5722 test -z "$as_dir" && as_dir=.
5723 for ac_exec_ext in '' $ac_executable_extensions; do
5724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5725 ac_cv_prog_ac_ct_AS="$ac_prog"
5726 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5727 break 2
5729 done
5730 done
5731 IFS=$as_save_IFS
5735 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5736 if test -n "$ac_ct_AS"; then
5737 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5738 $as_echo "$ac_ct_AS" >&6; }
5739 else
5740 { $as_echo "$as_me:$LINENO: result: no" >&5
5741 $as_echo "no" >&6; }
5745 test -n "$ac_ct_AS" && break
5746 done
5748 if test "x$ac_ct_AS" = x; then
5749 AS="as"
5750 else
5751 case $cross_compiling:$ac_tool_warned in
5752 yes:)
5753 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5755 ac_tool_warned=yes ;;
5756 esac
5757 AS=$ac_ct_AS
5761 if test -n "$ac_tool_prefix"; then
5762 for ac_prog in ld gld
5764 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5765 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5766 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 $as_echo_n "checking for $ac_word... " >&6; }
5768 if test "${ac_cv_prog_LD+set}" = set; then
5769 $as_echo_n "(cached) " >&6
5770 else
5771 if test -n "$LD"; then
5772 ac_cv_prog_LD="$LD" # Let the user override the test.
5773 else
5774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5775 for as_dir in $PATH
5777 IFS=$as_save_IFS
5778 test -z "$as_dir" && as_dir=.
5779 for ac_exec_ext in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5782 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5783 break 2
5785 done
5786 done
5787 IFS=$as_save_IFS
5791 LD=$ac_cv_prog_LD
5792 if test -n "$LD"; then
5793 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5794 $as_echo "$LD" >&6; }
5795 else
5796 { $as_echo "$as_me:$LINENO: result: no" >&5
5797 $as_echo "no" >&6; }
5801 test -n "$LD" && break
5802 done
5804 if test -z "$LD"; then
5805 ac_ct_LD=$LD
5806 for ac_prog in ld gld
5808 # Extract the first word of "$ac_prog", so it can be a program name with args.
5809 set dummy $ac_prog; ac_word=$2
5810 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5811 $as_echo_n "checking for $ac_word... " >&6; }
5812 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5813 $as_echo_n "(cached) " >&6
5814 else
5815 if test -n "$ac_ct_LD"; then
5816 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5817 else
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 for as_dir in $PATH
5821 IFS=$as_save_IFS
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
5824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5825 ac_cv_prog_ac_ct_LD="$ac_prog"
5826 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5827 break 2
5829 done
5830 done
5831 IFS=$as_save_IFS
5835 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5836 if test -n "$ac_ct_LD"; then
5837 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5838 $as_echo "$ac_ct_LD" >&6; }
5839 else
5840 { $as_echo "$as_me:$LINENO: result: no" >&5
5841 $as_echo "no" >&6; }
5845 test -n "$ac_ct_LD" && break
5846 done
5848 if test "x$ac_ct_LD" = x; then
5849 LD="ld"
5850 else
5851 case $cross_compiling:$ac_tool_warned in
5852 yes:)
5853 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5854 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5855 ac_tool_warned=yes ;;
5856 esac
5857 LD=$ac_ct_LD
5861 if test -n "$ac_tool_prefix"; then
5862 for ac_prog in nm gnm
5864 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5865 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5866 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if test "${ac_cv_prog_NM+set}" = set; then
5869 $as_echo_n "(cached) " >&6
5870 else
5871 if test -n "$NM"; then
5872 ac_cv_prog_NM="$NM" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5881 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5882 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5885 done
5886 done
5887 IFS=$as_save_IFS
5891 NM=$ac_cv_prog_NM
5892 if test -n "$NM"; then
5893 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5894 $as_echo "$NM" >&6; }
5895 else
5896 { $as_echo "$as_me:$LINENO: result: no" >&5
5897 $as_echo "no" >&6; }
5901 test -n "$NM" && break
5902 done
5904 if test -z "$NM"; then
5905 ac_ct_NM=$NM
5906 for ac_prog in nm gnm
5908 # Extract the first word of "$ac_prog", so it can be a program name with args.
5909 set dummy $ac_prog; ac_word=$2
5910 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5911 $as_echo_n "checking for $ac_word... " >&6; }
5912 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5913 $as_echo_n "(cached) " >&6
5914 else
5915 if test -n "$ac_ct_NM"; then
5916 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5917 else
5918 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5919 for as_dir in $PATH
5921 IFS=$as_save_IFS
5922 test -z "$as_dir" && as_dir=.
5923 for ac_exec_ext in '' $ac_executable_extensions; do
5924 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5925 ac_cv_prog_ac_ct_NM="$ac_prog"
5926 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5927 break 2
5929 done
5930 done
5931 IFS=$as_save_IFS
5935 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5936 if test -n "$ac_ct_NM"; then
5937 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5938 $as_echo "$ac_ct_NM" >&6; }
5939 else
5940 { $as_echo "$as_me:$LINENO: result: no" >&5
5941 $as_echo "no" >&6; }
5945 test -n "$ac_ct_NM" && break
5946 done
5948 if test "x$ac_ct_NM" = x; then
5949 NM="nm"
5950 else
5951 case $cross_compiling:$ac_tool_warned in
5952 yes:)
5953 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5954 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5955 ac_tool_warned=yes ;;
5956 esac
5957 NM=$ac_ct_NM
5961 if test -n "$ac_tool_prefix"; then
5962 for ac_prog in ar gar
5964 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5965 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5966 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if test "${ac_cv_prog_AR+set}" = set; then
5969 $as_echo_n "(cached) " >&6
5970 else
5971 if test -n "$AR"; then
5972 ac_cv_prog_AR="$AR" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5977 IFS=$as_save_IFS
5978 test -z "$as_dir" && as_dir=.
5979 for ac_exec_ext in '' $ac_executable_extensions; do
5980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5981 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5982 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5983 break 2
5985 done
5986 done
5987 IFS=$as_save_IFS
5991 AR=$ac_cv_prog_AR
5992 if test -n "$AR"; then
5993 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5994 $as_echo "$AR" >&6; }
5995 else
5996 { $as_echo "$as_me:$LINENO: result: no" >&5
5997 $as_echo "no" >&6; }
6001 test -n "$AR" && break
6002 done
6004 if test -z "$AR"; then
6005 ac_ct_AR=$AR
6006 for ac_prog in ar gar
6008 # Extract the first word of "$ac_prog", so it can be a program name with args.
6009 set dummy $ac_prog; ac_word=$2
6010 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6011 $as_echo_n "checking for $ac_word... " >&6; }
6012 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6013 $as_echo_n "(cached) " >&6
6014 else
6015 if test -n "$ac_ct_AR"; then
6016 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6017 else
6018 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6019 for as_dir in $PATH
6021 IFS=$as_save_IFS
6022 test -z "$as_dir" && as_dir=.
6023 for ac_exec_ext in '' $ac_executable_extensions; do
6024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6025 ac_cv_prog_ac_ct_AR="$ac_prog"
6026 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6027 break 2
6029 done
6030 done
6031 IFS=$as_save_IFS
6035 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6036 if test -n "$ac_ct_AR"; then
6037 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6038 $as_echo "$ac_ct_AR" >&6; }
6039 else
6040 { $as_echo "$as_me:$LINENO: result: no" >&5
6041 $as_echo "no" >&6; }
6045 test -n "$ac_ct_AR" && break
6046 done
6048 if test "x$ac_ct_AR" = x; then
6049 AR="ar"
6050 else
6051 case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055 ac_tool_warned=yes ;;
6056 esac
6057 AR=$ac_ct_AR
6061 ARFLAGS=rc
6063 if test -n "$ac_tool_prefix"; then
6064 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6065 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6066 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6067 $as_echo_n "checking for $ac_word... " >&6; }
6068 if test "${ac_cv_prog_RANLIB+set}" = set; then
6069 $as_echo_n "(cached) " >&6
6070 else
6071 if test -n "$RANLIB"; then
6072 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6073 else
6074 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6075 for as_dir in $PATH
6077 IFS=$as_save_IFS
6078 test -z "$as_dir" && as_dir=.
6079 for ac_exec_ext in '' $ac_executable_extensions; do
6080 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6081 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6082 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6083 break 2
6085 done
6086 done
6087 IFS=$as_save_IFS
6091 RANLIB=$ac_cv_prog_RANLIB
6092 if test -n "$RANLIB"; then
6093 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6094 $as_echo "$RANLIB" >&6; }
6095 else
6096 { $as_echo "$as_me:$LINENO: result: no" >&5
6097 $as_echo "no" >&6; }
6102 if test -z "$ac_cv_prog_RANLIB"; then
6103 ac_ct_RANLIB=$RANLIB
6104 # Extract the first word of "ranlib", so it can be a program name with args.
6105 set dummy ranlib; ac_word=$2
6106 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6107 $as_echo_n "checking for $ac_word... " >&6; }
6108 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6109 $as_echo_n "(cached) " >&6
6110 else
6111 if test -n "$ac_ct_RANLIB"; then
6112 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6113 else
6114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6115 for as_dir in $PATH
6117 IFS=$as_save_IFS
6118 test -z "$as_dir" && as_dir=.
6119 for ac_exec_ext in '' $ac_executable_extensions; do
6120 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6121 ac_cv_prog_ac_ct_RANLIB="ranlib"
6122 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6123 break 2
6125 done
6126 done
6127 IFS=$as_save_IFS
6131 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6132 if test -n "$ac_ct_RANLIB"; then
6133 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6134 $as_echo "$ac_ct_RANLIB" >&6; }
6135 else
6136 { $as_echo "$as_me:$LINENO: result: no" >&5
6137 $as_echo "no" >&6; }
6140 if test "x$ac_ct_RANLIB" = x; then
6141 RANLIB=":"
6142 else
6143 case $cross_compiling:$ac_tool_warned in
6144 yes:)
6145 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6146 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6147 ac_tool_warned=yes ;;
6148 esac
6149 RANLIB=$ac_ct_RANLIB
6151 else
6152 RANLIB="$ac_cv_prog_RANLIB"
6155 if test -n "$ac_tool_prefix"; then
6156 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6157 set dummy ${ac_tool_prefix}strip; ac_word=$2
6158 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6159 $as_echo_n "checking for $ac_word... " >&6; }
6160 if test "${ac_cv_prog_STRIP+set}" = set; then
6161 $as_echo_n "(cached) " >&6
6162 else
6163 if test -n "$STRIP"; then
6164 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6165 else
6166 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6167 for as_dir in $PATH
6169 IFS=$as_save_IFS
6170 test -z "$as_dir" && as_dir=.
6171 for ac_exec_ext in '' $ac_executable_extensions; do
6172 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6173 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6174 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6175 break 2
6177 done
6178 done
6179 IFS=$as_save_IFS
6183 STRIP=$ac_cv_prog_STRIP
6184 if test -n "$STRIP"; then
6185 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6186 $as_echo "$STRIP" >&6; }
6187 else
6188 { $as_echo "$as_me:$LINENO: result: no" >&5
6189 $as_echo "no" >&6; }
6194 if test -z "$ac_cv_prog_STRIP"; then
6195 ac_ct_STRIP=$STRIP
6196 # Extract the first word of "strip", so it can be a program name with args.
6197 set dummy strip; ac_word=$2
6198 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6199 $as_echo_n "checking for $ac_word... " >&6; }
6200 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6201 $as_echo_n "(cached) " >&6
6202 else
6203 if test -n "$ac_ct_STRIP"; then
6204 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6205 else
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH
6209 IFS=$as_save_IFS
6210 test -z "$as_dir" && as_dir=.
6211 for ac_exec_ext in '' $ac_executable_extensions; do
6212 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6213 ac_cv_prog_ac_ct_STRIP="strip"
6214 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6215 break 2
6217 done
6218 done
6219 IFS=$as_save_IFS
6223 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6224 if test -n "$ac_ct_STRIP"; then
6225 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6226 $as_echo "$ac_ct_STRIP" >&6; }
6227 else
6228 { $as_echo "$as_me:$LINENO: result: no" >&5
6229 $as_echo "no" >&6; }
6232 if test "x$ac_ct_STRIP" = x; then
6233 STRIP="strip"
6234 else
6235 case $cross_compiling:$ac_tool_warned in
6236 yes:)
6237 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6238 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6239 ac_tool_warned=yes ;;
6240 esac
6241 STRIP=$ac_ct_STRIP
6243 else
6244 STRIP="$ac_cv_prog_STRIP"
6247 if test -n "$ac_tool_prefix"; then
6248 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6249 set dummy ${ac_tool_prefix}windres; ac_word=$2
6250 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if test "${ac_cv_prog_WINDRES+set}" = set; then
6253 $as_echo_n "(cached) " >&6
6254 else
6255 if test -n "$WINDRES"; then
6256 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6261 IFS=$as_save_IFS
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6266 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 break 2
6269 done
6270 done
6271 IFS=$as_save_IFS
6275 WINDRES=$ac_cv_prog_WINDRES
6276 if test -n "$WINDRES"; then
6277 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6278 $as_echo "$WINDRES" >&6; }
6279 else
6280 { $as_echo "$as_me:$LINENO: result: no" >&5
6281 $as_echo "no" >&6; }
6286 if test -z "$ac_cv_prog_WINDRES"; then
6287 ac_ct_WINDRES=$WINDRES
6288 # Extract the first word of "windres", so it can be a program name with args.
6289 set dummy windres; ac_word=$2
6290 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6291 $as_echo_n "checking for $ac_word... " >&6; }
6292 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6293 $as_echo_n "(cached) " >&6
6294 else
6295 if test -n "$ac_ct_WINDRES"; then
6296 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6301 IFS=$as_save_IFS
6302 test -z "$as_dir" && as_dir=.
6303 for ac_exec_ext in '' $ac_executable_extensions; do
6304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6305 ac_cv_prog_ac_ct_WINDRES="windres"
6306 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6307 break 2
6309 done
6310 done
6311 IFS=$as_save_IFS
6315 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6316 if test -n "$ac_ct_WINDRES"; then
6317 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6318 $as_echo "$ac_ct_WINDRES" >&6; }
6319 else
6320 { $as_echo "$as_me:$LINENO: result: no" >&5
6321 $as_echo "no" >&6; }
6324 if test "x$ac_ct_WINDRES" = x; then
6325 WINDRES="false"
6326 else
6327 case $cross_compiling:$ac_tool_warned in
6328 yes:)
6329 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6330 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6331 ac_tool_warned=yes ;;
6332 esac
6333 WINDRES=$ac_ct_WINDRES
6335 else
6336 WINDRES="$ac_cv_prog_WINDRES"
6339 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6340 $as_echo_n "checking whether ln -s works... " >&6; }
6341 LN_S=$as_ln_s
6342 if test "$LN_S" = "ln -s"; then
6343 { $as_echo "$as_me:$LINENO: result: yes" >&5
6344 $as_echo "yes" >&6; }
6345 else
6346 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6347 $as_echo "no, using $LN_S" >&6; }
6350 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6351 $as_echo_n "checking whether ln works... " >&6; }
6352 rm -f conf$$ conf$$.file
6353 echo >conf$$.file
6354 if ln conf$$.file conf$$ 2>/dev/null; then
6355 LN=ln
6357 { $as_echo "$as_me:$LINENO: result: yes" >&5
6358 $as_echo "yes" >&6; }
6359 else
6360 LN="cp -p"
6362 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6363 $as_echo "no, using $LN" >&6; }
6365 rm -f conf$$ conf$$.file
6366 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6367 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6368 if test "${ac_cv_path_GREP+set}" = set; then
6369 $as_echo_n "(cached) " >&6
6370 else
6371 if test -z "$GREP"; then
6372 ac_path_GREP_found=false
6373 # Loop through the user's path and test for each of PROGNAME-LIST
6374 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6375 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6377 IFS=$as_save_IFS
6378 test -z "$as_dir" && as_dir=.
6379 for ac_prog in grep ggrep; do
6380 for ac_exec_ext in '' $ac_executable_extensions; do
6381 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6382 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6383 # Check for GNU ac_path_GREP and select it if it is found.
6384 # Check for GNU $ac_path_GREP
6385 case `"$ac_path_GREP" --version 2>&1` in
6386 *GNU*)
6387 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6389 ac_count=0
6390 $as_echo_n 0123456789 >"conftest.in"
6391 while :
6393 cat "conftest.in" "conftest.in" >"conftest.tmp"
6394 mv "conftest.tmp" "conftest.in"
6395 cp "conftest.in" "conftest.nl"
6396 $as_echo 'GREP' >> "conftest.nl"
6397 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6398 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6399 ac_count=`expr $ac_count + 1`
6400 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6401 # Best one so far, save it but keep looking for a better one
6402 ac_cv_path_GREP="$ac_path_GREP"
6403 ac_path_GREP_max=$ac_count
6405 # 10*(2^10) chars as input seems more than enough
6406 test $ac_count -gt 10 && break
6407 done
6408 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6409 esac
6411 $ac_path_GREP_found && break 3
6412 done
6413 done
6414 done
6415 IFS=$as_save_IFS
6416 if test -z "$ac_cv_path_GREP"; then
6417 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6418 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6419 { (exit 1); exit 1; }; }
6421 else
6422 ac_cv_path_GREP=$GREP
6426 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6427 $as_echo "$ac_cv_path_GREP" >&6; }
6428 GREP="$ac_cv_path_GREP"
6431 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6432 $as_echo_n "checking for egrep... " >&6; }
6433 if test "${ac_cv_path_EGREP+set}" = set; then
6434 $as_echo_n "(cached) " >&6
6435 else
6436 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6437 then ac_cv_path_EGREP="$GREP -E"
6438 else
6439 if test -z "$EGREP"; then
6440 ac_path_EGREP_found=false
6441 # Loop through the user's path and test for each of PROGNAME-LIST
6442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6443 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6445 IFS=$as_save_IFS
6446 test -z "$as_dir" && as_dir=.
6447 for ac_prog in egrep; do
6448 for ac_exec_ext in '' $ac_executable_extensions; do
6449 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6450 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6451 # Check for GNU ac_path_EGREP and select it if it is found.
6452 # Check for GNU $ac_path_EGREP
6453 case `"$ac_path_EGREP" --version 2>&1` in
6454 *GNU*)
6455 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6457 ac_count=0
6458 $as_echo_n 0123456789 >"conftest.in"
6459 while :
6461 cat "conftest.in" "conftest.in" >"conftest.tmp"
6462 mv "conftest.tmp" "conftest.in"
6463 cp "conftest.in" "conftest.nl"
6464 $as_echo 'EGREP' >> "conftest.nl"
6465 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6466 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6467 ac_count=`expr $ac_count + 1`
6468 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6469 # Best one so far, save it but keep looking for a better one
6470 ac_cv_path_EGREP="$ac_path_EGREP"
6471 ac_path_EGREP_max=$ac_count
6473 # 10*(2^10) chars as input seems more than enough
6474 test $ac_count -gt 10 && break
6475 done
6476 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6477 esac
6479 $ac_path_EGREP_found && break 3
6480 done
6481 done
6482 done
6483 IFS=$as_save_IFS
6484 if test -z "$ac_cv_path_EGREP"; then
6485 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6486 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6487 { (exit 1); exit 1; }; }
6489 else
6490 ac_cv_path_EGREP=$EGREP
6495 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6496 $as_echo "$ac_cv_path_EGREP" >&6; }
6497 EGREP="$ac_cv_path_EGREP"
6500 # Extract the first word of "ldconfig", so it can be a program name with args.
6501 set dummy ldconfig; ac_word=$2
6502 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6503 $as_echo_n "checking for $ac_word... " >&6; }
6504 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6505 $as_echo_n "(cached) " >&6
6506 else
6507 case $LDCONFIG in
6508 [\\/]* | ?:[\\/]*)
6509 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6513 for as_dir in /sbin /usr/sbin $PATH
6515 IFS=$as_save_IFS
6516 test -z "$as_dir" && as_dir=.
6517 for ac_exec_ext in '' $ac_executable_extensions; do
6518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6519 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6520 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6521 break 2
6523 done
6524 done
6525 IFS=$as_save_IFS
6527 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6529 esac
6531 LDCONFIG=$ac_cv_path_LDCONFIG
6532 if test -n "$LDCONFIG"; then
6533 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6534 $as_echo "$LDCONFIG" >&6; }
6535 else
6536 { $as_echo "$as_me:$LINENO: result: no" >&5
6537 $as_echo "no" >&6; }
6541 # Find a good install program. We prefer a C program (faster),
6542 # so one script is as good as another. But avoid the broken or
6543 # incompatible versions:
6544 # SysV /etc/install, /usr/sbin/install
6545 # SunOS /usr/etc/install
6546 # IRIX /sbin/install
6547 # AIX /bin/install
6548 # AmigaOS /C/install, which installs bootblocks on floppy discs
6549 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6550 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6551 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6552 # OS/2's system install, which has a completely different semantic
6553 # ./install, which can be erroneously created by make from ./install.sh.
6554 # Reject install programs that cannot install multiple files.
6555 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6556 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6557 if test -z "$INSTALL"; then
6558 if test "${ac_cv_path_install+set}" = set; then
6559 $as_echo_n "(cached) " >&6
6560 else
6561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6562 for as_dir in $PATH
6564 IFS=$as_save_IFS
6565 test -z "$as_dir" && as_dir=.
6566 # Account for people who put trailing slashes in PATH elements.
6567 case $as_dir/ in
6568 ./ | .// | /cC/* | \
6569 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6570 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6571 /usr/ucb/* ) ;;
6573 # OSF1 and SCO ODT 3.0 have their own names for install.
6574 # Don't use installbsd from OSF since it installs stuff as root
6575 # by default.
6576 for ac_prog in ginstall scoinst install; do
6577 for ac_exec_ext in '' $ac_executable_extensions; do
6578 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6579 if test $ac_prog = install &&
6580 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6581 # AIX install. It has an incompatible calling convention.
6583 elif test $ac_prog = install &&
6584 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6585 # program-specific install script used by HP pwplus--don't use.
6587 else
6588 rm -rf conftest.one conftest.two conftest.dir
6589 echo one > conftest.one
6590 echo two > conftest.two
6591 mkdir conftest.dir
6592 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6593 test -s conftest.one && test -s conftest.two &&
6594 test -s conftest.dir/conftest.one &&
6595 test -s conftest.dir/conftest.two
6596 then
6597 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6598 break 3
6602 done
6603 done
6605 esac
6607 done
6608 IFS=$as_save_IFS
6610 rm -rf conftest.one conftest.two conftest.dir
6613 if test "${ac_cv_path_install+set}" = set; then
6614 INSTALL=$ac_cv_path_install
6615 else
6616 # As a last resort, use the slow shell script. Don't cache a
6617 # value for INSTALL within a source directory, because that will
6618 # break other packages using the cache if that directory is
6619 # removed, or if the value is a relative name.
6620 INSTALL=$ac_install_sh
6623 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6624 $as_echo "$INSTALL" >&6; }
6626 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6627 # It thinks the first close brace ends the variable substitution.
6628 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6630 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6632 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6634 case "$INSTALL" in
6635 [\\/$]* | ?:[\\/]* ) ;;
6636 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6637 esac
6639 for ac_prog in lclint lint
6641 # Extract the first word of "$ac_prog", so it can be a program name with args.
6642 set dummy $ac_prog; ac_word=$2
6643 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6644 $as_echo_n "checking for $ac_word... " >&6; }
6645 if test "${ac_cv_prog_LINT+set}" = set; then
6646 $as_echo_n "(cached) " >&6
6647 else
6648 if test -n "$LINT"; then
6649 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6650 else
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652 for as_dir in $PATH
6654 IFS=$as_save_IFS
6655 test -z "$as_dir" && as_dir=.
6656 for ac_exec_ext in '' $ac_executable_extensions; do
6657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6658 ac_cv_prog_LINT="$ac_prog"
6659 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6660 break 2
6662 done
6663 done
6664 IFS=$as_save_IFS
6668 LINT=$ac_cv_prog_LINT
6669 if test -n "$LINT"; then
6670 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6671 $as_echo "$LINT" >&6; }
6672 else
6673 { $as_echo "$as_me:$LINENO: result: no" >&5
6674 $as_echo "no" >&6; }
6678 test -n "$LINT" && break
6679 done
6681 if test "$LINT" = "lint"
6682 then
6683 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6688 for ac_prog in fontforge
6690 # Extract the first word of "$ac_prog", so it can be a program name with args.
6691 set dummy $ac_prog; ac_word=$2
6692 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6693 $as_echo_n "checking for $ac_word... " >&6; }
6694 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6695 $as_echo_n "(cached) " >&6
6696 else
6697 if test -n "$FONTFORGE"; then
6698 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6699 else
6700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6701 for as_dir in $PATH
6703 IFS=$as_save_IFS
6704 test -z "$as_dir" && as_dir=.
6705 for ac_exec_ext in '' $ac_executable_extensions; do
6706 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6707 ac_cv_prog_FONTFORGE="$ac_prog"
6708 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6709 break 2
6711 done
6712 done
6713 IFS=$as_save_IFS
6717 FONTFORGE=$ac_cv_prog_FONTFORGE
6718 if test -n "$FONTFORGE"; then
6719 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6720 $as_echo "$FONTFORGE" >&6; }
6721 else
6722 { $as_echo "$as_me:$LINENO: result: no" >&5
6723 $as_echo "no" >&6; }
6727 test -n "$FONTFORGE" && break
6728 done
6729 test -n "$FONTFORGE" || FONTFORGE="false"
6731 for ac_prog in pkg-config
6733 # Extract the first word of "$ac_prog", so it can be a program name with args.
6734 set dummy $ac_prog; ac_word=$2
6735 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6736 $as_echo_n "checking for $ac_word... " >&6; }
6737 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6738 $as_echo_n "(cached) " >&6
6739 else
6740 if test -n "$PKG_CONFIG"; then
6741 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6742 else
6743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6744 for as_dir in $PATH
6746 IFS=$as_save_IFS
6747 test -z "$as_dir" && as_dir=.
6748 for ac_exec_ext in '' $ac_executable_extensions; do
6749 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6750 ac_cv_prog_PKG_CONFIG="$ac_prog"
6751 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6752 break 2
6754 done
6755 done
6756 IFS=$as_save_IFS
6760 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6761 if test -n "$PKG_CONFIG"; then
6762 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6763 $as_echo "$PKG_CONFIG" >&6; }
6764 else
6765 { $as_echo "$as_me:$LINENO: result: no" >&5
6766 $as_echo "no" >&6; }
6770 test -n "$PKG_CONFIG" && break
6771 done
6772 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6774 for ac_prog in rsvg
6776 # Extract the first word of "$ac_prog", so it can be a program name with args.
6777 set dummy $ac_prog; ac_word=$2
6778 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6779 $as_echo_n "checking for $ac_word... " >&6; }
6780 if test "${ac_cv_prog_RSVG+set}" = set; then
6781 $as_echo_n "(cached) " >&6
6782 else
6783 if test -n "$RSVG"; then
6784 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6785 else
6786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6787 for as_dir in $PATH
6789 IFS=$as_save_IFS
6790 test -z "$as_dir" && as_dir=.
6791 for ac_exec_ext in '' $ac_executable_extensions; do
6792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6793 ac_cv_prog_RSVG="$ac_prog"
6794 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6795 break 2
6797 done
6798 done
6799 IFS=$as_save_IFS
6803 RSVG=$ac_cv_prog_RSVG
6804 if test -n "$RSVG"; then
6805 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6806 $as_echo "$RSVG" >&6; }
6807 else
6808 { $as_echo "$as_me:$LINENO: result: no" >&5
6809 $as_echo "no" >&6; }
6813 test -n "$RSVG" && break
6814 done
6815 test -n "$RSVG" || RSVG="false"
6817 for ac_prog in icotool
6819 # Extract the first word of "$ac_prog", so it can be a program name with args.
6820 set dummy $ac_prog; ac_word=$2
6821 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6822 $as_echo_n "checking for $ac_word... " >&6; }
6823 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6824 $as_echo_n "(cached) " >&6
6825 else
6826 if test -n "$ICOTOOL"; then
6827 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6828 else
6829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6830 for as_dir in $PATH
6832 IFS=$as_save_IFS
6833 test -z "$as_dir" && as_dir=.
6834 for ac_exec_ext in '' $ac_executable_extensions; do
6835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6836 ac_cv_prog_ICOTOOL="$ac_prog"
6837 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6838 break 2
6840 done
6841 done
6842 IFS=$as_save_IFS
6846 ICOTOOL=$ac_cv_prog_ICOTOOL
6847 if test -n "$ICOTOOL"; then
6848 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6849 $as_echo "$ICOTOOL" >&6; }
6850 else
6851 { $as_echo "$as_me:$LINENO: result: no" >&5
6852 $as_echo "no" >&6; }
6856 test -n "$ICOTOOL" && break
6857 done
6858 test -n "$ICOTOOL" || ICOTOOL="false"
6861 if test "${enable_maintainer_mode+set}" = set
6862 then
6863 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6864 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6865 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6868 case $host_cpu in
6869 *i[3456789]86*)
6870 # Extract the first word of "prelink", so it can be a program name with args.
6871 set dummy prelink; ac_word=$2
6872 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6873 $as_echo_n "checking for $ac_word... " >&6; }
6874 if test "${ac_cv_path_PRELINK+set}" = set; then
6875 $as_echo_n "(cached) " >&6
6876 else
6877 case $PRELINK in
6878 [\\/]* | ?:[\\/]*)
6879 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6883 for as_dir in /sbin /usr/sbin $PATH
6885 IFS=$as_save_IFS
6886 test -z "$as_dir" && as_dir=.
6887 for ac_exec_ext in '' $ac_executable_extensions; do
6888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6889 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6890 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6891 break 2
6893 done
6894 done
6895 IFS=$as_save_IFS
6897 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6899 esac
6901 PRELINK=$ac_cv_path_PRELINK
6902 if test -n "$PRELINK"; then
6903 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6904 $as_echo "$PRELINK" >&6; }
6905 else
6906 { $as_echo "$as_me:$LINENO: result: no" >&5
6907 $as_echo "no" >&6; }
6912 esac
6916 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6917 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6918 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6919 $as_echo_n "(cached) " >&6
6920 else
6921 ac_check_lib_save_LIBS=$LIBS
6922 LIBS="-li386 $LIBS"
6923 cat >conftest.$ac_ext <<_ACEOF
6924 /* confdefs.h. */
6925 _ACEOF
6926 cat confdefs.h >>conftest.$ac_ext
6927 cat >>conftest.$ac_ext <<_ACEOF
6928 /* end confdefs.h. */
6930 /* Override any GCC internal prototype to avoid an error.
6931 Use char because int might match the return type of a GCC
6932 builtin and then its argument prototype would still apply. */
6933 #ifdef __cplusplus
6934 extern "C"
6935 #endif
6936 char i386_set_ldt ();
6938 main ()
6940 return i386_set_ldt ();
6942 return 0;
6944 _ACEOF
6945 rm -f conftest.$ac_objext conftest$ac_exeext
6946 if { (ac_try="$ac_link"
6947 case "(($ac_try" in
6948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6949 *) ac_try_echo=$ac_try;;
6950 esac
6951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6952 $as_echo "$ac_try_echo") >&5
6953 (eval "$ac_link") 2>conftest.er1
6954 ac_status=$?
6955 grep -v '^ *+' conftest.er1 >conftest.err
6956 rm -f conftest.er1
6957 cat conftest.err >&5
6958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6959 (exit $ac_status); } && {
6960 test -z "$ac_c_werror_flag" ||
6961 test ! -s conftest.err
6962 } && test -s conftest$ac_exeext && {
6963 test "$cross_compiling" = yes ||
6964 $as_test_x conftest$ac_exeext
6965 }; then
6966 ac_cv_lib_i386_i386_set_ldt=yes
6967 else
6968 $as_echo "$as_me: failed program was:" >&5
6969 sed 's/^/| /' conftest.$ac_ext >&5
6971 ac_cv_lib_i386_i386_set_ldt=no
6974 rm -rf conftest.dSYM
6975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6976 conftest$ac_exeext conftest.$ac_ext
6977 LIBS=$ac_check_lib_save_LIBS
6979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6980 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6981 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6982 cat >>confdefs.h <<_ACEOF
6983 #define HAVE_LIBI386 1
6984 _ACEOF
6986 LIBS="-li386 $LIBS"
6991 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6992 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6993 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6994 $as_echo_n "(cached) " >&6
6995 else
6996 ac_check_lib_save_LIBS=$LIBS
6997 LIBS="-lossaudio $LIBS"
6998 cat >conftest.$ac_ext <<_ACEOF
6999 /* confdefs.h. */
7000 _ACEOF
7001 cat confdefs.h >>conftest.$ac_ext
7002 cat >>conftest.$ac_ext <<_ACEOF
7003 /* end confdefs.h. */
7005 /* Override any GCC internal prototype to avoid an error.
7006 Use char because int might match the return type of a GCC
7007 builtin and then its argument prototype would still apply. */
7008 #ifdef __cplusplus
7009 extern "C"
7010 #endif
7011 char _oss_ioctl ();
7013 main ()
7015 return _oss_ioctl ();
7017 return 0;
7019 _ACEOF
7020 rm -f conftest.$ac_objext conftest$ac_exeext
7021 if { (ac_try="$ac_link"
7022 case "(($ac_try" in
7023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024 *) ac_try_echo=$ac_try;;
7025 esac
7026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7027 $as_echo "$ac_try_echo") >&5
7028 (eval "$ac_link") 2>conftest.er1
7029 ac_status=$?
7030 grep -v '^ *+' conftest.er1 >conftest.err
7031 rm -f conftest.er1
7032 cat conftest.err >&5
7033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7034 (exit $ac_status); } && {
7035 test -z "$ac_c_werror_flag" ||
7036 test ! -s conftest.err
7037 } && test -s conftest$ac_exeext && {
7038 test "$cross_compiling" = yes ||
7039 $as_test_x conftest$ac_exeext
7040 }; then
7041 ac_cv_lib_ossaudio__oss_ioctl=yes
7042 else
7043 $as_echo "$as_me: failed program was:" >&5
7044 sed 's/^/| /' conftest.$ac_ext >&5
7046 ac_cv_lib_ossaudio__oss_ioctl=no
7049 rm -rf conftest.dSYM
7050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7051 conftest$ac_exeext conftest.$ac_ext
7052 LIBS=$ac_check_lib_save_LIBS
7054 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7055 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7056 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
7057 cat >>confdefs.h <<_ACEOF
7058 #define HAVE_LIBOSSAUDIO 1
7059 _ACEOF
7061 LIBS="-lossaudio $LIBS"
7065 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7066 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7067 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7068 $as_echo_n "(cached) " >&6
7069 else
7070 ac_check_lib_save_LIBS=$LIBS
7071 LIBS="-lpthread $LIBS"
7072 cat >conftest.$ac_ext <<_ACEOF
7073 /* confdefs.h. */
7074 _ACEOF
7075 cat confdefs.h >>conftest.$ac_ext
7076 cat >>conftest.$ac_ext <<_ACEOF
7077 /* end confdefs.h. */
7079 /* Override any GCC internal prototype to avoid an error.
7080 Use char because int might match the return type of a GCC
7081 builtin and then its argument prototype would still apply. */
7082 #ifdef __cplusplus
7083 extern "C"
7084 #endif
7085 char pthread_create ();
7087 main ()
7089 return pthread_create ();
7091 return 0;
7093 _ACEOF
7094 rm -f conftest.$ac_objext conftest$ac_exeext
7095 if { (ac_try="$ac_link"
7096 case "(($ac_try" in
7097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7098 *) ac_try_echo=$ac_try;;
7099 esac
7100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7101 $as_echo "$ac_try_echo") >&5
7102 (eval "$ac_link") 2>conftest.er1
7103 ac_status=$?
7104 grep -v '^ *+' conftest.er1 >conftest.err
7105 rm -f conftest.er1
7106 cat conftest.err >&5
7107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7108 (exit $ac_status); } && {
7109 test -z "$ac_c_werror_flag" ||
7110 test ! -s conftest.err
7111 } && test -s conftest$ac_exeext && {
7112 test "$cross_compiling" = yes ||
7113 $as_test_x conftest$ac_exeext
7114 }; then
7115 ac_cv_lib_pthread_pthread_create=yes
7116 else
7117 $as_echo "$as_me: failed program was:" >&5
7118 sed 's/^/| /' conftest.$ac_ext >&5
7120 ac_cv_lib_pthread_pthread_create=no
7123 rm -rf conftest.dSYM
7124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7125 conftest$ac_exeext conftest.$ac_ext
7126 LIBS=$ac_check_lib_save_LIBS
7128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7129 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7130 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7131 LIBPTHREAD="-lpthread"
7136 XLIB=""
7138 OPENGL_LIBS=""
7142 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7143 $as_echo_n "checking for ANSI C header files... " >&6; }
7144 if test "${ac_cv_header_stdc+set}" = set; then
7145 $as_echo_n "(cached) " >&6
7146 else
7147 cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h. */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h. */
7153 #include <stdlib.h>
7154 #include <stdarg.h>
7155 #include <string.h>
7156 #include <float.h>
7159 main ()
7163 return 0;
7165 _ACEOF
7166 rm -f conftest.$ac_objext
7167 if { (ac_try="$ac_compile"
7168 case "(($ac_try" in
7169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7170 *) ac_try_echo=$ac_try;;
7171 esac
7172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7173 $as_echo "$ac_try_echo") >&5
7174 (eval "$ac_compile") 2>conftest.er1
7175 ac_status=$?
7176 grep -v '^ *+' conftest.er1 >conftest.err
7177 rm -f conftest.er1
7178 cat conftest.err >&5
7179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7180 (exit $ac_status); } && {
7181 test -z "$ac_c_werror_flag" ||
7182 test ! -s conftest.err
7183 } && test -s conftest.$ac_objext; then
7184 ac_cv_header_stdc=yes
7185 else
7186 $as_echo "$as_me: failed program was:" >&5
7187 sed 's/^/| /' conftest.$ac_ext >&5
7189 ac_cv_header_stdc=no
7192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7194 if test $ac_cv_header_stdc = yes; then
7195 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7196 cat >conftest.$ac_ext <<_ACEOF
7197 /* confdefs.h. */
7198 _ACEOF
7199 cat confdefs.h >>conftest.$ac_ext
7200 cat >>conftest.$ac_ext <<_ACEOF
7201 /* end confdefs.h. */
7202 #include <string.h>
7204 _ACEOF
7205 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7206 $EGREP "memchr" >/dev/null 2>&1; then
7208 else
7209 ac_cv_header_stdc=no
7211 rm -f conftest*
7215 if test $ac_cv_header_stdc = yes; then
7216 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7217 cat >conftest.$ac_ext <<_ACEOF
7218 /* confdefs.h. */
7219 _ACEOF
7220 cat confdefs.h >>conftest.$ac_ext
7221 cat >>conftest.$ac_ext <<_ACEOF
7222 /* end confdefs.h. */
7223 #include <stdlib.h>
7225 _ACEOF
7226 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7227 $EGREP "free" >/dev/null 2>&1; then
7229 else
7230 ac_cv_header_stdc=no
7232 rm -f conftest*
7236 if test $ac_cv_header_stdc = yes; then
7237 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7238 if test "$cross_compiling" = yes; then
7240 else
7241 cat >conftest.$ac_ext <<_ACEOF
7242 /* confdefs.h. */
7243 _ACEOF
7244 cat confdefs.h >>conftest.$ac_ext
7245 cat >>conftest.$ac_ext <<_ACEOF
7246 /* end confdefs.h. */
7247 #include <ctype.h>
7248 #include <stdlib.h>
7249 #if ((' ' & 0x0FF) == 0x020)
7250 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7251 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7252 #else
7253 # define ISLOWER(c) \
7254 (('a' <= (c) && (c) <= 'i') \
7255 || ('j' <= (c) && (c) <= 'r') \
7256 || ('s' <= (c) && (c) <= 'z'))
7257 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7258 #endif
7260 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7262 main ()
7264 int i;
7265 for (i = 0; i < 256; i++)
7266 if (XOR (islower (i), ISLOWER (i))
7267 || toupper (i) != TOUPPER (i))
7268 return 2;
7269 return 0;
7271 _ACEOF
7272 rm -f conftest$ac_exeext
7273 if { (ac_try="$ac_link"
7274 case "(($ac_try" in
7275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7276 *) ac_try_echo=$ac_try;;
7277 esac
7278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7279 $as_echo "$ac_try_echo") >&5
7280 (eval "$ac_link") 2>&5
7281 ac_status=$?
7282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7283 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7284 { (case "(($ac_try" in
7285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7286 *) ac_try_echo=$ac_try;;
7287 esac
7288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7289 $as_echo "$ac_try_echo") >&5
7290 (eval "$ac_try") 2>&5
7291 ac_status=$?
7292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293 (exit $ac_status); }; }; then
7295 else
7296 $as_echo "$as_me: program exited with status $ac_status" >&5
7297 $as_echo "$as_me: failed program was:" >&5
7298 sed 's/^/| /' conftest.$ac_ext >&5
7300 ( exit $ac_status )
7301 ac_cv_header_stdc=no
7303 rm -rf conftest.dSYM
7304 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7310 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7311 $as_echo "$ac_cv_header_stdc" >&6; }
7312 if test $ac_cv_header_stdc = yes; then
7314 cat >>confdefs.h <<\_ACEOF
7315 #define STDC_HEADERS 1
7316 _ACEOF
7320 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7330 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7331 inttypes.h stdint.h unistd.h
7333 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7334 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7335 $as_echo_n "checking for $ac_header... " >&6; }
7336 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7337 $as_echo_n "(cached) " >&6
7338 else
7339 cat >conftest.$ac_ext <<_ACEOF
7340 /* confdefs.h. */
7341 _ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h. */
7345 $ac_includes_default
7347 #include <$ac_header>
7348 _ACEOF
7349 rm -f conftest.$ac_objext
7350 if { (ac_try="$ac_compile"
7351 case "(($ac_try" in
7352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7353 *) ac_try_echo=$ac_try;;
7354 esac
7355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7356 $as_echo "$ac_try_echo") >&5
7357 (eval "$ac_compile") 2>conftest.er1
7358 ac_status=$?
7359 grep -v '^ *+' conftest.er1 >conftest.err
7360 rm -f conftest.er1
7361 cat conftest.err >&5
7362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363 (exit $ac_status); } && {
7364 test -z "$ac_c_werror_flag" ||
7365 test ! -s conftest.err
7366 } && test -s conftest.$ac_objext; then
7367 eval "$as_ac_Header=yes"
7368 else
7369 $as_echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.$ac_ext >&5
7372 eval "$as_ac_Header=no"
7375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7377 ac_res=`eval 'as_val=${'$as_ac_Header'}
7378 $as_echo "$as_val"'`
7379 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7380 $as_echo "$ac_res" >&6; }
7381 as_val=`eval 'as_val=${'$as_ac_Header'}
7382 $as_echo "$as_val"'`
7383 if test "x$as_val" = x""yes; then
7384 cat >>confdefs.h <<_ACEOF
7385 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7386 _ACEOF
7390 done
7509 for ac_header in \
7510 AudioUnit/AudioUnit.h \
7511 Carbon/Carbon.h \
7512 CoreAudio/CoreAudio.h \
7513 DiskArbitration/DiskArbitration.h \
7514 IOKit/IOKitLib.h \
7515 alias.h \
7516 alsa/asoundlib.h \
7517 arpa/inet.h \
7518 arpa/nameser.h \
7519 asm/types.h \
7520 capi20.h \
7521 curses.h \
7522 direct.h \
7523 dirent.h \
7524 dlfcn.h \
7525 elf.h \
7526 float.h \
7527 fontconfig/fontconfig.h \
7528 getopt.h \
7529 grp.h \
7530 ieeefp.h \
7531 io.h \
7532 jack/jack.h \
7533 jpeglib.h \
7534 lber.h \
7535 lcms.h \
7536 lcms/lcms.h \
7537 ldap.h \
7538 libaudioio.h \
7539 link.h \
7540 linux/cdrom.h \
7541 linux/compiler.h \
7542 linux/hdreg.h \
7543 linux/input.h \
7544 linux/ioctl.h \
7545 linux/joystick.h \
7546 linux/major.h \
7547 linux/param.h \
7548 linux/serial.h \
7549 linux/types.h \
7550 linux/ucdrom.h \
7551 mach/mach.h \
7552 mach/machine.h \
7553 machine/cpu.h \
7554 machine/limits.h \
7555 machine/soundcard.h \
7556 mntent.h \
7557 ncurses.h \
7558 netdb.h \
7559 netinet/in.h \
7560 netinet/in_systm.h \
7561 netinet/tcp.h \
7562 netinet/tcp_fsm.h \
7563 openssl/err.h \
7564 openssl/ssl.h \
7565 png.h \
7566 poll.h \
7567 process.h \
7568 pthread.h \
7569 pwd.h \
7570 regex.h \
7571 sched.h \
7572 scsi/scsi.h \
7573 scsi/scsi_ioctl.h \
7574 scsi/sg.h \
7575 soundcard.h \
7576 stdint.h \
7577 strings.h \
7578 sys/asoundlib.h \
7579 sys/cdio.h \
7580 sys/elf32.h \
7581 sys/epoll.h \
7582 sys/errno.h \
7583 sys/event.h \
7584 sys/exec_elf.h \
7585 sys/filio.h \
7586 sys/ioctl.h \
7587 sys/ipc.h \
7588 sys/limits.h \
7589 sys/link.h \
7590 sys/lwp.h \
7591 sys/mman.h \
7592 sys/modem.h \
7593 sys/msg.h \
7594 sys/mtio.h \
7595 sys/param.h \
7596 sys/poll.h \
7597 sys/prctl.h \
7598 sys/protosw.h \
7599 sys/ptrace.h \
7600 sys/reg.h \
7601 sys/resource.h \
7602 sys/scsiio.h \
7603 sys/shm.h \
7604 sys/signal.h \
7605 sys/socket.h \
7606 sys/socketvar.h \
7607 sys/sockio.h \
7608 sys/soundcard.h \
7609 sys/statvfs.h \
7610 sys/strtio.h \
7611 sys/syscall.h \
7612 sys/time.h \
7613 sys/timeout.h \
7614 sys/times.h \
7615 sys/uio.h \
7616 sys/un.h \
7617 sys/utsname.h \
7618 sys/vm86.h \
7619 sys/wait.h \
7620 syscall.h \
7621 termios.h \
7622 unistd.h \
7623 utime.h \
7624 valgrind/memcheck.h \
7625 valgrind/valgrind.h
7628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7629 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7630 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 $as_echo_n "checking for $ac_header... " >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633 $as_echo_n "(cached) " >&6
7635 ac_res=`eval 'as_val=${'$as_ac_Header'}
7636 $as_echo "$as_val"'`
7637 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7638 $as_echo "$ac_res" >&6; }
7639 else
7640 # Is the header compilable?
7641 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7642 $as_echo_n "checking $ac_header usability... " >&6; }
7643 cat >conftest.$ac_ext <<_ACEOF
7644 /* confdefs.h. */
7645 _ACEOF
7646 cat confdefs.h >>conftest.$ac_ext
7647 cat >>conftest.$ac_ext <<_ACEOF
7648 /* end confdefs.h. */
7649 $ac_includes_default
7650 #include <$ac_header>
7651 _ACEOF
7652 rm -f conftest.$ac_objext
7653 if { (ac_try="$ac_compile"
7654 case "(($ac_try" in
7655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7656 *) ac_try_echo=$ac_try;;
7657 esac
7658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7659 $as_echo "$ac_try_echo") >&5
7660 (eval "$ac_compile") 2>conftest.er1
7661 ac_status=$?
7662 grep -v '^ *+' conftest.er1 >conftest.err
7663 rm -f conftest.er1
7664 cat conftest.err >&5
7665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7666 (exit $ac_status); } && {
7667 test -z "$ac_c_werror_flag" ||
7668 test ! -s conftest.err
7669 } && test -s conftest.$ac_objext; then
7670 ac_header_compiler=yes
7671 else
7672 $as_echo "$as_me: failed program was:" >&5
7673 sed 's/^/| /' conftest.$ac_ext >&5
7675 ac_header_compiler=no
7678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7679 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7680 $as_echo "$ac_header_compiler" >&6; }
7682 # Is the header present?
7683 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7684 $as_echo_n "checking $ac_header presence... " >&6; }
7685 cat >conftest.$ac_ext <<_ACEOF
7686 /* confdefs.h. */
7687 _ACEOF
7688 cat confdefs.h >>conftest.$ac_ext
7689 cat >>conftest.$ac_ext <<_ACEOF
7690 /* end confdefs.h. */
7691 #include <$ac_header>
7692 _ACEOF
7693 if { (ac_try="$ac_cpp conftest.$ac_ext"
7694 case "(($ac_try" in
7695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7696 *) ac_try_echo=$ac_try;;
7697 esac
7698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7699 $as_echo "$ac_try_echo") >&5
7700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7701 ac_status=$?
7702 grep -v '^ *+' conftest.er1 >conftest.err
7703 rm -f conftest.er1
7704 cat conftest.err >&5
7705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706 (exit $ac_status); } >/dev/null && {
7707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7708 test ! -s conftest.err
7709 }; then
7710 ac_header_preproc=yes
7711 else
7712 $as_echo "$as_me: failed program was:" >&5
7713 sed 's/^/| /' conftest.$ac_ext >&5
7715 ac_header_preproc=no
7718 rm -f conftest.err conftest.$ac_ext
7719 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7720 $as_echo "$ac_header_preproc" >&6; }
7722 # So? What about this header?
7723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7724 yes:no: )
7725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7726 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7727 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7728 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7729 ac_header_preproc=yes
7731 no:yes:* )
7732 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7733 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7734 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7735 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7736 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7737 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7739 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7741 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7742 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7743 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7744 ( cat <<\_ASBOX
7745 ## ------------------------------------ ##
7746 ## Report this to wine-devel@winehq.org ##
7747 ## ------------------------------------ ##
7748 _ASBOX
7749 ) | sed "s/^/$as_me: WARNING: /" >&2
7751 esac
7752 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7753 $as_echo_n "checking for $ac_header... " >&6; }
7754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7755 $as_echo_n "(cached) " >&6
7756 else
7757 eval "$as_ac_Header=\$ac_header_preproc"
7759 ac_res=`eval 'as_val=${'$as_ac_Header'}
7760 $as_echo "$as_val"'`
7761 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7762 $as_echo "$ac_res" >&6; }
7765 as_val=`eval 'as_val=${'$as_ac_Header'}
7766 $as_echo "$as_val"'`
7767 if test "x$as_val" = x""yes; then
7768 cat >>confdefs.h <<_ACEOF
7769 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7770 _ACEOF
7774 done
7776 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7777 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7778 if test "${ac_cv_header_stat_broken+set}" = set; then
7779 $as_echo_n "(cached) " >&6
7780 else
7781 cat >conftest.$ac_ext <<_ACEOF
7782 /* confdefs.h. */
7783 _ACEOF
7784 cat confdefs.h >>conftest.$ac_ext
7785 cat >>conftest.$ac_ext <<_ACEOF
7786 /* end confdefs.h. */
7787 #include <sys/types.h>
7788 #include <sys/stat.h>
7790 #if defined S_ISBLK && defined S_IFDIR
7791 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7792 #endif
7794 #if defined S_ISBLK && defined S_IFCHR
7795 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7796 #endif
7798 #if defined S_ISLNK && defined S_IFREG
7799 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7800 #endif
7802 #if defined S_ISSOCK && defined S_IFREG
7803 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7804 #endif
7806 _ACEOF
7807 rm -f conftest.$ac_objext
7808 if { (ac_try="$ac_compile"
7809 case "(($ac_try" in
7810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7811 *) ac_try_echo=$ac_try;;
7812 esac
7813 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7814 $as_echo "$ac_try_echo") >&5
7815 (eval "$ac_compile") 2>conftest.er1
7816 ac_status=$?
7817 grep -v '^ *+' conftest.er1 >conftest.err
7818 rm -f conftest.er1
7819 cat conftest.err >&5
7820 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7821 (exit $ac_status); } && {
7822 test -z "$ac_c_werror_flag" ||
7823 test ! -s conftest.err
7824 } && test -s conftest.$ac_objext; then
7825 ac_cv_header_stat_broken=no
7826 else
7827 $as_echo "$as_me: failed program was:" >&5
7828 sed 's/^/| /' conftest.$ac_ext >&5
7830 ac_cv_header_stat_broken=yes
7833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7835 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7836 $as_echo "$ac_cv_header_stat_broken" >&6; }
7837 if test $ac_cv_header_stat_broken = yes; then
7839 cat >>confdefs.h <<\_ACEOF
7840 #define STAT_MACROS_BROKEN 1
7841 _ACEOF
7852 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 $as_echo_n "checking for $ac_header... " >&6; }
7857 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858 $as_echo_n "(cached) " >&6
7859 else
7860 cat >conftest.$ac_ext <<_ACEOF
7861 /* confdefs.h. */
7862 _ACEOF
7863 cat confdefs.h >>conftest.$ac_ext
7864 cat >>conftest.$ac_ext <<_ACEOF
7865 /* end confdefs.h. */
7866 #include <sys/types.h>
7867 #ifdef HAVE_SYS_PARAM_H
7868 # include <sys/param.h>
7869 #endif
7871 #include <$ac_header>
7872 _ACEOF
7873 rm -f conftest.$ac_objext
7874 if { (ac_try="$ac_compile"
7875 case "(($ac_try" in
7876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7877 *) ac_try_echo=$ac_try;;
7878 esac
7879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7880 $as_echo "$ac_try_echo") >&5
7881 (eval "$ac_compile") 2>conftest.er1
7882 ac_status=$?
7883 grep -v '^ *+' conftest.er1 >conftest.err
7884 rm -f conftest.er1
7885 cat conftest.err >&5
7886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887 (exit $ac_status); } && {
7888 test -z "$ac_c_werror_flag" ||
7889 test ! -s conftest.err
7890 } && test -s conftest.$ac_objext; then
7891 eval "$as_ac_Header=yes"
7892 else
7893 $as_echo "$as_me: failed program was:" >&5
7894 sed 's/^/| /' conftest.$ac_ext >&5
7896 eval "$as_ac_Header=no"
7899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7901 ac_res=`eval 'as_val=${'$as_ac_Header'}
7902 $as_echo "$as_val"'`
7903 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7904 $as_echo "$ac_res" >&6; }
7905 as_val=`eval 'as_val=${'$as_ac_Header'}
7906 $as_echo "$as_val"'`
7907 if test "x$as_val" = x""yes; then
7908 cat >>confdefs.h <<_ACEOF
7909 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7910 _ACEOF
7914 done
7930 for ac_header in \
7931 netinet/ip.h \
7932 net/if.h \
7933 net/if_arp.h \
7934 net/if_dl.h \
7935 net/if_types.h \
7936 net/route.h \
7937 netinet/if_ether.h \
7938 netinet/if_inarp.h \
7939 netinet/in_pcb.h \
7940 netinet/ip_icmp.h \
7941 netinet/ip_var.h \
7942 netinet/udp.h \
7943 netipx/ipx.h \
7946 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7947 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7948 $as_echo_n "checking for $ac_header... " >&6; }
7949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7950 $as_echo_n "(cached) " >&6
7951 else
7952 cat >conftest.$ac_ext <<_ACEOF
7953 /* confdefs.h. */
7954 _ACEOF
7955 cat confdefs.h >>conftest.$ac_ext
7956 cat >>conftest.$ac_ext <<_ACEOF
7957 /* end confdefs.h. */
7958 #include <sys/types.h>
7959 #ifdef HAVE_SYS_SOCKET_H
7960 # include <sys/socket.h>
7961 #endif
7962 #ifdef HAVE_SYS_SOCKETVAR_H
7963 # include <sys/socketvar.h>
7964 #endif
7965 #ifdef HAVE_NET_ROUTE_H
7966 # include <net/route.h>
7967 #endif
7968 #ifdef HAVE_NETINET_IN_H
7969 # include <netinet/in.h>
7970 #endif
7971 #ifdef HAVE_NETINET_IN_SYSTM_H
7972 # include <netinet/in_systm.h>
7973 #endif
7974 #ifdef HAVE_NETINET_IP_H
7975 # include <netinet/ip.h>
7976 #endif
7978 #include <$ac_header>
7979 _ACEOF
7980 rm -f conftest.$ac_objext
7981 if { (ac_try="$ac_compile"
7982 case "(($ac_try" in
7983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7984 *) ac_try_echo=$ac_try;;
7985 esac
7986 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7987 $as_echo "$ac_try_echo") >&5
7988 (eval "$ac_compile") 2>conftest.er1
7989 ac_status=$?
7990 grep -v '^ *+' conftest.er1 >conftest.err
7991 rm -f conftest.er1
7992 cat conftest.err >&5
7993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7994 (exit $ac_status); } && {
7995 test -z "$ac_c_werror_flag" ||
7996 test ! -s conftest.err
7997 } && test -s conftest.$ac_objext; then
7998 eval "$as_ac_Header=yes"
7999 else
8000 $as_echo "$as_me: failed program was:" >&5
8001 sed 's/^/| /' conftest.$ac_ext >&5
8003 eval "$as_ac_Header=no"
8006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8008 ac_res=`eval 'as_val=${'$as_ac_Header'}
8009 $as_echo "$as_val"'`
8010 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8011 $as_echo "$ac_res" >&6; }
8012 as_val=`eval 'as_val=${'$as_ac_Header'}
8013 $as_echo "$as_val"'`
8014 if test "x$as_val" = x""yes; then
8015 cat >>confdefs.h <<_ACEOF
8016 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8017 _ACEOF
8021 done
8028 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
8030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8031 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8032 $as_echo_n "checking for $ac_header... " >&6; }
8033 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8034 $as_echo_n "(cached) " >&6
8035 else
8036 cat >conftest.$ac_ext <<_ACEOF
8037 /* confdefs.h. */
8038 _ACEOF
8039 cat confdefs.h >>conftest.$ac_ext
8040 cat >>conftest.$ac_ext <<_ACEOF
8041 /* end confdefs.h. */
8042 #include <sys/types.h>
8043 #ifdef HAVE_ALIAS_H
8044 # include <alias.h>
8045 #endif
8046 #ifdef HAVE_SYS_SOCKET_H
8047 # include <sys/socket.h>
8048 #endif
8049 #ifdef HAVE_SYS_SOCKETVAR_H
8050 # include <sys/socketvar.h>
8051 #endif
8052 #ifdef HAVE_SYS_TIMEOUT_H
8053 # include <sys/timeout.h>
8054 #endif
8055 #ifdef HAVE_NETINET_IN_H
8056 # include <netinet/in.h>
8057 #endif
8058 #ifdef HAVE_NETINET_IN_SYSTM_H
8059 # include <netinet/in_systm.h>
8060 #endif
8061 #ifdef HAVE_NETINET_IP_H
8062 # include <netinet/ip.h>
8063 #endif
8064 #ifdef HAVE_NETINET_IP_VAR_H
8065 # include <netinet/ip_var.h>
8066 #endif
8067 #ifdef HAVE_NETINET_IP_ICMP_H
8068 # include <netinet/ip_icmp.h>
8069 #endif
8070 #ifdef HAVE_NETINET_UDP_H
8071 # include <netinet/udp.h>
8072 #endif
8073 #ifdef HAVE_NETINET_TCP_H
8074 # include <netinet/tcp.h>
8075 #endif
8076 #ifdef HAVE_NETINET_TCP_TIMER_H
8077 #include <netinet/tcp_timer.h>
8078 #endif
8080 #include <$ac_header>
8081 _ACEOF
8082 rm -f conftest.$ac_objext
8083 if { (ac_try="$ac_compile"
8084 case "(($ac_try" in
8085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8086 *) ac_try_echo=$ac_try;;
8087 esac
8088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8089 $as_echo "$ac_try_echo") >&5
8090 (eval "$ac_compile") 2>conftest.er1
8091 ac_status=$?
8092 grep -v '^ *+' conftest.er1 >conftest.err
8093 rm -f conftest.er1
8094 cat conftest.err >&5
8095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8096 (exit $ac_status); } && {
8097 test -z "$ac_c_werror_flag" ||
8098 test ! -s conftest.err
8099 } && test -s conftest.$ac_objext; then
8100 eval "$as_ac_Header=yes"
8101 else
8102 $as_echo "$as_me: failed program was:" >&5
8103 sed 's/^/| /' conftest.$ac_ext >&5
8105 eval "$as_ac_Header=no"
8108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8110 ac_res=`eval 'as_val=${'$as_ac_Header'}
8111 $as_echo "$as_val"'`
8112 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8113 $as_echo "$ac_res" >&6; }
8114 as_val=`eval 'as_val=${'$as_ac_Header'}
8115 $as_echo "$as_val"'`
8116 if test "x$as_val" = x""yes; then
8117 cat >>confdefs.h <<_ACEOF
8118 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8119 _ACEOF
8123 done
8127 for ac_header in linux/ipx.h
8129 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8130 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8131 $as_echo_n "checking for $ac_header... " >&6; }
8132 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8133 $as_echo_n "(cached) " >&6
8134 else
8135 cat >conftest.$ac_ext <<_ACEOF
8136 /* confdefs.h. */
8137 _ACEOF
8138 cat confdefs.h >>conftest.$ac_ext
8139 cat >>conftest.$ac_ext <<_ACEOF
8140 /* end confdefs.h. */
8141 #include <sys/types.h>
8142 #ifdef HAVE_ASM_TYPES_H
8143 # include <asm/types.h>
8144 #endif
8145 #ifdef HAVE_SYS_SOCKET_H
8146 # include <sys/socket.h>
8147 #endif
8148 #ifdef HAVE_LINUX_TYPES_H
8149 # include <linux/types.h>
8150 #endif
8152 #include <$ac_header>
8153 _ACEOF
8154 rm -f conftest.$ac_objext
8155 if { (ac_try="$ac_compile"
8156 case "(($ac_try" in
8157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8158 *) ac_try_echo=$ac_try;;
8159 esac
8160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8161 $as_echo "$ac_try_echo") >&5
8162 (eval "$ac_compile") 2>conftest.er1
8163 ac_status=$?
8164 grep -v '^ *+' conftest.er1 >conftest.err
8165 rm -f conftest.er1
8166 cat conftest.err >&5
8167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8168 (exit $ac_status); } && {
8169 test -z "$ac_c_werror_flag" ||
8170 test ! -s conftest.err
8171 } && test -s conftest.$ac_objext; then
8172 eval "$as_ac_Header=yes"
8173 else
8174 $as_echo "$as_me: failed program was:" >&5
8175 sed 's/^/| /' conftest.$ac_ext >&5
8177 eval "$as_ac_Header=no"
8180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8182 ac_res=`eval 'as_val=${'$as_ac_Header'}
8183 $as_echo "$as_val"'`
8184 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8185 $as_echo "$ac_res" >&6; }
8186 as_val=`eval 'as_val=${'$as_ac_Header'}
8187 $as_echo "$as_val"'`
8188 if test "x$as_val" = x""yes; then
8189 cat >>confdefs.h <<_ACEOF
8190 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8191 _ACEOF
8195 done
8199 for ac_header in resolv.h
8201 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8202 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8203 $as_echo_n "checking for $ac_header... " >&6; }
8204 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8205 $as_echo_n "(cached) " >&6
8206 else
8207 cat >conftest.$ac_ext <<_ACEOF
8208 /* confdefs.h. */
8209 _ACEOF
8210 cat confdefs.h >>conftest.$ac_ext
8211 cat >>conftest.$ac_ext <<_ACEOF
8212 /* end confdefs.h. */
8213 #include <sys/types.h>
8214 #ifdef HAVE_SYS_SOCKET_H
8215 # include <sys/socket.h>
8216 #endif
8217 #ifdef HAVE_NETINET_IN_H
8218 # include <netinet/in.h>
8219 #endif
8220 #ifdef HAVE_ARPA_NAMESER_H
8221 # include <arpa/nameser.h>
8222 #endif
8224 #include <$ac_header>
8225 _ACEOF
8226 rm -f conftest.$ac_objext
8227 if { (ac_try="$ac_compile"
8228 case "(($ac_try" in
8229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8230 *) ac_try_echo=$ac_try;;
8231 esac
8232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8233 $as_echo "$ac_try_echo") >&5
8234 (eval "$ac_compile") 2>conftest.er1
8235 ac_status=$?
8236 grep -v '^ *+' conftest.er1 >conftest.err
8237 rm -f conftest.er1
8238 cat conftest.err >&5
8239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8240 (exit $ac_status); } && {
8241 test -z "$ac_c_werror_flag" ||
8242 test ! -s conftest.err
8243 } && test -s conftest.$ac_objext; then
8244 eval "$as_ac_Header=yes"
8245 else
8246 $as_echo "$as_me: failed program was:" >&5
8247 sed 's/^/| /' conftest.$ac_ext >&5
8249 eval "$as_ac_Header=no"
8252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8254 ac_res=`eval 'as_val=${'$as_ac_Header'}
8255 $as_echo "$as_val"'`
8256 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8257 $as_echo "$ac_res" >&6; }
8258 as_val=`eval 'as_val=${'$as_ac_Header'}
8259 $as_echo "$as_val"'`
8260 if test "x$as_val" = x""yes; then
8261 cat >>confdefs.h <<_ACEOF
8262 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8263 _ACEOF
8267 done
8271 for ac_header in ucontext.h
8273 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8274 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8275 $as_echo_n "checking for $ac_header... " >&6; }
8276 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8277 $as_echo_n "(cached) " >&6
8278 else
8279 cat >conftest.$ac_ext <<_ACEOF
8280 /* confdefs.h. */
8281 _ACEOF
8282 cat confdefs.h >>conftest.$ac_ext
8283 cat >>conftest.$ac_ext <<_ACEOF
8284 /* end confdefs.h. */
8285 #include <signal.h>
8287 #include <$ac_header>
8288 _ACEOF
8289 rm -f conftest.$ac_objext
8290 if { (ac_try="$ac_compile"
8291 case "(($ac_try" in
8292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8293 *) ac_try_echo=$ac_try;;
8294 esac
8295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8296 $as_echo "$ac_try_echo") >&5
8297 (eval "$ac_compile") 2>conftest.er1
8298 ac_status=$?
8299 grep -v '^ *+' conftest.er1 >conftest.err
8300 rm -f conftest.er1
8301 cat conftest.err >&5
8302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8303 (exit $ac_status); } && {
8304 test -z "$ac_c_werror_flag" ||
8305 test ! -s conftest.err
8306 } && test -s conftest.$ac_objext; then
8307 eval "$as_ac_Header=yes"
8308 else
8309 $as_echo "$as_me: failed program was:" >&5
8310 sed 's/^/| /' conftest.$ac_ext >&5
8312 eval "$as_ac_Header=no"
8315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8317 ac_res=`eval 'as_val=${'$as_ac_Header'}
8318 $as_echo "$as_val"'`
8319 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8320 $as_echo "$ac_res" >&6; }
8321 as_val=`eval 'as_val=${'$as_ac_Header'}
8322 $as_echo "$as_val"'`
8323 if test "x$as_val" = x""yes; then
8324 cat >>confdefs.h <<_ACEOF
8325 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8326 _ACEOF
8330 done
8334 for ac_header in sys/thr.h
8336 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8337 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8338 $as_echo_n "checking for $ac_header... " >&6; }
8339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8340 $as_echo_n "(cached) " >&6
8341 else
8342 cat >conftest.$ac_ext <<_ACEOF
8343 /* confdefs.h. */
8344 _ACEOF
8345 cat confdefs.h >>conftest.$ac_ext
8346 cat >>conftest.$ac_ext <<_ACEOF
8347 /* end confdefs.h. */
8348 #include <sys/types.h>
8349 #ifdef HAVE_UCONTEXT_H
8350 #include <ucontext.h>
8351 #endif
8353 #include <$ac_header>
8354 _ACEOF
8355 rm -f conftest.$ac_objext
8356 if { (ac_try="$ac_compile"
8357 case "(($ac_try" in
8358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8359 *) ac_try_echo=$ac_try;;
8360 esac
8361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8362 $as_echo "$ac_try_echo") >&5
8363 (eval "$ac_compile") 2>conftest.er1
8364 ac_status=$?
8365 grep -v '^ *+' conftest.er1 >conftest.err
8366 rm -f conftest.er1
8367 cat conftest.err >&5
8368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8369 (exit $ac_status); } && {
8370 test -z "$ac_c_werror_flag" ||
8371 test ! -s conftest.err
8372 } && test -s conftest.$ac_objext; then
8373 eval "$as_ac_Header=yes"
8374 else
8375 $as_echo "$as_me: failed program was:" >&5
8376 sed 's/^/| /' conftest.$ac_ext >&5
8378 eval "$as_ac_Header=no"
8381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8383 ac_res=`eval 'as_val=${'$as_ac_Header'}
8384 $as_echo "$as_val"'`
8385 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8386 $as_echo "$ac_res" >&6; }
8387 as_val=`eval 'as_val=${'$as_ac_Header'}
8388 $as_echo "$as_val"'`
8389 if test "x$as_val" = x""yes; then
8390 cat >>confdefs.h <<_ACEOF
8391 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8392 _ACEOF
8396 done
8400 for ac_header in pthread_np.h
8402 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8403 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8404 $as_echo_n "checking for $ac_header... " >&6; }
8405 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8406 $as_echo_n "(cached) " >&6
8407 else
8408 cat >conftest.$ac_ext <<_ACEOF
8409 /* confdefs.h. */
8410 _ACEOF
8411 cat confdefs.h >>conftest.$ac_ext
8412 cat >>conftest.$ac_ext <<_ACEOF
8413 /* end confdefs.h. */
8414 #ifdef HAVE_PTHREAD_H
8415 #include <pthread.h>
8416 #endif
8418 #include <$ac_header>
8419 _ACEOF
8420 rm -f conftest.$ac_objext
8421 if { (ac_try="$ac_compile"
8422 case "(($ac_try" in
8423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8424 *) ac_try_echo=$ac_try;;
8425 esac
8426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8427 $as_echo "$ac_try_echo") >&5
8428 (eval "$ac_compile") 2>conftest.er1
8429 ac_status=$?
8430 grep -v '^ *+' conftest.er1 >conftest.err
8431 rm -f conftest.er1
8432 cat conftest.err >&5
8433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8434 (exit $ac_status); } && {
8435 test -z "$ac_c_werror_flag" ||
8436 test ! -s conftest.err
8437 } && test -s conftest.$ac_objext; then
8438 eval "$as_ac_Header=yes"
8439 else
8440 $as_echo "$as_me: failed program was:" >&5
8441 sed 's/^/| /' conftest.$ac_ext >&5
8443 eval "$as_ac_Header=no"
8446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8448 ac_res=`eval 'as_val=${'$as_ac_Header'}
8449 $as_echo "$as_val"'`
8450 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8451 $as_echo "$ac_res" >&6; }
8452 as_val=`eval 'as_val=${'$as_ac_Header'}
8453 $as_echo "$as_val"'`
8454 if test "x$as_val" = x""yes; then
8455 cat >>confdefs.h <<_ACEOF
8456 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8457 _ACEOF
8461 done
8465 for ac_header in linux/videodev.h
8467 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8468 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8469 $as_echo_n "checking for $ac_header... " >&6; }
8470 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8471 $as_echo_n "(cached) " >&6
8472 else
8473 cat >conftest.$ac_ext <<_ACEOF
8474 /* confdefs.h. */
8475 _ACEOF
8476 cat confdefs.h >>conftest.$ac_ext
8477 cat >>conftest.$ac_ext <<_ACEOF
8478 /* end confdefs.h. */
8479 #ifdef HAVE_SYS_TIME_H
8480 #include <sys/time.h>
8481 #endif
8482 #include <sys/types.h>
8483 #ifdef HAVE_ASM_TYPES_H
8484 #include <asm/types.h>
8485 #endif
8487 #include <$ac_header>
8488 _ACEOF
8489 rm -f conftest.$ac_objext
8490 if { (ac_try="$ac_compile"
8491 case "(($ac_try" in
8492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8493 *) ac_try_echo=$ac_try;;
8494 esac
8495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8496 $as_echo "$ac_try_echo") >&5
8497 (eval "$ac_compile") 2>conftest.er1
8498 ac_status=$?
8499 grep -v '^ *+' conftest.er1 >conftest.err
8500 rm -f conftest.er1
8501 cat conftest.err >&5
8502 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8503 (exit $ac_status); } && {
8504 test -z "$ac_c_werror_flag" ||
8505 test ! -s conftest.err
8506 } && test -s conftest.$ac_objext; then
8507 eval "$as_ac_Header=yes"
8508 else
8509 $as_echo "$as_me: failed program was:" >&5
8510 sed 's/^/| /' conftest.$ac_ext >&5
8512 eval "$as_ac_Header=no"
8515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8517 ac_res=`eval 'as_val=${'$as_ac_Header'}
8518 $as_echo "$as_val"'`
8519 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8520 $as_echo "$ac_res" >&6; }
8521 as_val=`eval 'as_val=${'$as_ac_Header'}
8522 $as_echo "$as_val"'`
8523 if test "x$as_val" = x""yes; then
8524 cat >>confdefs.h <<_ACEOF
8525 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8526 _ACEOF
8530 done
8534 for ac_header in linux/capi.h
8536 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8537 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8538 $as_echo_n "checking for $ac_header... " >&6; }
8539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8540 $as_echo_n "(cached) " >&6
8541 else
8542 cat >conftest.$ac_ext <<_ACEOF
8543 /* confdefs.h. */
8544 _ACEOF
8545 cat confdefs.h >>conftest.$ac_ext
8546 cat >>conftest.$ac_ext <<_ACEOF
8547 /* end confdefs.h. */
8548 #define __user
8550 #include <$ac_header>
8551 _ACEOF
8552 rm -f conftest.$ac_objext
8553 if { (ac_try="$ac_compile"
8554 case "(($ac_try" in
8555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8556 *) ac_try_echo=$ac_try;;
8557 esac
8558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8559 $as_echo "$ac_try_echo") >&5
8560 (eval "$ac_compile") 2>conftest.er1
8561 ac_status=$?
8562 grep -v '^ *+' conftest.er1 >conftest.err
8563 rm -f conftest.er1
8564 cat conftest.err >&5
8565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8566 (exit $ac_status); } && {
8567 test -z "$ac_c_werror_flag" ||
8568 test ! -s conftest.err
8569 } && test -s conftest.$ac_objext; then
8570 eval "$as_ac_Header=yes"
8571 else
8572 $as_echo "$as_me: failed program was:" >&5
8573 sed 's/^/| /' conftest.$ac_ext >&5
8575 eval "$as_ac_Header=no"
8578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8580 ac_res=`eval 'as_val=${'$as_ac_Header'}
8581 $as_echo "$as_val"'`
8582 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8583 $as_echo "$ac_res" >&6; }
8584 as_val=`eval 'as_val=${'$as_ac_Header'}
8585 $as_echo "$as_val"'`
8586 if test "x$as_val" = x""yes; then
8587 cat >>confdefs.h <<_ACEOF
8588 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8589 _ACEOF
8593 done
8597 DLLEXT=""
8599 DLLFLAGS="-D_REENTRANT"
8601 LDSHARED=""
8603 LDDLLFLAGS=""
8605 LIBEXT="so"
8607 IMPLIBEXT="def"
8609 LDRPATH_INSTALL=""
8611 LDRPATH_LOCAL=""
8613 # Extract the first word of "ldd", so it can be a program name with args.
8614 set dummy ldd; ac_word=$2
8615 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8616 $as_echo_n "checking for $ac_word... " >&6; }
8617 if test "${ac_cv_path_LDD+set}" = set; then
8618 $as_echo_n "(cached) " >&6
8619 else
8620 case $LDD in
8621 [\\/]* | ?:[\\/]*)
8622 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8626 as_dummy="/sbin:/usr/sbin:$PATH"
8627 for as_dir in $as_dummy
8629 IFS=$as_save_IFS
8630 test -z "$as_dir" && as_dir=.
8631 for ac_exec_ext in '' $ac_executable_extensions; do
8632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8633 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8634 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8635 break 2
8637 done
8638 done
8639 IFS=$as_save_IFS
8641 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8643 esac
8645 LDD=$ac_cv_path_LDD
8646 if test -n "$LDD"; then
8647 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8648 $as_echo "$LDD" >&6; }
8649 else
8650 { $as_echo "$as_me:$LINENO: result: no" >&5
8651 $as_echo "no" >&6; }
8656 case $host_os in
8657 cygwin*|mingw32*)
8658 if test -n "$ac_tool_prefix"; then
8659 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8660 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8661 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8662 $as_echo_n "checking for $ac_word... " >&6; }
8663 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8664 $as_echo_n "(cached) " >&6
8665 else
8666 if test -n "$DLLTOOL"; then
8667 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8668 else
8669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8670 for as_dir in $PATH
8672 IFS=$as_save_IFS
8673 test -z "$as_dir" && as_dir=.
8674 for ac_exec_ext in '' $ac_executable_extensions; do
8675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8676 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8677 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8678 break 2
8680 done
8681 done
8682 IFS=$as_save_IFS
8686 DLLTOOL=$ac_cv_prog_DLLTOOL
8687 if test -n "$DLLTOOL"; then
8688 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8689 $as_echo "$DLLTOOL" >&6; }
8690 else
8691 { $as_echo "$as_me:$LINENO: result: no" >&5
8692 $as_echo "no" >&6; }
8697 if test -z "$ac_cv_prog_DLLTOOL"; then
8698 ac_ct_DLLTOOL=$DLLTOOL
8699 # Extract the first word of "dlltool", so it can be a program name with args.
8700 set dummy dlltool; ac_word=$2
8701 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8702 $as_echo_n "checking for $ac_word... " >&6; }
8703 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8704 $as_echo_n "(cached) " >&6
8705 else
8706 if test -n "$ac_ct_DLLTOOL"; then
8707 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8708 else
8709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8710 for as_dir in $PATH
8712 IFS=$as_save_IFS
8713 test -z "$as_dir" && as_dir=.
8714 for ac_exec_ext in '' $ac_executable_extensions; do
8715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8716 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8717 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8718 break 2
8720 done
8721 done
8722 IFS=$as_save_IFS
8726 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8727 if test -n "$ac_ct_DLLTOOL"; then
8728 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8729 $as_echo "$ac_ct_DLLTOOL" >&6; }
8730 else
8731 { $as_echo "$as_me:$LINENO: result: no" >&5
8732 $as_echo "no" >&6; }
8735 if test "x$ac_ct_DLLTOOL" = x; then
8736 DLLTOOL="false"
8737 else
8738 case $cross_compiling:$ac_tool_warned in
8739 yes:)
8740 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8741 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8742 ac_tool_warned=yes ;;
8743 esac
8744 DLLTOOL=$ac_ct_DLLTOOL
8746 else
8747 DLLTOOL="$ac_cv_prog_DLLTOOL"
8750 if test -n "$ac_tool_prefix"; then
8751 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8752 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8753 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8754 $as_echo_n "checking for $ac_word... " >&6; }
8755 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8756 $as_echo_n "(cached) " >&6
8757 else
8758 if test -n "$DLLWRAP"; then
8759 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8760 else
8761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8762 for as_dir in $PATH
8764 IFS=$as_save_IFS
8765 test -z "$as_dir" && as_dir=.
8766 for ac_exec_ext in '' $ac_executable_extensions; do
8767 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8768 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8769 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8770 break 2
8772 done
8773 done
8774 IFS=$as_save_IFS
8778 DLLWRAP=$ac_cv_prog_DLLWRAP
8779 if test -n "$DLLWRAP"; then
8780 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8781 $as_echo "$DLLWRAP" >&6; }
8782 else
8783 { $as_echo "$as_me:$LINENO: result: no" >&5
8784 $as_echo "no" >&6; }
8789 if test -z "$ac_cv_prog_DLLWRAP"; then
8790 ac_ct_DLLWRAP=$DLLWRAP
8791 # Extract the first word of "dllwrap", so it can be a program name with args.
8792 set dummy dllwrap; ac_word=$2
8793 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8794 $as_echo_n "checking for $ac_word... " >&6; }
8795 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8796 $as_echo_n "(cached) " >&6
8797 else
8798 if test -n "$ac_ct_DLLWRAP"; then
8799 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8800 else
8801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8802 for as_dir in $PATH
8804 IFS=$as_save_IFS
8805 test -z "$as_dir" && as_dir=.
8806 for ac_exec_ext in '' $ac_executable_extensions; do
8807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8808 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8809 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8810 break 2
8812 done
8813 done
8814 IFS=$as_save_IFS
8818 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8819 if test -n "$ac_ct_DLLWRAP"; then
8820 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8821 $as_echo "$ac_ct_DLLWRAP" >&6; }
8822 else
8823 { $as_echo "$as_me:$LINENO: result: no" >&5
8824 $as_echo "no" >&6; }
8827 if test "x$ac_ct_DLLWRAP" = x; then
8828 DLLWRAP="false"
8829 else
8830 case $cross_compiling:$ac_tool_warned in
8831 yes:)
8832 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8833 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8834 ac_tool_warned=yes ;;
8835 esac
8836 DLLWRAP=$ac_ct_DLLWRAP
8838 else
8839 DLLWRAP="$ac_cv_prog_DLLWRAP"
8842 if test -n "$ac_tool_prefix"; then
8843 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8844 set dummy ${ac_tool_prefix}ar; ac_word=$2
8845 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8846 $as_echo_n "checking for $ac_word... " >&6; }
8847 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8848 $as_echo_n "(cached) " >&6
8849 else
8850 if test -n "$MINGWAR"; then
8851 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8852 else
8853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8854 for as_dir in $PATH
8856 IFS=$as_save_IFS
8857 test -z "$as_dir" && as_dir=.
8858 for ac_exec_ext in '' $ac_executable_extensions; do
8859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8860 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8861 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8862 break 2
8864 done
8865 done
8866 IFS=$as_save_IFS
8870 MINGWAR=$ac_cv_prog_MINGWAR
8871 if test -n "$MINGWAR"; then
8872 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8873 $as_echo "$MINGWAR" >&6; }
8874 else
8875 { $as_echo "$as_me:$LINENO: result: no" >&5
8876 $as_echo "no" >&6; }
8881 if test -z "$ac_cv_prog_MINGWAR"; then
8882 ac_ct_MINGWAR=$MINGWAR
8883 # Extract the first word of "ar", so it can be a program name with args.
8884 set dummy ar; ac_word=$2
8885 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8886 $as_echo_n "checking for $ac_word... " >&6; }
8887 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8888 $as_echo_n "(cached) " >&6
8889 else
8890 if test -n "$ac_ct_MINGWAR"; then
8891 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8892 else
8893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8894 for as_dir in $PATH
8896 IFS=$as_save_IFS
8897 test -z "$as_dir" && as_dir=.
8898 for ac_exec_ext in '' $ac_executable_extensions; do
8899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8900 ac_cv_prog_ac_ct_MINGWAR="ar"
8901 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8902 break 2
8904 done
8905 done
8906 IFS=$as_save_IFS
8910 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8911 if test -n "$ac_ct_MINGWAR"; then
8912 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8913 $as_echo "$ac_ct_MINGWAR" >&6; }
8914 else
8915 { $as_echo "$as_me:$LINENO: result: no" >&5
8916 $as_echo "no" >&6; }
8919 if test "x$ac_ct_MINGWAR" = x; then
8920 MINGWAR="false"
8921 else
8922 case $cross_compiling:$ac_tool_warned in
8923 yes:)
8924 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8925 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8926 ac_tool_warned=yes ;;
8927 esac
8928 MINGWAR=$ac_ct_MINGWAR
8930 else
8931 MINGWAR="$ac_cv_prog_MINGWAR"
8934 if test "$DLLWRAP" = "false"; then
8935 LIBEXT="a"
8936 else
8937 LIBEXT="dll"
8939 IMPLIBEXT="a"
8940 WIN16_FILES=""
8941 WIN16_INSTALL=""
8942 enable_iphlpapi=${enable_iphlpapi:-no}
8943 enable_kernel32=${enable_kernel32:-no}
8944 enable_msvcrt=${enable_msvcrt:-no}
8945 enable_ntdll=${enable_ntdll:-no}
8946 enable_ws2_32=${enable_ws2_32:-no}
8947 enable_loader=${enable_loader:-no}
8948 enable_server=${enable_server:-no}
8950 darwin*|macosx*)
8951 DLLEXT=".so"
8952 LIBEXT="dylib"
8953 DLLFLAGS="$DLLFLAGS -fPIC"
8954 LDDLLFLAGS="-bundle -multiply_defined suppress"
8955 LIBWINE_LDFLAGS="-multiply_defined suppress"
8956 LDSHARED="\$(CC) -dynamiclib"
8957 STRIP="$STRIP -x"
8958 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8959 SECURITYLIB="-framework Security -framework CoreFoundation"
8961 COREFOUNDATIONLIB="-framework CoreFoundation"
8963 IOKITLIB="-framework IOKit -framework CoreFoundation"
8965 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8967 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8968 then
8969 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8972 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8973 then
8974 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8977 case $host_cpu in
8978 *powerpc*)
8979 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8980 esac
8981 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8982 then
8983 CARBONLIB="-framework Carbon"
8985 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8989 DLLFLAGS="$DLLFLAGS -fPIC"
8990 DLLEXT=".so"
8991 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8992 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8993 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8994 $as_echo_n "(cached) " >&6
8995 else
8996 ac_wine_try_cflags_saved=$CFLAGS
8997 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8998 cat >conftest.$ac_ext <<_ACEOF
8999 void myfunc() {}
9000 _ACEOF
9001 rm -f conftest.$ac_objext conftest$ac_exeext
9002 if { (ac_try="$ac_link"
9003 case "(($ac_try" in
9004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9005 *) ac_try_echo=$ac_try;;
9006 esac
9007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9008 $as_echo "$ac_try_echo") >&5
9009 (eval "$ac_link") 2>conftest.er1
9010 ac_status=$?
9011 grep -v '^ *+' conftest.er1 >conftest.err
9012 rm -f conftest.er1
9013 cat conftest.err >&5
9014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9015 (exit $ac_status); } && {
9016 test -z "$ac_c_werror_flag" ||
9017 test ! -s conftest.err
9018 } && test -s conftest$ac_exeext && {
9019 test "$cross_compiling" = yes ||
9020 $as_test_x conftest$ac_exeext
9021 }; then
9022 ac_cv_c_dll_gnuelf="yes"
9023 else
9024 $as_echo "$as_me: failed program was:" >&5
9025 sed 's/^/| /' conftest.$ac_ext >&5
9027 ac_cv_c_dll_gnuelf="no"
9030 rm -rf conftest.dSYM
9031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9032 conftest$ac_exeext conftest.$ac_ext
9033 CFLAGS=$ac_wine_try_cflags_saved
9035 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9036 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9037 if test "$ac_cv_c_dll_gnuelf" = "yes"
9038 then
9039 LDSHARED="\$(CC) -shared"
9040 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9041 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9042 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9043 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9044 $as_echo_n "(cached) " >&6
9045 else
9046 ac_wine_try_cflags_saved=$CFLAGS
9047 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9048 cat >conftest.$ac_ext <<_ACEOF
9049 /* confdefs.h. */
9050 _ACEOF
9051 cat confdefs.h >>conftest.$ac_ext
9052 cat >>conftest.$ac_ext <<_ACEOF
9053 /* end confdefs.h. */
9056 main ()
9060 return 0;
9062 _ACEOF
9063 rm -f conftest.$ac_objext conftest$ac_exeext
9064 if { (ac_try="$ac_link"
9065 case "(($ac_try" in
9066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9067 *) ac_try_echo=$ac_try;;
9068 esac
9069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9070 $as_echo "$ac_try_echo") >&5
9071 (eval "$ac_link") 2>conftest.er1
9072 ac_status=$?
9073 grep -v '^ *+' conftest.er1 >conftest.err
9074 rm -f conftest.er1
9075 cat conftest.err >&5
9076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9077 (exit $ac_status); } && {
9078 test -z "$ac_c_werror_flag" ||
9079 test ! -s conftest.err
9080 } && test -s conftest$ac_exeext && {
9081 test "$cross_compiling" = yes ||
9082 $as_test_x conftest$ac_exeext
9083 }; then
9084 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9085 else
9086 $as_echo "$as_me: failed program was:" >&5
9087 sed 's/^/| /' conftest.$ac_ext >&5
9089 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9092 rm -rf conftest.dSYM
9093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9094 conftest$ac_exeext conftest.$ac_ext
9095 CFLAGS=$ac_wine_try_cflags_saved
9097 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9098 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9099 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9100 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9101 else
9102 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9103 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9104 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9105 $as_echo_n "(cached) " >&6
9106 else
9107 ac_wine_try_cflags_saved=$CFLAGS
9108 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9109 cat >conftest.$ac_ext <<_ACEOF
9110 /* confdefs.h. */
9111 _ACEOF
9112 cat confdefs.h >>conftest.$ac_ext
9113 cat >>conftest.$ac_ext <<_ACEOF
9114 /* end confdefs.h. */
9117 main ()
9121 return 0;
9123 _ACEOF
9124 rm -f conftest.$ac_objext conftest$ac_exeext
9125 if { (ac_try="$ac_link"
9126 case "(($ac_try" in
9127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9128 *) ac_try_echo=$ac_try;;
9129 esac
9130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9131 $as_echo "$ac_try_echo") >&5
9132 (eval "$ac_link") 2>conftest.er1
9133 ac_status=$?
9134 grep -v '^ *+' conftest.er1 >conftest.err
9135 rm -f conftest.er1
9136 cat conftest.err >&5
9137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9138 (exit $ac_status); } && {
9139 test -z "$ac_c_werror_flag" ||
9140 test ! -s conftest.err
9141 } && test -s conftest$ac_exeext && {
9142 test "$cross_compiling" = yes ||
9143 $as_test_x conftest$ac_exeext
9144 }; then
9145 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9146 else
9147 $as_echo "$as_me: failed program was:" >&5
9148 sed 's/^/| /' conftest.$ac_ext >&5
9150 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9153 rm -rf conftest.dSYM
9154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9155 conftest$ac_exeext conftest.$ac_ext
9156 CFLAGS=$ac_wine_try_cflags_saved
9158 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9159 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9160 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9161 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9167 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9168 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9169 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9170 $as_echo_n "(cached) " >&6
9171 else
9172 ac_wine_try_cflags_saved=$CFLAGS
9173 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9174 cat >conftest.$ac_ext <<_ACEOF
9175 /* confdefs.h. */
9176 _ACEOF
9177 cat confdefs.h >>conftest.$ac_ext
9178 cat >>conftest.$ac_ext <<_ACEOF
9179 /* end confdefs.h. */
9182 main ()
9186 return 0;
9188 _ACEOF
9189 rm -f conftest.$ac_objext conftest$ac_exeext
9190 if { (ac_try="$ac_link"
9191 case "(($ac_try" in
9192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9193 *) ac_try_echo=$ac_try;;
9194 esac
9195 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9196 $as_echo "$ac_try_echo") >&5
9197 (eval "$ac_link") 2>conftest.er1
9198 ac_status=$?
9199 grep -v '^ *+' conftest.er1 >conftest.err
9200 rm -f conftest.er1
9201 cat conftest.err >&5
9202 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 (exit $ac_status); } && {
9204 test -z "$ac_c_werror_flag" ||
9205 test ! -s conftest.err
9206 } && test -s conftest$ac_exeext && {
9207 test "$cross_compiling" = yes ||
9208 $as_test_x conftest$ac_exeext
9209 }; then
9210 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9211 else
9212 $as_echo "$as_me: failed program was:" >&5
9213 sed 's/^/| /' conftest.$ac_ext >&5
9215 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9218 rm -rf conftest.dSYM
9219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9220 conftest$ac_exeext conftest.$ac_ext
9221 CFLAGS=$ac_wine_try_cflags_saved
9223 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9224 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9225 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9226 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9230 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9231 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9232 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9233 $as_echo_n "(cached) " >&6
9234 else
9235 ac_wine_try_cflags_saved=$CFLAGS
9236 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9237 cat >conftest.$ac_ext <<_ACEOF
9238 /* confdefs.h. */
9239 _ACEOF
9240 cat confdefs.h >>conftest.$ac_ext
9241 cat >>conftest.$ac_ext <<_ACEOF
9242 /* end confdefs.h. */
9245 main ()
9249 return 0;
9251 _ACEOF
9252 rm -f conftest.$ac_objext conftest$ac_exeext
9253 if { (ac_try="$ac_link"
9254 case "(($ac_try" in
9255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9256 *) ac_try_echo=$ac_try;;
9257 esac
9258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9259 $as_echo "$ac_try_echo") >&5
9260 (eval "$ac_link") 2>conftest.er1
9261 ac_status=$?
9262 grep -v '^ *+' conftest.er1 >conftest.err
9263 rm -f conftest.er1
9264 cat conftest.err >&5
9265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); } && {
9267 test -z "$ac_c_werror_flag" ||
9268 test ! -s conftest.err
9269 } && test -s conftest$ac_exeext && {
9270 test "$cross_compiling" = yes ||
9271 $as_test_x conftest$ac_exeext
9272 }; then
9273 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9274 else
9275 $as_echo "$as_me: failed program was:" >&5
9276 sed 's/^/| /' conftest.$ac_ext >&5
9278 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9281 rm -rf conftest.dSYM
9282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9283 conftest$ac_exeext conftest.$ac_ext
9284 CFLAGS=$ac_wine_try_cflags_saved
9286 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9287 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9288 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9289 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9293 echo '{ global: *; };' >conftest.map
9294 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9295 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9296 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9297 $as_echo_n "(cached) " >&6
9298 else
9299 ac_wine_try_cflags_saved=$CFLAGS
9300 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9301 cat >conftest.$ac_ext <<_ACEOF
9302 /* confdefs.h. */
9303 _ACEOF
9304 cat confdefs.h >>conftest.$ac_ext
9305 cat >>conftest.$ac_ext <<_ACEOF
9306 /* end confdefs.h. */
9309 main ()
9313 return 0;
9315 _ACEOF
9316 rm -f conftest.$ac_objext conftest$ac_exeext
9317 if { (ac_try="$ac_link"
9318 case "(($ac_try" in
9319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9320 *) ac_try_echo=$ac_try;;
9321 esac
9322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9323 $as_echo "$ac_try_echo") >&5
9324 (eval "$ac_link") 2>conftest.er1
9325 ac_status=$?
9326 grep -v '^ *+' conftest.er1 >conftest.err
9327 rm -f conftest.er1
9328 cat conftest.err >&5
9329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330 (exit $ac_status); } && {
9331 test -z "$ac_c_werror_flag" ||
9332 test ! -s conftest.err
9333 } && test -s conftest$ac_exeext && {
9334 test "$cross_compiling" = yes ||
9335 $as_test_x conftest$ac_exeext
9336 }; then
9337 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9338 else
9339 $as_echo "$as_me: failed program was:" >&5
9340 sed 's/^/| /' conftest.$ac_ext >&5
9342 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9345 rm -rf conftest.dSYM
9346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9347 conftest$ac_exeext conftest.$ac_ext
9348 CFLAGS=$ac_wine_try_cflags_saved
9350 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9351 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9352 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9353 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9356 rm -f conftest.map
9358 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9359 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9360 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9361 $as_echo_n "(cached) " >&6
9362 else
9363 ac_wine_try_cflags_saved=$CFLAGS
9364 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9365 cat >conftest.$ac_ext <<_ACEOF
9366 /* confdefs.h. */
9367 _ACEOF
9368 cat confdefs.h >>conftest.$ac_ext
9369 cat >>conftest.$ac_ext <<_ACEOF
9370 /* end confdefs.h. */
9373 main ()
9377 return 0;
9379 _ACEOF
9380 rm -f conftest.$ac_objext conftest$ac_exeext
9381 if { (ac_try="$ac_link"
9382 case "(($ac_try" in
9383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9384 *) ac_try_echo=$ac_try;;
9385 esac
9386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9387 $as_echo "$ac_try_echo") >&5
9388 (eval "$ac_link") 2>conftest.er1
9389 ac_status=$?
9390 grep -v '^ *+' conftest.er1 >conftest.err
9391 rm -f conftest.er1
9392 cat conftest.err >&5
9393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394 (exit $ac_status); } && {
9395 test -z "$ac_c_werror_flag" ||
9396 test ! -s conftest.err
9397 } && test -s conftest$ac_exeext && {
9398 test "$cross_compiling" = yes ||
9399 $as_test_x conftest$ac_exeext
9400 }; then
9401 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9402 else
9403 $as_echo "$as_me: failed program was:" >&5
9404 sed 's/^/| /' conftest.$ac_ext >&5
9406 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9409 rm -rf conftest.dSYM
9410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9411 conftest$ac_exeext conftest.$ac_ext
9412 CFLAGS=$ac_wine_try_cflags_saved
9414 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9415 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9416 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9417 LDEXECFLAGS="-Wl,--export-dynamic"
9422 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9423 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9424 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9425 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9426 $as_echo_n "(cached) " >&6
9427 else
9428 ac_wine_try_cflags_saved=$CFLAGS
9429 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9430 cat >conftest.$ac_ext <<_ACEOF
9431 /* confdefs.h. */
9432 _ACEOF
9433 cat confdefs.h >>conftest.$ac_ext
9434 cat >>conftest.$ac_ext <<_ACEOF
9435 /* end confdefs.h. */
9438 main ()
9442 return 0;
9444 _ACEOF
9445 rm -f conftest.$ac_objext conftest$ac_exeext
9446 if { (ac_try="$ac_link"
9447 case "(($ac_try" in
9448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9449 *) ac_try_echo=$ac_try;;
9450 esac
9451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9452 $as_echo "$ac_try_echo") >&5
9453 (eval "$ac_link") 2>conftest.er1
9454 ac_status=$?
9455 grep -v '^ *+' conftest.er1 >conftest.err
9456 rm -f conftest.er1
9457 cat conftest.err >&5
9458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9459 (exit $ac_status); } && {
9460 test -z "$ac_c_werror_flag" ||
9461 test ! -s conftest.err
9462 } && test -s conftest$ac_exeext && {
9463 test "$cross_compiling" = yes ||
9464 $as_test_x conftest$ac_exeext
9465 }; then
9466 eval "$as_ac_var=yes"
9467 else
9468 $as_echo "$as_me: failed program was:" >&5
9469 sed 's/^/| /' conftest.$ac_ext >&5
9471 eval "$as_ac_var=no"
9474 rm -rf conftest.dSYM
9475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9476 conftest$ac_exeext conftest.$ac_ext
9477 CFLAGS=$ac_wine_try_cflags_saved
9479 ac_res=`eval 'as_val=${'$as_ac_var'}
9480 $as_echo "$as_val"'`
9481 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9482 $as_echo "$ac_res" >&6; }
9483 if test `eval 'as_val=${'$as_ac_var'}
9484 $as_echo "$as_val"'` = yes; then
9485 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9486 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9487 else
9488 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9489 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9490 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9491 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9492 $as_echo_n "(cached) " >&6
9493 else
9494 ac_wine_try_cflags_saved=$CFLAGS
9495 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9496 cat >conftest.$ac_ext <<_ACEOF
9497 /* confdefs.h. */
9498 _ACEOF
9499 cat confdefs.h >>conftest.$ac_ext
9500 cat >>conftest.$ac_ext <<_ACEOF
9501 /* end confdefs.h. */
9504 main ()
9508 return 0;
9510 _ACEOF
9511 rm -f conftest.$ac_objext conftest$ac_exeext
9512 if { (ac_try="$ac_link"
9513 case "(($ac_try" in
9514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9515 *) ac_try_echo=$ac_try;;
9516 esac
9517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9518 $as_echo "$ac_try_echo") >&5
9519 (eval "$ac_link") 2>conftest.er1
9520 ac_status=$?
9521 grep -v '^ *+' conftest.er1 >conftest.err
9522 rm -f conftest.er1
9523 cat conftest.err >&5
9524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9525 (exit $ac_status); } && {
9526 test -z "$ac_c_werror_flag" ||
9527 test ! -s conftest.err
9528 } && test -s conftest$ac_exeext && {
9529 test "$cross_compiling" = yes ||
9530 $as_test_x conftest$ac_exeext
9531 }; then
9532 eval "$as_ac_var=yes"
9533 else
9534 $as_echo "$as_me: failed program was:" >&5
9535 sed 's/^/| /' conftest.$ac_ext >&5
9537 eval "$as_ac_var=no"
9540 rm -rf conftest.dSYM
9541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9542 conftest$ac_exeext conftest.$ac_ext
9543 CFLAGS=$ac_wine_try_cflags_saved
9545 ac_res=`eval 'as_val=${'$as_ac_var'}
9546 $as_echo "$as_val"'`
9547 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9548 $as_echo "$ac_res" >&6; }
9549 if test `eval 'as_val=${'$as_ac_var'}
9550 $as_echo "$as_val"'` = yes; then
9551 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9552 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9558 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9559 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9560 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9561 $as_echo_n "(cached) " >&6
9562 else
9563 ac_wine_try_cflags_saved=$CFLAGS
9564 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9565 cat >conftest.$ac_ext <<_ACEOF
9566 /* confdefs.h. */
9567 _ACEOF
9568 cat confdefs.h >>conftest.$ac_ext
9569 cat >>conftest.$ac_ext <<_ACEOF
9570 /* end confdefs.h. */
9573 main ()
9577 return 0;
9579 _ACEOF
9580 rm -f conftest.$ac_objext conftest$ac_exeext
9581 if { (ac_try="$ac_link"
9582 case "(($ac_try" in
9583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9584 *) ac_try_echo=$ac_try;;
9585 esac
9586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9587 $as_echo "$ac_try_echo") >&5
9588 (eval "$ac_link") 2>conftest.er1
9589 ac_status=$?
9590 grep -v '^ *+' conftest.er1 >conftest.err
9591 rm -f conftest.er1
9592 cat conftest.err >&5
9593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9594 (exit $ac_status); } && {
9595 test -z "$ac_c_werror_flag" ||
9596 test ! -s conftest.err
9597 } && test -s conftest$ac_exeext && {
9598 test "$cross_compiling" = yes ||
9599 $as_test_x conftest$ac_exeext
9600 }; then
9601 ac_cv_cflags__Wl___enable_new_dtags=yes
9602 else
9603 $as_echo "$as_me: failed program was:" >&5
9604 sed 's/^/| /' conftest.$ac_ext >&5
9606 ac_cv_cflags__Wl___enable_new_dtags=no
9609 rm -rf conftest.dSYM
9610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9611 conftest$ac_exeext conftest.$ac_ext
9612 CFLAGS=$ac_wine_try_cflags_saved
9614 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9615 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9616 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9617 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9621 case $host_cpu in
9622 *i[3456789]86* | x86_64)
9623 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9624 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9625 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9626 $as_echo_n "(cached) " >&6
9627 else
9628 ac_wine_try_cflags_saved=$CFLAGS
9629 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9630 cat >conftest.$ac_ext <<_ACEOF
9631 /* confdefs.h. */
9632 _ACEOF
9633 cat confdefs.h >>conftest.$ac_ext
9634 cat >>conftest.$ac_ext <<_ACEOF
9635 /* end confdefs.h. */
9638 main ()
9642 return 0;
9644 _ACEOF
9645 rm -f conftest.$ac_objext conftest$ac_exeext
9646 if { (ac_try="$ac_link"
9647 case "(($ac_try" in
9648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9649 *) ac_try_echo=$ac_try;;
9650 esac
9651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9652 $as_echo "$ac_try_echo") >&5
9653 (eval "$ac_link") 2>conftest.er1
9654 ac_status=$?
9655 grep -v '^ *+' conftest.er1 >conftest.err
9656 rm -f conftest.er1
9657 cat conftest.err >&5
9658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9659 (exit $ac_status); } && {
9660 test -z "$ac_c_werror_flag" ||
9661 test ! -s conftest.err
9662 } && test -s conftest$ac_exeext && {
9663 test "$cross_compiling" = yes ||
9664 $as_test_x conftest$ac_exeext
9665 }; then
9666 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9667 else
9668 $as_echo "$as_me: failed program was:" >&5
9669 sed 's/^/| /' conftest.$ac_ext >&5
9671 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9674 rm -rf conftest.dSYM
9675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9676 conftest$ac_exeext conftest.$ac_ext
9677 CFLAGS=$ac_wine_try_cflags_saved
9679 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9680 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9681 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9682 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9686 esac
9688 else
9689 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9690 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9691 if test "${ac_cv_c_dll_unixware+set}" = set; then
9692 $as_echo_n "(cached) " >&6
9693 else
9694 ac_wine_try_cflags_saved=$CFLAGS
9695 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9696 cat >conftest.$ac_ext <<_ACEOF
9697 void myfunc() {}
9698 _ACEOF
9699 rm -f conftest.$ac_objext conftest$ac_exeext
9700 if { (ac_try="$ac_link"
9701 case "(($ac_try" in
9702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9703 *) ac_try_echo=$ac_try;;
9704 esac
9705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9706 $as_echo "$ac_try_echo") >&5
9707 (eval "$ac_link") 2>conftest.er1
9708 ac_status=$?
9709 grep -v '^ *+' conftest.er1 >conftest.err
9710 rm -f conftest.er1
9711 cat conftest.err >&5
9712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9713 (exit $ac_status); } && {
9714 test -z "$ac_c_werror_flag" ||
9715 test ! -s conftest.err
9716 } && test -s conftest$ac_exeext && {
9717 test "$cross_compiling" = yes ||
9718 $as_test_x conftest$ac_exeext
9719 }; then
9720 ac_cv_c_dll_unixware="yes"
9721 else
9722 $as_echo "$as_me: failed program was:" >&5
9723 sed 's/^/| /' conftest.$ac_ext >&5
9725 ac_cv_c_dll_unixware="no"
9728 rm -rf conftest.dSYM
9729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9730 conftest$ac_exeext conftest.$ac_ext
9731 CFLAGS=$ac_wine_try_cflags_saved
9733 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9734 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9735 if test "$ac_cv_c_dll_unixware" = "yes"
9736 then
9737 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9738 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9740 else
9741 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9742 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9743 if test "${ac_cv_c_dll_hpux+set}" = set; then
9744 $as_echo_n "(cached) " >&6
9745 else
9746 ac_wine_try_cflags_saved=$CFLAGS
9747 CFLAGS="$CFLAGS -shared"
9748 cat >conftest.$ac_ext <<_ACEOF
9749 void myfunc() {}
9750 _ACEOF
9751 rm -f conftest.$ac_objext conftest$ac_exeext
9752 if { (ac_try="$ac_link"
9753 case "(($ac_try" in
9754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9755 *) ac_try_echo=$ac_try;;
9756 esac
9757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9758 $as_echo "$ac_try_echo") >&5
9759 (eval "$ac_link") 2>conftest.er1
9760 ac_status=$?
9761 grep -v '^ *+' conftest.er1 >conftest.err
9762 rm -f conftest.er1
9763 cat conftest.err >&5
9764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9765 (exit $ac_status); } && {
9766 test -z "$ac_c_werror_flag" ||
9767 test ! -s conftest.err
9768 } && test -s conftest$ac_exeext && {
9769 test "$cross_compiling" = yes ||
9770 $as_test_x conftest$ac_exeext
9771 }; then
9772 ac_cv_c_dll_hpux="yes"
9773 else
9774 $as_echo "$as_me: failed program was:" >&5
9775 sed 's/^/| /' conftest.$ac_ext >&5
9777 ac_cv_c_dll_hpux="no"
9780 rm -rf conftest.dSYM
9781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9782 conftest$ac_exeext conftest.$ac_ext
9783 CFLAGS=$ac_wine_try_cflags_saved
9785 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9786 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9787 if test "$ac_cv_c_dll_hpux" = "yes"
9788 then
9789 LIBEXT="sl"
9790 DLLEXT=".sl"
9791 LDDLLFLAGS="-shared -fPIC"
9792 LDSHARED="\$(CC) -shared"
9797 esac
9799 enable_winequartz_drv=${enable_winequartz_drv:-no}
9801 if test "$LIBEXT" = "a"; then
9802 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9803 It is currently not possible to build Wine without shared library
9804 (.so) support to allow transparent switch between .so and .dll files.
9805 If you are using Linux, you will need a newer binutils.
9806 " >&5
9807 $as_echo "$as_me: error: could not find a way to build shared libraries.
9808 It is currently not possible to build Wine without shared library
9809 (.so) support to allow transparent switch between .so and .dll files.
9810 If you are using Linux, you will need a newer binutils.
9811 " >&2;}
9812 { (exit 1); exit 1; }; }
9815 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9816 then
9817 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9819 # Extract the first word of "$ac_prog", so it can be a program name with args.
9820 set dummy $ac_prog; ac_word=$2
9821 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9822 $as_echo_n "checking for $ac_word... " >&6; }
9823 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9824 $as_echo_n "(cached) " >&6
9825 else
9826 if test -n "$CROSSCC"; then
9827 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9828 else
9829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9830 for as_dir in $PATH
9832 IFS=$as_save_IFS
9833 test -z "$as_dir" && as_dir=.
9834 for ac_exec_ext in '' $ac_executable_extensions; do
9835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9836 ac_cv_prog_CROSSCC="$ac_prog"
9837 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9838 break 2
9840 done
9841 done
9842 IFS=$as_save_IFS
9846 CROSSCC=$ac_cv_prog_CROSSCC
9847 if test -n "$CROSSCC"; then
9848 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9849 $as_echo "$CROSSCC" >&6; }
9850 else
9851 { $as_echo "$as_me:$LINENO: result: no" >&5
9852 $as_echo "no" >&6; }
9856 test -n "$CROSSCC" && break
9857 done
9858 test -n "$CROSSCC" || CROSSCC="false"
9860 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9862 # Extract the first word of "$ac_prog", so it can be a program name with args.
9863 set dummy $ac_prog; ac_word=$2
9864 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9865 $as_echo_n "checking for $ac_word... " >&6; }
9866 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9867 $as_echo_n "(cached) " >&6
9868 else
9869 if test -n "$DLLTOOL"; then
9870 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9871 else
9872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9873 for as_dir in $PATH
9875 IFS=$as_save_IFS
9876 test -z "$as_dir" && as_dir=.
9877 for ac_exec_ext in '' $ac_executable_extensions; do
9878 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9879 ac_cv_prog_DLLTOOL="$ac_prog"
9880 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9881 break 2
9883 done
9884 done
9885 IFS=$as_save_IFS
9889 DLLTOOL=$ac_cv_prog_DLLTOOL
9890 if test -n "$DLLTOOL"; then
9891 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9892 $as_echo "$DLLTOOL" >&6; }
9893 else
9894 { $as_echo "$as_me:$LINENO: result: no" >&5
9895 $as_echo "no" >&6; }
9899 test -n "$DLLTOOL" && break
9900 done
9901 test -n "$DLLTOOL" || DLLTOOL="false"
9903 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9905 # Extract the first word of "$ac_prog", so it can be a program name with args.
9906 set dummy $ac_prog; ac_word=$2
9907 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9908 $as_echo_n "checking for $ac_word... " >&6; }
9909 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9910 $as_echo_n "(cached) " >&6
9911 else
9912 if test -n "$CROSSWINDRES"; then
9913 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9914 else
9915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9916 for as_dir in $PATH
9918 IFS=$as_save_IFS
9919 test -z "$as_dir" && as_dir=.
9920 for ac_exec_ext in '' $ac_executable_extensions; do
9921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9922 ac_cv_prog_CROSSWINDRES="$ac_prog"
9923 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9924 break 2
9926 done
9927 done
9928 IFS=$as_save_IFS
9932 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9933 if test -n "$CROSSWINDRES"; then
9934 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9935 $as_echo "$CROSSWINDRES" >&6; }
9936 else
9937 { $as_echo "$as_me:$LINENO: result: no" >&5
9938 $as_echo "no" >&6; }
9942 test -n "$CROSSWINDRES" && break
9943 done
9944 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9946 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9948 # Extract the first word of "$ac_prog", so it can be a program name with args.
9949 set dummy $ac_prog; ac_word=$2
9950 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9951 $as_echo_n "checking for $ac_word... " >&6; }
9952 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9953 $as_echo_n "(cached) " >&6
9954 else
9955 if test -n "$MINGWAR"; then
9956 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9957 else
9958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9959 for as_dir in $PATH
9961 IFS=$as_save_IFS
9962 test -z "$as_dir" && as_dir=.
9963 for ac_exec_ext in '' $ac_executable_extensions; do
9964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9965 ac_cv_prog_MINGWAR="$ac_prog"
9966 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9967 break 2
9969 done
9970 done
9971 IFS=$as_save_IFS
9975 MINGWAR=$ac_cv_prog_MINGWAR
9976 if test -n "$MINGWAR"; then
9977 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9978 $as_echo "$MINGWAR" >&6; }
9979 else
9980 { $as_echo "$as_me:$LINENO: result: no" >&5
9981 $as_echo "no" >&6; }
9985 test -n "$MINGWAR" && break
9986 done
9987 test -n "$MINGWAR" || MINGWAR="false"
9989 if test "$CROSSCC" != "false"
9990 then
9991 CROSSTEST="\$(CROSSTEST)"
9997 if test "$have_x" = "yes"
9998 then
9999 XLIB="-lXext -lX11"
10000 ac_save_CPPFLAGS="$CPPFLAGS"
10001 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10003 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
10004 $as_echo_n "checking for -lX11... " >&6; }
10005 if test "${ac_cv_lib_soname_X11+set}" = set; then
10006 $as_echo_n "(cached) " >&6
10007 else
10008 ac_check_soname_save_LIBS=$LIBS
10009 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10010 cat >conftest.$ac_ext <<_ACEOF
10011 /* confdefs.h. */
10012 _ACEOF
10013 cat confdefs.h >>conftest.$ac_ext
10014 cat >>conftest.$ac_ext <<_ACEOF
10015 /* end confdefs.h. */
10017 /* Override any GCC internal prototype to avoid an error.
10018 Use char because int might match the return type of a GCC
10019 builtin and then its argument prototype would still apply. */
10020 #ifdef __cplusplus
10021 extern "C"
10022 #endif
10023 char XCreateWindow ();
10025 main ()
10027 return XCreateWindow ();
10029 return 0;
10031 _ACEOF
10032 rm -f conftest.$ac_objext conftest$ac_exeext
10033 if { (ac_try="$ac_link"
10034 case "(($ac_try" in
10035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10036 *) ac_try_echo=$ac_try;;
10037 esac
10038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10039 $as_echo "$ac_try_echo") >&5
10040 (eval "$ac_link") 2>conftest.er1
10041 ac_status=$?
10042 grep -v '^ *+' conftest.er1 >conftest.err
10043 rm -f conftest.er1
10044 cat conftest.err >&5
10045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10046 (exit $ac_status); } && {
10047 test -z "$ac_c_werror_flag" ||
10048 test ! -s conftest.err
10049 } && test -s conftest$ac_exeext && {
10050 test "$cross_compiling" = yes ||
10051 $as_test_x conftest$ac_exeext
10052 }; then
10053 case "$LIBEXT" in
10054 dll) ;;
10055 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'` ;;
10056 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10057 esac
10058 else
10059 $as_echo "$as_me: failed program was:" >&5
10060 sed 's/^/| /' conftest.$ac_ext >&5
10065 rm -rf conftest.dSYM
10066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10067 conftest$ac_exeext conftest.$ac_ext
10068 LIBS=$ac_check_soname_save_LIBS
10070 if test "x$ac_cv_lib_soname_X11" = "x"; then
10071 { $as_echo "$as_me:$LINENO: result: not found" >&5
10072 $as_echo "not found" >&6; }
10074 else
10075 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10076 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10078 cat >>confdefs.h <<_ACEOF
10079 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10080 _ACEOF
10085 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10086 $as_echo_n "checking for -lXext... " >&6; }
10087 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10088 $as_echo_n "(cached) " >&6
10089 else
10090 ac_check_soname_save_LIBS=$LIBS
10091 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10092 cat >conftest.$ac_ext <<_ACEOF
10093 /* confdefs.h. */
10094 _ACEOF
10095 cat confdefs.h >>conftest.$ac_ext
10096 cat >>conftest.$ac_ext <<_ACEOF
10097 /* end confdefs.h. */
10099 /* Override any GCC internal prototype to avoid an error.
10100 Use char because int might match the return type of a GCC
10101 builtin and then its argument prototype would still apply. */
10102 #ifdef __cplusplus
10103 extern "C"
10104 #endif
10105 char XextCreateExtension ();
10107 main ()
10109 return XextCreateExtension ();
10111 return 0;
10113 _ACEOF
10114 rm -f conftest.$ac_objext conftest$ac_exeext
10115 if { (ac_try="$ac_link"
10116 case "(($ac_try" in
10117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10118 *) ac_try_echo=$ac_try;;
10119 esac
10120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10121 $as_echo "$ac_try_echo") >&5
10122 (eval "$ac_link") 2>conftest.er1
10123 ac_status=$?
10124 grep -v '^ *+' conftest.er1 >conftest.err
10125 rm -f conftest.er1
10126 cat conftest.err >&5
10127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10128 (exit $ac_status); } && {
10129 test -z "$ac_c_werror_flag" ||
10130 test ! -s conftest.err
10131 } && test -s conftest$ac_exeext && {
10132 test "$cross_compiling" = yes ||
10133 $as_test_x conftest$ac_exeext
10134 }; then
10135 case "$LIBEXT" in
10136 dll) ;;
10137 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'` ;;
10138 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10139 esac
10140 else
10141 $as_echo "$as_me: failed program was:" >&5
10142 sed 's/^/| /' conftest.$ac_ext >&5
10147 rm -rf conftest.dSYM
10148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10149 conftest$ac_exeext conftest.$ac_ext
10150 LIBS=$ac_check_soname_save_LIBS
10152 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10153 { $as_echo "$as_me:$LINENO: result: not found" >&5
10154 $as_echo "not found" >&6; }
10156 else
10157 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10158 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10160 cat >>confdefs.h <<_ACEOF
10161 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10162 _ACEOF
10180 for ac_header in X11/Xlib.h \
10181 X11/XKBlib.h \
10182 X11/Xutil.h \
10183 X11/Xcursor/Xcursor.h \
10184 X11/extensions/shape.h \
10185 X11/extensions/XInput.h \
10186 X11/extensions/XShm.h \
10187 X11/extensions/Xcomposite.h \
10188 X11/extensions/Xinerama.h \
10189 X11/extensions/Xrandr.h \
10190 X11/extensions/Xrender.h \
10191 X11/extensions/xf86vmode.h
10193 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10194 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10195 $as_echo_n "checking for $ac_header... " >&6; }
10196 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10197 $as_echo_n "(cached) " >&6
10198 else
10199 cat >conftest.$ac_ext <<_ACEOF
10200 /* confdefs.h. */
10201 _ACEOF
10202 cat confdefs.h >>conftest.$ac_ext
10203 cat >>conftest.$ac_ext <<_ACEOF
10204 /* end confdefs.h. */
10205 #ifdef HAVE_X11_XLIB_H
10206 # include <X11/Xlib.h>
10207 #endif
10208 #ifdef HAVE_X11_XUTIL_H
10209 # include <X11/Xutil.h>
10210 #endif
10212 #include <$ac_header>
10213 _ACEOF
10214 rm -f conftest.$ac_objext
10215 if { (ac_try="$ac_compile"
10216 case "(($ac_try" in
10217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10218 *) ac_try_echo=$ac_try;;
10219 esac
10220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10221 $as_echo "$ac_try_echo") >&5
10222 (eval "$ac_compile") 2>conftest.er1
10223 ac_status=$?
10224 grep -v '^ *+' conftest.er1 >conftest.err
10225 rm -f conftest.er1
10226 cat conftest.err >&5
10227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228 (exit $ac_status); } && {
10229 test -z "$ac_c_werror_flag" ||
10230 test ! -s conftest.err
10231 } && test -s conftest.$ac_objext; then
10232 eval "$as_ac_Header=yes"
10233 else
10234 $as_echo "$as_me: failed program was:" >&5
10235 sed 's/^/| /' conftest.$ac_ext >&5
10237 eval "$as_ac_Header=no"
10240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10242 ac_res=`eval 'as_val=${'$as_ac_Header'}
10243 $as_echo "$as_val"'`
10244 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10245 $as_echo "$ac_res" >&6; }
10246 as_val=`eval 'as_val=${'$as_ac_Header'}
10247 $as_echo "$as_val"'`
10248 if test "x$as_val" = x""yes; then
10249 cat >>confdefs.h <<_ACEOF
10250 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10251 _ACEOF
10255 done
10258 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10259 then
10260 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10261 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10262 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10263 $as_echo_n "(cached) " >&6
10264 else
10265 ac_check_lib_save_LIBS=$LIBS
10266 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10267 cat >conftest.$ac_ext <<_ACEOF
10268 /* confdefs.h. */
10269 _ACEOF
10270 cat confdefs.h >>conftest.$ac_ext
10271 cat >>conftest.$ac_ext <<_ACEOF
10272 /* end confdefs.h. */
10274 /* Override any GCC internal prototype to avoid an error.
10275 Use char because int might match the return type of a GCC
10276 builtin and then its argument prototype would still apply. */
10277 #ifdef __cplusplus
10278 extern "C"
10279 #endif
10280 char XkbQueryExtension ();
10282 main ()
10284 return XkbQueryExtension ();
10286 return 0;
10288 _ACEOF
10289 rm -f conftest.$ac_objext conftest$ac_exeext
10290 if { (ac_try="$ac_link"
10291 case "(($ac_try" in
10292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10293 *) ac_try_echo=$ac_try;;
10294 esac
10295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10296 $as_echo "$ac_try_echo") >&5
10297 (eval "$ac_link") 2>conftest.er1
10298 ac_status=$?
10299 grep -v '^ *+' conftest.er1 >conftest.err
10300 rm -f conftest.er1
10301 cat conftest.err >&5
10302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10303 (exit $ac_status); } && {
10304 test -z "$ac_c_werror_flag" ||
10305 test ! -s conftest.err
10306 } && test -s conftest$ac_exeext && {
10307 test "$cross_compiling" = yes ||
10308 $as_test_x conftest$ac_exeext
10309 }; then
10310 ac_cv_lib_X11_XkbQueryExtension=yes
10311 else
10312 $as_echo "$as_me: failed program was:" >&5
10313 sed 's/^/| /' conftest.$ac_ext >&5
10315 ac_cv_lib_X11_XkbQueryExtension=no
10318 rm -rf conftest.dSYM
10319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10320 conftest$ac_exeext conftest.$ac_ext
10321 LIBS=$ac_check_lib_save_LIBS
10323 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10324 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10325 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10327 cat >>confdefs.h <<\_ACEOF
10328 #define HAVE_XKB 1
10329 _ACEOF
10335 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10336 then
10337 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10338 $as_echo_n "checking for -lXcursor... " >&6; }
10339 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10340 $as_echo_n "(cached) " >&6
10341 else
10342 ac_check_soname_save_LIBS=$LIBS
10343 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10344 cat >conftest.$ac_ext <<_ACEOF
10345 /* confdefs.h. */
10346 _ACEOF
10347 cat confdefs.h >>conftest.$ac_ext
10348 cat >>conftest.$ac_ext <<_ACEOF
10349 /* end confdefs.h. */
10351 /* Override any GCC internal prototype to avoid an error.
10352 Use char because int might match the return type of a GCC
10353 builtin and then its argument prototype would still apply. */
10354 #ifdef __cplusplus
10355 extern "C"
10356 #endif
10357 char XcursorImageLoadCursor ();
10359 main ()
10361 return XcursorImageLoadCursor ();
10363 return 0;
10365 _ACEOF
10366 rm -f conftest.$ac_objext conftest$ac_exeext
10367 if { (ac_try="$ac_link"
10368 case "(($ac_try" in
10369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10370 *) ac_try_echo=$ac_try;;
10371 esac
10372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10373 $as_echo "$ac_try_echo") >&5
10374 (eval "$ac_link") 2>conftest.er1
10375 ac_status=$?
10376 grep -v '^ *+' conftest.er1 >conftest.err
10377 rm -f conftest.er1
10378 cat conftest.err >&5
10379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10380 (exit $ac_status); } && {
10381 test -z "$ac_c_werror_flag" ||
10382 test ! -s conftest.err
10383 } && test -s conftest$ac_exeext && {
10384 test "$cross_compiling" = yes ||
10385 $as_test_x conftest$ac_exeext
10386 }; then
10387 case "$LIBEXT" in
10388 dll) ;;
10389 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'` ;;
10390 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10391 esac
10392 else
10393 $as_echo "$as_me: failed program was:" >&5
10394 sed 's/^/| /' conftest.$ac_ext >&5
10399 rm -rf conftest.dSYM
10400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10401 conftest$ac_exeext conftest.$ac_ext
10402 LIBS=$ac_check_soname_save_LIBS
10404 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10405 { $as_echo "$as_me:$LINENO: result: not found" >&5
10406 $as_echo "not found" >&6; }
10408 else
10409 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10410 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10412 cat >>confdefs.h <<_ACEOF
10413 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10414 _ACEOF
10420 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10421 case "x$with_xcursor" in
10422 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10423 xno) ;;
10424 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10425 This is an error since --with-xcursor was requested." >&5
10426 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10427 This is an error since --with-xcursor was requested." >&2;}
10428 { (exit 1); exit 1; }; } ;;
10429 esac
10433 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10434 then
10435 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10436 $as_echo_n "checking for -lXi... " >&6; }
10437 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10438 $as_echo_n "(cached) " >&6
10439 else
10440 ac_check_soname_save_LIBS=$LIBS
10441 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10442 cat >conftest.$ac_ext <<_ACEOF
10443 /* confdefs.h. */
10444 _ACEOF
10445 cat confdefs.h >>conftest.$ac_ext
10446 cat >>conftest.$ac_ext <<_ACEOF
10447 /* end confdefs.h. */
10449 /* Override any GCC internal prototype to avoid an error.
10450 Use char because int might match the return type of a GCC
10451 builtin and then its argument prototype would still apply. */
10452 #ifdef __cplusplus
10453 extern "C"
10454 #endif
10455 char XOpenDevice ();
10457 main ()
10459 return XOpenDevice ();
10461 return 0;
10463 _ACEOF
10464 rm -f conftest.$ac_objext conftest$ac_exeext
10465 if { (ac_try="$ac_link"
10466 case "(($ac_try" in
10467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10468 *) ac_try_echo=$ac_try;;
10469 esac
10470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10471 $as_echo "$ac_try_echo") >&5
10472 (eval "$ac_link") 2>conftest.er1
10473 ac_status=$?
10474 grep -v '^ *+' conftest.er1 >conftest.err
10475 rm -f conftest.er1
10476 cat conftest.err >&5
10477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10478 (exit $ac_status); } && {
10479 test -z "$ac_c_werror_flag" ||
10480 test ! -s conftest.err
10481 } && test -s conftest$ac_exeext && {
10482 test "$cross_compiling" = yes ||
10483 $as_test_x conftest$ac_exeext
10484 }; then
10485 case "$LIBEXT" in
10486 dll) ;;
10487 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'` ;;
10488 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10489 esac
10490 else
10491 $as_echo "$as_me: failed program was:" >&5
10492 sed 's/^/| /' conftest.$ac_ext >&5
10497 rm -rf conftest.dSYM
10498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10499 conftest$ac_exeext conftest.$ac_ext
10500 LIBS=$ac_check_soname_save_LIBS
10502 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10503 { $as_echo "$as_me:$LINENO: result: not found" >&5
10504 $as_echo "not found" >&6; }
10506 else
10507 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10508 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10510 cat >>confdefs.h <<_ACEOF
10511 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10512 _ACEOF
10518 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10519 case "x$with_xinput" in
10520 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10521 xno) ;;
10522 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10523 This is an error since --with-xinput was requested." >&5
10524 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10525 This is an error since --with-xinput was requested." >&2;}
10526 { (exit 1); exit 1; }; } ;;
10527 esac
10531 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10532 then
10533 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10534 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10535 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10536 $as_echo_n "(cached) " >&6
10537 else
10538 ac_check_lib_save_LIBS=$LIBS
10539 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10540 cat >conftest.$ac_ext <<_ACEOF
10541 /* confdefs.h. */
10542 _ACEOF
10543 cat confdefs.h >>conftest.$ac_ext
10544 cat >>conftest.$ac_ext <<_ACEOF
10545 /* end confdefs.h. */
10547 /* Override any GCC internal prototype to avoid an error.
10548 Use char because int might match the return type of a GCC
10549 builtin and then its argument prototype would still apply. */
10550 #ifdef __cplusplus
10551 extern "C"
10552 #endif
10553 char XShmQueryExtension ();
10555 main ()
10557 return XShmQueryExtension ();
10559 return 0;
10561 _ACEOF
10562 rm -f conftest.$ac_objext conftest$ac_exeext
10563 if { (ac_try="$ac_link"
10564 case "(($ac_try" in
10565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10566 *) ac_try_echo=$ac_try;;
10567 esac
10568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10569 $as_echo "$ac_try_echo") >&5
10570 (eval "$ac_link") 2>conftest.er1
10571 ac_status=$?
10572 grep -v '^ *+' conftest.er1 >conftest.err
10573 rm -f conftest.er1
10574 cat conftest.err >&5
10575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10576 (exit $ac_status); } && {
10577 test -z "$ac_c_werror_flag" ||
10578 test ! -s conftest.err
10579 } && test -s conftest$ac_exeext && {
10580 test "$cross_compiling" = yes ||
10581 $as_test_x conftest$ac_exeext
10582 }; then
10583 ac_cv_lib_Xext_XShmQueryExtension=yes
10584 else
10585 $as_echo "$as_me: failed program was:" >&5
10586 sed 's/^/| /' conftest.$ac_ext >&5
10588 ac_cv_lib_Xext_XShmQueryExtension=no
10591 rm -rf conftest.dSYM
10592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10593 conftest$ac_exeext conftest.$ac_ext
10594 LIBS=$ac_check_lib_save_LIBS
10596 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10597 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10598 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10600 cat >>confdefs.h <<\_ACEOF
10601 #define HAVE_LIBXXSHM 1
10602 _ACEOF
10607 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10608 case "x$with_xshm" in
10609 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10610 xno) ;;
10611 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10612 This is an error since --with-xshm was requested." >&5
10613 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10614 This is an error since --with-xshm was requested." >&2;}
10615 { (exit 1); exit 1; }; } ;;
10616 esac
10620 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10621 then
10622 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10623 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10624 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10625 $as_echo_n "(cached) " >&6
10626 else
10627 ac_check_lib_save_LIBS=$LIBS
10628 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10629 cat >conftest.$ac_ext <<_ACEOF
10630 /* confdefs.h. */
10631 _ACEOF
10632 cat confdefs.h >>conftest.$ac_ext
10633 cat >>conftest.$ac_ext <<_ACEOF
10634 /* end confdefs.h. */
10636 /* Override any GCC internal prototype to avoid an error.
10637 Use char because int might match the return type of a GCC
10638 builtin and then its argument prototype would still apply. */
10639 #ifdef __cplusplus
10640 extern "C"
10641 #endif
10642 char XShapeQueryExtension ();
10644 main ()
10646 return XShapeQueryExtension ();
10648 return 0;
10650 _ACEOF
10651 rm -f conftest.$ac_objext conftest$ac_exeext
10652 if { (ac_try="$ac_link"
10653 case "(($ac_try" in
10654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10655 *) ac_try_echo=$ac_try;;
10656 esac
10657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10658 $as_echo "$ac_try_echo") >&5
10659 (eval "$ac_link") 2>conftest.er1
10660 ac_status=$?
10661 grep -v '^ *+' conftest.er1 >conftest.err
10662 rm -f conftest.er1
10663 cat conftest.err >&5
10664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10665 (exit $ac_status); } && {
10666 test -z "$ac_c_werror_flag" ||
10667 test ! -s conftest.err
10668 } && test -s conftest$ac_exeext && {
10669 test "$cross_compiling" = yes ||
10670 $as_test_x conftest$ac_exeext
10671 }; then
10672 ac_cv_lib_Xext_XShapeQueryExtension=yes
10673 else
10674 $as_echo "$as_me: failed program was:" >&5
10675 sed 's/^/| /' conftest.$ac_ext >&5
10677 ac_cv_lib_Xext_XShapeQueryExtension=no
10680 rm -rf conftest.dSYM
10681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10682 conftest$ac_exeext conftest.$ac_ext
10683 LIBS=$ac_check_lib_save_LIBS
10685 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10686 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10687 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10689 cat >>confdefs.h <<\_ACEOF
10690 #define HAVE_LIBXSHAPE 1
10691 _ACEOF
10696 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10697 case "x$with_xshape" in
10698 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10699 xno) ;;
10700 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10701 This is an error since --with-xshape was requested." >&5
10702 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10703 This is an error since --with-xshape was requested." >&2;}
10704 { (exit 1); exit 1; }; } ;;
10705 esac
10709 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10710 then
10711 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10712 $as_echo_n "checking for -lXxf86vm... " >&6; }
10713 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10714 $as_echo_n "(cached) " >&6
10715 else
10716 ac_check_soname_save_LIBS=$LIBS
10717 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10718 cat >conftest.$ac_ext <<_ACEOF
10719 /* confdefs.h. */
10720 _ACEOF
10721 cat confdefs.h >>conftest.$ac_ext
10722 cat >>conftest.$ac_ext <<_ACEOF
10723 /* end confdefs.h. */
10725 /* Override any GCC internal prototype to avoid an error.
10726 Use char because int might match the return type of a GCC
10727 builtin and then its argument prototype would still apply. */
10728 #ifdef __cplusplus
10729 extern "C"
10730 #endif
10731 char XF86VidModeQueryExtension ();
10733 main ()
10735 return XF86VidModeQueryExtension ();
10737 return 0;
10739 _ACEOF
10740 rm -f conftest.$ac_objext conftest$ac_exeext
10741 if { (ac_try="$ac_link"
10742 case "(($ac_try" in
10743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10744 *) ac_try_echo=$ac_try;;
10745 esac
10746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10747 $as_echo "$ac_try_echo") >&5
10748 (eval "$ac_link") 2>conftest.er1
10749 ac_status=$?
10750 grep -v '^ *+' conftest.er1 >conftest.err
10751 rm -f conftest.er1
10752 cat conftest.err >&5
10753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10754 (exit $ac_status); } && {
10755 test -z "$ac_c_werror_flag" ||
10756 test ! -s conftest.err
10757 } && test -s conftest$ac_exeext && {
10758 test "$cross_compiling" = yes ||
10759 $as_test_x conftest$ac_exeext
10760 }; then
10761 case "$LIBEXT" in
10762 dll) ;;
10763 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'` ;;
10764 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10765 esac
10766 else
10767 $as_echo "$as_me: failed program was:" >&5
10768 sed 's/^/| /' conftest.$ac_ext >&5
10773 rm -rf conftest.dSYM
10774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10775 conftest$ac_exeext conftest.$ac_ext
10776 LIBS=$ac_check_soname_save_LIBS
10778 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10779 { $as_echo "$as_me:$LINENO: result: not found" >&5
10780 $as_echo "not found" >&6; }
10782 else
10783 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10784 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10786 cat >>confdefs.h <<_ACEOF
10787 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10788 _ACEOF
10794 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10795 case "x$with_xxf86vm" in
10796 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10797 xno) ;;
10798 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10799 This is an error since --with-xxf86vm was requested." >&5
10800 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10801 This is an error since --with-xxf86vm was requested." >&2;}
10802 { (exit 1); exit 1; }; } ;;
10803 esac
10807 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"
10808 then
10809 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10810 $as_echo_n "checking for -lXrender... " >&6; }
10811 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10812 $as_echo_n "(cached) " >&6
10813 else
10814 ac_check_soname_save_LIBS=$LIBS
10815 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10816 cat >conftest.$ac_ext <<_ACEOF
10817 /* confdefs.h. */
10818 _ACEOF
10819 cat confdefs.h >>conftest.$ac_ext
10820 cat >>conftest.$ac_ext <<_ACEOF
10821 /* end confdefs.h. */
10823 /* Override any GCC internal prototype to avoid an error.
10824 Use char because int might match the return type of a GCC
10825 builtin and then its argument prototype would still apply. */
10826 #ifdef __cplusplus
10827 extern "C"
10828 #endif
10829 char XRenderQueryExtension ();
10831 main ()
10833 return XRenderQueryExtension ();
10835 return 0;
10837 _ACEOF
10838 rm -f conftest.$ac_objext conftest$ac_exeext
10839 if { (ac_try="$ac_link"
10840 case "(($ac_try" in
10841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10842 *) ac_try_echo=$ac_try;;
10843 esac
10844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10845 $as_echo "$ac_try_echo") >&5
10846 (eval "$ac_link") 2>conftest.er1
10847 ac_status=$?
10848 grep -v '^ *+' conftest.er1 >conftest.err
10849 rm -f conftest.er1
10850 cat conftest.err >&5
10851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10852 (exit $ac_status); } && {
10853 test -z "$ac_c_werror_flag" ||
10854 test ! -s conftest.err
10855 } && test -s conftest$ac_exeext && {
10856 test "$cross_compiling" = yes ||
10857 $as_test_x conftest$ac_exeext
10858 }; then
10859 case "$LIBEXT" in
10860 dll) ;;
10861 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'` ;;
10862 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10863 esac
10864 else
10865 $as_echo "$as_me: failed program was:" >&5
10866 sed 's/^/| /' conftest.$ac_ext >&5
10871 rm -rf conftest.dSYM
10872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10873 conftest$ac_exeext conftest.$ac_ext
10874 LIBS=$ac_check_soname_save_LIBS
10876 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10877 { $as_echo "$as_me:$LINENO: result: not found" >&5
10878 $as_echo "not found" >&6; }
10880 else
10881 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10882 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10884 cat >>confdefs.h <<_ACEOF
10885 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10886 _ACEOF
10888 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10889 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10890 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10891 $as_echo_n "(cached) " >&6
10892 else
10893 ac_check_lib_save_LIBS=$LIBS
10894 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10895 cat >conftest.$ac_ext <<_ACEOF
10896 /* confdefs.h. */
10897 _ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h. */
10902 /* Override any GCC internal prototype to avoid an error.
10903 Use char because int might match the return type of a GCC
10904 builtin and then its argument prototype would still apply. */
10905 #ifdef __cplusplus
10906 extern "C"
10907 #endif
10908 char XRenderSetPictureTransform ();
10910 main ()
10912 return XRenderSetPictureTransform ();
10914 return 0;
10916 _ACEOF
10917 rm -f conftest.$ac_objext conftest$ac_exeext
10918 if { (ac_try="$ac_link"
10919 case "(($ac_try" in
10920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10921 *) ac_try_echo=$ac_try;;
10922 esac
10923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10924 $as_echo "$ac_try_echo") >&5
10925 (eval "$ac_link") 2>conftest.er1
10926 ac_status=$?
10927 grep -v '^ *+' conftest.er1 >conftest.err
10928 rm -f conftest.er1
10929 cat conftest.err >&5
10930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10931 (exit $ac_status); } && {
10932 test -z "$ac_c_werror_flag" ||
10933 test ! -s conftest.err
10934 } && test -s conftest$ac_exeext && {
10935 test "$cross_compiling" = yes ||
10936 $as_test_x conftest$ac_exeext
10937 }; then
10938 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10939 else
10940 $as_echo "$as_me: failed program was:" >&5
10941 sed 's/^/| /' conftest.$ac_ext >&5
10943 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10946 rm -rf conftest.dSYM
10947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10948 conftest$ac_exeext conftest.$ac_ext
10949 LIBS=$ac_check_lib_save_LIBS
10951 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10952 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10953 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10955 cat >>confdefs.h <<\_ACEOF
10956 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10957 _ACEOF
10965 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10966 case "x$with_xrender" in
10967 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10968 xno) ;;
10969 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10970 This is an error since --with-xrender was requested." >&5
10971 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10972 This is an error since --with-xrender was requested." >&2;}
10973 { (exit 1); exit 1; }; } ;;
10974 esac
10978 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10979 then
10980 cat >conftest.$ac_ext <<_ACEOF
10981 /* confdefs.h. */
10982 _ACEOF
10983 cat confdefs.h >>conftest.$ac_ext
10984 cat >>conftest.$ac_ext <<_ACEOF
10985 /* end confdefs.h. */
10986 #include <X11/Xlib.h>
10987 #include <X11/extensions/Xrandr.h>
10989 main ()
10991 static typeof(XRRSetScreenConfigAndRate) * func;
10993 return 0;
10995 _ACEOF
10996 rm -f conftest.$ac_objext
10997 if { (ac_try="$ac_compile"
10998 case "(($ac_try" in
10999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11000 *) ac_try_echo=$ac_try;;
11001 esac
11002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11003 $as_echo "$ac_try_echo") >&5
11004 (eval "$ac_compile") 2>conftest.er1
11005 ac_status=$?
11006 grep -v '^ *+' conftest.er1 >conftest.err
11007 rm -f conftest.er1
11008 cat conftest.err >&5
11009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11010 (exit $ac_status); } && {
11011 test -z "$ac_c_werror_flag" ||
11012 test ! -s conftest.err
11013 } && test -s conftest.$ac_objext; then
11014 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
11015 $as_echo_n "checking for -lXrandr... " >&6; }
11016 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
11017 $as_echo_n "(cached) " >&6
11018 else
11019 ac_check_soname_save_LIBS=$LIBS
11020 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11021 cat >conftest.$ac_ext <<_ACEOF
11022 /* confdefs.h. */
11023 _ACEOF
11024 cat confdefs.h >>conftest.$ac_ext
11025 cat >>conftest.$ac_ext <<_ACEOF
11026 /* end confdefs.h. */
11028 /* Override any GCC internal prototype to avoid an error.
11029 Use char because int might match the return type of a GCC
11030 builtin and then its argument prototype would still apply. */
11031 #ifdef __cplusplus
11032 extern "C"
11033 #endif
11034 char XRRQueryExtension ();
11036 main ()
11038 return XRRQueryExtension ();
11040 return 0;
11042 _ACEOF
11043 rm -f conftest.$ac_objext conftest$ac_exeext
11044 if { (ac_try="$ac_link"
11045 case "(($ac_try" in
11046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11047 *) ac_try_echo=$ac_try;;
11048 esac
11049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11050 $as_echo "$ac_try_echo") >&5
11051 (eval "$ac_link") 2>conftest.er1
11052 ac_status=$?
11053 grep -v '^ *+' conftest.er1 >conftest.err
11054 rm -f conftest.er1
11055 cat conftest.err >&5
11056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11057 (exit $ac_status); } && {
11058 test -z "$ac_c_werror_flag" ||
11059 test ! -s conftest.err
11060 } && test -s conftest$ac_exeext && {
11061 test "$cross_compiling" = yes ||
11062 $as_test_x conftest$ac_exeext
11063 }; then
11064 case "$LIBEXT" in
11065 dll) ;;
11066 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'` ;;
11067 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11068 esac
11069 else
11070 $as_echo "$as_me: failed program was:" >&5
11071 sed 's/^/| /' conftest.$ac_ext >&5
11076 rm -rf conftest.dSYM
11077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11078 conftest$ac_exeext conftest.$ac_ext
11079 LIBS=$ac_check_soname_save_LIBS
11081 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11082 { $as_echo "$as_me:$LINENO: result: not found" >&5
11083 $as_echo "not found" >&6; }
11085 else
11086 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11087 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11089 cat >>confdefs.h <<_ACEOF
11090 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11091 _ACEOF
11096 else
11097 $as_echo "$as_me: failed program was:" >&5
11098 sed 's/^/| /' conftest.$ac_ext >&5
11103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11105 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11106 case "x$with_xrandr" in
11107 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11108 xno) ;;
11109 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11110 This is an error since --with-xrandr was requested." >&5
11111 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11112 This is an error since --with-xrandr was requested." >&2;}
11113 { (exit 1); exit 1; }; } ;;
11114 esac
11118 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11119 then
11120 cat >conftest.$ac_ext <<_ACEOF
11121 /* confdefs.h. */
11122 _ACEOF
11123 cat confdefs.h >>conftest.$ac_ext
11124 cat >>conftest.$ac_ext <<_ACEOF
11125 /* end confdefs.h. */
11126 #include <X11/Xlib.h>
11127 #include <X11/extensions/Xinerama.h>
11129 main ()
11131 static typeof(XineramaQueryScreens) * func;
11133 return 0;
11135 _ACEOF
11136 rm -f conftest.$ac_objext
11137 if { (ac_try="$ac_compile"
11138 case "(($ac_try" in
11139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11140 *) ac_try_echo=$ac_try;;
11141 esac
11142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11143 $as_echo "$ac_try_echo") >&5
11144 (eval "$ac_compile") 2>conftest.er1
11145 ac_status=$?
11146 grep -v '^ *+' conftest.er1 >conftest.err
11147 rm -f conftest.er1
11148 cat conftest.err >&5
11149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11150 (exit $ac_status); } && {
11151 test -z "$ac_c_werror_flag" ||
11152 test ! -s conftest.err
11153 } && test -s conftest.$ac_objext; then
11154 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11155 $as_echo_n "checking for -lXinerama... " >&6; }
11156 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11157 $as_echo_n "(cached) " >&6
11158 else
11159 ac_check_soname_save_LIBS=$LIBS
11160 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11161 cat >conftest.$ac_ext <<_ACEOF
11162 /* confdefs.h. */
11163 _ACEOF
11164 cat confdefs.h >>conftest.$ac_ext
11165 cat >>conftest.$ac_ext <<_ACEOF
11166 /* end confdefs.h. */
11168 /* Override any GCC internal prototype to avoid an error.
11169 Use char because int might match the return type of a GCC
11170 builtin and then its argument prototype would still apply. */
11171 #ifdef __cplusplus
11172 extern "C"
11173 #endif
11174 char XineramaQueryScreens ();
11176 main ()
11178 return XineramaQueryScreens ();
11180 return 0;
11182 _ACEOF
11183 rm -f conftest.$ac_objext conftest$ac_exeext
11184 if { (ac_try="$ac_link"
11185 case "(($ac_try" in
11186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11187 *) ac_try_echo=$ac_try;;
11188 esac
11189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11190 $as_echo "$ac_try_echo") >&5
11191 (eval "$ac_link") 2>conftest.er1
11192 ac_status=$?
11193 grep -v '^ *+' conftest.er1 >conftest.err
11194 rm -f conftest.er1
11195 cat conftest.err >&5
11196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11197 (exit $ac_status); } && {
11198 test -z "$ac_c_werror_flag" ||
11199 test ! -s conftest.err
11200 } && test -s conftest$ac_exeext && {
11201 test "$cross_compiling" = yes ||
11202 $as_test_x conftest$ac_exeext
11203 }; then
11204 case "$LIBEXT" in
11205 dll) ;;
11206 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'` ;;
11207 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11208 esac
11209 else
11210 $as_echo "$as_me: failed program was:" >&5
11211 sed 's/^/| /' conftest.$ac_ext >&5
11216 rm -rf conftest.dSYM
11217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11218 conftest$ac_exeext conftest.$ac_ext
11219 LIBS=$ac_check_soname_save_LIBS
11221 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11222 { $as_echo "$as_me:$LINENO: result: not found" >&5
11223 $as_echo "not found" >&6; }
11225 else
11226 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11227 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11229 cat >>confdefs.h <<_ACEOF
11230 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11231 _ACEOF
11236 else
11237 $as_echo "$as_me: failed program was:" >&5
11238 sed 's/^/| /' conftest.$ac_ext >&5
11243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11245 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11246 case "x$with_xinerama" in
11247 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11248 xno) ;;
11249 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11250 This is an error since --with-xinerama was requested." >&5
11251 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11252 This is an error since --with-xinerama was requested." >&2;}
11253 { (exit 1); exit 1; }; } ;;
11254 esac
11258 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11259 then
11260 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11261 $as_echo_n "checking for -lXcomposite... " >&6; }
11262 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11263 $as_echo_n "(cached) " >&6
11264 else
11265 ac_check_soname_save_LIBS=$LIBS
11266 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11267 cat >conftest.$ac_ext <<_ACEOF
11268 /* confdefs.h. */
11269 _ACEOF
11270 cat confdefs.h >>conftest.$ac_ext
11271 cat >>conftest.$ac_ext <<_ACEOF
11272 /* end confdefs.h. */
11274 /* Override any GCC internal prototype to avoid an error.
11275 Use char because int might match the return type of a GCC
11276 builtin and then its argument prototype would still apply. */
11277 #ifdef __cplusplus
11278 extern "C"
11279 #endif
11280 char XCompositeRedirectWindow ();
11282 main ()
11284 return XCompositeRedirectWindow ();
11286 return 0;
11288 _ACEOF
11289 rm -f conftest.$ac_objext conftest$ac_exeext
11290 if { (ac_try="$ac_link"
11291 case "(($ac_try" in
11292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11293 *) ac_try_echo=$ac_try;;
11294 esac
11295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11296 $as_echo "$ac_try_echo") >&5
11297 (eval "$ac_link") 2>conftest.er1
11298 ac_status=$?
11299 grep -v '^ *+' conftest.er1 >conftest.err
11300 rm -f conftest.er1
11301 cat conftest.err >&5
11302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11303 (exit $ac_status); } && {
11304 test -z "$ac_c_werror_flag" ||
11305 test ! -s conftest.err
11306 } && test -s conftest$ac_exeext && {
11307 test "$cross_compiling" = yes ||
11308 $as_test_x conftest$ac_exeext
11309 }; then
11310 case "$LIBEXT" in
11311 dll) ;;
11312 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'` ;;
11313 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11314 esac
11315 else
11316 $as_echo "$as_me: failed program was:" >&5
11317 sed 's/^/| /' conftest.$ac_ext >&5
11322 rm -rf conftest.dSYM
11323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11324 conftest$ac_exeext conftest.$ac_ext
11325 LIBS=$ac_check_soname_save_LIBS
11327 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11328 { $as_echo "$as_me:$LINENO: result: not found" >&5
11329 $as_echo "not found" >&6; }
11331 else
11332 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11333 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11335 cat >>confdefs.h <<_ACEOF
11336 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11337 _ACEOF
11343 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11344 case "x$with_xcomposite" in
11345 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11346 xno) ;;
11347 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11348 This is an error since --with-xcomposite was requested." >&5
11349 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11350 This is an error since --with-xcomposite was requested." >&2;}
11351 { (exit 1); exit 1; }; } ;;
11352 esac
11356 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11357 $as_echo_n "checking for XICCallback.callback... " >&6; }
11358 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11359 $as_echo_n "(cached) " >&6
11360 else
11361 cat >conftest.$ac_ext <<_ACEOF
11362 /* confdefs.h. */
11363 _ACEOF
11364 cat confdefs.h >>conftest.$ac_ext
11365 cat >>conftest.$ac_ext <<_ACEOF
11366 /* end confdefs.h. */
11367 #ifdef HAVE_X11_XLIB_H
11368 #include <X11/Xlib.h>
11369 #endif
11372 main ()
11374 static XICCallback ac_aggr;
11375 if (ac_aggr.callback)
11376 return 0;
11378 return 0;
11380 _ACEOF
11381 rm -f conftest.$ac_objext
11382 if { (ac_try="$ac_compile"
11383 case "(($ac_try" in
11384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11385 *) ac_try_echo=$ac_try;;
11386 esac
11387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11388 $as_echo "$ac_try_echo") >&5
11389 (eval "$ac_compile") 2>conftest.er1
11390 ac_status=$?
11391 grep -v '^ *+' conftest.er1 >conftest.err
11392 rm -f conftest.er1
11393 cat conftest.err >&5
11394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11395 (exit $ac_status); } && {
11396 test -z "$ac_c_werror_flag" ||
11397 test ! -s conftest.err
11398 } && test -s conftest.$ac_objext; then
11399 ac_cv_member_XICCallback_callback=yes
11400 else
11401 $as_echo "$as_me: failed program was:" >&5
11402 sed 's/^/| /' conftest.$ac_ext >&5
11404 cat >conftest.$ac_ext <<_ACEOF
11405 /* confdefs.h. */
11406 _ACEOF
11407 cat confdefs.h >>conftest.$ac_ext
11408 cat >>conftest.$ac_ext <<_ACEOF
11409 /* end confdefs.h. */
11410 #ifdef HAVE_X11_XLIB_H
11411 #include <X11/Xlib.h>
11412 #endif
11415 main ()
11417 static XICCallback ac_aggr;
11418 if (sizeof ac_aggr.callback)
11419 return 0;
11421 return 0;
11423 _ACEOF
11424 rm -f conftest.$ac_objext
11425 if { (ac_try="$ac_compile"
11426 case "(($ac_try" in
11427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11428 *) ac_try_echo=$ac_try;;
11429 esac
11430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11431 $as_echo "$ac_try_echo") >&5
11432 (eval "$ac_compile") 2>conftest.er1
11433 ac_status=$?
11434 grep -v '^ *+' conftest.er1 >conftest.err
11435 rm -f conftest.er1
11436 cat conftest.err >&5
11437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11438 (exit $ac_status); } && {
11439 test -z "$ac_c_werror_flag" ||
11440 test ! -s conftest.err
11441 } && test -s conftest.$ac_objext; then
11442 ac_cv_member_XICCallback_callback=yes
11443 else
11444 $as_echo "$as_me: failed program was:" >&5
11445 sed 's/^/| /' conftest.$ac_ext >&5
11447 ac_cv_member_XICCallback_callback=no
11450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11455 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11456 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11457 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11459 cat >>confdefs.h <<_ACEOF
11460 #define HAVE_XICCALLBACK_CALLBACK 1
11461 _ACEOF
11468 opengl_msg=""
11469 if test "x$with_opengl" != "xno"
11470 then
11475 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11477 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11478 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11479 $as_echo_n "checking for $ac_header... " >&6; }
11480 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11481 $as_echo_n "(cached) " >&6
11482 else
11483 cat >conftest.$ac_ext <<_ACEOF
11484 /* confdefs.h. */
11485 _ACEOF
11486 cat confdefs.h >>conftest.$ac_ext
11487 cat >>conftest.$ac_ext <<_ACEOF
11488 /* end confdefs.h. */
11489 #ifdef HAVE_GL_GLX_H
11490 # include <GL/glx.h>
11491 #endif
11493 #include <$ac_header>
11494 _ACEOF
11495 rm -f conftest.$ac_objext
11496 if { (ac_try="$ac_compile"
11497 case "(($ac_try" in
11498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11499 *) ac_try_echo=$ac_try;;
11500 esac
11501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11502 $as_echo "$ac_try_echo") >&5
11503 (eval "$ac_compile") 2>conftest.er1
11504 ac_status=$?
11505 grep -v '^ *+' conftest.er1 >conftest.err
11506 rm -f conftest.er1
11507 cat conftest.err >&5
11508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11509 (exit $ac_status); } && {
11510 test -z "$ac_c_werror_flag" ||
11511 test ! -s conftest.err
11512 } && test -s conftest.$ac_objext; then
11513 eval "$as_ac_Header=yes"
11514 else
11515 $as_echo "$as_me: failed program was:" >&5
11516 sed 's/^/| /' conftest.$ac_ext >&5
11518 eval "$as_ac_Header=no"
11521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11523 ac_res=`eval 'as_val=${'$as_ac_Header'}
11524 $as_echo "$as_val"'`
11525 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11526 $as_echo "$ac_res" >&6; }
11527 as_val=`eval 'as_val=${'$as_ac_Header'}
11528 $as_echo "$as_val"'`
11529 if test "x$as_val" = x""yes; then
11530 cat >>confdefs.h <<_ACEOF
11531 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11532 _ACEOF
11536 done
11538 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11539 then
11540 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11541 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11542 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11543 $as_echo_n "(cached) " >&6
11544 else
11545 cat >conftest.$ac_ext <<_ACEOF
11546 /* confdefs.h. */
11547 _ACEOF
11548 cat confdefs.h >>conftest.$ac_ext
11549 cat >>conftest.$ac_ext <<_ACEOF
11550 /* end confdefs.h. */
11551 #include <GL/gl.h>
11553 main ()
11555 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11557 return 0;
11559 _ACEOF
11560 rm -f conftest.$ac_objext
11561 if { (ac_try="$ac_compile"
11562 case "(($ac_try" in
11563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11564 *) ac_try_echo=$ac_try;;
11565 esac
11566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11567 $as_echo "$ac_try_echo") >&5
11568 (eval "$ac_compile") 2>conftest.er1
11569 ac_status=$?
11570 grep -v '^ *+' conftest.er1 >conftest.err
11571 rm -f conftest.er1
11572 cat conftest.err >&5
11573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11574 (exit $ac_status); } && {
11575 test -z "$ac_c_werror_flag" ||
11576 test ! -s conftest.err
11577 } && test -s conftest.$ac_objext; then
11578 wine_cv_opengl_header_version_OK="yes"
11579 else
11580 $as_echo "$as_me: failed program was:" >&5
11581 sed 's/^/| /' conftest.$ac_ext >&5
11583 wine_cv_opengl_header_version_OK="no"
11586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11588 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11589 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11591 if test "$wine_cv_opengl_header_version_OK" = "yes"
11592 then
11593 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11594 $as_echo_n "checking for -lGL... " >&6; }
11595 if test "${ac_cv_lib_soname_GL+set}" = set; then
11596 $as_echo_n "(cached) " >&6
11597 else
11598 ac_check_soname_save_LIBS=$LIBS
11599 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11600 cat >conftest.$ac_ext <<_ACEOF
11601 /* confdefs.h. */
11602 _ACEOF
11603 cat confdefs.h >>conftest.$ac_ext
11604 cat >>conftest.$ac_ext <<_ACEOF
11605 /* end confdefs.h. */
11607 /* Override any GCC internal prototype to avoid an error.
11608 Use char because int might match the return type of a GCC
11609 builtin and then its argument prototype would still apply. */
11610 #ifdef __cplusplus
11611 extern "C"
11612 #endif
11613 char glXCreateContext ();
11615 main ()
11617 return glXCreateContext ();
11619 return 0;
11621 _ACEOF
11622 rm -f conftest.$ac_objext conftest$ac_exeext
11623 if { (ac_try="$ac_link"
11624 case "(($ac_try" in
11625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11626 *) ac_try_echo=$ac_try;;
11627 esac
11628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11629 $as_echo "$ac_try_echo") >&5
11630 (eval "$ac_link") 2>conftest.er1
11631 ac_status=$?
11632 grep -v '^ *+' conftest.er1 >conftest.err
11633 rm -f conftest.er1
11634 cat conftest.err >&5
11635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636 (exit $ac_status); } && {
11637 test -z "$ac_c_werror_flag" ||
11638 test ! -s conftest.err
11639 } && test -s conftest$ac_exeext && {
11640 test "$cross_compiling" = yes ||
11641 $as_test_x conftest$ac_exeext
11642 }; then
11643 case "$LIBEXT" in
11644 dll) ;;
11645 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'` ;;
11646 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11647 esac
11648 else
11649 $as_echo "$as_me: failed program was:" >&5
11650 sed 's/^/| /' conftest.$ac_ext >&5
11655 rm -rf conftest.dSYM
11656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11657 conftest$ac_exeext conftest.$ac_ext
11658 LIBS=$ac_check_soname_save_LIBS
11660 if test "x$ac_cv_lib_soname_GL" = "x"; then
11661 { $as_echo "$as_me:$LINENO: result: not found" >&5
11662 $as_echo "not found" >&6; }
11663 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11664 $as_echo_n "checking for -lGL... " >&6; }
11665 if test "${ac_cv_lib_soname_GL+set}" = set; then
11666 $as_echo_n "(cached) " >&6
11667 else
11668 ac_check_soname_save_LIBS=$LIBS
11669 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"
11670 cat >conftest.$ac_ext <<_ACEOF
11671 /* confdefs.h. */
11672 _ACEOF
11673 cat confdefs.h >>conftest.$ac_ext
11674 cat >>conftest.$ac_ext <<_ACEOF
11675 /* end confdefs.h. */
11677 /* Override any GCC internal prototype to avoid an error.
11678 Use char because int might match the return type of a GCC
11679 builtin and then its argument prototype would still apply. */
11680 #ifdef __cplusplus
11681 extern "C"
11682 #endif
11683 char glXCreateContext ();
11685 main ()
11687 return glXCreateContext ();
11689 return 0;
11691 _ACEOF
11692 rm -f conftest.$ac_objext conftest$ac_exeext
11693 if { (ac_try="$ac_link"
11694 case "(($ac_try" in
11695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11696 *) ac_try_echo=$ac_try;;
11697 esac
11698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11699 $as_echo "$ac_try_echo") >&5
11700 (eval "$ac_link") 2>conftest.er1
11701 ac_status=$?
11702 grep -v '^ *+' conftest.er1 >conftest.err
11703 rm -f conftest.er1
11704 cat conftest.err >&5
11705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11706 (exit $ac_status); } && {
11707 test -z "$ac_c_werror_flag" ||
11708 test ! -s conftest.err
11709 } && test -s conftest$ac_exeext && {
11710 test "$cross_compiling" = yes ||
11711 $as_test_x conftest$ac_exeext
11712 }; then
11713 case "$LIBEXT" in
11714 dll) ;;
11715 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'` ;;
11716 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11717 esac
11718 else
11719 $as_echo "$as_me: failed program was:" >&5
11720 sed 's/^/| /' conftest.$ac_ext >&5
11725 rm -rf conftest.dSYM
11726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11727 conftest$ac_exeext conftest.$ac_ext
11728 LIBS=$ac_check_soname_save_LIBS
11730 if test "x$ac_cv_lib_soname_GL" = "x"; then
11731 { $as_echo "$as_me:$LINENO: result: not found" >&5
11732 $as_echo "not found" >&6; }
11733 if test -f /usr/X11R6/lib/libGL.a
11734 then
11735 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11736 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11737 else
11738 opengl_msg="No OpenGL library found on this system."
11740 else
11741 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11742 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11744 cat >>confdefs.h <<_ACEOF
11745 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11746 _ACEOF
11748 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"
11750 cat >>confdefs.h <<\_ACEOF
11751 #define HAVE_OPENGL 1
11752 _ACEOF
11756 else
11757 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11758 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11760 cat >>confdefs.h <<_ACEOF
11761 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11762 _ACEOF
11764 OPENGL_LIBS="-lGL"
11766 cat >>confdefs.h <<\_ACEOF
11767 #define HAVE_OPENGL 1
11768 _ACEOF
11772 if test "$ac_cv_header_GL_glu_h" = "yes"
11773 then
11774 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11775 $as_echo_n "checking for -lGLU... " >&6; }
11776 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11777 $as_echo_n "(cached) " >&6
11778 else
11779 ac_check_soname_save_LIBS=$LIBS
11780 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11781 cat >conftest.$ac_ext <<_ACEOF
11782 /* confdefs.h. */
11783 _ACEOF
11784 cat confdefs.h >>conftest.$ac_ext
11785 cat >>conftest.$ac_ext <<_ACEOF
11786 /* end confdefs.h. */
11788 /* Override any GCC internal prototype to avoid an error.
11789 Use char because int might match the return type of a GCC
11790 builtin and then its argument prototype would still apply. */
11791 #ifdef __cplusplus
11792 extern "C"
11793 #endif
11794 char gluLookAt ();
11796 main ()
11798 return gluLookAt ();
11800 return 0;
11802 _ACEOF
11803 rm -f conftest.$ac_objext conftest$ac_exeext
11804 if { (ac_try="$ac_link"
11805 case "(($ac_try" in
11806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11807 *) ac_try_echo=$ac_try;;
11808 esac
11809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11810 $as_echo "$ac_try_echo") >&5
11811 (eval "$ac_link") 2>conftest.er1
11812 ac_status=$?
11813 grep -v '^ *+' conftest.er1 >conftest.err
11814 rm -f conftest.er1
11815 cat conftest.err >&5
11816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11817 (exit $ac_status); } && {
11818 test -z "$ac_c_werror_flag" ||
11819 test ! -s conftest.err
11820 } && test -s conftest$ac_exeext && {
11821 test "$cross_compiling" = yes ||
11822 $as_test_x conftest$ac_exeext
11823 }; then
11824 case "$LIBEXT" in
11825 dll) ;;
11826 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'` ;;
11827 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11828 esac
11829 else
11830 $as_echo "$as_me: failed program was:" >&5
11831 sed 's/^/| /' conftest.$ac_ext >&5
11836 rm -rf conftest.dSYM
11837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11838 conftest$ac_exeext conftest.$ac_ext
11839 LIBS=$ac_check_soname_save_LIBS
11841 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11842 { $as_echo "$as_me:$LINENO: result: not found" >&5
11843 $as_echo "not found" >&6; }
11845 else
11846 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11847 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11849 cat >>confdefs.h <<_ACEOF
11850 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11851 _ACEOF
11857 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11858 case "x$with_glu" in
11859 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11860 xno) ;;
11861 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11862 This is an error since --with-glu was requested." >&5
11863 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11864 This is an error since --with-glu was requested." >&2;}
11865 { (exit 1); exit 1; }; } ;;
11866 esac
11869 else
11870 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11872 else
11873 opengl_msg="OpenGL development headers not found."
11875 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11876 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11877 else
11878 enable_opengl32=${enable_opengl32:-no}
11879 enable_glu32=${enable_glu32:-no}
11881 if test -n "$opengl_msg"; then
11882 case "x$with_opengl" in
11883 x) wine_warnings="$wine_warnings|$opengl_msg
11884 OpenGL and Direct3D won't be supported." ;;
11885 xno) ;;
11886 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11887 OpenGL and Direct3D won't be supported.
11888 This is an error since --with-opengl was requested." >&5
11889 $as_echo "$as_me: error: $opengl_msg
11890 OpenGL and Direct3D won't be supported.
11891 This is an error since --with-opengl was requested." >&2;}
11892 { (exit 1); exit 1; }; } ;;
11893 esac
11897 NASLIBS=""
11900 for ac_header in audio/audiolib.h
11902 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11903 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11904 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11905 $as_echo_n "checking for $ac_header... " >&6; }
11906 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11907 $as_echo_n "(cached) " >&6
11909 ac_res=`eval 'as_val=${'$as_ac_Header'}
11910 $as_echo "$as_val"'`
11911 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11912 $as_echo "$ac_res" >&6; }
11913 else
11914 # Is the header compilable?
11915 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11916 $as_echo_n "checking $ac_header usability... " >&6; }
11917 cat >conftest.$ac_ext <<_ACEOF
11918 /* confdefs.h. */
11919 _ACEOF
11920 cat confdefs.h >>conftest.$ac_ext
11921 cat >>conftest.$ac_ext <<_ACEOF
11922 /* end confdefs.h. */
11923 $ac_includes_default
11924 #include <$ac_header>
11925 _ACEOF
11926 rm -f conftest.$ac_objext
11927 if { (ac_try="$ac_compile"
11928 case "(($ac_try" in
11929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11930 *) ac_try_echo=$ac_try;;
11931 esac
11932 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11933 $as_echo "$ac_try_echo") >&5
11934 (eval "$ac_compile") 2>conftest.er1
11935 ac_status=$?
11936 grep -v '^ *+' conftest.er1 >conftest.err
11937 rm -f conftest.er1
11938 cat conftest.err >&5
11939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11940 (exit $ac_status); } && {
11941 test -z "$ac_c_werror_flag" ||
11942 test ! -s conftest.err
11943 } && test -s conftest.$ac_objext; then
11944 ac_header_compiler=yes
11945 else
11946 $as_echo "$as_me: failed program was:" >&5
11947 sed 's/^/| /' conftest.$ac_ext >&5
11949 ac_header_compiler=no
11952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11953 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11954 $as_echo "$ac_header_compiler" >&6; }
11956 # Is the header present?
11957 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11958 $as_echo_n "checking $ac_header presence... " >&6; }
11959 cat >conftest.$ac_ext <<_ACEOF
11960 /* confdefs.h. */
11961 _ACEOF
11962 cat confdefs.h >>conftest.$ac_ext
11963 cat >>conftest.$ac_ext <<_ACEOF
11964 /* end confdefs.h. */
11965 #include <$ac_header>
11966 _ACEOF
11967 if { (ac_try="$ac_cpp conftest.$ac_ext"
11968 case "(($ac_try" in
11969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11970 *) ac_try_echo=$ac_try;;
11971 esac
11972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11973 $as_echo "$ac_try_echo") >&5
11974 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11975 ac_status=$?
11976 grep -v '^ *+' conftest.er1 >conftest.err
11977 rm -f conftest.er1
11978 cat conftest.err >&5
11979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11980 (exit $ac_status); } >/dev/null && {
11981 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11982 test ! -s conftest.err
11983 }; then
11984 ac_header_preproc=yes
11985 else
11986 $as_echo "$as_me: failed program was:" >&5
11987 sed 's/^/| /' conftest.$ac_ext >&5
11989 ac_header_preproc=no
11992 rm -f conftest.err conftest.$ac_ext
11993 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11994 $as_echo "$ac_header_preproc" >&6; }
11996 # So? What about this header?
11997 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11998 yes:no: )
11999 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12000 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12001 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12002 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12003 ac_header_preproc=yes
12005 no:yes:* )
12006 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12007 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12008 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12009 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12010 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12011 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12012 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12013 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12014 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12015 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12016 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12017 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12018 ( cat <<\_ASBOX
12019 ## ------------------------------------ ##
12020 ## Report this to wine-devel@winehq.org ##
12021 ## ------------------------------------ ##
12022 _ASBOX
12023 ) | sed "s/^/$as_me: WARNING: /" >&2
12025 esac
12026 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12027 $as_echo_n "checking for $ac_header... " >&6; }
12028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12029 $as_echo_n "(cached) " >&6
12030 else
12031 eval "$as_ac_Header=\$ac_header_preproc"
12033 ac_res=`eval 'as_val=${'$as_ac_Header'}
12034 $as_echo "$as_val"'`
12035 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12036 $as_echo "$ac_res" >&6; }
12039 as_val=`eval 'as_val=${'$as_ac_Header'}
12040 $as_echo "$as_val"'`
12041 if test "x$as_val" = x""yes; then
12042 cat >>confdefs.h <<_ACEOF
12043 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12044 _ACEOF
12046 for ac_header in audio/soundlib.h
12048 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12049 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12050 $as_echo_n "checking for $ac_header... " >&6; }
12051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12052 $as_echo_n "(cached) " >&6
12053 else
12054 cat >conftest.$ac_ext <<_ACEOF
12055 /* confdefs.h. */
12056 _ACEOF
12057 cat confdefs.h >>conftest.$ac_ext
12058 cat >>conftest.$ac_ext <<_ACEOF
12059 /* end confdefs.h. */
12060 #include <audio/audiolib.h>
12062 #include <$ac_header>
12063 _ACEOF
12064 rm -f conftest.$ac_objext
12065 if { (ac_try="$ac_compile"
12066 case "(($ac_try" in
12067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12068 *) ac_try_echo=$ac_try;;
12069 esac
12070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12071 $as_echo "$ac_try_echo") >&5
12072 (eval "$ac_compile") 2>conftest.er1
12073 ac_status=$?
12074 grep -v '^ *+' conftest.er1 >conftest.err
12075 rm -f conftest.er1
12076 cat conftest.err >&5
12077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12078 (exit $ac_status); } && {
12079 test -z "$ac_c_werror_flag" ||
12080 test ! -s conftest.err
12081 } && test -s conftest.$ac_objext; then
12082 eval "$as_ac_Header=yes"
12083 else
12084 $as_echo "$as_me: failed program was:" >&5
12085 sed 's/^/| /' conftest.$ac_ext >&5
12087 eval "$as_ac_Header=no"
12090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12092 ac_res=`eval 'as_val=${'$as_ac_Header'}
12093 $as_echo "$as_val"'`
12094 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12095 $as_echo "$ac_res" >&6; }
12096 as_val=`eval 'as_val=${'$as_ac_Header'}
12097 $as_echo "$as_val"'`
12098 if test "x$as_val" = x""yes; then
12099 cat >>confdefs.h <<_ACEOF
12100 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12101 _ACEOF
12105 done
12107 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12108 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12109 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12110 $as_echo_n "(cached) " >&6
12111 else
12112 ac_check_lib_save_LIBS=$LIBS
12113 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12114 cat >conftest.$ac_ext <<_ACEOF
12115 /* confdefs.h. */
12116 _ACEOF
12117 cat confdefs.h >>conftest.$ac_ext
12118 cat >>conftest.$ac_ext <<_ACEOF
12119 /* end confdefs.h. */
12121 /* Override any GCC internal prototype to avoid an error.
12122 Use char because int might match the return type of a GCC
12123 builtin and then its argument prototype would still apply. */
12124 #ifdef __cplusplus
12125 extern "C"
12126 #endif
12127 char AuCreateFlow ();
12129 main ()
12131 return AuCreateFlow ();
12133 return 0;
12135 _ACEOF
12136 rm -f conftest.$ac_objext conftest$ac_exeext
12137 if { (ac_try="$ac_link"
12138 case "(($ac_try" in
12139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12140 *) ac_try_echo=$ac_try;;
12141 esac
12142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12143 $as_echo "$ac_try_echo") >&5
12144 (eval "$ac_link") 2>conftest.er1
12145 ac_status=$?
12146 grep -v '^ *+' conftest.er1 >conftest.err
12147 rm -f conftest.er1
12148 cat conftest.err >&5
12149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12150 (exit $ac_status); } && {
12151 test -z "$ac_c_werror_flag" ||
12152 test ! -s conftest.err
12153 } && test -s conftest$ac_exeext && {
12154 test "$cross_compiling" = yes ||
12155 $as_test_x conftest$ac_exeext
12156 }; then
12157 ac_cv_lib_audio_AuCreateFlow=yes
12158 else
12159 $as_echo "$as_me: failed program was:" >&5
12160 sed 's/^/| /' conftest.$ac_ext >&5
12162 ac_cv_lib_audio_AuCreateFlow=no
12165 rm -rf conftest.dSYM
12166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12167 conftest$ac_exeext conftest.$ac_ext
12168 LIBS=$ac_check_lib_save_LIBS
12170 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12171 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12172 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12174 cat >>confdefs.h <<\_ACEOF
12175 #define HAVE_NAS 1
12176 _ACEOF
12178 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12179 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12180 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12181 $as_echo_n "(cached) " >&6
12182 else
12183 ac_check_lib_save_LIBS=$LIBS
12184 LIBS="-lXau $X_LIBS $LIBS"
12185 cat >conftest.$ac_ext <<_ACEOF
12186 /* confdefs.h. */
12187 _ACEOF
12188 cat confdefs.h >>conftest.$ac_ext
12189 cat >>conftest.$ac_ext <<_ACEOF
12190 /* end confdefs.h. */
12192 /* Override any GCC internal prototype to avoid an error.
12193 Use char because int might match the return type of a GCC
12194 builtin and then its argument prototype would still apply. */
12195 #ifdef __cplusplus
12196 extern "C"
12197 #endif
12198 char XauGetBestAuthByAddr ();
12200 main ()
12202 return XauGetBestAuthByAddr ();
12204 return 0;
12206 _ACEOF
12207 rm -f conftest.$ac_objext conftest$ac_exeext
12208 if { (ac_try="$ac_link"
12209 case "(($ac_try" in
12210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12211 *) ac_try_echo=$ac_try;;
12212 esac
12213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12214 $as_echo "$ac_try_echo") >&5
12215 (eval "$ac_link") 2>conftest.er1
12216 ac_status=$?
12217 grep -v '^ *+' conftest.er1 >conftest.err
12218 rm -f conftest.er1
12219 cat conftest.err >&5
12220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12221 (exit $ac_status); } && {
12222 test -z "$ac_c_werror_flag" ||
12223 test ! -s conftest.err
12224 } && test -s conftest$ac_exeext && {
12225 test "$cross_compiling" = yes ||
12226 $as_test_x conftest$ac_exeext
12227 }; then
12228 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12229 else
12230 $as_echo "$as_me: failed program was:" >&5
12231 sed 's/^/| /' conftest.$ac_ext >&5
12233 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12236 rm -rf conftest.dSYM
12237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12238 conftest$ac_exeext conftest.$ac_ext
12239 LIBS=$ac_check_lib_save_LIBS
12241 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12242 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12243 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12244 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12245 else
12246 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12254 done
12257 CPPFLAGS="$ac_save_CPPFLAGS"
12258 else
12259 XLIB=""
12260 X_CFLAGS=""
12261 X_LIBS=""
12262 enable_winex11_drv=${enable_winex11_drv:-no}
12263 enable_opengl32=${enable_opengl32:-no}
12264 enable_glu32=${enable_glu32:-no}
12266 if test "x$XLIB" = "x"; then
12267 case "x$with_x" in
12268 xno) ;;
12269 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12270 without X support, which probably isn't what you want. You will need to install
12271 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12272 Use the --without-x option if you really want this." >&5
12273 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12274 without X support, which probably isn't what you want. You will need to install
12275 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12276 Use the --without-x option if you really want this." >&2;}
12277 { (exit 1); exit 1; }; } ;;
12278 esac
12283 XML2LIBS=""
12285 XML2INCL=""
12287 XSLTINCL=""
12289 if test "x$with_xml" != "xno"
12290 then
12291 ac_save_CPPFLAGS="$CPPFLAGS"
12292 if test "$PKG_CONFIG" != "false"
12293 then
12294 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12295 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12296 else
12297 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12298 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12300 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12302 for ac_header in libxml/parser.h
12304 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12305 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12306 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12307 $as_echo_n "checking for $ac_header... " >&6; }
12308 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12309 $as_echo_n "(cached) " >&6
12311 ac_res=`eval 'as_val=${'$as_ac_Header'}
12312 $as_echo "$as_val"'`
12313 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12314 $as_echo "$ac_res" >&6; }
12315 else
12316 # Is the header compilable?
12317 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12318 $as_echo_n "checking $ac_header usability... " >&6; }
12319 cat >conftest.$ac_ext <<_ACEOF
12320 /* confdefs.h. */
12321 _ACEOF
12322 cat confdefs.h >>conftest.$ac_ext
12323 cat >>conftest.$ac_ext <<_ACEOF
12324 /* end confdefs.h. */
12325 $ac_includes_default
12326 #include <$ac_header>
12327 _ACEOF
12328 rm -f conftest.$ac_objext
12329 if { (ac_try="$ac_compile"
12330 case "(($ac_try" in
12331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12332 *) ac_try_echo=$ac_try;;
12333 esac
12334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12335 $as_echo "$ac_try_echo") >&5
12336 (eval "$ac_compile") 2>conftest.er1
12337 ac_status=$?
12338 grep -v '^ *+' conftest.er1 >conftest.err
12339 rm -f conftest.er1
12340 cat conftest.err >&5
12341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12342 (exit $ac_status); } && {
12343 test -z "$ac_c_werror_flag" ||
12344 test ! -s conftest.err
12345 } && test -s conftest.$ac_objext; then
12346 ac_header_compiler=yes
12347 else
12348 $as_echo "$as_me: failed program was:" >&5
12349 sed 's/^/| /' conftest.$ac_ext >&5
12351 ac_header_compiler=no
12354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12355 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12356 $as_echo "$ac_header_compiler" >&6; }
12358 # Is the header present?
12359 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12360 $as_echo_n "checking $ac_header presence... " >&6; }
12361 cat >conftest.$ac_ext <<_ACEOF
12362 /* confdefs.h. */
12363 _ACEOF
12364 cat confdefs.h >>conftest.$ac_ext
12365 cat >>conftest.$ac_ext <<_ACEOF
12366 /* end confdefs.h. */
12367 #include <$ac_header>
12368 _ACEOF
12369 if { (ac_try="$ac_cpp conftest.$ac_ext"
12370 case "(($ac_try" in
12371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12372 *) ac_try_echo=$ac_try;;
12373 esac
12374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12375 $as_echo "$ac_try_echo") >&5
12376 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12377 ac_status=$?
12378 grep -v '^ *+' conftest.er1 >conftest.err
12379 rm -f conftest.er1
12380 cat conftest.err >&5
12381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382 (exit $ac_status); } >/dev/null && {
12383 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12384 test ! -s conftest.err
12385 }; then
12386 ac_header_preproc=yes
12387 else
12388 $as_echo "$as_me: failed program was:" >&5
12389 sed 's/^/| /' conftest.$ac_ext >&5
12391 ac_header_preproc=no
12394 rm -f conftest.err conftest.$ac_ext
12395 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12396 $as_echo "$ac_header_preproc" >&6; }
12398 # So? What about this header?
12399 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12400 yes:no: )
12401 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12402 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12403 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12404 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12405 ac_header_preproc=yes
12407 no:yes:* )
12408 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12409 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12410 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12411 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12412 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12413 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12414 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12415 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12416 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12417 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12418 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12419 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12420 ( cat <<\_ASBOX
12421 ## ------------------------------------ ##
12422 ## Report this to wine-devel@winehq.org ##
12423 ## ------------------------------------ ##
12424 _ASBOX
12425 ) | sed "s/^/$as_me: WARNING: /" >&2
12427 esac
12428 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12429 $as_echo_n "checking for $ac_header... " >&6; }
12430 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12431 $as_echo_n "(cached) " >&6
12432 else
12433 eval "$as_ac_Header=\$ac_header_preproc"
12435 ac_res=`eval 'as_val=${'$as_ac_Header'}
12436 $as_echo "$as_val"'`
12437 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12438 $as_echo "$ac_res" >&6; }
12441 as_val=`eval 'as_val=${'$as_ac_Header'}
12442 $as_echo "$as_val"'`
12443 if test "x$as_val" = x""yes; then
12444 cat >>confdefs.h <<_ACEOF
12445 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12446 _ACEOF
12447 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12448 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12449 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12450 $as_echo_n "(cached) " >&6
12451 else
12452 ac_check_lib_save_LIBS=$LIBS
12453 LIBS="-lxml2 $ac_xml_libs $LIBS"
12454 cat >conftest.$ac_ext <<_ACEOF
12455 /* confdefs.h. */
12456 _ACEOF
12457 cat confdefs.h >>conftest.$ac_ext
12458 cat >>conftest.$ac_ext <<_ACEOF
12459 /* end confdefs.h. */
12461 /* Override any GCC internal prototype to avoid an error.
12462 Use char because int might match the return type of a GCC
12463 builtin and then its argument prototype would still apply. */
12464 #ifdef __cplusplus
12465 extern "C"
12466 #endif
12467 char xmlParseMemory ();
12469 main ()
12471 return xmlParseMemory ();
12473 return 0;
12475 _ACEOF
12476 rm -f conftest.$ac_objext conftest$ac_exeext
12477 if { (ac_try="$ac_link"
12478 case "(($ac_try" in
12479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12480 *) ac_try_echo=$ac_try;;
12481 esac
12482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12483 $as_echo "$ac_try_echo") >&5
12484 (eval "$ac_link") 2>conftest.er1
12485 ac_status=$?
12486 grep -v '^ *+' conftest.er1 >conftest.err
12487 rm -f conftest.er1
12488 cat conftest.err >&5
12489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12490 (exit $ac_status); } && {
12491 test -z "$ac_c_werror_flag" ||
12492 test ! -s conftest.err
12493 } && test -s conftest$ac_exeext && {
12494 test "$cross_compiling" = yes ||
12495 $as_test_x conftest$ac_exeext
12496 }; then
12497 ac_cv_lib_xml2_xmlParseMemory=yes
12498 else
12499 $as_echo "$as_me: failed program was:" >&5
12500 sed 's/^/| /' conftest.$ac_ext >&5
12502 ac_cv_lib_xml2_xmlParseMemory=no
12505 rm -rf conftest.dSYM
12506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12507 conftest$ac_exeext conftest.$ac_ext
12508 LIBS=$ac_check_lib_save_LIBS
12510 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12511 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12512 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12514 cat >>confdefs.h <<\_ACEOF
12515 #define HAVE_LIBXML2 1
12516 _ACEOF
12518 XML2LIBS="$ac_xml_libs"
12519 XML2INCL="$ac_xml_cflags"
12522 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12523 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12524 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12525 $as_echo_n "(cached) " >&6
12526 else
12527 ac_check_lib_save_LIBS=$LIBS
12528 LIBS="-lxml2 $ac_xml_libs $LIBS"
12529 cat >conftest.$ac_ext <<_ACEOF
12530 /* confdefs.h. */
12531 _ACEOF
12532 cat confdefs.h >>conftest.$ac_ext
12533 cat >>conftest.$ac_ext <<_ACEOF
12534 /* end confdefs.h. */
12536 /* Override any GCC internal prototype to avoid an error.
12537 Use char because int might match the return type of a GCC
12538 builtin and then its argument prototype would still apply. */
12539 #ifdef __cplusplus
12540 extern "C"
12541 #endif
12542 char xmlReadMemory ();
12544 main ()
12546 return xmlReadMemory ();
12548 return 0;
12550 _ACEOF
12551 rm -f conftest.$ac_objext conftest$ac_exeext
12552 if { (ac_try="$ac_link"
12553 case "(($ac_try" in
12554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12555 *) ac_try_echo=$ac_try;;
12556 esac
12557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12558 $as_echo "$ac_try_echo") >&5
12559 (eval "$ac_link") 2>conftest.er1
12560 ac_status=$?
12561 grep -v '^ *+' conftest.er1 >conftest.err
12562 rm -f conftest.er1
12563 cat conftest.err >&5
12564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12565 (exit $ac_status); } && {
12566 test -z "$ac_c_werror_flag" ||
12567 test ! -s conftest.err
12568 } && test -s conftest$ac_exeext && {
12569 test "$cross_compiling" = yes ||
12570 $as_test_x conftest$ac_exeext
12571 }; then
12572 ac_cv_lib_xml2_xmlReadMemory=yes
12573 else
12574 $as_echo "$as_me: failed program was:" >&5
12575 sed 's/^/| /' conftest.$ac_ext >&5
12577 ac_cv_lib_xml2_xmlReadMemory=no
12580 rm -rf conftest.dSYM
12581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12582 conftest$ac_exeext conftest.$ac_ext
12583 LIBS=$ac_check_lib_save_LIBS
12585 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12586 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12587 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12589 cat >>confdefs.h <<\_ACEOF
12590 #define HAVE_XMLREADMEMORY 1
12591 _ACEOF
12595 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12596 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12597 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12598 $as_echo_n "(cached) " >&6
12599 else
12600 ac_check_lib_save_LIBS=$LIBS
12601 LIBS="-lxml2 $ac_xml_libs $LIBS"
12602 cat >conftest.$ac_ext <<_ACEOF
12603 /* confdefs.h. */
12604 _ACEOF
12605 cat confdefs.h >>conftest.$ac_ext
12606 cat >>conftest.$ac_ext <<_ACEOF
12607 /* end confdefs.h. */
12609 /* Override any GCC internal prototype to avoid an error.
12610 Use char because int might match the return type of a GCC
12611 builtin and then its argument prototype would still apply. */
12612 #ifdef __cplusplus
12613 extern "C"
12614 #endif
12615 char xmlNewDocPI ();
12617 main ()
12619 return xmlNewDocPI ();
12621 return 0;
12623 _ACEOF
12624 rm -f conftest.$ac_objext conftest$ac_exeext
12625 if { (ac_try="$ac_link"
12626 case "(($ac_try" in
12627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12628 *) ac_try_echo=$ac_try;;
12629 esac
12630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12631 $as_echo "$ac_try_echo") >&5
12632 (eval "$ac_link") 2>conftest.er1
12633 ac_status=$?
12634 grep -v '^ *+' conftest.er1 >conftest.err
12635 rm -f conftest.er1
12636 cat conftest.err >&5
12637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12638 (exit $ac_status); } && {
12639 test -z "$ac_c_werror_flag" ||
12640 test ! -s conftest.err
12641 } && test -s conftest$ac_exeext && {
12642 test "$cross_compiling" = yes ||
12643 $as_test_x conftest$ac_exeext
12644 }; then
12645 ac_cv_lib_xml2_xmlNewDocPI=yes
12646 else
12647 $as_echo "$as_me: failed program was:" >&5
12648 sed 's/^/| /' conftest.$ac_ext >&5
12650 ac_cv_lib_xml2_xmlNewDocPI=no
12653 rm -rf conftest.dSYM
12654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12655 conftest$ac_exeext conftest.$ac_ext
12656 LIBS=$ac_check_lib_save_LIBS
12658 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12659 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12660 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12662 cat >>confdefs.h <<\_ACEOF
12663 #define HAVE_XMLNEWDOCPI 1
12664 _ACEOF
12671 done
12673 CPPFLAGS="$ac_save_CPPFLAGS"
12675 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12676 case "x$with_xml" in
12677 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12678 xno) ;;
12679 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12680 This is an error since --with-xml was requested." >&5
12681 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12682 This is an error since --with-xml was requested." >&2;}
12683 { (exit 1); exit 1; }; } ;;
12684 esac
12688 if test "x$with_xslt" != "xno"
12689 then
12690 if test "$PKG_CONFIG" != "false"
12691 then
12692 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12693 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12694 else
12695 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12696 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12698 ac_save_CPPFLAGS="$CPPFLAGS"
12699 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12702 for ac_header in libxslt/pattern.h libxslt/transform.h
12704 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12705 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12706 $as_echo_n "checking for $ac_header... " >&6; }
12707 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12708 $as_echo_n "(cached) " >&6
12709 else
12710 cat >conftest.$ac_ext <<_ACEOF
12711 /* confdefs.h. */
12712 _ACEOF
12713 cat confdefs.h >>conftest.$ac_ext
12714 cat >>conftest.$ac_ext <<_ACEOF
12715 /* end confdefs.h. */
12716 #ifdef HAVE_LIBXSLT_PATTERN_H
12717 # include <libxslt/pattern.h>
12718 #endif
12720 #include <$ac_header>
12721 _ACEOF
12722 rm -f conftest.$ac_objext
12723 if { (ac_try="$ac_compile"
12724 case "(($ac_try" in
12725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12726 *) ac_try_echo=$ac_try;;
12727 esac
12728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12729 $as_echo "$ac_try_echo") >&5
12730 (eval "$ac_compile") 2>conftest.er1
12731 ac_status=$?
12732 grep -v '^ *+' conftest.er1 >conftest.err
12733 rm -f conftest.er1
12734 cat conftest.err >&5
12735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12736 (exit $ac_status); } && {
12737 test -z "$ac_c_werror_flag" ||
12738 test ! -s conftest.err
12739 } && test -s conftest.$ac_objext; then
12740 eval "$as_ac_Header=yes"
12741 else
12742 $as_echo "$as_me: failed program was:" >&5
12743 sed 's/^/| /' conftest.$ac_ext >&5
12745 eval "$as_ac_Header=no"
12748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12750 ac_res=`eval 'as_val=${'$as_ac_Header'}
12751 $as_echo "$as_val"'`
12752 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12753 $as_echo "$ac_res" >&6; }
12754 as_val=`eval 'as_val=${'$as_ac_Header'}
12755 $as_echo "$as_val"'`
12756 if test "x$as_val" = x""yes; then
12757 cat >>confdefs.h <<_ACEOF
12758 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12759 _ACEOF
12763 done
12765 CPPFLAGS="$ac_save_CPPFLAGS"
12766 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12767 then
12768 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12769 $as_echo_n "checking for -lxslt... " >&6; }
12770 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12771 $as_echo_n "(cached) " >&6
12772 else
12773 ac_check_soname_save_LIBS=$LIBS
12774 LIBS="-lxslt $ac_xslt_libs $LIBS"
12775 cat >conftest.$ac_ext <<_ACEOF
12776 /* confdefs.h. */
12777 _ACEOF
12778 cat confdefs.h >>conftest.$ac_ext
12779 cat >>conftest.$ac_ext <<_ACEOF
12780 /* end confdefs.h. */
12782 /* Override any GCC internal prototype to avoid an error.
12783 Use char because int might match the return type of a GCC
12784 builtin and then its argument prototype would still apply. */
12785 #ifdef __cplusplus
12786 extern "C"
12787 #endif
12788 char xsltCompilePattern ();
12790 main ()
12792 return xsltCompilePattern ();
12794 return 0;
12796 _ACEOF
12797 rm -f conftest.$ac_objext conftest$ac_exeext
12798 if { (ac_try="$ac_link"
12799 case "(($ac_try" in
12800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12801 *) ac_try_echo=$ac_try;;
12802 esac
12803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12804 $as_echo "$ac_try_echo") >&5
12805 (eval "$ac_link") 2>conftest.er1
12806 ac_status=$?
12807 grep -v '^ *+' conftest.er1 >conftest.err
12808 rm -f conftest.er1
12809 cat conftest.err >&5
12810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12811 (exit $ac_status); } && {
12812 test -z "$ac_c_werror_flag" ||
12813 test ! -s conftest.err
12814 } && test -s conftest$ac_exeext && {
12815 test "$cross_compiling" = yes ||
12816 $as_test_x conftest$ac_exeext
12817 }; then
12818 case "$LIBEXT" in
12819 dll) ;;
12820 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12821 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12822 esac
12823 else
12824 $as_echo "$as_me: failed program was:" >&5
12825 sed 's/^/| /' conftest.$ac_ext >&5
12830 rm -rf conftest.dSYM
12831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12832 conftest$ac_exeext conftest.$ac_ext
12833 LIBS=$ac_check_soname_save_LIBS
12835 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12836 { $as_echo "$as_me:$LINENO: result: not found" >&5
12837 $as_echo "not found" >&6; }
12839 else
12840 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12841 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12843 cat >>confdefs.h <<_ACEOF
12844 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12845 _ACEOF
12847 XSLTINCL="$ac_xslt_cflags"
12852 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12853 case "x$with_xslt" in
12854 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12855 xno) ;;
12856 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12857 This is an error since --with-xslt was requested." >&5
12858 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12859 This is an error since --with-xslt was requested." >&2;}
12860 { (exit 1); exit 1; }; } ;;
12861 esac
12865 HALINCL=""
12867 if test "x$with_hal" != "xno"
12868 then
12869 ac_save_CPPFLAGS="$CPPFLAGS"
12870 if test "$PKG_CONFIG" != "false"
12871 then
12872 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12873 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12874 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12878 for ac_header in dbus/dbus.h hal/libhal.h
12880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12881 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12882 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12883 $as_echo_n "checking for $ac_header... " >&6; }
12884 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12885 $as_echo_n "(cached) " >&6
12887 ac_res=`eval 'as_val=${'$as_ac_Header'}
12888 $as_echo "$as_val"'`
12889 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12890 $as_echo "$ac_res" >&6; }
12891 else
12892 # Is the header compilable?
12893 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12894 $as_echo_n "checking $ac_header usability... " >&6; }
12895 cat >conftest.$ac_ext <<_ACEOF
12896 /* confdefs.h. */
12897 _ACEOF
12898 cat confdefs.h >>conftest.$ac_ext
12899 cat >>conftest.$ac_ext <<_ACEOF
12900 /* end confdefs.h. */
12901 $ac_includes_default
12902 #include <$ac_header>
12903 _ACEOF
12904 rm -f conftest.$ac_objext
12905 if { (ac_try="$ac_compile"
12906 case "(($ac_try" in
12907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12908 *) ac_try_echo=$ac_try;;
12909 esac
12910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12911 $as_echo "$ac_try_echo") >&5
12912 (eval "$ac_compile") 2>conftest.er1
12913 ac_status=$?
12914 grep -v '^ *+' conftest.er1 >conftest.err
12915 rm -f conftest.er1
12916 cat conftest.err >&5
12917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12918 (exit $ac_status); } && {
12919 test -z "$ac_c_werror_flag" ||
12920 test ! -s conftest.err
12921 } && test -s conftest.$ac_objext; then
12922 ac_header_compiler=yes
12923 else
12924 $as_echo "$as_me: failed program was:" >&5
12925 sed 's/^/| /' conftest.$ac_ext >&5
12927 ac_header_compiler=no
12930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12931 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12932 $as_echo "$ac_header_compiler" >&6; }
12934 # Is the header present?
12935 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12936 $as_echo_n "checking $ac_header presence... " >&6; }
12937 cat >conftest.$ac_ext <<_ACEOF
12938 /* confdefs.h. */
12939 _ACEOF
12940 cat confdefs.h >>conftest.$ac_ext
12941 cat >>conftest.$ac_ext <<_ACEOF
12942 /* end confdefs.h. */
12943 #include <$ac_header>
12944 _ACEOF
12945 if { (ac_try="$ac_cpp conftest.$ac_ext"
12946 case "(($ac_try" in
12947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12948 *) ac_try_echo=$ac_try;;
12949 esac
12950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12951 $as_echo "$ac_try_echo") >&5
12952 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12953 ac_status=$?
12954 grep -v '^ *+' conftest.er1 >conftest.err
12955 rm -f conftest.er1
12956 cat conftest.err >&5
12957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12958 (exit $ac_status); } >/dev/null && {
12959 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12960 test ! -s conftest.err
12961 }; then
12962 ac_header_preproc=yes
12963 else
12964 $as_echo "$as_me: failed program was:" >&5
12965 sed 's/^/| /' conftest.$ac_ext >&5
12967 ac_header_preproc=no
12970 rm -f conftest.err conftest.$ac_ext
12971 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12972 $as_echo "$ac_header_preproc" >&6; }
12974 # So? What about this header?
12975 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12976 yes:no: )
12977 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12978 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12979 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12980 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12981 ac_header_preproc=yes
12983 no:yes:* )
12984 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12985 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12986 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12987 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12988 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12989 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12990 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12991 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12992 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12993 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12994 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12995 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12996 ( cat <<\_ASBOX
12997 ## ------------------------------------ ##
12998 ## Report this to wine-devel@winehq.org ##
12999 ## ------------------------------------ ##
13000 _ASBOX
13001 ) | sed "s/^/$as_me: WARNING: /" >&2
13003 esac
13004 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
13005 $as_echo_n "checking for $ac_header... " >&6; }
13006 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13007 $as_echo_n "(cached) " >&6
13008 else
13009 eval "$as_ac_Header=\$ac_header_preproc"
13011 ac_res=`eval 'as_val=${'$as_ac_Header'}
13012 $as_echo "$as_val"'`
13013 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13014 $as_echo "$ac_res" >&6; }
13017 as_val=`eval 'as_val=${'$as_ac_Header'}
13018 $as_echo "$as_val"'`
13019 if test "x$as_val" = x""yes; then
13020 cat >>confdefs.h <<_ACEOF
13021 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13022 _ACEOF
13026 done
13028 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13029 then
13030 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13031 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13032 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13033 $as_echo_n "(cached) " >&6
13034 else
13035 ac_check_lib_save_LIBS=$LIBS
13036 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13037 cat >conftest.$ac_ext <<_ACEOF
13038 /* confdefs.h. */
13039 _ACEOF
13040 cat confdefs.h >>conftest.$ac_ext
13041 cat >>conftest.$ac_ext <<_ACEOF
13042 /* end confdefs.h. */
13044 /* Override any GCC internal prototype to avoid an error.
13045 Use char because int might match the return type of a GCC
13046 builtin and then its argument prototype would still apply. */
13047 #ifdef __cplusplus
13048 extern "C"
13049 #endif
13050 char dbus_connection_close ();
13052 main ()
13054 return dbus_connection_close ();
13056 return 0;
13058 _ACEOF
13059 rm -f conftest.$ac_objext conftest$ac_exeext
13060 if { (ac_try="$ac_link"
13061 case "(($ac_try" in
13062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13063 *) ac_try_echo=$ac_try;;
13064 esac
13065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13066 $as_echo "$ac_try_echo") >&5
13067 (eval "$ac_link") 2>conftest.er1
13068 ac_status=$?
13069 grep -v '^ *+' conftest.er1 >conftest.err
13070 rm -f conftest.er1
13071 cat conftest.err >&5
13072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13073 (exit $ac_status); } && {
13074 test -z "$ac_c_werror_flag" ||
13075 test ! -s conftest.err
13076 } && test -s conftest$ac_exeext && {
13077 test "$cross_compiling" = yes ||
13078 $as_test_x conftest$ac_exeext
13079 }; then
13080 ac_cv_lib_dbus_1_dbus_connection_close=yes
13081 else
13082 $as_echo "$as_me: failed program was:" >&5
13083 sed 's/^/| /' conftest.$ac_ext >&5
13085 ac_cv_lib_dbus_1_dbus_connection_close=no
13088 rm -rf conftest.dSYM
13089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13090 conftest$ac_exeext conftest.$ac_ext
13091 LIBS=$ac_check_lib_save_LIBS
13093 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13094 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13095 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13096 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13097 $as_echo_n "checking for -lhal... " >&6; }
13098 if test "${ac_cv_lib_soname_hal+set}" = set; then
13099 $as_echo_n "(cached) " >&6
13100 else
13101 ac_check_soname_save_LIBS=$LIBS
13102 LIBS="-lhal $ac_hal_libs $LIBS"
13103 cat >conftest.$ac_ext <<_ACEOF
13104 /* confdefs.h. */
13105 _ACEOF
13106 cat confdefs.h >>conftest.$ac_ext
13107 cat >>conftest.$ac_ext <<_ACEOF
13108 /* end confdefs.h. */
13110 /* Override any GCC internal prototype to avoid an error.
13111 Use char because int might match the return type of a GCC
13112 builtin and then its argument prototype would still apply. */
13113 #ifdef __cplusplus
13114 extern "C"
13115 #endif
13116 char libhal_ctx_new ();
13118 main ()
13120 return libhal_ctx_new ();
13122 return 0;
13124 _ACEOF
13125 rm -f conftest.$ac_objext conftest$ac_exeext
13126 if { (ac_try="$ac_link"
13127 case "(($ac_try" in
13128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13129 *) ac_try_echo=$ac_try;;
13130 esac
13131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13132 $as_echo "$ac_try_echo") >&5
13133 (eval "$ac_link") 2>conftest.er1
13134 ac_status=$?
13135 grep -v '^ *+' conftest.er1 >conftest.err
13136 rm -f conftest.er1
13137 cat conftest.err >&5
13138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13139 (exit $ac_status); } && {
13140 test -z "$ac_c_werror_flag" ||
13141 test ! -s conftest.err
13142 } && test -s conftest$ac_exeext && {
13143 test "$cross_compiling" = yes ||
13144 $as_test_x conftest$ac_exeext
13145 }; then
13146 case "$LIBEXT" in
13147 dll) ;;
13148 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'` ;;
13149 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13150 esac
13151 else
13152 $as_echo "$as_me: failed program was:" >&5
13153 sed 's/^/| /' conftest.$ac_ext >&5
13158 rm -rf conftest.dSYM
13159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13160 conftest$ac_exeext conftest.$ac_ext
13161 LIBS=$ac_check_soname_save_LIBS
13163 if test "x$ac_cv_lib_soname_hal" = "x"; then
13164 { $as_echo "$as_me:$LINENO: result: not found" >&5
13165 $as_echo "not found" >&6; }
13167 else
13168 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13169 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13171 cat >>confdefs.h <<_ACEOF
13172 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13173 _ACEOF
13175 HALINCL="$ac_hal_cflags"
13181 CPPFLAGS="$ac_save_CPPFLAGS"
13183 if test "x$ac_cv_lib_soname_hal" = "x"; then
13184 case "x$with_hal" in
13185 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13186 xno) ;;
13187 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13188 This is an error since --with-hal was requested." >&5
13189 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13190 This is an error since --with-hal was requested." >&2;}
13191 { (exit 1); exit 1; }; } ;;
13192 esac
13196 if test "x$with_gnutls" != "xno"
13197 then
13198 ac_save_CPPFLAGS="$CPPFLAGS"
13199 if test "$PKG_CONFIG" != "false"
13200 then
13201 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13202 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13203 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13205 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13206 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13207 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13208 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13209 $as_echo_n "(cached) " >&6
13211 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13212 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13213 else
13214 # Is the header compilable?
13215 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13216 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13217 cat >conftest.$ac_ext <<_ACEOF
13218 /* confdefs.h. */
13219 _ACEOF
13220 cat confdefs.h >>conftest.$ac_ext
13221 cat >>conftest.$ac_ext <<_ACEOF
13222 /* end confdefs.h. */
13223 $ac_includes_default
13224 #include <gnutls/gnutls.h>
13225 _ACEOF
13226 rm -f conftest.$ac_objext
13227 if { (ac_try="$ac_compile"
13228 case "(($ac_try" in
13229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13230 *) ac_try_echo=$ac_try;;
13231 esac
13232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13233 $as_echo "$ac_try_echo") >&5
13234 (eval "$ac_compile") 2>conftest.er1
13235 ac_status=$?
13236 grep -v '^ *+' conftest.er1 >conftest.err
13237 rm -f conftest.er1
13238 cat conftest.err >&5
13239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13240 (exit $ac_status); } && {
13241 test -z "$ac_c_werror_flag" ||
13242 test ! -s conftest.err
13243 } && test -s conftest.$ac_objext; then
13244 ac_header_compiler=yes
13245 else
13246 $as_echo "$as_me: failed program was:" >&5
13247 sed 's/^/| /' conftest.$ac_ext >&5
13249 ac_header_compiler=no
13252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13253 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13254 $as_echo "$ac_header_compiler" >&6; }
13256 # Is the header present?
13257 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13258 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13259 cat >conftest.$ac_ext <<_ACEOF
13260 /* confdefs.h. */
13261 _ACEOF
13262 cat confdefs.h >>conftest.$ac_ext
13263 cat >>conftest.$ac_ext <<_ACEOF
13264 /* end confdefs.h. */
13265 #include <gnutls/gnutls.h>
13266 _ACEOF
13267 if { (ac_try="$ac_cpp conftest.$ac_ext"
13268 case "(($ac_try" in
13269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13270 *) ac_try_echo=$ac_try;;
13271 esac
13272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13273 $as_echo "$ac_try_echo") >&5
13274 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13275 ac_status=$?
13276 grep -v '^ *+' conftest.er1 >conftest.err
13277 rm -f conftest.er1
13278 cat conftest.err >&5
13279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280 (exit $ac_status); } >/dev/null && {
13281 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13282 test ! -s conftest.err
13283 }; then
13284 ac_header_preproc=yes
13285 else
13286 $as_echo "$as_me: failed program was:" >&5
13287 sed 's/^/| /' conftest.$ac_ext >&5
13289 ac_header_preproc=no
13292 rm -f conftest.err conftest.$ac_ext
13293 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13294 $as_echo "$ac_header_preproc" >&6; }
13296 # So? What about this header?
13297 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13298 yes:no: )
13299 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13300 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13301 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13302 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13303 ac_header_preproc=yes
13305 no:yes:* )
13306 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13307 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13308 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13309 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13310 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13311 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13312 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13313 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13314 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13315 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13316 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13317 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13318 ( cat <<\_ASBOX
13319 ## ------------------------------------ ##
13320 ## Report this to wine-devel@winehq.org ##
13321 ## ------------------------------------ ##
13322 _ASBOX
13323 ) | sed "s/^/$as_me: WARNING: /" >&2
13325 esac
13326 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13327 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13328 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13329 $as_echo_n "(cached) " >&6
13330 else
13331 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13333 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13334 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13337 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13338 cat >conftest.$ac_ext <<_ACEOF
13339 /* confdefs.h. */
13340 _ACEOF
13341 cat confdefs.h >>conftest.$ac_ext
13342 cat >>conftest.$ac_ext <<_ACEOF
13343 /* end confdefs.h. */
13344 #include <gnutls/gnutls.h>
13346 main ()
13348 typeof(gnutls_mac_get_key_size) *pfunc;
13350 return 0;
13352 _ACEOF
13353 rm -f conftest.$ac_objext
13354 if { (ac_try="$ac_compile"
13355 case "(($ac_try" in
13356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13357 *) ac_try_echo=$ac_try;;
13358 esac
13359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13360 $as_echo "$ac_try_echo") >&5
13361 (eval "$ac_compile") 2>conftest.er1
13362 ac_status=$?
13363 grep -v '^ *+' conftest.er1 >conftest.err
13364 rm -f conftest.er1
13365 cat conftest.err >&5
13366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13367 (exit $ac_status); } && {
13368 test -z "$ac_c_werror_flag" ||
13369 test ! -s conftest.err
13370 } && test -s conftest.$ac_objext; then
13371 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13372 $as_echo_n "checking for -lgnutls... " >&6; }
13373 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13374 $as_echo_n "(cached) " >&6
13375 else
13376 ac_check_soname_save_LIBS=$LIBS
13377 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13378 cat >conftest.$ac_ext <<_ACEOF
13379 /* confdefs.h. */
13380 _ACEOF
13381 cat confdefs.h >>conftest.$ac_ext
13382 cat >>conftest.$ac_ext <<_ACEOF
13383 /* end confdefs.h. */
13385 /* Override any GCC internal prototype to avoid an error.
13386 Use char because int might match the return type of a GCC
13387 builtin and then its argument prototype would still apply. */
13388 #ifdef __cplusplus
13389 extern "C"
13390 #endif
13391 char gnutls_global_init ();
13393 main ()
13395 return gnutls_global_init ();
13397 return 0;
13399 _ACEOF
13400 rm -f conftest.$ac_objext conftest$ac_exeext
13401 if { (ac_try="$ac_link"
13402 case "(($ac_try" in
13403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13404 *) ac_try_echo=$ac_try;;
13405 esac
13406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13407 $as_echo "$ac_try_echo") >&5
13408 (eval "$ac_link") 2>conftest.er1
13409 ac_status=$?
13410 grep -v '^ *+' conftest.er1 >conftest.err
13411 rm -f conftest.er1
13412 cat conftest.err >&5
13413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13414 (exit $ac_status); } && {
13415 test -z "$ac_c_werror_flag" ||
13416 test ! -s conftest.err
13417 } && test -s conftest$ac_exeext && {
13418 test "$cross_compiling" = yes ||
13419 $as_test_x conftest$ac_exeext
13420 }; then
13421 case "$LIBEXT" in
13422 dll) ;;
13423 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'` ;;
13424 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13425 esac
13426 else
13427 $as_echo "$as_me: failed program was:" >&5
13428 sed 's/^/| /' conftest.$ac_ext >&5
13433 rm -rf conftest.dSYM
13434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13435 conftest$ac_exeext conftest.$ac_ext
13436 LIBS=$ac_check_soname_save_LIBS
13438 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13439 { $as_echo "$as_me:$LINENO: result: not found" >&5
13440 $as_echo "not found" >&6; }
13442 else
13443 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13444 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13446 cat >>confdefs.h <<_ACEOF
13447 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13448 _ACEOF
13450 GNUTLSINCL="$ac_gnutls_cflags"
13454 else
13455 $as_echo "$as_me: failed program was:" >&5
13456 sed 's/^/| /' conftest.$ac_ext >&5
13461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13465 CPPFLAGS="$ac_save_CPPFLAGS"
13467 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13468 case "x$with_gnutls" in
13469 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13470 xno) ;;
13471 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13472 This is an error since --with-gnutls was requested." >&5
13473 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13474 This is an error since --with-gnutls was requested." >&2;}
13475 { (exit 1); exit 1; }; } ;;
13476 esac
13480 CURSESLIBS=""
13481 if test "$ac_cv_header_ncurses_h" = "yes"
13482 then
13483 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13484 $as_echo_n "checking for -lncurses... " >&6; }
13485 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13486 $as_echo_n "(cached) " >&6
13487 else
13488 ac_check_soname_save_LIBS=$LIBS
13489 LIBS="-lncurses $LIBS"
13490 cat >conftest.$ac_ext <<_ACEOF
13491 /* confdefs.h. */
13492 _ACEOF
13493 cat confdefs.h >>conftest.$ac_ext
13494 cat >>conftest.$ac_ext <<_ACEOF
13495 /* end confdefs.h. */
13497 /* Override any GCC internal prototype to avoid an error.
13498 Use char because int might match the return type of a GCC
13499 builtin and then its argument prototype would still apply. */
13500 #ifdef __cplusplus
13501 extern "C"
13502 #endif
13503 char waddch ();
13505 main ()
13507 return waddch ();
13509 return 0;
13511 _ACEOF
13512 rm -f conftest.$ac_objext conftest$ac_exeext
13513 if { (ac_try="$ac_link"
13514 case "(($ac_try" in
13515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13516 *) ac_try_echo=$ac_try;;
13517 esac
13518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13519 $as_echo "$ac_try_echo") >&5
13520 (eval "$ac_link") 2>conftest.er1
13521 ac_status=$?
13522 grep -v '^ *+' conftest.er1 >conftest.err
13523 rm -f conftest.er1
13524 cat conftest.err >&5
13525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13526 (exit $ac_status); } && {
13527 test -z "$ac_c_werror_flag" ||
13528 test ! -s conftest.err
13529 } && test -s conftest$ac_exeext && {
13530 test "$cross_compiling" = yes ||
13531 $as_test_x conftest$ac_exeext
13532 }; then
13533 case "$LIBEXT" in
13534 dll) ;;
13535 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'` ;;
13536 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13537 esac
13538 else
13539 $as_echo "$as_me: failed program was:" >&5
13540 sed 's/^/| /' conftest.$ac_ext >&5
13545 rm -rf conftest.dSYM
13546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13547 conftest$ac_exeext conftest.$ac_ext
13548 LIBS=$ac_check_soname_save_LIBS
13550 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13551 { $as_echo "$as_me:$LINENO: result: not found" >&5
13552 $as_echo "not found" >&6; }
13554 else
13555 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13556 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13558 cat >>confdefs.h <<_ACEOF
13559 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13560 _ACEOF
13562 CURSESLIBS="-lncurses"
13565 elif test "$ac_cv_header_curses_h" = "yes"
13566 then
13567 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13568 $as_echo_n "checking for -lcurses... " >&6; }
13569 if test "${ac_cv_lib_soname_curses+set}" = set; then
13570 $as_echo_n "(cached) " >&6
13571 else
13572 ac_check_soname_save_LIBS=$LIBS
13573 LIBS="-lcurses $LIBS"
13574 cat >conftest.$ac_ext <<_ACEOF
13575 /* confdefs.h. */
13576 _ACEOF
13577 cat confdefs.h >>conftest.$ac_ext
13578 cat >>conftest.$ac_ext <<_ACEOF
13579 /* end confdefs.h. */
13581 /* Override any GCC internal prototype to avoid an error.
13582 Use char because int might match the return type of a GCC
13583 builtin and then its argument prototype would still apply. */
13584 #ifdef __cplusplus
13585 extern "C"
13586 #endif
13587 char waddch ();
13589 main ()
13591 return waddch ();
13593 return 0;
13595 _ACEOF
13596 rm -f conftest.$ac_objext conftest$ac_exeext
13597 if { (ac_try="$ac_link"
13598 case "(($ac_try" in
13599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13600 *) ac_try_echo=$ac_try;;
13601 esac
13602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13603 $as_echo "$ac_try_echo") >&5
13604 (eval "$ac_link") 2>conftest.er1
13605 ac_status=$?
13606 grep -v '^ *+' conftest.er1 >conftest.err
13607 rm -f conftest.er1
13608 cat conftest.err >&5
13609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13610 (exit $ac_status); } && {
13611 test -z "$ac_c_werror_flag" ||
13612 test ! -s conftest.err
13613 } && test -s conftest$ac_exeext && {
13614 test "$cross_compiling" = yes ||
13615 $as_test_x conftest$ac_exeext
13616 }; then
13617 case "$LIBEXT" in
13618 dll) ;;
13619 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'` ;;
13620 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13621 esac
13622 else
13623 $as_echo "$as_me: failed program was:" >&5
13624 sed 's/^/| /' conftest.$ac_ext >&5
13629 rm -rf conftest.dSYM
13630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13631 conftest$ac_exeext conftest.$ac_ext
13632 LIBS=$ac_check_soname_save_LIBS
13634 if test "x$ac_cv_lib_soname_curses" = "x"; then
13635 { $as_echo "$as_me:$LINENO: result: not found" >&5
13636 $as_echo "not found" >&6; }
13638 else
13639 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13640 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13642 cat >>confdefs.h <<_ACEOF
13643 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13644 _ACEOF
13646 CURSESLIBS="-lcurses"
13650 ac_save_LIBS="$LIBS"
13651 LIBS="$LIBS $CURSESLIBS"
13653 for ac_func in mousemask
13655 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13656 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13657 $as_echo_n "checking for $ac_func... " >&6; }
13658 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13659 $as_echo_n "(cached) " >&6
13660 else
13661 cat >conftest.$ac_ext <<_ACEOF
13662 /* confdefs.h. */
13663 _ACEOF
13664 cat confdefs.h >>conftest.$ac_ext
13665 cat >>conftest.$ac_ext <<_ACEOF
13666 /* end confdefs.h. */
13667 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13668 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13669 #define $ac_func innocuous_$ac_func
13671 /* System header to define __stub macros and hopefully few prototypes,
13672 which can conflict with char $ac_func (); below.
13673 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13674 <limits.h> exists even on freestanding compilers. */
13676 #ifdef __STDC__
13677 # include <limits.h>
13678 #else
13679 # include <assert.h>
13680 #endif
13682 #undef $ac_func
13684 /* Override any GCC internal prototype to avoid an error.
13685 Use char because int might match the return type of a GCC
13686 builtin and then its argument prototype would still apply. */
13687 #ifdef __cplusplus
13688 extern "C"
13689 #endif
13690 char $ac_func ();
13691 /* The GNU C library defines this for functions which it implements
13692 to always fail with ENOSYS. Some functions are actually named
13693 something starting with __ and the normal name is an alias. */
13694 #if defined __stub_$ac_func || defined __stub___$ac_func
13695 choke me
13696 #endif
13699 main ()
13701 return $ac_func ();
13703 return 0;
13705 _ACEOF
13706 rm -f conftest.$ac_objext conftest$ac_exeext
13707 if { (ac_try="$ac_link"
13708 case "(($ac_try" in
13709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13710 *) ac_try_echo=$ac_try;;
13711 esac
13712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13713 $as_echo "$ac_try_echo") >&5
13714 (eval "$ac_link") 2>conftest.er1
13715 ac_status=$?
13716 grep -v '^ *+' conftest.er1 >conftest.err
13717 rm -f conftest.er1
13718 cat conftest.err >&5
13719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13720 (exit $ac_status); } && {
13721 test -z "$ac_c_werror_flag" ||
13722 test ! -s conftest.err
13723 } && test -s conftest$ac_exeext && {
13724 test "$cross_compiling" = yes ||
13725 $as_test_x conftest$ac_exeext
13726 }; then
13727 eval "$as_ac_var=yes"
13728 else
13729 $as_echo "$as_me: failed program was:" >&5
13730 sed 's/^/| /' conftest.$ac_ext >&5
13732 eval "$as_ac_var=no"
13735 rm -rf conftest.dSYM
13736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13737 conftest$ac_exeext conftest.$ac_ext
13739 ac_res=`eval 'as_val=${'$as_ac_var'}
13740 $as_echo "$as_val"'`
13741 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13742 $as_echo "$ac_res" >&6; }
13743 as_val=`eval 'as_val=${'$as_ac_var'}
13744 $as_echo "$as_val"'`
13745 if test "x$as_val" = x""yes; then
13746 cat >>confdefs.h <<_ACEOF
13747 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13748 _ACEOF
13751 done
13753 LIBS="$ac_save_LIBS"
13754 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13755 case "x$with_curses" in
13756 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13757 xno) ;;
13758 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13759 This is an error since --with-curses was requested." >&5
13760 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13761 This is an error since --with-curses was requested." >&2;}
13762 { (exit 1); exit 1; }; } ;;
13763 esac
13767 if test "x$with_sane" != "xno"
13768 then
13769 ac_save_CPPFLAGS="$CPPFLAGS"
13770 # Extract the first word of "sane-config", so it can be a program name with args.
13771 set dummy sane-config; ac_word=$2
13772 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13773 $as_echo_n "checking for $ac_word... " >&6; }
13774 if test "${ac_cv_prog_sane_devel+set}" = set; then
13775 $as_echo_n "(cached) " >&6
13776 else
13777 if test -n "$sane_devel"; then
13778 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13779 else
13780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13781 for as_dir in $PATH
13783 IFS=$as_save_IFS
13784 test -z "$as_dir" && as_dir=.
13785 for ac_exec_ext in '' $ac_executable_extensions; do
13786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13787 ac_cv_prog_sane_devel="sane-config"
13788 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13789 break 2
13791 done
13792 done
13793 IFS=$as_save_IFS
13795 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13798 sane_devel=$ac_cv_prog_sane_devel
13799 if test -n "$sane_devel"; then
13800 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13801 $as_echo "$sane_devel" >&6; }
13802 else
13803 { $as_echo "$as_me:$LINENO: result: no" >&5
13804 $as_echo "no" >&6; }
13808 if test "$sane_devel" != "no"
13809 then
13810 ac_sane_incl="`$sane_devel --cflags`"
13811 ac_sane_libs="`$sane_devel --ldflags`"
13812 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13814 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13815 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13816 $as_echo_n "checking for sane/sane.h... " >&6; }
13817 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13818 $as_echo_n "(cached) " >&6
13820 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13821 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13822 else
13823 # Is the header compilable?
13824 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13825 $as_echo_n "checking sane/sane.h usability... " >&6; }
13826 cat >conftest.$ac_ext <<_ACEOF
13827 /* confdefs.h. */
13828 _ACEOF
13829 cat confdefs.h >>conftest.$ac_ext
13830 cat >>conftest.$ac_ext <<_ACEOF
13831 /* end confdefs.h. */
13832 $ac_includes_default
13833 #include <sane/sane.h>
13834 _ACEOF
13835 rm -f conftest.$ac_objext
13836 if { (ac_try="$ac_compile"
13837 case "(($ac_try" in
13838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13839 *) ac_try_echo=$ac_try;;
13840 esac
13841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13842 $as_echo "$ac_try_echo") >&5
13843 (eval "$ac_compile") 2>conftest.er1
13844 ac_status=$?
13845 grep -v '^ *+' conftest.er1 >conftest.err
13846 rm -f conftest.er1
13847 cat conftest.err >&5
13848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849 (exit $ac_status); } && {
13850 test -z "$ac_c_werror_flag" ||
13851 test ! -s conftest.err
13852 } && test -s conftest.$ac_objext; then
13853 ac_header_compiler=yes
13854 else
13855 $as_echo "$as_me: failed program was:" >&5
13856 sed 's/^/| /' conftest.$ac_ext >&5
13858 ac_header_compiler=no
13861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13862 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13863 $as_echo "$ac_header_compiler" >&6; }
13865 # Is the header present?
13866 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13867 $as_echo_n "checking sane/sane.h presence... " >&6; }
13868 cat >conftest.$ac_ext <<_ACEOF
13869 /* confdefs.h. */
13870 _ACEOF
13871 cat confdefs.h >>conftest.$ac_ext
13872 cat >>conftest.$ac_ext <<_ACEOF
13873 /* end confdefs.h. */
13874 #include <sane/sane.h>
13875 _ACEOF
13876 if { (ac_try="$ac_cpp conftest.$ac_ext"
13877 case "(($ac_try" in
13878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13879 *) ac_try_echo=$ac_try;;
13880 esac
13881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13882 $as_echo "$ac_try_echo") >&5
13883 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13884 ac_status=$?
13885 grep -v '^ *+' conftest.er1 >conftest.err
13886 rm -f conftest.er1
13887 cat conftest.err >&5
13888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13889 (exit $ac_status); } >/dev/null && {
13890 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13891 test ! -s conftest.err
13892 }; then
13893 ac_header_preproc=yes
13894 else
13895 $as_echo "$as_me: failed program was:" >&5
13896 sed 's/^/| /' conftest.$ac_ext >&5
13898 ac_header_preproc=no
13901 rm -f conftest.err conftest.$ac_ext
13902 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13903 $as_echo "$ac_header_preproc" >&6; }
13905 # So? What about this header?
13906 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13907 yes:no: )
13908 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13909 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13910 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13911 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13912 ac_header_preproc=yes
13914 no:yes:* )
13915 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13916 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13917 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13918 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13919 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13920 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13921 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13922 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13923 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13924 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13925 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13926 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13927 ( cat <<\_ASBOX
13928 ## ------------------------------------ ##
13929 ## Report this to wine-devel@winehq.org ##
13930 ## ------------------------------------ ##
13931 _ASBOX
13932 ) | sed "s/^/$as_me: WARNING: /" >&2
13934 esac
13935 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13936 $as_echo_n "checking for sane/sane.h... " >&6; }
13937 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13938 $as_echo_n "(cached) " >&6
13939 else
13940 ac_cv_header_sane_sane_h=$ac_header_preproc
13942 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13943 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13946 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13947 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13948 $as_echo_n "checking for -lsane... " >&6; }
13949 if test "${ac_cv_lib_soname_sane+set}" = set; then
13950 $as_echo_n "(cached) " >&6
13951 else
13952 ac_check_soname_save_LIBS=$LIBS
13953 LIBS="-lsane $ac_sane_libs $LIBS"
13954 cat >conftest.$ac_ext <<_ACEOF
13955 /* confdefs.h. */
13956 _ACEOF
13957 cat confdefs.h >>conftest.$ac_ext
13958 cat >>conftest.$ac_ext <<_ACEOF
13959 /* end confdefs.h. */
13961 /* Override any GCC internal prototype to avoid an error.
13962 Use char because int might match the return type of a GCC
13963 builtin and then its argument prototype would still apply. */
13964 #ifdef __cplusplus
13965 extern "C"
13966 #endif
13967 char sane_init ();
13969 main ()
13971 return sane_init ();
13973 return 0;
13975 _ACEOF
13976 rm -f conftest.$ac_objext conftest$ac_exeext
13977 if { (ac_try="$ac_link"
13978 case "(($ac_try" in
13979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13980 *) ac_try_echo=$ac_try;;
13981 esac
13982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13983 $as_echo "$ac_try_echo") >&5
13984 (eval "$ac_link") 2>conftest.er1
13985 ac_status=$?
13986 grep -v '^ *+' conftest.er1 >conftest.err
13987 rm -f conftest.er1
13988 cat conftest.err >&5
13989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13990 (exit $ac_status); } && {
13991 test -z "$ac_c_werror_flag" ||
13992 test ! -s conftest.err
13993 } && test -s conftest$ac_exeext && {
13994 test "$cross_compiling" = yes ||
13995 $as_test_x conftest$ac_exeext
13996 }; then
13997 case "$LIBEXT" in
13998 dll) ;;
13999 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'` ;;
14000 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14001 esac
14002 else
14003 $as_echo "$as_me: failed program was:" >&5
14004 sed 's/^/| /' conftest.$ac_ext >&5
14009 rm -rf conftest.dSYM
14010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14011 conftest$ac_exeext conftest.$ac_ext
14012 LIBS=$ac_check_soname_save_LIBS
14014 if test "x$ac_cv_lib_soname_sane" = "x"; then
14015 { $as_echo "$as_me:$LINENO: result: not found" >&5
14016 $as_echo "not found" >&6; }
14018 else
14019 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14020 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14022 cat >>confdefs.h <<_ACEOF
14023 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14024 _ACEOF
14026 SANEINCL="$ac_sane_incl"
14033 CPPFLAGS="$ac_save_CPPFLAGS"
14035 if test "x$ac_cv_lib_soname_sane" = "x"; then
14036 case "x$with_sane" in
14037 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14038 xno) ;;
14039 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14040 This is an error since --with-sane was requested." >&5
14041 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14042 This is an error since --with-sane was requested." >&2;}
14043 { (exit 1); exit 1; }; } ;;
14044 esac
14048 if test "x$with_gphoto" != "xno"
14049 then
14050 ac_save_CPPFLAGS="$CPPFLAGS"
14051 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14052 set dummy gphoto2-config; ac_word=$2
14053 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14054 $as_echo_n "checking for $ac_word... " >&6; }
14055 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14056 $as_echo_n "(cached) " >&6
14057 else
14058 if test -n "$gphoto2_devel"; then
14059 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14060 else
14061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14062 for as_dir in $PATH
14064 IFS=$as_save_IFS
14065 test -z "$as_dir" && as_dir=.
14066 for ac_exec_ext in '' $ac_executable_extensions; do
14067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14068 ac_cv_prog_gphoto2_devel="gphoto2-config"
14069 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14070 break 2
14072 done
14073 done
14074 IFS=$as_save_IFS
14076 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14079 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14080 if test -n "$gphoto2_devel"; then
14081 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14082 $as_echo "$gphoto2_devel" >&6; }
14083 else
14084 { $as_echo "$as_me:$LINENO: result: no" >&5
14085 $as_echo "no" >&6; }
14089 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14090 set dummy gphoto2-port-config; ac_word=$2
14091 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14092 $as_echo_n "checking for $ac_word... " >&6; }
14093 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14094 $as_echo_n "(cached) " >&6
14095 else
14096 if test -n "$gphoto2port_devel"; then
14097 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14098 else
14099 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14100 for as_dir in $PATH
14102 IFS=$as_save_IFS
14103 test -z "$as_dir" && as_dir=.
14104 for ac_exec_ext in '' $ac_executable_extensions; do
14105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14106 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14107 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14108 break 2
14110 done
14111 done
14112 IFS=$as_save_IFS
14114 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14117 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14118 if test -n "$gphoto2port_devel"; then
14119 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14120 $as_echo "$gphoto2port_devel" >&6; }
14121 else
14122 { $as_echo "$as_me:$LINENO: result: no" >&5
14123 $as_echo "no" >&6; }
14127 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14128 then
14129 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14130 ac_gphoto2_libs=""
14131 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14133 case "$i" in
14134 -L/usr/lib|-L/usr/lib64) ;;
14135 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14136 esac
14137 done
14138 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14140 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14141 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14142 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14143 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14144 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14145 $as_echo_n "(cached) " >&6
14147 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14148 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14149 else
14150 # Is the header compilable?
14151 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14152 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14153 cat >conftest.$ac_ext <<_ACEOF
14154 /* confdefs.h. */
14155 _ACEOF
14156 cat confdefs.h >>conftest.$ac_ext
14157 cat >>conftest.$ac_ext <<_ACEOF
14158 /* end confdefs.h. */
14159 $ac_includes_default
14160 #include <gphoto2-camera.h>
14161 _ACEOF
14162 rm -f conftest.$ac_objext
14163 if { (ac_try="$ac_compile"
14164 case "(($ac_try" in
14165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14166 *) ac_try_echo=$ac_try;;
14167 esac
14168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14169 $as_echo "$ac_try_echo") >&5
14170 (eval "$ac_compile") 2>conftest.er1
14171 ac_status=$?
14172 grep -v '^ *+' conftest.er1 >conftest.err
14173 rm -f conftest.er1
14174 cat conftest.err >&5
14175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14176 (exit $ac_status); } && {
14177 test -z "$ac_c_werror_flag" ||
14178 test ! -s conftest.err
14179 } && test -s conftest.$ac_objext; then
14180 ac_header_compiler=yes
14181 else
14182 $as_echo "$as_me: failed program was:" >&5
14183 sed 's/^/| /' conftest.$ac_ext >&5
14185 ac_header_compiler=no
14188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14189 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14190 $as_echo "$ac_header_compiler" >&6; }
14192 # Is the header present?
14193 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14194 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14195 cat >conftest.$ac_ext <<_ACEOF
14196 /* confdefs.h. */
14197 _ACEOF
14198 cat confdefs.h >>conftest.$ac_ext
14199 cat >>conftest.$ac_ext <<_ACEOF
14200 /* end confdefs.h. */
14201 #include <gphoto2-camera.h>
14202 _ACEOF
14203 if { (ac_try="$ac_cpp conftest.$ac_ext"
14204 case "(($ac_try" in
14205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14206 *) ac_try_echo=$ac_try;;
14207 esac
14208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14209 $as_echo "$ac_try_echo") >&5
14210 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14211 ac_status=$?
14212 grep -v '^ *+' conftest.er1 >conftest.err
14213 rm -f conftest.er1
14214 cat conftest.err >&5
14215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216 (exit $ac_status); } >/dev/null && {
14217 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14218 test ! -s conftest.err
14219 }; then
14220 ac_header_preproc=yes
14221 else
14222 $as_echo "$as_me: failed program was:" >&5
14223 sed 's/^/| /' conftest.$ac_ext >&5
14225 ac_header_preproc=no
14228 rm -f conftest.err conftest.$ac_ext
14229 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14230 $as_echo "$ac_header_preproc" >&6; }
14232 # So? What about this header?
14233 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14234 yes:no: )
14235 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14236 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14237 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14238 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14239 ac_header_preproc=yes
14241 no:yes:* )
14242 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14243 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14244 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14245 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14246 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14247 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14248 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14249 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14250 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14251 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14252 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14253 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14254 ( cat <<\_ASBOX
14255 ## ------------------------------------ ##
14256 ## Report this to wine-devel@winehq.org ##
14257 ## ------------------------------------ ##
14258 _ASBOX
14259 ) | sed "s/^/$as_me: WARNING: /" >&2
14261 esac
14262 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14263 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14264 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14265 $as_echo_n "(cached) " >&6
14266 else
14267 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14269 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14270 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14273 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14274 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14275 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14276 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14277 $as_echo_n "(cached) " >&6
14278 else
14279 ac_check_lib_save_LIBS=$LIBS
14280 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14281 cat >conftest.$ac_ext <<_ACEOF
14282 /* confdefs.h. */
14283 _ACEOF
14284 cat confdefs.h >>conftest.$ac_ext
14285 cat >>conftest.$ac_ext <<_ACEOF
14286 /* end confdefs.h. */
14288 /* Override any GCC internal prototype to avoid an error.
14289 Use char because int might match the return type of a GCC
14290 builtin and then its argument prototype would still apply. */
14291 #ifdef __cplusplus
14292 extern "C"
14293 #endif
14294 char gp_camera_new ();
14296 main ()
14298 return gp_camera_new ();
14300 return 0;
14302 _ACEOF
14303 rm -f conftest.$ac_objext conftest$ac_exeext
14304 if { (ac_try="$ac_link"
14305 case "(($ac_try" in
14306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14307 *) ac_try_echo=$ac_try;;
14308 esac
14309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14310 $as_echo "$ac_try_echo") >&5
14311 (eval "$ac_link") 2>conftest.er1
14312 ac_status=$?
14313 grep -v '^ *+' conftest.er1 >conftest.err
14314 rm -f conftest.er1
14315 cat conftest.err >&5
14316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14317 (exit $ac_status); } && {
14318 test -z "$ac_c_werror_flag" ||
14319 test ! -s conftest.err
14320 } && test -s conftest$ac_exeext && {
14321 test "$cross_compiling" = yes ||
14322 $as_test_x conftest$ac_exeext
14323 }; then
14324 ac_cv_lib_gphoto2_gp_camera_new=yes
14325 else
14326 $as_echo "$as_me: failed program was:" >&5
14327 sed 's/^/| /' conftest.$ac_ext >&5
14329 ac_cv_lib_gphoto2_gp_camera_new=no
14332 rm -rf conftest.dSYM
14333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14334 conftest$ac_exeext conftest.$ac_ext
14335 LIBS=$ac_check_lib_save_LIBS
14337 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14338 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14339 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14341 cat >>confdefs.h <<\_ACEOF
14342 #define HAVE_GPHOTO2 1
14343 _ACEOF
14345 GPHOTO2LIBS="$ac_gphoto2_libs"
14347 GPHOTO2INCL="$ac_gphoto2_incl"
14354 CPPFLAGS="$ac_save_CPPFLAGS"
14356 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14357 case "x$with_gphoto" in
14358 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14359 xno) ;;
14360 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14361 This is an error since --with-gphoto was requested." >&5
14362 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14363 This is an error since --with-gphoto was requested." >&2;}
14364 { (exit 1); exit 1; }; } ;;
14365 esac
14370 RESOLVLIBS=""
14372 if test "$ac_cv_header_resolv_h" = "yes"
14373 then
14374 ac_save_LIBS="$LIBS"
14375 LIBS="$LIBS -lresolv"
14376 cat >conftest.$ac_ext <<_ACEOF
14377 /* confdefs.h. */
14378 _ACEOF
14379 cat confdefs.h >>conftest.$ac_ext
14380 cat >>conftest.$ac_ext <<_ACEOF
14381 /* end confdefs.h. */
14382 #ifdef HAVE_NETINET_IN_H
14383 #include <netinet/in.h>
14384 #endif
14385 #include <resolv.h>
14387 main ()
14389 res_init();
14391 return 0;
14393 _ACEOF
14394 rm -f conftest.$ac_objext conftest$ac_exeext
14395 if { (ac_try="$ac_link"
14396 case "(($ac_try" in
14397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14398 *) ac_try_echo=$ac_try;;
14399 esac
14400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14401 $as_echo "$ac_try_echo") >&5
14402 (eval "$ac_link") 2>conftest.er1
14403 ac_status=$?
14404 grep -v '^ *+' conftest.er1 >conftest.err
14405 rm -f conftest.er1
14406 cat conftest.err >&5
14407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14408 (exit $ac_status); } && {
14409 test -z "$ac_c_werror_flag" ||
14410 test ! -s conftest.err
14411 } && test -s conftest$ac_exeext && {
14412 test "$cross_compiling" = yes ||
14413 $as_test_x conftest$ac_exeext
14414 }; then
14416 cat >>confdefs.h <<\_ACEOF
14417 #define HAVE_RESOLV 1
14418 _ACEOF
14420 RESOLVLIBS="-lresolv"
14421 else
14422 $as_echo "$as_me: failed program was:" >&5
14423 sed 's/^/| /' conftest.$ac_ext >&5
14428 rm -rf conftest.dSYM
14429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14430 conftest$ac_exeext conftest.$ac_ext
14431 LIBS="$ac_save_LIBS"
14434 LCMSLIBS=""
14436 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14437 then
14438 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14439 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14440 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14441 $as_echo_n "(cached) " >&6
14442 else
14443 ac_check_lib_save_LIBS=$LIBS
14444 LIBS="-llcms $LIBS"
14445 cat >conftest.$ac_ext <<_ACEOF
14446 /* confdefs.h. */
14447 _ACEOF
14448 cat confdefs.h >>conftest.$ac_ext
14449 cat >>conftest.$ac_ext <<_ACEOF
14450 /* end confdefs.h. */
14452 /* Override any GCC internal prototype to avoid an error.
14453 Use char because int might match the return type of a GCC
14454 builtin and then its argument prototype would still apply. */
14455 #ifdef __cplusplus
14456 extern "C"
14457 #endif
14458 char cmsOpenProfileFromFile ();
14460 main ()
14462 return cmsOpenProfileFromFile ();
14464 return 0;
14466 _ACEOF
14467 rm -f conftest.$ac_objext conftest$ac_exeext
14468 if { (ac_try="$ac_link"
14469 case "(($ac_try" in
14470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14471 *) ac_try_echo=$ac_try;;
14472 esac
14473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14474 $as_echo "$ac_try_echo") >&5
14475 (eval "$ac_link") 2>conftest.er1
14476 ac_status=$?
14477 grep -v '^ *+' conftest.er1 >conftest.err
14478 rm -f conftest.er1
14479 cat conftest.err >&5
14480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14481 (exit $ac_status); } && {
14482 test -z "$ac_c_werror_flag" ||
14483 test ! -s conftest.err
14484 } && test -s conftest$ac_exeext && {
14485 test "$cross_compiling" = yes ||
14486 $as_test_x conftest$ac_exeext
14487 }; then
14488 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14489 else
14490 $as_echo "$as_me: failed program was:" >&5
14491 sed 's/^/| /' conftest.$ac_ext >&5
14493 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14496 rm -rf conftest.dSYM
14497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14498 conftest$ac_exeext conftest.$ac_ext
14499 LIBS=$ac_check_lib_save_LIBS
14501 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14502 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14503 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14505 cat >>confdefs.h <<\_ACEOF
14506 #define HAVE_LCMS 1
14507 _ACEOF
14509 LCMSLIBS="-llcms"
14513 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14514 case "x$with_cms" in
14515 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14516 xno) ;;
14517 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14518 This is an error since --with-cms was requested." >&5
14519 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14520 This is an error since --with-cms was requested." >&2;}
14521 { (exit 1); exit 1; }; } ;;
14522 esac
14526 if test "x$with_freetype" != "xno"
14527 then
14528 for ac_prog in freetype-config freetype2-config
14530 # Extract the first word of "$ac_prog", so it can be a program name with args.
14531 set dummy $ac_prog; ac_word=$2
14532 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14533 $as_echo_n "checking for $ac_word... " >&6; }
14534 if test "${ac_cv_prog_ft_devel+set}" = set; then
14535 $as_echo_n "(cached) " >&6
14536 else
14537 if test -n "$ft_devel"; then
14538 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14539 else
14540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14541 for as_dir in $PATH
14543 IFS=$as_save_IFS
14544 test -z "$as_dir" && as_dir=.
14545 for ac_exec_ext in '' $ac_executable_extensions; do
14546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14547 ac_cv_prog_ft_devel="$ac_prog"
14548 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14549 break 2
14551 done
14552 done
14553 IFS=$as_save_IFS
14557 ft_devel=$ac_cv_prog_ft_devel
14558 if test -n "$ft_devel"; then
14559 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14560 $as_echo "$ft_devel" >&6; }
14561 else
14562 { $as_echo "$as_me:$LINENO: result: no" >&5
14563 $as_echo "no" >&6; }
14567 test -n "$ft_devel" && break
14568 done
14569 test -n "$ft_devel" || ft_devel="no"
14571 if test "$ft_devel" != "no"
14572 then
14573 ac_freetype_incl=`$ft_devel --cflags`
14574 ac_freetype_libs=`$ft_devel --libs`
14576 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14577 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14578 $as_echo_n "checking for -lfreetype... " >&6; }
14579 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14580 $as_echo_n "(cached) " >&6
14581 else
14582 ac_check_soname_save_LIBS=$LIBS
14583 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14584 cat >conftest.$ac_ext <<_ACEOF
14585 /* confdefs.h. */
14586 _ACEOF
14587 cat confdefs.h >>conftest.$ac_ext
14588 cat >>conftest.$ac_ext <<_ACEOF
14589 /* end confdefs.h. */
14591 /* Override any GCC internal prototype to avoid an error.
14592 Use char because int might match the return type of a GCC
14593 builtin and then its argument prototype would still apply. */
14594 #ifdef __cplusplus
14595 extern "C"
14596 #endif
14597 char FT_Init_FreeType ();
14599 main ()
14601 return FT_Init_FreeType ();
14603 return 0;
14605 _ACEOF
14606 rm -f conftest.$ac_objext conftest$ac_exeext
14607 if { (ac_try="$ac_link"
14608 case "(($ac_try" in
14609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14610 *) ac_try_echo=$ac_try;;
14611 esac
14612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14613 $as_echo "$ac_try_echo") >&5
14614 (eval "$ac_link") 2>conftest.er1
14615 ac_status=$?
14616 grep -v '^ *+' conftest.er1 >conftest.err
14617 rm -f conftest.er1
14618 cat conftest.err >&5
14619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14620 (exit $ac_status); } && {
14621 test -z "$ac_c_werror_flag" ||
14622 test ! -s conftest.err
14623 } && test -s conftest$ac_exeext && {
14624 test "$cross_compiling" = yes ||
14625 $as_test_x conftest$ac_exeext
14626 }; then
14627 case "$LIBEXT" in
14628 dll) ;;
14629 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'` ;;
14630 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14631 esac
14632 else
14633 $as_echo "$as_me: failed program was:" >&5
14634 sed 's/^/| /' conftest.$ac_ext >&5
14639 rm -rf conftest.dSYM
14640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14641 conftest$ac_exeext conftest.$ac_ext
14642 LIBS=$ac_check_soname_save_LIBS
14644 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14645 { $as_echo "$as_me:$LINENO: result: not found" >&5
14646 $as_echo "not found" >&6; }
14647 ft_lib=no
14648 else
14649 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14650 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14652 cat >>confdefs.h <<_ACEOF
14653 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14654 _ACEOF
14656 ft_lib=yes
14659 if test "$ft_lib" = "yes"
14660 then
14661 ac_save_CPPFLAGS="$CPPFLAGS"
14662 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14676 for ac_header in ft2build.h \
14677 freetype/freetype.h \
14678 freetype/ftglyph.h \
14679 freetype/fttypes.h \
14680 freetype/tttables.h \
14681 freetype/ftnames.h \
14682 freetype/ftsnames.h \
14683 freetype/ttnameid.h \
14684 freetype/ftoutln.h \
14685 freetype/ftwinfnt.h \
14686 freetype/ftmodapi.h \
14687 freetype/ftlcdfil.h \
14688 freetype/internal/sfnt.h
14690 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14691 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14692 $as_echo_n "checking for $ac_header... " >&6; }
14693 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14694 $as_echo_n "(cached) " >&6
14695 else
14696 cat >conftest.$ac_ext <<_ACEOF
14697 /* confdefs.h. */
14698 _ACEOF
14699 cat confdefs.h >>conftest.$ac_ext
14700 cat >>conftest.$ac_ext <<_ACEOF
14701 /* end confdefs.h. */
14702 #ifdef HAVE_FT2BUILD_H
14703 # include <ft2build.h>
14704 #endif
14706 #include <$ac_header>
14707 _ACEOF
14708 rm -f conftest.$ac_objext
14709 if { (ac_try="$ac_compile"
14710 case "(($ac_try" in
14711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14712 *) ac_try_echo=$ac_try;;
14713 esac
14714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14715 $as_echo "$ac_try_echo") >&5
14716 (eval "$ac_compile") 2>conftest.er1
14717 ac_status=$?
14718 grep -v '^ *+' conftest.er1 >conftest.err
14719 rm -f conftest.er1
14720 cat conftest.err >&5
14721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14722 (exit $ac_status); } && {
14723 test -z "$ac_c_werror_flag" ||
14724 test ! -s conftest.err
14725 } && test -s conftest.$ac_objext; then
14726 eval "$as_ac_Header=yes"
14727 else
14728 $as_echo "$as_me: failed program was:" >&5
14729 sed 's/^/| /' conftest.$ac_ext >&5
14731 eval "$as_ac_Header=no"
14734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14736 ac_res=`eval 'as_val=${'$as_ac_Header'}
14737 $as_echo "$as_val"'`
14738 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14739 $as_echo "$ac_res" >&6; }
14740 as_val=`eval 'as_val=${'$as_ac_Header'}
14741 $as_echo "$as_val"'`
14742 if test "x$as_val" = x""yes; then
14743 cat >>confdefs.h <<_ACEOF
14744 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14745 _ACEOF
14749 done
14751 cat >conftest.$ac_ext <<_ACEOF
14752 /* confdefs.h. */
14753 _ACEOF
14754 cat confdefs.h >>conftest.$ac_ext
14755 cat >>conftest.$ac_ext <<_ACEOF
14756 /* end confdefs.h. */
14757 #include <ft2build.h>
14758 #include <freetype/fttrigon.h>
14759 _ACEOF
14760 if { (ac_try="$ac_cpp conftest.$ac_ext"
14761 case "(($ac_try" in
14762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14763 *) ac_try_echo=$ac_try;;
14764 esac
14765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14766 $as_echo "$ac_try_echo") >&5
14767 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14768 ac_status=$?
14769 grep -v '^ *+' conftest.er1 >conftest.err
14770 rm -f conftest.er1
14771 cat conftest.err >&5
14772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14773 (exit $ac_status); } >/dev/null && {
14774 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14775 test ! -s conftest.err
14776 }; then
14778 cat >>confdefs.h <<\_ACEOF
14779 #define HAVE_FREETYPE_FTTRIGON_H 1
14780 _ACEOF
14782 wine_cv_fttrigon=yes
14783 else
14784 $as_echo "$as_me: failed program was:" >&5
14785 sed 's/^/| /' conftest.$ac_ext >&5
14787 wine_cv_fttrigon=no
14790 rm -f conftest.err conftest.$ac_ext
14791 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14792 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14793 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14794 $as_echo_n "(cached) " >&6
14795 else
14796 ac_cv_type_FT_TrueTypeEngineType=no
14797 cat >conftest.$ac_ext <<_ACEOF
14798 /* confdefs.h. */
14799 _ACEOF
14800 cat confdefs.h >>conftest.$ac_ext
14801 cat >>conftest.$ac_ext <<_ACEOF
14802 /* end confdefs.h. */
14803 #include <freetype/ftmodapi.h>
14806 main ()
14808 if (sizeof (FT_TrueTypeEngineType))
14809 return 0;
14811 return 0;
14813 _ACEOF
14814 rm -f conftest.$ac_objext
14815 if { (ac_try="$ac_compile"
14816 case "(($ac_try" in
14817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14818 *) ac_try_echo=$ac_try;;
14819 esac
14820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14821 $as_echo "$ac_try_echo") >&5
14822 (eval "$ac_compile") 2>conftest.er1
14823 ac_status=$?
14824 grep -v '^ *+' conftest.er1 >conftest.err
14825 rm -f conftest.er1
14826 cat conftest.err >&5
14827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14828 (exit $ac_status); } && {
14829 test -z "$ac_c_werror_flag" ||
14830 test ! -s conftest.err
14831 } && test -s conftest.$ac_objext; then
14832 cat >conftest.$ac_ext <<_ACEOF
14833 /* confdefs.h. */
14834 _ACEOF
14835 cat confdefs.h >>conftest.$ac_ext
14836 cat >>conftest.$ac_ext <<_ACEOF
14837 /* end confdefs.h. */
14838 #include <freetype/ftmodapi.h>
14841 main ()
14843 if (sizeof ((FT_TrueTypeEngineType)))
14844 return 0;
14846 return 0;
14848 _ACEOF
14849 rm -f conftest.$ac_objext
14850 if { (ac_try="$ac_compile"
14851 case "(($ac_try" in
14852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14853 *) ac_try_echo=$ac_try;;
14854 esac
14855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14856 $as_echo "$ac_try_echo") >&5
14857 (eval "$ac_compile") 2>conftest.er1
14858 ac_status=$?
14859 grep -v '^ *+' conftest.er1 >conftest.err
14860 rm -f conftest.er1
14861 cat conftest.err >&5
14862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14863 (exit $ac_status); } && {
14864 test -z "$ac_c_werror_flag" ||
14865 test ! -s conftest.err
14866 } && test -s conftest.$ac_objext; then
14868 else
14869 $as_echo "$as_me: failed program was:" >&5
14870 sed 's/^/| /' conftest.$ac_ext >&5
14872 ac_cv_type_FT_TrueTypeEngineType=yes
14875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14876 else
14877 $as_echo "$as_me: failed program was:" >&5
14878 sed 's/^/| /' conftest.$ac_ext >&5
14883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14885 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14886 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14887 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14889 cat >>confdefs.h <<_ACEOF
14890 #define HAVE_FT_TRUETYPEENGINETYPE 1
14891 _ACEOF
14896 ac_save_CFLAGS="$CFLAGS"
14897 CFLAGS="$CFLAGS $ac_freetype_libs"
14899 for ac_func in FT_Load_Sfnt_Table
14901 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14902 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14903 $as_echo_n "checking for $ac_func... " >&6; }
14904 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14905 $as_echo_n "(cached) " >&6
14906 else
14907 cat >conftest.$ac_ext <<_ACEOF
14908 /* confdefs.h. */
14909 _ACEOF
14910 cat confdefs.h >>conftest.$ac_ext
14911 cat >>conftest.$ac_ext <<_ACEOF
14912 /* end confdefs.h. */
14913 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14914 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14915 #define $ac_func innocuous_$ac_func
14917 /* System header to define __stub macros and hopefully few prototypes,
14918 which can conflict with char $ac_func (); below.
14919 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14920 <limits.h> exists even on freestanding compilers. */
14922 #ifdef __STDC__
14923 # include <limits.h>
14924 #else
14925 # include <assert.h>
14926 #endif
14928 #undef $ac_func
14930 /* Override any GCC internal prototype to avoid an error.
14931 Use char because int might match the return type of a GCC
14932 builtin and then its argument prototype would still apply. */
14933 #ifdef __cplusplus
14934 extern "C"
14935 #endif
14936 char $ac_func ();
14937 /* The GNU C library defines this for functions which it implements
14938 to always fail with ENOSYS. Some functions are actually named
14939 something starting with __ and the normal name is an alias. */
14940 #if defined __stub_$ac_func || defined __stub___$ac_func
14941 choke me
14942 #endif
14945 main ()
14947 return $ac_func ();
14949 return 0;
14951 _ACEOF
14952 rm -f conftest.$ac_objext conftest$ac_exeext
14953 if { (ac_try="$ac_link"
14954 case "(($ac_try" in
14955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14956 *) ac_try_echo=$ac_try;;
14957 esac
14958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14959 $as_echo "$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 $as_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 test "$cross_compiling" = yes ||
14971 $as_test_x conftest$ac_exeext
14972 }; then
14973 eval "$as_ac_var=yes"
14974 else
14975 $as_echo "$as_me: failed program was:" >&5
14976 sed 's/^/| /' conftest.$ac_ext >&5
14978 eval "$as_ac_var=no"
14981 rm -rf conftest.dSYM
14982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14983 conftest$ac_exeext conftest.$ac_ext
14985 ac_res=`eval 'as_val=${'$as_ac_var'}
14986 $as_echo "$as_val"'`
14987 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14988 $as_echo "$ac_res" >&6; }
14989 as_val=`eval 'as_val=${'$as_ac_var'}
14990 $as_echo "$as_val"'`
14991 if test "x$as_val" = x""yes; then
14992 cat >>confdefs.h <<_ACEOF
14993 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14994 _ACEOF
14997 done
14999 CFLAGS="$ac_save_CFLAGS"
15000 CPPFLAGS="$ac_save_CPPFLAGS"
15001 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
15002 then
15004 cat >>confdefs.h <<\_ACEOF
15005 #define HAVE_FREETYPE 1
15006 _ACEOF
15008 FREETYPELIBS="$ac_freetype_libs"
15010 FREETYPEINCL="$ac_freetype_incl"
15015 if test "x$FREETYPELIBS" = "x"; then
15016 case "x$with_freetype" in
15017 xno) ;;
15018 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15019 Use the --without-freetype option if you really want this." >&5
15020 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15021 Use the --without-freetype option if you really want this." >&2;}
15022 { (exit 1); exit 1; }; } ;;
15023 esac
15026 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15028 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15029 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15030 if test "${ac_cv_c_ppdev+set}" = set; then
15031 $as_echo_n "(cached) " >&6
15032 else
15033 cat >conftest.$ac_ext <<_ACEOF
15034 /* confdefs.h. */
15035 _ACEOF
15036 cat confdefs.h >>conftest.$ac_ext
15037 cat >>conftest.$ac_ext <<_ACEOF
15038 /* end confdefs.h. */
15039 #include <linux/ppdev.h>
15041 main ()
15043 ioctl (1,PPCLAIM,0)
15045 return 0;
15047 _ACEOF
15048 rm -f conftest.$ac_objext
15049 if { (ac_try="$ac_compile"
15050 case "(($ac_try" in
15051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15052 *) ac_try_echo=$ac_try;;
15053 esac
15054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15055 $as_echo "$ac_try_echo") >&5
15056 (eval "$ac_compile") 2>conftest.er1
15057 ac_status=$?
15058 grep -v '^ *+' conftest.er1 >conftest.err
15059 rm -f conftest.er1
15060 cat conftest.err >&5
15061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15062 (exit $ac_status); } && {
15063 test -z "$ac_c_werror_flag" ||
15064 test ! -s conftest.err
15065 } && test -s conftest.$ac_objext; then
15066 ac_cv_c_ppdev="yes"
15067 else
15068 $as_echo "$as_me: failed program was:" >&5
15069 sed 's/^/| /' conftest.$ac_ext >&5
15071 ac_cv_c_ppdev="no"
15074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15076 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15077 $as_echo "$ac_cv_c_ppdev" >&6; }
15078 if test "$ac_cv_c_ppdev" = "yes"
15079 then
15081 cat >>confdefs.h <<\_ACEOF
15082 #define HAVE_PPDEV 1
15083 _ACEOF
15087 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15088 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15089 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15090 $as_echo_n "(cached) " >&6
15091 else
15092 ac_cv_type_pthread_rwlock_t=no
15093 cat >conftest.$ac_ext <<_ACEOF
15094 /* confdefs.h. */
15095 _ACEOF
15096 cat confdefs.h >>conftest.$ac_ext
15097 cat >>conftest.$ac_ext <<_ACEOF
15098 /* end confdefs.h. */
15099 #define _GNU_SOURCE
15100 #include <pthread.h>
15103 main ()
15105 if (sizeof (pthread_rwlock_t))
15106 return 0;
15108 return 0;
15110 _ACEOF
15111 rm -f conftest.$ac_objext
15112 if { (ac_try="$ac_compile"
15113 case "(($ac_try" in
15114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15115 *) ac_try_echo=$ac_try;;
15116 esac
15117 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15118 $as_echo "$ac_try_echo") >&5
15119 (eval "$ac_compile") 2>conftest.er1
15120 ac_status=$?
15121 grep -v '^ *+' conftest.er1 >conftest.err
15122 rm -f conftest.er1
15123 cat conftest.err >&5
15124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15125 (exit $ac_status); } && {
15126 test -z "$ac_c_werror_flag" ||
15127 test ! -s conftest.err
15128 } && test -s conftest.$ac_objext; then
15129 cat >conftest.$ac_ext <<_ACEOF
15130 /* confdefs.h. */
15131 _ACEOF
15132 cat confdefs.h >>conftest.$ac_ext
15133 cat >>conftest.$ac_ext <<_ACEOF
15134 /* end confdefs.h. */
15135 #define _GNU_SOURCE
15136 #include <pthread.h>
15139 main ()
15141 if (sizeof ((pthread_rwlock_t)))
15142 return 0;
15144 return 0;
15146 _ACEOF
15147 rm -f conftest.$ac_objext
15148 if { (ac_try="$ac_compile"
15149 case "(($ac_try" in
15150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15151 *) ac_try_echo=$ac_try;;
15152 esac
15153 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15154 $as_echo "$ac_try_echo") >&5
15155 (eval "$ac_compile") 2>conftest.er1
15156 ac_status=$?
15157 grep -v '^ *+' conftest.er1 >conftest.err
15158 rm -f conftest.er1
15159 cat conftest.err >&5
15160 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15161 (exit $ac_status); } && {
15162 test -z "$ac_c_werror_flag" ||
15163 test ! -s conftest.err
15164 } && test -s conftest.$ac_objext; then
15166 else
15167 $as_echo "$as_me: failed program was:" >&5
15168 sed 's/^/| /' conftest.$ac_ext >&5
15170 ac_cv_type_pthread_rwlock_t=yes
15173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15174 else
15175 $as_echo "$as_me: failed program was:" >&5
15176 sed 's/^/| /' conftest.$ac_ext >&5
15181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15183 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15184 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15185 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15187 cat >>confdefs.h <<_ACEOF
15188 #define HAVE_PTHREAD_RWLOCK_T 1
15189 _ACEOF
15193 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15194 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15195 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15196 $as_echo_n "(cached) " >&6
15197 else
15198 ac_cv_type_pthread_rwlockattr_t=no
15199 cat >conftest.$ac_ext <<_ACEOF
15200 /* confdefs.h. */
15201 _ACEOF
15202 cat confdefs.h >>conftest.$ac_ext
15203 cat >>conftest.$ac_ext <<_ACEOF
15204 /* end confdefs.h. */
15205 #define _GNU_SOURCE
15206 #include <pthread.h>
15209 main ()
15211 if (sizeof (pthread_rwlockattr_t))
15212 return 0;
15214 return 0;
15216 _ACEOF
15217 rm -f conftest.$ac_objext
15218 if { (ac_try="$ac_compile"
15219 case "(($ac_try" in
15220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15221 *) ac_try_echo=$ac_try;;
15222 esac
15223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15224 $as_echo "$ac_try_echo") >&5
15225 (eval "$ac_compile") 2>conftest.er1
15226 ac_status=$?
15227 grep -v '^ *+' conftest.er1 >conftest.err
15228 rm -f conftest.er1
15229 cat conftest.err >&5
15230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15231 (exit $ac_status); } && {
15232 test -z "$ac_c_werror_flag" ||
15233 test ! -s conftest.err
15234 } && test -s conftest.$ac_objext; then
15235 cat >conftest.$ac_ext <<_ACEOF
15236 /* confdefs.h. */
15237 _ACEOF
15238 cat confdefs.h >>conftest.$ac_ext
15239 cat >>conftest.$ac_ext <<_ACEOF
15240 /* end confdefs.h. */
15241 #define _GNU_SOURCE
15242 #include <pthread.h>
15245 main ()
15247 if (sizeof ((pthread_rwlockattr_t)))
15248 return 0;
15250 return 0;
15252 _ACEOF
15253 rm -f conftest.$ac_objext
15254 if { (ac_try="$ac_compile"
15255 case "(($ac_try" in
15256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15257 *) ac_try_echo=$ac_try;;
15258 esac
15259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15260 $as_echo "$ac_try_echo") >&5
15261 (eval "$ac_compile") 2>conftest.er1
15262 ac_status=$?
15263 grep -v '^ *+' conftest.er1 >conftest.err
15264 rm -f conftest.er1
15265 cat conftest.err >&5
15266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15267 (exit $ac_status); } && {
15268 test -z "$ac_c_werror_flag" ||
15269 test ! -s conftest.err
15270 } && test -s conftest.$ac_objext; then
15272 else
15273 $as_echo "$as_me: failed program was:" >&5
15274 sed 's/^/| /' conftest.$ac_ext >&5
15276 ac_cv_type_pthread_rwlockattr_t=yes
15279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15280 else
15281 $as_echo "$as_me: failed program was:" >&5
15282 sed 's/^/| /' conftest.$ac_ext >&5
15287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15289 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15290 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15291 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15293 cat >>confdefs.h <<_ACEOF
15294 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15295 _ACEOF
15301 ac_wine_check_funcs_save_LIBS="$LIBS"
15302 LIBS="$LIBS $LIBPTHREAD"
15307 for ac_func in \
15308 pthread_attr_get_np \
15309 pthread_getattr_np \
15310 pthread_get_stackaddr_np \
15311 pthread_get_stacksize_np
15313 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15314 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15315 $as_echo_n "checking for $ac_func... " >&6; }
15316 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15317 $as_echo_n "(cached) " >&6
15318 else
15319 cat >conftest.$ac_ext <<_ACEOF
15320 /* confdefs.h. */
15321 _ACEOF
15322 cat confdefs.h >>conftest.$ac_ext
15323 cat >>conftest.$ac_ext <<_ACEOF
15324 /* end confdefs.h. */
15325 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15326 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15327 #define $ac_func innocuous_$ac_func
15329 /* System header to define __stub macros and hopefully few prototypes,
15330 which can conflict with char $ac_func (); below.
15331 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15332 <limits.h> exists even on freestanding compilers. */
15334 #ifdef __STDC__
15335 # include <limits.h>
15336 #else
15337 # include <assert.h>
15338 #endif
15340 #undef $ac_func
15342 /* Override any GCC internal prototype to avoid an error.
15343 Use char because int might match the return type of a GCC
15344 builtin and then its argument prototype would still apply. */
15345 #ifdef __cplusplus
15346 extern "C"
15347 #endif
15348 char $ac_func ();
15349 /* The GNU C library defines this for functions which it implements
15350 to always fail with ENOSYS. Some functions are actually named
15351 something starting with __ and the normal name is an alias. */
15352 #if defined __stub_$ac_func || defined __stub___$ac_func
15353 choke me
15354 #endif
15357 main ()
15359 return $ac_func ();
15361 return 0;
15363 _ACEOF
15364 rm -f conftest.$ac_objext conftest$ac_exeext
15365 if { (ac_try="$ac_link"
15366 case "(($ac_try" in
15367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15368 *) ac_try_echo=$ac_try;;
15369 esac
15370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15371 $as_echo "$ac_try_echo") >&5
15372 (eval "$ac_link") 2>conftest.er1
15373 ac_status=$?
15374 grep -v '^ *+' conftest.er1 >conftest.err
15375 rm -f conftest.er1
15376 cat conftest.err >&5
15377 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15378 (exit $ac_status); } && {
15379 test -z "$ac_c_werror_flag" ||
15380 test ! -s conftest.err
15381 } && test -s conftest$ac_exeext && {
15382 test "$cross_compiling" = yes ||
15383 $as_test_x conftest$ac_exeext
15384 }; then
15385 eval "$as_ac_var=yes"
15386 else
15387 $as_echo "$as_me: failed program was:" >&5
15388 sed 's/^/| /' conftest.$ac_ext >&5
15390 eval "$as_ac_var=no"
15393 rm -rf conftest.dSYM
15394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15395 conftest$ac_exeext conftest.$ac_ext
15397 ac_res=`eval 'as_val=${'$as_ac_var'}
15398 $as_echo "$as_val"'`
15399 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15400 $as_echo "$ac_res" >&6; }
15401 as_val=`eval 'as_val=${'$as_ac_var'}
15402 $as_echo "$as_val"'`
15403 if test "x$as_val" = x""yes; then
15404 cat >>confdefs.h <<_ACEOF
15405 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15406 _ACEOF
15409 done
15411 LIBS="$ac_wine_check_funcs_save_LIBS"
15413 if test "x$with_esd" != xno
15414 then
15415 save_CFLAGS="$CFLAGS"
15416 # Extract the first word of "esd-config", so it can be a program name with args.
15417 set dummy esd-config; ac_word=$2
15418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15419 $as_echo_n "checking for $ac_word... " >&6; }
15420 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15421 $as_echo_n "(cached) " >&6
15422 else
15423 case $ESDCONFIG in
15424 [\\/]* | ?:[\\/]*)
15425 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15429 for as_dir in $PATH
15431 IFS=$as_save_IFS
15432 test -z "$as_dir" && as_dir=.
15433 for ac_exec_ext in '' $ac_executable_extensions; do
15434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15435 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15436 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15437 break 2
15439 done
15440 done
15441 IFS=$as_save_IFS
15443 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15445 esac
15447 ESDCONFIG=$ac_cv_path_ESDCONFIG
15448 if test -n "$ESDCONFIG"; then
15449 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15450 $as_echo "$ESDCONFIG" >&6; }
15451 else
15452 { $as_echo "$as_me:$LINENO: result: no" >&5
15453 $as_echo "no" >&6; }
15457 if test "x$ESDCONFIG" != "xno"
15458 then
15459 ac_esd_incl=""
15460 for i in `$ESDCONFIG --cflags`
15462 case "$i" in
15463 -I*) ac_esd_incl="$ac_esd_incl $i";;
15464 esac
15465 done
15466 ac_esd_libs=`$ESDCONFIG --libs`
15467 CFLAGS="$CFLAGS $ac_esd_incl"
15469 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15470 if test "${ac_cv_header_esd_h+set}" = set; then
15471 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15472 $as_echo_n "checking for esd.h... " >&6; }
15473 if test "${ac_cv_header_esd_h+set}" = set; then
15474 $as_echo_n "(cached) " >&6
15476 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15477 $as_echo "$ac_cv_header_esd_h" >&6; }
15478 else
15479 # Is the header compilable?
15480 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15481 $as_echo_n "checking esd.h usability... " >&6; }
15482 cat >conftest.$ac_ext <<_ACEOF
15483 /* confdefs.h. */
15484 _ACEOF
15485 cat confdefs.h >>conftest.$ac_ext
15486 cat >>conftest.$ac_ext <<_ACEOF
15487 /* end confdefs.h. */
15488 $ac_includes_default
15489 #include <esd.h>
15490 _ACEOF
15491 rm -f conftest.$ac_objext
15492 if { (ac_try="$ac_compile"
15493 case "(($ac_try" in
15494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15495 *) ac_try_echo=$ac_try;;
15496 esac
15497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15498 $as_echo "$ac_try_echo") >&5
15499 (eval "$ac_compile") 2>conftest.er1
15500 ac_status=$?
15501 grep -v '^ *+' conftest.er1 >conftest.err
15502 rm -f conftest.er1
15503 cat conftest.err >&5
15504 $as_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_objext; then
15509 ac_header_compiler=yes
15510 else
15511 $as_echo "$as_me: failed program was:" >&5
15512 sed 's/^/| /' conftest.$ac_ext >&5
15514 ac_header_compiler=no
15517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15518 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15519 $as_echo "$ac_header_compiler" >&6; }
15521 # Is the header present?
15522 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15523 $as_echo_n "checking esd.h presence... " >&6; }
15524 cat >conftest.$ac_ext <<_ACEOF
15525 /* confdefs.h. */
15526 _ACEOF
15527 cat confdefs.h >>conftest.$ac_ext
15528 cat >>conftest.$ac_ext <<_ACEOF
15529 /* end confdefs.h. */
15530 #include <esd.h>
15531 _ACEOF
15532 if { (ac_try="$ac_cpp conftest.$ac_ext"
15533 case "(($ac_try" in
15534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15535 *) ac_try_echo=$ac_try;;
15536 esac
15537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15538 $as_echo "$ac_try_echo") >&5
15539 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15540 ac_status=$?
15541 grep -v '^ *+' conftest.er1 >conftest.err
15542 rm -f conftest.er1
15543 cat conftest.err >&5
15544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15545 (exit $ac_status); } >/dev/null && {
15546 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15547 test ! -s conftest.err
15548 }; then
15549 ac_header_preproc=yes
15550 else
15551 $as_echo "$as_me: failed program was:" >&5
15552 sed 's/^/| /' conftest.$ac_ext >&5
15554 ac_header_preproc=no
15557 rm -f conftest.err conftest.$ac_ext
15558 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15559 $as_echo "$ac_header_preproc" >&6; }
15561 # So? What about this header?
15562 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15563 yes:no: )
15564 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15565 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15566 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15567 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15568 ac_header_preproc=yes
15570 no:yes:* )
15571 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15572 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15573 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15574 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15575 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15576 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15577 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15578 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15579 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15580 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15581 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15582 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15583 ( cat <<\_ASBOX
15584 ## ------------------------------------ ##
15585 ## Report this to wine-devel@winehq.org ##
15586 ## ------------------------------------ ##
15587 _ASBOX
15588 ) | sed "s/^/$as_me: WARNING: /" >&2
15590 esac
15591 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15592 $as_echo_n "checking for esd.h... " >&6; }
15593 if test "${ac_cv_header_esd_h+set}" = set; then
15594 $as_echo_n "(cached) " >&6
15595 else
15596 ac_cv_header_esd_h=$ac_header_preproc
15598 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15599 $as_echo "$ac_cv_header_esd_h" >&6; }
15602 if test "x$ac_cv_header_esd_h" = x""yes; then
15603 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15604 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15605 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15606 $as_echo_n "(cached) " >&6
15607 else
15608 ac_check_lib_save_LIBS=$LIBS
15609 LIBS="-lesd $ac_esd_libs $LIBS"
15610 cat >conftest.$ac_ext <<_ACEOF
15611 /* confdefs.h. */
15612 _ACEOF
15613 cat confdefs.h >>conftest.$ac_ext
15614 cat >>conftest.$ac_ext <<_ACEOF
15615 /* end confdefs.h. */
15617 /* Override any GCC internal prototype to avoid an error.
15618 Use char because int might match the return type of a GCC
15619 builtin and then its argument prototype would still apply. */
15620 #ifdef __cplusplus
15621 extern "C"
15622 #endif
15623 char esd_open_sound ();
15625 main ()
15627 return esd_open_sound ();
15629 return 0;
15631 _ACEOF
15632 rm -f conftest.$ac_objext conftest$ac_exeext
15633 if { (ac_try="$ac_link"
15634 case "(($ac_try" in
15635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15636 *) ac_try_echo=$ac_try;;
15637 esac
15638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15639 $as_echo "$ac_try_echo") >&5
15640 (eval "$ac_link") 2>conftest.er1
15641 ac_status=$?
15642 grep -v '^ *+' conftest.er1 >conftest.err
15643 rm -f conftest.er1
15644 cat conftest.err >&5
15645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15646 (exit $ac_status); } && {
15647 test -z "$ac_c_werror_flag" ||
15648 test ! -s conftest.err
15649 } && test -s conftest$ac_exeext && {
15650 test "$cross_compiling" = yes ||
15651 $as_test_x conftest$ac_exeext
15652 }; then
15653 ac_cv_lib_esd_esd_open_sound=yes
15654 else
15655 $as_echo "$as_me: failed program was:" >&5
15656 sed 's/^/| /' conftest.$ac_ext >&5
15658 ac_cv_lib_esd_esd_open_sound=no
15661 rm -rf conftest.dSYM
15662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15663 conftest$ac_exeext conftest.$ac_ext
15664 LIBS=$ac_check_lib_save_LIBS
15666 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15667 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15668 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15669 ESDINCL="$ac_esd_incl"
15671 ESDLIBS="$ac_esd_libs"
15674 cat >>confdefs.h <<\_ACEOF
15675 #define HAVE_ESD 1
15676 _ACEOF
15683 CFLAGS="$save_CFLAGS"
15686 ALSALIBS=""
15688 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15689 then
15690 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15691 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15692 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15693 $as_echo_n "(cached) " >&6
15694 else
15695 ac_check_lib_save_LIBS=$LIBS
15696 LIBS="-lasound $LIBS"
15697 cat >conftest.$ac_ext <<_ACEOF
15698 /* confdefs.h. */
15699 _ACEOF
15700 cat confdefs.h >>conftest.$ac_ext
15701 cat >>conftest.$ac_ext <<_ACEOF
15702 /* end confdefs.h. */
15704 /* Override any GCC internal prototype to avoid an error.
15705 Use char because int might match the return type of a GCC
15706 builtin and then its argument prototype would still apply. */
15707 #ifdef __cplusplus
15708 extern "C"
15709 #endif
15710 char snd_pcm_hw_params_get_access ();
15712 main ()
15714 return snd_pcm_hw_params_get_access ();
15716 return 0;
15718 _ACEOF
15719 rm -f conftest.$ac_objext conftest$ac_exeext
15720 if { (ac_try="$ac_link"
15721 case "(($ac_try" in
15722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15723 *) ac_try_echo=$ac_try;;
15724 esac
15725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15726 $as_echo "$ac_try_echo") >&5
15727 (eval "$ac_link") 2>conftest.er1
15728 ac_status=$?
15729 grep -v '^ *+' conftest.er1 >conftest.err
15730 rm -f conftest.er1
15731 cat conftest.err >&5
15732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15733 (exit $ac_status); } && {
15734 test -z "$ac_c_werror_flag" ||
15735 test ! -s conftest.err
15736 } && test -s conftest$ac_exeext && {
15737 test "$cross_compiling" = yes ||
15738 $as_test_x conftest$ac_exeext
15739 }; then
15740 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15741 else
15742 $as_echo "$as_me: failed program was:" >&5
15743 sed 's/^/| /' conftest.$ac_ext >&5
15745 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15748 rm -rf conftest.dSYM
15749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15750 conftest$ac_exeext conftest.$ac_ext
15751 LIBS=$ac_check_lib_save_LIBS
15753 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15754 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15755 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15756 cat >conftest.$ac_ext <<_ACEOF
15757 /* confdefs.h. */
15758 _ACEOF
15759 cat confdefs.h >>conftest.$ac_ext
15760 cat >>conftest.$ac_ext <<_ACEOF
15761 /* end confdefs.h. */
15762 #ifdef HAVE_ALSA_ASOUNDLIB_H
15763 #include <alsa/asoundlib.h>
15764 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15765 #include <sys/asoundlib.h>
15766 #endif
15768 main ()
15770 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15772 return 0;
15774 _ACEOF
15775 rm -f conftest.$ac_objext
15776 if { (ac_try="$ac_compile"
15777 case "(($ac_try" in
15778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15779 *) ac_try_echo=$ac_try;;
15780 esac
15781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15782 $as_echo "$ac_try_echo") >&5
15783 (eval "$ac_compile") 2>conftest.er1
15784 ac_status=$?
15785 grep -v '^ *+' conftest.er1 >conftest.err
15786 rm -f conftest.er1
15787 cat conftest.err >&5
15788 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); } && {
15790 test -z "$ac_c_werror_flag" ||
15791 test ! -s conftest.err
15792 } && test -s conftest.$ac_objext; then
15794 cat >>confdefs.h <<\_ACEOF
15795 #define HAVE_ALSA 1
15796 _ACEOF
15798 ALSALIBS="-lasound"
15799 else
15800 $as_echo "$as_me: failed program was:" >&5
15801 sed 's/^/| /' conftest.$ac_ext >&5
15806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15811 AUDIOIOLIBS=""
15813 if test "$ac_cv_header_libaudioio_h" = "yes"
15814 then
15815 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15816 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15817 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15818 $as_echo_n "(cached) " >&6
15819 else
15820 ac_check_lib_save_LIBS=$LIBS
15821 LIBS="-laudioio $LIBS"
15822 cat >conftest.$ac_ext <<_ACEOF
15823 /* confdefs.h. */
15824 _ACEOF
15825 cat confdefs.h >>conftest.$ac_ext
15826 cat >>conftest.$ac_ext <<_ACEOF
15827 /* end confdefs.h. */
15829 /* Override any GCC internal prototype to avoid an error.
15830 Use char because int might match the return type of a GCC
15831 builtin and then its argument prototype would still apply. */
15832 #ifdef __cplusplus
15833 extern "C"
15834 #endif
15835 char AudioIOGetVersion ();
15837 main ()
15839 return AudioIOGetVersion ();
15841 return 0;
15843 _ACEOF
15844 rm -f conftest.$ac_objext conftest$ac_exeext
15845 if { (ac_try="$ac_link"
15846 case "(($ac_try" in
15847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15848 *) ac_try_echo=$ac_try;;
15849 esac
15850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15851 $as_echo "$ac_try_echo") >&5
15852 (eval "$ac_link") 2>conftest.er1
15853 ac_status=$?
15854 grep -v '^ *+' conftest.er1 >conftest.err
15855 rm -f conftest.er1
15856 cat conftest.err >&5
15857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15858 (exit $ac_status); } && {
15859 test -z "$ac_c_werror_flag" ||
15860 test ! -s conftest.err
15861 } && test -s conftest$ac_exeext && {
15862 test "$cross_compiling" = yes ||
15863 $as_test_x conftest$ac_exeext
15864 }; then
15865 ac_cv_lib_audioio_AudioIOGetVersion=yes
15866 else
15867 $as_echo "$as_me: failed program was:" >&5
15868 sed 's/^/| /' conftest.$ac_ext >&5
15870 ac_cv_lib_audioio_AudioIOGetVersion=no
15873 rm -rf conftest.dSYM
15874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15875 conftest$ac_exeext conftest.$ac_ext
15876 LIBS=$ac_check_lib_save_LIBS
15878 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15879 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15880 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15881 AUDIOIOLIBS="-laudioio"
15883 cat >>confdefs.h <<\_ACEOF
15884 #define HAVE_LIBAUDIOIO 1
15885 _ACEOF
15892 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15893 then
15894 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15895 $as_echo_n "checking for -lcapi20... " >&6; }
15896 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15897 $as_echo_n "(cached) " >&6
15898 else
15899 ac_check_soname_save_LIBS=$LIBS
15900 LIBS="-lcapi20 $LIBS"
15901 cat >conftest.$ac_ext <<_ACEOF
15902 /* confdefs.h. */
15903 _ACEOF
15904 cat confdefs.h >>conftest.$ac_ext
15905 cat >>conftest.$ac_ext <<_ACEOF
15906 /* end confdefs.h. */
15908 /* Override any GCC internal prototype to avoid an error.
15909 Use char because int might match the return type of a GCC
15910 builtin and then its argument prototype would still apply. */
15911 #ifdef __cplusplus
15912 extern "C"
15913 #endif
15914 char capi20_register ();
15916 main ()
15918 return capi20_register ();
15920 return 0;
15922 _ACEOF
15923 rm -f conftest.$ac_objext conftest$ac_exeext
15924 if { (ac_try="$ac_link"
15925 case "(($ac_try" in
15926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15927 *) ac_try_echo=$ac_try;;
15928 esac
15929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15930 $as_echo "$ac_try_echo") >&5
15931 (eval "$ac_link") 2>conftest.er1
15932 ac_status=$?
15933 grep -v '^ *+' conftest.er1 >conftest.err
15934 rm -f conftest.er1
15935 cat conftest.err >&5
15936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15937 (exit $ac_status); } && {
15938 test -z "$ac_c_werror_flag" ||
15939 test ! -s conftest.err
15940 } && test -s conftest$ac_exeext && {
15941 test "$cross_compiling" = yes ||
15942 $as_test_x conftest$ac_exeext
15943 }; then
15944 case "$LIBEXT" in
15945 dll) ;;
15946 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'` ;;
15947 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15948 esac
15949 else
15950 $as_echo "$as_me: failed program was:" >&5
15951 sed 's/^/| /' conftest.$ac_ext >&5
15956 rm -rf conftest.dSYM
15957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15958 conftest$ac_exeext conftest.$ac_ext
15959 LIBS=$ac_check_soname_save_LIBS
15961 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15962 { $as_echo "$as_me:$LINENO: result: not found" >&5
15963 $as_echo "not found" >&6; }
15965 else
15966 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15967 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15969 cat >>confdefs.h <<_ACEOF
15970 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15971 _ACEOF
15977 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15978 case "x$with_capi" in
15979 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15980 xno) ;;
15981 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15982 This is an error since --with-capi was requested." >&5
15983 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15984 This is an error since --with-capi was requested." >&2;}
15985 { (exit 1); exit 1; }; } ;;
15986 esac
15990 CUPSINCL=""
15992 if test "x$with_cups" != "xno"
15993 then
15994 ac_save_CPPFLAGS="$CPPFLAGS"
15995 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15996 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15997 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15999 for ac_header in cups/cups.h
16001 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16002 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16003 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16004 $as_echo_n "checking for $ac_header... " >&6; }
16005 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16006 $as_echo_n "(cached) " >&6
16008 ac_res=`eval 'as_val=${'$as_ac_Header'}
16009 $as_echo "$as_val"'`
16010 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16011 $as_echo "$ac_res" >&6; }
16012 else
16013 # Is the header compilable?
16014 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16015 $as_echo_n "checking $ac_header usability... " >&6; }
16016 cat >conftest.$ac_ext <<_ACEOF
16017 /* confdefs.h. */
16018 _ACEOF
16019 cat confdefs.h >>conftest.$ac_ext
16020 cat >>conftest.$ac_ext <<_ACEOF
16021 /* end confdefs.h. */
16022 $ac_includes_default
16023 #include <$ac_header>
16024 _ACEOF
16025 rm -f conftest.$ac_objext
16026 if { (ac_try="$ac_compile"
16027 case "(($ac_try" in
16028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16029 *) ac_try_echo=$ac_try;;
16030 esac
16031 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16032 $as_echo "$ac_try_echo") >&5
16033 (eval "$ac_compile") 2>conftest.er1
16034 ac_status=$?
16035 grep -v '^ *+' conftest.er1 >conftest.err
16036 rm -f conftest.er1
16037 cat conftest.err >&5
16038 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16039 (exit $ac_status); } && {
16040 test -z "$ac_c_werror_flag" ||
16041 test ! -s conftest.err
16042 } && test -s conftest.$ac_objext; then
16043 ac_header_compiler=yes
16044 else
16045 $as_echo "$as_me: failed program was:" >&5
16046 sed 's/^/| /' conftest.$ac_ext >&5
16048 ac_header_compiler=no
16051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16052 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16053 $as_echo "$ac_header_compiler" >&6; }
16055 # Is the header present?
16056 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16057 $as_echo_n "checking $ac_header presence... " >&6; }
16058 cat >conftest.$ac_ext <<_ACEOF
16059 /* confdefs.h. */
16060 _ACEOF
16061 cat confdefs.h >>conftest.$ac_ext
16062 cat >>conftest.$ac_ext <<_ACEOF
16063 /* end confdefs.h. */
16064 #include <$ac_header>
16065 _ACEOF
16066 if { (ac_try="$ac_cpp conftest.$ac_ext"
16067 case "(($ac_try" in
16068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16069 *) ac_try_echo=$ac_try;;
16070 esac
16071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16072 $as_echo "$ac_try_echo") >&5
16073 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16074 ac_status=$?
16075 grep -v '^ *+' conftest.er1 >conftest.err
16076 rm -f conftest.er1
16077 cat conftest.err >&5
16078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16079 (exit $ac_status); } >/dev/null && {
16080 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16081 test ! -s conftest.err
16082 }; then
16083 ac_header_preproc=yes
16084 else
16085 $as_echo "$as_me: failed program was:" >&5
16086 sed 's/^/| /' conftest.$ac_ext >&5
16088 ac_header_preproc=no
16091 rm -f conftest.err conftest.$ac_ext
16092 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16093 $as_echo "$ac_header_preproc" >&6; }
16095 # So? What about this header?
16096 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16097 yes:no: )
16098 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16099 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16100 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16101 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16102 ac_header_preproc=yes
16104 no:yes:* )
16105 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16106 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16107 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16108 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16109 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16110 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16111 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16112 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16113 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16114 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16115 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16116 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16117 ( cat <<\_ASBOX
16118 ## ------------------------------------ ##
16119 ## Report this to wine-devel@winehq.org ##
16120 ## ------------------------------------ ##
16121 _ASBOX
16122 ) | sed "s/^/$as_me: WARNING: /" >&2
16124 esac
16125 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16126 $as_echo_n "checking for $ac_header... " >&6; }
16127 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16128 $as_echo_n "(cached) " >&6
16129 else
16130 eval "$as_ac_Header=\$ac_header_preproc"
16132 ac_res=`eval 'as_val=${'$as_ac_Header'}
16133 $as_echo "$as_val"'`
16134 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16135 $as_echo "$ac_res" >&6; }
16138 as_val=`eval 'as_val=${'$as_ac_Header'}
16139 $as_echo "$as_val"'`
16140 if test "x$as_val" = x""yes; then
16141 cat >>confdefs.h <<_ACEOF
16142 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16143 _ACEOF
16144 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16145 $as_echo_n "checking for -lcups... " >&6; }
16146 if test "${ac_cv_lib_soname_cups+set}" = set; then
16147 $as_echo_n "(cached) " >&6
16148 else
16149 ac_check_soname_save_LIBS=$LIBS
16150 LIBS="-lcups $ac_cups_libs $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 cupsGetDefault ();
16166 main ()
16168 return cupsGetDefault ();
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16180 $as_echo "$ac_try_echo") >&5
16181 (eval "$ac_link") 2>conftest.er1
16182 ac_status=$?
16183 grep -v '^ *+' conftest.er1 >conftest.err
16184 rm -f conftest.er1
16185 cat conftest.err >&5
16186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16187 (exit $ac_status); } && {
16188 test -z "$ac_c_werror_flag" ||
16189 test ! -s conftest.err
16190 } && test -s conftest$ac_exeext && {
16191 test "$cross_compiling" = yes ||
16192 $as_test_x conftest$ac_exeext
16193 }; then
16194 case "$LIBEXT" in
16195 dll) ;;
16196 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'` ;;
16197 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16198 esac
16199 else
16200 $as_echo "$as_me: failed program was:" >&5
16201 sed 's/^/| /' conftest.$ac_ext >&5
16206 rm -rf conftest.dSYM
16207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16208 conftest$ac_exeext conftest.$ac_ext
16209 LIBS=$ac_check_soname_save_LIBS
16211 if test "x$ac_cv_lib_soname_cups" = "x"; then
16212 { $as_echo "$as_me:$LINENO: result: not found" >&5
16213 $as_echo "not found" >&6; }
16215 else
16216 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16217 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16219 cat >>confdefs.h <<_ACEOF
16220 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16221 _ACEOF
16223 CUPSINCL="$ac_cups_cflags"
16228 done
16230 CPPFLAGS="$ac_save_CPPFLAGS"
16232 if test "x$ac_cv_lib_soname_cups" = "x"; then
16233 case "x$with_cups" in
16234 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16235 xno) ;;
16236 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16237 This is an error since --with-cups was requested." >&5
16238 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16239 This is an error since --with-cups was requested." >&2;}
16240 { (exit 1); exit 1; }; } ;;
16241 esac
16245 if test "$ac_cv_header_jack_jack_h" = "yes"
16246 then
16247 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16248 $as_echo_n "checking for -ljack... " >&6; }
16249 if test "${ac_cv_lib_soname_jack+set}" = set; then
16250 $as_echo_n "(cached) " >&6
16251 else
16252 ac_check_soname_save_LIBS=$LIBS
16253 LIBS="-ljack $LIBS"
16254 cat >conftest.$ac_ext <<_ACEOF
16255 /* confdefs.h. */
16256 _ACEOF
16257 cat confdefs.h >>conftest.$ac_ext
16258 cat >>conftest.$ac_ext <<_ACEOF
16259 /* end confdefs.h. */
16261 /* Override any GCC internal prototype to avoid an error.
16262 Use char because int might match the return type of a GCC
16263 builtin and then its argument prototype would still apply. */
16264 #ifdef __cplusplus
16265 extern "C"
16266 #endif
16267 char jack_client_new ();
16269 main ()
16271 return jack_client_new ();
16273 return 0;
16275 _ACEOF
16276 rm -f conftest.$ac_objext conftest$ac_exeext
16277 if { (ac_try="$ac_link"
16278 case "(($ac_try" in
16279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16280 *) ac_try_echo=$ac_try;;
16281 esac
16282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16283 $as_echo "$ac_try_echo") >&5
16284 (eval "$ac_link") 2>conftest.er1
16285 ac_status=$?
16286 grep -v '^ *+' conftest.er1 >conftest.err
16287 rm -f conftest.er1
16288 cat conftest.err >&5
16289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16290 (exit $ac_status); } && {
16291 test -z "$ac_c_werror_flag" ||
16292 test ! -s conftest.err
16293 } && test -s conftest$ac_exeext && {
16294 test "$cross_compiling" = yes ||
16295 $as_test_x conftest$ac_exeext
16296 }; then
16297 case "$LIBEXT" in
16298 dll) ;;
16299 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'` ;;
16300 *) 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'` ;;
16301 esac
16302 else
16303 $as_echo "$as_me: failed program was:" >&5
16304 sed 's/^/| /' conftest.$ac_ext >&5
16309 rm -rf conftest.dSYM
16310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16311 conftest$ac_exeext conftest.$ac_ext
16312 LIBS=$ac_check_soname_save_LIBS
16314 if test "x$ac_cv_lib_soname_jack" = "x"; then
16315 { $as_echo "$as_me:$LINENO: result: not found" >&5
16316 $as_echo "not found" >&6; }
16318 else
16319 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16320 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16322 cat >>confdefs.h <<_ACEOF
16323 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16324 _ACEOF
16331 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16332 then
16333 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16334 $as_echo_n "checking for -lfontconfig... " >&6; }
16335 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16336 $as_echo_n "(cached) " >&6
16337 else
16338 ac_check_soname_save_LIBS=$LIBS
16339 LIBS="-lfontconfig $LIBS"
16340 cat >conftest.$ac_ext <<_ACEOF
16341 /* confdefs.h. */
16342 _ACEOF
16343 cat confdefs.h >>conftest.$ac_ext
16344 cat >>conftest.$ac_ext <<_ACEOF
16345 /* end confdefs.h. */
16347 /* Override any GCC internal prototype to avoid an error.
16348 Use char because int might match the return type of a GCC
16349 builtin and then its argument prototype would still apply. */
16350 #ifdef __cplusplus
16351 extern "C"
16352 #endif
16353 char FcInit ();
16355 main ()
16357 return FcInit ();
16359 return 0;
16361 _ACEOF
16362 rm -f conftest.$ac_objext conftest$ac_exeext
16363 if { (ac_try="$ac_link"
16364 case "(($ac_try" in
16365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16366 *) ac_try_echo=$ac_try;;
16367 esac
16368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16369 $as_echo "$ac_try_echo") >&5
16370 (eval "$ac_link") 2>conftest.er1
16371 ac_status=$?
16372 grep -v '^ *+' conftest.er1 >conftest.err
16373 rm -f conftest.er1
16374 cat conftest.err >&5
16375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16376 (exit $ac_status); } && {
16377 test -z "$ac_c_werror_flag" ||
16378 test ! -s conftest.err
16379 } && test -s conftest$ac_exeext && {
16380 test "$cross_compiling" = yes ||
16381 $as_test_x conftest$ac_exeext
16382 }; then
16383 case "$LIBEXT" in
16384 dll) ;;
16385 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'` ;;
16386 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16387 esac
16388 else
16389 $as_echo "$as_me: failed program was:" >&5
16390 sed 's/^/| /' conftest.$ac_ext >&5
16395 rm -rf conftest.dSYM
16396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16397 conftest$ac_exeext conftest.$ac_ext
16398 LIBS=$ac_check_soname_save_LIBS
16400 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16401 { $as_echo "$as_me:$LINENO: result: not found" >&5
16402 $as_echo "not found" >&6; }
16404 else
16405 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16406 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16408 cat >>confdefs.h <<_ACEOF
16409 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16410 _ACEOF
16415 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16416 then
16417 ac_save_CPPFLAGS="$CPPFLAGS"
16418 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16419 $as_unset ac_cv_header_fontconfig_fontconfig_h
16421 for ac_header in fontconfig/fontconfig.h
16423 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16425 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16426 $as_echo_n "checking for $ac_header... " >&6; }
16427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16428 $as_echo_n "(cached) " >&6
16430 ac_res=`eval 'as_val=${'$as_ac_Header'}
16431 $as_echo "$as_val"'`
16432 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16433 $as_echo "$ac_res" >&6; }
16434 else
16435 # Is the header compilable?
16436 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16437 $as_echo_n "checking $ac_header usability... " >&6; }
16438 cat >conftest.$ac_ext <<_ACEOF
16439 /* confdefs.h. */
16440 _ACEOF
16441 cat confdefs.h >>conftest.$ac_ext
16442 cat >>conftest.$ac_ext <<_ACEOF
16443 /* end confdefs.h. */
16444 $ac_includes_default
16445 #include <$ac_header>
16446 _ACEOF
16447 rm -f conftest.$ac_objext
16448 if { (ac_try="$ac_compile"
16449 case "(($ac_try" in
16450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16451 *) ac_try_echo=$ac_try;;
16452 esac
16453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16454 $as_echo "$ac_try_echo") >&5
16455 (eval "$ac_compile") 2>conftest.er1
16456 ac_status=$?
16457 grep -v '^ *+' conftest.er1 >conftest.err
16458 rm -f conftest.er1
16459 cat conftest.err >&5
16460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16461 (exit $ac_status); } && {
16462 test -z "$ac_c_werror_flag" ||
16463 test ! -s conftest.err
16464 } && test -s conftest.$ac_objext; then
16465 ac_header_compiler=yes
16466 else
16467 $as_echo "$as_me: failed program was:" >&5
16468 sed 's/^/| /' conftest.$ac_ext >&5
16470 ac_header_compiler=no
16473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16474 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16475 $as_echo "$ac_header_compiler" >&6; }
16477 # Is the header present?
16478 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16479 $as_echo_n "checking $ac_header presence... " >&6; }
16480 cat >conftest.$ac_ext <<_ACEOF
16481 /* confdefs.h. */
16482 _ACEOF
16483 cat confdefs.h >>conftest.$ac_ext
16484 cat >>conftest.$ac_ext <<_ACEOF
16485 /* end confdefs.h. */
16486 #include <$ac_header>
16487 _ACEOF
16488 if { (ac_try="$ac_cpp conftest.$ac_ext"
16489 case "(($ac_try" in
16490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16491 *) ac_try_echo=$ac_try;;
16492 esac
16493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16494 $as_echo "$ac_try_echo") >&5
16495 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16496 ac_status=$?
16497 grep -v '^ *+' conftest.er1 >conftest.err
16498 rm -f conftest.er1
16499 cat conftest.err >&5
16500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16501 (exit $ac_status); } >/dev/null && {
16502 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16503 test ! -s conftest.err
16504 }; then
16505 ac_header_preproc=yes
16506 else
16507 $as_echo "$as_me: failed program was:" >&5
16508 sed 's/^/| /' conftest.$ac_ext >&5
16510 ac_header_preproc=no
16513 rm -f conftest.err conftest.$ac_ext
16514 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16515 $as_echo "$ac_header_preproc" >&6; }
16517 # So? What about this header?
16518 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16519 yes:no: )
16520 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16521 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16522 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16523 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16524 ac_header_preproc=yes
16526 no:yes:* )
16527 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16528 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16529 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16530 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16531 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16532 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16533 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16534 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16535 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16536 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16537 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16538 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16539 ( cat <<\_ASBOX
16540 ## ------------------------------------ ##
16541 ## Report this to wine-devel@winehq.org ##
16542 ## ------------------------------------ ##
16543 _ASBOX
16544 ) | sed "s/^/$as_me: WARNING: /" >&2
16546 esac
16547 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16548 $as_echo_n "checking for $ac_header... " >&6; }
16549 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16550 $as_echo_n "(cached) " >&6
16551 else
16552 eval "$as_ac_Header=\$ac_header_preproc"
16554 ac_res=`eval 'as_val=${'$as_ac_Header'}
16555 $as_echo "$as_val"'`
16556 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16557 $as_echo "$ac_res" >&6; }
16560 as_val=`eval 'as_val=${'$as_ac_Header'}
16561 $as_echo "$as_val"'`
16562 if test "x$as_val" = x""yes; then
16563 cat >>confdefs.h <<_ACEOF
16564 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16565 _ACEOF
16569 done
16571 CPPFLAGS="$ac_save_CPPFLAGS"
16572 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16573 then
16574 FONTCONFIGINCL="$X_CFLAGS"
16576 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16577 $as_echo_n "checking for -lfontconfig... " >&6; }
16578 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16579 $as_echo_n "(cached) " >&6
16580 else
16581 ac_check_soname_save_LIBS=$LIBS
16582 LIBS="-lfontconfig $X_LIBS $LIBS"
16583 cat >conftest.$ac_ext <<_ACEOF
16584 /* confdefs.h. */
16585 _ACEOF
16586 cat confdefs.h >>conftest.$ac_ext
16587 cat >>conftest.$ac_ext <<_ACEOF
16588 /* end confdefs.h. */
16590 /* Override any GCC internal prototype to avoid an error.
16591 Use char because int might match the return type of a GCC
16592 builtin and then its argument prototype would still apply. */
16593 #ifdef __cplusplus
16594 extern "C"
16595 #endif
16596 char FcInit ();
16598 main ()
16600 return FcInit ();
16602 return 0;
16604 _ACEOF
16605 rm -f conftest.$ac_objext conftest$ac_exeext
16606 if { (ac_try="$ac_link"
16607 case "(($ac_try" in
16608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16609 *) ac_try_echo=$ac_try;;
16610 esac
16611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16612 $as_echo "$ac_try_echo") >&5
16613 (eval "$ac_link") 2>conftest.er1
16614 ac_status=$?
16615 grep -v '^ *+' conftest.er1 >conftest.err
16616 rm -f conftest.er1
16617 cat conftest.err >&5
16618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16619 (exit $ac_status); } && {
16620 test -z "$ac_c_werror_flag" ||
16621 test ! -s conftest.err
16622 } && test -s conftest$ac_exeext && {
16623 test "$cross_compiling" = yes ||
16624 $as_test_x conftest$ac_exeext
16625 }; then
16626 case "$LIBEXT" in
16627 dll) ;;
16628 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'` ;;
16629 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16630 esac
16631 else
16632 $as_echo "$as_me: failed program was:" >&5
16633 sed 's/^/| /' conftest.$ac_ext >&5
16638 rm -rf conftest.dSYM
16639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16640 conftest$ac_exeext conftest.$ac_ext
16641 LIBS=$ac_check_soname_save_LIBS
16643 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16644 { $as_echo "$as_me:$LINENO: result: not found" >&5
16645 $as_echo "not found" >&6; }
16647 else
16648 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16649 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16651 cat >>confdefs.h <<_ACEOF
16652 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16653 _ACEOF
16660 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16661 case "x$with_fontconfig" in
16662 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16663 xno) ;;
16664 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16665 This is an error since --with-fontconfig was requested." >&5
16666 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16667 This is an error since --with-fontconfig was requested." >&2;}
16668 { (exit 1); exit 1; }; } ;;
16669 esac
16673 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16674 then
16675 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16676 $as_echo_n "checking for -lssl... " >&6; }
16677 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16678 $as_echo_n "(cached) " >&6
16679 else
16680 ac_check_soname_save_LIBS=$LIBS
16681 LIBS="-lssl $LIBS"
16682 cat >conftest.$ac_ext <<_ACEOF
16683 /* confdefs.h. */
16684 _ACEOF
16685 cat confdefs.h >>conftest.$ac_ext
16686 cat >>conftest.$ac_ext <<_ACEOF
16687 /* end confdefs.h. */
16689 /* Override any GCC internal prototype to avoid an error.
16690 Use char because int might match the return type of a GCC
16691 builtin and then its argument prototype would still apply. */
16692 #ifdef __cplusplus
16693 extern "C"
16694 #endif
16695 char SSL_library_init ();
16697 main ()
16699 return SSL_library_init ();
16701 return 0;
16703 _ACEOF
16704 rm -f conftest.$ac_objext conftest$ac_exeext
16705 if { (ac_try="$ac_link"
16706 case "(($ac_try" in
16707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16708 *) ac_try_echo=$ac_try;;
16709 esac
16710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16711 $as_echo "$ac_try_echo") >&5
16712 (eval "$ac_link") 2>conftest.er1
16713 ac_status=$?
16714 grep -v '^ *+' conftest.er1 >conftest.err
16715 rm -f conftest.er1
16716 cat conftest.err >&5
16717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16718 (exit $ac_status); } && {
16719 test -z "$ac_c_werror_flag" ||
16720 test ! -s conftest.err
16721 } && test -s conftest$ac_exeext && {
16722 test "$cross_compiling" = yes ||
16723 $as_test_x conftest$ac_exeext
16724 }; then
16725 case "$LIBEXT" in
16726 dll) ;;
16727 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'` ;;
16728 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16729 esac
16730 else
16731 $as_echo "$as_me: failed program was:" >&5
16732 sed 's/^/| /' conftest.$ac_ext >&5
16737 rm -rf conftest.dSYM
16738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16739 conftest$ac_exeext conftest.$ac_ext
16740 LIBS=$ac_check_soname_save_LIBS
16742 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16743 { $as_echo "$as_me:$LINENO: result: not found" >&5
16744 $as_echo "not found" >&6; }
16746 else
16747 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16748 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16750 cat >>confdefs.h <<_ACEOF
16751 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16752 _ACEOF
16757 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16758 $as_echo_n "checking for -lcrypto... " >&6; }
16759 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16760 $as_echo_n "(cached) " >&6
16761 else
16762 ac_check_soname_save_LIBS=$LIBS
16763 LIBS="-lcrypto $LIBS"
16764 cat >conftest.$ac_ext <<_ACEOF
16765 /* confdefs.h. */
16766 _ACEOF
16767 cat confdefs.h >>conftest.$ac_ext
16768 cat >>conftest.$ac_ext <<_ACEOF
16769 /* end confdefs.h. */
16771 /* Override any GCC internal prototype to avoid an error.
16772 Use char because int might match the return type of a GCC
16773 builtin and then its argument prototype would still apply. */
16774 #ifdef __cplusplus
16775 extern "C"
16776 #endif
16777 char BIO_new_socket ();
16779 main ()
16781 return BIO_new_socket ();
16783 return 0;
16785 _ACEOF
16786 rm -f conftest.$ac_objext conftest$ac_exeext
16787 if { (ac_try="$ac_link"
16788 case "(($ac_try" in
16789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16790 *) ac_try_echo=$ac_try;;
16791 esac
16792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16793 $as_echo "$ac_try_echo") >&5
16794 (eval "$ac_link") 2>conftest.er1
16795 ac_status=$?
16796 grep -v '^ *+' conftest.er1 >conftest.err
16797 rm -f conftest.er1
16798 cat conftest.err >&5
16799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16800 (exit $ac_status); } && {
16801 test -z "$ac_c_werror_flag" ||
16802 test ! -s conftest.err
16803 } && test -s conftest$ac_exeext && {
16804 test "$cross_compiling" = yes ||
16805 $as_test_x conftest$ac_exeext
16806 }; then
16807 case "$LIBEXT" in
16808 dll) ;;
16809 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'` ;;
16810 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16811 esac
16812 else
16813 $as_echo "$as_me: failed program was:" >&5
16814 sed 's/^/| /' conftest.$ac_ext >&5
16819 rm -rf conftest.dSYM
16820 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16821 conftest$ac_exeext conftest.$ac_ext
16822 LIBS=$ac_check_soname_save_LIBS
16824 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16825 { $as_echo "$as_me:$LINENO: result: not found" >&5
16826 $as_echo "not found" >&6; }
16828 else
16829 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16830 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16832 cat >>confdefs.h <<_ACEOF
16833 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16834 _ACEOF
16840 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16841 case "x$with_openssl" in
16842 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16843 xno) ;;
16844 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16845 This is an error since --with-openssl was requested." >&5
16846 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16847 This is an error since --with-openssl was requested." >&2;}
16848 { (exit 1); exit 1; }; } ;;
16849 esac
16853 if test "$ac_cv_header_jpeglib_h" = "yes"
16854 then
16855 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16856 $as_echo_n "checking for -ljpeg... " >&6; }
16857 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16858 $as_echo_n "(cached) " >&6
16859 else
16860 ac_check_soname_save_LIBS=$LIBS
16861 LIBS="-ljpeg $LIBS"
16862 cat >conftest.$ac_ext <<_ACEOF
16863 /* confdefs.h. */
16864 _ACEOF
16865 cat confdefs.h >>conftest.$ac_ext
16866 cat >>conftest.$ac_ext <<_ACEOF
16867 /* end confdefs.h. */
16869 /* Override any GCC internal prototype to avoid an error.
16870 Use char because int might match the return type of a GCC
16871 builtin and then its argument prototype would still apply. */
16872 #ifdef __cplusplus
16873 extern "C"
16874 #endif
16875 char jpeg_start_decompress ();
16877 main ()
16879 return jpeg_start_decompress ();
16881 return 0;
16883 _ACEOF
16884 rm -f conftest.$ac_objext conftest$ac_exeext
16885 if { (ac_try="$ac_link"
16886 case "(($ac_try" in
16887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16888 *) ac_try_echo=$ac_try;;
16889 esac
16890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16891 $as_echo "$ac_try_echo") >&5
16892 (eval "$ac_link") 2>conftest.er1
16893 ac_status=$?
16894 grep -v '^ *+' conftest.er1 >conftest.err
16895 rm -f conftest.er1
16896 cat conftest.err >&5
16897 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16898 (exit $ac_status); } && {
16899 test -z "$ac_c_werror_flag" ||
16900 test ! -s conftest.err
16901 } && test -s conftest$ac_exeext && {
16902 test "$cross_compiling" = yes ||
16903 $as_test_x conftest$ac_exeext
16904 }; then
16905 case "$LIBEXT" in
16906 dll) ;;
16907 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'` ;;
16908 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16909 esac
16910 else
16911 $as_echo "$as_me: failed program was:" >&5
16912 sed 's/^/| /' conftest.$ac_ext >&5
16917 rm -rf conftest.dSYM
16918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16919 conftest$ac_exeext conftest.$ac_ext
16920 LIBS=$ac_check_soname_save_LIBS
16922 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16923 { $as_echo "$as_me:$LINENO: result: not found" >&5
16924 $as_echo "not found" >&6; }
16926 else
16927 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16928 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16930 cat >>confdefs.h <<_ACEOF
16931 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16932 _ACEOF
16938 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16939 case "x$with_jpeg" in
16940 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16941 xno) ;;
16942 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16943 This is an error since --with-jpeg was requested." >&5
16944 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16945 This is an error since --with-jpeg was requested." >&2;}
16946 { (exit 1); exit 1; }; } ;;
16947 esac
16951 if test "$ac_cv_header_png_h" = "yes"
16952 then
16953 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16954 $as_echo_n "checking for -lpng... " >&6; }
16955 if test "${ac_cv_lib_soname_png+set}" = set; then
16956 $as_echo_n "(cached) " >&6
16957 else
16958 ac_check_soname_save_LIBS=$LIBS
16959 LIBS="-lpng -lm -lz $LIBS"
16960 cat >conftest.$ac_ext <<_ACEOF
16961 /* confdefs.h. */
16962 _ACEOF
16963 cat confdefs.h >>conftest.$ac_ext
16964 cat >>conftest.$ac_ext <<_ACEOF
16965 /* end confdefs.h. */
16967 /* Override any GCC internal prototype to avoid an error.
16968 Use char because int might match the return type of a GCC
16969 builtin and then its argument prototype would still apply. */
16970 #ifdef __cplusplus
16971 extern "C"
16972 #endif
16973 char png_create_read_struct ();
16975 main ()
16977 return png_create_read_struct ();
16979 return 0;
16981 _ACEOF
16982 rm -f conftest.$ac_objext conftest$ac_exeext
16983 if { (ac_try="$ac_link"
16984 case "(($ac_try" in
16985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16986 *) ac_try_echo=$ac_try;;
16987 esac
16988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16989 $as_echo "$ac_try_echo") >&5
16990 (eval "$ac_link") 2>conftest.er1
16991 ac_status=$?
16992 grep -v '^ *+' conftest.er1 >conftest.err
16993 rm -f conftest.er1
16994 cat conftest.err >&5
16995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16996 (exit $ac_status); } && {
16997 test -z "$ac_c_werror_flag" ||
16998 test ! -s conftest.err
16999 } && test -s conftest$ac_exeext && {
17000 test "$cross_compiling" = yes ||
17001 $as_test_x conftest$ac_exeext
17002 }; then
17003 case "$LIBEXT" in
17004 dll) ;;
17005 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'` ;;
17006 *) 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'` ;;
17007 esac
17008 else
17009 $as_echo "$as_me: failed program was:" >&5
17010 sed 's/^/| /' conftest.$ac_ext >&5
17015 rm -rf conftest.dSYM
17016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17017 conftest$ac_exeext conftest.$ac_ext
17018 LIBS=$ac_check_soname_save_LIBS
17020 if test "x$ac_cv_lib_soname_png" = "x"; then
17021 { $as_echo "$as_me:$LINENO: result: not found" >&5
17022 $as_echo "not found" >&6; }
17024 else
17025 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17026 $as_echo "$ac_cv_lib_soname_png" >&6; }
17028 cat >>confdefs.h <<_ACEOF
17029 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17030 _ACEOF
17036 if test "x$ac_cv_lib_soname_png" = "x"; then
17037 case "x$with_png" in
17038 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17039 xno) ;;
17040 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17041 This is an error since --with-png was requested." >&5
17042 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17043 This is an error since --with-png was requested." >&2;}
17044 { (exit 1); exit 1; }; } ;;
17045 esac
17049 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17050 $as_echo_n "checking for -lodbc... " >&6; }
17051 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17052 $as_echo_n "(cached) " >&6
17053 else
17054 ac_check_soname_save_LIBS=$LIBS
17055 LIBS="-lodbc $LIBS"
17056 cat >conftest.$ac_ext <<_ACEOF
17057 /* confdefs.h. */
17058 _ACEOF
17059 cat confdefs.h >>conftest.$ac_ext
17060 cat >>conftest.$ac_ext <<_ACEOF
17061 /* end confdefs.h. */
17063 /* Override any GCC internal prototype to avoid an error.
17064 Use char because int might match the return type of a GCC
17065 builtin and then its argument prototype would still apply. */
17066 #ifdef __cplusplus
17067 extern "C"
17068 #endif
17069 char SQLConnect ();
17071 main ()
17073 return SQLConnect ();
17075 return 0;
17077 _ACEOF
17078 rm -f conftest.$ac_objext conftest$ac_exeext
17079 if { (ac_try="$ac_link"
17080 case "(($ac_try" in
17081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17082 *) ac_try_echo=$ac_try;;
17083 esac
17084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17085 $as_echo "$ac_try_echo") >&5
17086 (eval "$ac_link") 2>conftest.er1
17087 ac_status=$?
17088 grep -v '^ *+' conftest.er1 >conftest.err
17089 rm -f conftest.er1
17090 cat conftest.err >&5
17091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17092 (exit $ac_status); } && {
17093 test -z "$ac_c_werror_flag" ||
17094 test ! -s conftest.err
17095 } && test -s conftest$ac_exeext && {
17096 test "$cross_compiling" = yes ||
17097 $as_test_x conftest$ac_exeext
17098 }; then
17099 case "$LIBEXT" in
17100 dll) ;;
17101 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'` ;;
17102 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17103 esac
17104 else
17105 $as_echo "$as_me: failed program was:" >&5
17106 sed 's/^/| /' conftest.$ac_ext >&5
17111 rm -rf conftest.dSYM
17112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17113 conftest$ac_exeext conftest.$ac_ext
17114 LIBS=$ac_check_soname_save_LIBS
17116 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17117 { $as_echo "$as_me:$LINENO: result: not found" >&5
17118 $as_echo "not found" >&6; }
17119 cat >>confdefs.h <<_ACEOF
17120 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17121 _ACEOF
17123 else
17124 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17125 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17127 cat >>confdefs.h <<_ACEOF
17128 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17129 _ACEOF
17135 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17136 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17137 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17138 "$ac_cv_header_soundcard_h" != "yes" -a \
17139 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17140 then
17141 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17145 EXTRACFLAGS=""
17147 if test "x${GCC}" = "xyes"
17148 then
17149 EXTRACFLAGS="-Wall -pipe"
17151 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17152 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17153 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17154 $as_echo_n "(cached) " >&6
17155 else
17156 if test "$cross_compiling" = yes; then
17157 ac_cv_c_gcc_strength_bug="yes"
17158 else
17159 cat >conftest.$ac_ext <<_ACEOF
17160 /* confdefs.h. */
17161 _ACEOF
17162 cat confdefs.h >>conftest.$ac_ext
17163 cat >>conftest.$ac_ext <<_ACEOF
17164 /* end confdefs.h. */
17165 int L[4] = {0,1,2,3};
17167 main ()
17169 static int Array[3];
17170 unsigned int B = 3;
17171 int i;
17172 for(i=0; i<B; i++) Array[i] = i - 3;
17173 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17174 L[i] = 4;
17175 exit( Array[1] != -2 || L[2] != 3)
17177 return 0;
17179 _ACEOF
17180 rm -f conftest$ac_exeext
17181 if { (ac_try="$ac_link"
17182 case "(($ac_try" in
17183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17184 *) ac_try_echo=$ac_try;;
17185 esac
17186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17187 $as_echo "$ac_try_echo") >&5
17188 (eval "$ac_link") 2>&5
17189 ac_status=$?
17190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17191 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17192 { (case "(($ac_try" in
17193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17194 *) ac_try_echo=$ac_try;;
17195 esac
17196 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17197 $as_echo "$ac_try_echo") >&5
17198 (eval "$ac_try") 2>&5
17199 ac_status=$?
17200 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17201 (exit $ac_status); }; }; then
17202 ac_cv_c_gcc_strength_bug="no"
17203 else
17204 $as_echo "$as_me: program exited with status $ac_status" >&5
17205 $as_echo "$as_me: failed program was:" >&5
17206 sed 's/^/| /' conftest.$ac_ext >&5
17208 ( exit $ac_status )
17209 ac_cv_c_gcc_strength_bug="yes"
17211 rm -rf conftest.dSYM
17212 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17217 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17218 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17219 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17220 then
17221 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17225 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17226 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17227 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17228 $as_echo_n "(cached) " >&6
17229 else
17230 ac_wine_try_cflags_saved=$CFLAGS
17231 CFLAGS="$CFLAGS -fshort-wchar"
17232 cat >conftest.$ac_ext <<_ACEOF
17233 /* confdefs.h. */
17234 _ACEOF
17235 cat confdefs.h >>conftest.$ac_ext
17236 cat >>conftest.$ac_ext <<_ACEOF
17237 /* end confdefs.h. */
17240 main ()
17244 return 0;
17246 _ACEOF
17247 rm -f conftest.$ac_objext conftest$ac_exeext
17248 if { (ac_try="$ac_link"
17249 case "(($ac_try" in
17250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17251 *) ac_try_echo=$ac_try;;
17252 esac
17253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17254 $as_echo "$ac_try_echo") >&5
17255 (eval "$ac_link") 2>conftest.er1
17256 ac_status=$?
17257 grep -v '^ *+' conftest.er1 >conftest.err
17258 rm -f conftest.er1
17259 cat conftest.err >&5
17260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17261 (exit $ac_status); } && {
17262 test -z "$ac_c_werror_flag" ||
17263 test ! -s conftest.err
17264 } && test -s conftest$ac_exeext && {
17265 test "$cross_compiling" = yes ||
17266 $as_test_x conftest$ac_exeext
17267 }; then
17268 ac_cv_cflags__fshort_wchar=yes
17269 else
17270 $as_echo "$as_me: failed program was:" >&5
17271 sed 's/^/| /' conftest.$ac_ext >&5
17273 ac_cv_cflags__fshort_wchar=no
17276 rm -rf conftest.dSYM
17277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17278 conftest$ac_exeext conftest.$ac_ext
17279 CFLAGS=$ac_wine_try_cflags_saved
17281 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17282 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17283 if test $ac_cv_cflags__fshort_wchar = yes; then
17285 cat >>confdefs.h <<\_ACEOF
17286 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17287 _ACEOF
17291 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17292 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17293 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17294 $as_echo_n "(cached) " >&6
17295 else
17296 ac_wine_try_cflags_saved=$CFLAGS
17297 CFLAGS="$CFLAGS -fno-builtin"
17298 cat >conftest.$ac_ext <<_ACEOF
17299 /* confdefs.h. */
17300 _ACEOF
17301 cat confdefs.h >>conftest.$ac_ext
17302 cat >>conftest.$ac_ext <<_ACEOF
17303 /* end confdefs.h. */
17306 main ()
17310 return 0;
17312 _ACEOF
17313 rm -f conftest.$ac_objext conftest$ac_exeext
17314 if { (ac_try="$ac_link"
17315 case "(($ac_try" in
17316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17317 *) ac_try_echo=$ac_try;;
17318 esac
17319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17320 $as_echo "$ac_try_echo") >&5
17321 (eval "$ac_link") 2>conftest.er1
17322 ac_status=$?
17323 grep -v '^ *+' conftest.er1 >conftest.err
17324 rm -f conftest.er1
17325 cat conftest.err >&5
17326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17327 (exit $ac_status); } && {
17328 test -z "$ac_c_werror_flag" ||
17329 test ! -s conftest.err
17330 } && test -s conftest$ac_exeext && {
17331 test "$cross_compiling" = yes ||
17332 $as_test_x conftest$ac_exeext
17333 }; then
17334 ac_cv_cflags__fno_builtin=yes
17335 else
17336 $as_echo "$as_me: failed program was:" >&5
17337 sed 's/^/| /' conftest.$ac_ext >&5
17339 ac_cv_cflags__fno_builtin=no
17342 rm -rf conftest.dSYM
17343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17344 conftest$ac_exeext conftest.$ac_ext
17345 CFLAGS=$ac_wine_try_cflags_saved
17347 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17348 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17349 if test $ac_cv_cflags__fno_builtin = yes; then
17350 BUILTINFLAG="-fno-builtin"
17354 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17355 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17356 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17357 $as_echo_n "(cached) " >&6
17358 else
17359 ac_wine_try_cflags_saved=$CFLAGS
17360 CFLAGS="$CFLAGS -fno-strict-aliasing"
17361 cat >conftest.$ac_ext <<_ACEOF
17362 /* confdefs.h. */
17363 _ACEOF
17364 cat confdefs.h >>conftest.$ac_ext
17365 cat >>conftest.$ac_ext <<_ACEOF
17366 /* end confdefs.h. */
17369 main ()
17373 return 0;
17375 _ACEOF
17376 rm -f conftest.$ac_objext conftest$ac_exeext
17377 if { (ac_try="$ac_link"
17378 case "(($ac_try" in
17379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17380 *) ac_try_echo=$ac_try;;
17381 esac
17382 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17383 $as_echo "$ac_try_echo") >&5
17384 (eval "$ac_link") 2>conftest.er1
17385 ac_status=$?
17386 grep -v '^ *+' conftest.er1 >conftest.err
17387 rm -f conftest.er1
17388 cat conftest.err >&5
17389 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17390 (exit $ac_status); } && {
17391 test -z "$ac_c_werror_flag" ||
17392 test ! -s conftest.err
17393 } && test -s conftest$ac_exeext && {
17394 test "$cross_compiling" = yes ||
17395 $as_test_x conftest$ac_exeext
17396 }; then
17397 ac_cv_cflags__fno_strict_aliasing=yes
17398 else
17399 $as_echo "$as_me: failed program was:" >&5
17400 sed 's/^/| /' conftest.$ac_ext >&5
17402 ac_cv_cflags__fno_strict_aliasing=no
17405 rm -rf conftest.dSYM
17406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17407 conftest$ac_exeext conftest.$ac_ext
17408 CFLAGS=$ac_wine_try_cflags_saved
17410 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17411 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17412 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17413 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17416 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17417 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17418 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17419 $as_echo_n "(cached) " >&6
17420 else
17421 ac_wine_try_cflags_saved=$CFLAGS
17422 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17423 cat >conftest.$ac_ext <<_ACEOF
17424 /* confdefs.h. */
17425 _ACEOF
17426 cat confdefs.h >>conftest.$ac_ext
17427 cat >>conftest.$ac_ext <<_ACEOF
17428 /* end confdefs.h. */
17431 main ()
17435 return 0;
17437 _ACEOF
17438 rm -f conftest.$ac_objext conftest$ac_exeext
17439 if { (ac_try="$ac_link"
17440 case "(($ac_try" in
17441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17442 *) ac_try_echo=$ac_try;;
17443 esac
17444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17445 $as_echo "$ac_try_echo") >&5
17446 (eval "$ac_link") 2>conftest.er1
17447 ac_status=$?
17448 grep -v '^ *+' conftest.er1 >conftest.err
17449 rm -f conftest.er1
17450 cat conftest.err >&5
17451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17452 (exit $ac_status); } && {
17453 test -z "$ac_c_werror_flag" ||
17454 test ! -s conftest.err
17455 } && test -s conftest$ac_exeext && {
17456 test "$cross_compiling" = yes ||
17457 $as_test_x conftest$ac_exeext
17458 }; then
17459 ac_cv_cflags__Wdeclaration_after_statement=yes
17460 else
17461 $as_echo "$as_me: failed program was:" >&5
17462 sed 's/^/| /' conftest.$ac_ext >&5
17464 ac_cv_cflags__Wdeclaration_after_statement=no
17467 rm -rf conftest.dSYM
17468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17469 conftest$ac_exeext conftest.$ac_ext
17470 CFLAGS=$ac_wine_try_cflags_saved
17472 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17473 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17474 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17475 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17478 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17479 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17480 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17481 $as_echo_n "(cached) " >&6
17482 else
17483 ac_wine_try_cflags_saved=$CFLAGS
17484 CFLAGS="$CFLAGS -Wwrite-strings"
17485 cat >conftest.$ac_ext <<_ACEOF
17486 /* confdefs.h. */
17487 _ACEOF
17488 cat confdefs.h >>conftest.$ac_ext
17489 cat >>conftest.$ac_ext <<_ACEOF
17490 /* end confdefs.h. */
17493 main ()
17497 return 0;
17499 _ACEOF
17500 rm -f conftest.$ac_objext conftest$ac_exeext
17501 if { (ac_try="$ac_link"
17502 case "(($ac_try" in
17503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17504 *) ac_try_echo=$ac_try;;
17505 esac
17506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17507 $as_echo "$ac_try_echo") >&5
17508 (eval "$ac_link") 2>conftest.er1
17509 ac_status=$?
17510 grep -v '^ *+' conftest.er1 >conftest.err
17511 rm -f conftest.er1
17512 cat conftest.err >&5
17513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17514 (exit $ac_status); } && {
17515 test -z "$ac_c_werror_flag" ||
17516 test ! -s conftest.err
17517 } && test -s conftest$ac_exeext && {
17518 test "$cross_compiling" = yes ||
17519 $as_test_x conftest$ac_exeext
17520 }; then
17521 ac_cv_cflags__Wwrite_strings=yes
17522 else
17523 $as_echo "$as_me: failed program was:" >&5
17524 sed 's/^/| /' conftest.$ac_ext >&5
17526 ac_cv_cflags__Wwrite_strings=no
17529 rm -rf conftest.dSYM
17530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17531 conftest$ac_exeext conftest.$ac_ext
17532 CFLAGS=$ac_wine_try_cflags_saved
17534 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17535 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17536 if test $ac_cv_cflags__Wwrite_strings = yes; then
17537 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17540 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17541 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17542 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17543 $as_echo_n "(cached) " >&6
17544 else
17545 ac_wine_try_cflags_saved=$CFLAGS
17546 CFLAGS="$CFLAGS -Wtype-limits"
17547 cat >conftest.$ac_ext <<_ACEOF
17548 /* confdefs.h. */
17549 _ACEOF
17550 cat confdefs.h >>conftest.$ac_ext
17551 cat >>conftest.$ac_ext <<_ACEOF
17552 /* end confdefs.h. */
17555 main ()
17559 return 0;
17561 _ACEOF
17562 rm -f conftest.$ac_objext conftest$ac_exeext
17563 if { (ac_try="$ac_link"
17564 case "(($ac_try" in
17565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17566 *) ac_try_echo=$ac_try;;
17567 esac
17568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17569 $as_echo "$ac_try_echo") >&5
17570 (eval "$ac_link") 2>conftest.er1
17571 ac_status=$?
17572 grep -v '^ *+' conftest.er1 >conftest.err
17573 rm -f conftest.er1
17574 cat conftest.err >&5
17575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17576 (exit $ac_status); } && {
17577 test -z "$ac_c_werror_flag" ||
17578 test ! -s conftest.err
17579 } && test -s conftest$ac_exeext && {
17580 test "$cross_compiling" = yes ||
17581 $as_test_x conftest$ac_exeext
17582 }; then
17583 ac_cv_cflags__Wtype_limits=yes
17584 else
17585 $as_echo "$as_me: failed program was:" >&5
17586 sed 's/^/| /' conftest.$ac_ext >&5
17588 ac_cv_cflags__Wtype_limits=no
17591 rm -rf conftest.dSYM
17592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17593 conftest$ac_exeext conftest.$ac_ext
17594 CFLAGS=$ac_wine_try_cflags_saved
17596 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17597 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17598 if test $ac_cv_cflags__Wtype_limits = yes; then
17599 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17603 saved_CFLAGS="$CFLAGS"
17604 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17605 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17606 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17607 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17608 $as_echo_n "(cached) " >&6
17609 else
17610 cat >conftest.$ac_ext <<_ACEOF
17611 /* confdefs.h. */
17612 _ACEOF
17613 cat confdefs.h >>conftest.$ac_ext
17614 cat >>conftest.$ac_ext <<_ACEOF
17615 /* end confdefs.h. */
17616 #include <string.h>
17618 main ()
17622 return 0;
17624 _ACEOF
17625 rm -f conftest.$ac_objext
17626 if { (ac_try="$ac_compile"
17627 case "(($ac_try" in
17628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17629 *) ac_try_echo=$ac_try;;
17630 esac
17631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17632 $as_echo "$ac_try_echo") >&5
17633 (eval "$ac_compile") 2>conftest.er1
17634 ac_status=$?
17635 grep -v '^ *+' conftest.er1 >conftest.err
17636 rm -f conftest.er1
17637 cat conftest.err >&5
17638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17639 (exit $ac_status); } && {
17640 test -z "$ac_c_werror_flag" ||
17641 test ! -s conftest.err
17642 } && test -s conftest.$ac_objext; then
17643 ac_cv_c_string_h_warnings=no
17644 else
17645 $as_echo "$as_me: failed program was:" >&5
17646 sed 's/^/| /' conftest.$ac_ext >&5
17648 ac_cv_c_string_h_warnings=yes
17651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17653 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17654 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17655 CFLAGS="$saved_CFLAGS"
17656 if test "$ac_cv_c_string_h_warnings" = "no"
17657 then
17658 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17663 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17664 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17665 if test "${ac_cv_asm_func_def+set}" = set; then
17666 $as_echo_n "(cached) " >&6
17667 else
17668 cat >conftest.$ac_ext <<_ACEOF
17669 /* confdefs.h. */
17670 _ACEOF
17671 cat confdefs.h >>conftest.$ac_ext
17672 cat >>conftest.$ac_ext <<_ACEOF
17673 /* end confdefs.h. */
17676 main ()
17678 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17680 return 0;
17682 _ACEOF
17683 rm -f conftest.$ac_objext conftest$ac_exeext
17684 if { (ac_try="$ac_link"
17685 case "(($ac_try" in
17686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17687 *) ac_try_echo=$ac_try;;
17688 esac
17689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17690 $as_echo "$ac_try_echo") >&5
17691 (eval "$ac_link") 2>conftest.er1
17692 ac_status=$?
17693 grep -v '^ *+' conftest.er1 >conftest.err
17694 rm -f conftest.er1
17695 cat conftest.err >&5
17696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17697 (exit $ac_status); } && {
17698 test -z "$ac_c_werror_flag" ||
17699 test ! -s conftest.err
17700 } && test -s conftest$ac_exeext && {
17701 test "$cross_compiling" = yes ||
17702 $as_test_x conftest$ac_exeext
17703 }; then
17704 ac_cv_asm_func_def=".def"
17705 else
17706 $as_echo "$as_me: failed program was:" >&5
17707 sed 's/^/| /' conftest.$ac_ext >&5
17709 cat >conftest.$ac_ext <<_ACEOF
17710 /* confdefs.h. */
17711 _ACEOF
17712 cat confdefs.h >>conftest.$ac_ext
17713 cat >>conftest.$ac_ext <<_ACEOF
17714 /* end confdefs.h. */
17717 main ()
17719 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17721 return 0;
17723 _ACEOF
17724 rm -f conftest.$ac_objext conftest$ac_exeext
17725 if { (ac_try="$ac_link"
17726 case "(($ac_try" in
17727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17728 *) ac_try_echo=$ac_try;;
17729 esac
17730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17731 $as_echo "$ac_try_echo") >&5
17732 (eval "$ac_link") 2>conftest.er1
17733 ac_status=$?
17734 grep -v '^ *+' conftest.er1 >conftest.err
17735 rm -f conftest.er1
17736 cat conftest.err >&5
17737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17738 (exit $ac_status); } && {
17739 test -z "$ac_c_werror_flag" ||
17740 test ! -s conftest.err
17741 } && test -s conftest$ac_exeext && {
17742 test "$cross_compiling" = yes ||
17743 $as_test_x conftest$ac_exeext
17744 }; then
17745 ac_cv_asm_func_def=".type @function"
17746 else
17747 $as_echo "$as_me: failed program was:" >&5
17748 sed 's/^/| /' conftest.$ac_ext >&5
17750 cat >conftest.$ac_ext <<_ACEOF
17751 /* confdefs.h. */
17752 _ACEOF
17753 cat confdefs.h >>conftest.$ac_ext
17754 cat >>conftest.$ac_ext <<_ACEOF
17755 /* end confdefs.h. */
17758 main ()
17760 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17762 return 0;
17764 _ACEOF
17765 rm -f conftest.$ac_objext conftest$ac_exeext
17766 if { (ac_try="$ac_link"
17767 case "(($ac_try" in
17768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17769 *) ac_try_echo=$ac_try;;
17770 esac
17771 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17772 $as_echo "$ac_try_echo") >&5
17773 (eval "$ac_link") 2>conftest.er1
17774 ac_status=$?
17775 grep -v '^ *+' conftest.er1 >conftest.err
17776 rm -f conftest.er1
17777 cat conftest.err >&5
17778 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17779 (exit $ac_status); } && {
17780 test -z "$ac_c_werror_flag" ||
17781 test ! -s conftest.err
17782 } && test -s conftest$ac_exeext && {
17783 test "$cross_compiling" = yes ||
17784 $as_test_x conftest$ac_exeext
17785 }; then
17786 ac_cv_asm_func_def=".type 2"
17787 else
17788 $as_echo "$as_me: failed program was:" >&5
17789 sed 's/^/| /' conftest.$ac_ext >&5
17791 ac_cv_asm_func_def="unknown"
17794 rm -rf conftest.dSYM
17795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17796 conftest$ac_exeext conftest.$ac_ext
17799 rm -rf conftest.dSYM
17800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17801 conftest$ac_exeext conftest.$ac_ext
17804 rm -rf conftest.dSYM
17805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17806 conftest$ac_exeext conftest.$ac_ext
17808 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17809 $as_echo "$ac_cv_asm_func_def" >&6; }
17813 case "$ac_cv_asm_func_def" in
17814 ".def")
17815 cat >>confdefs.h <<\_ACEOF
17816 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17817 _ACEOF
17819 ".type @function")
17820 cat >>confdefs.h <<\_ACEOF
17821 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17822 _ACEOF
17824 ".type 2")
17825 cat >>confdefs.h <<\_ACEOF
17826 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17827 _ACEOF
17830 cat >>confdefs.h <<\_ACEOF
17831 #define __ASM_FUNC(name) ""
17832 _ACEOF
17834 esac
17837 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17838 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17839 if test "${ac_cv_c_extern_prefix+set}" = set; then
17840 $as_echo_n "(cached) " >&6
17841 else
17842 cat >conftest.$ac_ext <<_ACEOF
17843 /* confdefs.h. */
17844 _ACEOF
17845 cat confdefs.h >>conftest.$ac_ext
17846 cat >>conftest.$ac_ext <<_ACEOF
17847 /* end confdefs.h. */
17848 extern int ac_test;
17850 main ()
17852 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17854 return 0;
17856 _ACEOF
17857 rm -f conftest.$ac_objext conftest$ac_exeext
17858 if { (ac_try="$ac_link"
17859 case "(($ac_try" in
17860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17861 *) ac_try_echo=$ac_try;;
17862 esac
17863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17864 $as_echo "$ac_try_echo") >&5
17865 (eval "$ac_link") 2>conftest.er1
17866 ac_status=$?
17867 grep -v '^ *+' conftest.er1 >conftest.err
17868 rm -f conftest.er1
17869 cat conftest.err >&5
17870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17871 (exit $ac_status); } && {
17872 test -z "$ac_c_werror_flag" ||
17873 test ! -s conftest.err
17874 } && test -s conftest$ac_exeext && {
17875 test "$cross_compiling" = yes ||
17876 $as_test_x conftest$ac_exeext
17877 }; then
17878 ac_cv_c_extern_prefix="yes"
17879 else
17880 $as_echo "$as_me: failed program was:" >&5
17881 sed 's/^/| /' conftest.$ac_ext >&5
17883 ac_cv_c_extern_prefix="no"
17886 rm -rf conftest.dSYM
17887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17888 conftest$ac_exeext conftest.$ac_ext
17890 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17891 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17895 if test "$ac_cv_c_extern_prefix" = "yes"
17896 then
17897 cat >>confdefs.h <<\_ACEOF
17898 #define __ASM_NAME(name) "_" name
17899 _ACEOF
17901 else
17902 cat >>confdefs.h <<\_ACEOF
17903 #define __ASM_NAME(name) name
17904 _ACEOF
17909 LDPATH=""
17911 case $build_os in
17912 cygwin*|mingw32*)
17913 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17915 darwin*|macosx*)
17917 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17918 then
17919 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17923 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17925 esac
17927 case $host_os in
17928 mingw32*)
17929 CRTLIBS="-lmsvcrt"
17931 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17934 esac
17936 MAIN_BINARY="wine-pthread"
17937 case $host_cpu in
17938 *i[3456789]86*)
17939 case $host_os in
17940 linux* | k*bsd*-gnu)
17941 MAIN_BINARY="wine-glibc"
17943 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17945 freebsd*)
17946 MAIN_BINARY="wine-freebsd"
17948 EXTRA_BINARIES="wine-pthread"
17950 esac
17952 esac
18028 for ac_func in \
18029 _pclose \
18030 _popen \
18031 _snprintf \
18032 _spawnvp \
18033 _strdup \
18034 _stricmp \
18035 _strnicmp \
18036 _strtoi64 \
18037 _strtoui64 \
18038 _vsnprintf \
18039 asctime_r \
18040 chsize \
18041 clone \
18042 dlopen \
18043 epoll_create \
18044 ffs \
18045 finite \
18046 fork \
18047 fpclass \
18048 fstatfs \
18049 fstatvfs \
18050 ftruncate \
18051 futimes \
18052 futimesat \
18053 getdirentries \
18054 getopt_long \
18055 getpagesize \
18056 getpwuid \
18057 gettid \
18058 gettimeofday \
18059 getuid \
18060 inet_ntop \
18061 inet_pton \
18062 kqueue \
18063 lstat \
18064 memmove \
18065 mmap \
18066 pclose \
18067 poll \
18068 popen \
18069 prctl \
18070 pread \
18071 pwrite \
18072 readdir \
18073 readlink \
18074 rfork \
18075 sched_yield \
18076 select \
18077 setproctitle \
18078 setrlimit \
18079 settimeofday \
18080 sigaltstack \
18081 sigprocmask \
18082 snprintf \
18083 socketpair \
18084 spawnvp \
18085 statfs \
18086 statvfs \
18087 strcasecmp \
18088 strdup \
18089 strerror \
18090 strncasecmp \
18091 strtold \
18092 strtoll \
18093 strtoull \
18094 symlink \
18095 tcgetattr \
18096 thr_kill2 \
18097 timegm \
18098 usleep \
18099 vsnprintf \
18100 wait4 \
18101 waitpid \
18104 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18105 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18106 $as_echo_n "checking for $ac_func... " >&6; }
18107 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18108 $as_echo_n "(cached) " >&6
18109 else
18110 cat >conftest.$ac_ext <<_ACEOF
18111 /* confdefs.h. */
18112 _ACEOF
18113 cat confdefs.h >>conftest.$ac_ext
18114 cat >>conftest.$ac_ext <<_ACEOF
18115 /* end confdefs.h. */
18116 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18117 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18118 #define $ac_func innocuous_$ac_func
18120 /* System header to define __stub macros and hopefully few prototypes,
18121 which can conflict with char $ac_func (); below.
18122 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18123 <limits.h> exists even on freestanding compilers. */
18125 #ifdef __STDC__
18126 # include <limits.h>
18127 #else
18128 # include <assert.h>
18129 #endif
18131 #undef $ac_func
18133 /* Override any GCC internal prototype to avoid an error.
18134 Use char because int might match the return type of a GCC
18135 builtin and then its argument prototype would still apply. */
18136 #ifdef __cplusplus
18137 extern "C"
18138 #endif
18139 char $ac_func ();
18140 /* The GNU C library defines this for functions which it implements
18141 to always fail with ENOSYS. Some functions are actually named
18142 something starting with __ and the normal name is an alias. */
18143 #if defined __stub_$ac_func || defined __stub___$ac_func
18144 choke me
18145 #endif
18148 main ()
18150 return $ac_func ();
18152 return 0;
18154 _ACEOF
18155 rm -f conftest.$ac_objext conftest$ac_exeext
18156 if { (ac_try="$ac_link"
18157 case "(($ac_try" in
18158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18159 *) ac_try_echo=$ac_try;;
18160 esac
18161 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18162 $as_echo "$ac_try_echo") >&5
18163 (eval "$ac_link") 2>conftest.er1
18164 ac_status=$?
18165 grep -v '^ *+' conftest.er1 >conftest.err
18166 rm -f conftest.er1
18167 cat conftest.err >&5
18168 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18169 (exit $ac_status); } && {
18170 test -z "$ac_c_werror_flag" ||
18171 test ! -s conftest.err
18172 } && test -s conftest$ac_exeext && {
18173 test "$cross_compiling" = yes ||
18174 $as_test_x conftest$ac_exeext
18175 }; then
18176 eval "$as_ac_var=yes"
18177 else
18178 $as_echo "$as_me: failed program was:" >&5
18179 sed 's/^/| /' conftest.$ac_ext >&5
18181 eval "$as_ac_var=no"
18184 rm -rf conftest.dSYM
18185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18186 conftest$ac_exeext conftest.$ac_ext
18188 ac_res=`eval 'as_val=${'$as_ac_var'}
18189 $as_echo "$as_val"'`
18190 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18191 $as_echo "$ac_res" >&6; }
18192 as_val=`eval 'as_val=${'$as_ac_var'}
18193 $as_echo "$as_val"'`
18194 if test "x$as_val" = x""yes; then
18195 cat >>confdefs.h <<_ACEOF
18196 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18197 _ACEOF
18200 done
18203 if test "$ac_cv_func_dlopen" = no
18204 then
18205 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18206 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18207 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18208 $as_echo_n "(cached) " >&6
18209 else
18210 ac_check_lib_save_LIBS=$LIBS
18211 LIBS="-ldl $LIBS"
18212 cat >conftest.$ac_ext <<_ACEOF
18213 /* confdefs.h. */
18214 _ACEOF
18215 cat confdefs.h >>conftest.$ac_ext
18216 cat >>conftest.$ac_ext <<_ACEOF
18217 /* end confdefs.h. */
18219 /* Override any GCC internal prototype to avoid an error.
18220 Use char because int might match the return type of a GCC
18221 builtin and then its argument prototype would still apply. */
18222 #ifdef __cplusplus
18223 extern "C"
18224 #endif
18225 char dlopen ();
18227 main ()
18229 return dlopen ();
18231 return 0;
18233 _ACEOF
18234 rm -f conftest.$ac_objext conftest$ac_exeext
18235 if { (ac_try="$ac_link"
18236 case "(($ac_try" in
18237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18238 *) ac_try_echo=$ac_try;;
18239 esac
18240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18241 $as_echo "$ac_try_echo") >&5
18242 (eval "$ac_link") 2>conftest.er1
18243 ac_status=$?
18244 grep -v '^ *+' conftest.er1 >conftest.err
18245 rm -f conftest.er1
18246 cat conftest.err >&5
18247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18248 (exit $ac_status); } && {
18249 test -z "$ac_c_werror_flag" ||
18250 test ! -s conftest.err
18251 } && test -s conftest$ac_exeext && {
18252 test "$cross_compiling" = yes ||
18253 $as_test_x conftest$ac_exeext
18254 }; then
18255 ac_cv_lib_dl_dlopen=yes
18256 else
18257 $as_echo "$as_me: failed program was:" >&5
18258 sed 's/^/| /' conftest.$ac_ext >&5
18260 ac_cv_lib_dl_dlopen=no
18263 rm -rf conftest.dSYM
18264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18265 conftest$ac_exeext conftest.$ac_ext
18266 LIBS=$ac_check_lib_save_LIBS
18268 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18269 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18270 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18271 cat >>confdefs.h <<\_ACEOF
18272 #define HAVE_DLOPEN 1
18273 _ACEOF
18274 LIBDL="-ldl"
18279 ac_wine_check_funcs_save_LIBS="$LIBS"
18280 LIBS="$LIBS $LIBDL"
18282 for ac_func in dladdr
18284 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18285 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18286 $as_echo_n "checking for $ac_func... " >&6; }
18287 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18288 $as_echo_n "(cached) " >&6
18289 else
18290 cat >conftest.$ac_ext <<_ACEOF
18291 /* confdefs.h. */
18292 _ACEOF
18293 cat confdefs.h >>conftest.$ac_ext
18294 cat >>conftest.$ac_ext <<_ACEOF
18295 /* end confdefs.h. */
18296 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18297 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18298 #define $ac_func innocuous_$ac_func
18300 /* System header to define __stub macros and hopefully few prototypes,
18301 which can conflict with char $ac_func (); below.
18302 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18303 <limits.h> exists even on freestanding compilers. */
18305 #ifdef __STDC__
18306 # include <limits.h>
18307 #else
18308 # include <assert.h>
18309 #endif
18311 #undef $ac_func
18313 /* Override any GCC internal prototype to avoid an error.
18314 Use char because int might match the return type of a GCC
18315 builtin and then its argument prototype would still apply. */
18316 #ifdef __cplusplus
18317 extern "C"
18318 #endif
18319 char $ac_func ();
18320 /* The GNU C library defines this for functions which it implements
18321 to always fail with ENOSYS. Some functions are actually named
18322 something starting with __ and the normal name is an alias. */
18323 #if defined __stub_$ac_func || defined __stub___$ac_func
18324 choke me
18325 #endif
18328 main ()
18330 return $ac_func ();
18332 return 0;
18334 _ACEOF
18335 rm -f conftest.$ac_objext conftest$ac_exeext
18336 if { (ac_try="$ac_link"
18337 case "(($ac_try" in
18338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18339 *) ac_try_echo=$ac_try;;
18340 esac
18341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18342 $as_echo "$ac_try_echo") >&5
18343 (eval "$ac_link") 2>conftest.er1
18344 ac_status=$?
18345 grep -v '^ *+' conftest.er1 >conftest.err
18346 rm -f conftest.er1
18347 cat conftest.err >&5
18348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18349 (exit $ac_status); } && {
18350 test -z "$ac_c_werror_flag" ||
18351 test ! -s conftest.err
18352 } && test -s conftest$ac_exeext && {
18353 test "$cross_compiling" = yes ||
18354 $as_test_x conftest$ac_exeext
18355 }; then
18356 eval "$as_ac_var=yes"
18357 else
18358 $as_echo "$as_me: failed program was:" >&5
18359 sed 's/^/| /' conftest.$ac_ext >&5
18361 eval "$as_ac_var=no"
18364 rm -rf conftest.dSYM
18365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18366 conftest$ac_exeext conftest.$ac_ext
18368 ac_res=`eval 'as_val=${'$as_ac_var'}
18369 $as_echo "$as_val"'`
18370 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18371 $as_echo "$ac_res" >&6; }
18372 as_val=`eval 'as_val=${'$as_ac_var'}
18373 $as_echo "$as_val"'`
18374 if test "x$as_val" = x""yes; then
18375 cat >>confdefs.h <<_ACEOF
18376 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18377 _ACEOF
18380 done
18382 LIBS="$ac_wine_check_funcs_save_LIBS"
18384 if test "$ac_cv_func_poll" = no
18385 then
18386 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18387 $as_echo_n "checking for poll in -lpoll... " >&6; }
18388 if test "${ac_cv_lib_poll_poll+set}" = set; then
18389 $as_echo_n "(cached) " >&6
18390 else
18391 ac_check_lib_save_LIBS=$LIBS
18392 LIBS="-lpoll $LIBS"
18393 cat >conftest.$ac_ext <<_ACEOF
18394 /* confdefs.h. */
18395 _ACEOF
18396 cat confdefs.h >>conftest.$ac_ext
18397 cat >>conftest.$ac_ext <<_ACEOF
18398 /* end confdefs.h. */
18400 /* Override any GCC internal prototype to avoid an error.
18401 Use char because int might match the return type of a GCC
18402 builtin and then its argument prototype would still apply. */
18403 #ifdef __cplusplus
18404 extern "C"
18405 #endif
18406 char poll ();
18408 main ()
18410 return poll ();
18412 return 0;
18414 _ACEOF
18415 rm -f conftest.$ac_objext conftest$ac_exeext
18416 if { (ac_try="$ac_link"
18417 case "(($ac_try" in
18418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18419 *) ac_try_echo=$ac_try;;
18420 esac
18421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18422 $as_echo "$ac_try_echo") >&5
18423 (eval "$ac_link") 2>conftest.er1
18424 ac_status=$?
18425 grep -v '^ *+' conftest.er1 >conftest.err
18426 rm -f conftest.er1
18427 cat conftest.err >&5
18428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18429 (exit $ac_status); } && {
18430 test -z "$ac_c_werror_flag" ||
18431 test ! -s conftest.err
18432 } && test -s conftest$ac_exeext && {
18433 test "$cross_compiling" = yes ||
18434 $as_test_x conftest$ac_exeext
18435 }; then
18436 ac_cv_lib_poll_poll=yes
18437 else
18438 $as_echo "$as_me: failed program was:" >&5
18439 sed 's/^/| /' conftest.$ac_ext >&5
18441 ac_cv_lib_poll_poll=no
18444 rm -rf conftest.dSYM
18445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18446 conftest$ac_exeext conftest.$ac_ext
18447 LIBS=$ac_check_lib_save_LIBS
18449 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18450 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18451 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18452 cat >>confdefs.h <<\_ACEOF
18453 #define HAVE_POLL 1
18454 _ACEOF
18455 LIBPOLL="-lpoll"
18461 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18462 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18463 if test "${ac_cv_search_gethostbyname+set}" = set; then
18464 $as_echo_n "(cached) " >&6
18465 else
18466 ac_func_search_save_LIBS=$LIBS
18467 cat >conftest.$ac_ext <<_ACEOF
18468 /* confdefs.h. */
18469 _ACEOF
18470 cat confdefs.h >>conftest.$ac_ext
18471 cat >>conftest.$ac_ext <<_ACEOF
18472 /* end confdefs.h. */
18474 /* Override any GCC internal prototype to avoid an error.
18475 Use char because int might match the return type of a GCC
18476 builtin and then its argument prototype would still apply. */
18477 #ifdef __cplusplus
18478 extern "C"
18479 #endif
18480 char gethostbyname ();
18482 main ()
18484 return gethostbyname ();
18486 return 0;
18488 _ACEOF
18489 for ac_lib in '' nsl; do
18490 if test -z "$ac_lib"; then
18491 ac_res="none required"
18492 else
18493 ac_res=-l$ac_lib
18494 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18496 rm -f conftest.$ac_objext conftest$ac_exeext
18497 if { (ac_try="$ac_link"
18498 case "(($ac_try" in
18499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18500 *) ac_try_echo=$ac_try;;
18501 esac
18502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18503 $as_echo "$ac_try_echo") >&5
18504 (eval "$ac_link") 2>conftest.er1
18505 ac_status=$?
18506 grep -v '^ *+' conftest.er1 >conftest.err
18507 rm -f conftest.er1
18508 cat conftest.err >&5
18509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18510 (exit $ac_status); } && {
18511 test -z "$ac_c_werror_flag" ||
18512 test ! -s conftest.err
18513 } && test -s conftest$ac_exeext && {
18514 test "$cross_compiling" = yes ||
18515 $as_test_x conftest$ac_exeext
18516 }; then
18517 ac_cv_search_gethostbyname=$ac_res
18518 else
18519 $as_echo "$as_me: failed program was:" >&5
18520 sed 's/^/| /' conftest.$ac_ext >&5
18525 rm -rf conftest.dSYM
18526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18527 conftest$ac_exeext
18528 if test "${ac_cv_search_gethostbyname+set}" = set; then
18529 break
18531 done
18532 if test "${ac_cv_search_gethostbyname+set}" = set; then
18534 else
18535 ac_cv_search_gethostbyname=no
18537 rm conftest.$ac_ext
18538 LIBS=$ac_func_search_save_LIBS
18540 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18541 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18542 ac_res=$ac_cv_search_gethostbyname
18543 if test "$ac_res" != no; then
18544 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18549 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18550 $as_echo_n "checking for library containing connect... " >&6; }
18551 if test "${ac_cv_search_connect+set}" = set; then
18552 $as_echo_n "(cached) " >&6
18553 else
18554 ac_func_search_save_LIBS=$LIBS
18555 cat >conftest.$ac_ext <<_ACEOF
18556 /* confdefs.h. */
18557 _ACEOF
18558 cat confdefs.h >>conftest.$ac_ext
18559 cat >>conftest.$ac_ext <<_ACEOF
18560 /* end confdefs.h. */
18562 /* Override any GCC internal prototype to avoid an error.
18563 Use char because int might match the return type of a GCC
18564 builtin and then its argument prototype would still apply. */
18565 #ifdef __cplusplus
18566 extern "C"
18567 #endif
18568 char connect ();
18570 main ()
18572 return connect ();
18574 return 0;
18576 _ACEOF
18577 for ac_lib in '' socket; do
18578 if test -z "$ac_lib"; then
18579 ac_res="none required"
18580 else
18581 ac_res=-l$ac_lib
18582 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18584 rm -f conftest.$ac_objext conftest$ac_exeext
18585 if { (ac_try="$ac_link"
18586 case "(($ac_try" in
18587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18588 *) ac_try_echo=$ac_try;;
18589 esac
18590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18591 $as_echo "$ac_try_echo") >&5
18592 (eval "$ac_link") 2>conftest.er1
18593 ac_status=$?
18594 grep -v '^ *+' conftest.er1 >conftest.err
18595 rm -f conftest.er1
18596 cat conftest.err >&5
18597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18598 (exit $ac_status); } && {
18599 test -z "$ac_c_werror_flag" ||
18600 test ! -s conftest.err
18601 } && test -s conftest$ac_exeext && {
18602 test "$cross_compiling" = yes ||
18603 $as_test_x conftest$ac_exeext
18604 }; then
18605 ac_cv_search_connect=$ac_res
18606 else
18607 $as_echo "$as_me: failed program was:" >&5
18608 sed 's/^/| /' conftest.$ac_ext >&5
18613 rm -rf conftest.dSYM
18614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18615 conftest$ac_exeext
18616 if test "${ac_cv_search_connect+set}" = set; then
18617 break
18619 done
18620 if test "${ac_cv_search_connect+set}" = set; then
18622 else
18623 ac_cv_search_connect=no
18625 rm conftest.$ac_ext
18626 LIBS=$ac_func_search_save_LIBS
18628 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18629 $as_echo "$ac_cv_search_connect" >&6; }
18630 ac_res=$ac_cv_search_connect
18631 if test "$ac_res" != no; then
18632 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18637 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18638 $as_echo_n "checking for library containing inet_aton... " >&6; }
18639 if test "${ac_cv_search_inet_aton+set}" = set; then
18640 $as_echo_n "(cached) " >&6
18641 else
18642 ac_func_search_save_LIBS=$LIBS
18643 cat >conftest.$ac_ext <<_ACEOF
18644 /* confdefs.h. */
18645 _ACEOF
18646 cat confdefs.h >>conftest.$ac_ext
18647 cat >>conftest.$ac_ext <<_ACEOF
18648 /* end confdefs.h. */
18650 /* Override any GCC internal prototype to avoid an error.
18651 Use char because int might match the return type of a GCC
18652 builtin and then its argument prototype would still apply. */
18653 #ifdef __cplusplus
18654 extern "C"
18655 #endif
18656 char inet_aton ();
18658 main ()
18660 return inet_aton ();
18662 return 0;
18664 _ACEOF
18665 for ac_lib in '' resolv; do
18666 if test -z "$ac_lib"; then
18667 ac_res="none required"
18668 else
18669 ac_res=-l$ac_lib
18670 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18672 rm -f conftest.$ac_objext conftest$ac_exeext
18673 if { (ac_try="$ac_link"
18674 case "(($ac_try" in
18675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18676 *) ac_try_echo=$ac_try;;
18677 esac
18678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18679 $as_echo "$ac_try_echo") >&5
18680 (eval "$ac_link") 2>conftest.er1
18681 ac_status=$?
18682 grep -v '^ *+' conftest.er1 >conftest.err
18683 rm -f conftest.er1
18684 cat conftest.err >&5
18685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18686 (exit $ac_status); } && {
18687 test -z "$ac_c_werror_flag" ||
18688 test ! -s conftest.err
18689 } && test -s conftest$ac_exeext && {
18690 test "$cross_compiling" = yes ||
18691 $as_test_x conftest$ac_exeext
18692 }; then
18693 ac_cv_search_inet_aton=$ac_res
18694 else
18695 $as_echo "$as_me: failed program was:" >&5
18696 sed 's/^/| /' conftest.$ac_ext >&5
18701 rm -rf conftest.dSYM
18702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18703 conftest$ac_exeext
18704 if test "${ac_cv_search_inet_aton+set}" = set; then
18705 break
18707 done
18708 if test "${ac_cv_search_inet_aton+set}" = set; then
18710 else
18711 ac_cv_search_inet_aton=no
18713 rm conftest.$ac_ext
18714 LIBS=$ac_func_search_save_LIBS
18716 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18717 $as_echo "$ac_cv_search_inet_aton" >&6; }
18718 ac_res=$ac_cv_search_inet_aton
18719 if test "$ac_res" != no; then
18720 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18733 for ac_func in \
18734 getaddrinfo \
18735 getnameinfo \
18736 getnetbyname \
18737 getprotobyname \
18738 getprotobynumber \
18739 getservbyport \
18740 inet_network \
18741 sendmsg \
18744 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18745 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18746 $as_echo_n "checking for $ac_func... " >&6; }
18747 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18748 $as_echo_n "(cached) " >&6
18749 else
18750 cat >conftest.$ac_ext <<_ACEOF
18751 /* confdefs.h. */
18752 _ACEOF
18753 cat confdefs.h >>conftest.$ac_ext
18754 cat >>conftest.$ac_ext <<_ACEOF
18755 /* end confdefs.h. */
18756 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18757 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18758 #define $ac_func innocuous_$ac_func
18760 /* System header to define __stub macros and hopefully few prototypes,
18761 which can conflict with char $ac_func (); below.
18762 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18763 <limits.h> exists even on freestanding compilers. */
18765 #ifdef __STDC__
18766 # include <limits.h>
18767 #else
18768 # include <assert.h>
18769 #endif
18771 #undef $ac_func
18773 /* Override any GCC internal prototype to avoid an error.
18774 Use char because int might match the return type of a GCC
18775 builtin and then its argument prototype would still apply. */
18776 #ifdef __cplusplus
18777 extern "C"
18778 #endif
18779 char $ac_func ();
18780 /* The GNU C library defines this for functions which it implements
18781 to always fail with ENOSYS. Some functions are actually named
18782 something starting with __ and the normal name is an alias. */
18783 #if defined __stub_$ac_func || defined __stub___$ac_func
18784 choke me
18785 #endif
18788 main ()
18790 return $ac_func ();
18792 return 0;
18794 _ACEOF
18795 rm -f conftest.$ac_objext conftest$ac_exeext
18796 if { (ac_try="$ac_link"
18797 case "(($ac_try" in
18798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18799 *) ac_try_echo=$ac_try;;
18800 esac
18801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18802 $as_echo "$ac_try_echo") >&5
18803 (eval "$ac_link") 2>conftest.er1
18804 ac_status=$?
18805 grep -v '^ *+' conftest.er1 >conftest.err
18806 rm -f conftest.er1
18807 cat conftest.err >&5
18808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18809 (exit $ac_status); } && {
18810 test -z "$ac_c_werror_flag" ||
18811 test ! -s conftest.err
18812 } && test -s conftest$ac_exeext && {
18813 test "$cross_compiling" = yes ||
18814 $as_test_x conftest$ac_exeext
18815 }; then
18816 eval "$as_ac_var=yes"
18817 else
18818 $as_echo "$as_me: failed program was:" >&5
18819 sed 's/^/| /' conftest.$ac_ext >&5
18821 eval "$as_ac_var=no"
18824 rm -rf conftest.dSYM
18825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18826 conftest$ac_exeext conftest.$ac_ext
18828 ac_res=`eval 'as_val=${'$as_ac_var'}
18829 $as_echo "$as_val"'`
18830 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18831 $as_echo "$ac_res" >&6; }
18832 as_val=`eval 'as_val=${'$as_ac_var'}
18833 $as_echo "$as_val"'`
18834 if test "x$as_val" = x""yes; then
18835 cat >>confdefs.h <<_ACEOF
18836 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18837 _ACEOF
18840 done
18843 LDAPLIBS=""
18845 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18846 then
18847 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18848 $as_echo_n "checking for LDAPSortKey... " >&6; }
18849 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18850 $as_echo_n "(cached) " >&6
18851 else
18852 ac_cv_type_LDAPSortKey=no
18853 cat >conftest.$ac_ext <<_ACEOF
18854 /* confdefs.h. */
18855 _ACEOF
18856 cat confdefs.h >>conftest.$ac_ext
18857 cat >>conftest.$ac_ext <<_ACEOF
18858 /* end confdefs.h. */
18859 #include <ldap.h>
18862 main ()
18864 if (sizeof (LDAPSortKey))
18865 return 0;
18867 return 0;
18869 _ACEOF
18870 rm -f conftest.$ac_objext
18871 if { (ac_try="$ac_compile"
18872 case "(($ac_try" in
18873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18874 *) ac_try_echo=$ac_try;;
18875 esac
18876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18877 $as_echo "$ac_try_echo") >&5
18878 (eval "$ac_compile") 2>conftest.er1
18879 ac_status=$?
18880 grep -v '^ *+' conftest.er1 >conftest.err
18881 rm -f conftest.er1
18882 cat conftest.err >&5
18883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18884 (exit $ac_status); } && {
18885 test -z "$ac_c_werror_flag" ||
18886 test ! -s conftest.err
18887 } && test -s conftest.$ac_objext; then
18888 cat >conftest.$ac_ext <<_ACEOF
18889 /* confdefs.h. */
18890 _ACEOF
18891 cat confdefs.h >>conftest.$ac_ext
18892 cat >>conftest.$ac_ext <<_ACEOF
18893 /* end confdefs.h. */
18894 #include <ldap.h>
18897 main ()
18899 if (sizeof ((LDAPSortKey)))
18900 return 0;
18902 return 0;
18904 _ACEOF
18905 rm -f conftest.$ac_objext
18906 if { (ac_try="$ac_compile"
18907 case "(($ac_try" in
18908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18909 *) ac_try_echo=$ac_try;;
18910 esac
18911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18912 $as_echo "$ac_try_echo") >&5
18913 (eval "$ac_compile") 2>conftest.er1
18914 ac_status=$?
18915 grep -v '^ *+' conftest.er1 >conftest.err
18916 rm -f conftest.er1
18917 cat conftest.err >&5
18918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18919 (exit $ac_status); } && {
18920 test -z "$ac_c_werror_flag" ||
18921 test ! -s conftest.err
18922 } && test -s conftest.$ac_objext; then
18924 else
18925 $as_echo "$as_me: failed program was:" >&5
18926 sed 's/^/| /' conftest.$ac_ext >&5
18928 ac_cv_type_LDAPSortKey=yes
18931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18932 else
18933 $as_echo "$as_me: failed program was:" >&5
18934 sed 's/^/| /' conftest.$ac_ext >&5
18939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18941 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18942 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18943 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18944 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18945 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18946 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18947 $as_echo_n "(cached) " >&6
18948 else
18949 ac_check_lib_save_LIBS=$LIBS
18950 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18951 cat >conftest.$ac_ext <<_ACEOF
18952 /* confdefs.h. */
18953 _ACEOF
18954 cat confdefs.h >>conftest.$ac_ext
18955 cat >>conftest.$ac_ext <<_ACEOF
18956 /* end confdefs.h. */
18958 /* Override any GCC internal prototype to avoid an error.
18959 Use char because int might match the return type of a GCC
18960 builtin and then its argument prototype would still apply. */
18961 #ifdef __cplusplus
18962 extern "C"
18963 #endif
18964 char ldap_initialize ();
18966 main ()
18968 return ldap_initialize ();
18970 return 0;
18972 _ACEOF
18973 rm -f conftest.$ac_objext conftest$ac_exeext
18974 if { (ac_try="$ac_link"
18975 case "(($ac_try" in
18976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18977 *) ac_try_echo=$ac_try;;
18978 esac
18979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18980 $as_echo "$ac_try_echo") >&5
18981 (eval "$ac_link") 2>conftest.er1
18982 ac_status=$?
18983 grep -v '^ *+' conftest.er1 >conftest.err
18984 rm -f conftest.er1
18985 cat conftest.err >&5
18986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18987 (exit $ac_status); } && {
18988 test -z "$ac_c_werror_flag" ||
18989 test ! -s conftest.err
18990 } && test -s conftest$ac_exeext && {
18991 test "$cross_compiling" = yes ||
18992 $as_test_x conftest$ac_exeext
18993 }; then
18994 ac_cv_lib_ldap_r_ldap_initialize=yes
18995 else
18996 $as_echo "$as_me: failed program was:" >&5
18997 sed 's/^/| /' conftest.$ac_ext >&5
18999 ac_cv_lib_ldap_r_ldap_initialize=no
19002 rm -rf conftest.dSYM
19003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19004 conftest$ac_exeext conftest.$ac_ext
19005 LIBS=$ac_check_lib_save_LIBS
19007 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19008 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19009 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19010 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19011 $as_echo_n "checking for ber_init in -llber... " >&6; }
19012 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19013 $as_echo_n "(cached) " >&6
19014 else
19015 ac_check_lib_save_LIBS=$LIBS
19016 LIBS="-llber $LIBPTHREAD $LIBS"
19017 cat >conftest.$ac_ext <<_ACEOF
19018 /* confdefs.h. */
19019 _ACEOF
19020 cat confdefs.h >>conftest.$ac_ext
19021 cat >>conftest.$ac_ext <<_ACEOF
19022 /* end confdefs.h. */
19024 /* Override any GCC internal prototype to avoid an error.
19025 Use char because int might match the return type of a GCC
19026 builtin and then its argument prototype would still apply. */
19027 #ifdef __cplusplus
19028 extern "C"
19029 #endif
19030 char ber_init ();
19032 main ()
19034 return ber_init ();
19036 return 0;
19038 _ACEOF
19039 rm -f conftest.$ac_objext conftest$ac_exeext
19040 if { (ac_try="$ac_link"
19041 case "(($ac_try" in
19042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19043 *) ac_try_echo=$ac_try;;
19044 esac
19045 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19046 $as_echo "$ac_try_echo") >&5
19047 (eval "$ac_link") 2>conftest.er1
19048 ac_status=$?
19049 grep -v '^ *+' conftest.er1 >conftest.err
19050 rm -f conftest.er1
19051 cat conftest.err >&5
19052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19053 (exit $ac_status); } && {
19054 test -z "$ac_c_werror_flag" ||
19055 test ! -s conftest.err
19056 } && test -s conftest$ac_exeext && {
19057 test "$cross_compiling" = yes ||
19058 $as_test_x conftest$ac_exeext
19059 }; then
19060 ac_cv_lib_lber_ber_init=yes
19061 else
19062 $as_echo "$as_me: failed program was:" >&5
19063 sed 's/^/| /' conftest.$ac_ext >&5
19065 ac_cv_lib_lber_ber_init=no
19068 rm -rf conftest.dSYM
19069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19070 conftest$ac_exeext conftest.$ac_ext
19071 LIBS=$ac_check_lib_save_LIBS
19073 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19074 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19075 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19077 cat >>confdefs.h <<\_ACEOF
19078 #define HAVE_LDAP 1
19079 _ACEOF
19081 LDAPLIBS="-lldap_r -llber"
19088 ac_wine_check_funcs_save_LIBS="$LIBS"
19089 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19098 for ac_func in \
19099 ldap_count_references \
19100 ldap_first_reference \
19101 ldap_next_reference \
19102 ldap_parse_reference \
19103 ldap_parse_sort_control \
19104 ldap_parse_sortresponse_control \
19105 ldap_parse_vlv_control \
19106 ldap_parse_vlvresponse_control
19108 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19109 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19110 $as_echo_n "checking for $ac_func... " >&6; }
19111 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19112 $as_echo_n "(cached) " >&6
19113 else
19114 cat >conftest.$ac_ext <<_ACEOF
19115 /* confdefs.h. */
19116 _ACEOF
19117 cat confdefs.h >>conftest.$ac_ext
19118 cat >>conftest.$ac_ext <<_ACEOF
19119 /* end confdefs.h. */
19120 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19121 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19122 #define $ac_func innocuous_$ac_func
19124 /* System header to define __stub macros and hopefully few prototypes,
19125 which can conflict with char $ac_func (); below.
19126 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19127 <limits.h> exists even on freestanding compilers. */
19129 #ifdef __STDC__
19130 # include <limits.h>
19131 #else
19132 # include <assert.h>
19133 #endif
19135 #undef $ac_func
19137 /* Override any GCC internal prototype to avoid an error.
19138 Use char because int might match the return type of a GCC
19139 builtin and then its argument prototype would still apply. */
19140 #ifdef __cplusplus
19141 extern "C"
19142 #endif
19143 char $ac_func ();
19144 /* The GNU C library defines this for functions which it implements
19145 to always fail with ENOSYS. Some functions are actually named
19146 something starting with __ and the normal name is an alias. */
19147 #if defined __stub_$ac_func || defined __stub___$ac_func
19148 choke me
19149 #endif
19152 main ()
19154 return $ac_func ();
19156 return 0;
19158 _ACEOF
19159 rm -f conftest.$ac_objext conftest$ac_exeext
19160 if { (ac_try="$ac_link"
19161 case "(($ac_try" in
19162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19163 *) ac_try_echo=$ac_try;;
19164 esac
19165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19166 $as_echo "$ac_try_echo") >&5
19167 (eval "$ac_link") 2>conftest.er1
19168 ac_status=$?
19169 grep -v '^ *+' conftest.er1 >conftest.err
19170 rm -f conftest.er1
19171 cat conftest.err >&5
19172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19173 (exit $ac_status); } && {
19174 test -z "$ac_c_werror_flag" ||
19175 test ! -s conftest.err
19176 } && test -s conftest$ac_exeext && {
19177 test "$cross_compiling" = yes ||
19178 $as_test_x conftest$ac_exeext
19179 }; then
19180 eval "$as_ac_var=yes"
19181 else
19182 $as_echo "$as_me: failed program was:" >&5
19183 sed 's/^/| /' conftest.$ac_ext >&5
19185 eval "$as_ac_var=no"
19188 rm -rf conftest.dSYM
19189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19190 conftest$ac_exeext conftest.$ac_ext
19192 ac_res=`eval 'as_val=${'$as_ac_var'}
19193 $as_echo "$as_val"'`
19194 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19195 $as_echo "$ac_res" >&6; }
19196 as_val=`eval 'as_val=${'$as_ac_var'}
19197 $as_echo "$as_val"'`
19198 if test "x$as_val" = x""yes; then
19199 cat >>confdefs.h <<_ACEOF
19200 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19201 _ACEOF
19204 done
19206 LIBS="$ac_wine_check_funcs_save_LIBS"
19208 if test "x$LDAPLIBS" = "x"; then
19209 case "x$with_ldap" in
19210 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19211 xno) ;;
19212 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19213 This is an error since --with-ldap was requested." >&5
19214 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19215 This is an error since --with-ldap was requested." >&2;}
19216 { (exit 1); exit 1; }; } ;;
19217 esac
19221 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19222 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19223 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19224 $as_echo_n "(cached) " >&6
19225 else
19226 cat >conftest.$ac_ext <<_ACEOF
19227 /* confdefs.h. */
19228 _ACEOF
19229 cat confdefs.h >>conftest.$ac_ext
19230 cat >>conftest.$ac_ext <<_ACEOF
19231 /* end confdefs.h. */
19232 #include <sys/stat.h>
19234 main ()
19236 mkdir("foo");
19238 return 0;
19240 _ACEOF
19241 rm -f conftest.$ac_objext
19242 if { (ac_try="$ac_compile"
19243 case "(($ac_try" in
19244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19245 *) ac_try_echo=$ac_try;;
19246 esac
19247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19248 $as_echo "$ac_try_echo") >&5
19249 (eval "$ac_compile") 2>conftest.er1
19250 ac_status=$?
19251 grep -v '^ *+' conftest.er1 >conftest.err
19252 rm -f conftest.er1
19253 cat conftest.err >&5
19254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19255 (exit $ac_status); } && {
19256 test -z "$ac_c_werror_flag" ||
19257 test ! -s conftest.err
19258 } && test -s conftest.$ac_objext; then
19259 wine_cv_one_arg_mkdir=yes
19260 else
19261 $as_echo "$as_me: failed program was:" >&5
19262 sed 's/^/| /' conftest.$ac_ext >&5
19264 wine_cv_one_arg_mkdir=no
19267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19269 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19270 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19271 if test "$wine_cv_one_arg_mkdir" = "yes"
19272 then
19274 cat >>confdefs.h <<\_ACEOF
19275 #define HAVE_ONE_ARG_MKDIR 1
19276 _ACEOF
19281 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19282 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19283 if test "${ac_cv_c_const+set}" = set; then
19284 $as_echo_n "(cached) " >&6
19285 else
19286 cat >conftest.$ac_ext <<_ACEOF
19287 /* confdefs.h. */
19288 _ACEOF
19289 cat confdefs.h >>conftest.$ac_ext
19290 cat >>conftest.$ac_ext <<_ACEOF
19291 /* end confdefs.h. */
19294 main ()
19296 /* FIXME: Include the comments suggested by Paul. */
19297 #ifndef __cplusplus
19298 /* Ultrix mips cc rejects this. */
19299 typedef int charset[2];
19300 const charset cs;
19301 /* SunOS 4.1.1 cc rejects this. */
19302 char const *const *pcpcc;
19303 char **ppc;
19304 /* NEC SVR4.0.2 mips cc rejects this. */
19305 struct point {int x, y;};
19306 static struct point const zero = {0,0};
19307 /* AIX XL C 1.02.0.0 rejects this.
19308 It does not let you subtract one const X* pointer from another in
19309 an arm of an if-expression whose if-part is not a constant
19310 expression */
19311 const char *g = "string";
19312 pcpcc = &g + (g ? g-g : 0);
19313 /* HPUX 7.0 cc rejects these. */
19314 ++pcpcc;
19315 ppc = (char**) pcpcc;
19316 pcpcc = (char const *const *) ppc;
19317 { /* SCO 3.2v4 cc rejects this. */
19318 char *t;
19319 char const *s = 0 ? (char *) 0 : (char const *) 0;
19321 *t++ = 0;
19322 if (s) return 0;
19324 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19325 int x[] = {25, 17};
19326 const int *foo = &x[0];
19327 ++foo;
19329 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19330 typedef const int *iptr;
19331 iptr p = 0;
19332 ++p;
19334 { /* AIX XL C 1.02.0.0 rejects this saying
19335 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19336 struct s { int j; const int *ap[3]; };
19337 struct s *b; b->j = 5;
19339 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19340 const int foo = 10;
19341 if (!foo) return 0;
19343 return !cs[0] && !zero.x;
19344 #endif
19347 return 0;
19349 _ACEOF
19350 rm -f conftest.$ac_objext
19351 if { (ac_try="$ac_compile"
19352 case "(($ac_try" in
19353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19354 *) ac_try_echo=$ac_try;;
19355 esac
19356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19357 $as_echo "$ac_try_echo") >&5
19358 (eval "$ac_compile") 2>conftest.er1
19359 ac_status=$?
19360 grep -v '^ *+' conftest.er1 >conftest.err
19361 rm -f conftest.er1
19362 cat conftest.err >&5
19363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19364 (exit $ac_status); } && {
19365 test -z "$ac_c_werror_flag" ||
19366 test ! -s conftest.err
19367 } && test -s conftest.$ac_objext; then
19368 ac_cv_c_const=yes
19369 else
19370 $as_echo "$as_me: failed program was:" >&5
19371 sed 's/^/| /' conftest.$ac_ext >&5
19373 ac_cv_c_const=no
19376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19378 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19379 $as_echo "$ac_cv_c_const" >&6; }
19380 if test $ac_cv_c_const = no; then
19382 cat >>confdefs.h <<\_ACEOF
19383 #define const /**/
19384 _ACEOF
19388 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19389 $as_echo_n "checking for inline... " >&6; }
19390 if test "${ac_cv_c_inline+set}" = set; then
19391 $as_echo_n "(cached) " >&6
19392 else
19393 ac_cv_c_inline=no
19394 for ac_kw in inline __inline__ __inline; do
19395 cat >conftest.$ac_ext <<_ACEOF
19396 /* confdefs.h. */
19397 _ACEOF
19398 cat confdefs.h >>conftest.$ac_ext
19399 cat >>conftest.$ac_ext <<_ACEOF
19400 /* end confdefs.h. */
19401 #ifndef __cplusplus
19402 typedef int foo_t;
19403 static $ac_kw foo_t static_foo () {return 0; }
19404 $ac_kw foo_t foo () {return 0; }
19405 #endif
19407 _ACEOF
19408 rm -f conftest.$ac_objext
19409 if { (ac_try="$ac_compile"
19410 case "(($ac_try" in
19411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19412 *) ac_try_echo=$ac_try;;
19413 esac
19414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19415 $as_echo "$ac_try_echo") >&5
19416 (eval "$ac_compile") 2>conftest.er1
19417 ac_status=$?
19418 grep -v '^ *+' conftest.er1 >conftest.err
19419 rm -f conftest.er1
19420 cat conftest.err >&5
19421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19422 (exit $ac_status); } && {
19423 test -z "$ac_c_werror_flag" ||
19424 test ! -s conftest.err
19425 } && test -s conftest.$ac_objext; then
19426 ac_cv_c_inline=$ac_kw
19427 else
19428 $as_echo "$as_me: failed program was:" >&5
19429 sed 's/^/| /' conftest.$ac_ext >&5
19434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19435 test "$ac_cv_c_inline" != no && break
19436 done
19439 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19440 $as_echo "$ac_cv_c_inline" >&6; }
19443 case $ac_cv_c_inline in
19444 inline | yes) ;;
19446 case $ac_cv_c_inline in
19447 no) ac_val=;;
19448 *) ac_val=$ac_cv_c_inline;;
19449 esac
19450 cat >>confdefs.h <<_ACEOF
19451 #ifndef __cplusplus
19452 #define inline $ac_val
19453 #endif
19454 _ACEOF
19456 esac
19458 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19459 $as_echo_n "checking for mode_t... " >&6; }
19460 if test "${ac_cv_type_mode_t+set}" = set; then
19461 $as_echo_n "(cached) " >&6
19462 else
19463 ac_cv_type_mode_t=no
19464 cat >conftest.$ac_ext <<_ACEOF
19465 /* confdefs.h. */
19466 _ACEOF
19467 cat confdefs.h >>conftest.$ac_ext
19468 cat >>conftest.$ac_ext <<_ACEOF
19469 /* end confdefs.h. */
19470 $ac_includes_default
19472 main ()
19474 if (sizeof (mode_t))
19475 return 0;
19477 return 0;
19479 _ACEOF
19480 rm -f conftest.$ac_objext
19481 if { (ac_try="$ac_compile"
19482 case "(($ac_try" in
19483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19484 *) ac_try_echo=$ac_try;;
19485 esac
19486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19487 $as_echo "$ac_try_echo") >&5
19488 (eval "$ac_compile") 2>conftest.er1
19489 ac_status=$?
19490 grep -v '^ *+' conftest.er1 >conftest.err
19491 rm -f conftest.er1
19492 cat conftest.err >&5
19493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19494 (exit $ac_status); } && {
19495 test -z "$ac_c_werror_flag" ||
19496 test ! -s conftest.err
19497 } && test -s conftest.$ac_objext; then
19498 cat >conftest.$ac_ext <<_ACEOF
19499 /* confdefs.h. */
19500 _ACEOF
19501 cat confdefs.h >>conftest.$ac_ext
19502 cat >>conftest.$ac_ext <<_ACEOF
19503 /* end confdefs.h. */
19504 $ac_includes_default
19506 main ()
19508 if (sizeof ((mode_t)))
19509 return 0;
19511 return 0;
19513 _ACEOF
19514 rm -f conftest.$ac_objext
19515 if { (ac_try="$ac_compile"
19516 case "(($ac_try" in
19517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19518 *) ac_try_echo=$ac_try;;
19519 esac
19520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19521 $as_echo "$ac_try_echo") >&5
19522 (eval "$ac_compile") 2>conftest.er1
19523 ac_status=$?
19524 grep -v '^ *+' conftest.er1 >conftest.err
19525 rm -f conftest.er1
19526 cat conftest.err >&5
19527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19528 (exit $ac_status); } && {
19529 test -z "$ac_c_werror_flag" ||
19530 test ! -s conftest.err
19531 } && test -s conftest.$ac_objext; then
19533 else
19534 $as_echo "$as_me: failed program was:" >&5
19535 sed 's/^/| /' conftest.$ac_ext >&5
19537 ac_cv_type_mode_t=yes
19540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19541 else
19542 $as_echo "$as_me: failed program was:" >&5
19543 sed 's/^/| /' conftest.$ac_ext >&5
19548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19550 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19551 $as_echo "$ac_cv_type_mode_t" >&6; }
19552 if test "x$ac_cv_type_mode_t" = x""yes; then
19554 cat >>confdefs.h <<_ACEOF
19555 #define HAVE_MODE_T 1
19556 _ACEOF
19560 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19561 $as_echo_n "checking for off_t... " >&6; }
19562 if test "${ac_cv_type_off_t+set}" = set; then
19563 $as_echo_n "(cached) " >&6
19564 else
19565 ac_cv_type_off_t=no
19566 cat >conftest.$ac_ext <<_ACEOF
19567 /* confdefs.h. */
19568 _ACEOF
19569 cat confdefs.h >>conftest.$ac_ext
19570 cat >>conftest.$ac_ext <<_ACEOF
19571 /* end confdefs.h. */
19572 $ac_includes_default
19574 main ()
19576 if (sizeof (off_t))
19577 return 0;
19579 return 0;
19581 _ACEOF
19582 rm -f conftest.$ac_objext
19583 if { (ac_try="$ac_compile"
19584 case "(($ac_try" in
19585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19586 *) ac_try_echo=$ac_try;;
19587 esac
19588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19589 $as_echo "$ac_try_echo") >&5
19590 (eval "$ac_compile") 2>conftest.er1
19591 ac_status=$?
19592 grep -v '^ *+' conftest.er1 >conftest.err
19593 rm -f conftest.er1
19594 cat conftest.err >&5
19595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19596 (exit $ac_status); } && {
19597 test -z "$ac_c_werror_flag" ||
19598 test ! -s conftest.err
19599 } && test -s conftest.$ac_objext; then
19600 cat >conftest.$ac_ext <<_ACEOF
19601 /* confdefs.h. */
19602 _ACEOF
19603 cat confdefs.h >>conftest.$ac_ext
19604 cat >>conftest.$ac_ext <<_ACEOF
19605 /* end confdefs.h. */
19606 $ac_includes_default
19608 main ()
19610 if (sizeof ((off_t)))
19611 return 0;
19613 return 0;
19615 _ACEOF
19616 rm -f conftest.$ac_objext
19617 if { (ac_try="$ac_compile"
19618 case "(($ac_try" in
19619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19620 *) ac_try_echo=$ac_try;;
19621 esac
19622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19623 $as_echo "$ac_try_echo") >&5
19624 (eval "$ac_compile") 2>conftest.er1
19625 ac_status=$?
19626 grep -v '^ *+' conftest.er1 >conftest.err
19627 rm -f conftest.er1
19628 cat conftest.err >&5
19629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19630 (exit $ac_status); } && {
19631 test -z "$ac_c_werror_flag" ||
19632 test ! -s conftest.err
19633 } && test -s conftest.$ac_objext; then
19635 else
19636 $as_echo "$as_me: failed program was:" >&5
19637 sed 's/^/| /' conftest.$ac_ext >&5
19639 ac_cv_type_off_t=yes
19642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19643 else
19644 $as_echo "$as_me: failed program was:" >&5
19645 sed 's/^/| /' conftest.$ac_ext >&5
19650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19652 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19653 $as_echo "$ac_cv_type_off_t" >&6; }
19654 if test "x$ac_cv_type_off_t" = x""yes; then
19656 cat >>confdefs.h <<_ACEOF
19657 #define HAVE_OFF_T 1
19658 _ACEOF
19662 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19663 $as_echo_n "checking for pid_t... " >&6; }
19664 if test "${ac_cv_type_pid_t+set}" = set; then
19665 $as_echo_n "(cached) " >&6
19666 else
19667 ac_cv_type_pid_t=no
19668 cat >conftest.$ac_ext <<_ACEOF
19669 /* confdefs.h. */
19670 _ACEOF
19671 cat confdefs.h >>conftest.$ac_ext
19672 cat >>conftest.$ac_ext <<_ACEOF
19673 /* end confdefs.h. */
19674 $ac_includes_default
19676 main ()
19678 if (sizeof (pid_t))
19679 return 0;
19681 return 0;
19683 _ACEOF
19684 rm -f conftest.$ac_objext
19685 if { (ac_try="$ac_compile"
19686 case "(($ac_try" in
19687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19688 *) ac_try_echo=$ac_try;;
19689 esac
19690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19691 $as_echo "$ac_try_echo") >&5
19692 (eval "$ac_compile") 2>conftest.er1
19693 ac_status=$?
19694 grep -v '^ *+' conftest.er1 >conftest.err
19695 rm -f conftest.er1
19696 cat conftest.err >&5
19697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19698 (exit $ac_status); } && {
19699 test -z "$ac_c_werror_flag" ||
19700 test ! -s conftest.err
19701 } && test -s conftest.$ac_objext; then
19702 cat >conftest.$ac_ext <<_ACEOF
19703 /* confdefs.h. */
19704 _ACEOF
19705 cat confdefs.h >>conftest.$ac_ext
19706 cat >>conftest.$ac_ext <<_ACEOF
19707 /* end confdefs.h. */
19708 $ac_includes_default
19710 main ()
19712 if (sizeof ((pid_t)))
19713 return 0;
19715 return 0;
19717 _ACEOF
19718 rm -f conftest.$ac_objext
19719 if { (ac_try="$ac_compile"
19720 case "(($ac_try" in
19721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19722 *) ac_try_echo=$ac_try;;
19723 esac
19724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19725 $as_echo "$ac_try_echo") >&5
19726 (eval "$ac_compile") 2>conftest.er1
19727 ac_status=$?
19728 grep -v '^ *+' conftest.er1 >conftest.err
19729 rm -f conftest.er1
19730 cat conftest.err >&5
19731 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19732 (exit $ac_status); } && {
19733 test -z "$ac_c_werror_flag" ||
19734 test ! -s conftest.err
19735 } && test -s conftest.$ac_objext; then
19737 else
19738 $as_echo "$as_me: failed program was:" >&5
19739 sed 's/^/| /' conftest.$ac_ext >&5
19741 ac_cv_type_pid_t=yes
19744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19745 else
19746 $as_echo "$as_me: failed program was:" >&5
19747 sed 's/^/| /' conftest.$ac_ext >&5
19752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19754 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19755 $as_echo "$ac_cv_type_pid_t" >&6; }
19756 if test "x$ac_cv_type_pid_t" = x""yes; then
19758 cat >>confdefs.h <<_ACEOF
19759 #define HAVE_PID_T 1
19760 _ACEOF
19764 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19765 $as_echo_n "checking for size_t... " >&6; }
19766 if test "${ac_cv_type_size_t+set}" = set; then
19767 $as_echo_n "(cached) " >&6
19768 else
19769 ac_cv_type_size_t=no
19770 cat >conftest.$ac_ext <<_ACEOF
19771 /* confdefs.h. */
19772 _ACEOF
19773 cat confdefs.h >>conftest.$ac_ext
19774 cat >>conftest.$ac_ext <<_ACEOF
19775 /* end confdefs.h. */
19776 $ac_includes_default
19778 main ()
19780 if (sizeof (size_t))
19781 return 0;
19783 return 0;
19785 _ACEOF
19786 rm -f conftest.$ac_objext
19787 if { (ac_try="$ac_compile"
19788 case "(($ac_try" in
19789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19790 *) ac_try_echo=$ac_try;;
19791 esac
19792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19793 $as_echo "$ac_try_echo") >&5
19794 (eval "$ac_compile") 2>conftest.er1
19795 ac_status=$?
19796 grep -v '^ *+' conftest.er1 >conftest.err
19797 rm -f conftest.er1
19798 cat conftest.err >&5
19799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19800 (exit $ac_status); } && {
19801 test -z "$ac_c_werror_flag" ||
19802 test ! -s conftest.err
19803 } && test -s conftest.$ac_objext; then
19804 cat >conftest.$ac_ext <<_ACEOF
19805 /* confdefs.h. */
19806 _ACEOF
19807 cat confdefs.h >>conftest.$ac_ext
19808 cat >>conftest.$ac_ext <<_ACEOF
19809 /* end confdefs.h. */
19810 $ac_includes_default
19812 main ()
19814 if (sizeof ((size_t)))
19815 return 0;
19817 return 0;
19819 _ACEOF
19820 rm -f conftest.$ac_objext
19821 if { (ac_try="$ac_compile"
19822 case "(($ac_try" in
19823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19824 *) ac_try_echo=$ac_try;;
19825 esac
19826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19827 $as_echo "$ac_try_echo") >&5
19828 (eval "$ac_compile") 2>conftest.er1
19829 ac_status=$?
19830 grep -v '^ *+' conftest.er1 >conftest.err
19831 rm -f conftest.er1
19832 cat conftest.err >&5
19833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19834 (exit $ac_status); } && {
19835 test -z "$ac_c_werror_flag" ||
19836 test ! -s conftest.err
19837 } && test -s conftest.$ac_objext; then
19839 else
19840 $as_echo "$as_me: failed program was:" >&5
19841 sed 's/^/| /' conftest.$ac_ext >&5
19843 ac_cv_type_size_t=yes
19846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19847 else
19848 $as_echo "$as_me: failed program was:" >&5
19849 sed 's/^/| /' conftest.$ac_ext >&5
19854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19856 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19857 $as_echo "$ac_cv_type_size_t" >&6; }
19858 if test "x$ac_cv_type_size_t" = x""yes; then
19860 cat >>confdefs.h <<_ACEOF
19861 #define HAVE_SIZE_T 1
19862 _ACEOF
19866 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19867 $as_echo_n "checking for ssize_t... " >&6; }
19868 if test "${ac_cv_type_ssize_t+set}" = set; then
19869 $as_echo_n "(cached) " >&6
19870 else
19871 ac_cv_type_ssize_t=no
19872 cat >conftest.$ac_ext <<_ACEOF
19873 /* confdefs.h. */
19874 _ACEOF
19875 cat confdefs.h >>conftest.$ac_ext
19876 cat >>conftest.$ac_ext <<_ACEOF
19877 /* end confdefs.h. */
19878 $ac_includes_default
19880 main ()
19882 if (sizeof (ssize_t))
19883 return 0;
19885 return 0;
19887 _ACEOF
19888 rm -f conftest.$ac_objext
19889 if { (ac_try="$ac_compile"
19890 case "(($ac_try" in
19891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19892 *) ac_try_echo=$ac_try;;
19893 esac
19894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19895 $as_echo "$ac_try_echo") >&5
19896 (eval "$ac_compile") 2>conftest.er1
19897 ac_status=$?
19898 grep -v '^ *+' conftest.er1 >conftest.err
19899 rm -f conftest.er1
19900 cat conftest.err >&5
19901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902 (exit $ac_status); } && {
19903 test -z "$ac_c_werror_flag" ||
19904 test ! -s conftest.err
19905 } && test -s conftest.$ac_objext; then
19906 cat >conftest.$ac_ext <<_ACEOF
19907 /* confdefs.h. */
19908 _ACEOF
19909 cat confdefs.h >>conftest.$ac_ext
19910 cat >>conftest.$ac_ext <<_ACEOF
19911 /* end confdefs.h. */
19912 $ac_includes_default
19914 main ()
19916 if (sizeof ((ssize_t)))
19917 return 0;
19919 return 0;
19921 _ACEOF
19922 rm -f conftest.$ac_objext
19923 if { (ac_try="$ac_compile"
19924 case "(($ac_try" in
19925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19926 *) ac_try_echo=$ac_try;;
19927 esac
19928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19929 $as_echo "$ac_try_echo") >&5
19930 (eval "$ac_compile") 2>conftest.er1
19931 ac_status=$?
19932 grep -v '^ *+' conftest.er1 >conftest.err
19933 rm -f conftest.er1
19934 cat conftest.err >&5
19935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19936 (exit $ac_status); } && {
19937 test -z "$ac_c_werror_flag" ||
19938 test ! -s conftest.err
19939 } && test -s conftest.$ac_objext; then
19941 else
19942 $as_echo "$as_me: failed program was:" >&5
19943 sed 's/^/| /' conftest.$ac_ext >&5
19945 ac_cv_type_ssize_t=yes
19948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19949 else
19950 $as_echo "$as_me: failed program was:" >&5
19951 sed 's/^/| /' conftest.$ac_ext >&5
19956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19958 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19959 $as_echo "$ac_cv_type_ssize_t" >&6; }
19960 if test "x$ac_cv_type_ssize_t" = x""yes; then
19962 cat >>confdefs.h <<_ACEOF
19963 #define HAVE_SSIZE_T 1
19964 _ACEOF
19968 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19969 $as_echo_n "checking for long long... " >&6; }
19970 if test "${ac_cv_type_long_long+set}" = set; then
19971 $as_echo_n "(cached) " >&6
19972 else
19973 ac_cv_type_long_long=no
19974 cat >conftest.$ac_ext <<_ACEOF
19975 /* confdefs.h. */
19976 _ACEOF
19977 cat confdefs.h >>conftest.$ac_ext
19978 cat >>conftest.$ac_ext <<_ACEOF
19979 /* end confdefs.h. */
19980 $ac_includes_default
19982 main ()
19984 if (sizeof (long long))
19985 return 0;
19987 return 0;
19989 _ACEOF
19990 rm -f conftest.$ac_objext
19991 if { (ac_try="$ac_compile"
19992 case "(($ac_try" in
19993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19994 *) ac_try_echo=$ac_try;;
19995 esac
19996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19997 $as_echo "$ac_try_echo") >&5
19998 (eval "$ac_compile") 2>conftest.er1
19999 ac_status=$?
20000 grep -v '^ *+' conftest.er1 >conftest.err
20001 rm -f conftest.er1
20002 cat conftest.err >&5
20003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004 (exit $ac_status); } && {
20005 test -z "$ac_c_werror_flag" ||
20006 test ! -s conftest.err
20007 } && test -s conftest.$ac_objext; then
20008 cat >conftest.$ac_ext <<_ACEOF
20009 /* confdefs.h. */
20010 _ACEOF
20011 cat confdefs.h >>conftest.$ac_ext
20012 cat >>conftest.$ac_ext <<_ACEOF
20013 /* end confdefs.h. */
20014 $ac_includes_default
20016 main ()
20018 if (sizeof ((long long)))
20019 return 0;
20021 return 0;
20023 _ACEOF
20024 rm -f conftest.$ac_objext
20025 if { (ac_try="$ac_compile"
20026 case "(($ac_try" in
20027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20028 *) ac_try_echo=$ac_try;;
20029 esac
20030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20031 $as_echo "$ac_try_echo") >&5
20032 (eval "$ac_compile") 2>conftest.er1
20033 ac_status=$?
20034 grep -v '^ *+' conftest.er1 >conftest.err
20035 rm -f conftest.er1
20036 cat conftest.err >&5
20037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20038 (exit $ac_status); } && {
20039 test -z "$ac_c_werror_flag" ||
20040 test ! -s conftest.err
20041 } && test -s conftest.$ac_objext; then
20043 else
20044 $as_echo "$as_me: failed program was:" >&5
20045 sed 's/^/| /' conftest.$ac_ext >&5
20047 ac_cv_type_long_long=yes
20050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20051 else
20052 $as_echo "$as_me: failed program was:" >&5
20053 sed 's/^/| /' conftest.$ac_ext >&5
20058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20060 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20061 $as_echo "$ac_cv_type_long_long" >&6; }
20062 if test "x$ac_cv_type_long_long" = x""yes; then
20064 cat >>confdefs.h <<_ACEOF
20065 #define HAVE_LONG_LONG 1
20066 _ACEOF
20070 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20071 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20072 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20073 $as_echo_n "(cached) " >&6
20074 else
20075 ac_cv_type_fsblkcnt_t=no
20076 cat >conftest.$ac_ext <<_ACEOF
20077 /* confdefs.h. */
20078 _ACEOF
20079 cat confdefs.h >>conftest.$ac_ext
20080 cat >>conftest.$ac_ext <<_ACEOF
20081 /* end confdefs.h. */
20082 $ac_includes_default
20084 main ()
20086 if (sizeof (fsblkcnt_t))
20087 return 0;
20089 return 0;
20091 _ACEOF
20092 rm -f conftest.$ac_objext
20093 if { (ac_try="$ac_compile"
20094 case "(($ac_try" in
20095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20096 *) ac_try_echo=$ac_try;;
20097 esac
20098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20099 $as_echo "$ac_try_echo") >&5
20100 (eval "$ac_compile") 2>conftest.er1
20101 ac_status=$?
20102 grep -v '^ *+' conftest.er1 >conftest.err
20103 rm -f conftest.er1
20104 cat conftest.err >&5
20105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20106 (exit $ac_status); } && {
20107 test -z "$ac_c_werror_flag" ||
20108 test ! -s conftest.err
20109 } && test -s conftest.$ac_objext; then
20110 cat >conftest.$ac_ext <<_ACEOF
20111 /* confdefs.h. */
20112 _ACEOF
20113 cat confdefs.h >>conftest.$ac_ext
20114 cat >>conftest.$ac_ext <<_ACEOF
20115 /* end confdefs.h. */
20116 $ac_includes_default
20118 main ()
20120 if (sizeof ((fsblkcnt_t)))
20121 return 0;
20123 return 0;
20125 _ACEOF
20126 rm -f conftest.$ac_objext
20127 if { (ac_try="$ac_compile"
20128 case "(($ac_try" in
20129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20130 *) ac_try_echo=$ac_try;;
20131 esac
20132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20133 $as_echo "$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 $as_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
20145 else
20146 $as_echo "$as_me: failed program was:" >&5
20147 sed 's/^/| /' conftest.$ac_ext >&5
20149 ac_cv_type_fsblkcnt_t=yes
20152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20153 else
20154 $as_echo "$as_me: failed program was:" >&5
20155 sed 's/^/| /' conftest.$ac_ext >&5
20160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20162 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20163 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20164 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20166 cat >>confdefs.h <<_ACEOF
20167 #define HAVE_FSBLKCNT_T 1
20168 _ACEOF
20172 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20173 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20174 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20175 $as_echo_n "(cached) " >&6
20176 else
20177 ac_cv_type_fsfilcnt_t=no
20178 cat >conftest.$ac_ext <<_ACEOF
20179 /* confdefs.h. */
20180 _ACEOF
20181 cat confdefs.h >>conftest.$ac_ext
20182 cat >>conftest.$ac_ext <<_ACEOF
20183 /* end confdefs.h. */
20184 $ac_includes_default
20186 main ()
20188 if (sizeof (fsfilcnt_t))
20189 return 0;
20191 return 0;
20193 _ACEOF
20194 rm -f conftest.$ac_objext
20195 if { (ac_try="$ac_compile"
20196 case "(($ac_try" in
20197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20198 *) ac_try_echo=$ac_try;;
20199 esac
20200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20201 $as_echo "$ac_try_echo") >&5
20202 (eval "$ac_compile") 2>conftest.er1
20203 ac_status=$?
20204 grep -v '^ *+' conftest.er1 >conftest.err
20205 rm -f conftest.er1
20206 cat conftest.err >&5
20207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20208 (exit $ac_status); } && {
20209 test -z "$ac_c_werror_flag" ||
20210 test ! -s conftest.err
20211 } && test -s conftest.$ac_objext; then
20212 cat >conftest.$ac_ext <<_ACEOF
20213 /* confdefs.h. */
20214 _ACEOF
20215 cat confdefs.h >>conftest.$ac_ext
20216 cat >>conftest.$ac_ext <<_ACEOF
20217 /* end confdefs.h. */
20218 $ac_includes_default
20220 main ()
20222 if (sizeof ((fsfilcnt_t)))
20223 return 0;
20225 return 0;
20227 _ACEOF
20228 rm -f conftest.$ac_objext
20229 if { (ac_try="$ac_compile"
20230 case "(($ac_try" in
20231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20232 *) ac_try_echo=$ac_try;;
20233 esac
20234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20235 $as_echo "$ac_try_echo") >&5
20236 (eval "$ac_compile") 2>conftest.er1
20237 ac_status=$?
20238 grep -v '^ *+' conftest.er1 >conftest.err
20239 rm -f conftest.er1
20240 cat conftest.err >&5
20241 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20242 (exit $ac_status); } && {
20243 test -z "$ac_c_werror_flag" ||
20244 test ! -s conftest.err
20245 } && test -s conftest.$ac_objext; then
20247 else
20248 $as_echo "$as_me: failed program was:" >&5
20249 sed 's/^/| /' conftest.$ac_ext >&5
20251 ac_cv_type_fsfilcnt_t=yes
20254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20255 else
20256 $as_echo "$as_me: failed program was:" >&5
20257 sed 's/^/| /' conftest.$ac_ext >&5
20262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20264 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20265 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20266 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20268 cat >>confdefs.h <<_ACEOF
20269 #define HAVE_FSFILCNT_T 1
20270 _ACEOF
20275 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20276 $as_echo_n "checking for sigset_t... " >&6; }
20277 if test "${ac_cv_type_sigset_t+set}" = set; then
20278 $as_echo_n "(cached) " >&6
20279 else
20280 ac_cv_type_sigset_t=no
20281 cat >conftest.$ac_ext <<_ACEOF
20282 /* confdefs.h. */
20283 _ACEOF
20284 cat confdefs.h >>conftest.$ac_ext
20285 cat >>conftest.$ac_ext <<_ACEOF
20286 /* end confdefs.h. */
20287 #include <sys/types.h>
20288 #include <signal.h>
20291 main ()
20293 if (sizeof (sigset_t))
20294 return 0;
20296 return 0;
20298 _ACEOF
20299 rm -f conftest.$ac_objext
20300 if { (ac_try="$ac_compile"
20301 case "(($ac_try" in
20302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20303 *) ac_try_echo=$ac_try;;
20304 esac
20305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20306 $as_echo "$ac_try_echo") >&5
20307 (eval "$ac_compile") 2>conftest.er1
20308 ac_status=$?
20309 grep -v '^ *+' conftest.er1 >conftest.err
20310 rm -f conftest.er1
20311 cat conftest.err >&5
20312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20313 (exit $ac_status); } && {
20314 test -z "$ac_c_werror_flag" ||
20315 test ! -s conftest.err
20316 } && test -s conftest.$ac_objext; then
20317 cat >conftest.$ac_ext <<_ACEOF
20318 /* confdefs.h. */
20319 _ACEOF
20320 cat confdefs.h >>conftest.$ac_ext
20321 cat >>conftest.$ac_ext <<_ACEOF
20322 /* end confdefs.h. */
20323 #include <sys/types.h>
20324 #include <signal.h>
20327 main ()
20329 if (sizeof ((sigset_t)))
20330 return 0;
20332 return 0;
20334 _ACEOF
20335 rm -f conftest.$ac_objext
20336 if { (ac_try="$ac_compile"
20337 case "(($ac_try" in
20338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20339 *) ac_try_echo=$ac_try;;
20340 esac
20341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20342 $as_echo "$ac_try_echo") >&5
20343 (eval "$ac_compile") 2>conftest.er1
20344 ac_status=$?
20345 grep -v '^ *+' conftest.er1 >conftest.err
20346 rm -f conftest.er1
20347 cat conftest.err >&5
20348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20349 (exit $ac_status); } && {
20350 test -z "$ac_c_werror_flag" ||
20351 test ! -s conftest.err
20352 } && test -s conftest.$ac_objext; then
20354 else
20355 $as_echo "$as_me: failed program was:" >&5
20356 sed 's/^/| /' conftest.$ac_ext >&5
20358 ac_cv_type_sigset_t=yes
20361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20362 else
20363 $as_echo "$as_me: failed program was:" >&5
20364 sed 's/^/| /' conftest.$ac_ext >&5
20369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20371 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20372 $as_echo "$ac_cv_type_sigset_t" >&6; }
20373 if test "x$ac_cv_type_sigset_t" = x""yes; then
20375 cat >>confdefs.h <<_ACEOF
20376 #define HAVE_SIGSET_T 1
20377 _ACEOF
20382 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20383 $as_echo_n "checking for request_sense... " >&6; }
20384 if test "${ac_cv_type_request_sense+set}" = set; then
20385 $as_echo_n "(cached) " >&6
20386 else
20387 ac_cv_type_request_sense=no
20388 cat >conftest.$ac_ext <<_ACEOF
20389 /* confdefs.h. */
20390 _ACEOF
20391 cat confdefs.h >>conftest.$ac_ext
20392 cat >>conftest.$ac_ext <<_ACEOF
20393 /* end confdefs.h. */
20394 #include <linux/cdrom.h>
20397 main ()
20399 if (sizeof (request_sense))
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 ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20412 $as_echo "$ac_try_echo") >&5
20413 (eval "$ac_compile") 2>conftest.er1
20414 ac_status=$?
20415 grep -v '^ *+' conftest.er1 >conftest.err
20416 rm -f conftest.er1
20417 cat conftest.err >&5
20418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20419 (exit $ac_status); } && {
20420 test -z "$ac_c_werror_flag" ||
20421 test ! -s conftest.err
20422 } && test -s conftest.$ac_objext; then
20423 cat >conftest.$ac_ext <<_ACEOF
20424 /* confdefs.h. */
20425 _ACEOF
20426 cat confdefs.h >>conftest.$ac_ext
20427 cat >>conftest.$ac_ext <<_ACEOF
20428 /* end confdefs.h. */
20429 #include <linux/cdrom.h>
20432 main ()
20434 if (sizeof ((request_sense)))
20435 return 0;
20437 return 0;
20439 _ACEOF
20440 rm -f conftest.$ac_objext
20441 if { (ac_try="$ac_compile"
20442 case "(($ac_try" in
20443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20444 *) ac_try_echo=$ac_try;;
20445 esac
20446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20447 $as_echo "$ac_try_echo") >&5
20448 (eval "$ac_compile") 2>conftest.er1
20449 ac_status=$?
20450 grep -v '^ *+' conftest.er1 >conftest.err
20451 rm -f conftest.er1
20452 cat conftest.err >&5
20453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20454 (exit $ac_status); } && {
20455 test -z "$ac_c_werror_flag" ||
20456 test ! -s conftest.err
20457 } && test -s conftest.$ac_objext; then
20459 else
20460 $as_echo "$as_me: failed program was:" >&5
20461 sed 's/^/| /' conftest.$ac_ext >&5
20463 ac_cv_type_request_sense=yes
20466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20467 else
20468 $as_echo "$as_me: failed program was:" >&5
20469 sed 's/^/| /' conftest.$ac_ext >&5
20474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20476 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20477 $as_echo "$ac_cv_type_request_sense" >&6; }
20478 if test "x$ac_cv_type_request_sense" = x""yes; then
20480 cat >>confdefs.h <<_ACEOF
20481 #define HAVE_REQUEST_SENSE 1
20482 _ACEOF
20488 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20489 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20490 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20491 $as_echo_n "(cached) " >&6
20492 else
20493 cat >conftest.$ac_ext <<_ACEOF
20494 /* confdefs.h. */
20495 _ACEOF
20496 cat confdefs.h >>conftest.$ac_ext
20497 cat >>conftest.$ac_ext <<_ACEOF
20498 /* end confdefs.h. */
20499 #ifdef HAVE_LINUX_INPUT_H
20500 #include <linux/input.h>
20501 #endif
20504 main ()
20506 static struct ff_effect ac_aggr;
20507 if (ac_aggr.direction)
20508 return 0;
20510 return 0;
20512 _ACEOF
20513 rm -f conftest.$ac_objext
20514 if { (ac_try="$ac_compile"
20515 case "(($ac_try" in
20516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20517 *) ac_try_echo=$ac_try;;
20518 esac
20519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20520 $as_echo "$ac_try_echo") >&5
20521 (eval "$ac_compile") 2>conftest.er1
20522 ac_status=$?
20523 grep -v '^ *+' conftest.er1 >conftest.err
20524 rm -f conftest.er1
20525 cat conftest.err >&5
20526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20527 (exit $ac_status); } && {
20528 test -z "$ac_c_werror_flag" ||
20529 test ! -s conftest.err
20530 } && test -s conftest.$ac_objext; then
20531 ac_cv_member_struct_ff_effect_direction=yes
20532 else
20533 $as_echo "$as_me: failed program was:" >&5
20534 sed 's/^/| /' conftest.$ac_ext >&5
20536 cat >conftest.$ac_ext <<_ACEOF
20537 /* confdefs.h. */
20538 _ACEOF
20539 cat confdefs.h >>conftest.$ac_ext
20540 cat >>conftest.$ac_ext <<_ACEOF
20541 /* end confdefs.h. */
20542 #ifdef HAVE_LINUX_INPUT_H
20543 #include <linux/input.h>
20544 #endif
20547 main ()
20549 static struct ff_effect ac_aggr;
20550 if (sizeof ac_aggr.direction)
20551 return 0;
20553 return 0;
20555 _ACEOF
20556 rm -f conftest.$ac_objext
20557 if { (ac_try="$ac_compile"
20558 case "(($ac_try" in
20559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20560 *) ac_try_echo=$ac_try;;
20561 esac
20562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20563 $as_echo "$ac_try_echo") >&5
20564 (eval "$ac_compile") 2>conftest.er1
20565 ac_status=$?
20566 grep -v '^ *+' conftest.er1 >conftest.err
20567 rm -f conftest.er1
20568 cat conftest.err >&5
20569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20570 (exit $ac_status); } && {
20571 test -z "$ac_c_werror_flag" ||
20572 test ! -s conftest.err
20573 } && test -s conftest.$ac_objext; then
20574 ac_cv_member_struct_ff_effect_direction=yes
20575 else
20576 $as_echo "$as_me: failed program was:" >&5
20577 sed 's/^/| /' conftest.$ac_ext >&5
20579 ac_cv_member_struct_ff_effect_direction=no
20582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20587 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20588 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20589 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20591 cat >>confdefs.h <<_ACEOF
20592 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20593 _ACEOF
20599 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20600 $as_echo_n "checking for sigaddset... " >&6; }
20601 if test "${wine_cv_have_sigaddset+set}" = set; then
20602 $as_echo_n "(cached) " >&6
20603 else
20604 cat >conftest.$ac_ext <<_ACEOF
20605 /* confdefs.h. */
20606 _ACEOF
20607 cat confdefs.h >>conftest.$ac_ext
20608 cat >>conftest.$ac_ext <<_ACEOF
20609 /* end confdefs.h. */
20610 #include <signal.h>
20612 main ()
20614 sigset_t set; sigaddset(&set,SIGTERM);
20616 return 0;
20618 _ACEOF
20619 rm -f conftest.$ac_objext conftest$ac_exeext
20620 if { (ac_try="$ac_link"
20621 case "(($ac_try" in
20622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20623 *) ac_try_echo=$ac_try;;
20624 esac
20625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20626 $as_echo "$ac_try_echo") >&5
20627 (eval "$ac_link") 2>conftest.er1
20628 ac_status=$?
20629 grep -v '^ *+' conftest.er1 >conftest.err
20630 rm -f conftest.er1
20631 cat conftest.err >&5
20632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20633 (exit $ac_status); } && {
20634 test -z "$ac_c_werror_flag" ||
20635 test ! -s conftest.err
20636 } && test -s conftest$ac_exeext && {
20637 test "$cross_compiling" = yes ||
20638 $as_test_x conftest$ac_exeext
20639 }; then
20640 wine_cv_have_sigaddset=yes
20641 else
20642 $as_echo "$as_me: failed program was:" >&5
20643 sed 's/^/| /' conftest.$ac_ext >&5
20645 wine_cv_have_sigaddset=no
20648 rm -rf conftest.dSYM
20649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20650 conftest$ac_exeext conftest.$ac_ext
20652 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20653 $as_echo "$wine_cv_have_sigaddset" >&6; }
20654 if test "$wine_cv_have_sigaddset" = "yes"
20655 then
20657 cat >>confdefs.h <<\_ACEOF
20658 #define HAVE_SIGADDSET 1
20659 _ACEOF
20664 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20665 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20666 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20667 $as_echo_n "(cached) " >&6
20668 else
20669 cat >conftest.$ac_ext <<_ACEOF
20670 /* confdefs.h. */
20671 _ACEOF
20672 cat confdefs.h >>conftest.$ac_ext
20673 cat >>conftest.$ac_ext <<_ACEOF
20674 /* end confdefs.h. */
20675 #include <netdb.h>
20677 main ()
20680 char *name=0;
20681 struct hostent he;
20682 struct hostent *result;
20683 char *buf=0;
20684 int bufsize=0;
20685 int res,errnr;
20686 char *addr=0;
20687 int addrlen=0;
20688 int addrtype=0;
20689 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20690 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20693 return 0;
20695 _ACEOF
20696 rm -f conftest.$ac_objext conftest$ac_exeext
20697 if { (ac_try="$ac_link"
20698 case "(($ac_try" in
20699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20700 *) ac_try_echo=$ac_try;;
20701 esac
20702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20703 $as_echo "$ac_try_echo") >&5
20704 (eval "$ac_link") 2>conftest.er1
20705 ac_status=$?
20706 grep -v '^ *+' conftest.er1 >conftest.err
20707 rm -f conftest.er1
20708 cat conftest.err >&5
20709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20710 (exit $ac_status); } && {
20711 test -z "$ac_c_werror_flag" ||
20712 test ! -s conftest.err
20713 } && test -s conftest$ac_exeext && {
20714 test "$cross_compiling" = yes ||
20715 $as_test_x conftest$ac_exeext
20716 }; then
20717 wine_cv_linux_gethostbyname_r_6=yes
20718 else
20719 $as_echo "$as_me: failed program was:" >&5
20720 sed 's/^/| /' conftest.$ac_ext >&5
20722 wine_cv_linux_gethostbyname_r_6=no
20726 rm -rf conftest.dSYM
20727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20728 conftest$ac_exeext conftest.$ac_ext
20731 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20732 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20733 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20734 then
20736 cat >>confdefs.h <<\_ACEOF
20737 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20738 _ACEOF
20742 if test "$ac_cv_header_linux_joystick_h" = "yes"
20743 then
20744 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20745 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20746 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20747 $as_echo_n "(cached) " >&6
20748 else
20749 cat >conftest.$ac_ext <<_ACEOF
20750 /* confdefs.h. */
20751 _ACEOF
20752 cat confdefs.h >>conftest.$ac_ext
20753 cat >>conftest.$ac_ext <<_ACEOF
20754 /* end confdefs.h. */
20756 #include <sys/ioctl.h>
20757 #include <sys/types.h>
20758 #include <linux/joystick.h>
20760 struct js_event blub;
20761 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20762 #error "no 2.2 header"
20763 #endif
20766 main ()
20768 /*empty*/
20770 return 0;
20772 _ACEOF
20773 rm -f conftest.$ac_objext
20774 if { (ac_try="$ac_compile"
20775 case "(($ac_try" in
20776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20777 *) ac_try_echo=$ac_try;;
20778 esac
20779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20780 $as_echo "$ac_try_echo") >&5
20781 (eval "$ac_compile") 2>conftest.er1
20782 ac_status=$?
20783 grep -v '^ *+' conftest.er1 >conftest.err
20784 rm -f conftest.er1
20785 cat conftest.err >&5
20786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20787 (exit $ac_status); } && {
20788 test -z "$ac_c_werror_flag" ||
20789 test ! -s conftest.err
20790 } && test -s conftest.$ac_objext; then
20791 wine_cv_linux_joystick_22_api=yes
20792 else
20793 $as_echo "$as_me: failed program was:" >&5
20794 sed 's/^/| /' conftest.$ac_ext >&5
20796 wine_cv_linux_joystick_22_api=no
20799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20802 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20803 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20804 if test "$wine_cv_linux_joystick_22_api" = "yes"
20805 then
20807 cat >>confdefs.h <<\_ACEOF
20808 #define HAVE_LINUX_22_JOYSTICK_API 1
20809 _ACEOF
20815 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20816 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20817 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20818 $as_echo_n "(cached) " >&6
20819 else
20820 cat >conftest.$ac_ext <<_ACEOF
20821 /* confdefs.h. */
20822 _ACEOF
20823 cat confdefs.h >>conftest.$ac_ext
20824 cat >>conftest.$ac_ext <<_ACEOF
20825 /* end confdefs.h. */
20826 #include <sys/types.h>
20827 #ifdef HAVE_SYS_PARAM_H
20828 # include <sys/param.h>
20829 #endif
20830 #ifdef HAVE_SYS_MOUNT_H
20831 # include <sys/mount.h>
20832 #endif
20833 #ifdef HAVE_SYS_VFS_H
20834 # include <sys/vfs.h>
20835 #endif
20836 #ifdef HAVE_SYS_STATFS_H
20837 # include <sys/statfs.h>
20838 #endif
20841 main ()
20843 static struct statfs ac_aggr;
20844 if (ac_aggr.f_bfree)
20845 return 0;
20847 return 0;
20849 _ACEOF
20850 rm -f conftest.$ac_objext
20851 if { (ac_try="$ac_compile"
20852 case "(($ac_try" in
20853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20854 *) ac_try_echo=$ac_try;;
20855 esac
20856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20857 $as_echo "$ac_try_echo") >&5
20858 (eval "$ac_compile") 2>conftest.er1
20859 ac_status=$?
20860 grep -v '^ *+' conftest.er1 >conftest.err
20861 rm -f conftest.er1
20862 cat conftest.err >&5
20863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20864 (exit $ac_status); } && {
20865 test -z "$ac_c_werror_flag" ||
20866 test ! -s conftest.err
20867 } && test -s conftest.$ac_objext; then
20868 ac_cv_member_struct_statfs_f_bfree=yes
20869 else
20870 $as_echo "$as_me: failed program was:" >&5
20871 sed 's/^/| /' conftest.$ac_ext >&5
20873 cat >conftest.$ac_ext <<_ACEOF
20874 /* confdefs.h. */
20875 _ACEOF
20876 cat confdefs.h >>conftest.$ac_ext
20877 cat >>conftest.$ac_ext <<_ACEOF
20878 /* end confdefs.h. */
20879 #include <sys/types.h>
20880 #ifdef HAVE_SYS_PARAM_H
20881 # include <sys/param.h>
20882 #endif
20883 #ifdef HAVE_SYS_MOUNT_H
20884 # include <sys/mount.h>
20885 #endif
20886 #ifdef HAVE_SYS_VFS_H
20887 # include <sys/vfs.h>
20888 #endif
20889 #ifdef HAVE_SYS_STATFS_H
20890 # include <sys/statfs.h>
20891 #endif
20894 main ()
20896 static struct statfs ac_aggr;
20897 if (sizeof ac_aggr.f_bfree)
20898 return 0;
20900 return 0;
20902 _ACEOF
20903 rm -f conftest.$ac_objext
20904 if { (ac_try="$ac_compile"
20905 case "(($ac_try" in
20906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20907 *) ac_try_echo=$ac_try;;
20908 esac
20909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20910 $as_echo "$ac_try_echo") >&5
20911 (eval "$ac_compile") 2>conftest.er1
20912 ac_status=$?
20913 grep -v '^ *+' conftest.er1 >conftest.err
20914 rm -f conftest.er1
20915 cat conftest.err >&5
20916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20917 (exit $ac_status); } && {
20918 test -z "$ac_c_werror_flag" ||
20919 test ! -s conftest.err
20920 } && test -s conftest.$ac_objext; then
20921 ac_cv_member_struct_statfs_f_bfree=yes
20922 else
20923 $as_echo "$as_me: failed program was:" >&5
20924 sed 's/^/| /' conftest.$ac_ext >&5
20926 ac_cv_member_struct_statfs_f_bfree=no
20929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20934 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20935 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20936 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20938 cat >>confdefs.h <<_ACEOF
20939 #define HAVE_STRUCT_STATFS_F_BFREE 1
20940 _ACEOF
20944 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20945 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20946 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20947 $as_echo_n "(cached) " >&6
20948 else
20949 cat >conftest.$ac_ext <<_ACEOF
20950 /* confdefs.h. */
20951 _ACEOF
20952 cat confdefs.h >>conftest.$ac_ext
20953 cat >>conftest.$ac_ext <<_ACEOF
20954 /* end confdefs.h. */
20955 #include <sys/types.h>
20956 #ifdef HAVE_SYS_PARAM_H
20957 # include <sys/param.h>
20958 #endif
20959 #ifdef HAVE_SYS_MOUNT_H
20960 # include <sys/mount.h>
20961 #endif
20962 #ifdef HAVE_SYS_VFS_H
20963 # include <sys/vfs.h>
20964 #endif
20965 #ifdef HAVE_SYS_STATFS_H
20966 # include <sys/statfs.h>
20967 #endif
20970 main ()
20972 static struct statfs ac_aggr;
20973 if (ac_aggr.f_bavail)
20974 return 0;
20976 return 0;
20978 _ACEOF
20979 rm -f conftest.$ac_objext
20980 if { (ac_try="$ac_compile"
20981 case "(($ac_try" in
20982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20983 *) ac_try_echo=$ac_try;;
20984 esac
20985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20986 $as_echo "$ac_try_echo") >&5
20987 (eval "$ac_compile") 2>conftest.er1
20988 ac_status=$?
20989 grep -v '^ *+' conftest.er1 >conftest.err
20990 rm -f conftest.er1
20991 cat conftest.err >&5
20992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993 (exit $ac_status); } && {
20994 test -z "$ac_c_werror_flag" ||
20995 test ! -s conftest.err
20996 } && test -s conftest.$ac_objext; then
20997 ac_cv_member_struct_statfs_f_bavail=yes
20998 else
20999 $as_echo "$as_me: failed program was:" >&5
21000 sed 's/^/| /' conftest.$ac_ext >&5
21002 cat >conftest.$ac_ext <<_ACEOF
21003 /* confdefs.h. */
21004 _ACEOF
21005 cat confdefs.h >>conftest.$ac_ext
21006 cat >>conftest.$ac_ext <<_ACEOF
21007 /* end confdefs.h. */
21008 #include <sys/types.h>
21009 #ifdef HAVE_SYS_PARAM_H
21010 # include <sys/param.h>
21011 #endif
21012 #ifdef HAVE_SYS_MOUNT_H
21013 # include <sys/mount.h>
21014 #endif
21015 #ifdef HAVE_SYS_VFS_H
21016 # include <sys/vfs.h>
21017 #endif
21018 #ifdef HAVE_SYS_STATFS_H
21019 # include <sys/statfs.h>
21020 #endif
21023 main ()
21025 static struct statfs ac_aggr;
21026 if (sizeof ac_aggr.f_bavail)
21027 return 0;
21029 return 0;
21031 _ACEOF
21032 rm -f conftest.$ac_objext
21033 if { (ac_try="$ac_compile"
21034 case "(($ac_try" in
21035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21036 *) ac_try_echo=$ac_try;;
21037 esac
21038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21039 $as_echo "$ac_try_echo") >&5
21040 (eval "$ac_compile") 2>conftest.er1
21041 ac_status=$?
21042 grep -v '^ *+' conftest.er1 >conftest.err
21043 rm -f conftest.er1
21044 cat conftest.err >&5
21045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21046 (exit $ac_status); } && {
21047 test -z "$ac_c_werror_flag" ||
21048 test ! -s conftest.err
21049 } && test -s conftest.$ac_objext; then
21050 ac_cv_member_struct_statfs_f_bavail=yes
21051 else
21052 $as_echo "$as_me: failed program was:" >&5
21053 sed 's/^/| /' conftest.$ac_ext >&5
21055 ac_cv_member_struct_statfs_f_bavail=no
21058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21063 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21064 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21065 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21067 cat >>confdefs.h <<_ACEOF
21068 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21069 _ACEOF
21073 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21074 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21075 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21076 $as_echo_n "(cached) " >&6
21077 else
21078 cat >conftest.$ac_ext <<_ACEOF
21079 /* confdefs.h. */
21080 _ACEOF
21081 cat confdefs.h >>conftest.$ac_ext
21082 cat >>conftest.$ac_ext <<_ACEOF
21083 /* end confdefs.h. */
21084 #include <sys/types.h>
21085 #ifdef HAVE_SYS_PARAM_H
21086 # include <sys/param.h>
21087 #endif
21088 #ifdef HAVE_SYS_MOUNT_H
21089 # include <sys/mount.h>
21090 #endif
21091 #ifdef HAVE_SYS_VFS_H
21092 # include <sys/vfs.h>
21093 #endif
21094 #ifdef HAVE_SYS_STATFS_H
21095 # include <sys/statfs.h>
21096 #endif
21099 main ()
21101 static struct statfs ac_aggr;
21102 if (ac_aggr.f_frsize)
21103 return 0;
21105 return 0;
21107 _ACEOF
21108 rm -f conftest.$ac_objext
21109 if { (ac_try="$ac_compile"
21110 case "(($ac_try" in
21111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21112 *) ac_try_echo=$ac_try;;
21113 esac
21114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21115 $as_echo "$ac_try_echo") >&5
21116 (eval "$ac_compile") 2>conftest.er1
21117 ac_status=$?
21118 grep -v '^ *+' conftest.er1 >conftest.err
21119 rm -f conftest.er1
21120 cat conftest.err >&5
21121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21122 (exit $ac_status); } && {
21123 test -z "$ac_c_werror_flag" ||
21124 test ! -s conftest.err
21125 } && test -s conftest.$ac_objext; then
21126 ac_cv_member_struct_statfs_f_frsize=yes
21127 else
21128 $as_echo "$as_me: failed program was:" >&5
21129 sed 's/^/| /' conftest.$ac_ext >&5
21131 cat >conftest.$ac_ext <<_ACEOF
21132 /* confdefs.h. */
21133 _ACEOF
21134 cat confdefs.h >>conftest.$ac_ext
21135 cat >>conftest.$ac_ext <<_ACEOF
21136 /* end confdefs.h. */
21137 #include <sys/types.h>
21138 #ifdef HAVE_SYS_PARAM_H
21139 # include <sys/param.h>
21140 #endif
21141 #ifdef HAVE_SYS_MOUNT_H
21142 # include <sys/mount.h>
21143 #endif
21144 #ifdef HAVE_SYS_VFS_H
21145 # include <sys/vfs.h>
21146 #endif
21147 #ifdef HAVE_SYS_STATFS_H
21148 # include <sys/statfs.h>
21149 #endif
21152 main ()
21154 static struct statfs ac_aggr;
21155 if (sizeof ac_aggr.f_frsize)
21156 return 0;
21158 return 0;
21160 _ACEOF
21161 rm -f conftest.$ac_objext
21162 if { (ac_try="$ac_compile"
21163 case "(($ac_try" in
21164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21165 *) ac_try_echo=$ac_try;;
21166 esac
21167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21168 $as_echo "$ac_try_echo") >&5
21169 (eval "$ac_compile") 2>conftest.er1
21170 ac_status=$?
21171 grep -v '^ *+' conftest.er1 >conftest.err
21172 rm -f conftest.er1
21173 cat conftest.err >&5
21174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21175 (exit $ac_status); } && {
21176 test -z "$ac_c_werror_flag" ||
21177 test ! -s conftest.err
21178 } && test -s conftest.$ac_objext; then
21179 ac_cv_member_struct_statfs_f_frsize=yes
21180 else
21181 $as_echo "$as_me: failed program was:" >&5
21182 sed 's/^/| /' conftest.$ac_ext >&5
21184 ac_cv_member_struct_statfs_f_frsize=no
21187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21192 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21193 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21194 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21196 cat >>confdefs.h <<_ACEOF
21197 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21198 _ACEOF
21202 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21203 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21204 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21205 $as_echo_n "(cached) " >&6
21206 else
21207 cat >conftest.$ac_ext <<_ACEOF
21208 /* confdefs.h. */
21209 _ACEOF
21210 cat confdefs.h >>conftest.$ac_ext
21211 cat >>conftest.$ac_ext <<_ACEOF
21212 /* end confdefs.h. */
21213 #include <sys/types.h>
21214 #ifdef HAVE_SYS_PARAM_H
21215 # include <sys/param.h>
21216 #endif
21217 #ifdef HAVE_SYS_MOUNT_H
21218 # include <sys/mount.h>
21219 #endif
21220 #ifdef HAVE_SYS_VFS_H
21221 # include <sys/vfs.h>
21222 #endif
21223 #ifdef HAVE_SYS_STATFS_H
21224 # include <sys/statfs.h>
21225 #endif
21228 main ()
21230 static struct statfs ac_aggr;
21231 if (ac_aggr.f_ffree)
21232 return 0;
21234 return 0;
21236 _ACEOF
21237 rm -f conftest.$ac_objext
21238 if { (ac_try="$ac_compile"
21239 case "(($ac_try" in
21240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21241 *) ac_try_echo=$ac_try;;
21242 esac
21243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21244 $as_echo "$ac_try_echo") >&5
21245 (eval "$ac_compile") 2>conftest.er1
21246 ac_status=$?
21247 grep -v '^ *+' conftest.er1 >conftest.err
21248 rm -f conftest.er1
21249 cat conftest.err >&5
21250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21251 (exit $ac_status); } && {
21252 test -z "$ac_c_werror_flag" ||
21253 test ! -s conftest.err
21254 } && test -s conftest.$ac_objext; then
21255 ac_cv_member_struct_statfs_f_ffree=yes
21256 else
21257 $as_echo "$as_me: failed program was:" >&5
21258 sed 's/^/| /' conftest.$ac_ext >&5
21260 cat >conftest.$ac_ext <<_ACEOF
21261 /* confdefs.h. */
21262 _ACEOF
21263 cat confdefs.h >>conftest.$ac_ext
21264 cat >>conftest.$ac_ext <<_ACEOF
21265 /* end confdefs.h. */
21266 #include <sys/types.h>
21267 #ifdef HAVE_SYS_PARAM_H
21268 # include <sys/param.h>
21269 #endif
21270 #ifdef HAVE_SYS_MOUNT_H
21271 # include <sys/mount.h>
21272 #endif
21273 #ifdef HAVE_SYS_VFS_H
21274 # include <sys/vfs.h>
21275 #endif
21276 #ifdef HAVE_SYS_STATFS_H
21277 # include <sys/statfs.h>
21278 #endif
21281 main ()
21283 static struct statfs ac_aggr;
21284 if (sizeof ac_aggr.f_ffree)
21285 return 0;
21287 return 0;
21289 _ACEOF
21290 rm -f conftest.$ac_objext
21291 if { (ac_try="$ac_compile"
21292 case "(($ac_try" in
21293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21294 *) ac_try_echo=$ac_try;;
21295 esac
21296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21297 $as_echo "$ac_try_echo") >&5
21298 (eval "$ac_compile") 2>conftest.er1
21299 ac_status=$?
21300 grep -v '^ *+' conftest.er1 >conftest.err
21301 rm -f conftest.er1
21302 cat conftest.err >&5
21303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21304 (exit $ac_status); } && {
21305 test -z "$ac_c_werror_flag" ||
21306 test ! -s conftest.err
21307 } && test -s conftest.$ac_objext; then
21308 ac_cv_member_struct_statfs_f_ffree=yes
21309 else
21310 $as_echo "$as_me: failed program was:" >&5
21311 sed 's/^/| /' conftest.$ac_ext >&5
21313 ac_cv_member_struct_statfs_f_ffree=no
21316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21321 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21322 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21323 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21325 cat >>confdefs.h <<_ACEOF
21326 #define HAVE_STRUCT_STATFS_F_FFREE 1
21327 _ACEOF
21331 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21332 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21333 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21334 $as_echo_n "(cached) " >&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 #include <sys/types.h>
21343 #ifdef HAVE_SYS_PARAM_H
21344 # include <sys/param.h>
21345 #endif
21346 #ifdef HAVE_SYS_MOUNT_H
21347 # include <sys/mount.h>
21348 #endif
21349 #ifdef HAVE_SYS_VFS_H
21350 # include <sys/vfs.h>
21351 #endif
21352 #ifdef HAVE_SYS_STATFS_H
21353 # include <sys/statfs.h>
21354 #endif
21357 main ()
21359 static struct statfs ac_aggr;
21360 if (ac_aggr.f_favail)
21361 return 0;
21363 return 0;
21365 _ACEOF
21366 rm -f conftest.$ac_objext
21367 if { (ac_try="$ac_compile"
21368 case "(($ac_try" in
21369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21370 *) ac_try_echo=$ac_try;;
21371 esac
21372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21373 $as_echo "$ac_try_echo") >&5
21374 (eval "$ac_compile") 2>conftest.er1
21375 ac_status=$?
21376 grep -v '^ *+' conftest.er1 >conftest.err
21377 rm -f conftest.er1
21378 cat conftest.err >&5
21379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21380 (exit $ac_status); } && {
21381 test -z "$ac_c_werror_flag" ||
21382 test ! -s conftest.err
21383 } && test -s conftest.$ac_objext; then
21384 ac_cv_member_struct_statfs_f_favail=yes
21385 else
21386 $as_echo "$as_me: failed program was:" >&5
21387 sed 's/^/| /' conftest.$ac_ext >&5
21389 cat >conftest.$ac_ext <<_ACEOF
21390 /* confdefs.h. */
21391 _ACEOF
21392 cat confdefs.h >>conftest.$ac_ext
21393 cat >>conftest.$ac_ext <<_ACEOF
21394 /* end confdefs.h. */
21395 #include <sys/types.h>
21396 #ifdef HAVE_SYS_PARAM_H
21397 # include <sys/param.h>
21398 #endif
21399 #ifdef HAVE_SYS_MOUNT_H
21400 # include <sys/mount.h>
21401 #endif
21402 #ifdef HAVE_SYS_VFS_H
21403 # include <sys/vfs.h>
21404 #endif
21405 #ifdef HAVE_SYS_STATFS_H
21406 # include <sys/statfs.h>
21407 #endif
21410 main ()
21412 static struct statfs ac_aggr;
21413 if (sizeof ac_aggr.f_favail)
21414 return 0;
21416 return 0;
21418 _ACEOF
21419 rm -f conftest.$ac_objext
21420 if { (ac_try="$ac_compile"
21421 case "(($ac_try" in
21422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21423 *) ac_try_echo=$ac_try;;
21424 esac
21425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21426 $as_echo "$ac_try_echo") >&5
21427 (eval "$ac_compile") 2>conftest.er1
21428 ac_status=$?
21429 grep -v '^ *+' conftest.er1 >conftest.err
21430 rm -f conftest.er1
21431 cat conftest.err >&5
21432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21433 (exit $ac_status); } && {
21434 test -z "$ac_c_werror_flag" ||
21435 test ! -s conftest.err
21436 } && test -s conftest.$ac_objext; then
21437 ac_cv_member_struct_statfs_f_favail=yes
21438 else
21439 $as_echo "$as_me: failed program was:" >&5
21440 sed 's/^/| /' conftest.$ac_ext >&5
21442 ac_cv_member_struct_statfs_f_favail=no
21445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21450 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21451 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21452 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21454 cat >>confdefs.h <<_ACEOF
21455 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21456 _ACEOF
21460 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21461 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21462 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21463 $as_echo_n "(cached) " >&6
21464 else
21465 cat >conftest.$ac_ext <<_ACEOF
21466 /* confdefs.h. */
21467 _ACEOF
21468 cat confdefs.h >>conftest.$ac_ext
21469 cat >>conftest.$ac_ext <<_ACEOF
21470 /* end confdefs.h. */
21471 #include <sys/types.h>
21472 #ifdef HAVE_SYS_PARAM_H
21473 # include <sys/param.h>
21474 #endif
21475 #ifdef HAVE_SYS_MOUNT_H
21476 # include <sys/mount.h>
21477 #endif
21478 #ifdef HAVE_SYS_VFS_H
21479 # include <sys/vfs.h>
21480 #endif
21481 #ifdef HAVE_SYS_STATFS_H
21482 # include <sys/statfs.h>
21483 #endif
21486 main ()
21488 static struct statfs ac_aggr;
21489 if (ac_aggr.f_namelen)
21490 return 0;
21492 return 0;
21494 _ACEOF
21495 rm -f conftest.$ac_objext
21496 if { (ac_try="$ac_compile"
21497 case "(($ac_try" in
21498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21499 *) ac_try_echo=$ac_try;;
21500 esac
21501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21502 $as_echo "$ac_try_echo") >&5
21503 (eval "$ac_compile") 2>conftest.er1
21504 ac_status=$?
21505 grep -v '^ *+' conftest.er1 >conftest.err
21506 rm -f conftest.er1
21507 cat conftest.err >&5
21508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21509 (exit $ac_status); } && {
21510 test -z "$ac_c_werror_flag" ||
21511 test ! -s conftest.err
21512 } && test -s conftest.$ac_objext; then
21513 ac_cv_member_struct_statfs_f_namelen=yes
21514 else
21515 $as_echo "$as_me: failed program was:" >&5
21516 sed 's/^/| /' conftest.$ac_ext >&5
21518 cat >conftest.$ac_ext <<_ACEOF
21519 /* confdefs.h. */
21520 _ACEOF
21521 cat confdefs.h >>conftest.$ac_ext
21522 cat >>conftest.$ac_ext <<_ACEOF
21523 /* end confdefs.h. */
21524 #include <sys/types.h>
21525 #ifdef HAVE_SYS_PARAM_H
21526 # include <sys/param.h>
21527 #endif
21528 #ifdef HAVE_SYS_MOUNT_H
21529 # include <sys/mount.h>
21530 #endif
21531 #ifdef HAVE_SYS_VFS_H
21532 # include <sys/vfs.h>
21533 #endif
21534 #ifdef HAVE_SYS_STATFS_H
21535 # include <sys/statfs.h>
21536 #endif
21539 main ()
21541 static struct statfs ac_aggr;
21542 if (sizeof ac_aggr.f_namelen)
21543 return 0;
21545 return 0;
21547 _ACEOF
21548 rm -f conftest.$ac_objext
21549 if { (ac_try="$ac_compile"
21550 case "(($ac_try" in
21551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21552 *) ac_try_echo=$ac_try;;
21553 esac
21554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21555 $as_echo "$ac_try_echo") >&5
21556 (eval "$ac_compile") 2>conftest.er1
21557 ac_status=$?
21558 grep -v '^ *+' conftest.er1 >conftest.err
21559 rm -f conftest.er1
21560 cat conftest.err >&5
21561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21562 (exit $ac_status); } && {
21563 test -z "$ac_c_werror_flag" ||
21564 test ! -s conftest.err
21565 } && test -s conftest.$ac_objext; then
21566 ac_cv_member_struct_statfs_f_namelen=yes
21567 else
21568 $as_echo "$as_me: failed program was:" >&5
21569 sed 's/^/| /' conftest.$ac_ext >&5
21571 ac_cv_member_struct_statfs_f_namelen=no
21574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21579 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21580 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21581 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21583 cat >>confdefs.h <<_ACEOF
21584 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21585 _ACEOF
21591 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21592 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21593 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21594 $as_echo_n "(cached) " >&6
21595 else
21596 cat >conftest.$ac_ext <<_ACEOF
21597 /* confdefs.h. */
21598 _ACEOF
21599 cat confdefs.h >>conftest.$ac_ext
21600 cat >>conftest.$ac_ext <<_ACEOF
21601 /* end confdefs.h. */
21602 #ifdef HAVE_SYS_STATVFS_H
21603 #include <sys/statvfs.h>
21604 #endif
21607 main ()
21609 static struct statvfs ac_aggr;
21610 if (ac_aggr.f_blocks)
21611 return 0;
21613 return 0;
21615 _ACEOF
21616 rm -f conftest.$ac_objext
21617 if { (ac_try="$ac_compile"
21618 case "(($ac_try" in
21619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21620 *) ac_try_echo=$ac_try;;
21621 esac
21622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21623 $as_echo "$ac_try_echo") >&5
21624 (eval "$ac_compile") 2>conftest.er1
21625 ac_status=$?
21626 grep -v '^ *+' conftest.er1 >conftest.err
21627 rm -f conftest.er1
21628 cat conftest.err >&5
21629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21630 (exit $ac_status); } && {
21631 test -z "$ac_c_werror_flag" ||
21632 test ! -s conftest.err
21633 } && test -s conftest.$ac_objext; then
21634 ac_cv_member_struct_statvfs_f_blocks=yes
21635 else
21636 $as_echo "$as_me: failed program was:" >&5
21637 sed 's/^/| /' conftest.$ac_ext >&5
21639 cat >conftest.$ac_ext <<_ACEOF
21640 /* confdefs.h. */
21641 _ACEOF
21642 cat confdefs.h >>conftest.$ac_ext
21643 cat >>conftest.$ac_ext <<_ACEOF
21644 /* end confdefs.h. */
21645 #ifdef HAVE_SYS_STATVFS_H
21646 #include <sys/statvfs.h>
21647 #endif
21650 main ()
21652 static struct statvfs ac_aggr;
21653 if (sizeof ac_aggr.f_blocks)
21654 return 0;
21656 return 0;
21658 _ACEOF
21659 rm -f conftest.$ac_objext
21660 if { (ac_try="$ac_compile"
21661 case "(($ac_try" in
21662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21663 *) ac_try_echo=$ac_try;;
21664 esac
21665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21666 $as_echo "$ac_try_echo") >&5
21667 (eval "$ac_compile") 2>conftest.er1
21668 ac_status=$?
21669 grep -v '^ *+' conftest.er1 >conftest.err
21670 rm -f conftest.er1
21671 cat conftest.err >&5
21672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21673 (exit $ac_status); } && {
21674 test -z "$ac_c_werror_flag" ||
21675 test ! -s conftest.err
21676 } && test -s conftest.$ac_objext; then
21677 ac_cv_member_struct_statvfs_f_blocks=yes
21678 else
21679 $as_echo "$as_me: failed program was:" >&5
21680 sed 's/^/| /' conftest.$ac_ext >&5
21682 ac_cv_member_struct_statvfs_f_blocks=no
21685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21690 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21691 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21692 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21694 cat >>confdefs.h <<_ACEOF
21695 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21696 _ACEOF
21702 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21703 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21704 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21705 $as_echo_n "(cached) " >&6
21706 else
21707 cat >conftest.$ac_ext <<_ACEOF
21708 /* confdefs.h. */
21709 _ACEOF
21710 cat confdefs.h >>conftest.$ac_ext
21711 cat >>conftest.$ac_ext <<_ACEOF
21712 /* end confdefs.h. */
21713 #include <sys/types.h>
21714 #ifdef HAVE_SYS_SOCKET_H
21715 # include <sys/socket.h>
21716 #endif
21717 #ifdef HAVE_SYS_UN_H
21718 # include <sys/un.h>
21719 #endif
21722 main ()
21724 static struct msghdr ac_aggr;
21725 if (ac_aggr.msg_accrights)
21726 return 0;
21728 return 0;
21730 _ACEOF
21731 rm -f conftest.$ac_objext
21732 if { (ac_try="$ac_compile"
21733 case "(($ac_try" in
21734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21735 *) ac_try_echo=$ac_try;;
21736 esac
21737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21738 $as_echo "$ac_try_echo") >&5
21739 (eval "$ac_compile") 2>conftest.er1
21740 ac_status=$?
21741 grep -v '^ *+' conftest.er1 >conftest.err
21742 rm -f conftest.er1
21743 cat conftest.err >&5
21744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21745 (exit $ac_status); } && {
21746 test -z "$ac_c_werror_flag" ||
21747 test ! -s conftest.err
21748 } && test -s conftest.$ac_objext; then
21749 ac_cv_member_struct_msghdr_msg_accrights=yes
21750 else
21751 $as_echo "$as_me: failed program was:" >&5
21752 sed 's/^/| /' conftest.$ac_ext >&5
21754 cat >conftest.$ac_ext <<_ACEOF
21755 /* confdefs.h. */
21756 _ACEOF
21757 cat confdefs.h >>conftest.$ac_ext
21758 cat >>conftest.$ac_ext <<_ACEOF
21759 /* end confdefs.h. */
21760 #include <sys/types.h>
21761 #ifdef HAVE_SYS_SOCKET_H
21762 # include <sys/socket.h>
21763 #endif
21764 #ifdef HAVE_SYS_UN_H
21765 # include <sys/un.h>
21766 #endif
21769 main ()
21771 static struct msghdr ac_aggr;
21772 if (sizeof ac_aggr.msg_accrights)
21773 return 0;
21775 return 0;
21777 _ACEOF
21778 rm -f conftest.$ac_objext
21779 if { (ac_try="$ac_compile"
21780 case "(($ac_try" in
21781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21782 *) ac_try_echo=$ac_try;;
21783 esac
21784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21785 $as_echo "$ac_try_echo") >&5
21786 (eval "$ac_compile") 2>conftest.er1
21787 ac_status=$?
21788 grep -v '^ *+' conftest.er1 >conftest.err
21789 rm -f conftest.er1
21790 cat conftest.err >&5
21791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21792 (exit $ac_status); } && {
21793 test -z "$ac_c_werror_flag" ||
21794 test ! -s conftest.err
21795 } && test -s conftest.$ac_objext; then
21796 ac_cv_member_struct_msghdr_msg_accrights=yes
21797 else
21798 $as_echo "$as_me: failed program was:" >&5
21799 sed 's/^/| /' conftest.$ac_ext >&5
21801 ac_cv_member_struct_msghdr_msg_accrights=no
21804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21809 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21810 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21811 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21813 cat >>confdefs.h <<_ACEOF
21814 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21815 _ACEOF
21819 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21820 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21821 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21822 $as_echo_n "(cached) " >&6
21823 else
21824 cat >conftest.$ac_ext <<_ACEOF
21825 /* confdefs.h. */
21826 _ACEOF
21827 cat confdefs.h >>conftest.$ac_ext
21828 cat >>conftest.$ac_ext <<_ACEOF
21829 /* end confdefs.h. */
21830 #include <sys/types.h>
21831 #ifdef HAVE_SYS_SOCKET_H
21832 # include <sys/socket.h>
21833 #endif
21834 #ifdef HAVE_SYS_UN_H
21835 # include <sys/un.h>
21836 #endif
21839 main ()
21841 static struct sockaddr ac_aggr;
21842 if (ac_aggr.sa_len)
21843 return 0;
21845 return 0;
21847 _ACEOF
21848 rm -f conftest.$ac_objext
21849 if { (ac_try="$ac_compile"
21850 case "(($ac_try" in
21851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21852 *) ac_try_echo=$ac_try;;
21853 esac
21854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21855 $as_echo "$ac_try_echo") >&5
21856 (eval "$ac_compile") 2>conftest.er1
21857 ac_status=$?
21858 grep -v '^ *+' conftest.er1 >conftest.err
21859 rm -f conftest.er1
21860 cat conftest.err >&5
21861 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21862 (exit $ac_status); } && {
21863 test -z "$ac_c_werror_flag" ||
21864 test ! -s conftest.err
21865 } && test -s conftest.$ac_objext; then
21866 ac_cv_member_struct_sockaddr_sa_len=yes
21867 else
21868 $as_echo "$as_me: failed program was:" >&5
21869 sed 's/^/| /' conftest.$ac_ext >&5
21871 cat >conftest.$ac_ext <<_ACEOF
21872 /* confdefs.h. */
21873 _ACEOF
21874 cat confdefs.h >>conftest.$ac_ext
21875 cat >>conftest.$ac_ext <<_ACEOF
21876 /* end confdefs.h. */
21877 #include <sys/types.h>
21878 #ifdef HAVE_SYS_SOCKET_H
21879 # include <sys/socket.h>
21880 #endif
21881 #ifdef HAVE_SYS_UN_H
21882 # include <sys/un.h>
21883 #endif
21886 main ()
21888 static struct sockaddr ac_aggr;
21889 if (sizeof ac_aggr.sa_len)
21890 return 0;
21892 return 0;
21894 _ACEOF
21895 rm -f conftest.$ac_objext
21896 if { (ac_try="$ac_compile"
21897 case "(($ac_try" in
21898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21899 *) ac_try_echo=$ac_try;;
21900 esac
21901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21902 $as_echo "$ac_try_echo") >&5
21903 (eval "$ac_compile") 2>conftest.er1
21904 ac_status=$?
21905 grep -v '^ *+' conftest.er1 >conftest.err
21906 rm -f conftest.er1
21907 cat conftest.err >&5
21908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21909 (exit $ac_status); } && {
21910 test -z "$ac_c_werror_flag" ||
21911 test ! -s conftest.err
21912 } && test -s conftest.$ac_objext; then
21913 ac_cv_member_struct_sockaddr_sa_len=yes
21914 else
21915 $as_echo "$as_me: failed program was:" >&5
21916 sed 's/^/| /' conftest.$ac_ext >&5
21918 ac_cv_member_struct_sockaddr_sa_len=no
21921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21926 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21927 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21928 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21930 cat >>confdefs.h <<_ACEOF
21931 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21932 _ACEOF
21936 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21937 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21938 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21939 $as_echo_n "(cached) " >&6
21940 else
21941 cat >conftest.$ac_ext <<_ACEOF
21942 /* confdefs.h. */
21943 _ACEOF
21944 cat confdefs.h >>conftest.$ac_ext
21945 cat >>conftest.$ac_ext <<_ACEOF
21946 /* end confdefs.h. */
21947 #include <sys/types.h>
21948 #ifdef HAVE_SYS_SOCKET_H
21949 # include <sys/socket.h>
21950 #endif
21951 #ifdef HAVE_SYS_UN_H
21952 # include <sys/un.h>
21953 #endif
21956 main ()
21958 static struct sockaddr_un ac_aggr;
21959 if (ac_aggr.sun_len)
21960 return 0;
21962 return 0;
21964 _ACEOF
21965 rm -f conftest.$ac_objext
21966 if { (ac_try="$ac_compile"
21967 case "(($ac_try" in
21968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21969 *) ac_try_echo=$ac_try;;
21970 esac
21971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21972 $as_echo "$ac_try_echo") >&5
21973 (eval "$ac_compile") 2>conftest.er1
21974 ac_status=$?
21975 grep -v '^ *+' conftest.er1 >conftest.err
21976 rm -f conftest.er1
21977 cat conftest.err >&5
21978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21979 (exit $ac_status); } && {
21980 test -z "$ac_c_werror_flag" ||
21981 test ! -s conftest.err
21982 } && test -s conftest.$ac_objext; then
21983 ac_cv_member_struct_sockaddr_un_sun_len=yes
21984 else
21985 $as_echo "$as_me: failed program was:" >&5
21986 sed 's/^/| /' conftest.$ac_ext >&5
21988 cat >conftest.$ac_ext <<_ACEOF
21989 /* confdefs.h. */
21990 _ACEOF
21991 cat confdefs.h >>conftest.$ac_ext
21992 cat >>conftest.$ac_ext <<_ACEOF
21993 /* end confdefs.h. */
21994 #include <sys/types.h>
21995 #ifdef HAVE_SYS_SOCKET_H
21996 # include <sys/socket.h>
21997 #endif
21998 #ifdef HAVE_SYS_UN_H
21999 # include <sys/un.h>
22000 #endif
22003 main ()
22005 static struct sockaddr_un ac_aggr;
22006 if (sizeof ac_aggr.sun_len)
22007 return 0;
22009 return 0;
22011 _ACEOF
22012 rm -f conftest.$ac_objext
22013 if { (ac_try="$ac_compile"
22014 case "(($ac_try" in
22015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22016 *) ac_try_echo=$ac_try;;
22017 esac
22018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22019 $as_echo "$ac_try_echo") >&5
22020 (eval "$ac_compile") 2>conftest.er1
22021 ac_status=$?
22022 grep -v '^ *+' conftest.er1 >conftest.err
22023 rm -f conftest.er1
22024 cat conftest.err >&5
22025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22026 (exit $ac_status); } && {
22027 test -z "$ac_c_werror_flag" ||
22028 test ! -s conftest.err
22029 } && test -s conftest.$ac_objext; then
22030 ac_cv_member_struct_sockaddr_un_sun_len=yes
22031 else
22032 $as_echo "$as_me: failed program was:" >&5
22033 sed 's/^/| /' conftest.$ac_ext >&5
22035 ac_cv_member_struct_sockaddr_un_sun_len=no
22038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22043 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22044 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22045 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22047 cat >>confdefs.h <<_ACEOF
22048 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22049 _ACEOF
22055 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22056 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22057 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22058 $as_echo_n "(cached) " >&6
22059 else
22060 cat >conftest.$ac_ext <<_ACEOF
22061 /* confdefs.h. */
22062 _ACEOF
22063 cat confdefs.h >>conftest.$ac_ext
22064 cat >>conftest.$ac_ext <<_ACEOF
22065 /* end confdefs.h. */
22066 #include <sys/types.h>
22067 #ifdef HAVE_SCSI_SG_H
22068 #include <scsi/sg.h>
22069 #endif
22072 main ()
22074 static scsireq_t ac_aggr;
22075 if (ac_aggr.cmd)
22076 return 0;
22078 return 0;
22080 _ACEOF
22081 rm -f conftest.$ac_objext
22082 if { (ac_try="$ac_compile"
22083 case "(($ac_try" in
22084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22085 *) ac_try_echo=$ac_try;;
22086 esac
22087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22088 $as_echo "$ac_try_echo") >&5
22089 (eval "$ac_compile") 2>conftest.er1
22090 ac_status=$?
22091 grep -v '^ *+' conftest.er1 >conftest.err
22092 rm -f conftest.er1
22093 cat conftest.err >&5
22094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22095 (exit $ac_status); } && {
22096 test -z "$ac_c_werror_flag" ||
22097 test ! -s conftest.err
22098 } && test -s conftest.$ac_objext; then
22099 ac_cv_member_scsireq_t_cmd=yes
22100 else
22101 $as_echo "$as_me: failed program was:" >&5
22102 sed 's/^/| /' conftest.$ac_ext >&5
22104 cat >conftest.$ac_ext <<_ACEOF
22105 /* confdefs.h. */
22106 _ACEOF
22107 cat confdefs.h >>conftest.$ac_ext
22108 cat >>conftest.$ac_ext <<_ACEOF
22109 /* end confdefs.h. */
22110 #include <sys/types.h>
22111 #ifdef HAVE_SCSI_SG_H
22112 #include <scsi/sg.h>
22113 #endif
22116 main ()
22118 static scsireq_t ac_aggr;
22119 if (sizeof ac_aggr.cmd)
22120 return 0;
22122 return 0;
22124 _ACEOF
22125 rm -f conftest.$ac_objext
22126 if { (ac_try="$ac_compile"
22127 case "(($ac_try" in
22128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22129 *) ac_try_echo=$ac_try;;
22130 esac
22131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22132 $as_echo "$ac_try_echo") >&5
22133 (eval "$ac_compile") 2>conftest.er1
22134 ac_status=$?
22135 grep -v '^ *+' conftest.er1 >conftest.err
22136 rm -f conftest.er1
22137 cat conftest.err >&5
22138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22139 (exit $ac_status); } && {
22140 test -z "$ac_c_werror_flag" ||
22141 test ! -s conftest.err
22142 } && test -s conftest.$ac_objext; then
22143 ac_cv_member_scsireq_t_cmd=yes
22144 else
22145 $as_echo "$as_me: failed program was:" >&5
22146 sed 's/^/| /' conftest.$ac_ext >&5
22148 ac_cv_member_scsireq_t_cmd=no
22151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22156 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22157 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22158 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22160 cat >>confdefs.h <<_ACEOF
22161 #define HAVE_SCSIREQ_T_CMD 1
22162 _ACEOF
22166 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22167 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22168 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22169 $as_echo_n "(cached) " >&6
22170 else
22171 cat >conftest.$ac_ext <<_ACEOF
22172 /* confdefs.h. */
22173 _ACEOF
22174 cat confdefs.h >>conftest.$ac_ext
22175 cat >>conftest.$ac_ext <<_ACEOF
22176 /* end confdefs.h. */
22177 #include <sys/types.h>
22178 #ifdef HAVE_SCSI_SG_H
22179 #include <scsi/sg.h>
22180 #endif
22183 main ()
22185 static sg_io_hdr_t ac_aggr;
22186 if (ac_aggr.interface_id)
22187 return 0;
22189 return 0;
22191 _ACEOF
22192 rm -f conftest.$ac_objext
22193 if { (ac_try="$ac_compile"
22194 case "(($ac_try" in
22195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22196 *) ac_try_echo=$ac_try;;
22197 esac
22198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22199 $as_echo "$ac_try_echo") >&5
22200 (eval "$ac_compile") 2>conftest.er1
22201 ac_status=$?
22202 grep -v '^ *+' conftest.er1 >conftest.err
22203 rm -f conftest.er1
22204 cat conftest.err >&5
22205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22206 (exit $ac_status); } && {
22207 test -z "$ac_c_werror_flag" ||
22208 test ! -s conftest.err
22209 } && test -s conftest.$ac_objext; then
22210 ac_cv_member_sg_io_hdr_t_interface_id=yes
22211 else
22212 $as_echo "$as_me: failed program was:" >&5
22213 sed 's/^/| /' conftest.$ac_ext >&5
22215 cat >conftest.$ac_ext <<_ACEOF
22216 /* confdefs.h. */
22217 _ACEOF
22218 cat confdefs.h >>conftest.$ac_ext
22219 cat >>conftest.$ac_ext <<_ACEOF
22220 /* end confdefs.h. */
22221 #include <sys/types.h>
22222 #ifdef HAVE_SCSI_SG_H
22223 #include <scsi/sg.h>
22224 #endif
22227 main ()
22229 static sg_io_hdr_t ac_aggr;
22230 if (sizeof ac_aggr.interface_id)
22231 return 0;
22233 return 0;
22235 _ACEOF
22236 rm -f conftest.$ac_objext
22237 if { (ac_try="$ac_compile"
22238 case "(($ac_try" in
22239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22240 *) ac_try_echo=$ac_try;;
22241 esac
22242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22243 $as_echo "$ac_try_echo") >&5
22244 (eval "$ac_compile") 2>conftest.er1
22245 ac_status=$?
22246 grep -v '^ *+' conftest.er1 >conftest.err
22247 rm -f conftest.er1
22248 cat conftest.err >&5
22249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22250 (exit $ac_status); } && {
22251 test -z "$ac_c_werror_flag" ||
22252 test ! -s conftest.err
22253 } && test -s conftest.$ac_objext; then
22254 ac_cv_member_sg_io_hdr_t_interface_id=yes
22255 else
22256 $as_echo "$as_me: failed program was:" >&5
22257 sed 's/^/| /' conftest.$ac_ext >&5
22259 ac_cv_member_sg_io_hdr_t_interface_id=no
22262 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22267 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22268 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22269 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22271 cat >>confdefs.h <<_ACEOF
22272 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22273 _ACEOF
22279 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22280 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22281 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22282 $as_echo_n "(cached) " >&6
22283 else
22284 cat >conftest.$ac_ext <<_ACEOF
22285 /* confdefs.h. */
22286 _ACEOF
22287 cat confdefs.h >>conftest.$ac_ext
22288 cat >>conftest.$ac_ext <<_ACEOF
22289 /* end confdefs.h. */
22290 #include <signal.h>
22293 main ()
22295 static siginfo_t ac_aggr;
22296 if (ac_aggr.si_fd)
22297 return 0;
22299 return 0;
22301 _ACEOF
22302 rm -f conftest.$ac_objext
22303 if { (ac_try="$ac_compile"
22304 case "(($ac_try" in
22305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22306 *) ac_try_echo=$ac_try;;
22307 esac
22308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22309 $as_echo "$ac_try_echo") >&5
22310 (eval "$ac_compile") 2>conftest.er1
22311 ac_status=$?
22312 grep -v '^ *+' conftest.er1 >conftest.err
22313 rm -f conftest.er1
22314 cat conftest.err >&5
22315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22316 (exit $ac_status); } && {
22317 test -z "$ac_c_werror_flag" ||
22318 test ! -s conftest.err
22319 } && test -s conftest.$ac_objext; then
22320 ac_cv_member_siginfo_t_si_fd=yes
22321 else
22322 $as_echo "$as_me: failed program was:" >&5
22323 sed 's/^/| /' conftest.$ac_ext >&5
22325 cat >conftest.$ac_ext <<_ACEOF
22326 /* confdefs.h. */
22327 _ACEOF
22328 cat confdefs.h >>conftest.$ac_ext
22329 cat >>conftest.$ac_ext <<_ACEOF
22330 /* end confdefs.h. */
22331 #include <signal.h>
22334 main ()
22336 static siginfo_t ac_aggr;
22337 if (sizeof ac_aggr.si_fd)
22338 return 0;
22340 return 0;
22342 _ACEOF
22343 rm -f conftest.$ac_objext
22344 if { (ac_try="$ac_compile"
22345 case "(($ac_try" in
22346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22347 *) ac_try_echo=$ac_try;;
22348 esac
22349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22350 $as_echo "$ac_try_echo") >&5
22351 (eval "$ac_compile") 2>conftest.er1
22352 ac_status=$?
22353 grep -v '^ *+' conftest.er1 >conftest.err
22354 rm -f conftest.er1
22355 cat conftest.err >&5
22356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22357 (exit $ac_status); } && {
22358 test -z "$ac_c_werror_flag" ||
22359 test ! -s conftest.err
22360 } && test -s conftest.$ac_objext; then
22361 ac_cv_member_siginfo_t_si_fd=yes
22362 else
22363 $as_echo "$as_me: failed program was:" >&5
22364 sed 's/^/| /' conftest.$ac_ext >&5
22366 ac_cv_member_siginfo_t_si_fd=no
22369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22374 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22375 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22376 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22378 cat >>confdefs.h <<_ACEOF
22379 #define HAVE_SIGINFO_T_SI_FD 1
22380 _ACEOF
22386 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22387 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22388 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22389 $as_echo_n "(cached) " >&6
22390 else
22391 cat >conftest.$ac_ext <<_ACEOF
22392 /* confdefs.h. */
22393 _ACEOF
22394 cat confdefs.h >>conftest.$ac_ext
22395 cat >>conftest.$ac_ext <<_ACEOF
22396 /* end confdefs.h. */
22397 #include <sys/types.h>
22398 #ifdef HAVE_SYS_MTIO_H
22399 #include <sys/mtio.h>
22400 #endif
22403 main ()
22405 static struct mtget ac_aggr;
22406 if (ac_aggr.mt_blksiz)
22407 return 0;
22409 return 0;
22411 _ACEOF
22412 rm -f conftest.$ac_objext
22413 if { (ac_try="$ac_compile"
22414 case "(($ac_try" in
22415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22416 *) ac_try_echo=$ac_try;;
22417 esac
22418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22419 $as_echo "$ac_try_echo") >&5
22420 (eval "$ac_compile") 2>conftest.er1
22421 ac_status=$?
22422 grep -v '^ *+' conftest.er1 >conftest.err
22423 rm -f conftest.er1
22424 cat conftest.err >&5
22425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22426 (exit $ac_status); } && {
22427 test -z "$ac_c_werror_flag" ||
22428 test ! -s conftest.err
22429 } && test -s conftest.$ac_objext; then
22430 ac_cv_member_struct_mtget_mt_blksiz=yes
22431 else
22432 $as_echo "$as_me: failed program was:" >&5
22433 sed 's/^/| /' conftest.$ac_ext >&5
22435 cat >conftest.$ac_ext <<_ACEOF
22436 /* confdefs.h. */
22437 _ACEOF
22438 cat confdefs.h >>conftest.$ac_ext
22439 cat >>conftest.$ac_ext <<_ACEOF
22440 /* end confdefs.h. */
22441 #include <sys/types.h>
22442 #ifdef HAVE_SYS_MTIO_H
22443 #include <sys/mtio.h>
22444 #endif
22447 main ()
22449 static struct mtget ac_aggr;
22450 if (sizeof ac_aggr.mt_blksiz)
22451 return 0;
22453 return 0;
22455 _ACEOF
22456 rm -f conftest.$ac_objext
22457 if { (ac_try="$ac_compile"
22458 case "(($ac_try" in
22459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22460 *) ac_try_echo=$ac_try;;
22461 esac
22462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22463 $as_echo "$ac_try_echo") >&5
22464 (eval "$ac_compile") 2>conftest.er1
22465 ac_status=$?
22466 grep -v '^ *+' conftest.er1 >conftest.err
22467 rm -f conftest.er1
22468 cat conftest.err >&5
22469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22470 (exit $ac_status); } && {
22471 test -z "$ac_c_werror_flag" ||
22472 test ! -s conftest.err
22473 } && test -s conftest.$ac_objext; then
22474 ac_cv_member_struct_mtget_mt_blksiz=yes
22475 else
22476 $as_echo "$as_me: failed program was:" >&5
22477 sed 's/^/| /' conftest.$ac_ext >&5
22479 ac_cv_member_struct_mtget_mt_blksiz=no
22482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22487 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22488 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22489 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22491 cat >>confdefs.h <<_ACEOF
22492 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22493 _ACEOF
22497 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22498 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22499 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22500 $as_echo_n "(cached) " >&6
22501 else
22502 cat >conftest.$ac_ext <<_ACEOF
22503 /* confdefs.h. */
22504 _ACEOF
22505 cat confdefs.h >>conftest.$ac_ext
22506 cat >>conftest.$ac_ext <<_ACEOF
22507 /* end confdefs.h. */
22508 #include <sys/types.h>
22509 #ifdef HAVE_SYS_MTIO_H
22510 #include <sys/mtio.h>
22511 #endif
22514 main ()
22516 static struct mtget ac_aggr;
22517 if (ac_aggr.mt_gstat)
22518 return 0;
22520 return 0;
22522 _ACEOF
22523 rm -f conftest.$ac_objext
22524 if { (ac_try="$ac_compile"
22525 case "(($ac_try" in
22526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22527 *) ac_try_echo=$ac_try;;
22528 esac
22529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22530 $as_echo "$ac_try_echo") >&5
22531 (eval "$ac_compile") 2>conftest.er1
22532 ac_status=$?
22533 grep -v '^ *+' conftest.er1 >conftest.err
22534 rm -f conftest.er1
22535 cat conftest.err >&5
22536 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22537 (exit $ac_status); } && {
22538 test -z "$ac_c_werror_flag" ||
22539 test ! -s conftest.err
22540 } && test -s conftest.$ac_objext; then
22541 ac_cv_member_struct_mtget_mt_gstat=yes
22542 else
22543 $as_echo "$as_me: failed program was:" >&5
22544 sed 's/^/| /' conftest.$ac_ext >&5
22546 cat >conftest.$ac_ext <<_ACEOF
22547 /* confdefs.h. */
22548 _ACEOF
22549 cat confdefs.h >>conftest.$ac_ext
22550 cat >>conftest.$ac_ext <<_ACEOF
22551 /* end confdefs.h. */
22552 #include <sys/types.h>
22553 #ifdef HAVE_SYS_MTIO_H
22554 #include <sys/mtio.h>
22555 #endif
22558 main ()
22560 static struct mtget ac_aggr;
22561 if (sizeof ac_aggr.mt_gstat)
22562 return 0;
22564 return 0;
22566 _ACEOF
22567 rm -f conftest.$ac_objext
22568 if { (ac_try="$ac_compile"
22569 case "(($ac_try" in
22570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22571 *) ac_try_echo=$ac_try;;
22572 esac
22573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22574 $as_echo "$ac_try_echo") >&5
22575 (eval "$ac_compile") 2>conftest.er1
22576 ac_status=$?
22577 grep -v '^ *+' conftest.er1 >conftest.err
22578 rm -f conftest.er1
22579 cat conftest.err >&5
22580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22581 (exit $ac_status); } && {
22582 test -z "$ac_c_werror_flag" ||
22583 test ! -s conftest.err
22584 } && test -s conftest.$ac_objext; then
22585 ac_cv_member_struct_mtget_mt_gstat=yes
22586 else
22587 $as_echo "$as_me: failed program was:" >&5
22588 sed 's/^/| /' conftest.$ac_ext >&5
22590 ac_cv_member_struct_mtget_mt_gstat=no
22593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22598 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22599 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22600 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22602 cat >>confdefs.h <<_ACEOF
22603 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22604 _ACEOF
22608 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22609 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22610 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22611 $as_echo_n "(cached) " >&6
22612 else
22613 cat >conftest.$ac_ext <<_ACEOF
22614 /* confdefs.h. */
22615 _ACEOF
22616 cat confdefs.h >>conftest.$ac_ext
22617 cat >>conftest.$ac_ext <<_ACEOF
22618 /* end confdefs.h. */
22619 #include <sys/types.h>
22620 #ifdef HAVE_SYS_MTIO_H
22621 #include <sys/mtio.h>
22622 #endif
22625 main ()
22627 static struct mtget ac_aggr;
22628 if (ac_aggr.mt_blkno)
22629 return 0;
22631 return 0;
22633 _ACEOF
22634 rm -f conftest.$ac_objext
22635 if { (ac_try="$ac_compile"
22636 case "(($ac_try" in
22637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22638 *) ac_try_echo=$ac_try;;
22639 esac
22640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22641 $as_echo "$ac_try_echo") >&5
22642 (eval "$ac_compile") 2>conftest.er1
22643 ac_status=$?
22644 grep -v '^ *+' conftest.er1 >conftest.err
22645 rm -f conftest.er1
22646 cat conftest.err >&5
22647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22648 (exit $ac_status); } && {
22649 test -z "$ac_c_werror_flag" ||
22650 test ! -s conftest.err
22651 } && test -s conftest.$ac_objext; then
22652 ac_cv_member_struct_mtget_mt_blkno=yes
22653 else
22654 $as_echo "$as_me: failed program was:" >&5
22655 sed 's/^/| /' conftest.$ac_ext >&5
22657 cat >conftest.$ac_ext <<_ACEOF
22658 /* confdefs.h. */
22659 _ACEOF
22660 cat confdefs.h >>conftest.$ac_ext
22661 cat >>conftest.$ac_ext <<_ACEOF
22662 /* end confdefs.h. */
22663 #include <sys/types.h>
22664 #ifdef HAVE_SYS_MTIO_H
22665 #include <sys/mtio.h>
22666 #endif
22669 main ()
22671 static struct mtget ac_aggr;
22672 if (sizeof ac_aggr.mt_blkno)
22673 return 0;
22675 return 0;
22677 _ACEOF
22678 rm -f conftest.$ac_objext
22679 if { (ac_try="$ac_compile"
22680 case "(($ac_try" in
22681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22682 *) ac_try_echo=$ac_try;;
22683 esac
22684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22685 $as_echo "$ac_try_echo") >&5
22686 (eval "$ac_compile") 2>conftest.er1
22687 ac_status=$?
22688 grep -v '^ *+' conftest.er1 >conftest.err
22689 rm -f conftest.er1
22690 cat conftest.err >&5
22691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22692 (exit $ac_status); } && {
22693 test -z "$ac_c_werror_flag" ||
22694 test ! -s conftest.err
22695 } && test -s conftest.$ac_objext; then
22696 ac_cv_member_struct_mtget_mt_blkno=yes
22697 else
22698 $as_echo "$as_me: failed program was:" >&5
22699 sed 's/^/| /' conftest.$ac_ext >&5
22701 ac_cv_member_struct_mtget_mt_blkno=no
22704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22709 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22710 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22711 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22713 cat >>confdefs.h <<_ACEOF
22714 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22715 _ACEOF
22721 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22722 $as_echo_n "checking for struct option.name... " >&6; }
22723 if test "${ac_cv_member_struct_option_name+set}" = set; then
22724 $as_echo_n "(cached) " >&6
22725 else
22726 cat >conftest.$ac_ext <<_ACEOF
22727 /* confdefs.h. */
22728 _ACEOF
22729 cat confdefs.h >>conftest.$ac_ext
22730 cat >>conftest.$ac_ext <<_ACEOF
22731 /* end confdefs.h. */
22732 #ifdef HAVE_GETOPT_H
22733 #include <getopt.h>
22734 #endif
22737 main ()
22739 static struct option ac_aggr;
22740 if (ac_aggr.name)
22741 return 0;
22743 return 0;
22745 _ACEOF
22746 rm -f conftest.$ac_objext
22747 if { (ac_try="$ac_compile"
22748 case "(($ac_try" in
22749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22750 *) ac_try_echo=$ac_try;;
22751 esac
22752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22753 $as_echo "$ac_try_echo") >&5
22754 (eval "$ac_compile") 2>conftest.er1
22755 ac_status=$?
22756 grep -v '^ *+' conftest.er1 >conftest.err
22757 rm -f conftest.er1
22758 cat conftest.err >&5
22759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22760 (exit $ac_status); } && {
22761 test -z "$ac_c_werror_flag" ||
22762 test ! -s conftest.err
22763 } && test -s conftest.$ac_objext; then
22764 ac_cv_member_struct_option_name=yes
22765 else
22766 $as_echo "$as_me: failed program was:" >&5
22767 sed 's/^/| /' conftest.$ac_ext >&5
22769 cat >conftest.$ac_ext <<_ACEOF
22770 /* confdefs.h. */
22771 _ACEOF
22772 cat confdefs.h >>conftest.$ac_ext
22773 cat >>conftest.$ac_ext <<_ACEOF
22774 /* end confdefs.h. */
22775 #ifdef HAVE_GETOPT_H
22776 #include <getopt.h>
22777 #endif
22780 main ()
22782 static struct option ac_aggr;
22783 if (sizeof ac_aggr.name)
22784 return 0;
22786 return 0;
22788 _ACEOF
22789 rm -f conftest.$ac_objext
22790 if { (ac_try="$ac_compile"
22791 case "(($ac_try" in
22792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22793 *) ac_try_echo=$ac_try;;
22794 esac
22795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22796 $as_echo "$ac_try_echo") >&5
22797 (eval "$ac_compile") 2>conftest.er1
22798 ac_status=$?
22799 grep -v '^ *+' conftest.er1 >conftest.err
22800 rm -f conftest.er1
22801 cat conftest.err >&5
22802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22803 (exit $ac_status); } && {
22804 test -z "$ac_c_werror_flag" ||
22805 test ! -s conftest.err
22806 } && test -s conftest.$ac_objext; then
22807 ac_cv_member_struct_option_name=yes
22808 else
22809 $as_echo "$as_me: failed program was:" >&5
22810 sed 's/^/| /' conftest.$ac_ext >&5
22812 ac_cv_member_struct_option_name=no
22815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22820 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22821 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22822 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22824 cat >>confdefs.h <<_ACEOF
22825 #define HAVE_STRUCT_OPTION_NAME 1
22826 _ACEOF
22832 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22833 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22834 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22835 $as_echo_n "(cached) " >&6
22836 else
22837 cat >conftest.$ac_ext <<_ACEOF
22838 /* confdefs.h. */
22839 _ACEOF
22840 cat confdefs.h >>conftest.$ac_ext
22841 cat >>conftest.$ac_ext <<_ACEOF
22842 /* end confdefs.h. */
22843 $ac_includes_default
22845 main ()
22847 static struct stat ac_aggr;
22848 if (ac_aggr.st_blocks)
22849 return 0;
22851 return 0;
22853 _ACEOF
22854 rm -f conftest.$ac_objext
22855 if { (ac_try="$ac_compile"
22856 case "(($ac_try" in
22857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22858 *) ac_try_echo=$ac_try;;
22859 esac
22860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22861 $as_echo "$ac_try_echo") >&5
22862 (eval "$ac_compile") 2>conftest.er1
22863 ac_status=$?
22864 grep -v '^ *+' conftest.er1 >conftest.err
22865 rm -f conftest.er1
22866 cat conftest.err >&5
22867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22868 (exit $ac_status); } && {
22869 test -z "$ac_c_werror_flag" ||
22870 test ! -s conftest.err
22871 } && test -s conftest.$ac_objext; then
22872 ac_cv_member_struct_stat_st_blocks=yes
22873 else
22874 $as_echo "$as_me: failed program was:" >&5
22875 sed 's/^/| /' conftest.$ac_ext >&5
22877 cat >conftest.$ac_ext <<_ACEOF
22878 /* confdefs.h. */
22879 _ACEOF
22880 cat confdefs.h >>conftest.$ac_ext
22881 cat >>conftest.$ac_ext <<_ACEOF
22882 /* end confdefs.h. */
22883 $ac_includes_default
22885 main ()
22887 static struct stat ac_aggr;
22888 if (sizeof ac_aggr.st_blocks)
22889 return 0;
22891 return 0;
22893 _ACEOF
22894 rm -f conftest.$ac_objext
22895 if { (ac_try="$ac_compile"
22896 case "(($ac_try" in
22897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22898 *) ac_try_echo=$ac_try;;
22899 esac
22900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22901 $as_echo "$ac_try_echo") >&5
22902 (eval "$ac_compile") 2>conftest.er1
22903 ac_status=$?
22904 grep -v '^ *+' conftest.er1 >conftest.err
22905 rm -f conftest.er1
22906 cat conftest.err >&5
22907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22908 (exit $ac_status); } && {
22909 test -z "$ac_c_werror_flag" ||
22910 test ! -s conftest.err
22911 } && test -s conftest.$ac_objext; then
22912 ac_cv_member_struct_stat_st_blocks=yes
22913 else
22914 $as_echo "$as_me: failed program was:" >&5
22915 sed 's/^/| /' conftest.$ac_ext >&5
22917 ac_cv_member_struct_stat_st_blocks=no
22920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22925 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22926 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22927 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22929 cat >>confdefs.h <<_ACEOF
22930 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22931 _ACEOF
22935 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22936 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22937 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22938 $as_echo_n "(cached) " >&6
22939 else
22940 cat >conftest.$ac_ext <<_ACEOF
22941 /* confdefs.h. */
22942 _ACEOF
22943 cat confdefs.h >>conftest.$ac_ext
22944 cat >>conftest.$ac_ext <<_ACEOF
22945 /* end confdefs.h. */
22946 $ac_includes_default
22948 main ()
22950 static struct stat ac_aggr;
22951 if (ac_aggr.st_mtim)
22952 return 0;
22954 return 0;
22956 _ACEOF
22957 rm -f conftest.$ac_objext
22958 if { (ac_try="$ac_compile"
22959 case "(($ac_try" in
22960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22961 *) ac_try_echo=$ac_try;;
22962 esac
22963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22964 $as_echo "$ac_try_echo") >&5
22965 (eval "$ac_compile") 2>conftest.er1
22966 ac_status=$?
22967 grep -v '^ *+' conftest.er1 >conftest.err
22968 rm -f conftest.er1
22969 cat conftest.err >&5
22970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22971 (exit $ac_status); } && {
22972 test -z "$ac_c_werror_flag" ||
22973 test ! -s conftest.err
22974 } && test -s conftest.$ac_objext; then
22975 ac_cv_member_struct_stat_st_mtim=yes
22976 else
22977 $as_echo "$as_me: failed program was:" >&5
22978 sed 's/^/| /' conftest.$ac_ext >&5
22980 cat >conftest.$ac_ext <<_ACEOF
22981 /* confdefs.h. */
22982 _ACEOF
22983 cat confdefs.h >>conftest.$ac_ext
22984 cat >>conftest.$ac_ext <<_ACEOF
22985 /* end confdefs.h. */
22986 $ac_includes_default
22988 main ()
22990 static struct stat ac_aggr;
22991 if (sizeof ac_aggr.st_mtim)
22992 return 0;
22994 return 0;
22996 _ACEOF
22997 rm -f conftest.$ac_objext
22998 if { (ac_try="$ac_compile"
22999 case "(($ac_try" in
23000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23001 *) ac_try_echo=$ac_try;;
23002 esac
23003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23004 $as_echo "$ac_try_echo") >&5
23005 (eval "$ac_compile") 2>conftest.er1
23006 ac_status=$?
23007 grep -v '^ *+' conftest.er1 >conftest.err
23008 rm -f conftest.er1
23009 cat conftest.err >&5
23010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23011 (exit $ac_status); } && {
23012 test -z "$ac_c_werror_flag" ||
23013 test ! -s conftest.err
23014 } && test -s conftest.$ac_objext; then
23015 ac_cv_member_struct_stat_st_mtim=yes
23016 else
23017 $as_echo "$as_me: failed program was:" >&5
23018 sed 's/^/| /' conftest.$ac_ext >&5
23020 ac_cv_member_struct_stat_st_mtim=no
23023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23028 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23029 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23030 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23032 cat >>confdefs.h <<_ACEOF
23033 #define HAVE_STRUCT_STAT_ST_MTIM 1
23034 _ACEOF
23038 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23039 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23040 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23041 $as_echo_n "(cached) " >&6
23042 else
23043 cat >conftest.$ac_ext <<_ACEOF
23044 /* confdefs.h. */
23045 _ACEOF
23046 cat confdefs.h >>conftest.$ac_ext
23047 cat >>conftest.$ac_ext <<_ACEOF
23048 /* end confdefs.h. */
23049 $ac_includes_default
23051 main ()
23053 static struct stat ac_aggr;
23054 if (ac_aggr.st_ctim)
23055 return 0;
23057 return 0;
23059 _ACEOF
23060 rm -f conftest.$ac_objext
23061 if { (ac_try="$ac_compile"
23062 case "(($ac_try" in
23063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23064 *) ac_try_echo=$ac_try;;
23065 esac
23066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23067 $as_echo "$ac_try_echo") >&5
23068 (eval "$ac_compile") 2>conftest.er1
23069 ac_status=$?
23070 grep -v '^ *+' conftest.er1 >conftest.err
23071 rm -f conftest.er1
23072 cat conftest.err >&5
23073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23074 (exit $ac_status); } && {
23075 test -z "$ac_c_werror_flag" ||
23076 test ! -s conftest.err
23077 } && test -s conftest.$ac_objext; then
23078 ac_cv_member_struct_stat_st_ctim=yes
23079 else
23080 $as_echo "$as_me: failed program was:" >&5
23081 sed 's/^/| /' conftest.$ac_ext >&5
23083 cat >conftest.$ac_ext <<_ACEOF
23084 /* confdefs.h. */
23085 _ACEOF
23086 cat confdefs.h >>conftest.$ac_ext
23087 cat >>conftest.$ac_ext <<_ACEOF
23088 /* end confdefs.h. */
23089 $ac_includes_default
23091 main ()
23093 static struct stat ac_aggr;
23094 if (sizeof ac_aggr.st_ctim)
23095 return 0;
23097 return 0;
23099 _ACEOF
23100 rm -f conftest.$ac_objext
23101 if { (ac_try="$ac_compile"
23102 case "(($ac_try" in
23103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23104 *) ac_try_echo=$ac_try;;
23105 esac
23106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23107 $as_echo "$ac_try_echo") >&5
23108 (eval "$ac_compile") 2>conftest.er1
23109 ac_status=$?
23110 grep -v '^ *+' conftest.er1 >conftest.err
23111 rm -f conftest.er1
23112 cat conftest.err >&5
23113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23114 (exit $ac_status); } && {
23115 test -z "$ac_c_werror_flag" ||
23116 test ! -s conftest.err
23117 } && test -s conftest.$ac_objext; then
23118 ac_cv_member_struct_stat_st_ctim=yes
23119 else
23120 $as_echo "$as_me: failed program was:" >&5
23121 sed 's/^/| /' conftest.$ac_ext >&5
23123 ac_cv_member_struct_stat_st_ctim=no
23126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23131 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23132 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23133 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23135 cat >>confdefs.h <<_ACEOF
23136 #define HAVE_STRUCT_STAT_ST_CTIM 1
23137 _ACEOF
23141 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23142 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23143 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23144 $as_echo_n "(cached) " >&6
23145 else
23146 cat >conftest.$ac_ext <<_ACEOF
23147 /* confdefs.h. */
23148 _ACEOF
23149 cat confdefs.h >>conftest.$ac_ext
23150 cat >>conftest.$ac_ext <<_ACEOF
23151 /* end confdefs.h. */
23152 $ac_includes_default
23154 main ()
23156 static struct stat ac_aggr;
23157 if (ac_aggr.st_atim)
23158 return 0;
23160 return 0;
23162 _ACEOF
23163 rm -f conftest.$ac_objext
23164 if { (ac_try="$ac_compile"
23165 case "(($ac_try" in
23166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23167 *) ac_try_echo=$ac_try;;
23168 esac
23169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23170 $as_echo "$ac_try_echo") >&5
23171 (eval "$ac_compile") 2>conftest.er1
23172 ac_status=$?
23173 grep -v '^ *+' conftest.er1 >conftest.err
23174 rm -f conftest.er1
23175 cat conftest.err >&5
23176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23177 (exit $ac_status); } && {
23178 test -z "$ac_c_werror_flag" ||
23179 test ! -s conftest.err
23180 } && test -s conftest.$ac_objext; then
23181 ac_cv_member_struct_stat_st_atim=yes
23182 else
23183 $as_echo "$as_me: failed program was:" >&5
23184 sed 's/^/| /' conftest.$ac_ext >&5
23186 cat >conftest.$ac_ext <<_ACEOF
23187 /* confdefs.h. */
23188 _ACEOF
23189 cat confdefs.h >>conftest.$ac_ext
23190 cat >>conftest.$ac_ext <<_ACEOF
23191 /* end confdefs.h. */
23192 $ac_includes_default
23194 main ()
23196 static struct stat ac_aggr;
23197 if (sizeof ac_aggr.st_atim)
23198 return 0;
23200 return 0;
23202 _ACEOF
23203 rm -f conftest.$ac_objext
23204 if { (ac_try="$ac_compile"
23205 case "(($ac_try" in
23206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23207 *) ac_try_echo=$ac_try;;
23208 esac
23209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23210 $as_echo "$ac_try_echo") >&5
23211 (eval "$ac_compile") 2>conftest.er1
23212 ac_status=$?
23213 grep -v '^ *+' conftest.er1 >conftest.err
23214 rm -f conftest.er1
23215 cat conftest.err >&5
23216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23217 (exit $ac_status); } && {
23218 test -z "$ac_c_werror_flag" ||
23219 test ! -s conftest.err
23220 } && test -s conftest.$ac_objext; then
23221 ac_cv_member_struct_stat_st_atim=yes
23222 else
23223 $as_echo "$as_me: failed program was:" >&5
23224 sed 's/^/| /' conftest.$ac_ext >&5
23226 ac_cv_member_struct_stat_st_atim=no
23229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23234 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23235 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23236 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23238 cat >>confdefs.h <<_ACEOF
23239 #define HAVE_STRUCT_STAT_ST_ATIM 1
23240 _ACEOF
23246 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23247 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23248 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23249 $as_echo_n "(cached) " >&6
23250 else
23251 cat >conftest.$ac_ext <<_ACEOF
23252 /* confdefs.h. */
23253 _ACEOF
23254 cat confdefs.h >>conftest.$ac_ext
23255 cat >>conftest.$ac_ext <<_ACEOF
23256 /* end confdefs.h. */
23257 #ifdef HAVE_SYS_TYPES_H
23258 #include <sys/types.h>
23259 #endif
23260 #ifdef HAVE_NETINET_IN_H
23261 #include <netinet/in.h>
23262 #endif
23265 main ()
23267 static struct sockaddr_in6 ac_aggr;
23268 if (ac_aggr.sin6_scope_id)
23269 return 0;
23271 return 0;
23273 _ACEOF
23274 rm -f conftest.$ac_objext
23275 if { (ac_try="$ac_compile"
23276 case "(($ac_try" in
23277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23278 *) ac_try_echo=$ac_try;;
23279 esac
23280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23281 $as_echo "$ac_try_echo") >&5
23282 (eval "$ac_compile") 2>conftest.er1
23283 ac_status=$?
23284 grep -v '^ *+' conftest.er1 >conftest.err
23285 rm -f conftest.er1
23286 cat conftest.err >&5
23287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23288 (exit $ac_status); } && {
23289 test -z "$ac_c_werror_flag" ||
23290 test ! -s conftest.err
23291 } && test -s conftest.$ac_objext; then
23292 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23293 else
23294 $as_echo "$as_me: failed program was:" >&5
23295 sed 's/^/| /' conftest.$ac_ext >&5
23297 cat >conftest.$ac_ext <<_ACEOF
23298 /* confdefs.h. */
23299 _ACEOF
23300 cat confdefs.h >>conftest.$ac_ext
23301 cat >>conftest.$ac_ext <<_ACEOF
23302 /* end confdefs.h. */
23303 #ifdef HAVE_SYS_TYPES_H
23304 #include <sys/types.h>
23305 #endif
23306 #ifdef HAVE_NETINET_IN_H
23307 #include <netinet/in.h>
23308 #endif
23311 main ()
23313 static struct sockaddr_in6 ac_aggr;
23314 if (sizeof ac_aggr.sin6_scope_id)
23315 return 0;
23317 return 0;
23319 _ACEOF
23320 rm -f conftest.$ac_objext
23321 if { (ac_try="$ac_compile"
23322 case "(($ac_try" in
23323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23324 *) ac_try_echo=$ac_try;;
23325 esac
23326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23327 $as_echo "$ac_try_echo") >&5
23328 (eval "$ac_compile") 2>conftest.er1
23329 ac_status=$?
23330 grep -v '^ *+' conftest.er1 >conftest.err
23331 rm -f conftest.er1
23332 cat conftest.err >&5
23333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23334 (exit $ac_status); } && {
23335 test -z "$ac_c_werror_flag" ||
23336 test ! -s conftest.err
23337 } && test -s conftest.$ac_objext; then
23338 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23339 else
23340 $as_echo "$as_me: failed program was:" >&5
23341 sed 's/^/| /' conftest.$ac_ext >&5
23343 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23351 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23352 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23353 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23355 cat >>confdefs.h <<_ACEOF
23356 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23357 _ACEOF
23363 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23364 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23365 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23366 $as_echo_n "(cached) " >&6
23367 else
23368 cat >conftest.$ac_ext <<_ACEOF
23369 /* confdefs.h. */
23370 _ACEOF
23371 cat confdefs.h >>conftest.$ac_ext
23372 cat >>conftest.$ac_ext <<_ACEOF
23373 /* end confdefs.h. */
23374 #ifdef HAVE_SYS_TYPES_H
23375 #include <sys/types.h>
23376 #endif
23377 #ifdef HAVE_NETINET_IN_H
23378 # include <netinet/in.h>
23379 #endif
23380 #ifdef HAVE_ARPA_NAMESER_H
23381 # include <arpa/nameser.h>
23382 #endif
23385 main ()
23387 static ns_msg ac_aggr;
23388 if (ac_aggr._msg_ptr)
23389 return 0;
23391 return 0;
23393 _ACEOF
23394 rm -f conftest.$ac_objext
23395 if { (ac_try="$ac_compile"
23396 case "(($ac_try" in
23397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23398 *) ac_try_echo=$ac_try;;
23399 esac
23400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23401 $as_echo "$ac_try_echo") >&5
23402 (eval "$ac_compile") 2>conftest.er1
23403 ac_status=$?
23404 grep -v '^ *+' conftest.er1 >conftest.err
23405 rm -f conftest.er1
23406 cat conftest.err >&5
23407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23408 (exit $ac_status); } && {
23409 test -z "$ac_c_werror_flag" ||
23410 test ! -s conftest.err
23411 } && test -s conftest.$ac_objext; then
23412 ac_cv_member_ns_msg__msg_ptr=yes
23413 else
23414 $as_echo "$as_me: failed program was:" >&5
23415 sed 's/^/| /' conftest.$ac_ext >&5
23417 cat >conftest.$ac_ext <<_ACEOF
23418 /* confdefs.h. */
23419 _ACEOF
23420 cat confdefs.h >>conftest.$ac_ext
23421 cat >>conftest.$ac_ext <<_ACEOF
23422 /* end confdefs.h. */
23423 #ifdef HAVE_SYS_TYPES_H
23424 #include <sys/types.h>
23425 #endif
23426 #ifdef HAVE_NETINET_IN_H
23427 # include <netinet/in.h>
23428 #endif
23429 #ifdef HAVE_ARPA_NAMESER_H
23430 # include <arpa/nameser.h>
23431 #endif
23434 main ()
23436 static ns_msg ac_aggr;
23437 if (sizeof ac_aggr._msg_ptr)
23438 return 0;
23440 return 0;
23442 _ACEOF
23443 rm -f conftest.$ac_objext
23444 if { (ac_try="$ac_compile"
23445 case "(($ac_try" in
23446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23447 *) ac_try_echo=$ac_try;;
23448 esac
23449 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23450 $as_echo "$ac_try_echo") >&5
23451 (eval "$ac_compile") 2>conftest.er1
23452 ac_status=$?
23453 grep -v '^ *+' conftest.er1 >conftest.err
23454 rm -f conftest.er1
23455 cat conftest.err >&5
23456 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23457 (exit $ac_status); } && {
23458 test -z "$ac_c_werror_flag" ||
23459 test ! -s conftest.err
23460 } && test -s conftest.$ac_objext; then
23461 ac_cv_member_ns_msg__msg_ptr=yes
23462 else
23463 $as_echo "$as_me: failed program was:" >&5
23464 sed 's/^/| /' conftest.$ac_ext >&5
23466 ac_cv_member_ns_msg__msg_ptr=no
23469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23474 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23475 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23476 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23478 cat >>confdefs.h <<_ACEOF
23479 #define HAVE_NS_MSG__MSG_PTR 1
23480 _ACEOF
23486 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23487 $as_echo_n "checking for timezone variable... " >&6; }
23488 if test "${ac_cv_have_timezone+set}" = set; then
23489 $as_echo_n "(cached) " >&6
23490 else
23491 cat >conftest.$ac_ext <<_ACEOF
23492 /* confdefs.h. */
23493 _ACEOF
23494 cat confdefs.h >>conftest.$ac_ext
23495 cat >>conftest.$ac_ext <<_ACEOF
23496 /* end confdefs.h. */
23497 #include <time.h>
23499 main ()
23501 timezone = 1
23503 return 0;
23505 _ACEOF
23506 rm -f conftest.$ac_objext conftest$ac_exeext
23507 if { (ac_try="$ac_link"
23508 case "(($ac_try" in
23509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23510 *) ac_try_echo=$ac_try;;
23511 esac
23512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23513 $as_echo "$ac_try_echo") >&5
23514 (eval "$ac_link") 2>conftest.er1
23515 ac_status=$?
23516 grep -v '^ *+' conftest.er1 >conftest.err
23517 rm -f conftest.er1
23518 cat conftest.err >&5
23519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23520 (exit $ac_status); } && {
23521 test -z "$ac_c_werror_flag" ||
23522 test ! -s conftest.err
23523 } && test -s conftest$ac_exeext && {
23524 test "$cross_compiling" = yes ||
23525 $as_test_x conftest$ac_exeext
23526 }; then
23527 ac_cv_have_timezone="yes"
23528 else
23529 $as_echo "$as_me: failed program was:" >&5
23530 sed 's/^/| /' conftest.$ac_ext >&5
23532 ac_cv_have_timezone="no"
23535 rm -rf conftest.dSYM
23536 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23537 conftest$ac_exeext conftest.$ac_ext
23539 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23540 $as_echo "$ac_cv_have_timezone" >&6; }
23541 if test "$ac_cv_have_timezone" = "yes"
23542 then
23544 cat >>confdefs.h <<\_ACEOF
23545 #define HAVE_TIMEZONE 1
23546 _ACEOF
23549 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23550 $as_echo_n "checking for daylight variable... " >&6; }
23551 if test "${ac_cv_have_daylight+set}" = set; then
23552 $as_echo_n "(cached) " >&6
23553 else
23554 cat >conftest.$ac_ext <<_ACEOF
23555 /* confdefs.h. */
23556 _ACEOF
23557 cat confdefs.h >>conftest.$ac_ext
23558 cat >>conftest.$ac_ext <<_ACEOF
23559 /* end confdefs.h. */
23560 #include <time.h>
23562 main ()
23564 daylight = 1
23566 return 0;
23568 _ACEOF
23569 rm -f conftest.$ac_objext conftest$ac_exeext
23570 if { (ac_try="$ac_link"
23571 case "(($ac_try" in
23572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23573 *) ac_try_echo=$ac_try;;
23574 esac
23575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23576 $as_echo "$ac_try_echo") >&5
23577 (eval "$ac_link") 2>conftest.er1
23578 ac_status=$?
23579 grep -v '^ *+' conftest.er1 >conftest.err
23580 rm -f conftest.er1
23581 cat conftest.err >&5
23582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23583 (exit $ac_status); } && {
23584 test -z "$ac_c_werror_flag" ||
23585 test ! -s conftest.err
23586 } && test -s conftest$ac_exeext && {
23587 test "$cross_compiling" = yes ||
23588 $as_test_x conftest$ac_exeext
23589 }; then
23590 ac_cv_have_daylight="yes"
23591 else
23592 $as_echo "$as_me: failed program was:" >&5
23593 sed 's/^/| /' conftest.$ac_ext >&5
23595 ac_cv_have_daylight="no"
23598 rm -rf conftest.dSYM
23599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23600 conftest$ac_exeext conftest.$ac_ext
23602 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23603 $as_echo "$ac_cv_have_daylight" >&6; }
23604 if test "$ac_cv_have_daylight" = "yes"
23605 then
23607 cat >>confdefs.h <<\_ACEOF
23608 #define HAVE_DAYLIGHT 1
23609 _ACEOF
23613 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23614 $as_echo_n "checking for isinf... " >&6; }
23615 if test "${ac_cv_have_isinf+set}" = set; then
23616 $as_echo_n "(cached) " >&6
23617 else
23618 cat >conftest.$ac_ext <<_ACEOF
23619 /* confdefs.h. */
23620 _ACEOF
23621 cat confdefs.h >>conftest.$ac_ext
23622 cat >>conftest.$ac_ext <<_ACEOF
23623 /* end confdefs.h. */
23624 #include <math.h>
23626 main ()
23628 float f = 0.0; int i=isinf(f)
23630 return 0;
23632 _ACEOF
23633 rm -f conftest.$ac_objext conftest$ac_exeext
23634 if { (ac_try="$ac_link"
23635 case "(($ac_try" in
23636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23637 *) ac_try_echo=$ac_try;;
23638 esac
23639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23640 $as_echo "$ac_try_echo") >&5
23641 (eval "$ac_link") 2>conftest.er1
23642 ac_status=$?
23643 grep -v '^ *+' conftest.er1 >conftest.err
23644 rm -f conftest.er1
23645 cat conftest.err >&5
23646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23647 (exit $ac_status); } && {
23648 test -z "$ac_c_werror_flag" ||
23649 test ! -s conftest.err
23650 } && test -s conftest$ac_exeext && {
23651 test "$cross_compiling" = yes ||
23652 $as_test_x conftest$ac_exeext
23653 }; then
23654 ac_cv_have_isinf="yes"
23655 else
23656 $as_echo "$as_me: failed program was:" >&5
23657 sed 's/^/| /' conftest.$ac_ext >&5
23659 ac_cv_have_isinf="no"
23662 rm -rf conftest.dSYM
23663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23664 conftest$ac_exeext conftest.$ac_ext
23666 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23667 $as_echo "$ac_cv_have_isinf" >&6; }
23668 if test "$ac_cv_have_isinf" = "yes"
23669 then
23671 cat >>confdefs.h <<\_ACEOF
23672 #define HAVE_ISINF 1
23673 _ACEOF
23677 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23678 $as_echo_n "checking for isnan... " >&6; }
23679 if test "${ac_cv_have_isnan+set}" = set; then
23680 $as_echo_n "(cached) " >&6
23681 else
23682 cat >conftest.$ac_ext <<_ACEOF
23683 /* confdefs.h. */
23684 _ACEOF
23685 cat confdefs.h >>conftest.$ac_ext
23686 cat >>conftest.$ac_ext <<_ACEOF
23687 /* end confdefs.h. */
23688 #include <math.h>
23690 main ()
23692 float f = 0.0; int i=isnan(f)
23694 return 0;
23696 _ACEOF
23697 rm -f conftest.$ac_objext conftest$ac_exeext
23698 if { (ac_try="$ac_link"
23699 case "(($ac_try" in
23700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23701 *) ac_try_echo=$ac_try;;
23702 esac
23703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23704 $as_echo "$ac_try_echo") >&5
23705 (eval "$ac_link") 2>conftest.er1
23706 ac_status=$?
23707 grep -v '^ *+' conftest.er1 >conftest.err
23708 rm -f conftest.er1
23709 cat conftest.err >&5
23710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23711 (exit $ac_status); } && {
23712 test -z "$ac_c_werror_flag" ||
23713 test ! -s conftest.err
23714 } && test -s conftest$ac_exeext && {
23715 test "$cross_compiling" = yes ||
23716 $as_test_x conftest$ac_exeext
23717 }; then
23718 ac_cv_have_isnan="yes"
23719 else
23720 $as_echo "$as_me: failed program was:" >&5
23721 sed 's/^/| /' conftest.$ac_ext >&5
23723 ac_cv_have_isnan="no"
23726 rm -rf conftest.dSYM
23727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23728 conftest$ac_exeext conftest.$ac_ext
23730 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23731 $as_echo "$ac_cv_have_isnan" >&6; }
23732 if test "$ac_cv_have_isnan" = "yes"
23733 then
23735 cat >>confdefs.h <<\_ACEOF
23736 #define HAVE_ISNAN 1
23737 _ACEOF
23742 case $host_cpu in
23743 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23744 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23745 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23746 $as_echo_n "(cached) " >&6
23747 else
23748 cat >conftest.$ac_ext <<_ACEOF
23749 /* confdefs.h. */
23750 _ACEOF
23751 cat confdefs.h >>conftest.$ac_ext
23752 cat >>conftest.$ac_ext <<_ACEOF
23753 /* end confdefs.h. */
23754 #ifndef __i386__
23756 #endif
23757 _ACEOF
23758 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23759 $EGREP "yes" >/dev/null 2>&1; then
23760 ac_cv_cpp_def___i386__=yes
23761 else
23762 ac_cv_cpp_def___i386__=no
23764 rm -f conftest*
23767 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23768 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23769 if test $ac_cv_cpp_def___i386__ = yes; then
23770 CFLAGS="$CFLAGS -D__i386__"
23771 LINTFLAGS="$LINTFLAGS -D__i386__"
23774 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23775 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23776 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23777 $as_echo_n "(cached) " >&6
23778 else
23779 cat >conftest.$ac_ext <<_ACEOF
23780 /* confdefs.h. */
23781 _ACEOF
23782 cat confdefs.h >>conftest.$ac_ext
23783 cat >>conftest.$ac_ext <<_ACEOF
23784 /* end confdefs.h. */
23785 #ifndef __x86_64__
23787 #endif
23788 _ACEOF
23789 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23790 $EGREP "yes" >/dev/null 2>&1; then
23791 ac_cv_cpp_def___x86_64__=yes
23792 else
23793 ac_cv_cpp_def___x86_64__=no
23795 rm -f conftest*
23798 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23799 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23800 if test $ac_cv_cpp_def___x86_64__ = yes; then
23801 CFLAGS="$CFLAGS -D__x86_64__"
23802 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23805 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23806 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23807 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23808 $as_echo_n "(cached) " >&6
23809 else
23810 cat >conftest.$ac_ext <<_ACEOF
23811 /* confdefs.h. */
23812 _ACEOF
23813 cat confdefs.h >>conftest.$ac_ext
23814 cat >>conftest.$ac_ext <<_ACEOF
23815 /* end confdefs.h. */
23816 #ifndef __ALPHA__
23818 #endif
23819 _ACEOF
23820 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23821 $EGREP "yes" >/dev/null 2>&1; then
23822 ac_cv_cpp_def___ALPHA__=yes
23823 else
23824 ac_cv_cpp_def___ALPHA__=no
23826 rm -f conftest*
23829 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23830 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23831 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23832 CFLAGS="$CFLAGS -D__ALPHA__"
23833 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23836 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23837 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23838 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23839 $as_echo_n "(cached) " >&6
23840 else
23841 cat >conftest.$ac_ext <<_ACEOF
23842 /* confdefs.h. */
23843 _ACEOF
23844 cat confdefs.h >>conftest.$ac_ext
23845 cat >>conftest.$ac_ext <<_ACEOF
23846 /* end confdefs.h. */
23847 #ifndef __sparc__
23849 #endif
23850 _ACEOF
23851 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23852 $EGREP "yes" >/dev/null 2>&1; then
23853 ac_cv_cpp_def___sparc__=yes
23854 else
23855 ac_cv_cpp_def___sparc__=no
23857 rm -f conftest*
23860 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23861 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23862 if test $ac_cv_cpp_def___sparc__ = yes; then
23863 CFLAGS="$CFLAGS -D__sparc__"
23864 LINTFLAGS="$LINTFLAGS -D__sparc__"
23867 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23868 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23869 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23870 $as_echo_n "(cached) " >&6
23871 else
23872 cat >conftest.$ac_ext <<_ACEOF
23873 /* confdefs.h. */
23874 _ACEOF
23875 cat confdefs.h >>conftest.$ac_ext
23876 cat >>conftest.$ac_ext <<_ACEOF
23877 /* end confdefs.h. */
23878 #ifndef __powerpc__
23880 #endif
23881 _ACEOF
23882 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23883 $EGREP "yes" >/dev/null 2>&1; then
23884 ac_cv_cpp_def___powerpc__=yes
23885 else
23886 ac_cv_cpp_def___powerpc__=no
23888 rm -f conftest*
23891 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23892 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23893 if test $ac_cv_cpp_def___powerpc__ = yes; then
23894 CFLAGS="$CFLAGS -D__powerpc__"
23895 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23898 esac
23900 case $host_vendor in
23901 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23902 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23903 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23904 $as_echo_n "(cached) " >&6
23905 else
23906 cat >conftest.$ac_ext <<_ACEOF
23907 /* confdefs.h. */
23908 _ACEOF
23909 cat confdefs.h >>conftest.$ac_ext
23910 cat >>conftest.$ac_ext <<_ACEOF
23911 /* end confdefs.h. */
23912 #ifndef __sun__
23914 #endif
23915 _ACEOF
23916 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23917 $EGREP "yes" >/dev/null 2>&1; then
23918 ac_cv_cpp_def___sun__=yes
23919 else
23920 ac_cv_cpp_def___sun__=no
23922 rm -f conftest*
23925 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23926 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23927 if test $ac_cv_cpp_def___sun__ = yes; then
23928 CFLAGS="$CFLAGS -D__sun__"
23929 LINTFLAGS="$LINTFLAGS -D__sun__"
23932 esac
23935 DEPENDENCIES="### Dependencies:
23937 .INIT: Makefile
23938 .BEGIN: Makefile
23939 Makefile: dummy
23940 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23942 \$(OBJS): \$(IDL_GEN_HEADERS)
23943 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23944 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23945 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23946 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23949 ALL_MAKERULES=""
23951 ALL_MAKEFILES=""
23953 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23956 ALL_TOP_DIRS=""
23958 ALL_DLL_DIRS=""
23960 ALL_IMPLIB_DIRS=""
23962 ALL_TEST_DIRS=""
23964 ALL_PROGRAM_DIRS=""
23966 ALL_PROGRAM_INSTALL_DIRS=""
23968 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23974 ac_config_commands="$ac_config_commands include/stamp-h"
23977 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23979 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23981 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23983 ac_config_commands="$ac_config_commands dlls/user32/resources"
23985 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23987 ac_config_commands="$ac_config_commands include/wine"
23990 ALL_MAKERULES="$ALL_MAKERULES \\
23991 Make.rules"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 Make.rules: Make.rules.in"
23994 MAKE_RULES=Make.rules
23995 ac_config_files="$ac_config_files Make.rules"
23997 ALL_MAKERULES="$ALL_MAKERULES \\
23998 dlls/Makedll.rules"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24001 MAKE_DLL_RULES=dlls/Makedll.rules
24002 ac_config_files="$ac_config_files dlls/Makedll.rules"
24004 ALL_MAKERULES="$ALL_MAKERULES \\
24005 dlls/Makeimplib.rules"
24006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24007 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24008 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24009 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24011 ALL_MAKERULES="$ALL_MAKERULES \\
24012 dlls/Maketest.rules"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24015 MAKE_TEST_RULES=dlls/Maketest.rules
24016 ac_config_files="$ac_config_files dlls/Maketest.rules"
24018 ALL_MAKERULES="$ALL_MAKERULES \\
24019 programs/Makeprog.rules"
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24022 MAKE_PROG_RULES=programs/Makeprog.rules
24023 ac_config_files="$ac_config_files programs/Makeprog.rules"
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 Makefile: Makefile.in Make.rules"
24030 ac_config_files="$ac_config_files Makefile"
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033 dlls/Makefile"
24034 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24035 dlls"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/Makefile: dlls/Makefile.in Make.rules"
24038 ac_config_files="$ac_config_files dlls/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/acledit/Makefile"
24042 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24043 acledit"
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24046 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049 dlls/aclui/Makefile"
24050 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24051 aclui"
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057 dlls/activeds/Makefile"
24058 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24059 activeds"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24062 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/actxprxy/Makefile"
24066 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24067 actxprxy"
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073 dlls/adsiid/Makefile"
24074 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24075 adsiid"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24078 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081 dlls/advapi32/Makefile"
24082 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24083 advapi32"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24086 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/advapi32/tests/Makefile"
24090 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24091 advapi32/tests"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24094 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097 dlls/advpack/Makefile"
24098 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24099 advpack"
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105 dlls/advpack/tests/Makefile"
24106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24107 advpack/tests"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24110 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/amstream/Makefile"
24114 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24115 amstream"
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121 dlls/appwiz.cpl/Makefile"
24122 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24123 appwiz.cpl"
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129 dlls/atl/Makefile"
24130 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24131 atl"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/atl/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/avicap32/Makefile"
24138 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24139 avicap32"
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24142 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145 dlls/avifil32/Makefile"
24146 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24147 avifil32"
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153 dlls/browseui/Makefile"
24154 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24155 browseui"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24158 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/browseui/tests/Makefile"
24162 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24163 browseui/tests"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24166 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169 dlls/cabinet/Makefile"
24170 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24171 cabinet"
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24174 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177 dlls/cabinet/tests/Makefile"
24178 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24179 cabinet/tests"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24182 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/capi2032/Makefile"
24186 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24187 capi2032"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24190 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193 dlls/cards/Makefile"
24194 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24195 cards"
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24198 ac_config_files="$ac_config_files dlls/cards/Makefile"
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201 dlls/cfgmgr32/Makefile"
24202 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24203 cfgmgr32"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24206 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/clusapi/Makefile"
24210 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24211 clusapi"
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24214 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217 dlls/comcat/Makefile"
24218 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24219 comcat"
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24222 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225 dlls/comcat/tests/Makefile"
24226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24227 comcat/tests"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24230 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/comctl32/Makefile"
24234 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24235 comctl32"
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24238 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241 dlls/comctl32/tests/Makefile"
24242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24243 comctl32/tests"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24246 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249 dlls/comdlg32/Makefile"
24250 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24251 comdlg32"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/comdlg32/tests/Makefile"
24258 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24259 comdlg32/tests"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24262 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265 dlls/compstui/Makefile"
24266 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24267 compstui"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24270 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273 dlls/credui/Makefile"
24274 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24275 credui"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/credui/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/credui/tests/Makefile"
24282 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24283 credui/tests"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24286 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289 dlls/crtdll/Makefile"
24290 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24291 crtdll"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24294 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/crypt32/Makefile"
24298 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24299 crypt32"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24302 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/crypt32/tests/Makefile"
24306 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24307 crypt32/tests"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24310 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/cryptdlg/Makefile"
24314 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24315 cryptdlg"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24318 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/cryptdll/Makefile"
24322 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24323 cryptdll"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/cryptnet/Makefile"
24330 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331 cryptnet"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/cryptnet/tests/Makefile"
24338 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24339 cryptnet/tests"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24342 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/cryptui/Makefile"
24346 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24347 cryptui"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/cryptui/tests/Makefile"
24354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24355 cryptui/tests"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24358 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/ctapi32/Makefile"
24362 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24363 ctapi32"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24366 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/ctl3d32/Makefile"
24370 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371 ctl3d32"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/d3d10/Makefile"
24378 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24379 d3d10"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/d3d10/tests/Makefile"
24386 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24387 d3d10/tests"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24390 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/d3d10core/Makefile"
24394 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24395 d3d10core"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24398 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/d3d10core/tests/Makefile"
24402 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24403 d3d10core/tests"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24406 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/d3d8/Makefile"
24410 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24411 d3d8"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24414 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/d3d8/tests/Makefile"
24418 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24419 d3d8/tests"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24422 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/d3d9/Makefile"
24426 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427 d3d9"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/d3d9/tests/Makefile"
24434 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24435 d3d9/tests"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24438 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/d3dim/Makefile"
24442 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443 d3dim"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/d3drm/Makefile"
24450 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24451 d3drm"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24454 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/d3drm/tests/Makefile"
24458 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24459 d3drm/tests"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24462 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/d3dx8/Makefile"
24466 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24467 d3dx8"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/d3dx8/tests/Makefile"
24474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24475 d3dx8/tests"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24478 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/d3dx9_24/Makefile"
24482 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24483 d3dx9_24"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/d3dx9_25/Makefile"
24490 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24491 d3dx9_25"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/d3dx9_26/Makefile"
24498 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24499 d3dx9_26"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24502 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/d3dx9_27/Makefile"
24506 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507 d3dx9_27"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/d3dx9_28/Makefile"
24514 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515 d3dx9_28"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/d3dx9_29/Makefile"
24522 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24523 d3dx9_29"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24526 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/d3dx9_30/Makefile"
24530 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531 d3dx9_30"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/d3dx9_31/Makefile"
24538 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24539 d3dx9_31"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/d3dx9_32/Makefile"
24546 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547 d3dx9_32"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/d3dx9_33/Makefile"
24554 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24555 d3dx9_33"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24558 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/d3dx9_34/Makefile"
24562 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563 d3dx9_34"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/d3dx9_35/Makefile"
24570 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24571 d3dx9_35"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24574 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/d3dx9_36/Makefile"
24578 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24579 d3dx9_36"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24582 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/d3dx9_36/tests/Makefile"
24586 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24587 d3dx9_36/tests"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24590 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/d3dx9_37/Makefile"
24594 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24595 d3dx9_37"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/d3dx9_38/Makefile"
24602 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603 d3dx9_38"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/d3dx9_39/Makefile"
24610 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611 d3dx9_39"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/d3dx9_40/Makefile"
24618 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619 d3dx9_40"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/d3dxof/Makefile"
24626 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627 d3dxof"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/d3dxof/tests/Makefile"
24634 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24635 d3dxof/tests"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24638 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/dbghelp/Makefile"
24642 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643 dbghelp"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/dciman32/Makefile"
24650 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651 dciman32"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/ddraw/Makefile"
24658 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24659 ddraw"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24662 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/ddraw/tests/Makefile"
24666 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24667 ddraw/tests"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24670 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/ddrawex/Makefile"
24674 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24675 ddrawex"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24678 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/ddrawex/tests/Makefile"
24682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24683 ddrawex/tests"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24686 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/devenum/Makefile"
24690 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24691 devenum"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/dinput/Makefile"
24698 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699 dinput"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/dinput/tests/Makefile"
24706 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24707 dinput/tests"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24710 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/dinput8/Makefile"
24714 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24715 dinput8"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/dmband/Makefile"
24722 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723 dmband"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/dmcompos/Makefile"
24730 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24731 dmcompos"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/dmime/Makefile"
24738 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 dmime"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/dmloader/Makefile"
24746 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24747 dmloader"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/dmscript/Makefile"
24754 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755 dmscript"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/dmstyle/Makefile"
24762 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24763 dmstyle"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24766 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/dmsynth/Makefile"
24770 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771 dmsynth"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/dmusic/Makefile"
24778 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779 dmusic"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/dmusic32/Makefile"
24786 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787 dmusic32"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/dnsapi/Makefile"
24794 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 dnsapi"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/dnsapi/tests/Makefile"
24802 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24803 dnsapi/tests"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24806 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/dplay/Makefile"
24810 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 dplay"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/dplayx/Makefile"
24818 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819 dplayx"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/dplayx/tests/Makefile"
24826 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24827 dplayx/tests"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24830 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/dpnaddr/Makefile"
24834 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835 dpnaddr"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/dpnet/Makefile"
24842 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24843 dpnet"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/dpnhpast/Makefile"
24850 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851 dpnhpast"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/dpnlobby/Makefile"
24858 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24859 dpnlobby"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/dpwsockx/Makefile"
24866 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867 dpwsockx"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/dsound/Makefile"
24874 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 dsound"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/dsound/tests/Makefile"
24882 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24883 dsound/tests"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24886 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/dssenh/Makefile"
24890 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891 dssenh"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/dswave/Makefile"
24898 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899 dswave"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/dwmapi/Makefile"
24906 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907 dwmapi"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/dxdiagn/Makefile"
24914 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915 dxdiagn"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/dxerr8/Makefile"
24922 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24923 dxerr8"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24926 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/dxerr9/Makefile"
24930 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24931 dxerr9"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24934 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/dxgi/Makefile"
24938 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24939 dxgi"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24942 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/dxgi/tests/Makefile"
24946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24947 dxgi/tests"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24950 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/dxguid/Makefile"
24954 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24955 dxguid"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24958 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/faultrep/Makefile"
24962 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963 faultrep"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/fusion/Makefile"
24970 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24971 fusion"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24974 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/fusion/tests/Makefile"
24978 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24979 fusion/tests"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24982 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/gdi32/Makefile"
24986 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987 gdi32"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/gdi32/tests/Makefile"
24994 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24995 gdi32/tests"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24998 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/gdiplus/Makefile"
25002 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003 gdiplus"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/gdiplus/tests/Makefile"
25010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25011 gdiplus/tests"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25014 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/glu32/Makefile"
25018 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019 glu32"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/gphoto2.ds/Makefile"
25026 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25027 gphoto2.ds"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/gpkcsp/Makefile"
25034 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035 gpkcsp"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/hal/Makefile"
25042 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 hal"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/hal/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/hhctrl.ocx/Makefile"
25050 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25051 hhctrl.ocx"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/hid/Makefile"
25058 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059 hid"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/hid/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/hlink/Makefile"
25066 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067 hlink"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/hlink/tests/Makefile"
25074 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25075 hlink/tests"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25078 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/hnetcfg/Makefile"
25082 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 hnetcfg"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/httpapi/Makefile"
25090 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091 httpapi"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/iccvid/Makefile"
25098 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099 iccvid"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/icmp/Makefile"
25106 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107 icmp"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/ifsmgr.vxd/Makefile"
25114 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115 ifsmgr.vxd"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/imaadp32.acm/Makefile"
25122 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123 imaadp32.acm"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/imagehlp/Makefile"
25130 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131 imagehlp"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/imm32/Makefile"
25138 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139 imm32"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/imm32/tests/Makefile"
25146 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25147 imm32/tests"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25150 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/inetcomm/Makefile"
25154 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155 inetcomm"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/inetcomm/tests/Makefile"
25162 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25163 inetcomm/tests"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25166 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/inetmib1/Makefile"
25170 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25171 inetmib1"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/inetmib1/tests/Makefile"
25178 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25179 inetmib1/tests"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25182 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/infosoft/Makefile"
25186 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187 infosoft"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/infosoft/tests/Makefile"
25194 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25195 infosoft/tests"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25198 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/initpki/Makefile"
25202 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203 initpki"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/inkobj/Makefile"
25210 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211 inkobj"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/inseng/Makefile"
25218 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25219 inseng"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25222 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/iphlpapi/Makefile"
25226 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227 iphlpapi"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/iphlpapi/tests/Makefile"
25234 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25235 iphlpapi/tests"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25238 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/itircl/Makefile"
25242 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243 itircl"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/itss/Makefile"
25250 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251 itss"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/itss/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/itss/tests/Makefile"
25258 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25259 itss/tests"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25262 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/jscript/Makefile"
25266 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267 jscript"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/jscript/tests/Makefile"
25274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25275 jscript/tests"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25278 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/kernel32/Makefile"
25282 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283 kernel32"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/kernel32/tests/Makefile"
25290 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25291 kernel32/tests"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25294 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/loadperf/Makefile"
25298 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299 loadperf"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/localspl/Makefile"
25306 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307 localspl"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/localspl/tests/Makefile"
25314 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25315 localspl/tests"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25318 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/localui/Makefile"
25322 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323 localui"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/localui/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/localui/tests/Makefile"
25330 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25331 localui/tests"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25334 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/lz32/Makefile"
25338 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339 lz32"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/lz32/tests/Makefile"
25346 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25347 lz32/tests"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25350 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/mapi32/Makefile"
25354 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25355 mapi32"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 dlls/mapi32/tests/Makefile"
25362 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25363 mapi32/tests"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25366 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/mciavi32/Makefile"
25370 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371 mciavi32"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 dlls/mcicda/Makefile"
25378 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379 mcicda"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 dlls/mciseq/Makefile"
25386 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25387 mciseq"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 dlls/mciwave/Makefile"
25394 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395 mciwave"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 dlls/midimap/Makefile"
25402 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25403 midimap"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 dlls/mlang/Makefile"
25410 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25411 mlang"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 dlls/mlang/tests/Makefile"
25418 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25419 mlang/tests"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25422 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 dlls/mmdevldr.vxd/Makefile"
25426 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427 mmdevldr.vxd"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 dlls/monodebg.vxd/Makefile"
25434 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25435 monodebg.vxd"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25438 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 dlls/mountmgr.sys/Makefile"
25442 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25443 mountmgr.sys"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25446 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 dlls/mpr/Makefile"
25450 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25451 mpr"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25454 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457 dlls/mprapi/Makefile"
25458 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25459 mprapi"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25462 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 dlls/msacm32.drv/Makefile"
25466 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25467 msacm32.drv"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25470 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473 dlls/msacm32/Makefile"
25474 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25475 msacm32"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25478 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 dlls/msacm32/tests/Makefile"
25482 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25483 msacm32/tests"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25486 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 dlls/msadp32.acm/Makefile"
25490 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25491 msadp32.acm"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25494 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497 dlls/mscat32/Makefile"
25498 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25499 mscat32"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25502 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505 dlls/mscms/Makefile"
25506 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25507 mscms"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25510 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513 dlls/mscms/tests/Makefile"
25514 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25515 mscms/tests"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25518 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 dlls/mscoree/Makefile"
25522 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25523 mscoree"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25526 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 dlls/msdmo/Makefile"
25530 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25531 msdmo"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25534 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537 dlls/msftedit/Makefile"
25538 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25539 msftedit"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25542 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545 dlls/msg711.acm/Makefile"
25546 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25547 msg711.acm"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25550 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553 dlls/mshtml.tlb/Makefile"
25554 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25555 mshtml.tlb"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25558 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 dlls/mshtml/Makefile"
25562 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25563 mshtml"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25566 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 dlls/mshtml/tests/Makefile"
25570 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25571 mshtml/tests"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25574 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577 dlls/msi/Makefile"
25578 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25579 msi"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25582 ac_config_files="$ac_config_files dlls/msi/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 dlls/msi/tests/Makefile"
25586 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25587 msi/tests"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25590 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 dlls/msimg32/Makefile"
25594 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25595 msimg32"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25598 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 dlls/msimtf/Makefile"
25602 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25603 msimtf"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25606 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 dlls/msisip/Makefile"
25610 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25611 msisip"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25614 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 dlls/msisys.ocx/Makefile"
25618 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25619 msisys.ocx"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25622 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 dlls/msnet32/Makefile"
25626 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25627 msnet32"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25630 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633 dlls/msrle32/Makefile"
25634 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25635 msrle32"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25638 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 dlls/mssip32/Makefile"
25642 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25643 mssip32"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25646 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 dlls/mstask/Makefile"
25650 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25651 mstask"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25654 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 dlls/mstask/tests/Makefile"
25658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25659 mstask/tests"
25660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25661 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25662 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25664 ALL_MAKEFILES="$ALL_MAKEFILES \\
25665 dlls/msvcirt/Makefile"
25666 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25667 msvcirt"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25670 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673 dlls/msvcr71/Makefile"
25674 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25675 msvcr71"
25676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25677 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25678 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25680 ALL_MAKEFILES="$ALL_MAKEFILES \\
25681 dlls/msvcrt/Makefile"
25682 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25683 msvcrt"
25684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25685 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25686 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25688 ALL_MAKEFILES="$ALL_MAKEFILES \\
25689 dlls/msvcrt/tests/Makefile"
25690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25691 msvcrt/tests"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25694 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 dlls/msvcrt20/Makefile"
25698 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25699 msvcrt20"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25702 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705 dlls/msvcrt40/Makefile"
25706 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25707 msvcrt40"
25708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25709 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25710 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25712 ALL_MAKEFILES="$ALL_MAKEFILES \\
25713 dlls/msvcrtd/Makefile"
25714 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25715 msvcrtd"
25716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25717 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25718 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25720 ALL_MAKEFILES="$ALL_MAKEFILES \\
25721 dlls/msvcrtd/tests/Makefile"
25722 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25723 msvcrtd/tests"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25726 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729 dlls/msvfw32/Makefile"
25730 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25731 msvfw32"
25732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25733 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25734 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25736 ALL_MAKEFILES="$ALL_MAKEFILES \\
25737 dlls/msvfw32/tests/Makefile"
25738 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25739 msvfw32/tests"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25742 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745 dlls/msvidc32/Makefile"
25746 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25747 msvidc32"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25750 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753 dlls/mswsock/Makefile"
25754 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25755 mswsock"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25758 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761 dlls/msxml3/Makefile"
25762 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25763 msxml3"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25766 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769 dlls/msxml3/tests/Makefile"
25770 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25771 msxml3/tests"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25774 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777 dlls/nddeapi/Makefile"
25778 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25779 nddeapi"
25780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25781 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25782 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25784 ALL_MAKEFILES="$ALL_MAKEFILES \\
25785 dlls/netapi32/Makefile"
25786 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25787 netapi32"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25790 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793 dlls/netapi32/tests/Makefile"
25794 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25795 netapi32/tests"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25798 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 dlls/newdev/Makefile"
25802 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25803 newdev"
25804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25805 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25806 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25808 ALL_MAKEFILES="$ALL_MAKEFILES \\
25809 dlls/ntdll/Makefile"
25810 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25811 ntdll"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25814 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817 dlls/ntdll/tests/Makefile"
25818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25819 ntdll/tests"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25822 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 dlls/ntdsapi/Makefile"
25826 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25827 ntdsapi"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25830 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833 dlls/ntdsapi/tests/Makefile"
25834 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25835 ntdsapi/tests"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25838 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841 dlls/ntoskrnl.exe/Makefile"
25842 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25843 ntoskrnl.exe"
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25846 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849 dlls/ntprint/Makefile"
25850 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25851 ntprint"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25854 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857 dlls/ntprint/tests/Makefile"
25858 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25859 ntprint/tests"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25862 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865 dlls/objsel/Makefile"
25866 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25867 objsel"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25870 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873 dlls/odbc32/Makefile"
25874 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25875 odbc32"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25878 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881 dlls/odbccp32/Makefile"
25882 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25883 odbccp32"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25886 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889 dlls/odbccp32/tests/Makefile"
25890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25891 odbccp32/tests"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25894 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897 dlls/ole32/Makefile"
25898 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25899 ole32"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25902 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905 dlls/ole32/tests/Makefile"
25906 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25907 ole32/tests"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25910 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913 dlls/oleacc/Makefile"
25914 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25915 oleacc"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25918 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921 dlls/oleacc/tests/Makefile"
25922 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25923 oleacc/tests"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25926 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929 dlls/oleaut32/Makefile"
25930 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25931 oleaut32"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25934 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937 dlls/oleaut32/tests/Makefile"
25938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25939 oleaut32/tests"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25942 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945 dlls/olecli32/Makefile"
25946 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25947 olecli32"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25950 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953 dlls/oledlg/Makefile"
25954 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25955 oledlg"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25958 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961 dlls/olepro32/Makefile"
25962 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25963 olepro32"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25966 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969 dlls/olesvr32/Makefile"
25970 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25971 olesvr32"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25974 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977 dlls/olethk32/Makefile"
25978 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25979 olethk32"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25982 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985 dlls/opengl32/Makefile"
25986 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25987 opengl32"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25990 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993 dlls/opengl32/tests/Makefile"
25994 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25995 opengl32/tests"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25998 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001 dlls/pdh/Makefile"
26002 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26003 pdh"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26006 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009 dlls/pdh/tests/Makefile"
26010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26011 pdh/tests"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26014 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017 dlls/pidgen/Makefile"
26018 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26019 pidgen"
26020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26021 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26022 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26024 ALL_MAKEFILES="$ALL_MAKEFILES \\
26025 dlls/powrprof/Makefile"
26026 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26027 powrprof"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26030 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033 dlls/printui/Makefile"
26034 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26035 printui"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26038 ac_config_files="$ac_config_files dlls/printui/Makefile"
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041 dlls/propsys/Makefile"
26042 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26043 propsys"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26046 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049 dlls/psapi/Makefile"
26050 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26051 psapi"
26052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26053 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26054 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26056 ALL_MAKEFILES="$ALL_MAKEFILES \\
26057 dlls/psapi/tests/Makefile"
26058 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26059 psapi/tests"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26062 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065 dlls/pstorec/Makefile"
26066 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26067 pstorec"
26068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26069 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26070 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26072 ALL_MAKEFILES="$ALL_MAKEFILES \\
26073 dlls/qcap/Makefile"
26074 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26075 qcap"
26076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26077 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26078 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26080 ALL_MAKEFILES="$ALL_MAKEFILES \\
26081 dlls/qedit/Makefile"
26082 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26083 qedit"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26086 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089 dlls/qedit/tests/Makefile"
26090 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26091 qedit/tests"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26094 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26096 ALL_MAKEFILES="$ALL_MAKEFILES \\
26097 dlls/qmgr/Makefile"
26098 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26099 qmgr"
26100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26101 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26102 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26104 ALL_MAKEFILES="$ALL_MAKEFILES \\
26105 dlls/qmgr/tests/Makefile"
26106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26107 qmgr/tests"
26108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26109 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26110 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26112 ALL_MAKEFILES="$ALL_MAKEFILES \\
26113 dlls/qmgrprxy/Makefile"
26114 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26115 qmgrprxy"
26116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26117 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26118 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26120 ALL_MAKEFILES="$ALL_MAKEFILES \\
26121 dlls/quartz/Makefile"
26122 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26123 quartz"
26124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26125 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26126 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26128 ALL_MAKEFILES="$ALL_MAKEFILES \\
26129 dlls/quartz/tests/Makefile"
26130 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26131 quartz/tests"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26134 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137 dlls/query/Makefile"
26138 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26139 query"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26142 ac_config_files="$ac_config_files dlls/query/Makefile"
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145 dlls/rasapi32/Makefile"
26146 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26147 rasapi32"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26150 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153 dlls/rasapi32/tests/Makefile"
26154 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26155 rasapi32/tests"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26158 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161 dlls/rasdlg/Makefile"
26162 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26163 rasdlg"
26164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26165 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26166 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26168 ALL_MAKEFILES="$ALL_MAKEFILES \\
26169 dlls/resutils/Makefile"
26170 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26171 resutils"
26172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26173 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26174 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26176 ALL_MAKEFILES="$ALL_MAKEFILES \\
26177 dlls/riched20/Makefile"
26178 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26179 riched20"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26182 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185 dlls/riched20/tests/Makefile"
26186 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26187 riched20/tests"
26188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26189 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26190 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26192 ALL_MAKEFILES="$ALL_MAKEFILES \\
26193 dlls/riched32/Makefile"
26194 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26195 riched32"
26196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26197 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26198 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26200 ALL_MAKEFILES="$ALL_MAKEFILES \\
26201 dlls/riched32/tests/Makefile"
26202 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26203 riched32/tests"
26204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26205 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26206 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26208 ALL_MAKEFILES="$ALL_MAKEFILES \\
26209 dlls/rpcrt4/Makefile"
26210 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26211 rpcrt4"
26212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26213 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26214 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26216 ALL_MAKEFILES="$ALL_MAKEFILES \\
26217 dlls/rpcrt4/tests/Makefile"
26218 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26219 rpcrt4/tests"
26220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26221 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26222 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26224 ALL_MAKEFILES="$ALL_MAKEFILES \\
26225 dlls/rsabase/Makefile"
26226 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26227 rsabase"
26228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26229 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26230 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26232 ALL_MAKEFILES="$ALL_MAKEFILES \\
26233 dlls/rsaenh/Makefile"
26234 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26235 rsaenh"
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26238 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241 dlls/rsaenh/tests/Makefile"
26242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26243 rsaenh/tests"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26246 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249 dlls/sane.ds/Makefile"
26250 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26251 sane.ds"
26252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26253 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26254 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26256 ALL_MAKEFILES="$ALL_MAKEFILES \\
26257 dlls/sccbase/Makefile"
26258 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26259 sccbase"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26262 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265 dlls/schannel/Makefile"
26266 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26267 schannel"
26268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26269 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26270 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26272 ALL_MAKEFILES="$ALL_MAKEFILES \\
26273 dlls/schannel/tests/Makefile"
26274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26275 schannel/tests"
26276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26277 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26278 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26280 ALL_MAKEFILES="$ALL_MAKEFILES \\
26281 dlls/secur32/Makefile"
26282 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26283 secur32"
26284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26285 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26286 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26288 ALL_MAKEFILES="$ALL_MAKEFILES \\
26289 dlls/secur32/tests/Makefile"
26290 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26291 secur32/tests"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26294 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297 dlls/security/Makefile"
26298 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26299 security"
26300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26301 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26302 ac_config_files="$ac_config_files dlls/security/Makefile"
26304 ALL_MAKEFILES="$ALL_MAKEFILES \\
26305 dlls/sensapi/Makefile"
26306 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26307 sensapi"
26308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26309 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26310 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26312 ALL_MAKEFILES="$ALL_MAKEFILES \\
26313 dlls/serialui/Makefile"
26314 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26315 serialui"
26316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26317 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26318 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26320 ALL_MAKEFILES="$ALL_MAKEFILES \\
26321 dlls/serialui/tests/Makefile"
26322 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26323 serialui/tests"
26324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26325 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26326 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26328 ALL_MAKEFILES="$ALL_MAKEFILES \\
26329 dlls/setupapi/Makefile"
26330 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26331 setupapi"
26332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26333 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26334 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26336 ALL_MAKEFILES="$ALL_MAKEFILES \\
26337 dlls/setupapi/tests/Makefile"
26338 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26339 setupapi/tests"
26340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26341 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26342 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26344 ALL_MAKEFILES="$ALL_MAKEFILES \\
26345 dlls/sfc/Makefile"
26346 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26347 sfc"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26350 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353 dlls/sfc_os/Makefile"
26354 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26355 sfc_os"
26356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26357 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26358 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26360 ALL_MAKEFILES="$ALL_MAKEFILES \\
26361 dlls/shdoclc/Makefile"
26362 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26363 shdoclc"
26364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26365 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26366 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26368 ALL_MAKEFILES="$ALL_MAKEFILES \\
26369 dlls/shdocvw/Makefile"
26370 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26371 shdocvw"
26372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26373 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26374 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26376 ALL_MAKEFILES="$ALL_MAKEFILES \\
26377 dlls/shdocvw/tests/Makefile"
26378 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26379 shdocvw/tests"
26380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26381 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26382 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26384 ALL_MAKEFILES="$ALL_MAKEFILES \\
26385 dlls/shell32/Makefile"
26386 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26387 shell32"
26388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26389 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26390 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26392 ALL_MAKEFILES="$ALL_MAKEFILES \\
26393 dlls/shell32/tests/Makefile"
26394 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26395 shell32/tests"
26396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26397 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26398 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26400 ALL_MAKEFILES="$ALL_MAKEFILES \\
26401 dlls/shfolder/Makefile"
26402 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26403 shfolder"
26404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26405 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26406 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26408 ALL_MAKEFILES="$ALL_MAKEFILES \\
26409 dlls/shlwapi/Makefile"
26410 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26411 shlwapi"
26412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26413 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26414 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26416 ALL_MAKEFILES="$ALL_MAKEFILES \\
26417 dlls/shlwapi/tests/Makefile"
26418 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26419 shlwapi/tests"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26422 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425 dlls/slbcsp/Makefile"
26426 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26427 slbcsp"
26428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26429 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26430 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26432 ALL_MAKEFILES="$ALL_MAKEFILES \\
26433 dlls/slc/Makefile"
26434 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26435 slc"
26436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26437 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26438 ac_config_files="$ac_config_files dlls/slc/Makefile"
26440 ALL_MAKEFILES="$ALL_MAKEFILES \\
26441 dlls/snmpapi/Makefile"
26442 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26443 snmpapi"
26444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26445 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26446 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26448 ALL_MAKEFILES="$ALL_MAKEFILES \\
26449 dlls/snmpapi/tests/Makefile"
26450 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26451 snmpapi/tests"
26452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26453 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26454 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26456 ALL_MAKEFILES="$ALL_MAKEFILES \\
26457 dlls/softpub/Makefile"
26458 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26459 softpub"
26460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26461 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26462 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26464 ALL_MAKEFILES="$ALL_MAKEFILES \\
26465 dlls/spoolss/Makefile"
26466 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26467 spoolss"
26468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26469 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26470 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26472 ALL_MAKEFILES="$ALL_MAKEFILES \\
26473 dlls/spoolss/tests/Makefile"
26474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26475 spoolss/tests"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26478 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481 dlls/stdole2.tlb/Makefile"
26482 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26483 stdole2.tlb"
26484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26485 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26486 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26488 ALL_MAKEFILES="$ALL_MAKEFILES \\
26489 dlls/stdole32.tlb/Makefile"
26490 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26491 stdole32.tlb"
26492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26493 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26494 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26496 ALL_MAKEFILES="$ALL_MAKEFILES \\
26497 dlls/sti/Makefile"
26498 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26499 sti"
26500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26501 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26502 ac_config_files="$ac_config_files dlls/sti/Makefile"
26504 ALL_MAKEFILES="$ALL_MAKEFILES \\
26505 dlls/strmiids/Makefile"
26506 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26507 strmiids"
26508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26509 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26510 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26512 ALL_MAKEFILES="$ALL_MAKEFILES \\
26513 dlls/svrapi/Makefile"
26514 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26515 svrapi"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26518 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521 dlls/sxs/Makefile"
26522 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26523 sxs"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26526 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529 dlls/tapi32/Makefile"
26530 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26531 tapi32"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26534 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537 dlls/twain_32/Makefile"
26538 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26539 twain_32"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26542 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545 dlls/unicows/Makefile"
26546 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26547 unicows"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26550 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553 dlls/updspapi/Makefile"
26554 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26555 updspapi"
26556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26557 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26558 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26560 ALL_MAKEFILES="$ALL_MAKEFILES \\
26561 dlls/url/Makefile"
26562 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26563 url"
26564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26565 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26566 ac_config_files="$ac_config_files dlls/url/Makefile"
26568 ALL_MAKEFILES="$ALL_MAKEFILES \\
26569 dlls/urlmon/Makefile"
26570 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26571 urlmon"
26572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26573 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26574 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26576 ALL_MAKEFILES="$ALL_MAKEFILES \\
26577 dlls/urlmon/tests/Makefile"
26578 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26579 urlmon/tests"
26580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26581 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26582 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26584 ALL_MAKEFILES="$ALL_MAKEFILES \\
26585 dlls/user32/Makefile"
26586 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26587 user32"
26588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26589 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26590 ac_config_files="$ac_config_files dlls/user32/Makefile"
26592 ALL_MAKEFILES="$ALL_MAKEFILES \\
26593 dlls/user32/tests/Makefile"
26594 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26595 user32/tests"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26598 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601 dlls/userenv/Makefile"
26602 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26603 userenv"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26606 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609 dlls/userenv/tests/Makefile"
26610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26611 userenv/tests"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26614 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617 dlls/usp10/Makefile"
26618 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26619 usp10"
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26622 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625 dlls/usp10/tests/Makefile"
26626 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26627 usp10/tests"
26628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26629 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26630 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26632 ALL_MAKEFILES="$ALL_MAKEFILES \\
26633 dlls/uuid/Makefile"
26634 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26635 uuid"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26638 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641 dlls/uxtheme/Makefile"
26642 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26643 uxtheme"
26644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26645 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26646 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26648 ALL_MAKEFILES="$ALL_MAKEFILES \\
26649 dlls/uxtheme/tests/Makefile"
26650 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26651 uxtheme/tests"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26654 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657 dlls/vdhcp.vxd/Makefile"
26658 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26659 vdhcp.vxd"
26660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26661 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26662 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26664 ALL_MAKEFILES="$ALL_MAKEFILES \\
26665 dlls/vdmdbg/Makefile"
26666 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26667 vdmdbg"
26668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26669 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26670 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26672 ALL_MAKEFILES="$ALL_MAKEFILES \\
26673 dlls/version/Makefile"
26674 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26675 version"
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26678 ac_config_files="$ac_config_files dlls/version/Makefile"
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681 dlls/version/tests/Makefile"
26682 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26683 version/tests"
26684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26685 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26686 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26688 ALL_MAKEFILES="$ALL_MAKEFILES \\
26689 dlls/vmm.vxd/Makefile"
26690 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26691 vmm.vxd"
26692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26693 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26694 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26696 ALL_MAKEFILES="$ALL_MAKEFILES \\
26697 dlls/vnbt.vxd/Makefile"
26698 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26699 vnbt.vxd"
26700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26701 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26702 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26704 ALL_MAKEFILES="$ALL_MAKEFILES \\
26705 dlls/vnetbios.vxd/Makefile"
26706 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26707 vnetbios.vxd"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26710 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713 dlls/vtdapi.vxd/Makefile"
26714 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26715 vtdapi.vxd"
26716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26717 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26718 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26720 ALL_MAKEFILES="$ALL_MAKEFILES \\
26721 dlls/vwin32.vxd/Makefile"
26722 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26723 vwin32.vxd"
26724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26725 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26726 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26728 ALL_MAKEFILES="$ALL_MAKEFILES \\
26729 dlls/w32skrnl/Makefile"
26730 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26731 w32skrnl"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26734 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737 dlls/winealsa.drv/Makefile"
26738 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26739 winealsa.drv"
26740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26741 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26742 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26744 ALL_MAKEFILES="$ALL_MAKEFILES \\
26745 dlls/wineaudioio.drv/Makefile"
26746 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26747 wineaudioio.drv"
26748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26749 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26750 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26752 ALL_MAKEFILES="$ALL_MAKEFILES \\
26753 dlls/winecoreaudio.drv/Makefile"
26754 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26755 winecoreaudio.drv"
26756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26757 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26758 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26760 ALL_MAKEFILES="$ALL_MAKEFILES \\
26761 dlls/winecrt0/Makefile"
26762 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26763 winecrt0"
26764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26765 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26766 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26768 ALL_MAKEFILES="$ALL_MAKEFILES \\
26769 dlls/wined3d/Makefile"
26770 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26771 wined3d"
26772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26773 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26774 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26776 ALL_MAKEFILES="$ALL_MAKEFILES \\
26777 dlls/winedos/Makefile"
26778 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26779 winedos"
26780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26781 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26782 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26784 ALL_MAKEFILES="$ALL_MAKEFILES \\
26785 dlls/wineesd.drv/Makefile"
26786 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26787 wineesd.drv"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26790 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793 dlls/winejack.drv/Makefile"
26794 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26795 winejack.drv"
26796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26797 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26798 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26800 ALL_MAKEFILES="$ALL_MAKEFILES \\
26801 dlls/winejoystick.drv/Makefile"
26802 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26803 winejoystick.drv"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26806 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809 dlls/winemp3.acm/Makefile"
26810 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26811 winemp3.acm"
26812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26813 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26814 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26816 ALL_MAKEFILES="$ALL_MAKEFILES \\
26817 dlls/winenas.drv/Makefile"
26818 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26819 winenas.drv"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26822 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825 dlls/wineoss.drv/Makefile"
26826 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26827 wineoss.drv"
26828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26829 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26830 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26832 ALL_MAKEFILES="$ALL_MAKEFILES \\
26833 dlls/wineps.drv/Makefile"
26834 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26835 wineps.drv"
26836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26837 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26838 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26840 ALL_MAKEFILES="$ALL_MAKEFILES \\
26841 dlls/winequartz.drv/Makefile"
26842 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26843 winequartz.drv"
26844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26845 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26846 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26848 ALL_MAKEFILES="$ALL_MAKEFILES \\
26849 dlls/winex11.drv/Makefile"
26850 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26851 winex11.drv"
26852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26853 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26854 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26856 ALL_MAKEFILES="$ALL_MAKEFILES \\
26857 dlls/wing32/Makefile"
26858 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26859 wing32"
26860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26861 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26862 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26864 ALL_MAKEFILES="$ALL_MAKEFILES \\
26865 dlls/winhttp/Makefile"
26866 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26867 winhttp"
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26870 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873 dlls/winhttp/tests/Makefile"
26874 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26875 winhttp/tests"
26876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26877 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26878 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26880 ALL_MAKEFILES="$ALL_MAKEFILES \\
26881 dlls/wininet/Makefile"
26882 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26883 wininet"
26884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26885 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26886 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26888 ALL_MAKEFILES="$ALL_MAKEFILES \\
26889 dlls/wininet/tests/Makefile"
26890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26891 wininet/tests"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26894 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897 dlls/winmm/Makefile"
26898 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26899 winmm"
26900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26901 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26902 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26904 ALL_MAKEFILES="$ALL_MAKEFILES \\
26905 dlls/winmm/tests/Makefile"
26906 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26907 winmm/tests"
26908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26909 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26910 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26912 ALL_MAKEFILES="$ALL_MAKEFILES \\
26913 dlls/winnls32/Makefile"
26914 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26915 winnls32"
26916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26917 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26918 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26920 ALL_MAKEFILES="$ALL_MAKEFILES \\
26921 dlls/winscard/Makefile"
26922 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26923 winscard"
26924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26925 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26926 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26928 ALL_MAKEFILES="$ALL_MAKEFILES \\
26929 dlls/winspool.drv/Makefile"
26930 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26931 winspool.drv"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26934 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937 dlls/winspool.drv/tests/Makefile"
26938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26939 winspool.drv/tests"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26942 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945 dlls/wintab32/Makefile"
26946 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26947 wintab32"
26948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26949 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26950 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26952 ALL_MAKEFILES="$ALL_MAKEFILES \\
26953 dlls/wintrust/Makefile"
26954 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26955 wintrust"
26956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26957 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26958 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26960 ALL_MAKEFILES="$ALL_MAKEFILES \\
26961 dlls/wintrust/tests/Makefile"
26962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26963 wintrust/tests"
26964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26965 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26966 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26968 ALL_MAKEFILES="$ALL_MAKEFILES \\
26969 dlls/wldap32/Makefile"
26970 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26971 wldap32"
26972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26973 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26974 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26976 ALL_MAKEFILES="$ALL_MAKEFILES \\
26977 dlls/wldap32/tests/Makefile"
26978 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26979 wldap32/tests"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26982 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985 dlls/wmi/Makefile"
26986 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26987 wmi"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26990 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993 dlls/wnaspi32/Makefile"
26994 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26995 wnaspi32"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26998 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001 dlls/wow32/Makefile"
27002 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27003 wow32"
27004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27005 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27006 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27008 ALL_MAKEFILES="$ALL_MAKEFILES \\
27009 dlls/ws2_32/Makefile"
27010 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27011 ws2_32"
27012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27013 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27014 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27016 ALL_MAKEFILES="$ALL_MAKEFILES \\
27017 dlls/ws2_32/tests/Makefile"
27018 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27019 ws2_32/tests"
27020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27021 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27022 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27024 ALL_MAKEFILES="$ALL_MAKEFILES \\
27025 dlls/wsock32/Makefile"
27026 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27027 wsock32"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27030 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033 dlls/wtsapi32/Makefile"
27034 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27035 wtsapi32"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27038 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041 dlls/wuapi/Makefile"
27042 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27043 wuapi"
27044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27045 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27046 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27048 ALL_MAKEFILES="$ALL_MAKEFILES \\
27049 dlls/xinput1_1/Makefile"
27050 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27051 xinput1_1"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27054 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057 dlls/xinput1_2/Makefile"
27058 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27059 xinput1_2"
27060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27061 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27062 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27064 ALL_MAKEFILES="$ALL_MAKEFILES \\
27065 dlls/xinput1_3/Makefile"
27066 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27067 xinput1_3"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27070 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073 dlls/xinput1_3/tests/Makefile"
27074 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27075 xinput1_3/tests"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27078 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081 dlls/xinput9_1_0/Makefile"
27082 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27083 xinput9_1_0"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27086 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089 documentation/Makefile"
27090 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27091 documentation"
27092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27093 documentation/Makefile: documentation/Makefile.in Make.rules"
27094 ac_config_files="$ac_config_files documentation/Makefile"
27096 ALL_MAKEFILES="$ALL_MAKEFILES \\
27097 fonts/Makefile"
27098 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27099 fonts"
27100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27101 fonts/Makefile: fonts/Makefile.in Make.rules"
27102 ac_config_files="$ac_config_files fonts/Makefile"
27104 ALL_MAKEFILES="$ALL_MAKEFILES \\
27105 include/Makefile"
27106 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27107 include"
27108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27109 include/Makefile: include/Makefile.in Make.rules"
27110 ac_config_files="$ac_config_files include/Makefile"
27112 ALL_MAKEFILES="$ALL_MAKEFILES \\
27113 libs/Makefile"
27114 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27115 libs"
27116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27117 libs/Makefile: libs/Makefile.in Make.rules"
27118 ac_config_files="$ac_config_files libs/Makefile"
27120 ALL_MAKEFILES="$ALL_MAKEFILES \\
27121 libs/port/Makefile"
27123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27124 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27125 ac_config_files="$ac_config_files libs/port/Makefile"
27127 ALL_MAKEFILES="$ALL_MAKEFILES \\
27128 libs/wine/Makefile"
27130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27131 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27132 ac_config_files="$ac_config_files libs/wine/Makefile"
27134 ALL_MAKEFILES="$ALL_MAKEFILES \\
27135 libs/wpp/Makefile"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27139 ac_config_files="$ac_config_files libs/wpp/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 loader/Makefile"
27143 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27144 loader"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 loader/Makefile: loader/Makefile.in Make.rules"
27147 ac_config_files="$ac_config_files loader/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 programs/Makefile"
27151 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27152 programs"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 programs/Makefile: programs/Makefile.in Make.rules"
27155 ac_config_files="$ac_config_files programs/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 programs/cacls/Makefile"
27159 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27160 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27161 cacls"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27164 ac_config_files="$ac_config_files programs/cacls/Makefile"
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167 programs/clock/Makefile"
27168 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27169 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27170 clock"
27171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27172 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27173 ac_config_files="$ac_config_files programs/clock/Makefile"
27175 ALL_MAKEFILES="$ALL_MAKEFILES \\
27176 programs/cmd/Makefile"
27177 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27178 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27179 cmd"
27180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27181 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27182 ac_config_files="$ac_config_files programs/cmd/Makefile"
27184 ALL_MAKEFILES="$ALL_MAKEFILES \\
27185 programs/cmdlgtst/Makefile"
27186 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27187 cmdlgtst"
27188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27189 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27190 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27192 ALL_MAKEFILES="$ALL_MAKEFILES \\
27193 programs/control/Makefile"
27194 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27195 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27196 control"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27199 ac_config_files="$ac_config_files programs/control/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 programs/eject/Makefile"
27203 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27204 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27205 eject"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27208 ac_config_files="$ac_config_files programs/eject/Makefile"
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211 programs/expand/Makefile"
27212 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27213 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27214 expand"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27217 ac_config_files="$ac_config_files programs/expand/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 programs/explorer/Makefile"
27221 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27222 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27223 explorer"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27226 ac_config_files="$ac_config_files programs/explorer/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 programs/hh/Makefile"
27230 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27231 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27235 ac_config_files="$ac_config_files programs/hh/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 programs/icinfo/Makefile"
27239 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27240 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27241 icinfo"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27244 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 programs/iexplore/Makefile"
27248 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27249 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27250 iexplore"
27251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27252 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27253 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27255 ALL_MAKEFILES="$ALL_MAKEFILES \\
27256 programs/msiexec/Makefile"
27257 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27258 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27259 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27260 msiexec"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27263 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266 programs/net/Makefile"
27267 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27268 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27269 net"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27272 ac_config_files="$ac_config_files programs/net/Makefile"
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275 programs/notepad/Makefile"
27276 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27277 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27278 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27279 notepad"
27280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27281 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27282 ac_config_files="$ac_config_files programs/notepad/Makefile"
27284 ALL_MAKEFILES="$ALL_MAKEFILES \\
27285 programs/oleview/Makefile"
27286 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27287 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27288 oleview"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27291 ac_config_files="$ac_config_files programs/oleview/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 programs/progman/Makefile"
27295 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27296 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27297 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27298 progman"
27299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27300 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27301 ac_config_files="$ac_config_files programs/progman/Makefile"
27303 ALL_MAKEFILES="$ALL_MAKEFILES \\
27304 programs/reg/Makefile"
27305 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27306 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27307 reg"
27308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27309 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27310 ac_config_files="$ac_config_files programs/reg/Makefile"
27312 ALL_MAKEFILES="$ALL_MAKEFILES \\
27313 programs/regedit/Makefile"
27314 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27315 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27316 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27317 regedit"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27320 ac_config_files="$ac_config_files programs/regedit/Makefile"
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323 programs/regsvr32/Makefile"
27324 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27325 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27326 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27327 regsvr32"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27330 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333 programs/rpcss/Makefile"
27334 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27335 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27336 rpcss"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27339 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 programs/rundll32/Makefile"
27343 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27344 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27345 rundll32"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27348 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27350 ALL_MAKEFILES="$ALL_MAKEFILES \\
27351 programs/secedit/Makefile"
27352 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27353 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27354 secedit"
27355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27356 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27357 ac_config_files="$ac_config_files programs/secedit/Makefile"
27359 ALL_MAKEFILES="$ALL_MAKEFILES \\
27360 programs/services/Makefile"
27361 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27362 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27363 services"
27364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27365 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27366 ac_config_files="$ac_config_files programs/services/Makefile"
27368 ALL_MAKEFILES="$ALL_MAKEFILES \\
27369 programs/spoolsv/Makefile"
27370 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27371 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27372 spoolsv"
27373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27374 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27375 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27377 ALL_MAKEFILES="$ALL_MAKEFILES \\
27378 programs/start/Makefile"
27379 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27380 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27381 start"
27382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27383 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27384 ac_config_files="$ac_config_files programs/start/Makefile"
27386 ALL_MAKEFILES="$ALL_MAKEFILES \\
27387 programs/svchost/Makefile"
27388 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27389 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27390 svchost"
27391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27392 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27393 ac_config_files="$ac_config_files programs/svchost/Makefile"
27395 ALL_MAKEFILES="$ALL_MAKEFILES \\
27396 programs/taskmgr/Makefile"
27397 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27398 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27399 taskmgr"
27400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27401 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27402 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27404 ALL_MAKEFILES="$ALL_MAKEFILES \\
27405 programs/uninstaller/Makefile"
27406 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27407 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27408 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27409 uninstaller"
27410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27411 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27412 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27414 ALL_MAKEFILES="$ALL_MAKEFILES \\
27415 programs/view/Makefile"
27416 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27417 view"
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27420 ac_config_files="$ac_config_files programs/view/Makefile"
27422 ALL_MAKEFILES="$ALL_MAKEFILES \\
27423 programs/wineboot/Makefile"
27424 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27425 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27426 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27427 wineboot"
27428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27429 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27430 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27432 ALL_MAKEFILES="$ALL_MAKEFILES \\
27433 programs/winebrowser/Makefile"
27434 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27435 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27436 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27437 winebrowser"
27438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27439 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27440 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27442 ALL_MAKEFILES="$ALL_MAKEFILES \\
27443 programs/winecfg/Makefile"
27444 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27445 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27446 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27447 winecfg"
27448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27449 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27450 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27452 ALL_MAKEFILES="$ALL_MAKEFILES \\
27453 programs/wineconsole/Makefile"
27454 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27455 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27456 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27457 wineconsole"
27458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27459 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27460 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27462 ALL_MAKEFILES="$ALL_MAKEFILES \\
27463 programs/winedbg/Makefile"
27464 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27465 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27466 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27467 winedbg"
27468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27469 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27470 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27472 ALL_MAKEFILES="$ALL_MAKEFILES \\
27473 programs/winedevice/Makefile"
27474 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27475 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27476 winedevice"
27477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27478 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27479 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27481 ALL_MAKEFILES="$ALL_MAKEFILES \\
27482 programs/winefile/Makefile"
27483 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27484 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27485 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27486 winefile"
27487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27488 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27489 ac_config_files="$ac_config_files programs/winefile/Makefile"
27491 ALL_MAKEFILES="$ALL_MAKEFILES \\
27492 programs/winemenubuilder/Makefile"
27493 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27494 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27495 winemenubuilder"
27496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27497 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27498 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27500 ALL_MAKEFILES="$ALL_MAKEFILES \\
27501 programs/winemine/Makefile"
27502 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27503 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27504 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27505 winemine"
27506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27507 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27508 ac_config_files="$ac_config_files programs/winemine/Makefile"
27510 ALL_MAKEFILES="$ALL_MAKEFILES \\
27511 programs/winepath/Makefile"
27512 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27513 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27514 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27515 winepath"
27516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27517 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27518 ac_config_files="$ac_config_files programs/winepath/Makefile"
27520 ALL_MAKEFILES="$ALL_MAKEFILES \\
27521 programs/winetest/Makefile"
27522 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27523 winetest"
27524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27525 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27526 ac_config_files="$ac_config_files programs/winetest/Makefile"
27528 ALL_MAKEFILES="$ALL_MAKEFILES \\
27529 programs/winevdm/Makefile"
27530 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27531 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27532 winevdm"
27533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27534 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27535 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27537 ALL_MAKEFILES="$ALL_MAKEFILES \\
27538 programs/winhlp32/Makefile"
27539 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27540 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27541 winhlp32"
27542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27543 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27544 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27546 ALL_MAKEFILES="$ALL_MAKEFILES \\
27547 programs/winver/Makefile"
27548 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27549 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27550 winver"
27551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27552 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27553 ac_config_files="$ac_config_files programs/winver/Makefile"
27555 ALL_MAKEFILES="$ALL_MAKEFILES \\
27556 programs/wordpad/Makefile"
27557 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27558 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27559 wordpad"
27560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27561 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27562 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27564 ALL_MAKEFILES="$ALL_MAKEFILES \\
27565 programs/write/Makefile"
27566 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27567 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27568 write"
27569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27570 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27571 ac_config_files="$ac_config_files programs/write/Makefile"
27573 ALL_MAKEFILES="$ALL_MAKEFILES \\
27574 programs/xcopy/Makefile"
27575 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27576 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27577 xcopy"
27578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27579 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27580 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27582 ALL_MAKEFILES="$ALL_MAKEFILES \\
27583 server/Makefile"
27584 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27585 server"
27586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27587 server/Makefile: server/Makefile.in Make.rules"
27588 ac_config_files="$ac_config_files server/Makefile"
27590 ALL_MAKEFILES="$ALL_MAKEFILES \\
27591 tools/Makefile"
27592 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27593 tools"
27594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27595 tools/Makefile: tools/Makefile.in Make.rules"
27596 ac_config_files="$ac_config_files tools/Makefile"
27598 ALL_MAKEFILES="$ALL_MAKEFILES \\
27599 tools/widl/Makefile"
27601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27602 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27603 ac_config_files="$ac_config_files tools/widl/Makefile"
27605 ALL_MAKEFILES="$ALL_MAKEFILES \\
27606 tools/winebuild/Makefile"
27608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27609 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27610 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27612 ALL_MAKEFILES="$ALL_MAKEFILES \\
27613 tools/winedump/Makefile"
27615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27616 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27617 ac_config_files="$ac_config_files tools/winedump/Makefile"
27619 ALL_MAKEFILES="$ALL_MAKEFILES \\
27620 tools/winegcc/Makefile"
27622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27623 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27624 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27626 ALL_MAKEFILES="$ALL_MAKEFILES \\
27627 tools/wmc/Makefile"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27631 ac_config_files="$ac_config_files tools/wmc/Makefile"
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634 tools/wrc/Makefile"
27636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27637 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27638 ac_config_files="$ac_config_files tools/wrc/Makefile"
27642 ALL_WINETEST_DEPENDS="# Test binaries"
27644 for dir in $ALL_TEST_DIRS
27646 if test "$dir" != "\\"
27647 then
27648 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27649 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27650 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27651 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27653 done
27655 cat >confcache <<\_ACEOF
27656 # This file is a shell script that caches the results of configure
27657 # tests run on this system so they can be shared between configure
27658 # scripts and configure runs, see configure's option --config-cache.
27659 # It is not useful on other systems. If it contains results you don't
27660 # want to keep, you may remove or edit it.
27662 # config.status only pays attention to the cache file if you give it
27663 # the --recheck option to rerun configure.
27665 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27666 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27667 # following values.
27669 _ACEOF
27671 # The following way of writing the cache mishandles newlines in values,
27672 # but we know of no workaround that is simple, portable, and efficient.
27673 # So, we kill variables containing newlines.
27674 # Ultrix sh set writes to stderr and can't be redirected directly,
27675 # and sets the high bit in the cache file unless we assign to the vars.
27677 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27678 eval ac_val=\$$ac_var
27679 case $ac_val in #(
27680 *${as_nl}*)
27681 case $ac_var in #(
27682 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27683 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27684 esac
27685 case $ac_var in #(
27686 _ | IFS | as_nl) ;; #(
27687 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27688 *) $as_unset $ac_var ;;
27689 esac ;;
27690 esac
27691 done
27693 (set) 2>&1 |
27694 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27695 *${as_nl}ac_space=\ *)
27696 # `set' does not quote correctly, so add quotes (double-quote
27697 # substitution turns \\\\ into \\, and sed turns \\ into \).
27698 sed -n \
27699 "s/'/'\\\\''/g;
27700 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27701 ;; #(
27703 # `set' quotes correctly as required by POSIX, so do not add quotes.
27704 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27706 esac |
27707 sort
27709 sed '
27710 /^ac_cv_env_/b end
27711 t clear
27712 :clear
27713 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27714 t end
27715 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27716 :end' >>confcache
27717 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27718 if test -w "$cache_file"; then
27719 test "x$cache_file" != "x/dev/null" &&
27720 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27721 $as_echo "$as_me: updating cache $cache_file" >&6;}
27722 cat confcache >$cache_file
27723 else
27724 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27725 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27728 rm -f confcache
27730 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27731 # Let make expand exec_prefix.
27732 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27734 DEFS=-DHAVE_CONFIG_H
27736 ac_libobjs=
27737 ac_ltlibobjs=
27738 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27739 # 1. Remove the extension, and $U if already installed.
27740 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27741 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27742 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27743 # will be set to the directory where LIBOBJS objects are built.
27744 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27745 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27746 done
27747 LIBOBJS=$ac_libobjs
27749 LTLIBOBJS=$ac_ltlibobjs
27753 : ${CONFIG_STATUS=./config.status}
27754 ac_write_fail=0
27755 ac_clean_files_save=$ac_clean_files
27756 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27757 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27758 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27759 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27760 #! $SHELL
27761 # Generated by $as_me.
27762 # Run this file to recreate the current configuration.
27763 # Compiler output produced by configure, useful for debugging
27764 # configure, is in config.log if it exists.
27766 debug=false
27767 ac_cs_recheck=false
27768 ac_cs_silent=false
27769 SHELL=\${CONFIG_SHELL-$SHELL}
27770 _ACEOF
27772 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27773 ## --------------------- ##
27774 ## M4sh Initialization. ##
27775 ## --------------------- ##
27777 # Be more Bourne compatible
27778 DUALCASE=1; export DUALCASE # for MKS sh
27779 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27780 emulate sh
27781 NULLCMD=:
27782 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27783 # is contrary to our usage. Disable this feature.
27784 alias -g '${1+"$@"}'='"$@"'
27785 setopt NO_GLOB_SUBST
27786 else
27787 case `(set -o) 2>/dev/null` in
27788 *posix*) set -o posix ;;
27789 esac
27796 # PATH needs CR
27797 # Avoid depending upon Character Ranges.
27798 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27799 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27800 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27801 as_cr_digits='0123456789'
27802 as_cr_alnum=$as_cr_Letters$as_cr_digits
27804 as_nl='
27806 export as_nl
27807 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27808 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27809 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27810 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27811 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27812 as_echo='printf %s\n'
27813 as_echo_n='printf %s'
27814 else
27815 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27816 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27817 as_echo_n='/usr/ucb/echo -n'
27818 else
27819 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27820 as_echo_n_body='eval
27821 arg=$1;
27822 case $arg in
27823 *"$as_nl"*)
27824 expr "X$arg" : "X\\(.*\\)$as_nl";
27825 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27826 esac;
27827 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27829 export as_echo_n_body
27830 as_echo_n='sh -c $as_echo_n_body as_echo'
27832 export as_echo_body
27833 as_echo='sh -c $as_echo_body as_echo'
27836 # The user is always right.
27837 if test "${PATH_SEPARATOR+set}" != set; then
27838 PATH_SEPARATOR=:
27839 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27840 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27841 PATH_SEPARATOR=';'
27845 # Support unset when possible.
27846 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27847 as_unset=unset
27848 else
27849 as_unset=false
27853 # IFS
27854 # We need space, tab and new line, in precisely that order. Quoting is
27855 # there to prevent editors from complaining about space-tab.
27856 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27857 # splitting by setting IFS to empty value.)
27858 IFS=" "" $as_nl"
27860 # Find who we are. Look in the path if we contain no directory separator.
27861 case $0 in
27862 *[\\/]* ) as_myself=$0 ;;
27863 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27864 for as_dir in $PATH
27866 IFS=$as_save_IFS
27867 test -z "$as_dir" && as_dir=.
27868 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27869 done
27870 IFS=$as_save_IFS
27873 esac
27874 # We did not find ourselves, most probably we were run as `sh COMMAND'
27875 # in which case we are not to be found in the path.
27876 if test "x$as_myself" = x; then
27877 as_myself=$0
27879 if test ! -f "$as_myself"; then
27880 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27881 { (exit 1); exit 1; }
27884 # Work around bugs in pre-3.0 UWIN ksh.
27885 for as_var in ENV MAIL MAILPATH
27886 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27887 done
27888 PS1='$ '
27889 PS2='> '
27890 PS4='+ '
27892 # NLS nuisances.
27893 LC_ALL=C
27894 export LC_ALL
27895 LANGUAGE=C
27896 export LANGUAGE
27898 # Required to use basename.
27899 if expr a : '\(a\)' >/dev/null 2>&1 &&
27900 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27901 as_expr=expr
27902 else
27903 as_expr=false
27906 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27907 as_basename=basename
27908 else
27909 as_basename=false
27913 # Name of the executable.
27914 as_me=`$as_basename -- "$0" ||
27915 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27916 X"$0" : 'X\(//\)$' \| \
27917 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27918 $as_echo X/"$0" |
27919 sed '/^.*\/\([^/][^/]*\)\/*$/{
27920 s//\1/
27923 /^X\/\(\/\/\)$/{
27924 s//\1/
27927 /^X\/\(\/\).*/{
27928 s//\1/
27931 s/.*/./; q'`
27933 # CDPATH.
27934 $as_unset CDPATH
27938 as_lineno_1=$LINENO
27939 as_lineno_2=$LINENO
27940 test "x$as_lineno_1" != "x$as_lineno_2" &&
27941 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27943 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27944 # uniformly replaced by the line number. The first 'sed' inserts a
27945 # line-number line after each line using $LINENO; the second 'sed'
27946 # does the real work. The second script uses 'N' to pair each
27947 # line-number line with the line containing $LINENO, and appends
27948 # trailing '-' during substitution so that $LINENO is not a special
27949 # case at line end.
27950 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27951 # scripts with optimization help from Paolo Bonzini. Blame Lee
27952 # E. McMahon (1931-1989) for sed's syntax. :-)
27953 sed -n '
27955 /[$]LINENO/=
27956 ' <$as_myself |
27957 sed '
27958 s/[$]LINENO.*/&-/
27959 t lineno
27961 :lineno
27963 :loop
27964 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27965 t loop
27966 s/-\n.*//
27967 ' >$as_me.lineno &&
27968 chmod +x "$as_me.lineno" ||
27969 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27970 { (exit 1); exit 1; }; }
27972 # Don't try to exec as it changes $[0], causing all sort of problems
27973 # (the dirname of $[0] is not the place where we might find the
27974 # original and so on. Autoconf is especially sensitive to this).
27975 . "./$as_me.lineno"
27976 # Exit status is that of the last command.
27977 exit
27981 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27982 as_dirname=dirname
27983 else
27984 as_dirname=false
27987 ECHO_C= ECHO_N= ECHO_T=
27988 case `echo -n x` in
27989 -n*)
27990 case `echo 'x\c'` in
27991 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27992 *) ECHO_C='\c';;
27993 esac;;
27995 ECHO_N='-n';;
27996 esac
27997 if expr a : '\(a\)' >/dev/null 2>&1 &&
27998 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27999 as_expr=expr
28000 else
28001 as_expr=false
28004 rm -f conf$$ conf$$.exe conf$$.file
28005 if test -d conf$$.dir; then
28006 rm -f conf$$.dir/conf$$.file
28007 else
28008 rm -f conf$$.dir
28009 mkdir conf$$.dir 2>/dev/null
28011 if (echo >conf$$.file) 2>/dev/null; then
28012 if ln -s conf$$.file conf$$ 2>/dev/null; then
28013 as_ln_s='ln -s'
28014 # ... but there are two gotchas:
28015 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28016 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28017 # In both cases, we have to default to `cp -p'.
28018 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28019 as_ln_s='cp -p'
28020 elif ln conf$$.file conf$$ 2>/dev/null; then
28021 as_ln_s=ln
28022 else
28023 as_ln_s='cp -p'
28025 else
28026 as_ln_s='cp -p'
28028 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28029 rmdir conf$$.dir 2>/dev/null
28031 if mkdir -p . 2>/dev/null; then
28032 as_mkdir_p=:
28033 else
28034 test -d ./-p && rmdir ./-p
28035 as_mkdir_p=false
28038 if test -x / >/dev/null 2>&1; then
28039 as_test_x='test -x'
28040 else
28041 if ls -dL / >/dev/null 2>&1; then
28042 as_ls_L_option=L
28043 else
28044 as_ls_L_option=
28046 as_test_x='
28047 eval sh -c '\''
28048 if test -d "$1"; then
28049 test -d "$1/.";
28050 else
28051 case $1 in
28052 -*)set "./$1";;
28053 esac;
28054 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28055 ???[sx]*):;;*)false;;esac;fi
28056 '\'' sh
28059 as_executable_p=$as_test_x
28061 # Sed expression to map a string onto a valid CPP name.
28062 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28064 # Sed expression to map a string onto a valid variable name.
28065 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28068 exec 6>&1
28070 # Save the log message, to keep $[0] and so on meaningful, and to
28071 # report actual input values of CONFIG_FILES etc. instead of their
28072 # values after options handling.
28073 ac_log="
28074 This file was extended by Wine $as_me 1.1.13, which was
28075 generated by GNU Autoconf 2.63. Invocation command line was
28077 CONFIG_FILES = $CONFIG_FILES
28078 CONFIG_HEADERS = $CONFIG_HEADERS
28079 CONFIG_LINKS = $CONFIG_LINKS
28080 CONFIG_COMMANDS = $CONFIG_COMMANDS
28081 $ $0 $@
28083 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28086 _ACEOF
28088 case $ac_config_files in *"
28089 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28090 esac
28092 case $ac_config_headers in *"
28093 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28094 esac
28097 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28098 # Files that config.status was made for.
28099 config_files="$ac_config_files"
28100 config_headers="$ac_config_headers"
28101 config_commands="$ac_config_commands"
28103 _ACEOF
28105 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28106 ac_cs_usage="\
28107 \`$as_me' instantiates files from templates according to the
28108 current configuration.
28110 Usage: $0 [OPTION]... [FILE]...
28112 -h, --help print this help, then exit
28113 -V, --version print version number and configuration settings, then exit
28114 -q, --quiet, --silent
28115 do not print progress messages
28116 -d, --debug don't remove temporary files
28117 --recheck update $as_me by reconfiguring in the same conditions
28118 --file=FILE[:TEMPLATE]
28119 instantiate the configuration file FILE
28120 --header=FILE[:TEMPLATE]
28121 instantiate the configuration header FILE
28123 Configuration files:
28124 $config_files
28126 Configuration headers:
28127 $config_headers
28129 Configuration commands:
28130 $config_commands
28132 Report bugs to <bug-autoconf@gnu.org>."
28134 _ACEOF
28135 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28136 ac_cs_version="\\
28137 Wine config.status 1.1.13
28138 configured by $0, generated by GNU Autoconf 2.63,
28139 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28141 Copyright (C) 2008 Free Software Foundation, Inc.
28142 This config.status script is free software; the Free Software Foundation
28143 gives unlimited permission to copy, distribute and modify it."
28145 ac_pwd='$ac_pwd'
28146 srcdir='$srcdir'
28147 INSTALL='$INSTALL'
28148 test -n "\$AWK" || AWK=awk
28149 _ACEOF
28151 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28152 # The default lists apply if the user does not specify any file.
28153 ac_need_defaults=:
28154 while test $# != 0
28156 case $1 in
28157 --*=*)
28158 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28159 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28160 ac_shift=:
28163 ac_option=$1
28164 ac_optarg=$2
28165 ac_shift=shift
28167 esac
28169 case $ac_option in
28170 # Handling of the options.
28171 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28172 ac_cs_recheck=: ;;
28173 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28174 $as_echo "$ac_cs_version"; exit ;;
28175 --debug | --debu | --deb | --de | --d | -d )
28176 debug=: ;;
28177 --file | --fil | --fi | --f )
28178 $ac_shift
28179 case $ac_optarg in
28180 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28181 esac
28182 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28183 ac_need_defaults=false;;
28184 --header | --heade | --head | --hea )
28185 $ac_shift
28186 case $ac_optarg in
28187 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28188 esac
28189 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28190 ac_need_defaults=false;;
28191 --he | --h)
28192 # Conflict between --help and --header
28193 { $as_echo "$as_me: error: ambiguous option: $1
28194 Try \`$0 --help' for more information." >&2
28195 { (exit 1); exit 1; }; };;
28196 --help | --hel | -h )
28197 $as_echo "$ac_cs_usage"; exit ;;
28198 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28199 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28200 ac_cs_silent=: ;;
28202 # This is an error.
28203 -*) { $as_echo "$as_me: error: unrecognized option: $1
28204 Try \`$0 --help' for more information." >&2
28205 { (exit 1); exit 1; }; } ;;
28207 *) ac_config_targets="$ac_config_targets $1"
28208 ac_need_defaults=false ;;
28210 esac
28211 shift
28212 done
28214 ac_configure_extra_args=
28216 if $ac_cs_silent; then
28217 exec 6>/dev/null
28218 ac_configure_extra_args="$ac_configure_extra_args --silent"
28221 _ACEOF
28222 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28223 if \$ac_cs_recheck; then
28224 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28225 shift
28226 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28227 CONFIG_SHELL='$SHELL'
28228 export CONFIG_SHELL
28229 exec "\$@"
28232 _ACEOF
28233 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28234 exec 5>>config.log
28236 echo
28237 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28238 ## Running $as_me. ##
28239 _ASBOX
28240 $as_echo "$ac_log"
28241 } >&5
28243 _ACEOF
28244 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28245 _ACEOF
28247 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28249 # Handling of arguments.
28250 for ac_config_target in $ac_config_targets
28252 case $ac_config_target in
28253 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28254 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28255 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28256 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28257 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28258 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28259 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28260 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28261 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28262 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28263 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28264 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28265 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28266 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28267 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28268 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28269 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28270 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28271 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28272 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28273 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28274 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28275 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28276 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28277 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28278 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28279 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28280 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28281 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28282 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28283 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28284 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28285 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28286 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28287 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28288 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28289 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28290 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28291 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28292 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28293 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28294 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28295 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28296 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28297 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28298 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28299 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28300 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28301 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28302 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28303 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28304 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28305 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28306 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28307 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28308 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28309 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28310 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28311 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28312 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28313 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28314 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28315 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28316 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28317 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28318 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28319 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28320 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28321 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28322 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28323 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28324 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28325 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28326 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28327 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28328 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28329 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28330 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28331 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28332 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28333 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28334 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28335 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28336 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28337 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28338 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28339 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28340 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28341 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28342 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28343 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28344 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28345 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28346 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28347 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28348 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28349 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28350 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28351 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28352 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28353 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28354 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28355 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28356 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28357 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28358 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28359 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28360 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28361 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28362 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28363 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28364 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28365 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28366 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28367 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28368 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28369 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28370 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28371 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28372 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28373 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28374 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28375 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28376 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28377 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28378 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28379 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28380 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28381 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28382 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28383 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28384 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28385 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28386 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28387 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28388 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28389 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28390 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28391 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28392 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28393 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28394 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28395 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28396 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28397 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28398 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28399 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28400 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28401 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28402 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28403 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28404 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28405 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28406 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28407 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28408 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28409 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28410 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28411 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28412 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28413 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28414 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28415 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28416 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28417 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28418 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28419 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28420 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28421 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28422 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28423 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28424 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28425 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28426 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28427 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28428 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28429 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28430 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28431 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28432 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28433 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28434 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28435 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28436 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28437 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28438 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28439 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28440 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28441 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28442 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28443 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28444 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28445 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28446 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28447 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28448 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28449 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28450 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28451 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28452 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28453 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28454 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28455 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28456 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28457 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28458 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28459 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28460 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28461 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28462 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28463 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28464 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28465 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28466 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28467 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28468 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28469 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28470 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28471 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28472 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28473 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28474 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28475 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28476 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28477 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28478 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28479 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28480 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28481 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28482 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28483 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28484 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28485 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28486 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28487 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28488 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28489 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28490 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28491 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28492 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28493 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28494 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28495 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28496 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28497 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28498 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28499 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28500 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28501 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28502 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28503 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28504 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28505 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28506 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28507 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28508 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28509 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28510 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28511 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28512 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28513 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28514 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28515 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28516 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28517 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28518 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28519 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28520 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28521 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28522 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28523 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28524 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28525 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28526 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28527 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28528 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28529 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28530 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28531 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28532 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28533 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28534 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28535 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28536 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28537 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28538 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28539 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28540 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28541 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28542 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28543 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28544 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28545 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28546 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28547 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28548 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28549 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28550 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28551 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28552 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28553 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28554 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28555 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28556 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28557 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28558 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28559 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28560 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28561 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28562 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28563 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28564 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28565 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28566 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28567 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28568 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28569 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28570 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28571 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28572 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28573 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28574 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28575 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28576 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28577 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28578 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28579 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28580 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28581 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28582 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28583 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28584 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28585 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28586 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28587 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28588 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28589 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28590 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28591 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28592 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28593 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28594 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28595 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28596 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28597 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28598 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28599 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28600 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28601 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28602 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28603 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28604 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28605 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28606 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28607 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28608 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28609 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28610 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28611 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28612 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28613 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28614 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28615 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28616 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28617 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28618 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28619 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28620 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28621 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28622 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28623 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28624 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28625 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28626 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28627 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28628 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28629 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28630 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28631 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28632 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28633 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28634 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28635 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28636 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28637 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28638 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28639 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28640 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28641 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28642 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28643 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28644 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28645 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28646 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28647 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28648 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28649 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28650 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28651 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28652 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28653 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28654 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28655 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28656 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28657 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28658 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28659 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28660 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28661 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28662 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28663 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28664 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28665 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28666 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28667 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28668 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28669 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28670 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28671 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28672 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28673 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28674 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28675 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28676 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28677 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28678 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28679 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28680 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28681 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28682 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28683 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28684 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28685 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28686 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28687 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28688 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28689 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28690 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28691 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28692 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28693 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28694 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28695 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28696 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28697 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28698 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28699 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28700 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28701 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28702 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28703 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28704 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28705 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28706 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28707 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28708 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28709 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28710 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28711 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28713 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28714 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28715 { (exit 1); exit 1; }; };;
28716 esac
28717 done
28720 # If the user did not use the arguments to specify the items to instantiate,
28721 # then the envvar interface is used. Set only those that are not.
28722 # We use the long form for the default assignment because of an extremely
28723 # bizarre bug on SunOS 4.1.3.
28724 if $ac_need_defaults; then
28725 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28726 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28727 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28730 # Have a temporary directory for convenience. Make it in the build tree
28731 # simply because there is no reason against having it here, and in addition,
28732 # creating and moving files from /tmp can sometimes cause problems.
28733 # Hook for its removal unless debugging.
28734 # Note that there is a small window in which the directory will not be cleaned:
28735 # after its creation but before its name has been assigned to `$tmp'.
28736 $debug ||
28738 tmp=
28739 trap 'exit_status=$?
28740 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28742 trap '{ (exit 1); exit 1; }' 1 2 13 15
28744 # Create a (secure) tmp directory for tmp files.
28747 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28748 test -n "$tmp" && test -d "$tmp"
28749 } ||
28751 tmp=./conf$$-$RANDOM
28752 (umask 077 && mkdir "$tmp")
28753 } ||
28755 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28756 { (exit 1); exit 1; }
28759 # Set up the scripts for CONFIG_FILES section.
28760 # No need to generate them if there are no CONFIG_FILES.
28761 # This happens for instance with `./config.status config.h'.
28762 if test -n "$CONFIG_FILES"; then
28764 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28765 ac_cs_awk_getline=:
28766 ac_cs_awk_pipe_init=
28767 ac_cs_awk_read_file='
28768 while ((getline aline < (F[key])) > 0)
28769 print(aline)
28770 close(F[key])'
28771 ac_cs_awk_pipe_fini=
28772 else
28773 ac_cs_awk_getline=false
28774 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28775 ac_cs_awk_read_file='
28776 print "|#_!!_#|"
28777 print "cat " F[key] " &&"
28778 '$ac_cs_awk_pipe_init
28779 # The final `:' finishes the AND list.
28780 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28782 ac_cr=' '
28783 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28784 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28785 ac_cs_awk_cr='\\r'
28786 else
28787 ac_cs_awk_cr=$ac_cr
28790 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28791 _ACEOF
28793 # Create commands to substitute file output variables.
28795 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28796 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28797 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28798 echo "_ACAWK" &&
28799 echo "_ACEOF"
28800 } >conf$$files.sh &&
28801 . ./conf$$files.sh ||
28802 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28803 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28804 { (exit 1); exit 1; }; }
28805 rm -f conf$$files.sh
28808 echo "cat >conf$$subs.awk <<_ACEOF" &&
28809 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28810 echo "_ACEOF"
28811 } >conf$$subs.sh ||
28812 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28813 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28814 { (exit 1); exit 1; }; }
28815 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28816 ac_delim='%!_!# '
28817 for ac_last_try in false false false false false :; do
28818 . ./conf$$subs.sh ||
28819 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28820 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28821 { (exit 1); exit 1; }; }
28823 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28824 if test $ac_delim_n = $ac_delim_num; then
28825 break
28826 elif $ac_last_try; then
28827 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28828 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28829 { (exit 1); exit 1; }; }
28830 else
28831 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28833 done
28834 rm -f conf$$subs.sh
28836 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28837 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28838 _ACEOF
28839 sed -n '
28841 s/^/S["/; s/!.*/"]=/
28844 s/^[^!]*!//
28845 :repl
28846 t repl
28847 s/'"$ac_delim"'$//
28848 t delim
28851 s/\(.\{148\}\).*/\1/
28852 t more1
28853 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28856 b repl
28857 :more1
28858 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28861 s/.\{148\}//
28862 t nl
28863 :delim
28865 s/\(.\{148\}\).*/\1/
28866 t more2
28867 s/["\\]/\\&/g; s/^/"/; s/$/"/
28870 :more2
28871 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28874 s/.\{148\}//
28875 t delim
28876 ' <conf$$subs.awk | sed '
28877 /^[^""]/{
28879 s/\n//
28881 ' >>$CONFIG_STATUS || ac_write_fail=1
28882 rm -f conf$$subs.awk
28883 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28884 _ACAWK
28885 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28886 for (key in S) S_is_set[key] = 1
28887 FS = "\a"
28888 \$ac_cs_awk_pipe_init
28891 line = $ 0
28892 nfields = split(line, field, "@")
28893 substed = 0
28894 len = length(field[1])
28895 for (i = 2; i < nfields; i++) {
28896 key = field[i]
28897 keylen = length(key)
28898 if (S_is_set[key]) {
28899 value = S[key]
28900 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28901 len += length(value) + length(field[++i])
28902 substed = 1
28903 } else
28904 len += 1 + keylen
28906 if (nfields == 3 && !substed) {
28907 key = field[2]
28908 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28909 \$ac_cs_awk_read_file
28910 next
28913 print line
28915 \$ac_cs_awk_pipe_fini
28916 _ACAWK
28917 _ACEOF
28918 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28919 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28920 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28921 else
28923 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28924 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28925 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28926 { (exit 1); exit 1; }; }
28927 _ACEOF
28929 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28930 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28931 # trailing colons and then remove the whole line if VPATH becomes empty
28932 # (actually we leave an empty line to preserve line numbers).
28933 if test "x$srcdir" = x.; then
28934 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28935 s/:*\$(srcdir):*/:/
28936 s/:*\${srcdir}:*/:/
28937 s/:*@srcdir@:*/:/
28938 s/^\([^=]*=[ ]*\):*/\1/
28939 s/:*$//
28940 s/^[^=]*=[ ]*$//
28944 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28945 fi # test -n "$CONFIG_FILES"
28947 # Set up the scripts for CONFIG_HEADERS section.
28948 # No need to generate them if there are no CONFIG_HEADERS.
28949 # This happens for instance with `./config.status Makefile'.
28950 if test -n "$CONFIG_HEADERS"; then
28951 cat >"$tmp/defines.awk" <<\_ACAWK ||
28952 BEGIN {
28953 _ACEOF
28955 # Transform confdefs.h into an awk script `defines.awk', embedded as
28956 # here-document in config.status, that substitutes the proper values into
28957 # config.h.in to produce config.h.
28959 # Create a delimiter string that does not exist in confdefs.h, to ease
28960 # handling of long lines.
28961 ac_delim='%!_!# '
28962 for ac_last_try in false false :; do
28963 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28964 if test -z "$ac_t"; then
28965 break
28966 elif $ac_last_try; then
28967 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28968 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28969 { (exit 1); exit 1; }; }
28970 else
28971 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28973 done
28975 # For the awk script, D is an array of macro values keyed by name,
28976 # likewise P contains macro parameters if any. Preserve backslash
28977 # newline sequences.
28979 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28980 sed -n '
28981 s/.\{148\}/&'"$ac_delim"'/g
28982 t rset
28983 :rset
28984 s/^[ ]*#[ ]*define[ ][ ]*/ /
28985 t def
28987 :def
28988 s/\\$//
28989 t bsnl
28990 s/["\\]/\\&/g
28991 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28992 D["\1"]=" \3"/p
28993 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28995 :bsnl
28996 s/["\\]/\\&/g
28997 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28998 D["\1"]=" \3\\\\\\n"\\/p
28999 t cont
29000 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
29001 t cont
29003 :cont
29005 s/.\{148\}/&'"$ac_delim"'/g
29006 t clear
29007 :clear
29008 s/\\$//
29009 t bsnlc
29010 s/["\\]/\\&/g; s/^/"/; s/$/"/p
29012 :bsnlc
29013 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
29014 b cont
29015 ' <confdefs.h | sed '
29016 s/'"$ac_delim"'/"\\\
29017 "/g' >>$CONFIG_STATUS || ac_write_fail=1
29019 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29020 for (key in D) D_is_set[key] = 1
29021 FS = "\a"
29023 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
29024 line = \$ 0
29025 split(line, arg, " ")
29026 if (arg[1] == "#") {
29027 defundef = arg[2]
29028 mac1 = arg[3]
29029 } else {
29030 defundef = substr(arg[1], 2)
29031 mac1 = arg[2]
29033 split(mac1, mac2, "(") #)
29034 macro = mac2[1]
29035 prefix = substr(line, 1, index(line, defundef) - 1)
29036 if (D_is_set[macro]) {
29037 # Preserve the white space surrounding the "#".
29038 print prefix "define", macro P[macro] D[macro]
29039 next
29040 } else {
29041 # Replace #undef with comments. This is necessary, for example,
29042 # in the case of _POSIX_SOURCE, which is predefined and required
29043 # on some systems where configure will not decide to define it.
29044 if (defundef == "undef") {
29045 print "/*", prefix defundef, macro, "*/"
29046 next
29050 { print }
29051 _ACAWK
29052 _ACEOF
29053 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29054 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29055 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29056 { (exit 1); exit 1; }; }
29057 fi # test -n "$CONFIG_HEADERS"
29060 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29061 shift
29062 for ac_tag
29064 case $ac_tag in
29065 :[FHLC]) ac_mode=$ac_tag; continue;;
29066 esac
29067 case $ac_mode$ac_tag in
29068 :[FHL]*:*);;
29069 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29070 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29071 { (exit 1); exit 1; }; };;
29072 :[FH]-) ac_tag=-:-;;
29073 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29074 esac
29075 ac_save_IFS=$IFS
29076 IFS=:
29077 set x $ac_tag
29078 IFS=$ac_save_IFS
29079 shift
29080 ac_file=$1
29081 shift
29083 case $ac_mode in
29084 :L) ac_source=$1;;
29085 :[FH])
29086 ac_file_inputs=
29087 for ac_f
29089 case $ac_f in
29090 -) ac_f="$tmp/stdin";;
29091 *) # Look for the file first in the build tree, then in the source tree
29092 # (if the path is not absolute). The absolute path cannot be DOS-style,
29093 # because $ac_f cannot contain `:'.
29094 test -f "$ac_f" ||
29095 case $ac_f in
29096 [\\/$]*) false;;
29097 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29098 esac ||
29099 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29100 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29101 { (exit 1); exit 1; }; };;
29102 esac
29103 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29104 ac_file_inputs="$ac_file_inputs '$ac_f'"
29105 done
29107 # Let's still pretend it is `configure' which instantiates (i.e., don't
29108 # use $as_me), people would be surprised to read:
29109 # /* config.h. Generated by config.status. */
29110 configure_input='Generated from '`
29111 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29112 `' by configure.'
29113 if test x"$ac_file" != x-; then
29114 configure_input="$ac_file. $configure_input"
29115 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29116 $as_echo "$as_me: creating $ac_file" >&6;}
29118 # Neutralize special characters interpreted by sed in replacement strings.
29119 case $configure_input in #(
29120 *\&* | *\|* | *\\* )
29121 ac_sed_conf_input=`$as_echo "$configure_input" |
29122 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29123 *) ac_sed_conf_input=$configure_input;;
29124 esac
29126 case $ac_tag in
29127 *:-:* | *:-) cat >"$tmp/stdin" \
29128 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29129 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29130 { (exit 1); exit 1; }; } ;;
29131 esac
29133 esac
29135 ac_dir=`$as_dirname -- "$ac_file" ||
29136 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29137 X"$ac_file" : 'X\(//\)[^/]' \| \
29138 X"$ac_file" : 'X\(//\)$' \| \
29139 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29140 $as_echo X"$ac_file" |
29141 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29142 s//\1/
29145 /^X\(\/\/\)[^/].*/{
29146 s//\1/
29149 /^X\(\/\/\)$/{
29150 s//\1/
29153 /^X\(\/\).*/{
29154 s//\1/
29157 s/.*/./; q'`
29158 { as_dir="$ac_dir"
29159 case $as_dir in #(
29160 -*) as_dir=./$as_dir;;
29161 esac
29162 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29163 as_dirs=
29164 while :; do
29165 case $as_dir in #(
29166 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29167 *) as_qdir=$as_dir;;
29168 esac
29169 as_dirs="'$as_qdir' $as_dirs"
29170 as_dir=`$as_dirname -- "$as_dir" ||
29171 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29172 X"$as_dir" : 'X\(//\)[^/]' \| \
29173 X"$as_dir" : 'X\(//\)$' \| \
29174 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29175 $as_echo X"$as_dir" |
29176 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29177 s//\1/
29180 /^X\(\/\/\)[^/].*/{
29181 s//\1/
29184 /^X\(\/\/\)$/{
29185 s//\1/
29188 /^X\(\/\).*/{
29189 s//\1/
29192 s/.*/./; q'`
29193 test -d "$as_dir" && break
29194 done
29195 test -z "$as_dirs" || eval "mkdir $as_dirs"
29196 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29197 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29198 { (exit 1); exit 1; }; }; }
29199 ac_builddir=.
29201 case "$ac_dir" in
29202 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29204 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29205 # A ".." for each directory in $ac_dir_suffix.
29206 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29207 case $ac_top_builddir_sub in
29208 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29209 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29210 esac ;;
29211 esac
29212 ac_abs_top_builddir=$ac_pwd
29213 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29214 # for backward compatibility:
29215 ac_top_builddir=$ac_top_build_prefix
29217 case $srcdir in
29218 .) # We are building in place.
29219 ac_srcdir=.
29220 ac_top_srcdir=$ac_top_builddir_sub
29221 ac_abs_top_srcdir=$ac_pwd ;;
29222 [\\/]* | ?:[\\/]* ) # Absolute name.
29223 ac_srcdir=$srcdir$ac_dir_suffix;
29224 ac_top_srcdir=$srcdir
29225 ac_abs_top_srcdir=$srcdir ;;
29226 *) # Relative name.
29227 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29228 ac_top_srcdir=$ac_top_build_prefix$srcdir
29229 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29230 esac
29231 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29234 case $ac_mode in
29237 # CONFIG_FILE
29240 case $INSTALL in
29241 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29242 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29243 esac
29244 _ACEOF
29246 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29247 # If the template does not know about datarootdir, expand it.
29248 # FIXME: This hack should be removed a few years after 2.60.
29249 ac_datarootdir_hack=; ac_datarootdir_seen=
29251 ac_sed_dataroot='
29252 /datarootdir/ {
29256 /@datadir@/p
29257 /@docdir@/p
29258 /@infodir@/p
29259 /@localedir@/p
29260 /@mandir@/p
29262 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29263 *datarootdir*) ac_datarootdir_seen=yes;;
29264 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29265 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29266 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29267 _ACEOF
29268 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29269 ac_datarootdir_hack='
29270 s&@datadir@&$datadir&g
29271 s&@docdir@&$docdir&g
29272 s&@infodir@&$infodir&g
29273 s&@localedir@&$localedir&g
29274 s&@mandir@&$mandir&g
29275 s&\\\${datarootdir}&$datarootdir&g' ;;
29276 esac
29277 _ACEOF
29279 # Neutralize VPATH when `$srcdir' = `.'.
29280 # Shell code in configure.ac might set extrasub.
29281 # FIXME: do we really want to maintain this feature?
29282 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29283 ac_sed_extra="$ac_vpsub
29284 $extrasub
29285 _ACEOF
29286 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29288 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29289 s|@configure_input@|$ac_sed_conf_input|;t t
29290 s&@top_builddir@&$ac_top_builddir_sub&;t t
29291 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29292 s&@srcdir@&$ac_srcdir&;t t
29293 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29294 s&@top_srcdir@&$ac_top_srcdir&;t t
29295 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29296 s&@builddir@&$ac_builddir&;t t
29297 s&@abs_builddir@&$ac_abs_builddir&;t t
29298 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29299 s&@INSTALL@&$ac_INSTALL&;t t
29300 $ac_datarootdir_hack
29302 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29303 if $ac_cs_awk_getline; then
29304 $AWK -f "$tmp/subs.awk"
29305 else
29306 $AWK -f "$tmp/subs.awk" | $SHELL
29307 fi >$tmp/out \
29308 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29309 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29310 { (exit 1); exit 1; }; }
29312 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29313 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29314 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29315 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29316 which seems to be undefined. Please make sure it is defined." >&5
29317 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29318 which seems to be undefined. Please make sure it is defined." >&2;}
29320 rm -f "$tmp/stdin"
29321 case $ac_file in
29322 -) cat "$tmp/out" && rm -f "$tmp/out";;
29323 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29324 esac \
29325 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29326 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29327 { (exit 1); exit 1; }; }
29331 # CONFIG_HEADER
29333 if test x"$ac_file" != x-; then
29335 $as_echo "/* $configure_input */" \
29336 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29337 } >"$tmp/config.h" \
29338 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29339 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29340 { (exit 1); exit 1; }; }
29341 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29342 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29343 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29344 else
29345 rm -f "$ac_file"
29346 mv "$tmp/config.h" "$ac_file" \
29347 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29348 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29349 { (exit 1); exit 1; }; }
29351 else
29352 $as_echo "/* $configure_input */" \
29353 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29354 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29355 $as_echo "$as_me: error: could not create -" >&2;}
29356 { (exit 1); exit 1; }; }
29360 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29361 $as_echo "$as_me: executing $ac_file commands" >&6;}
29363 esac
29366 case $ac_file$ac_mode in
29367 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29368 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29369 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29370 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29371 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29372 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29373 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29374 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29375 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29376 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29377 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29378 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29379 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29381 esac
29382 done # for ac_tag
29385 { (exit 0); exit 0; }
29386 _ACEOF
29387 chmod +x $CONFIG_STATUS
29388 ac_clean_files=$ac_clean_files_save
29390 test $ac_write_fail = 0 ||
29391 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29392 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29393 { (exit 1); exit 1; }; }
29396 # configure is writing to config.log, and then calls config.status.
29397 # config.status does its own redirection, appending to config.log.
29398 # Unfortunately, on DOS this fails, as config.log is still kept open
29399 # by configure, so config.status won't be able to write to it; its
29400 # output is simply discarded. So we exec the FD to /dev/null,
29401 # effectively closing config.log, so it can be properly (re)opened and
29402 # appended to by config.status. When coming back to configure, we
29403 # need to make the FD available again.
29404 if test "$no_create" != yes; then
29405 ac_cs_success=:
29406 ac_config_status_args=
29407 test "$silent" = yes &&
29408 ac_config_status_args="$ac_config_status_args --quiet"
29409 exec 5>/dev/null
29410 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29411 exec 5>>config.log
29412 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29413 # would make configure fail if this is the last instruction.
29414 $ac_cs_success || { (exit 1); exit 1; }
29416 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29417 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29418 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29422 if test "$no_create" = "yes"
29423 then
29424 exit 0
29427 ac_save_IFS="$IFS"
29428 if test "x$wine_notices != "x; then
29429 echo >&6
29430 IFS="|"
29431 for msg in $wine_notices; do
29432 IFS="$ac_save_IFS"
29433 if test -n "$msg"; then
29434 { $as_echo "$as_me:$LINENO: $msg" >&5
29435 $as_echo "$as_me: $msg" >&6;}
29437 done
29439 IFS="|"
29440 for msg in $wine_warnings; do
29441 IFS="$ac_save_IFS"
29442 if test -n "$msg"; then
29443 echo >&2
29444 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29445 $as_echo "$as_me: WARNING: $msg" >&2;}
29447 done
29448 IFS="$ac_save_IFS"
29450 echo "
29451 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29452 " >&6