shell32/tests: Fix a test on Win9x, WinME and W2K.
[wine/hacks.git] / configure
blob8f4a3d850fa2a27d4ad26627805c28e0eb06735f
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
7508 for ac_header in \
7509 AudioUnit/AudioUnit.h \
7510 Carbon/Carbon.h \
7511 CoreAudio/CoreAudio.h \
7512 DiskArbitration/DiskArbitration.h \
7513 IOKit/IOKitLib.h \
7514 alias.h \
7515 alsa/asoundlib.h \
7516 arpa/inet.h \
7517 arpa/nameser.h \
7518 asm/types.h \
7519 capi20.h \
7520 curses.h \
7521 direct.h \
7522 dirent.h \
7523 dlfcn.h \
7524 elf.h \
7525 float.h \
7526 fontconfig/fontconfig.h \
7527 getopt.h \
7528 grp.h \
7529 ieeefp.h \
7530 io.h \
7531 jack/jack.h \
7532 jpeglib.h \
7533 lber.h \
7534 lcms.h \
7535 lcms/lcms.h \
7536 ldap.h \
7537 libaudioio.h \
7538 link.h \
7539 linux/cdrom.h \
7540 linux/compiler.h \
7541 linux/hdreg.h \
7542 linux/input.h \
7543 linux/ioctl.h \
7544 linux/joystick.h \
7545 linux/major.h \
7546 linux/param.h \
7547 linux/serial.h \
7548 linux/types.h \
7549 linux/ucdrom.h \
7550 mach/mach.h \
7551 mach/machine.h \
7552 machine/cpu.h \
7553 machine/limits.h \
7554 machine/soundcard.h \
7555 mntent.h \
7556 ncurses.h \
7557 netdb.h \
7558 netinet/in.h \
7559 netinet/in_systm.h \
7560 netinet/tcp.h \
7561 netinet/tcp_fsm.h \
7562 openssl/err.h \
7563 openssl/ssl.h \
7564 png.h \
7565 poll.h \
7566 process.h \
7567 pthread.h \
7568 pwd.h \
7569 regex.h \
7570 sched.h \
7571 scsi/scsi.h \
7572 scsi/scsi_ioctl.h \
7573 scsi/sg.h \
7574 soundcard.h \
7575 stdint.h \
7576 strings.h \
7577 sys/asoundlib.h \
7578 sys/cdio.h \
7579 sys/elf32.h \
7580 sys/epoll.h \
7581 sys/errno.h \
7582 sys/event.h \
7583 sys/exec_elf.h \
7584 sys/filio.h \
7585 sys/ioctl.h \
7586 sys/ipc.h \
7587 sys/limits.h \
7588 sys/link.h \
7589 sys/lwp.h \
7590 sys/mman.h \
7591 sys/modem.h \
7592 sys/msg.h \
7593 sys/mtio.h \
7594 sys/param.h \
7595 sys/poll.h \
7596 sys/prctl.h \
7597 sys/protosw.h \
7598 sys/ptrace.h \
7599 sys/reg.h \
7600 sys/resource.h \
7601 sys/scsiio.h \
7602 sys/shm.h \
7603 sys/signal.h \
7604 sys/socket.h \
7605 sys/socketvar.h \
7606 sys/sockio.h \
7607 sys/soundcard.h \
7608 sys/statvfs.h \
7609 sys/strtio.h \
7610 sys/syscall.h \
7611 sys/time.h \
7612 sys/times.h \
7613 sys/uio.h \
7614 sys/un.h \
7615 sys/utsname.h \
7616 sys/vm86.h \
7617 sys/wait.h \
7618 syscall.h \
7619 termios.h \
7620 unistd.h \
7621 utime.h \
7622 valgrind/memcheck.h \
7623 valgrind/valgrind.h
7626 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7627 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7628 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7629 $as_echo_n "checking for $ac_header... " >&6; }
7630 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7631 $as_echo_n "(cached) " >&6
7633 ac_res=`eval 'as_val=${'$as_ac_Header'}
7634 $as_echo "$as_val"'`
7635 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7636 $as_echo "$ac_res" >&6; }
7637 else
7638 # Is the header compilable?
7639 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7640 $as_echo_n "checking $ac_header usability... " >&6; }
7641 cat >conftest.$ac_ext <<_ACEOF
7642 /* confdefs.h. */
7643 _ACEOF
7644 cat confdefs.h >>conftest.$ac_ext
7645 cat >>conftest.$ac_ext <<_ACEOF
7646 /* end confdefs.h. */
7647 $ac_includes_default
7648 #include <$ac_header>
7649 _ACEOF
7650 rm -f conftest.$ac_objext
7651 if { (ac_try="$ac_compile"
7652 case "(($ac_try" in
7653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7654 *) ac_try_echo=$ac_try;;
7655 esac
7656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7657 $as_echo "$ac_try_echo") >&5
7658 (eval "$ac_compile") 2>conftest.er1
7659 ac_status=$?
7660 grep -v '^ *+' conftest.er1 >conftest.err
7661 rm -f conftest.er1
7662 cat conftest.err >&5
7663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7664 (exit $ac_status); } && {
7665 test -z "$ac_c_werror_flag" ||
7666 test ! -s conftest.err
7667 } && test -s conftest.$ac_objext; then
7668 ac_header_compiler=yes
7669 else
7670 $as_echo "$as_me: failed program was:" >&5
7671 sed 's/^/| /' conftest.$ac_ext >&5
7673 ac_header_compiler=no
7676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7677 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7678 $as_echo "$ac_header_compiler" >&6; }
7680 # Is the header present?
7681 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7682 $as_echo_n "checking $ac_header presence... " >&6; }
7683 cat >conftest.$ac_ext <<_ACEOF
7684 /* confdefs.h. */
7685 _ACEOF
7686 cat confdefs.h >>conftest.$ac_ext
7687 cat >>conftest.$ac_ext <<_ACEOF
7688 /* end confdefs.h. */
7689 #include <$ac_header>
7690 _ACEOF
7691 if { (ac_try="$ac_cpp conftest.$ac_ext"
7692 case "(($ac_try" in
7693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7694 *) ac_try_echo=$ac_try;;
7695 esac
7696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7697 $as_echo "$ac_try_echo") >&5
7698 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7699 ac_status=$?
7700 grep -v '^ *+' conftest.er1 >conftest.err
7701 rm -f conftest.er1
7702 cat conftest.err >&5
7703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7704 (exit $ac_status); } >/dev/null && {
7705 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7706 test ! -s conftest.err
7707 }; then
7708 ac_header_preproc=yes
7709 else
7710 $as_echo "$as_me: failed program was:" >&5
7711 sed 's/^/| /' conftest.$ac_ext >&5
7713 ac_header_preproc=no
7716 rm -f conftest.err conftest.$ac_ext
7717 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7718 $as_echo "$ac_header_preproc" >&6; }
7720 # So? What about this header?
7721 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7722 yes:no: )
7723 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7724 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7726 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7727 ac_header_preproc=yes
7729 no:yes:* )
7730 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7731 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7732 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7733 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7734 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7735 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7736 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7737 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7738 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7739 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7740 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7741 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7742 ( cat <<\_ASBOX
7743 ## ------------------------------------ ##
7744 ## Report this to wine-devel@winehq.org ##
7745 ## ------------------------------------ ##
7746 _ASBOX
7747 ) | sed "s/^/$as_me: WARNING: /" >&2
7749 esac
7750 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7751 $as_echo_n "checking for $ac_header... " >&6; }
7752 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7753 $as_echo_n "(cached) " >&6
7754 else
7755 eval "$as_ac_Header=\$ac_header_preproc"
7757 ac_res=`eval 'as_val=${'$as_ac_Header'}
7758 $as_echo "$as_val"'`
7759 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7760 $as_echo "$ac_res" >&6; }
7763 as_val=`eval 'as_val=${'$as_ac_Header'}
7764 $as_echo "$as_val"'`
7765 if test "x$as_val" = x""yes; then
7766 cat >>confdefs.h <<_ACEOF
7767 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7768 _ACEOF
7772 done
7774 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7775 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7776 if test "${ac_cv_header_stat_broken+set}" = set; then
7777 $as_echo_n "(cached) " >&6
7778 else
7779 cat >conftest.$ac_ext <<_ACEOF
7780 /* confdefs.h. */
7781 _ACEOF
7782 cat confdefs.h >>conftest.$ac_ext
7783 cat >>conftest.$ac_ext <<_ACEOF
7784 /* end confdefs.h. */
7785 #include <sys/types.h>
7786 #include <sys/stat.h>
7788 #if defined S_ISBLK && defined S_IFDIR
7789 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7790 #endif
7792 #if defined S_ISBLK && defined S_IFCHR
7793 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7794 #endif
7796 #if defined S_ISLNK && defined S_IFREG
7797 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7798 #endif
7800 #if defined S_ISSOCK && defined S_IFREG
7801 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7802 #endif
7804 _ACEOF
7805 rm -f conftest.$ac_objext
7806 if { (ac_try="$ac_compile"
7807 case "(($ac_try" in
7808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7809 *) ac_try_echo=$ac_try;;
7810 esac
7811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7812 $as_echo "$ac_try_echo") >&5
7813 (eval "$ac_compile") 2>conftest.er1
7814 ac_status=$?
7815 grep -v '^ *+' conftest.er1 >conftest.err
7816 rm -f conftest.er1
7817 cat conftest.err >&5
7818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7819 (exit $ac_status); } && {
7820 test -z "$ac_c_werror_flag" ||
7821 test ! -s conftest.err
7822 } && test -s conftest.$ac_objext; then
7823 ac_cv_header_stat_broken=no
7824 else
7825 $as_echo "$as_me: failed program was:" >&5
7826 sed 's/^/| /' conftest.$ac_ext >&5
7828 ac_cv_header_stat_broken=yes
7831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7833 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7834 $as_echo "$ac_cv_header_stat_broken" >&6; }
7835 if test $ac_cv_header_stat_broken = yes; then
7837 cat >>confdefs.h <<\_ACEOF
7838 #define STAT_MACROS_BROKEN 1
7839 _ACEOF
7850 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7852 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7853 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7854 $as_echo_n "checking for $ac_header... " >&6; }
7855 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7856 $as_echo_n "(cached) " >&6
7857 else
7858 cat >conftest.$ac_ext <<_ACEOF
7859 /* confdefs.h. */
7860 _ACEOF
7861 cat confdefs.h >>conftest.$ac_ext
7862 cat >>conftest.$ac_ext <<_ACEOF
7863 /* end confdefs.h. */
7864 #include <sys/types.h>
7865 #ifdef HAVE_SYS_PARAM_H
7866 # include <sys/param.h>
7867 #endif
7869 #include <$ac_header>
7870 _ACEOF
7871 rm -f conftest.$ac_objext
7872 if { (ac_try="$ac_compile"
7873 case "(($ac_try" in
7874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7875 *) ac_try_echo=$ac_try;;
7876 esac
7877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7878 $as_echo "$ac_try_echo") >&5
7879 (eval "$ac_compile") 2>conftest.er1
7880 ac_status=$?
7881 grep -v '^ *+' conftest.er1 >conftest.err
7882 rm -f conftest.er1
7883 cat conftest.err >&5
7884 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7885 (exit $ac_status); } && {
7886 test -z "$ac_c_werror_flag" ||
7887 test ! -s conftest.err
7888 } && test -s conftest.$ac_objext; then
7889 eval "$as_ac_Header=yes"
7890 else
7891 $as_echo "$as_me: failed program was:" >&5
7892 sed 's/^/| /' conftest.$ac_ext >&5
7894 eval "$as_ac_Header=no"
7897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7899 ac_res=`eval 'as_val=${'$as_ac_Header'}
7900 $as_echo "$as_val"'`
7901 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7902 $as_echo "$ac_res" >&6; }
7903 as_val=`eval 'as_val=${'$as_ac_Header'}
7904 $as_echo "$as_val"'`
7905 if test "x$as_val" = x""yes; then
7906 cat >>confdefs.h <<_ACEOF
7907 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7908 _ACEOF
7912 done
7927 for ac_header in \
7928 netinet/ip.h \
7929 net/if.h \
7930 net/if_arp.h \
7931 net/if_dl.h \
7932 net/if_types.h \
7933 net/route.h \
7934 netinet/if_ether.h \
7935 netinet/in_pcb.h \
7936 netinet/ip_icmp.h \
7937 netinet/ip_var.h \
7938 netinet/udp.h \
7939 netipx/ipx.h \
7942 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7943 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7944 $as_echo_n "checking for $ac_header... " >&6; }
7945 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7946 $as_echo_n "(cached) " >&6
7947 else
7948 cat >conftest.$ac_ext <<_ACEOF
7949 /* confdefs.h. */
7950 _ACEOF
7951 cat confdefs.h >>conftest.$ac_ext
7952 cat >>conftest.$ac_ext <<_ACEOF
7953 /* end confdefs.h. */
7954 #include <sys/types.h>
7955 #ifdef HAVE_SYS_SOCKET_H
7956 # include <sys/socket.h>
7957 #endif
7958 #ifdef HAVE_SYS_SOCKETVAR_H
7959 # include <sys/socketvar.h>
7960 #endif
7961 #ifdef HAVE_NETINET_IN_H
7962 # include <netinet/in.h>
7963 #endif
7964 #ifdef HAVE_NETINET_IP_H
7965 # include <netinet/ip.h>
7966 #endif
7968 #include <$ac_header>
7969 _ACEOF
7970 rm -f conftest.$ac_objext
7971 if { (ac_try="$ac_compile"
7972 case "(($ac_try" in
7973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7974 *) ac_try_echo=$ac_try;;
7975 esac
7976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7977 $as_echo "$ac_try_echo") >&5
7978 (eval "$ac_compile") 2>conftest.er1
7979 ac_status=$?
7980 grep -v '^ *+' conftest.er1 >conftest.err
7981 rm -f conftest.er1
7982 cat conftest.err >&5
7983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7984 (exit $ac_status); } && {
7985 test -z "$ac_c_werror_flag" ||
7986 test ! -s conftest.err
7987 } && test -s conftest.$ac_objext; then
7988 eval "$as_ac_Header=yes"
7989 else
7990 $as_echo "$as_me: failed program was:" >&5
7991 sed 's/^/| /' conftest.$ac_ext >&5
7993 eval "$as_ac_Header=no"
7996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7998 ac_res=`eval 'as_val=${'$as_ac_Header'}
7999 $as_echo "$as_val"'`
8000 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8001 $as_echo "$ac_res" >&6; }
8002 as_val=`eval 'as_val=${'$as_ac_Header'}
8003 $as_echo "$as_val"'`
8004 if test "x$as_val" = x""yes; then
8005 cat >>confdefs.h <<_ACEOF
8006 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8007 _ACEOF
8011 done
8018 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
8020 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8021 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8022 $as_echo_n "checking for $ac_header... " >&6; }
8023 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8024 $as_echo_n "(cached) " >&6
8025 else
8026 cat >conftest.$ac_ext <<_ACEOF
8027 /* confdefs.h. */
8028 _ACEOF
8029 cat confdefs.h >>conftest.$ac_ext
8030 cat >>conftest.$ac_ext <<_ACEOF
8031 /* end confdefs.h. */
8032 #include <sys/types.h>
8033 #ifdef HAVE_ALIAS_H
8034 # include <alias.h>
8035 #endif
8036 #ifdef HAVE_SYS_SOCKET_H
8037 # include <sys/socket.h>
8038 #endif
8039 #ifdef HAVE_SYS_SOCKETVAR_H
8040 # include <sys/socketvar.h>
8041 #endif
8042 #ifdef HAVE_NETINET_IN_H
8043 # include <netinet/in.h>
8044 #endif
8045 #ifdef HAVE_NETINET_IP_H
8046 # include <netinet/ip.h>
8047 #endif
8048 #ifdef HAVE_NETINET_IP_VAR_H
8049 # include <netinet/ip_var.h>
8050 #endif
8051 #ifdef HAVE_NETINET_IP_ICMP_H
8052 # include <netinet/ip_icmp.h>
8053 #endif
8054 #ifdef HAVE_NETINET_UDP_H
8055 # include <netinet/udp.h>
8056 #endif
8057 #ifdef HAVE_NETINET_TCP_H
8058 # include <netinet/tcp.h>
8059 #endif
8061 #include <$ac_header>
8062 _ACEOF
8063 rm -f conftest.$ac_objext
8064 if { (ac_try="$ac_compile"
8065 case "(($ac_try" in
8066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8067 *) ac_try_echo=$ac_try;;
8068 esac
8069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8070 $as_echo "$ac_try_echo") >&5
8071 (eval "$ac_compile") 2>conftest.er1
8072 ac_status=$?
8073 grep -v '^ *+' conftest.er1 >conftest.err
8074 rm -f conftest.er1
8075 cat conftest.err >&5
8076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8077 (exit $ac_status); } && {
8078 test -z "$ac_c_werror_flag" ||
8079 test ! -s conftest.err
8080 } && test -s conftest.$ac_objext; then
8081 eval "$as_ac_Header=yes"
8082 else
8083 $as_echo "$as_me: failed program was:" >&5
8084 sed 's/^/| /' conftest.$ac_ext >&5
8086 eval "$as_ac_Header=no"
8089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8091 ac_res=`eval 'as_val=${'$as_ac_Header'}
8092 $as_echo "$as_val"'`
8093 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8094 $as_echo "$ac_res" >&6; }
8095 as_val=`eval 'as_val=${'$as_ac_Header'}
8096 $as_echo "$as_val"'`
8097 if test "x$as_val" = x""yes; then
8098 cat >>confdefs.h <<_ACEOF
8099 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8100 _ACEOF
8104 done
8108 for ac_header in linux/ipx.h
8110 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8111 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8112 $as_echo_n "checking for $ac_header... " >&6; }
8113 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8114 $as_echo_n "(cached) " >&6
8115 else
8116 cat >conftest.$ac_ext <<_ACEOF
8117 /* confdefs.h. */
8118 _ACEOF
8119 cat confdefs.h >>conftest.$ac_ext
8120 cat >>conftest.$ac_ext <<_ACEOF
8121 /* end confdefs.h. */
8122 #include <sys/types.h>
8123 #ifdef HAVE_ASM_TYPES_H
8124 # include <asm/types.h>
8125 #endif
8126 #ifdef HAVE_SYS_SOCKET_H
8127 # include <sys/socket.h>
8128 #endif
8129 #ifdef HAVE_LINUX_TYPES_H
8130 # include <linux/types.h>
8131 #endif
8133 #include <$ac_header>
8134 _ACEOF
8135 rm -f conftest.$ac_objext
8136 if { (ac_try="$ac_compile"
8137 case "(($ac_try" in
8138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8139 *) ac_try_echo=$ac_try;;
8140 esac
8141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8142 $as_echo "$ac_try_echo") >&5
8143 (eval "$ac_compile") 2>conftest.er1
8144 ac_status=$?
8145 grep -v '^ *+' conftest.er1 >conftest.err
8146 rm -f conftest.er1
8147 cat conftest.err >&5
8148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8149 (exit $ac_status); } && {
8150 test -z "$ac_c_werror_flag" ||
8151 test ! -s conftest.err
8152 } && test -s conftest.$ac_objext; then
8153 eval "$as_ac_Header=yes"
8154 else
8155 $as_echo "$as_me: failed program was:" >&5
8156 sed 's/^/| /' conftest.$ac_ext >&5
8158 eval "$as_ac_Header=no"
8161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8163 ac_res=`eval 'as_val=${'$as_ac_Header'}
8164 $as_echo "$as_val"'`
8165 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8166 $as_echo "$ac_res" >&6; }
8167 as_val=`eval 'as_val=${'$as_ac_Header'}
8168 $as_echo "$as_val"'`
8169 if test "x$as_val" = x""yes; then
8170 cat >>confdefs.h <<_ACEOF
8171 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8172 _ACEOF
8176 done
8180 for ac_header in resolv.h
8182 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8183 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8184 $as_echo_n "checking for $ac_header... " >&6; }
8185 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8186 $as_echo_n "(cached) " >&6
8187 else
8188 cat >conftest.$ac_ext <<_ACEOF
8189 /* confdefs.h. */
8190 _ACEOF
8191 cat confdefs.h >>conftest.$ac_ext
8192 cat >>conftest.$ac_ext <<_ACEOF
8193 /* end confdefs.h. */
8194 #include <sys/types.h>
8195 #ifdef HAVE_SYS_SOCKET_H
8196 # include <sys/socket.h>
8197 #endif
8198 #ifdef HAVE_NETINET_IN_H
8199 # include <netinet/in.h>
8200 #endif
8201 #ifdef HAVE_ARPA_NAMESER_H
8202 # include <arpa/nameser.h>
8203 #endif
8205 #include <$ac_header>
8206 _ACEOF
8207 rm -f conftest.$ac_objext
8208 if { (ac_try="$ac_compile"
8209 case "(($ac_try" in
8210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8211 *) ac_try_echo=$ac_try;;
8212 esac
8213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8214 $as_echo "$ac_try_echo") >&5
8215 (eval "$ac_compile") 2>conftest.er1
8216 ac_status=$?
8217 grep -v '^ *+' conftest.er1 >conftest.err
8218 rm -f conftest.er1
8219 cat conftest.err >&5
8220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8221 (exit $ac_status); } && {
8222 test -z "$ac_c_werror_flag" ||
8223 test ! -s conftest.err
8224 } && test -s conftest.$ac_objext; then
8225 eval "$as_ac_Header=yes"
8226 else
8227 $as_echo "$as_me: failed program was:" >&5
8228 sed 's/^/| /' conftest.$ac_ext >&5
8230 eval "$as_ac_Header=no"
8233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8235 ac_res=`eval 'as_val=${'$as_ac_Header'}
8236 $as_echo "$as_val"'`
8237 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8238 $as_echo "$ac_res" >&6; }
8239 as_val=`eval 'as_val=${'$as_ac_Header'}
8240 $as_echo "$as_val"'`
8241 if test "x$as_val" = x""yes; then
8242 cat >>confdefs.h <<_ACEOF
8243 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8244 _ACEOF
8248 done
8252 for ac_header in ucontext.h
8254 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8255 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8256 $as_echo_n "checking for $ac_header... " >&6; }
8257 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8258 $as_echo_n "(cached) " >&6
8259 else
8260 cat >conftest.$ac_ext <<_ACEOF
8261 /* confdefs.h. */
8262 _ACEOF
8263 cat confdefs.h >>conftest.$ac_ext
8264 cat >>conftest.$ac_ext <<_ACEOF
8265 /* end confdefs.h. */
8266 #include <signal.h>
8268 #include <$ac_header>
8269 _ACEOF
8270 rm -f conftest.$ac_objext
8271 if { (ac_try="$ac_compile"
8272 case "(($ac_try" in
8273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8274 *) ac_try_echo=$ac_try;;
8275 esac
8276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8277 $as_echo "$ac_try_echo") >&5
8278 (eval "$ac_compile") 2>conftest.er1
8279 ac_status=$?
8280 grep -v '^ *+' conftest.er1 >conftest.err
8281 rm -f conftest.er1
8282 cat conftest.err >&5
8283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 (exit $ac_status); } && {
8285 test -z "$ac_c_werror_flag" ||
8286 test ! -s conftest.err
8287 } && test -s conftest.$ac_objext; then
8288 eval "$as_ac_Header=yes"
8289 else
8290 $as_echo "$as_me: failed program was:" >&5
8291 sed 's/^/| /' conftest.$ac_ext >&5
8293 eval "$as_ac_Header=no"
8296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8298 ac_res=`eval 'as_val=${'$as_ac_Header'}
8299 $as_echo "$as_val"'`
8300 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8301 $as_echo "$ac_res" >&6; }
8302 as_val=`eval 'as_val=${'$as_ac_Header'}
8303 $as_echo "$as_val"'`
8304 if test "x$as_val" = x""yes; then
8305 cat >>confdefs.h <<_ACEOF
8306 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8307 _ACEOF
8311 done
8315 for ac_header in sys/thr.h
8317 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8318 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8319 $as_echo_n "checking for $ac_header... " >&6; }
8320 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8321 $as_echo_n "(cached) " >&6
8322 else
8323 cat >conftest.$ac_ext <<_ACEOF
8324 /* confdefs.h. */
8325 _ACEOF
8326 cat confdefs.h >>conftest.$ac_ext
8327 cat >>conftest.$ac_ext <<_ACEOF
8328 /* end confdefs.h. */
8329 #include <sys/types.h>
8330 #ifdef HAVE_UCONTEXT_H
8331 #include <ucontext.h>
8332 #endif
8334 #include <$ac_header>
8335 _ACEOF
8336 rm -f conftest.$ac_objext
8337 if { (ac_try="$ac_compile"
8338 case "(($ac_try" in
8339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8340 *) ac_try_echo=$ac_try;;
8341 esac
8342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8343 $as_echo "$ac_try_echo") >&5
8344 (eval "$ac_compile") 2>conftest.er1
8345 ac_status=$?
8346 grep -v '^ *+' conftest.er1 >conftest.err
8347 rm -f conftest.er1
8348 cat conftest.err >&5
8349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8350 (exit $ac_status); } && {
8351 test -z "$ac_c_werror_flag" ||
8352 test ! -s conftest.err
8353 } && test -s conftest.$ac_objext; then
8354 eval "$as_ac_Header=yes"
8355 else
8356 $as_echo "$as_me: failed program was:" >&5
8357 sed 's/^/| /' conftest.$ac_ext >&5
8359 eval "$as_ac_Header=no"
8362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8364 ac_res=`eval 'as_val=${'$as_ac_Header'}
8365 $as_echo "$as_val"'`
8366 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8367 $as_echo "$ac_res" >&6; }
8368 as_val=`eval 'as_val=${'$as_ac_Header'}
8369 $as_echo "$as_val"'`
8370 if test "x$as_val" = x""yes; then
8371 cat >>confdefs.h <<_ACEOF
8372 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8373 _ACEOF
8377 done
8381 for ac_header in pthread_np.h
8383 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8384 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8385 $as_echo_n "checking for $ac_header... " >&6; }
8386 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8387 $as_echo_n "(cached) " >&6
8388 else
8389 cat >conftest.$ac_ext <<_ACEOF
8390 /* confdefs.h. */
8391 _ACEOF
8392 cat confdefs.h >>conftest.$ac_ext
8393 cat >>conftest.$ac_ext <<_ACEOF
8394 /* end confdefs.h. */
8395 #ifdef HAVE_PTHREAD_H
8396 #include <pthread.h>
8397 #endif
8399 #include <$ac_header>
8400 _ACEOF
8401 rm -f conftest.$ac_objext
8402 if { (ac_try="$ac_compile"
8403 case "(($ac_try" in
8404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8405 *) ac_try_echo=$ac_try;;
8406 esac
8407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8408 $as_echo "$ac_try_echo") >&5
8409 (eval "$ac_compile") 2>conftest.er1
8410 ac_status=$?
8411 grep -v '^ *+' conftest.er1 >conftest.err
8412 rm -f conftest.er1
8413 cat conftest.err >&5
8414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8415 (exit $ac_status); } && {
8416 test -z "$ac_c_werror_flag" ||
8417 test ! -s conftest.err
8418 } && test -s conftest.$ac_objext; then
8419 eval "$as_ac_Header=yes"
8420 else
8421 $as_echo "$as_me: failed program was:" >&5
8422 sed 's/^/| /' conftest.$ac_ext >&5
8424 eval "$as_ac_Header=no"
8427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8429 ac_res=`eval 'as_val=${'$as_ac_Header'}
8430 $as_echo "$as_val"'`
8431 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8432 $as_echo "$ac_res" >&6; }
8433 as_val=`eval 'as_val=${'$as_ac_Header'}
8434 $as_echo "$as_val"'`
8435 if test "x$as_val" = x""yes; then
8436 cat >>confdefs.h <<_ACEOF
8437 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8438 _ACEOF
8442 done
8446 for ac_header in linux/videodev.h
8448 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8449 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8450 $as_echo_n "checking for $ac_header... " >&6; }
8451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8452 $as_echo_n "(cached) " >&6
8453 else
8454 cat >conftest.$ac_ext <<_ACEOF
8455 /* confdefs.h. */
8456 _ACEOF
8457 cat confdefs.h >>conftest.$ac_ext
8458 cat >>conftest.$ac_ext <<_ACEOF
8459 /* end confdefs.h. */
8460 #ifdef HAVE_SYS_TIME_H
8461 #include <sys/time.h>
8462 #endif
8463 #include <sys/types.h>
8464 #ifdef HAVE_ASM_TYPES_H
8465 #include <asm/types.h>
8466 #endif
8468 #include <$ac_header>
8469 _ACEOF
8470 rm -f conftest.$ac_objext
8471 if { (ac_try="$ac_compile"
8472 case "(($ac_try" in
8473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8474 *) ac_try_echo=$ac_try;;
8475 esac
8476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8477 $as_echo "$ac_try_echo") >&5
8478 (eval "$ac_compile") 2>conftest.er1
8479 ac_status=$?
8480 grep -v '^ *+' conftest.er1 >conftest.err
8481 rm -f conftest.er1
8482 cat conftest.err >&5
8483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8484 (exit $ac_status); } && {
8485 test -z "$ac_c_werror_flag" ||
8486 test ! -s conftest.err
8487 } && test -s conftest.$ac_objext; then
8488 eval "$as_ac_Header=yes"
8489 else
8490 $as_echo "$as_me: failed program was:" >&5
8491 sed 's/^/| /' conftest.$ac_ext >&5
8493 eval "$as_ac_Header=no"
8496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8498 ac_res=`eval 'as_val=${'$as_ac_Header'}
8499 $as_echo "$as_val"'`
8500 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8501 $as_echo "$ac_res" >&6; }
8502 as_val=`eval 'as_val=${'$as_ac_Header'}
8503 $as_echo "$as_val"'`
8504 if test "x$as_val" = x""yes; then
8505 cat >>confdefs.h <<_ACEOF
8506 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8507 _ACEOF
8511 done
8515 for ac_header in linux/capi.h
8517 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8518 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8519 $as_echo_n "checking for $ac_header... " >&6; }
8520 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8521 $as_echo_n "(cached) " >&6
8522 else
8523 cat >conftest.$ac_ext <<_ACEOF
8524 /* confdefs.h. */
8525 _ACEOF
8526 cat confdefs.h >>conftest.$ac_ext
8527 cat >>conftest.$ac_ext <<_ACEOF
8528 /* end confdefs.h. */
8529 #define __user
8531 #include <$ac_header>
8532 _ACEOF
8533 rm -f conftest.$ac_objext
8534 if { (ac_try="$ac_compile"
8535 case "(($ac_try" in
8536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8537 *) ac_try_echo=$ac_try;;
8538 esac
8539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8540 $as_echo "$ac_try_echo") >&5
8541 (eval "$ac_compile") 2>conftest.er1
8542 ac_status=$?
8543 grep -v '^ *+' conftest.er1 >conftest.err
8544 rm -f conftest.er1
8545 cat conftest.err >&5
8546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8547 (exit $ac_status); } && {
8548 test -z "$ac_c_werror_flag" ||
8549 test ! -s conftest.err
8550 } && test -s conftest.$ac_objext; then
8551 eval "$as_ac_Header=yes"
8552 else
8553 $as_echo "$as_me: failed program was:" >&5
8554 sed 's/^/| /' conftest.$ac_ext >&5
8556 eval "$as_ac_Header=no"
8559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8561 ac_res=`eval 'as_val=${'$as_ac_Header'}
8562 $as_echo "$as_val"'`
8563 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8564 $as_echo "$ac_res" >&6; }
8565 as_val=`eval 'as_val=${'$as_ac_Header'}
8566 $as_echo "$as_val"'`
8567 if test "x$as_val" = x""yes; then
8568 cat >>confdefs.h <<_ACEOF
8569 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8570 _ACEOF
8574 done
8578 DLLEXT=""
8580 DLLFLAGS="-D_REENTRANT"
8582 LDSHARED=""
8584 LDDLLFLAGS=""
8586 LIBEXT="so"
8588 IMPLIBEXT="def"
8590 LDRPATH_INSTALL=""
8592 LDRPATH_LOCAL=""
8594 # Extract the first word of "ldd", so it can be a program name with args.
8595 set dummy ldd; ac_word=$2
8596 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8597 $as_echo_n "checking for $ac_word... " >&6; }
8598 if test "${ac_cv_path_LDD+set}" = set; then
8599 $as_echo_n "(cached) " >&6
8600 else
8601 case $LDD in
8602 [\\/]* | ?:[\\/]*)
8603 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8606 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8607 as_dummy="/sbin:/usr/sbin:$PATH"
8608 for as_dir in $as_dummy
8610 IFS=$as_save_IFS
8611 test -z "$as_dir" && as_dir=.
8612 for ac_exec_ext in '' $ac_executable_extensions; do
8613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8614 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8615 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8616 break 2
8618 done
8619 done
8620 IFS=$as_save_IFS
8622 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8624 esac
8626 LDD=$ac_cv_path_LDD
8627 if test -n "$LDD"; then
8628 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8629 $as_echo "$LDD" >&6; }
8630 else
8631 { $as_echo "$as_me:$LINENO: result: no" >&5
8632 $as_echo "no" >&6; }
8637 case $host_os in
8638 cygwin*|mingw32*)
8639 if test -n "$ac_tool_prefix"; then
8640 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8641 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8642 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8643 $as_echo_n "checking for $ac_word... " >&6; }
8644 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8645 $as_echo_n "(cached) " >&6
8646 else
8647 if test -n "$DLLTOOL"; then
8648 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8649 else
8650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8651 for as_dir in $PATH
8653 IFS=$as_save_IFS
8654 test -z "$as_dir" && as_dir=.
8655 for ac_exec_ext in '' $ac_executable_extensions; do
8656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8657 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8658 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8659 break 2
8661 done
8662 done
8663 IFS=$as_save_IFS
8667 DLLTOOL=$ac_cv_prog_DLLTOOL
8668 if test -n "$DLLTOOL"; then
8669 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8670 $as_echo "$DLLTOOL" >&6; }
8671 else
8672 { $as_echo "$as_me:$LINENO: result: no" >&5
8673 $as_echo "no" >&6; }
8678 if test -z "$ac_cv_prog_DLLTOOL"; then
8679 ac_ct_DLLTOOL=$DLLTOOL
8680 # Extract the first word of "dlltool", so it can be a program name with args.
8681 set dummy dlltool; ac_word=$2
8682 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8683 $as_echo_n "checking for $ac_word... " >&6; }
8684 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8685 $as_echo_n "(cached) " >&6
8686 else
8687 if test -n "$ac_ct_DLLTOOL"; then
8688 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8689 else
8690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8691 for as_dir in $PATH
8693 IFS=$as_save_IFS
8694 test -z "$as_dir" && as_dir=.
8695 for ac_exec_ext in '' $ac_executable_extensions; do
8696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8697 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8698 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8699 break 2
8701 done
8702 done
8703 IFS=$as_save_IFS
8707 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8708 if test -n "$ac_ct_DLLTOOL"; then
8709 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8710 $as_echo "$ac_ct_DLLTOOL" >&6; }
8711 else
8712 { $as_echo "$as_me:$LINENO: result: no" >&5
8713 $as_echo "no" >&6; }
8716 if test "x$ac_ct_DLLTOOL" = x; then
8717 DLLTOOL="false"
8718 else
8719 case $cross_compiling:$ac_tool_warned in
8720 yes:)
8721 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8722 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8723 ac_tool_warned=yes ;;
8724 esac
8725 DLLTOOL=$ac_ct_DLLTOOL
8727 else
8728 DLLTOOL="$ac_cv_prog_DLLTOOL"
8731 if test -n "$ac_tool_prefix"; then
8732 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8733 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8734 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8735 $as_echo_n "checking for $ac_word... " >&6; }
8736 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8737 $as_echo_n "(cached) " >&6
8738 else
8739 if test -n "$DLLWRAP"; then
8740 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8741 else
8742 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8743 for as_dir in $PATH
8745 IFS=$as_save_IFS
8746 test -z "$as_dir" && as_dir=.
8747 for ac_exec_ext in '' $ac_executable_extensions; do
8748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8749 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8750 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8751 break 2
8753 done
8754 done
8755 IFS=$as_save_IFS
8759 DLLWRAP=$ac_cv_prog_DLLWRAP
8760 if test -n "$DLLWRAP"; then
8761 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8762 $as_echo "$DLLWRAP" >&6; }
8763 else
8764 { $as_echo "$as_me:$LINENO: result: no" >&5
8765 $as_echo "no" >&6; }
8770 if test -z "$ac_cv_prog_DLLWRAP"; then
8771 ac_ct_DLLWRAP=$DLLWRAP
8772 # Extract the first word of "dllwrap", so it can be a program name with args.
8773 set dummy dllwrap; ac_word=$2
8774 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8775 $as_echo_n "checking for $ac_word... " >&6; }
8776 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8777 $as_echo_n "(cached) " >&6
8778 else
8779 if test -n "$ac_ct_DLLWRAP"; then
8780 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8781 else
8782 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8783 for as_dir in $PATH
8785 IFS=$as_save_IFS
8786 test -z "$as_dir" && as_dir=.
8787 for ac_exec_ext in '' $ac_executable_extensions; do
8788 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8789 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8790 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8791 break 2
8793 done
8794 done
8795 IFS=$as_save_IFS
8799 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8800 if test -n "$ac_ct_DLLWRAP"; then
8801 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8802 $as_echo "$ac_ct_DLLWRAP" >&6; }
8803 else
8804 { $as_echo "$as_me:$LINENO: result: no" >&5
8805 $as_echo "no" >&6; }
8808 if test "x$ac_ct_DLLWRAP" = x; then
8809 DLLWRAP="false"
8810 else
8811 case $cross_compiling:$ac_tool_warned in
8812 yes:)
8813 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8814 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8815 ac_tool_warned=yes ;;
8816 esac
8817 DLLWRAP=$ac_ct_DLLWRAP
8819 else
8820 DLLWRAP="$ac_cv_prog_DLLWRAP"
8823 if test -n "$ac_tool_prefix"; then
8824 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8825 set dummy ${ac_tool_prefix}ar; ac_word=$2
8826 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8827 $as_echo_n "checking for $ac_word... " >&6; }
8828 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8829 $as_echo_n "(cached) " >&6
8830 else
8831 if test -n "$MINGWAR"; then
8832 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8833 else
8834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8835 for as_dir in $PATH
8837 IFS=$as_save_IFS
8838 test -z "$as_dir" && as_dir=.
8839 for ac_exec_ext in '' $ac_executable_extensions; do
8840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8841 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8842 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8843 break 2
8845 done
8846 done
8847 IFS=$as_save_IFS
8851 MINGWAR=$ac_cv_prog_MINGWAR
8852 if test -n "$MINGWAR"; then
8853 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8854 $as_echo "$MINGWAR" >&6; }
8855 else
8856 { $as_echo "$as_me:$LINENO: result: no" >&5
8857 $as_echo "no" >&6; }
8862 if test -z "$ac_cv_prog_MINGWAR"; then
8863 ac_ct_MINGWAR=$MINGWAR
8864 # Extract the first word of "ar", so it can be a program name with args.
8865 set dummy ar; ac_word=$2
8866 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8867 $as_echo_n "checking for $ac_word... " >&6; }
8868 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8869 $as_echo_n "(cached) " >&6
8870 else
8871 if test -n "$ac_ct_MINGWAR"; then
8872 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8873 else
8874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8875 for as_dir in $PATH
8877 IFS=$as_save_IFS
8878 test -z "$as_dir" && as_dir=.
8879 for ac_exec_ext in '' $ac_executable_extensions; do
8880 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8881 ac_cv_prog_ac_ct_MINGWAR="ar"
8882 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8883 break 2
8885 done
8886 done
8887 IFS=$as_save_IFS
8891 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8892 if test -n "$ac_ct_MINGWAR"; then
8893 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8894 $as_echo "$ac_ct_MINGWAR" >&6; }
8895 else
8896 { $as_echo "$as_me:$LINENO: result: no" >&5
8897 $as_echo "no" >&6; }
8900 if test "x$ac_ct_MINGWAR" = x; then
8901 MINGWAR="false"
8902 else
8903 case $cross_compiling:$ac_tool_warned in
8904 yes:)
8905 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8906 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8907 ac_tool_warned=yes ;;
8908 esac
8909 MINGWAR=$ac_ct_MINGWAR
8911 else
8912 MINGWAR="$ac_cv_prog_MINGWAR"
8915 if test "$DLLWRAP" = "false"; then
8916 LIBEXT="a"
8917 else
8918 LIBEXT="dll"
8920 IMPLIBEXT="a"
8921 WIN16_FILES=""
8922 WIN16_INSTALL=""
8923 enable_iphlpapi=${enable_iphlpapi:-no}
8924 enable_kernel32=${enable_kernel32:-no}
8925 enable_msvcrt=${enable_msvcrt:-no}
8926 enable_ntdll=${enable_ntdll:-no}
8927 enable_ws2_32=${enable_ws2_32:-no}
8928 enable_loader=${enable_loader:-no}
8929 enable_server=${enable_server:-no}
8931 darwin*|macosx*)
8932 DLLEXT=".so"
8933 LIBEXT="dylib"
8934 DLLFLAGS="$DLLFLAGS -fPIC"
8935 LDDLLFLAGS="-bundle -multiply_defined suppress"
8936 LIBWINE_LDFLAGS="-multiply_defined suppress"
8937 LDSHARED="\$(CC) -dynamiclib"
8938 STRIP="$STRIP -x"
8939 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8940 SECURITYLIB="-framework Security -framework CoreFoundation"
8942 COREFOUNDATIONLIB="-framework CoreFoundation"
8944 IOKITLIB="-framework IOKit -framework CoreFoundation"
8946 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8948 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8949 then
8950 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8953 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8954 then
8955 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8958 case $host_cpu in
8959 *powerpc*)
8960 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8961 esac
8962 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8963 then
8964 CARBONLIB="-framework Carbon"
8966 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8970 DLLFLAGS="$DLLFLAGS -fPIC"
8971 DLLEXT=".so"
8972 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8973 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8974 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8975 $as_echo_n "(cached) " >&6
8976 else
8977 ac_wine_try_cflags_saved=$CFLAGS
8978 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8979 cat >conftest.$ac_ext <<_ACEOF
8980 void myfunc() {}
8981 _ACEOF
8982 rm -f conftest.$ac_objext conftest$ac_exeext
8983 if { (ac_try="$ac_link"
8984 case "(($ac_try" in
8985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8986 *) ac_try_echo=$ac_try;;
8987 esac
8988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8989 $as_echo "$ac_try_echo") >&5
8990 (eval "$ac_link") 2>conftest.er1
8991 ac_status=$?
8992 grep -v '^ *+' conftest.er1 >conftest.err
8993 rm -f conftest.er1
8994 cat conftest.err >&5
8995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8996 (exit $ac_status); } && {
8997 test -z "$ac_c_werror_flag" ||
8998 test ! -s conftest.err
8999 } && test -s conftest$ac_exeext && {
9000 test "$cross_compiling" = yes ||
9001 $as_test_x conftest$ac_exeext
9002 }; then
9003 ac_cv_c_dll_gnuelf="yes"
9004 else
9005 $as_echo "$as_me: failed program was:" >&5
9006 sed 's/^/| /' conftest.$ac_ext >&5
9008 ac_cv_c_dll_gnuelf="no"
9011 rm -rf conftest.dSYM
9012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9013 conftest$ac_exeext conftest.$ac_ext
9014 CFLAGS=$ac_wine_try_cflags_saved
9016 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9017 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9018 if test "$ac_cv_c_dll_gnuelf" = "yes"
9019 then
9020 LDSHARED="\$(CC) -shared"
9021 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9022 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9023 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9024 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9025 $as_echo_n "(cached) " >&6
9026 else
9027 ac_wine_try_cflags_saved=$CFLAGS
9028 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9029 cat >conftest.$ac_ext <<_ACEOF
9030 /* confdefs.h. */
9031 _ACEOF
9032 cat confdefs.h >>conftest.$ac_ext
9033 cat >>conftest.$ac_ext <<_ACEOF
9034 /* end confdefs.h. */
9037 main ()
9041 return 0;
9043 _ACEOF
9044 rm -f conftest.$ac_objext conftest$ac_exeext
9045 if { (ac_try="$ac_link"
9046 case "(($ac_try" in
9047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9048 *) ac_try_echo=$ac_try;;
9049 esac
9050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9051 $as_echo "$ac_try_echo") >&5
9052 (eval "$ac_link") 2>conftest.er1
9053 ac_status=$?
9054 grep -v '^ *+' conftest.er1 >conftest.err
9055 rm -f conftest.er1
9056 cat conftest.err >&5
9057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9058 (exit $ac_status); } && {
9059 test -z "$ac_c_werror_flag" ||
9060 test ! -s conftest.err
9061 } && test -s conftest$ac_exeext && {
9062 test "$cross_compiling" = yes ||
9063 $as_test_x conftest$ac_exeext
9064 }; then
9065 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9066 else
9067 $as_echo "$as_me: failed program was:" >&5
9068 sed 's/^/| /' conftest.$ac_ext >&5
9070 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9073 rm -rf conftest.dSYM
9074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9075 conftest$ac_exeext conftest.$ac_ext
9076 CFLAGS=$ac_wine_try_cflags_saved
9078 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9079 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9080 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9081 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9082 else
9083 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9084 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9085 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9086 $as_echo_n "(cached) " >&6
9087 else
9088 ac_wine_try_cflags_saved=$CFLAGS
9089 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9090 cat >conftest.$ac_ext <<_ACEOF
9091 /* confdefs.h. */
9092 _ACEOF
9093 cat confdefs.h >>conftest.$ac_ext
9094 cat >>conftest.$ac_ext <<_ACEOF
9095 /* end confdefs.h. */
9098 main ()
9102 return 0;
9104 _ACEOF
9105 rm -f conftest.$ac_objext conftest$ac_exeext
9106 if { (ac_try="$ac_link"
9107 case "(($ac_try" in
9108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9109 *) ac_try_echo=$ac_try;;
9110 esac
9111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9112 $as_echo "$ac_try_echo") >&5
9113 (eval "$ac_link") 2>conftest.er1
9114 ac_status=$?
9115 grep -v '^ *+' conftest.er1 >conftest.err
9116 rm -f conftest.er1
9117 cat conftest.err >&5
9118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9119 (exit $ac_status); } && {
9120 test -z "$ac_c_werror_flag" ||
9121 test ! -s conftest.err
9122 } && test -s conftest$ac_exeext && {
9123 test "$cross_compiling" = yes ||
9124 $as_test_x conftest$ac_exeext
9125 }; then
9126 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9127 else
9128 $as_echo "$as_me: failed program was:" >&5
9129 sed 's/^/| /' conftest.$ac_ext >&5
9131 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9134 rm -rf conftest.dSYM
9135 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9136 conftest$ac_exeext conftest.$ac_ext
9137 CFLAGS=$ac_wine_try_cflags_saved
9139 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9140 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9141 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9142 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9148 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9149 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9150 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9151 $as_echo_n "(cached) " >&6
9152 else
9153 ac_wine_try_cflags_saved=$CFLAGS
9154 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9155 cat >conftest.$ac_ext <<_ACEOF
9156 /* confdefs.h. */
9157 _ACEOF
9158 cat confdefs.h >>conftest.$ac_ext
9159 cat >>conftest.$ac_ext <<_ACEOF
9160 /* end confdefs.h. */
9163 main ()
9167 return 0;
9169 _ACEOF
9170 rm -f conftest.$ac_objext conftest$ac_exeext
9171 if { (ac_try="$ac_link"
9172 case "(($ac_try" in
9173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9174 *) ac_try_echo=$ac_try;;
9175 esac
9176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9177 $as_echo "$ac_try_echo") >&5
9178 (eval "$ac_link") 2>conftest.er1
9179 ac_status=$?
9180 grep -v '^ *+' conftest.er1 >conftest.err
9181 rm -f conftest.er1
9182 cat conftest.err >&5
9183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9184 (exit $ac_status); } && {
9185 test -z "$ac_c_werror_flag" ||
9186 test ! -s conftest.err
9187 } && test -s conftest$ac_exeext && {
9188 test "$cross_compiling" = yes ||
9189 $as_test_x conftest$ac_exeext
9190 }; then
9191 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9192 else
9193 $as_echo "$as_me: failed program was:" >&5
9194 sed 's/^/| /' conftest.$ac_ext >&5
9196 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9199 rm -rf conftest.dSYM
9200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9201 conftest$ac_exeext conftest.$ac_ext
9202 CFLAGS=$ac_wine_try_cflags_saved
9204 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9205 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9206 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9207 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9211 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9212 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9213 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9214 $as_echo_n "(cached) " >&6
9215 else
9216 ac_wine_try_cflags_saved=$CFLAGS
9217 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9218 cat >conftest.$ac_ext <<_ACEOF
9219 /* confdefs.h. */
9220 _ACEOF
9221 cat confdefs.h >>conftest.$ac_ext
9222 cat >>conftest.$ac_ext <<_ACEOF
9223 /* end confdefs.h. */
9226 main ()
9230 return 0;
9232 _ACEOF
9233 rm -f conftest.$ac_objext conftest$ac_exeext
9234 if { (ac_try="$ac_link"
9235 case "(($ac_try" in
9236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9237 *) ac_try_echo=$ac_try;;
9238 esac
9239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9240 $as_echo "$ac_try_echo") >&5
9241 (eval "$ac_link") 2>conftest.er1
9242 ac_status=$?
9243 grep -v '^ *+' conftest.er1 >conftest.err
9244 rm -f conftest.er1
9245 cat conftest.err >&5
9246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9247 (exit $ac_status); } && {
9248 test -z "$ac_c_werror_flag" ||
9249 test ! -s conftest.err
9250 } && test -s conftest$ac_exeext && {
9251 test "$cross_compiling" = yes ||
9252 $as_test_x conftest$ac_exeext
9253 }; then
9254 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9255 else
9256 $as_echo "$as_me: failed program was:" >&5
9257 sed 's/^/| /' conftest.$ac_ext >&5
9259 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9262 rm -rf conftest.dSYM
9263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9264 conftest$ac_exeext conftest.$ac_ext
9265 CFLAGS=$ac_wine_try_cflags_saved
9267 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9268 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9269 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9270 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9274 echo '{ global: *; };' >conftest.map
9275 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9276 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9277 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9278 $as_echo_n "(cached) " >&6
9279 else
9280 ac_wine_try_cflags_saved=$CFLAGS
9281 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9282 cat >conftest.$ac_ext <<_ACEOF
9283 /* confdefs.h. */
9284 _ACEOF
9285 cat confdefs.h >>conftest.$ac_ext
9286 cat >>conftest.$ac_ext <<_ACEOF
9287 /* end confdefs.h. */
9290 main ()
9294 return 0;
9296 _ACEOF
9297 rm -f conftest.$ac_objext conftest$ac_exeext
9298 if { (ac_try="$ac_link"
9299 case "(($ac_try" in
9300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9301 *) ac_try_echo=$ac_try;;
9302 esac
9303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9304 $as_echo "$ac_try_echo") >&5
9305 (eval "$ac_link") 2>conftest.er1
9306 ac_status=$?
9307 grep -v '^ *+' conftest.er1 >conftest.err
9308 rm -f conftest.er1
9309 cat conftest.err >&5
9310 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9311 (exit $ac_status); } && {
9312 test -z "$ac_c_werror_flag" ||
9313 test ! -s conftest.err
9314 } && test -s conftest$ac_exeext && {
9315 test "$cross_compiling" = yes ||
9316 $as_test_x conftest$ac_exeext
9317 }; then
9318 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9319 else
9320 $as_echo "$as_me: failed program was:" >&5
9321 sed 's/^/| /' conftest.$ac_ext >&5
9323 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9326 rm -rf conftest.dSYM
9327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9328 conftest$ac_exeext conftest.$ac_ext
9329 CFLAGS=$ac_wine_try_cflags_saved
9331 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9332 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9333 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9334 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9337 rm -f conftest.map
9339 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9340 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9341 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9342 $as_echo_n "(cached) " >&6
9343 else
9344 ac_wine_try_cflags_saved=$CFLAGS
9345 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9346 cat >conftest.$ac_ext <<_ACEOF
9347 /* confdefs.h. */
9348 _ACEOF
9349 cat confdefs.h >>conftest.$ac_ext
9350 cat >>conftest.$ac_ext <<_ACEOF
9351 /* end confdefs.h. */
9354 main ()
9358 return 0;
9360 _ACEOF
9361 rm -f conftest.$ac_objext conftest$ac_exeext
9362 if { (ac_try="$ac_link"
9363 case "(($ac_try" in
9364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9365 *) ac_try_echo=$ac_try;;
9366 esac
9367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9368 $as_echo "$ac_try_echo") >&5
9369 (eval "$ac_link") 2>conftest.er1
9370 ac_status=$?
9371 grep -v '^ *+' conftest.er1 >conftest.err
9372 rm -f conftest.er1
9373 cat conftest.err >&5
9374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9375 (exit $ac_status); } && {
9376 test -z "$ac_c_werror_flag" ||
9377 test ! -s conftest.err
9378 } && test -s conftest$ac_exeext && {
9379 test "$cross_compiling" = yes ||
9380 $as_test_x conftest$ac_exeext
9381 }; then
9382 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9383 else
9384 $as_echo "$as_me: failed program was:" >&5
9385 sed 's/^/| /' conftest.$ac_ext >&5
9387 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9390 rm -rf conftest.dSYM
9391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9392 conftest$ac_exeext conftest.$ac_ext
9393 CFLAGS=$ac_wine_try_cflags_saved
9395 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9396 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9397 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9398 LDEXECFLAGS="-Wl,--export-dynamic"
9403 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9404 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9405 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9406 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9407 $as_echo_n "(cached) " >&6
9408 else
9409 ac_wine_try_cflags_saved=$CFLAGS
9410 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9411 cat >conftest.$ac_ext <<_ACEOF
9412 /* confdefs.h. */
9413 _ACEOF
9414 cat confdefs.h >>conftest.$ac_ext
9415 cat >>conftest.$ac_ext <<_ACEOF
9416 /* end confdefs.h. */
9419 main ()
9423 return 0;
9425 _ACEOF
9426 rm -f conftest.$ac_objext conftest$ac_exeext
9427 if { (ac_try="$ac_link"
9428 case "(($ac_try" in
9429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9430 *) ac_try_echo=$ac_try;;
9431 esac
9432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9433 $as_echo "$ac_try_echo") >&5
9434 (eval "$ac_link") 2>conftest.er1
9435 ac_status=$?
9436 grep -v '^ *+' conftest.er1 >conftest.err
9437 rm -f conftest.er1
9438 cat conftest.err >&5
9439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9440 (exit $ac_status); } && {
9441 test -z "$ac_c_werror_flag" ||
9442 test ! -s conftest.err
9443 } && test -s conftest$ac_exeext && {
9444 test "$cross_compiling" = yes ||
9445 $as_test_x conftest$ac_exeext
9446 }; then
9447 eval "$as_ac_var=yes"
9448 else
9449 $as_echo "$as_me: failed program was:" >&5
9450 sed 's/^/| /' conftest.$ac_ext >&5
9452 eval "$as_ac_var=no"
9455 rm -rf conftest.dSYM
9456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9457 conftest$ac_exeext conftest.$ac_ext
9458 CFLAGS=$ac_wine_try_cflags_saved
9460 ac_res=`eval 'as_val=${'$as_ac_var'}
9461 $as_echo "$as_val"'`
9462 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9463 $as_echo "$ac_res" >&6; }
9464 if test `eval 'as_val=${'$as_ac_var'}
9465 $as_echo "$as_val"'` = yes; then
9466 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9467 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9468 else
9469 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9470 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9471 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9472 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9473 $as_echo_n "(cached) " >&6
9474 else
9475 ac_wine_try_cflags_saved=$CFLAGS
9476 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9477 cat >conftest.$ac_ext <<_ACEOF
9478 /* confdefs.h. */
9479 _ACEOF
9480 cat confdefs.h >>conftest.$ac_ext
9481 cat >>conftest.$ac_ext <<_ACEOF
9482 /* end confdefs.h. */
9485 main ()
9489 return 0;
9491 _ACEOF
9492 rm -f conftest.$ac_objext conftest$ac_exeext
9493 if { (ac_try="$ac_link"
9494 case "(($ac_try" in
9495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9496 *) ac_try_echo=$ac_try;;
9497 esac
9498 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9499 $as_echo "$ac_try_echo") >&5
9500 (eval "$ac_link") 2>conftest.er1
9501 ac_status=$?
9502 grep -v '^ *+' conftest.er1 >conftest.err
9503 rm -f conftest.er1
9504 cat conftest.err >&5
9505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9506 (exit $ac_status); } && {
9507 test -z "$ac_c_werror_flag" ||
9508 test ! -s conftest.err
9509 } && test -s conftest$ac_exeext && {
9510 test "$cross_compiling" = yes ||
9511 $as_test_x conftest$ac_exeext
9512 }; then
9513 eval "$as_ac_var=yes"
9514 else
9515 $as_echo "$as_me: failed program was:" >&5
9516 sed 's/^/| /' conftest.$ac_ext >&5
9518 eval "$as_ac_var=no"
9521 rm -rf conftest.dSYM
9522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9523 conftest$ac_exeext conftest.$ac_ext
9524 CFLAGS=$ac_wine_try_cflags_saved
9526 ac_res=`eval 'as_val=${'$as_ac_var'}
9527 $as_echo "$as_val"'`
9528 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9529 $as_echo "$ac_res" >&6; }
9530 if test `eval 'as_val=${'$as_ac_var'}
9531 $as_echo "$as_val"'` = yes; then
9532 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9533 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9539 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9540 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9541 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9542 $as_echo_n "(cached) " >&6
9543 else
9544 ac_wine_try_cflags_saved=$CFLAGS
9545 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9546 cat >conftest.$ac_ext <<_ACEOF
9547 /* confdefs.h. */
9548 _ACEOF
9549 cat confdefs.h >>conftest.$ac_ext
9550 cat >>conftest.$ac_ext <<_ACEOF
9551 /* end confdefs.h. */
9554 main ()
9558 return 0;
9560 _ACEOF
9561 rm -f conftest.$ac_objext conftest$ac_exeext
9562 if { (ac_try="$ac_link"
9563 case "(($ac_try" in
9564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9565 *) ac_try_echo=$ac_try;;
9566 esac
9567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9568 $as_echo "$ac_try_echo") >&5
9569 (eval "$ac_link") 2>conftest.er1
9570 ac_status=$?
9571 grep -v '^ *+' conftest.er1 >conftest.err
9572 rm -f conftest.er1
9573 cat conftest.err >&5
9574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9575 (exit $ac_status); } && {
9576 test -z "$ac_c_werror_flag" ||
9577 test ! -s conftest.err
9578 } && test -s conftest$ac_exeext && {
9579 test "$cross_compiling" = yes ||
9580 $as_test_x conftest$ac_exeext
9581 }; then
9582 ac_cv_cflags__Wl___enable_new_dtags=yes
9583 else
9584 $as_echo "$as_me: failed program was:" >&5
9585 sed 's/^/| /' conftest.$ac_ext >&5
9587 ac_cv_cflags__Wl___enable_new_dtags=no
9590 rm -rf conftest.dSYM
9591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9592 conftest$ac_exeext conftest.$ac_ext
9593 CFLAGS=$ac_wine_try_cflags_saved
9595 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9596 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9597 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9598 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9602 case $host_cpu in
9603 *i[3456789]86* | x86_64)
9604 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9605 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9606 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9607 $as_echo_n "(cached) " >&6
9608 else
9609 ac_wine_try_cflags_saved=$CFLAGS
9610 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9611 cat >conftest.$ac_ext <<_ACEOF
9612 /* confdefs.h. */
9613 _ACEOF
9614 cat confdefs.h >>conftest.$ac_ext
9615 cat >>conftest.$ac_ext <<_ACEOF
9616 /* end confdefs.h. */
9619 main ()
9623 return 0;
9625 _ACEOF
9626 rm -f conftest.$ac_objext conftest$ac_exeext
9627 if { (ac_try="$ac_link"
9628 case "(($ac_try" in
9629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9630 *) ac_try_echo=$ac_try;;
9631 esac
9632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9633 $as_echo "$ac_try_echo") >&5
9634 (eval "$ac_link") 2>conftest.er1
9635 ac_status=$?
9636 grep -v '^ *+' conftest.er1 >conftest.err
9637 rm -f conftest.er1
9638 cat conftest.err >&5
9639 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9640 (exit $ac_status); } && {
9641 test -z "$ac_c_werror_flag" ||
9642 test ! -s conftest.err
9643 } && test -s conftest$ac_exeext && {
9644 test "$cross_compiling" = yes ||
9645 $as_test_x conftest$ac_exeext
9646 }; then
9647 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9648 else
9649 $as_echo "$as_me: failed program was:" >&5
9650 sed 's/^/| /' conftest.$ac_ext >&5
9652 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9655 rm -rf conftest.dSYM
9656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9657 conftest$ac_exeext conftest.$ac_ext
9658 CFLAGS=$ac_wine_try_cflags_saved
9660 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9661 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9662 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9663 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9667 esac
9669 else
9670 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9671 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9672 if test "${ac_cv_c_dll_unixware+set}" = set; then
9673 $as_echo_n "(cached) " >&6
9674 else
9675 ac_wine_try_cflags_saved=$CFLAGS
9676 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9677 cat >conftest.$ac_ext <<_ACEOF
9678 void myfunc() {}
9679 _ACEOF
9680 rm -f conftest.$ac_objext conftest$ac_exeext
9681 if { (ac_try="$ac_link"
9682 case "(($ac_try" in
9683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9684 *) ac_try_echo=$ac_try;;
9685 esac
9686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9687 $as_echo "$ac_try_echo") >&5
9688 (eval "$ac_link") 2>conftest.er1
9689 ac_status=$?
9690 grep -v '^ *+' conftest.er1 >conftest.err
9691 rm -f conftest.er1
9692 cat conftest.err >&5
9693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9694 (exit $ac_status); } && {
9695 test -z "$ac_c_werror_flag" ||
9696 test ! -s conftest.err
9697 } && test -s conftest$ac_exeext && {
9698 test "$cross_compiling" = yes ||
9699 $as_test_x conftest$ac_exeext
9700 }; then
9701 ac_cv_c_dll_unixware="yes"
9702 else
9703 $as_echo "$as_me: failed program was:" >&5
9704 sed 's/^/| /' conftest.$ac_ext >&5
9706 ac_cv_c_dll_unixware="no"
9709 rm -rf conftest.dSYM
9710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9711 conftest$ac_exeext conftest.$ac_ext
9712 CFLAGS=$ac_wine_try_cflags_saved
9714 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9715 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9716 if test "$ac_cv_c_dll_unixware" = "yes"
9717 then
9718 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9719 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9721 else
9722 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9723 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9724 if test "${ac_cv_c_dll_hpux+set}" = set; then
9725 $as_echo_n "(cached) " >&6
9726 else
9727 ac_wine_try_cflags_saved=$CFLAGS
9728 CFLAGS="$CFLAGS -shared"
9729 cat >conftest.$ac_ext <<_ACEOF
9730 void myfunc() {}
9731 _ACEOF
9732 rm -f conftest.$ac_objext conftest$ac_exeext
9733 if { (ac_try="$ac_link"
9734 case "(($ac_try" in
9735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9736 *) ac_try_echo=$ac_try;;
9737 esac
9738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9739 $as_echo "$ac_try_echo") >&5
9740 (eval "$ac_link") 2>conftest.er1
9741 ac_status=$?
9742 grep -v '^ *+' conftest.er1 >conftest.err
9743 rm -f conftest.er1
9744 cat conftest.err >&5
9745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9746 (exit $ac_status); } && {
9747 test -z "$ac_c_werror_flag" ||
9748 test ! -s conftest.err
9749 } && test -s conftest$ac_exeext && {
9750 test "$cross_compiling" = yes ||
9751 $as_test_x conftest$ac_exeext
9752 }; then
9753 ac_cv_c_dll_hpux="yes"
9754 else
9755 $as_echo "$as_me: failed program was:" >&5
9756 sed 's/^/| /' conftest.$ac_ext >&5
9758 ac_cv_c_dll_hpux="no"
9761 rm -rf conftest.dSYM
9762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9763 conftest$ac_exeext conftest.$ac_ext
9764 CFLAGS=$ac_wine_try_cflags_saved
9766 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9767 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9768 if test "$ac_cv_c_dll_hpux" = "yes"
9769 then
9770 LIBEXT="sl"
9771 DLLEXT=".sl"
9772 LDDLLFLAGS="-shared -fPIC"
9773 LDSHARED="\$(CC) -shared"
9778 esac
9780 enable_winequartz_drv=${enable_winequartz_drv:-no}
9782 if test "$LIBEXT" = "a"; then
9783 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9784 It is currently not possible to build Wine without shared library
9785 (.so) support to allow transparent switch between .so and .dll files.
9786 If you are using Linux, you will need a newer binutils.
9787 " >&5
9788 $as_echo "$as_me: error: could not find a way to build shared libraries.
9789 It is currently not possible to build Wine without shared library
9790 (.so) support to allow transparent switch between .so and .dll files.
9791 If you are using Linux, you will need a newer binutils.
9792 " >&2;}
9793 { (exit 1); exit 1; }; }
9796 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9797 then
9798 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
9800 # Extract the first word of "$ac_prog", so it can be a program name with args.
9801 set dummy $ac_prog; ac_word=$2
9802 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9803 $as_echo_n "checking for $ac_word... " >&6; }
9804 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9805 $as_echo_n "(cached) " >&6
9806 else
9807 if test -n "$CROSSCC"; then
9808 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9809 else
9810 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9811 for as_dir in $PATH
9813 IFS=$as_save_IFS
9814 test -z "$as_dir" && as_dir=.
9815 for ac_exec_ext in '' $ac_executable_extensions; do
9816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9817 ac_cv_prog_CROSSCC="$ac_prog"
9818 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9819 break 2
9821 done
9822 done
9823 IFS=$as_save_IFS
9827 CROSSCC=$ac_cv_prog_CROSSCC
9828 if test -n "$CROSSCC"; then
9829 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9830 $as_echo "$CROSSCC" >&6; }
9831 else
9832 { $as_echo "$as_me:$LINENO: result: no" >&5
9833 $as_echo "no" >&6; }
9837 test -n "$CROSSCC" && break
9838 done
9839 test -n "$CROSSCC" || CROSSCC="false"
9841 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
9843 # Extract the first word of "$ac_prog", so it can be a program name with args.
9844 set dummy $ac_prog; ac_word=$2
9845 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9846 $as_echo_n "checking for $ac_word... " >&6; }
9847 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9848 $as_echo_n "(cached) " >&6
9849 else
9850 if test -n "$DLLTOOL"; then
9851 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9852 else
9853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9854 for as_dir in $PATH
9856 IFS=$as_save_IFS
9857 test -z "$as_dir" && as_dir=.
9858 for ac_exec_ext in '' $ac_executable_extensions; do
9859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9860 ac_cv_prog_DLLTOOL="$ac_prog"
9861 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9862 break 2
9864 done
9865 done
9866 IFS=$as_save_IFS
9870 DLLTOOL=$ac_cv_prog_DLLTOOL
9871 if test -n "$DLLTOOL"; then
9872 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9873 $as_echo "$DLLTOOL" >&6; }
9874 else
9875 { $as_echo "$as_me:$LINENO: result: no" >&5
9876 $as_echo "no" >&6; }
9880 test -n "$DLLTOOL" && break
9881 done
9882 test -n "$DLLTOOL" || DLLTOOL="false"
9884 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
9886 # Extract the first word of "$ac_prog", so it can be a program name with args.
9887 set dummy $ac_prog; ac_word=$2
9888 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9889 $as_echo_n "checking for $ac_word... " >&6; }
9890 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9891 $as_echo_n "(cached) " >&6
9892 else
9893 if test -n "$CROSSWINDRES"; then
9894 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9895 else
9896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9897 for as_dir in $PATH
9899 IFS=$as_save_IFS
9900 test -z "$as_dir" && as_dir=.
9901 for ac_exec_ext in '' $ac_executable_extensions; do
9902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9903 ac_cv_prog_CROSSWINDRES="$ac_prog"
9904 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9905 break 2
9907 done
9908 done
9909 IFS=$as_save_IFS
9913 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9914 if test -n "$CROSSWINDRES"; then
9915 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9916 $as_echo "$CROSSWINDRES" >&6; }
9917 else
9918 { $as_echo "$as_me:$LINENO: result: no" >&5
9919 $as_echo "no" >&6; }
9923 test -n "$CROSSWINDRES" && break
9924 done
9925 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9927 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
9929 # Extract the first word of "$ac_prog", so it can be a program name with args.
9930 set dummy $ac_prog; ac_word=$2
9931 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9932 $as_echo_n "checking for $ac_word... " >&6; }
9933 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9934 $as_echo_n "(cached) " >&6
9935 else
9936 if test -n "$MINGWAR"; then
9937 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9938 else
9939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9940 for as_dir in $PATH
9942 IFS=$as_save_IFS
9943 test -z "$as_dir" && as_dir=.
9944 for ac_exec_ext in '' $ac_executable_extensions; do
9945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9946 ac_cv_prog_MINGWAR="$ac_prog"
9947 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9948 break 2
9950 done
9951 done
9952 IFS=$as_save_IFS
9956 MINGWAR=$ac_cv_prog_MINGWAR
9957 if test -n "$MINGWAR"; then
9958 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9959 $as_echo "$MINGWAR" >&6; }
9960 else
9961 { $as_echo "$as_me:$LINENO: result: no" >&5
9962 $as_echo "no" >&6; }
9966 test -n "$MINGWAR" && break
9967 done
9968 test -n "$MINGWAR" || MINGWAR="false"
9970 if test "$CROSSCC" != "false"
9971 then
9972 CROSSTEST="\$(CROSSTEST)"
9978 if test "$have_x" = "yes"
9979 then
9980 XLIB="-lXext -lX11"
9981 ac_save_CPPFLAGS="$CPPFLAGS"
9982 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9984 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9985 $as_echo_n "checking for -lX11... " >&6; }
9986 if test "${ac_cv_lib_soname_X11+set}" = set; then
9987 $as_echo_n "(cached) " >&6
9988 else
9989 ac_check_soname_save_LIBS=$LIBS
9990 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9991 cat >conftest.$ac_ext <<_ACEOF
9992 /* confdefs.h. */
9993 _ACEOF
9994 cat confdefs.h >>conftest.$ac_ext
9995 cat >>conftest.$ac_ext <<_ACEOF
9996 /* end confdefs.h. */
9998 /* Override any GCC internal prototype to avoid an error.
9999 Use char because int might match the return type of a GCC
10000 builtin and then its argument prototype would still apply. */
10001 #ifdef __cplusplus
10002 extern "C"
10003 #endif
10004 char XCreateWindow ();
10006 main ()
10008 return XCreateWindow ();
10010 return 0;
10012 _ACEOF
10013 rm -f conftest.$ac_objext conftest$ac_exeext
10014 if { (ac_try="$ac_link"
10015 case "(($ac_try" in
10016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10017 *) ac_try_echo=$ac_try;;
10018 esac
10019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10020 $as_echo "$ac_try_echo") >&5
10021 (eval "$ac_link") 2>conftest.er1
10022 ac_status=$?
10023 grep -v '^ *+' conftest.er1 >conftest.err
10024 rm -f conftest.er1
10025 cat conftest.err >&5
10026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10027 (exit $ac_status); } && {
10028 test -z "$ac_c_werror_flag" ||
10029 test ! -s conftest.err
10030 } && test -s conftest$ac_exeext && {
10031 test "$cross_compiling" = yes ||
10032 $as_test_x conftest$ac_exeext
10033 }; then
10034 case "$LIBEXT" in
10035 dll) ;;
10036 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'` ;;
10037 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10038 esac
10039 else
10040 $as_echo "$as_me: failed program was:" >&5
10041 sed 's/^/| /' conftest.$ac_ext >&5
10046 rm -rf conftest.dSYM
10047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10048 conftest$ac_exeext conftest.$ac_ext
10049 LIBS=$ac_check_soname_save_LIBS
10051 if test "x$ac_cv_lib_soname_X11" = "x"; then
10052 { $as_echo "$as_me:$LINENO: result: not found" >&5
10053 $as_echo "not found" >&6; }
10055 else
10056 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10057 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10059 cat >>confdefs.h <<_ACEOF
10060 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10061 _ACEOF
10066 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10067 $as_echo_n "checking for -lXext... " >&6; }
10068 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10069 $as_echo_n "(cached) " >&6
10070 else
10071 ac_check_soname_save_LIBS=$LIBS
10072 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10073 cat >conftest.$ac_ext <<_ACEOF
10074 /* confdefs.h. */
10075 _ACEOF
10076 cat confdefs.h >>conftest.$ac_ext
10077 cat >>conftest.$ac_ext <<_ACEOF
10078 /* end confdefs.h. */
10080 /* Override any GCC internal prototype to avoid an error.
10081 Use char because int might match the return type of a GCC
10082 builtin and then its argument prototype would still apply. */
10083 #ifdef __cplusplus
10084 extern "C"
10085 #endif
10086 char XextCreateExtension ();
10088 main ()
10090 return XextCreateExtension ();
10092 return 0;
10094 _ACEOF
10095 rm -f conftest.$ac_objext conftest$ac_exeext
10096 if { (ac_try="$ac_link"
10097 case "(($ac_try" in
10098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10099 *) ac_try_echo=$ac_try;;
10100 esac
10101 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10102 $as_echo "$ac_try_echo") >&5
10103 (eval "$ac_link") 2>conftest.er1
10104 ac_status=$?
10105 grep -v '^ *+' conftest.er1 >conftest.err
10106 rm -f conftest.er1
10107 cat conftest.err >&5
10108 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10109 (exit $ac_status); } && {
10110 test -z "$ac_c_werror_flag" ||
10111 test ! -s conftest.err
10112 } && test -s conftest$ac_exeext && {
10113 test "$cross_compiling" = yes ||
10114 $as_test_x conftest$ac_exeext
10115 }; then
10116 case "$LIBEXT" in
10117 dll) ;;
10118 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'` ;;
10119 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10120 esac
10121 else
10122 $as_echo "$as_me: failed program was:" >&5
10123 sed 's/^/| /' conftest.$ac_ext >&5
10128 rm -rf conftest.dSYM
10129 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10130 conftest$ac_exeext conftest.$ac_ext
10131 LIBS=$ac_check_soname_save_LIBS
10133 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10134 { $as_echo "$as_me:$LINENO: result: not found" >&5
10135 $as_echo "not found" >&6; }
10137 else
10138 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10139 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10141 cat >>confdefs.h <<_ACEOF
10142 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10143 _ACEOF
10161 for ac_header in X11/Xlib.h \
10162 X11/XKBlib.h \
10163 X11/Xutil.h \
10164 X11/Xcursor/Xcursor.h \
10165 X11/extensions/shape.h \
10166 X11/extensions/XInput.h \
10167 X11/extensions/XShm.h \
10168 X11/extensions/Xcomposite.h \
10169 X11/extensions/Xinerama.h \
10170 X11/extensions/Xrandr.h \
10171 X11/extensions/Xrender.h \
10172 X11/extensions/xf86vmode.h
10174 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10175 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10176 $as_echo_n "checking for $ac_header... " >&6; }
10177 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10178 $as_echo_n "(cached) " >&6
10179 else
10180 cat >conftest.$ac_ext <<_ACEOF
10181 /* confdefs.h. */
10182 _ACEOF
10183 cat confdefs.h >>conftest.$ac_ext
10184 cat >>conftest.$ac_ext <<_ACEOF
10185 /* end confdefs.h. */
10186 #ifdef HAVE_X11_XLIB_H
10187 # include <X11/Xlib.h>
10188 #endif
10189 #ifdef HAVE_X11_XUTIL_H
10190 # include <X11/Xutil.h>
10191 #endif
10193 #include <$ac_header>
10194 _ACEOF
10195 rm -f conftest.$ac_objext
10196 if { (ac_try="$ac_compile"
10197 case "(($ac_try" in
10198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10199 *) ac_try_echo=$ac_try;;
10200 esac
10201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10202 $as_echo "$ac_try_echo") >&5
10203 (eval "$ac_compile") 2>conftest.er1
10204 ac_status=$?
10205 grep -v '^ *+' conftest.er1 >conftest.err
10206 rm -f conftest.er1
10207 cat conftest.err >&5
10208 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10209 (exit $ac_status); } && {
10210 test -z "$ac_c_werror_flag" ||
10211 test ! -s conftest.err
10212 } && test -s conftest.$ac_objext; then
10213 eval "$as_ac_Header=yes"
10214 else
10215 $as_echo "$as_me: failed program was:" >&5
10216 sed 's/^/| /' conftest.$ac_ext >&5
10218 eval "$as_ac_Header=no"
10221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10223 ac_res=`eval 'as_val=${'$as_ac_Header'}
10224 $as_echo "$as_val"'`
10225 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10226 $as_echo "$ac_res" >&6; }
10227 as_val=`eval 'as_val=${'$as_ac_Header'}
10228 $as_echo "$as_val"'`
10229 if test "x$as_val" = x""yes; then
10230 cat >>confdefs.h <<_ACEOF
10231 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10232 _ACEOF
10236 done
10239 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10240 then
10241 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10242 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10243 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10244 $as_echo_n "(cached) " >&6
10245 else
10246 ac_check_lib_save_LIBS=$LIBS
10247 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10248 cat >conftest.$ac_ext <<_ACEOF
10249 /* confdefs.h. */
10250 _ACEOF
10251 cat confdefs.h >>conftest.$ac_ext
10252 cat >>conftest.$ac_ext <<_ACEOF
10253 /* end confdefs.h. */
10255 /* Override any GCC internal prototype to avoid an error.
10256 Use char because int might match the return type of a GCC
10257 builtin and then its argument prototype would still apply. */
10258 #ifdef __cplusplus
10259 extern "C"
10260 #endif
10261 char XkbQueryExtension ();
10263 main ()
10265 return XkbQueryExtension ();
10267 return 0;
10269 _ACEOF
10270 rm -f conftest.$ac_objext conftest$ac_exeext
10271 if { (ac_try="$ac_link"
10272 case "(($ac_try" in
10273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10274 *) ac_try_echo=$ac_try;;
10275 esac
10276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10277 $as_echo "$ac_try_echo") >&5
10278 (eval "$ac_link") 2>conftest.er1
10279 ac_status=$?
10280 grep -v '^ *+' conftest.er1 >conftest.err
10281 rm -f conftest.er1
10282 cat conftest.err >&5
10283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10284 (exit $ac_status); } && {
10285 test -z "$ac_c_werror_flag" ||
10286 test ! -s conftest.err
10287 } && test -s conftest$ac_exeext && {
10288 test "$cross_compiling" = yes ||
10289 $as_test_x conftest$ac_exeext
10290 }; then
10291 ac_cv_lib_X11_XkbQueryExtension=yes
10292 else
10293 $as_echo "$as_me: failed program was:" >&5
10294 sed 's/^/| /' conftest.$ac_ext >&5
10296 ac_cv_lib_X11_XkbQueryExtension=no
10299 rm -rf conftest.dSYM
10300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10301 conftest$ac_exeext conftest.$ac_ext
10302 LIBS=$ac_check_lib_save_LIBS
10304 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10305 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10306 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10308 cat >>confdefs.h <<\_ACEOF
10309 #define HAVE_XKB 1
10310 _ACEOF
10316 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10317 then
10318 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10319 $as_echo_n "checking for -lXcursor... " >&6; }
10320 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10321 $as_echo_n "(cached) " >&6
10322 else
10323 ac_check_soname_save_LIBS=$LIBS
10324 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10325 cat >conftest.$ac_ext <<_ACEOF
10326 /* confdefs.h. */
10327 _ACEOF
10328 cat confdefs.h >>conftest.$ac_ext
10329 cat >>conftest.$ac_ext <<_ACEOF
10330 /* end confdefs.h. */
10332 /* Override any GCC internal prototype to avoid an error.
10333 Use char because int might match the return type of a GCC
10334 builtin and then its argument prototype would still apply. */
10335 #ifdef __cplusplus
10336 extern "C"
10337 #endif
10338 char XcursorImageLoadCursor ();
10340 main ()
10342 return XcursorImageLoadCursor ();
10344 return 0;
10346 _ACEOF
10347 rm -f conftest.$ac_objext conftest$ac_exeext
10348 if { (ac_try="$ac_link"
10349 case "(($ac_try" in
10350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10351 *) ac_try_echo=$ac_try;;
10352 esac
10353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10354 $as_echo "$ac_try_echo") >&5
10355 (eval "$ac_link") 2>conftest.er1
10356 ac_status=$?
10357 grep -v '^ *+' conftest.er1 >conftest.err
10358 rm -f conftest.er1
10359 cat conftest.err >&5
10360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10361 (exit $ac_status); } && {
10362 test -z "$ac_c_werror_flag" ||
10363 test ! -s conftest.err
10364 } && test -s conftest$ac_exeext && {
10365 test "$cross_compiling" = yes ||
10366 $as_test_x conftest$ac_exeext
10367 }; then
10368 case "$LIBEXT" in
10369 dll) ;;
10370 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'` ;;
10371 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10372 esac
10373 else
10374 $as_echo "$as_me: failed program was:" >&5
10375 sed 's/^/| /' conftest.$ac_ext >&5
10380 rm -rf conftest.dSYM
10381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10382 conftest$ac_exeext conftest.$ac_ext
10383 LIBS=$ac_check_soname_save_LIBS
10385 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10386 { $as_echo "$as_me:$LINENO: result: not found" >&5
10387 $as_echo "not found" >&6; }
10389 else
10390 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10391 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10393 cat >>confdefs.h <<_ACEOF
10394 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10395 _ACEOF
10401 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10402 case "x$with_xcursor" in
10403 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10404 xno) ;;
10405 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10406 This is an error since --with-xcursor was requested." >&5
10407 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10408 This is an error since --with-xcursor was requested." >&2;}
10409 { (exit 1); exit 1; }; } ;;
10410 esac
10414 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10415 then
10416 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10417 $as_echo_n "checking for -lXi... " >&6; }
10418 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10419 $as_echo_n "(cached) " >&6
10420 else
10421 ac_check_soname_save_LIBS=$LIBS
10422 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10423 cat >conftest.$ac_ext <<_ACEOF
10424 /* confdefs.h. */
10425 _ACEOF
10426 cat confdefs.h >>conftest.$ac_ext
10427 cat >>conftest.$ac_ext <<_ACEOF
10428 /* end confdefs.h. */
10430 /* Override any GCC internal prototype to avoid an error.
10431 Use char because int might match the return type of a GCC
10432 builtin and then its argument prototype would still apply. */
10433 #ifdef __cplusplus
10434 extern "C"
10435 #endif
10436 char XOpenDevice ();
10438 main ()
10440 return XOpenDevice ();
10442 return 0;
10444 _ACEOF
10445 rm -f conftest.$ac_objext conftest$ac_exeext
10446 if { (ac_try="$ac_link"
10447 case "(($ac_try" in
10448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10449 *) ac_try_echo=$ac_try;;
10450 esac
10451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10452 $as_echo "$ac_try_echo") >&5
10453 (eval "$ac_link") 2>conftest.er1
10454 ac_status=$?
10455 grep -v '^ *+' conftest.er1 >conftest.err
10456 rm -f conftest.er1
10457 cat conftest.err >&5
10458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10459 (exit $ac_status); } && {
10460 test -z "$ac_c_werror_flag" ||
10461 test ! -s conftest.err
10462 } && test -s conftest$ac_exeext && {
10463 test "$cross_compiling" = yes ||
10464 $as_test_x conftest$ac_exeext
10465 }; then
10466 case "$LIBEXT" in
10467 dll) ;;
10468 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'` ;;
10469 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10470 esac
10471 else
10472 $as_echo "$as_me: failed program was:" >&5
10473 sed 's/^/| /' conftest.$ac_ext >&5
10478 rm -rf conftest.dSYM
10479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10480 conftest$ac_exeext conftest.$ac_ext
10481 LIBS=$ac_check_soname_save_LIBS
10483 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10484 { $as_echo "$as_me:$LINENO: result: not found" >&5
10485 $as_echo "not found" >&6; }
10487 else
10488 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10489 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10491 cat >>confdefs.h <<_ACEOF
10492 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10493 _ACEOF
10499 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10500 case "x$with_xinput" in
10501 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10502 xno) ;;
10503 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10504 This is an error since --with-xinput was requested." >&5
10505 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10506 This is an error since --with-xinput was requested." >&2;}
10507 { (exit 1); exit 1; }; } ;;
10508 esac
10512 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10513 then
10514 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10515 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10516 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10517 $as_echo_n "(cached) " >&6
10518 else
10519 ac_check_lib_save_LIBS=$LIBS
10520 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10521 cat >conftest.$ac_ext <<_ACEOF
10522 /* confdefs.h. */
10523 _ACEOF
10524 cat confdefs.h >>conftest.$ac_ext
10525 cat >>conftest.$ac_ext <<_ACEOF
10526 /* end confdefs.h. */
10528 /* Override any GCC internal prototype to avoid an error.
10529 Use char because int might match the return type of a GCC
10530 builtin and then its argument prototype would still apply. */
10531 #ifdef __cplusplus
10532 extern "C"
10533 #endif
10534 char XShmQueryExtension ();
10536 main ()
10538 return XShmQueryExtension ();
10540 return 0;
10542 _ACEOF
10543 rm -f conftest.$ac_objext conftest$ac_exeext
10544 if { (ac_try="$ac_link"
10545 case "(($ac_try" in
10546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10547 *) ac_try_echo=$ac_try;;
10548 esac
10549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10550 $as_echo "$ac_try_echo") >&5
10551 (eval "$ac_link") 2>conftest.er1
10552 ac_status=$?
10553 grep -v '^ *+' conftest.er1 >conftest.err
10554 rm -f conftest.er1
10555 cat conftest.err >&5
10556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } && {
10558 test -z "$ac_c_werror_flag" ||
10559 test ! -s conftest.err
10560 } && test -s conftest$ac_exeext && {
10561 test "$cross_compiling" = yes ||
10562 $as_test_x conftest$ac_exeext
10563 }; then
10564 ac_cv_lib_Xext_XShmQueryExtension=yes
10565 else
10566 $as_echo "$as_me: failed program was:" >&5
10567 sed 's/^/| /' conftest.$ac_ext >&5
10569 ac_cv_lib_Xext_XShmQueryExtension=no
10572 rm -rf conftest.dSYM
10573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10574 conftest$ac_exeext conftest.$ac_ext
10575 LIBS=$ac_check_lib_save_LIBS
10577 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10578 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10579 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10581 cat >>confdefs.h <<\_ACEOF
10582 #define HAVE_LIBXXSHM 1
10583 _ACEOF
10588 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10589 case "x$with_xshm" in
10590 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10591 xno) ;;
10592 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10593 This is an error since --with-xshm was requested." >&5
10594 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10595 This is an error since --with-xshm was requested." >&2;}
10596 { (exit 1); exit 1; }; } ;;
10597 esac
10601 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10602 then
10603 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10604 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10605 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10606 $as_echo_n "(cached) " >&6
10607 else
10608 ac_check_lib_save_LIBS=$LIBS
10609 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10610 cat >conftest.$ac_ext <<_ACEOF
10611 /* confdefs.h. */
10612 _ACEOF
10613 cat confdefs.h >>conftest.$ac_ext
10614 cat >>conftest.$ac_ext <<_ACEOF
10615 /* end confdefs.h. */
10617 /* Override any GCC internal prototype to avoid an error.
10618 Use char because int might match the return type of a GCC
10619 builtin and then its argument prototype would still apply. */
10620 #ifdef __cplusplus
10621 extern "C"
10622 #endif
10623 char XShapeQueryExtension ();
10625 main ()
10627 return XShapeQueryExtension ();
10629 return 0;
10631 _ACEOF
10632 rm -f conftest.$ac_objext conftest$ac_exeext
10633 if { (ac_try="$ac_link"
10634 case "(($ac_try" in
10635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10636 *) ac_try_echo=$ac_try;;
10637 esac
10638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10639 $as_echo "$ac_try_echo") >&5
10640 (eval "$ac_link") 2>conftest.er1
10641 ac_status=$?
10642 grep -v '^ *+' conftest.er1 >conftest.err
10643 rm -f conftest.er1
10644 cat conftest.err >&5
10645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10646 (exit $ac_status); } && {
10647 test -z "$ac_c_werror_flag" ||
10648 test ! -s conftest.err
10649 } && test -s conftest$ac_exeext && {
10650 test "$cross_compiling" = yes ||
10651 $as_test_x conftest$ac_exeext
10652 }; then
10653 ac_cv_lib_Xext_XShapeQueryExtension=yes
10654 else
10655 $as_echo "$as_me: failed program was:" >&5
10656 sed 's/^/| /' conftest.$ac_ext >&5
10658 ac_cv_lib_Xext_XShapeQueryExtension=no
10661 rm -rf conftest.dSYM
10662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10663 conftest$ac_exeext conftest.$ac_ext
10664 LIBS=$ac_check_lib_save_LIBS
10666 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10667 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10668 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10670 cat >>confdefs.h <<\_ACEOF
10671 #define HAVE_LIBXSHAPE 1
10672 _ACEOF
10677 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10678 case "x$with_xshape" in
10679 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10680 xno) ;;
10681 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10682 This is an error since --with-xshape was requested." >&5
10683 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10684 This is an error since --with-xshape was requested." >&2;}
10685 { (exit 1); exit 1; }; } ;;
10686 esac
10690 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10691 then
10692 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10693 $as_echo_n "checking for -lXxf86vm... " >&6; }
10694 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10695 $as_echo_n "(cached) " >&6
10696 else
10697 ac_check_soname_save_LIBS=$LIBS
10698 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10699 cat >conftest.$ac_ext <<_ACEOF
10700 /* confdefs.h. */
10701 _ACEOF
10702 cat confdefs.h >>conftest.$ac_ext
10703 cat >>conftest.$ac_ext <<_ACEOF
10704 /* end confdefs.h. */
10706 /* Override any GCC internal prototype to avoid an error.
10707 Use char because int might match the return type of a GCC
10708 builtin and then its argument prototype would still apply. */
10709 #ifdef __cplusplus
10710 extern "C"
10711 #endif
10712 char XF86VidModeQueryExtension ();
10714 main ()
10716 return XF86VidModeQueryExtension ();
10718 return 0;
10720 _ACEOF
10721 rm -f conftest.$ac_objext conftest$ac_exeext
10722 if { (ac_try="$ac_link"
10723 case "(($ac_try" in
10724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10725 *) ac_try_echo=$ac_try;;
10726 esac
10727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10728 $as_echo "$ac_try_echo") >&5
10729 (eval "$ac_link") 2>conftest.er1
10730 ac_status=$?
10731 grep -v '^ *+' conftest.er1 >conftest.err
10732 rm -f conftest.er1
10733 cat conftest.err >&5
10734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10735 (exit $ac_status); } && {
10736 test -z "$ac_c_werror_flag" ||
10737 test ! -s conftest.err
10738 } && test -s conftest$ac_exeext && {
10739 test "$cross_compiling" = yes ||
10740 $as_test_x conftest$ac_exeext
10741 }; then
10742 case "$LIBEXT" in
10743 dll) ;;
10744 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'` ;;
10745 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10746 esac
10747 else
10748 $as_echo "$as_me: failed program was:" >&5
10749 sed 's/^/| /' conftest.$ac_ext >&5
10754 rm -rf conftest.dSYM
10755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10756 conftest$ac_exeext conftest.$ac_ext
10757 LIBS=$ac_check_soname_save_LIBS
10759 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10760 { $as_echo "$as_me:$LINENO: result: not found" >&5
10761 $as_echo "not found" >&6; }
10763 else
10764 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10765 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10767 cat >>confdefs.h <<_ACEOF
10768 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10769 _ACEOF
10775 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10776 case "x$with_xxf86vm" in
10777 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10778 xno) ;;
10779 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10780 This is an error since --with-xxf86vm was requested." >&5
10781 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10782 This is an error since --with-xxf86vm was requested." >&2;}
10783 { (exit 1); exit 1; }; } ;;
10784 esac
10788 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"
10789 then
10790 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10791 $as_echo_n "checking for -lXrender... " >&6; }
10792 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10793 $as_echo_n "(cached) " >&6
10794 else
10795 ac_check_soname_save_LIBS=$LIBS
10796 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10797 cat >conftest.$ac_ext <<_ACEOF
10798 /* confdefs.h. */
10799 _ACEOF
10800 cat confdefs.h >>conftest.$ac_ext
10801 cat >>conftest.$ac_ext <<_ACEOF
10802 /* end confdefs.h. */
10804 /* Override any GCC internal prototype to avoid an error.
10805 Use char because int might match the return type of a GCC
10806 builtin and then its argument prototype would still apply. */
10807 #ifdef __cplusplus
10808 extern "C"
10809 #endif
10810 char XRenderQueryExtension ();
10812 main ()
10814 return XRenderQueryExtension ();
10816 return 0;
10818 _ACEOF
10819 rm -f conftest.$ac_objext conftest$ac_exeext
10820 if { (ac_try="$ac_link"
10821 case "(($ac_try" in
10822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10823 *) ac_try_echo=$ac_try;;
10824 esac
10825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10826 $as_echo "$ac_try_echo") >&5
10827 (eval "$ac_link") 2>conftest.er1
10828 ac_status=$?
10829 grep -v '^ *+' conftest.er1 >conftest.err
10830 rm -f conftest.er1
10831 cat conftest.err >&5
10832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10833 (exit $ac_status); } && {
10834 test -z "$ac_c_werror_flag" ||
10835 test ! -s conftest.err
10836 } && test -s conftest$ac_exeext && {
10837 test "$cross_compiling" = yes ||
10838 $as_test_x conftest$ac_exeext
10839 }; then
10840 case "$LIBEXT" in
10841 dll) ;;
10842 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'` ;;
10843 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10844 esac
10845 else
10846 $as_echo "$as_me: failed program was:" >&5
10847 sed 's/^/| /' conftest.$ac_ext >&5
10852 rm -rf conftest.dSYM
10853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10854 conftest$ac_exeext conftest.$ac_ext
10855 LIBS=$ac_check_soname_save_LIBS
10857 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10858 { $as_echo "$as_me:$LINENO: result: not found" >&5
10859 $as_echo "not found" >&6; }
10861 else
10862 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10863 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10865 cat >>confdefs.h <<_ACEOF
10866 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10867 _ACEOF
10869 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10870 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10871 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10872 $as_echo_n "(cached) " >&6
10873 else
10874 ac_check_lib_save_LIBS=$LIBS
10875 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10876 cat >conftest.$ac_ext <<_ACEOF
10877 /* confdefs.h. */
10878 _ACEOF
10879 cat confdefs.h >>conftest.$ac_ext
10880 cat >>conftest.$ac_ext <<_ACEOF
10881 /* end confdefs.h. */
10883 /* Override any GCC internal prototype to avoid an error.
10884 Use char because int might match the return type of a GCC
10885 builtin and then its argument prototype would still apply. */
10886 #ifdef __cplusplus
10887 extern "C"
10888 #endif
10889 char XRenderSetPictureTransform ();
10891 main ()
10893 return XRenderSetPictureTransform ();
10895 return 0;
10897 _ACEOF
10898 rm -f conftest.$ac_objext conftest$ac_exeext
10899 if { (ac_try="$ac_link"
10900 case "(($ac_try" in
10901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10902 *) ac_try_echo=$ac_try;;
10903 esac
10904 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10905 $as_echo "$ac_try_echo") >&5
10906 (eval "$ac_link") 2>conftest.er1
10907 ac_status=$?
10908 grep -v '^ *+' conftest.er1 >conftest.err
10909 rm -f conftest.er1
10910 cat conftest.err >&5
10911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } && {
10913 test -z "$ac_c_werror_flag" ||
10914 test ! -s conftest.err
10915 } && test -s conftest$ac_exeext && {
10916 test "$cross_compiling" = yes ||
10917 $as_test_x conftest$ac_exeext
10918 }; then
10919 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10920 else
10921 $as_echo "$as_me: failed program was:" >&5
10922 sed 's/^/| /' conftest.$ac_ext >&5
10924 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10927 rm -rf conftest.dSYM
10928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10929 conftest$ac_exeext conftest.$ac_ext
10930 LIBS=$ac_check_lib_save_LIBS
10932 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10933 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10934 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10936 cat >>confdefs.h <<\_ACEOF
10937 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10938 _ACEOF
10946 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10947 case "x$with_xrender" in
10948 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10949 xno) ;;
10950 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10951 This is an error since --with-xrender was requested." >&5
10952 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10953 This is an error since --with-xrender was requested." >&2;}
10954 { (exit 1); exit 1; }; } ;;
10955 esac
10959 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10960 then
10961 cat >conftest.$ac_ext <<_ACEOF
10962 /* confdefs.h. */
10963 _ACEOF
10964 cat confdefs.h >>conftest.$ac_ext
10965 cat >>conftest.$ac_ext <<_ACEOF
10966 /* end confdefs.h. */
10967 #include <X11/Xlib.h>
10968 #include <X11/extensions/Xrandr.h>
10970 main ()
10972 static typeof(XRRSetScreenConfigAndRate) * func;
10974 return 0;
10976 _ACEOF
10977 rm -f conftest.$ac_objext
10978 if { (ac_try="$ac_compile"
10979 case "(($ac_try" in
10980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10981 *) ac_try_echo=$ac_try;;
10982 esac
10983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10984 $as_echo "$ac_try_echo") >&5
10985 (eval "$ac_compile") 2>conftest.er1
10986 ac_status=$?
10987 grep -v '^ *+' conftest.er1 >conftest.err
10988 rm -f conftest.er1
10989 cat conftest.err >&5
10990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10991 (exit $ac_status); } && {
10992 test -z "$ac_c_werror_flag" ||
10993 test ! -s conftest.err
10994 } && test -s conftest.$ac_objext; then
10995 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10996 $as_echo_n "checking for -lXrandr... " >&6; }
10997 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10998 $as_echo_n "(cached) " >&6
10999 else
11000 ac_check_soname_save_LIBS=$LIBS
11001 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11002 cat >conftest.$ac_ext <<_ACEOF
11003 /* confdefs.h. */
11004 _ACEOF
11005 cat confdefs.h >>conftest.$ac_ext
11006 cat >>conftest.$ac_ext <<_ACEOF
11007 /* end confdefs.h. */
11009 /* Override any GCC internal prototype to avoid an error.
11010 Use char because int might match the return type of a GCC
11011 builtin and then its argument prototype would still apply. */
11012 #ifdef __cplusplus
11013 extern "C"
11014 #endif
11015 char XRRQueryExtension ();
11017 main ()
11019 return XRRQueryExtension ();
11021 return 0;
11023 _ACEOF
11024 rm -f conftest.$ac_objext conftest$ac_exeext
11025 if { (ac_try="$ac_link"
11026 case "(($ac_try" in
11027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11028 *) ac_try_echo=$ac_try;;
11029 esac
11030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11031 $as_echo "$ac_try_echo") >&5
11032 (eval "$ac_link") 2>conftest.er1
11033 ac_status=$?
11034 grep -v '^ *+' conftest.er1 >conftest.err
11035 rm -f conftest.er1
11036 cat conftest.err >&5
11037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11038 (exit $ac_status); } && {
11039 test -z "$ac_c_werror_flag" ||
11040 test ! -s conftest.err
11041 } && test -s conftest$ac_exeext && {
11042 test "$cross_compiling" = yes ||
11043 $as_test_x conftest$ac_exeext
11044 }; then
11045 case "$LIBEXT" in
11046 dll) ;;
11047 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'` ;;
11048 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11049 esac
11050 else
11051 $as_echo "$as_me: failed program was:" >&5
11052 sed 's/^/| /' conftest.$ac_ext >&5
11057 rm -rf conftest.dSYM
11058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11059 conftest$ac_exeext conftest.$ac_ext
11060 LIBS=$ac_check_soname_save_LIBS
11062 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11063 { $as_echo "$as_me:$LINENO: result: not found" >&5
11064 $as_echo "not found" >&6; }
11066 else
11067 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11068 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11070 cat >>confdefs.h <<_ACEOF
11071 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11072 _ACEOF
11077 else
11078 $as_echo "$as_me: failed program was:" >&5
11079 sed 's/^/| /' conftest.$ac_ext >&5
11084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11086 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11087 case "x$with_xrandr" in
11088 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11089 xno) ;;
11090 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11091 This is an error since --with-xrandr was requested." >&5
11092 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11093 This is an error since --with-xrandr was requested." >&2;}
11094 { (exit 1); exit 1; }; } ;;
11095 esac
11099 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11100 then
11101 cat >conftest.$ac_ext <<_ACEOF
11102 /* confdefs.h. */
11103 _ACEOF
11104 cat confdefs.h >>conftest.$ac_ext
11105 cat >>conftest.$ac_ext <<_ACEOF
11106 /* end confdefs.h. */
11107 #include <X11/Xlib.h>
11108 #include <X11/extensions/Xinerama.h>
11110 main ()
11112 static typeof(XineramaQueryScreens) * func;
11114 return 0;
11116 _ACEOF
11117 rm -f conftest.$ac_objext
11118 if { (ac_try="$ac_compile"
11119 case "(($ac_try" in
11120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11121 *) ac_try_echo=$ac_try;;
11122 esac
11123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11124 $as_echo "$ac_try_echo") >&5
11125 (eval "$ac_compile") 2>conftest.er1
11126 ac_status=$?
11127 grep -v '^ *+' conftest.er1 >conftest.err
11128 rm -f conftest.er1
11129 cat conftest.err >&5
11130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11131 (exit $ac_status); } && {
11132 test -z "$ac_c_werror_flag" ||
11133 test ! -s conftest.err
11134 } && test -s conftest.$ac_objext; then
11135 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11136 $as_echo_n "checking for -lXinerama... " >&6; }
11137 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11138 $as_echo_n "(cached) " >&6
11139 else
11140 ac_check_soname_save_LIBS=$LIBS
11141 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11142 cat >conftest.$ac_ext <<_ACEOF
11143 /* confdefs.h. */
11144 _ACEOF
11145 cat confdefs.h >>conftest.$ac_ext
11146 cat >>conftest.$ac_ext <<_ACEOF
11147 /* end confdefs.h. */
11149 /* Override any GCC internal prototype to avoid an error.
11150 Use char because int might match the return type of a GCC
11151 builtin and then its argument prototype would still apply. */
11152 #ifdef __cplusplus
11153 extern "C"
11154 #endif
11155 char XineramaQueryScreens ();
11157 main ()
11159 return XineramaQueryScreens ();
11161 return 0;
11163 _ACEOF
11164 rm -f conftest.$ac_objext conftest$ac_exeext
11165 if { (ac_try="$ac_link"
11166 case "(($ac_try" in
11167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11168 *) ac_try_echo=$ac_try;;
11169 esac
11170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11171 $as_echo "$ac_try_echo") >&5
11172 (eval "$ac_link") 2>conftest.er1
11173 ac_status=$?
11174 grep -v '^ *+' conftest.er1 >conftest.err
11175 rm -f conftest.er1
11176 cat conftest.err >&5
11177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); } && {
11179 test -z "$ac_c_werror_flag" ||
11180 test ! -s conftest.err
11181 } && test -s conftest$ac_exeext && {
11182 test "$cross_compiling" = yes ||
11183 $as_test_x conftest$ac_exeext
11184 }; then
11185 case "$LIBEXT" in
11186 dll) ;;
11187 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'` ;;
11188 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11189 esac
11190 else
11191 $as_echo "$as_me: failed program was:" >&5
11192 sed 's/^/| /' conftest.$ac_ext >&5
11197 rm -rf conftest.dSYM
11198 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11199 conftest$ac_exeext conftest.$ac_ext
11200 LIBS=$ac_check_soname_save_LIBS
11202 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11203 { $as_echo "$as_me:$LINENO: result: not found" >&5
11204 $as_echo "not found" >&6; }
11206 else
11207 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11208 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11210 cat >>confdefs.h <<_ACEOF
11211 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11212 _ACEOF
11217 else
11218 $as_echo "$as_me: failed program was:" >&5
11219 sed 's/^/| /' conftest.$ac_ext >&5
11224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11226 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11227 case "x$with_xinerama" in
11228 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11229 xno) ;;
11230 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11231 This is an error since --with-xinerama was requested." >&5
11232 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11233 This is an error since --with-xinerama was requested." >&2;}
11234 { (exit 1); exit 1; }; } ;;
11235 esac
11239 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11240 then
11241 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11242 $as_echo_n "checking for -lXcomposite... " >&6; }
11243 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11244 $as_echo_n "(cached) " >&6
11245 else
11246 ac_check_soname_save_LIBS=$LIBS
11247 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11248 cat >conftest.$ac_ext <<_ACEOF
11249 /* confdefs.h. */
11250 _ACEOF
11251 cat confdefs.h >>conftest.$ac_ext
11252 cat >>conftest.$ac_ext <<_ACEOF
11253 /* end confdefs.h. */
11255 /* Override any GCC internal prototype to avoid an error.
11256 Use char because int might match the return type of a GCC
11257 builtin and then its argument prototype would still apply. */
11258 #ifdef __cplusplus
11259 extern "C"
11260 #endif
11261 char XCompositeRedirectWindow ();
11263 main ()
11265 return XCompositeRedirectWindow ();
11267 return 0;
11269 _ACEOF
11270 rm -f conftest.$ac_objext conftest$ac_exeext
11271 if { (ac_try="$ac_link"
11272 case "(($ac_try" in
11273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11274 *) ac_try_echo=$ac_try;;
11275 esac
11276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11277 $as_echo "$ac_try_echo") >&5
11278 (eval "$ac_link") 2>conftest.er1
11279 ac_status=$?
11280 grep -v '^ *+' conftest.er1 >conftest.err
11281 rm -f conftest.er1
11282 cat conftest.err >&5
11283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11284 (exit $ac_status); } && {
11285 test -z "$ac_c_werror_flag" ||
11286 test ! -s conftest.err
11287 } && test -s conftest$ac_exeext && {
11288 test "$cross_compiling" = yes ||
11289 $as_test_x conftest$ac_exeext
11290 }; then
11291 case "$LIBEXT" in
11292 dll) ;;
11293 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'` ;;
11294 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11295 esac
11296 else
11297 $as_echo "$as_me: failed program was:" >&5
11298 sed 's/^/| /' conftest.$ac_ext >&5
11303 rm -rf conftest.dSYM
11304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11305 conftest$ac_exeext conftest.$ac_ext
11306 LIBS=$ac_check_soname_save_LIBS
11308 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11309 { $as_echo "$as_me:$LINENO: result: not found" >&5
11310 $as_echo "not found" >&6; }
11312 else
11313 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11314 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11316 cat >>confdefs.h <<_ACEOF
11317 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11318 _ACEOF
11324 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11325 case "x$with_xcomposite" in
11326 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11327 xno) ;;
11328 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11329 This is an error since --with-xcomposite was requested." >&5
11330 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11331 This is an error since --with-xcomposite was requested." >&2;}
11332 { (exit 1); exit 1; }; } ;;
11333 esac
11337 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11338 $as_echo_n "checking for XICCallback.callback... " >&6; }
11339 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11340 $as_echo_n "(cached) " >&6
11341 else
11342 cat >conftest.$ac_ext <<_ACEOF
11343 /* confdefs.h. */
11344 _ACEOF
11345 cat confdefs.h >>conftest.$ac_ext
11346 cat >>conftest.$ac_ext <<_ACEOF
11347 /* end confdefs.h. */
11348 #ifdef HAVE_X11_XLIB_H
11349 #include <X11/Xlib.h>
11350 #endif
11353 main ()
11355 static XICCallback ac_aggr;
11356 if (ac_aggr.callback)
11357 return 0;
11359 return 0;
11361 _ACEOF
11362 rm -f conftest.$ac_objext
11363 if { (ac_try="$ac_compile"
11364 case "(($ac_try" in
11365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11366 *) ac_try_echo=$ac_try;;
11367 esac
11368 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11369 $as_echo "$ac_try_echo") >&5
11370 (eval "$ac_compile") 2>conftest.er1
11371 ac_status=$?
11372 grep -v '^ *+' conftest.er1 >conftest.err
11373 rm -f conftest.er1
11374 cat conftest.err >&5
11375 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11376 (exit $ac_status); } && {
11377 test -z "$ac_c_werror_flag" ||
11378 test ! -s conftest.err
11379 } && test -s conftest.$ac_objext; then
11380 ac_cv_member_XICCallback_callback=yes
11381 else
11382 $as_echo "$as_me: failed program was:" >&5
11383 sed 's/^/| /' conftest.$ac_ext >&5
11385 cat >conftest.$ac_ext <<_ACEOF
11386 /* confdefs.h. */
11387 _ACEOF
11388 cat confdefs.h >>conftest.$ac_ext
11389 cat >>conftest.$ac_ext <<_ACEOF
11390 /* end confdefs.h. */
11391 #ifdef HAVE_X11_XLIB_H
11392 #include <X11/Xlib.h>
11393 #endif
11396 main ()
11398 static XICCallback ac_aggr;
11399 if (sizeof ac_aggr.callback)
11400 return 0;
11402 return 0;
11404 _ACEOF
11405 rm -f conftest.$ac_objext
11406 if { (ac_try="$ac_compile"
11407 case "(($ac_try" in
11408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11409 *) ac_try_echo=$ac_try;;
11410 esac
11411 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11412 $as_echo "$ac_try_echo") >&5
11413 (eval "$ac_compile") 2>conftest.er1
11414 ac_status=$?
11415 grep -v '^ *+' conftest.er1 >conftest.err
11416 rm -f conftest.er1
11417 cat conftest.err >&5
11418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11419 (exit $ac_status); } && {
11420 test -z "$ac_c_werror_flag" ||
11421 test ! -s conftest.err
11422 } && test -s conftest.$ac_objext; then
11423 ac_cv_member_XICCallback_callback=yes
11424 else
11425 $as_echo "$as_me: failed program was:" >&5
11426 sed 's/^/| /' conftest.$ac_ext >&5
11428 ac_cv_member_XICCallback_callback=no
11431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11436 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11437 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11438 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11440 cat >>confdefs.h <<_ACEOF
11441 #define HAVE_XICCALLBACK_CALLBACK 1
11442 _ACEOF
11449 opengl_msg=""
11450 if test "x$with_opengl" != "xno"
11451 then
11456 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11458 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11459 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11460 $as_echo_n "checking for $ac_header... " >&6; }
11461 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11462 $as_echo_n "(cached) " >&6
11463 else
11464 cat >conftest.$ac_ext <<_ACEOF
11465 /* confdefs.h. */
11466 _ACEOF
11467 cat confdefs.h >>conftest.$ac_ext
11468 cat >>conftest.$ac_ext <<_ACEOF
11469 /* end confdefs.h. */
11470 #ifdef HAVE_GL_GLX_H
11471 # include <GL/glx.h>
11472 #endif
11474 #include <$ac_header>
11475 _ACEOF
11476 rm -f conftest.$ac_objext
11477 if { (ac_try="$ac_compile"
11478 case "(($ac_try" in
11479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11480 *) ac_try_echo=$ac_try;;
11481 esac
11482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11483 $as_echo "$ac_try_echo") >&5
11484 (eval "$ac_compile") 2>conftest.er1
11485 ac_status=$?
11486 grep -v '^ *+' conftest.er1 >conftest.err
11487 rm -f conftest.er1
11488 cat conftest.err >&5
11489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11490 (exit $ac_status); } && {
11491 test -z "$ac_c_werror_flag" ||
11492 test ! -s conftest.err
11493 } && test -s conftest.$ac_objext; then
11494 eval "$as_ac_Header=yes"
11495 else
11496 $as_echo "$as_me: failed program was:" >&5
11497 sed 's/^/| /' conftest.$ac_ext >&5
11499 eval "$as_ac_Header=no"
11502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11504 ac_res=`eval 'as_val=${'$as_ac_Header'}
11505 $as_echo "$as_val"'`
11506 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11507 $as_echo "$ac_res" >&6; }
11508 as_val=`eval 'as_val=${'$as_ac_Header'}
11509 $as_echo "$as_val"'`
11510 if test "x$as_val" = x""yes; then
11511 cat >>confdefs.h <<_ACEOF
11512 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11513 _ACEOF
11517 done
11519 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11520 then
11521 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11522 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11523 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11524 $as_echo_n "(cached) " >&6
11525 else
11526 cat >conftest.$ac_ext <<_ACEOF
11527 /* confdefs.h. */
11528 _ACEOF
11529 cat confdefs.h >>conftest.$ac_ext
11530 cat >>conftest.$ac_ext <<_ACEOF
11531 /* end confdefs.h. */
11532 #include <GL/gl.h>
11534 main ()
11536 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11538 return 0;
11540 _ACEOF
11541 rm -f conftest.$ac_objext
11542 if { (ac_try="$ac_compile"
11543 case "(($ac_try" in
11544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11545 *) ac_try_echo=$ac_try;;
11546 esac
11547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11548 $as_echo "$ac_try_echo") >&5
11549 (eval "$ac_compile") 2>conftest.er1
11550 ac_status=$?
11551 grep -v '^ *+' conftest.er1 >conftest.err
11552 rm -f conftest.er1
11553 cat conftest.err >&5
11554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555 (exit $ac_status); } && {
11556 test -z "$ac_c_werror_flag" ||
11557 test ! -s conftest.err
11558 } && test -s conftest.$ac_objext; then
11559 wine_cv_opengl_header_version_OK="yes"
11560 else
11561 $as_echo "$as_me: failed program was:" >&5
11562 sed 's/^/| /' conftest.$ac_ext >&5
11564 wine_cv_opengl_header_version_OK="no"
11567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11569 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11570 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11572 if test "$wine_cv_opengl_header_version_OK" = "yes"
11573 then
11574 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11575 $as_echo_n "checking for -lGL... " >&6; }
11576 if test "${ac_cv_lib_soname_GL+set}" = set; then
11577 $as_echo_n "(cached) " >&6
11578 else
11579 ac_check_soname_save_LIBS=$LIBS
11580 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11581 cat >conftest.$ac_ext <<_ACEOF
11582 /* confdefs.h. */
11583 _ACEOF
11584 cat confdefs.h >>conftest.$ac_ext
11585 cat >>conftest.$ac_ext <<_ACEOF
11586 /* end confdefs.h. */
11588 /* Override any GCC internal prototype to avoid an error.
11589 Use char because int might match the return type of a GCC
11590 builtin and then its argument prototype would still apply. */
11591 #ifdef __cplusplus
11592 extern "C"
11593 #endif
11594 char glXCreateContext ();
11596 main ()
11598 return glXCreateContext ();
11600 return 0;
11602 _ACEOF
11603 rm -f conftest.$ac_objext conftest$ac_exeext
11604 if { (ac_try="$ac_link"
11605 case "(($ac_try" in
11606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11607 *) ac_try_echo=$ac_try;;
11608 esac
11609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11610 $as_echo "$ac_try_echo") >&5
11611 (eval "$ac_link") 2>conftest.er1
11612 ac_status=$?
11613 grep -v '^ *+' conftest.er1 >conftest.err
11614 rm -f conftest.er1
11615 cat conftest.err >&5
11616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); } && {
11618 test -z "$ac_c_werror_flag" ||
11619 test ! -s conftest.err
11620 } && test -s conftest$ac_exeext && {
11621 test "$cross_compiling" = yes ||
11622 $as_test_x conftest$ac_exeext
11623 }; then
11624 case "$LIBEXT" in
11625 dll) ;;
11626 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'` ;;
11627 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11628 esac
11629 else
11630 $as_echo "$as_me: failed program was:" >&5
11631 sed 's/^/| /' conftest.$ac_ext >&5
11636 rm -rf conftest.dSYM
11637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11638 conftest$ac_exeext conftest.$ac_ext
11639 LIBS=$ac_check_soname_save_LIBS
11641 if test "x$ac_cv_lib_soname_GL" = "x"; then
11642 { $as_echo "$as_me:$LINENO: result: not found" >&5
11643 $as_echo "not found" >&6; }
11644 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11645 $as_echo_n "checking for -lGL... " >&6; }
11646 if test "${ac_cv_lib_soname_GL+set}" = set; then
11647 $as_echo_n "(cached) " >&6
11648 else
11649 ac_check_soname_save_LIBS=$LIBS
11650 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"
11651 cat >conftest.$ac_ext <<_ACEOF
11652 /* confdefs.h. */
11653 _ACEOF
11654 cat confdefs.h >>conftest.$ac_ext
11655 cat >>conftest.$ac_ext <<_ACEOF
11656 /* end confdefs.h. */
11658 /* Override any GCC internal prototype to avoid an error.
11659 Use char because int might match the return type of a GCC
11660 builtin and then its argument prototype would still apply. */
11661 #ifdef __cplusplus
11662 extern "C"
11663 #endif
11664 char glXCreateContext ();
11666 main ()
11668 return glXCreateContext ();
11670 return 0;
11672 _ACEOF
11673 rm -f conftest.$ac_objext conftest$ac_exeext
11674 if { (ac_try="$ac_link"
11675 case "(($ac_try" in
11676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11677 *) ac_try_echo=$ac_try;;
11678 esac
11679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11680 $as_echo "$ac_try_echo") >&5
11681 (eval "$ac_link") 2>conftest.er1
11682 ac_status=$?
11683 grep -v '^ *+' conftest.er1 >conftest.err
11684 rm -f conftest.er1
11685 cat conftest.err >&5
11686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11687 (exit $ac_status); } && {
11688 test -z "$ac_c_werror_flag" ||
11689 test ! -s conftest.err
11690 } && test -s conftest$ac_exeext && {
11691 test "$cross_compiling" = yes ||
11692 $as_test_x conftest$ac_exeext
11693 }; then
11694 case "$LIBEXT" in
11695 dll) ;;
11696 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'` ;;
11697 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11698 esac
11699 else
11700 $as_echo "$as_me: failed program was:" >&5
11701 sed 's/^/| /' conftest.$ac_ext >&5
11706 rm -rf conftest.dSYM
11707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11708 conftest$ac_exeext conftest.$ac_ext
11709 LIBS=$ac_check_soname_save_LIBS
11711 if test "x$ac_cv_lib_soname_GL" = "x"; then
11712 { $as_echo "$as_me:$LINENO: result: not found" >&5
11713 $as_echo "not found" >&6; }
11714 if test -f /usr/X11R6/lib/libGL.a
11715 then
11716 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11717 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11718 else
11719 opengl_msg="No OpenGL library found on this system."
11721 else
11722 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11723 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11725 cat >>confdefs.h <<_ACEOF
11726 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11727 _ACEOF
11729 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"
11731 cat >>confdefs.h <<\_ACEOF
11732 #define HAVE_OPENGL 1
11733 _ACEOF
11737 else
11738 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11739 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11741 cat >>confdefs.h <<_ACEOF
11742 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11743 _ACEOF
11745 OPENGL_LIBS="-lGL"
11747 cat >>confdefs.h <<\_ACEOF
11748 #define HAVE_OPENGL 1
11749 _ACEOF
11753 if test "$ac_cv_header_GL_glu_h" = "yes"
11754 then
11755 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11756 $as_echo_n "checking for -lGLU... " >&6; }
11757 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11758 $as_echo_n "(cached) " >&6
11759 else
11760 ac_check_soname_save_LIBS=$LIBS
11761 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11762 cat >conftest.$ac_ext <<_ACEOF
11763 /* confdefs.h. */
11764 _ACEOF
11765 cat confdefs.h >>conftest.$ac_ext
11766 cat >>conftest.$ac_ext <<_ACEOF
11767 /* end confdefs.h. */
11769 /* Override any GCC internal prototype to avoid an error.
11770 Use char because int might match the return type of a GCC
11771 builtin and then its argument prototype would still apply. */
11772 #ifdef __cplusplus
11773 extern "C"
11774 #endif
11775 char gluLookAt ();
11777 main ()
11779 return gluLookAt ();
11781 return 0;
11783 _ACEOF
11784 rm -f conftest.$ac_objext conftest$ac_exeext
11785 if { (ac_try="$ac_link"
11786 case "(($ac_try" in
11787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11788 *) ac_try_echo=$ac_try;;
11789 esac
11790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11791 $as_echo "$ac_try_echo") >&5
11792 (eval "$ac_link") 2>conftest.er1
11793 ac_status=$?
11794 grep -v '^ *+' conftest.er1 >conftest.err
11795 rm -f conftest.er1
11796 cat conftest.err >&5
11797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11798 (exit $ac_status); } && {
11799 test -z "$ac_c_werror_flag" ||
11800 test ! -s conftest.err
11801 } && test -s conftest$ac_exeext && {
11802 test "$cross_compiling" = yes ||
11803 $as_test_x conftest$ac_exeext
11804 }; then
11805 case "$LIBEXT" in
11806 dll) ;;
11807 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'` ;;
11808 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11809 esac
11810 else
11811 $as_echo "$as_me: failed program was:" >&5
11812 sed 's/^/| /' conftest.$ac_ext >&5
11817 rm -rf conftest.dSYM
11818 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11819 conftest$ac_exeext conftest.$ac_ext
11820 LIBS=$ac_check_soname_save_LIBS
11822 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11823 { $as_echo "$as_me:$LINENO: result: not found" >&5
11824 $as_echo "not found" >&6; }
11826 else
11827 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11828 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11830 cat >>confdefs.h <<_ACEOF
11831 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11832 _ACEOF
11838 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11839 case "x$with_glu" in
11840 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11841 xno) ;;
11842 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11843 This is an error since --with-glu was requested." >&5
11844 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11845 This is an error since --with-glu was requested." >&2;}
11846 { (exit 1); exit 1; }; } ;;
11847 esac
11850 else
11851 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11853 else
11854 opengl_msg="OpenGL development headers not found."
11856 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11857 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11858 else
11859 enable_opengl32=${enable_opengl32:-no}
11860 enable_glu32=${enable_glu32:-no}
11862 if test -n "$opengl_msg"; then
11863 case "x$with_opengl" in
11864 x) wine_warnings="$wine_warnings|$opengl_msg
11865 OpenGL and Direct3D won't be supported." ;;
11866 xno) ;;
11867 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11868 OpenGL and Direct3D won't be supported.
11869 This is an error since --with-opengl was requested." >&5
11870 $as_echo "$as_me: error: $opengl_msg
11871 OpenGL and Direct3D won't be supported.
11872 This is an error since --with-opengl was requested." >&2;}
11873 { (exit 1); exit 1; }; } ;;
11874 esac
11878 NASLIBS=""
11881 for ac_header in audio/audiolib.h
11883 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11884 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11885 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11886 $as_echo_n "checking for $ac_header... " >&6; }
11887 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11888 $as_echo_n "(cached) " >&6
11890 ac_res=`eval 'as_val=${'$as_ac_Header'}
11891 $as_echo "$as_val"'`
11892 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11893 $as_echo "$ac_res" >&6; }
11894 else
11895 # Is the header compilable?
11896 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11897 $as_echo_n "checking $ac_header usability... " >&6; }
11898 cat >conftest.$ac_ext <<_ACEOF
11899 /* confdefs.h. */
11900 _ACEOF
11901 cat confdefs.h >>conftest.$ac_ext
11902 cat >>conftest.$ac_ext <<_ACEOF
11903 /* end confdefs.h. */
11904 $ac_includes_default
11905 #include <$ac_header>
11906 _ACEOF
11907 rm -f conftest.$ac_objext
11908 if { (ac_try="$ac_compile"
11909 case "(($ac_try" in
11910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11911 *) ac_try_echo=$ac_try;;
11912 esac
11913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11914 $as_echo "$ac_try_echo") >&5
11915 (eval "$ac_compile") 2>conftest.er1
11916 ac_status=$?
11917 grep -v '^ *+' conftest.er1 >conftest.err
11918 rm -f conftest.er1
11919 cat conftest.err >&5
11920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11921 (exit $ac_status); } && {
11922 test -z "$ac_c_werror_flag" ||
11923 test ! -s conftest.err
11924 } && test -s conftest.$ac_objext; then
11925 ac_header_compiler=yes
11926 else
11927 $as_echo "$as_me: failed program was:" >&5
11928 sed 's/^/| /' conftest.$ac_ext >&5
11930 ac_header_compiler=no
11933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11934 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11935 $as_echo "$ac_header_compiler" >&6; }
11937 # Is the header present?
11938 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11939 $as_echo_n "checking $ac_header presence... " >&6; }
11940 cat >conftest.$ac_ext <<_ACEOF
11941 /* confdefs.h. */
11942 _ACEOF
11943 cat confdefs.h >>conftest.$ac_ext
11944 cat >>conftest.$ac_ext <<_ACEOF
11945 /* end confdefs.h. */
11946 #include <$ac_header>
11947 _ACEOF
11948 if { (ac_try="$ac_cpp conftest.$ac_ext"
11949 case "(($ac_try" in
11950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11951 *) ac_try_echo=$ac_try;;
11952 esac
11953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11954 $as_echo "$ac_try_echo") >&5
11955 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11956 ac_status=$?
11957 grep -v '^ *+' conftest.er1 >conftest.err
11958 rm -f conftest.er1
11959 cat conftest.err >&5
11960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } >/dev/null && {
11962 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11963 test ! -s conftest.err
11964 }; then
11965 ac_header_preproc=yes
11966 else
11967 $as_echo "$as_me: failed program was:" >&5
11968 sed 's/^/| /' conftest.$ac_ext >&5
11970 ac_header_preproc=no
11973 rm -f conftest.err conftest.$ac_ext
11974 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11975 $as_echo "$ac_header_preproc" >&6; }
11977 # So? What about this header?
11978 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11979 yes:no: )
11980 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11981 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11982 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11983 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11984 ac_header_preproc=yes
11986 no:yes:* )
11987 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11988 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11989 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11990 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11991 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11992 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11993 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11994 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11995 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11996 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11997 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11998 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11999 ( cat <<\_ASBOX
12000 ## ------------------------------------ ##
12001 ## Report this to wine-devel@winehq.org ##
12002 ## ------------------------------------ ##
12003 _ASBOX
12004 ) | sed "s/^/$as_me: WARNING: /" >&2
12006 esac
12007 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12008 $as_echo_n "checking for $ac_header... " >&6; }
12009 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12010 $as_echo_n "(cached) " >&6
12011 else
12012 eval "$as_ac_Header=\$ac_header_preproc"
12014 ac_res=`eval 'as_val=${'$as_ac_Header'}
12015 $as_echo "$as_val"'`
12016 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12017 $as_echo "$ac_res" >&6; }
12020 as_val=`eval 'as_val=${'$as_ac_Header'}
12021 $as_echo "$as_val"'`
12022 if test "x$as_val" = x""yes; then
12023 cat >>confdefs.h <<_ACEOF
12024 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12025 _ACEOF
12027 for ac_header in audio/soundlib.h
12029 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12030 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12031 $as_echo_n "checking for $ac_header... " >&6; }
12032 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12033 $as_echo_n "(cached) " >&6
12034 else
12035 cat >conftest.$ac_ext <<_ACEOF
12036 /* confdefs.h. */
12037 _ACEOF
12038 cat confdefs.h >>conftest.$ac_ext
12039 cat >>conftest.$ac_ext <<_ACEOF
12040 /* end confdefs.h. */
12041 #include <audio/audiolib.h>
12043 #include <$ac_header>
12044 _ACEOF
12045 rm -f conftest.$ac_objext
12046 if { (ac_try="$ac_compile"
12047 case "(($ac_try" in
12048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12049 *) ac_try_echo=$ac_try;;
12050 esac
12051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12052 $as_echo "$ac_try_echo") >&5
12053 (eval "$ac_compile") 2>conftest.er1
12054 ac_status=$?
12055 grep -v '^ *+' conftest.er1 >conftest.err
12056 rm -f conftest.er1
12057 cat conftest.err >&5
12058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12059 (exit $ac_status); } && {
12060 test -z "$ac_c_werror_flag" ||
12061 test ! -s conftest.err
12062 } && test -s conftest.$ac_objext; then
12063 eval "$as_ac_Header=yes"
12064 else
12065 $as_echo "$as_me: failed program was:" >&5
12066 sed 's/^/| /' conftest.$ac_ext >&5
12068 eval "$as_ac_Header=no"
12071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12073 ac_res=`eval 'as_val=${'$as_ac_Header'}
12074 $as_echo "$as_val"'`
12075 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12076 $as_echo "$ac_res" >&6; }
12077 as_val=`eval 'as_val=${'$as_ac_Header'}
12078 $as_echo "$as_val"'`
12079 if test "x$as_val" = x""yes; then
12080 cat >>confdefs.h <<_ACEOF
12081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12082 _ACEOF
12086 done
12088 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12089 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12090 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12091 $as_echo_n "(cached) " >&6
12092 else
12093 ac_check_lib_save_LIBS=$LIBS
12094 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12095 cat >conftest.$ac_ext <<_ACEOF
12096 /* confdefs.h. */
12097 _ACEOF
12098 cat confdefs.h >>conftest.$ac_ext
12099 cat >>conftest.$ac_ext <<_ACEOF
12100 /* end confdefs.h. */
12102 /* Override any GCC internal prototype to avoid an error.
12103 Use char because int might match the return type of a GCC
12104 builtin and then its argument prototype would still apply. */
12105 #ifdef __cplusplus
12106 extern "C"
12107 #endif
12108 char AuCreateFlow ();
12110 main ()
12112 return AuCreateFlow ();
12114 return 0;
12116 _ACEOF
12117 rm -f conftest.$ac_objext conftest$ac_exeext
12118 if { (ac_try="$ac_link"
12119 case "(($ac_try" in
12120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12121 *) ac_try_echo=$ac_try;;
12122 esac
12123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12124 $as_echo "$ac_try_echo") >&5
12125 (eval "$ac_link") 2>conftest.er1
12126 ac_status=$?
12127 grep -v '^ *+' conftest.er1 >conftest.err
12128 rm -f conftest.er1
12129 cat conftest.err >&5
12130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12131 (exit $ac_status); } && {
12132 test -z "$ac_c_werror_flag" ||
12133 test ! -s conftest.err
12134 } && test -s conftest$ac_exeext && {
12135 test "$cross_compiling" = yes ||
12136 $as_test_x conftest$ac_exeext
12137 }; then
12138 ac_cv_lib_audio_AuCreateFlow=yes
12139 else
12140 $as_echo "$as_me: failed program was:" >&5
12141 sed 's/^/| /' conftest.$ac_ext >&5
12143 ac_cv_lib_audio_AuCreateFlow=no
12146 rm -rf conftest.dSYM
12147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12148 conftest$ac_exeext conftest.$ac_ext
12149 LIBS=$ac_check_lib_save_LIBS
12151 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12152 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12153 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12155 cat >>confdefs.h <<\_ACEOF
12156 #define HAVE_NAS 1
12157 _ACEOF
12159 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12160 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12161 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12162 $as_echo_n "(cached) " >&6
12163 else
12164 ac_check_lib_save_LIBS=$LIBS
12165 LIBS="-lXau $X_LIBS $LIBS"
12166 cat >conftest.$ac_ext <<_ACEOF
12167 /* confdefs.h. */
12168 _ACEOF
12169 cat confdefs.h >>conftest.$ac_ext
12170 cat >>conftest.$ac_ext <<_ACEOF
12171 /* end confdefs.h. */
12173 /* Override any GCC internal prototype to avoid an error.
12174 Use char because int might match the return type of a GCC
12175 builtin and then its argument prototype would still apply. */
12176 #ifdef __cplusplus
12177 extern "C"
12178 #endif
12179 char XauGetBestAuthByAddr ();
12181 main ()
12183 return XauGetBestAuthByAddr ();
12185 return 0;
12187 _ACEOF
12188 rm -f conftest.$ac_objext conftest$ac_exeext
12189 if { (ac_try="$ac_link"
12190 case "(($ac_try" in
12191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12192 *) ac_try_echo=$ac_try;;
12193 esac
12194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12195 $as_echo "$ac_try_echo") >&5
12196 (eval "$ac_link") 2>conftest.er1
12197 ac_status=$?
12198 grep -v '^ *+' conftest.er1 >conftest.err
12199 rm -f conftest.er1
12200 cat conftest.err >&5
12201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12202 (exit $ac_status); } && {
12203 test -z "$ac_c_werror_flag" ||
12204 test ! -s conftest.err
12205 } && test -s conftest$ac_exeext && {
12206 test "$cross_compiling" = yes ||
12207 $as_test_x conftest$ac_exeext
12208 }; then
12209 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12210 else
12211 $as_echo "$as_me: failed program was:" >&5
12212 sed 's/^/| /' conftest.$ac_ext >&5
12214 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12217 rm -rf conftest.dSYM
12218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12219 conftest$ac_exeext conftest.$ac_ext
12220 LIBS=$ac_check_lib_save_LIBS
12222 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12223 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12224 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12225 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12226 else
12227 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12235 done
12238 CPPFLAGS="$ac_save_CPPFLAGS"
12239 else
12240 XLIB=""
12241 X_CFLAGS=""
12242 X_LIBS=""
12243 enable_winex11_drv=${enable_winex11_drv:-no}
12244 enable_opengl32=${enable_opengl32:-no}
12245 enable_glu32=${enable_glu32:-no}
12247 if test "x$XLIB" = "x"; then
12248 case "x$with_x" in
12249 xno) ;;
12250 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12251 without X support, which probably isn't what you want. You will need to install
12252 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12253 Use the --without-x option if you really want this." >&5
12254 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12255 without X support, which probably isn't what you want. You will need to install
12256 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12257 Use the --without-x option if you really want this." >&2;}
12258 { (exit 1); exit 1; }; } ;;
12259 esac
12264 XML2LIBS=""
12266 XML2INCL=""
12268 XSLTINCL=""
12270 if test "x$with_xml" != "xno"
12271 then
12272 ac_save_CPPFLAGS="$CPPFLAGS"
12273 if test "$PKG_CONFIG" != "false"
12274 then
12275 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12276 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12277 else
12278 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12279 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12281 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12283 for ac_header in libxml/parser.h
12285 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12286 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12287 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12288 $as_echo_n "checking for $ac_header... " >&6; }
12289 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12290 $as_echo_n "(cached) " >&6
12292 ac_res=`eval 'as_val=${'$as_ac_Header'}
12293 $as_echo "$as_val"'`
12294 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12295 $as_echo "$ac_res" >&6; }
12296 else
12297 # Is the header compilable?
12298 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12299 $as_echo_n "checking $ac_header usability... " >&6; }
12300 cat >conftest.$ac_ext <<_ACEOF
12301 /* confdefs.h. */
12302 _ACEOF
12303 cat confdefs.h >>conftest.$ac_ext
12304 cat >>conftest.$ac_ext <<_ACEOF
12305 /* end confdefs.h. */
12306 $ac_includes_default
12307 #include <$ac_header>
12308 _ACEOF
12309 rm -f conftest.$ac_objext
12310 if { (ac_try="$ac_compile"
12311 case "(($ac_try" in
12312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12313 *) ac_try_echo=$ac_try;;
12314 esac
12315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12316 $as_echo "$ac_try_echo") >&5
12317 (eval "$ac_compile") 2>conftest.er1
12318 ac_status=$?
12319 grep -v '^ *+' conftest.er1 >conftest.err
12320 rm -f conftest.er1
12321 cat conftest.err >&5
12322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12323 (exit $ac_status); } && {
12324 test -z "$ac_c_werror_flag" ||
12325 test ! -s conftest.err
12326 } && test -s conftest.$ac_objext; then
12327 ac_header_compiler=yes
12328 else
12329 $as_echo "$as_me: failed program was:" >&5
12330 sed 's/^/| /' conftest.$ac_ext >&5
12332 ac_header_compiler=no
12335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12336 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12337 $as_echo "$ac_header_compiler" >&6; }
12339 # Is the header present?
12340 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12341 $as_echo_n "checking $ac_header presence... " >&6; }
12342 cat >conftest.$ac_ext <<_ACEOF
12343 /* confdefs.h. */
12344 _ACEOF
12345 cat confdefs.h >>conftest.$ac_ext
12346 cat >>conftest.$ac_ext <<_ACEOF
12347 /* end confdefs.h. */
12348 #include <$ac_header>
12349 _ACEOF
12350 if { (ac_try="$ac_cpp conftest.$ac_ext"
12351 case "(($ac_try" in
12352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12353 *) ac_try_echo=$ac_try;;
12354 esac
12355 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12356 $as_echo "$ac_try_echo") >&5
12357 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12358 ac_status=$?
12359 grep -v '^ *+' conftest.er1 >conftest.err
12360 rm -f conftest.er1
12361 cat conftest.err >&5
12362 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12363 (exit $ac_status); } >/dev/null && {
12364 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12365 test ! -s conftest.err
12366 }; then
12367 ac_header_preproc=yes
12368 else
12369 $as_echo "$as_me: failed program was:" >&5
12370 sed 's/^/| /' conftest.$ac_ext >&5
12372 ac_header_preproc=no
12375 rm -f conftest.err conftest.$ac_ext
12376 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12377 $as_echo "$ac_header_preproc" >&6; }
12379 # So? What about this header?
12380 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12381 yes:no: )
12382 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12383 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12384 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12385 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12386 ac_header_preproc=yes
12388 no:yes:* )
12389 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12390 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12391 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12392 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12393 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12394 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12395 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12396 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12397 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12398 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12399 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12400 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12401 ( cat <<\_ASBOX
12402 ## ------------------------------------ ##
12403 ## Report this to wine-devel@winehq.org ##
12404 ## ------------------------------------ ##
12405 _ASBOX
12406 ) | sed "s/^/$as_me: WARNING: /" >&2
12408 esac
12409 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12410 $as_echo_n "checking for $ac_header... " >&6; }
12411 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12412 $as_echo_n "(cached) " >&6
12413 else
12414 eval "$as_ac_Header=\$ac_header_preproc"
12416 ac_res=`eval 'as_val=${'$as_ac_Header'}
12417 $as_echo "$as_val"'`
12418 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12419 $as_echo "$ac_res" >&6; }
12422 as_val=`eval 'as_val=${'$as_ac_Header'}
12423 $as_echo "$as_val"'`
12424 if test "x$as_val" = x""yes; then
12425 cat >>confdefs.h <<_ACEOF
12426 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12427 _ACEOF
12428 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12429 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12430 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12431 $as_echo_n "(cached) " >&6
12432 else
12433 ac_check_lib_save_LIBS=$LIBS
12434 LIBS="-lxml2 $ac_xml_libs $LIBS"
12435 cat >conftest.$ac_ext <<_ACEOF
12436 /* confdefs.h. */
12437 _ACEOF
12438 cat confdefs.h >>conftest.$ac_ext
12439 cat >>conftest.$ac_ext <<_ACEOF
12440 /* end confdefs.h. */
12442 /* Override any GCC internal prototype to avoid an error.
12443 Use char because int might match the return type of a GCC
12444 builtin and then its argument prototype would still apply. */
12445 #ifdef __cplusplus
12446 extern "C"
12447 #endif
12448 char xmlParseMemory ();
12450 main ()
12452 return xmlParseMemory ();
12454 return 0;
12456 _ACEOF
12457 rm -f conftest.$ac_objext conftest$ac_exeext
12458 if { (ac_try="$ac_link"
12459 case "(($ac_try" in
12460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12461 *) ac_try_echo=$ac_try;;
12462 esac
12463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12464 $as_echo "$ac_try_echo") >&5
12465 (eval "$ac_link") 2>conftest.er1
12466 ac_status=$?
12467 grep -v '^ *+' conftest.er1 >conftest.err
12468 rm -f conftest.er1
12469 cat conftest.err >&5
12470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12471 (exit $ac_status); } && {
12472 test -z "$ac_c_werror_flag" ||
12473 test ! -s conftest.err
12474 } && test -s conftest$ac_exeext && {
12475 test "$cross_compiling" = yes ||
12476 $as_test_x conftest$ac_exeext
12477 }; then
12478 ac_cv_lib_xml2_xmlParseMemory=yes
12479 else
12480 $as_echo "$as_me: failed program was:" >&5
12481 sed 's/^/| /' conftest.$ac_ext >&5
12483 ac_cv_lib_xml2_xmlParseMemory=no
12486 rm -rf conftest.dSYM
12487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12488 conftest$ac_exeext conftest.$ac_ext
12489 LIBS=$ac_check_lib_save_LIBS
12491 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12492 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12493 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12495 cat >>confdefs.h <<\_ACEOF
12496 #define HAVE_LIBXML2 1
12497 _ACEOF
12499 XML2LIBS="$ac_xml_libs"
12500 XML2INCL="$ac_xml_cflags"
12503 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12504 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12505 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12506 $as_echo_n "(cached) " >&6
12507 else
12508 ac_check_lib_save_LIBS=$LIBS
12509 LIBS="-lxml2 $ac_xml_libs $LIBS"
12510 cat >conftest.$ac_ext <<_ACEOF
12511 /* confdefs.h. */
12512 _ACEOF
12513 cat confdefs.h >>conftest.$ac_ext
12514 cat >>conftest.$ac_ext <<_ACEOF
12515 /* end confdefs.h. */
12517 /* Override any GCC internal prototype to avoid an error.
12518 Use char because int might match the return type of a GCC
12519 builtin and then its argument prototype would still apply. */
12520 #ifdef __cplusplus
12521 extern "C"
12522 #endif
12523 char xmlReadMemory ();
12525 main ()
12527 return xmlReadMemory ();
12529 return 0;
12531 _ACEOF
12532 rm -f conftest.$ac_objext conftest$ac_exeext
12533 if { (ac_try="$ac_link"
12534 case "(($ac_try" in
12535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12536 *) ac_try_echo=$ac_try;;
12537 esac
12538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12539 $as_echo "$ac_try_echo") >&5
12540 (eval "$ac_link") 2>conftest.er1
12541 ac_status=$?
12542 grep -v '^ *+' conftest.er1 >conftest.err
12543 rm -f conftest.er1
12544 cat conftest.err >&5
12545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); } && {
12547 test -z "$ac_c_werror_flag" ||
12548 test ! -s conftest.err
12549 } && test -s conftest$ac_exeext && {
12550 test "$cross_compiling" = yes ||
12551 $as_test_x conftest$ac_exeext
12552 }; then
12553 ac_cv_lib_xml2_xmlReadMemory=yes
12554 else
12555 $as_echo "$as_me: failed program was:" >&5
12556 sed 's/^/| /' conftest.$ac_ext >&5
12558 ac_cv_lib_xml2_xmlReadMemory=no
12561 rm -rf conftest.dSYM
12562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12563 conftest$ac_exeext conftest.$ac_ext
12564 LIBS=$ac_check_lib_save_LIBS
12566 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12567 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12568 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12570 cat >>confdefs.h <<\_ACEOF
12571 #define HAVE_XMLREADMEMORY 1
12572 _ACEOF
12576 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12577 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12578 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12579 $as_echo_n "(cached) " >&6
12580 else
12581 ac_check_lib_save_LIBS=$LIBS
12582 LIBS="-lxml2 $ac_xml_libs $LIBS"
12583 cat >conftest.$ac_ext <<_ACEOF
12584 /* confdefs.h. */
12585 _ACEOF
12586 cat confdefs.h >>conftest.$ac_ext
12587 cat >>conftest.$ac_ext <<_ACEOF
12588 /* end confdefs.h. */
12590 /* Override any GCC internal prototype to avoid an error.
12591 Use char because int might match the return type of a GCC
12592 builtin and then its argument prototype would still apply. */
12593 #ifdef __cplusplus
12594 extern "C"
12595 #endif
12596 char xmlNewDocPI ();
12598 main ()
12600 return xmlNewDocPI ();
12602 return 0;
12604 _ACEOF
12605 rm -f conftest.$ac_objext conftest$ac_exeext
12606 if { (ac_try="$ac_link"
12607 case "(($ac_try" in
12608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12609 *) ac_try_echo=$ac_try;;
12610 esac
12611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12612 $as_echo "$ac_try_echo") >&5
12613 (eval "$ac_link") 2>conftest.er1
12614 ac_status=$?
12615 grep -v '^ *+' conftest.er1 >conftest.err
12616 rm -f conftest.er1
12617 cat conftest.err >&5
12618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12619 (exit $ac_status); } && {
12620 test -z "$ac_c_werror_flag" ||
12621 test ! -s conftest.err
12622 } && test -s conftest$ac_exeext && {
12623 test "$cross_compiling" = yes ||
12624 $as_test_x conftest$ac_exeext
12625 }; then
12626 ac_cv_lib_xml2_xmlNewDocPI=yes
12627 else
12628 $as_echo "$as_me: failed program was:" >&5
12629 sed 's/^/| /' conftest.$ac_ext >&5
12631 ac_cv_lib_xml2_xmlNewDocPI=no
12634 rm -rf conftest.dSYM
12635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12636 conftest$ac_exeext conftest.$ac_ext
12637 LIBS=$ac_check_lib_save_LIBS
12639 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12640 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12641 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12643 cat >>confdefs.h <<\_ACEOF
12644 #define HAVE_XMLNEWDOCPI 1
12645 _ACEOF
12652 done
12654 CPPFLAGS="$ac_save_CPPFLAGS"
12656 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12657 case "x$with_xml" in
12658 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12659 xno) ;;
12660 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12661 This is an error since --with-xml was requested." >&5
12662 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12663 This is an error since --with-xml was requested." >&2;}
12664 { (exit 1); exit 1; }; } ;;
12665 esac
12669 if test "x$with_xslt" != "xno"
12670 then
12671 if test "$PKG_CONFIG" != "false"
12672 then
12673 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12674 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12675 else
12676 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12677 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12679 ac_save_CPPFLAGS="$CPPFLAGS"
12680 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12683 for ac_header in libxslt/pattern.h libxslt/transform.h
12685 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12686 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12687 $as_echo_n "checking for $ac_header... " >&6; }
12688 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12689 $as_echo_n "(cached) " >&6
12690 else
12691 cat >conftest.$ac_ext <<_ACEOF
12692 /* confdefs.h. */
12693 _ACEOF
12694 cat confdefs.h >>conftest.$ac_ext
12695 cat >>conftest.$ac_ext <<_ACEOF
12696 /* end confdefs.h. */
12697 #ifdef HAVE_LIBXSLT_PATTERN_H
12698 # include <libxslt/pattern.h>
12699 #endif
12701 #include <$ac_header>
12702 _ACEOF
12703 rm -f conftest.$ac_objext
12704 if { (ac_try="$ac_compile"
12705 case "(($ac_try" in
12706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12707 *) ac_try_echo=$ac_try;;
12708 esac
12709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12710 $as_echo "$ac_try_echo") >&5
12711 (eval "$ac_compile") 2>conftest.er1
12712 ac_status=$?
12713 grep -v '^ *+' conftest.er1 >conftest.err
12714 rm -f conftest.er1
12715 cat conftest.err >&5
12716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12717 (exit $ac_status); } && {
12718 test -z "$ac_c_werror_flag" ||
12719 test ! -s conftest.err
12720 } && test -s conftest.$ac_objext; then
12721 eval "$as_ac_Header=yes"
12722 else
12723 $as_echo "$as_me: failed program was:" >&5
12724 sed 's/^/| /' conftest.$ac_ext >&5
12726 eval "$as_ac_Header=no"
12729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12731 ac_res=`eval 'as_val=${'$as_ac_Header'}
12732 $as_echo "$as_val"'`
12733 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12734 $as_echo "$ac_res" >&6; }
12735 as_val=`eval 'as_val=${'$as_ac_Header'}
12736 $as_echo "$as_val"'`
12737 if test "x$as_val" = x""yes; then
12738 cat >>confdefs.h <<_ACEOF
12739 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12740 _ACEOF
12744 done
12746 CPPFLAGS="$ac_save_CPPFLAGS"
12747 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12748 then
12749 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12750 $as_echo_n "checking for -lxslt... " >&6; }
12751 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12752 $as_echo_n "(cached) " >&6
12753 else
12754 ac_check_soname_save_LIBS=$LIBS
12755 LIBS="-lxslt $ac_xslt_libs $LIBS"
12756 cat >conftest.$ac_ext <<_ACEOF
12757 /* confdefs.h. */
12758 _ACEOF
12759 cat confdefs.h >>conftest.$ac_ext
12760 cat >>conftest.$ac_ext <<_ACEOF
12761 /* end confdefs.h. */
12763 /* Override any GCC internal prototype to avoid an error.
12764 Use char because int might match the return type of a GCC
12765 builtin and then its argument prototype would still apply. */
12766 #ifdef __cplusplus
12767 extern "C"
12768 #endif
12769 char xsltCompilePattern ();
12771 main ()
12773 return xsltCompilePattern ();
12775 return 0;
12777 _ACEOF
12778 rm -f conftest.$ac_objext conftest$ac_exeext
12779 if { (ac_try="$ac_link"
12780 case "(($ac_try" in
12781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12782 *) ac_try_echo=$ac_try;;
12783 esac
12784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12785 $as_echo "$ac_try_echo") >&5
12786 (eval "$ac_link") 2>conftest.er1
12787 ac_status=$?
12788 grep -v '^ *+' conftest.er1 >conftest.err
12789 rm -f conftest.er1
12790 cat conftest.err >&5
12791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12792 (exit $ac_status); } && {
12793 test -z "$ac_c_werror_flag" ||
12794 test ! -s conftest.err
12795 } && test -s conftest$ac_exeext && {
12796 test "$cross_compiling" = yes ||
12797 $as_test_x conftest$ac_exeext
12798 }; then
12799 case "$LIBEXT" in
12800 dll) ;;
12801 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'` ;;
12802 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12803 esac
12804 else
12805 $as_echo "$as_me: failed program was:" >&5
12806 sed 's/^/| /' conftest.$ac_ext >&5
12811 rm -rf conftest.dSYM
12812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12813 conftest$ac_exeext conftest.$ac_ext
12814 LIBS=$ac_check_soname_save_LIBS
12816 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12817 { $as_echo "$as_me:$LINENO: result: not found" >&5
12818 $as_echo "not found" >&6; }
12820 else
12821 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12822 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12824 cat >>confdefs.h <<_ACEOF
12825 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12826 _ACEOF
12828 XSLTINCL="$ac_xslt_cflags"
12833 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12834 case "x$with_xslt" in
12835 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12836 xno) ;;
12837 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12838 This is an error since --with-xslt was requested." >&5
12839 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12840 This is an error since --with-xslt was requested." >&2;}
12841 { (exit 1); exit 1; }; } ;;
12842 esac
12846 HALINCL=""
12848 if test "x$with_hal" != "xno"
12849 then
12850 ac_save_CPPFLAGS="$CPPFLAGS"
12851 if test "$PKG_CONFIG" != "false"
12852 then
12853 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12854 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12855 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12859 for ac_header in dbus/dbus.h hal/libhal.h
12861 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12862 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12863 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12864 $as_echo_n "checking for $ac_header... " >&6; }
12865 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12866 $as_echo_n "(cached) " >&6
12868 ac_res=`eval 'as_val=${'$as_ac_Header'}
12869 $as_echo "$as_val"'`
12870 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12871 $as_echo "$ac_res" >&6; }
12872 else
12873 # Is the header compilable?
12874 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12875 $as_echo_n "checking $ac_header usability... " >&6; }
12876 cat >conftest.$ac_ext <<_ACEOF
12877 /* confdefs.h. */
12878 _ACEOF
12879 cat confdefs.h >>conftest.$ac_ext
12880 cat >>conftest.$ac_ext <<_ACEOF
12881 /* end confdefs.h. */
12882 $ac_includes_default
12883 #include <$ac_header>
12884 _ACEOF
12885 rm -f conftest.$ac_objext
12886 if { (ac_try="$ac_compile"
12887 case "(($ac_try" in
12888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12889 *) ac_try_echo=$ac_try;;
12890 esac
12891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12892 $as_echo "$ac_try_echo") >&5
12893 (eval "$ac_compile") 2>conftest.er1
12894 ac_status=$?
12895 grep -v '^ *+' conftest.er1 >conftest.err
12896 rm -f conftest.er1
12897 cat conftest.err >&5
12898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12899 (exit $ac_status); } && {
12900 test -z "$ac_c_werror_flag" ||
12901 test ! -s conftest.err
12902 } && test -s conftest.$ac_objext; then
12903 ac_header_compiler=yes
12904 else
12905 $as_echo "$as_me: failed program was:" >&5
12906 sed 's/^/| /' conftest.$ac_ext >&5
12908 ac_header_compiler=no
12911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12912 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12913 $as_echo "$ac_header_compiler" >&6; }
12915 # Is the header present?
12916 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12917 $as_echo_n "checking $ac_header presence... " >&6; }
12918 cat >conftest.$ac_ext <<_ACEOF
12919 /* confdefs.h. */
12920 _ACEOF
12921 cat confdefs.h >>conftest.$ac_ext
12922 cat >>conftest.$ac_ext <<_ACEOF
12923 /* end confdefs.h. */
12924 #include <$ac_header>
12925 _ACEOF
12926 if { (ac_try="$ac_cpp conftest.$ac_ext"
12927 case "(($ac_try" in
12928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12929 *) ac_try_echo=$ac_try;;
12930 esac
12931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12932 $as_echo "$ac_try_echo") >&5
12933 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12934 ac_status=$?
12935 grep -v '^ *+' conftest.er1 >conftest.err
12936 rm -f conftest.er1
12937 cat conftest.err >&5
12938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12939 (exit $ac_status); } >/dev/null && {
12940 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12941 test ! -s conftest.err
12942 }; then
12943 ac_header_preproc=yes
12944 else
12945 $as_echo "$as_me: failed program was:" >&5
12946 sed 's/^/| /' conftest.$ac_ext >&5
12948 ac_header_preproc=no
12951 rm -f conftest.err conftest.$ac_ext
12952 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12953 $as_echo "$ac_header_preproc" >&6; }
12955 # So? What about this header?
12956 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12957 yes:no: )
12958 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12959 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12960 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12961 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12962 ac_header_preproc=yes
12964 no:yes:* )
12965 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12966 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12967 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12968 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12969 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12970 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12971 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12972 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12973 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12974 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12975 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12976 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12977 ( cat <<\_ASBOX
12978 ## ------------------------------------ ##
12979 ## Report this to wine-devel@winehq.org ##
12980 ## ------------------------------------ ##
12981 _ASBOX
12982 ) | sed "s/^/$as_me: WARNING: /" >&2
12984 esac
12985 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12986 $as_echo_n "checking for $ac_header... " >&6; }
12987 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12988 $as_echo_n "(cached) " >&6
12989 else
12990 eval "$as_ac_Header=\$ac_header_preproc"
12992 ac_res=`eval 'as_val=${'$as_ac_Header'}
12993 $as_echo "$as_val"'`
12994 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12995 $as_echo "$ac_res" >&6; }
12998 as_val=`eval 'as_val=${'$as_ac_Header'}
12999 $as_echo "$as_val"'`
13000 if test "x$as_val" = x""yes; then
13001 cat >>confdefs.h <<_ACEOF
13002 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13003 _ACEOF
13007 done
13009 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13010 then
13011 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13012 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13013 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13014 $as_echo_n "(cached) " >&6
13015 else
13016 ac_check_lib_save_LIBS=$LIBS
13017 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13018 cat >conftest.$ac_ext <<_ACEOF
13019 /* confdefs.h. */
13020 _ACEOF
13021 cat confdefs.h >>conftest.$ac_ext
13022 cat >>conftest.$ac_ext <<_ACEOF
13023 /* end confdefs.h. */
13025 /* Override any GCC internal prototype to avoid an error.
13026 Use char because int might match the return type of a GCC
13027 builtin and then its argument prototype would still apply. */
13028 #ifdef __cplusplus
13029 extern "C"
13030 #endif
13031 char dbus_connection_close ();
13033 main ()
13035 return dbus_connection_close ();
13037 return 0;
13039 _ACEOF
13040 rm -f conftest.$ac_objext conftest$ac_exeext
13041 if { (ac_try="$ac_link"
13042 case "(($ac_try" in
13043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13044 *) ac_try_echo=$ac_try;;
13045 esac
13046 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13047 $as_echo "$ac_try_echo") >&5
13048 (eval "$ac_link") 2>conftest.er1
13049 ac_status=$?
13050 grep -v '^ *+' conftest.er1 >conftest.err
13051 rm -f conftest.er1
13052 cat conftest.err >&5
13053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13054 (exit $ac_status); } && {
13055 test -z "$ac_c_werror_flag" ||
13056 test ! -s conftest.err
13057 } && test -s conftest$ac_exeext && {
13058 test "$cross_compiling" = yes ||
13059 $as_test_x conftest$ac_exeext
13060 }; then
13061 ac_cv_lib_dbus_1_dbus_connection_close=yes
13062 else
13063 $as_echo "$as_me: failed program was:" >&5
13064 sed 's/^/| /' conftest.$ac_ext >&5
13066 ac_cv_lib_dbus_1_dbus_connection_close=no
13069 rm -rf conftest.dSYM
13070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13071 conftest$ac_exeext conftest.$ac_ext
13072 LIBS=$ac_check_lib_save_LIBS
13074 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13075 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13076 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13077 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13078 $as_echo_n "checking for -lhal... " >&6; }
13079 if test "${ac_cv_lib_soname_hal+set}" = set; then
13080 $as_echo_n "(cached) " >&6
13081 else
13082 ac_check_soname_save_LIBS=$LIBS
13083 LIBS="-lhal $ac_hal_libs $LIBS"
13084 cat >conftest.$ac_ext <<_ACEOF
13085 /* confdefs.h. */
13086 _ACEOF
13087 cat confdefs.h >>conftest.$ac_ext
13088 cat >>conftest.$ac_ext <<_ACEOF
13089 /* end confdefs.h. */
13091 /* Override any GCC internal prototype to avoid an error.
13092 Use char because int might match the return type of a GCC
13093 builtin and then its argument prototype would still apply. */
13094 #ifdef __cplusplus
13095 extern "C"
13096 #endif
13097 char libhal_ctx_new ();
13099 main ()
13101 return libhal_ctx_new ();
13103 return 0;
13105 _ACEOF
13106 rm -f conftest.$ac_objext conftest$ac_exeext
13107 if { (ac_try="$ac_link"
13108 case "(($ac_try" in
13109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13110 *) ac_try_echo=$ac_try;;
13111 esac
13112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13113 $as_echo "$ac_try_echo") >&5
13114 (eval "$ac_link") 2>conftest.er1
13115 ac_status=$?
13116 grep -v '^ *+' conftest.er1 >conftest.err
13117 rm -f conftest.er1
13118 cat conftest.err >&5
13119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13120 (exit $ac_status); } && {
13121 test -z "$ac_c_werror_flag" ||
13122 test ! -s conftest.err
13123 } && test -s conftest$ac_exeext && {
13124 test "$cross_compiling" = yes ||
13125 $as_test_x conftest$ac_exeext
13126 }; then
13127 case "$LIBEXT" in
13128 dll) ;;
13129 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'` ;;
13130 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13131 esac
13132 else
13133 $as_echo "$as_me: failed program was:" >&5
13134 sed 's/^/| /' conftest.$ac_ext >&5
13139 rm -rf conftest.dSYM
13140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13141 conftest$ac_exeext conftest.$ac_ext
13142 LIBS=$ac_check_soname_save_LIBS
13144 if test "x$ac_cv_lib_soname_hal" = "x"; then
13145 { $as_echo "$as_me:$LINENO: result: not found" >&5
13146 $as_echo "not found" >&6; }
13148 else
13149 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13150 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13152 cat >>confdefs.h <<_ACEOF
13153 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13154 _ACEOF
13156 HALINCL="$ac_hal_cflags"
13162 CPPFLAGS="$ac_save_CPPFLAGS"
13164 if test "x$ac_cv_lib_soname_hal" = "x"; then
13165 case "x$with_hal" in
13166 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13167 xno) ;;
13168 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13169 This is an error since --with-hal was requested." >&5
13170 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13171 This is an error since --with-hal was requested." >&2;}
13172 { (exit 1); exit 1; }; } ;;
13173 esac
13177 if test "x$with_gnutls" != "xno"
13178 then
13179 ac_save_CPPFLAGS="$CPPFLAGS"
13180 if test "$PKG_CONFIG" != "false"
13181 then
13182 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13183 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13184 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13186 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13187 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13188 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13189 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13190 $as_echo_n "(cached) " >&6
13192 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13193 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13194 else
13195 # Is the header compilable?
13196 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13197 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13198 cat >conftest.$ac_ext <<_ACEOF
13199 /* confdefs.h. */
13200 _ACEOF
13201 cat confdefs.h >>conftest.$ac_ext
13202 cat >>conftest.$ac_ext <<_ACEOF
13203 /* end confdefs.h. */
13204 $ac_includes_default
13205 #include <gnutls/gnutls.h>
13206 _ACEOF
13207 rm -f conftest.$ac_objext
13208 if { (ac_try="$ac_compile"
13209 case "(($ac_try" in
13210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13211 *) ac_try_echo=$ac_try;;
13212 esac
13213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13214 $as_echo "$ac_try_echo") >&5
13215 (eval "$ac_compile") 2>conftest.er1
13216 ac_status=$?
13217 grep -v '^ *+' conftest.er1 >conftest.err
13218 rm -f conftest.er1
13219 cat conftest.err >&5
13220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13221 (exit $ac_status); } && {
13222 test -z "$ac_c_werror_flag" ||
13223 test ! -s conftest.err
13224 } && test -s conftest.$ac_objext; then
13225 ac_header_compiler=yes
13226 else
13227 $as_echo "$as_me: failed program was:" >&5
13228 sed 's/^/| /' conftest.$ac_ext >&5
13230 ac_header_compiler=no
13233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13234 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13235 $as_echo "$ac_header_compiler" >&6; }
13237 # Is the header present?
13238 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13239 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13240 cat >conftest.$ac_ext <<_ACEOF
13241 /* confdefs.h. */
13242 _ACEOF
13243 cat confdefs.h >>conftest.$ac_ext
13244 cat >>conftest.$ac_ext <<_ACEOF
13245 /* end confdefs.h. */
13246 #include <gnutls/gnutls.h>
13247 _ACEOF
13248 if { (ac_try="$ac_cpp conftest.$ac_ext"
13249 case "(($ac_try" in
13250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13251 *) ac_try_echo=$ac_try;;
13252 esac
13253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13254 $as_echo "$ac_try_echo") >&5
13255 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13256 ac_status=$?
13257 grep -v '^ *+' conftest.er1 >conftest.err
13258 rm -f conftest.er1
13259 cat conftest.err >&5
13260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13261 (exit $ac_status); } >/dev/null && {
13262 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13263 test ! -s conftest.err
13264 }; then
13265 ac_header_preproc=yes
13266 else
13267 $as_echo "$as_me: failed program was:" >&5
13268 sed 's/^/| /' conftest.$ac_ext >&5
13270 ac_header_preproc=no
13273 rm -f conftest.err conftest.$ac_ext
13274 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13275 $as_echo "$ac_header_preproc" >&6; }
13277 # So? What about this header?
13278 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13279 yes:no: )
13280 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13281 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13282 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13283 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13284 ac_header_preproc=yes
13286 no:yes:* )
13287 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13288 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13289 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13290 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13291 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13292 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13293 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13294 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13295 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13296 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13297 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13298 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13299 ( cat <<\_ASBOX
13300 ## ------------------------------------ ##
13301 ## Report this to wine-devel@winehq.org ##
13302 ## ------------------------------------ ##
13303 _ASBOX
13304 ) | sed "s/^/$as_me: WARNING: /" >&2
13306 esac
13307 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13308 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13309 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13310 $as_echo_n "(cached) " >&6
13311 else
13312 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13314 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13315 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13318 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13319 cat >conftest.$ac_ext <<_ACEOF
13320 /* confdefs.h. */
13321 _ACEOF
13322 cat confdefs.h >>conftest.$ac_ext
13323 cat >>conftest.$ac_ext <<_ACEOF
13324 /* end confdefs.h. */
13325 #include <gnutls/gnutls.h>
13327 main ()
13329 typeof(gnutls_mac_get_key_size) *pfunc;
13331 return 0;
13333 _ACEOF
13334 rm -f conftest.$ac_objext
13335 if { (ac_try="$ac_compile"
13336 case "(($ac_try" in
13337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13338 *) ac_try_echo=$ac_try;;
13339 esac
13340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13341 $as_echo "$ac_try_echo") >&5
13342 (eval "$ac_compile") 2>conftest.er1
13343 ac_status=$?
13344 grep -v '^ *+' conftest.er1 >conftest.err
13345 rm -f conftest.er1
13346 cat conftest.err >&5
13347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13348 (exit $ac_status); } && {
13349 test -z "$ac_c_werror_flag" ||
13350 test ! -s conftest.err
13351 } && test -s conftest.$ac_objext; then
13352 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13353 $as_echo_n "checking for -lgnutls... " >&6; }
13354 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13355 $as_echo_n "(cached) " >&6
13356 else
13357 ac_check_soname_save_LIBS=$LIBS
13358 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13359 cat >conftest.$ac_ext <<_ACEOF
13360 /* confdefs.h. */
13361 _ACEOF
13362 cat confdefs.h >>conftest.$ac_ext
13363 cat >>conftest.$ac_ext <<_ACEOF
13364 /* end confdefs.h. */
13366 /* Override any GCC internal prototype to avoid an error.
13367 Use char because int might match the return type of a GCC
13368 builtin and then its argument prototype would still apply. */
13369 #ifdef __cplusplus
13370 extern "C"
13371 #endif
13372 char gnutls_global_init ();
13374 main ()
13376 return gnutls_global_init ();
13378 return 0;
13380 _ACEOF
13381 rm -f conftest.$ac_objext conftest$ac_exeext
13382 if { (ac_try="$ac_link"
13383 case "(($ac_try" in
13384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13385 *) ac_try_echo=$ac_try;;
13386 esac
13387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13388 $as_echo "$ac_try_echo") >&5
13389 (eval "$ac_link") 2>conftest.er1
13390 ac_status=$?
13391 grep -v '^ *+' conftest.er1 >conftest.err
13392 rm -f conftest.er1
13393 cat conftest.err >&5
13394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13395 (exit $ac_status); } && {
13396 test -z "$ac_c_werror_flag" ||
13397 test ! -s conftest.err
13398 } && test -s conftest$ac_exeext && {
13399 test "$cross_compiling" = yes ||
13400 $as_test_x conftest$ac_exeext
13401 }; then
13402 case "$LIBEXT" in
13403 dll) ;;
13404 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'` ;;
13405 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13406 esac
13407 else
13408 $as_echo "$as_me: failed program was:" >&5
13409 sed 's/^/| /' conftest.$ac_ext >&5
13414 rm -rf conftest.dSYM
13415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13416 conftest$ac_exeext conftest.$ac_ext
13417 LIBS=$ac_check_soname_save_LIBS
13419 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13420 { $as_echo "$as_me:$LINENO: result: not found" >&5
13421 $as_echo "not found" >&6; }
13423 else
13424 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13425 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13427 cat >>confdefs.h <<_ACEOF
13428 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13429 _ACEOF
13431 GNUTLSINCL="$ac_gnutls_cflags"
13435 else
13436 $as_echo "$as_me: failed program was:" >&5
13437 sed 's/^/| /' conftest.$ac_ext >&5
13442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13446 CPPFLAGS="$ac_save_CPPFLAGS"
13448 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13449 case "x$with_gnutls" in
13450 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13451 xno) ;;
13452 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13453 This is an error since --with-gnutls was requested." >&5
13454 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13455 This is an error since --with-gnutls was requested." >&2;}
13456 { (exit 1); exit 1; }; } ;;
13457 esac
13461 CURSESLIBS=""
13462 if test "$ac_cv_header_ncurses_h" = "yes"
13463 then
13464 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13465 $as_echo_n "checking for -lncurses... " >&6; }
13466 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13467 $as_echo_n "(cached) " >&6
13468 else
13469 ac_check_soname_save_LIBS=$LIBS
13470 LIBS="-lncurses $LIBS"
13471 cat >conftest.$ac_ext <<_ACEOF
13472 /* confdefs.h. */
13473 _ACEOF
13474 cat confdefs.h >>conftest.$ac_ext
13475 cat >>conftest.$ac_ext <<_ACEOF
13476 /* end confdefs.h. */
13478 /* Override any GCC internal prototype to avoid an error.
13479 Use char because int might match the return type of a GCC
13480 builtin and then its argument prototype would still apply. */
13481 #ifdef __cplusplus
13482 extern "C"
13483 #endif
13484 char waddch ();
13486 main ()
13488 return waddch ();
13490 return 0;
13492 _ACEOF
13493 rm -f conftest.$ac_objext conftest$ac_exeext
13494 if { (ac_try="$ac_link"
13495 case "(($ac_try" in
13496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13497 *) ac_try_echo=$ac_try;;
13498 esac
13499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13500 $as_echo "$ac_try_echo") >&5
13501 (eval "$ac_link") 2>conftest.er1
13502 ac_status=$?
13503 grep -v '^ *+' conftest.er1 >conftest.err
13504 rm -f conftest.er1
13505 cat conftest.err >&5
13506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13507 (exit $ac_status); } && {
13508 test -z "$ac_c_werror_flag" ||
13509 test ! -s conftest.err
13510 } && test -s conftest$ac_exeext && {
13511 test "$cross_compiling" = yes ||
13512 $as_test_x conftest$ac_exeext
13513 }; then
13514 case "$LIBEXT" in
13515 dll) ;;
13516 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'` ;;
13517 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13518 esac
13519 else
13520 $as_echo "$as_me: failed program was:" >&5
13521 sed 's/^/| /' conftest.$ac_ext >&5
13526 rm -rf conftest.dSYM
13527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13528 conftest$ac_exeext conftest.$ac_ext
13529 LIBS=$ac_check_soname_save_LIBS
13531 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13532 { $as_echo "$as_me:$LINENO: result: not found" >&5
13533 $as_echo "not found" >&6; }
13535 else
13536 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13537 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13539 cat >>confdefs.h <<_ACEOF
13540 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13541 _ACEOF
13543 CURSESLIBS="-lncurses"
13546 elif test "$ac_cv_header_curses_h" = "yes"
13547 then
13548 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13549 $as_echo_n "checking for -lcurses... " >&6; }
13550 if test "${ac_cv_lib_soname_curses+set}" = set; then
13551 $as_echo_n "(cached) " >&6
13552 else
13553 ac_check_soname_save_LIBS=$LIBS
13554 LIBS="-lcurses $LIBS"
13555 cat >conftest.$ac_ext <<_ACEOF
13556 /* confdefs.h. */
13557 _ACEOF
13558 cat confdefs.h >>conftest.$ac_ext
13559 cat >>conftest.$ac_ext <<_ACEOF
13560 /* end confdefs.h. */
13562 /* Override any GCC internal prototype to avoid an error.
13563 Use char because int might match the return type of a GCC
13564 builtin and then its argument prototype would still apply. */
13565 #ifdef __cplusplus
13566 extern "C"
13567 #endif
13568 char waddch ();
13570 main ()
13572 return waddch ();
13574 return 0;
13576 _ACEOF
13577 rm -f conftest.$ac_objext conftest$ac_exeext
13578 if { (ac_try="$ac_link"
13579 case "(($ac_try" in
13580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13581 *) ac_try_echo=$ac_try;;
13582 esac
13583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13584 $as_echo "$ac_try_echo") >&5
13585 (eval "$ac_link") 2>conftest.er1
13586 ac_status=$?
13587 grep -v '^ *+' conftest.er1 >conftest.err
13588 rm -f conftest.er1
13589 cat conftest.err >&5
13590 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13591 (exit $ac_status); } && {
13592 test -z "$ac_c_werror_flag" ||
13593 test ! -s conftest.err
13594 } && test -s conftest$ac_exeext && {
13595 test "$cross_compiling" = yes ||
13596 $as_test_x conftest$ac_exeext
13597 }; then
13598 case "$LIBEXT" in
13599 dll) ;;
13600 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'` ;;
13601 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13602 esac
13603 else
13604 $as_echo "$as_me: failed program was:" >&5
13605 sed 's/^/| /' conftest.$ac_ext >&5
13610 rm -rf conftest.dSYM
13611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13612 conftest$ac_exeext conftest.$ac_ext
13613 LIBS=$ac_check_soname_save_LIBS
13615 if test "x$ac_cv_lib_soname_curses" = "x"; then
13616 { $as_echo "$as_me:$LINENO: result: not found" >&5
13617 $as_echo "not found" >&6; }
13619 else
13620 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13621 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13623 cat >>confdefs.h <<_ACEOF
13624 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13625 _ACEOF
13627 CURSESLIBS="-lcurses"
13631 ac_save_LIBS="$LIBS"
13632 LIBS="$LIBS $CURSESLIBS"
13634 for ac_func in mousemask
13636 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13637 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13638 $as_echo_n "checking for $ac_func... " >&6; }
13639 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13640 $as_echo_n "(cached) " >&6
13641 else
13642 cat >conftest.$ac_ext <<_ACEOF
13643 /* confdefs.h. */
13644 _ACEOF
13645 cat confdefs.h >>conftest.$ac_ext
13646 cat >>conftest.$ac_ext <<_ACEOF
13647 /* end confdefs.h. */
13648 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13649 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13650 #define $ac_func innocuous_$ac_func
13652 /* System header to define __stub macros and hopefully few prototypes,
13653 which can conflict with char $ac_func (); below.
13654 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13655 <limits.h> exists even on freestanding compilers. */
13657 #ifdef __STDC__
13658 # include <limits.h>
13659 #else
13660 # include <assert.h>
13661 #endif
13663 #undef $ac_func
13665 /* Override any GCC internal prototype to avoid an error.
13666 Use char because int might match the return type of a GCC
13667 builtin and then its argument prototype would still apply. */
13668 #ifdef __cplusplus
13669 extern "C"
13670 #endif
13671 char $ac_func ();
13672 /* The GNU C library defines this for functions which it implements
13673 to always fail with ENOSYS. Some functions are actually named
13674 something starting with __ and the normal name is an alias. */
13675 #if defined __stub_$ac_func || defined __stub___$ac_func
13676 choke me
13677 #endif
13680 main ()
13682 return $ac_func ();
13684 return 0;
13686 _ACEOF
13687 rm -f conftest.$ac_objext conftest$ac_exeext
13688 if { (ac_try="$ac_link"
13689 case "(($ac_try" in
13690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13691 *) ac_try_echo=$ac_try;;
13692 esac
13693 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13694 $as_echo "$ac_try_echo") >&5
13695 (eval "$ac_link") 2>conftest.er1
13696 ac_status=$?
13697 grep -v '^ *+' conftest.er1 >conftest.err
13698 rm -f conftest.er1
13699 cat conftest.err >&5
13700 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13701 (exit $ac_status); } && {
13702 test -z "$ac_c_werror_flag" ||
13703 test ! -s conftest.err
13704 } && test -s conftest$ac_exeext && {
13705 test "$cross_compiling" = yes ||
13706 $as_test_x conftest$ac_exeext
13707 }; then
13708 eval "$as_ac_var=yes"
13709 else
13710 $as_echo "$as_me: failed program was:" >&5
13711 sed 's/^/| /' conftest.$ac_ext >&5
13713 eval "$as_ac_var=no"
13716 rm -rf conftest.dSYM
13717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13718 conftest$ac_exeext conftest.$ac_ext
13720 ac_res=`eval 'as_val=${'$as_ac_var'}
13721 $as_echo "$as_val"'`
13722 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13723 $as_echo "$ac_res" >&6; }
13724 as_val=`eval 'as_val=${'$as_ac_var'}
13725 $as_echo "$as_val"'`
13726 if test "x$as_val" = x""yes; then
13727 cat >>confdefs.h <<_ACEOF
13728 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13729 _ACEOF
13732 done
13734 LIBS="$ac_save_LIBS"
13735 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13736 case "x$with_curses" in
13737 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13738 xno) ;;
13739 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13740 This is an error since --with-curses was requested." >&5
13741 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13742 This is an error since --with-curses was requested." >&2;}
13743 { (exit 1); exit 1; }; } ;;
13744 esac
13748 if test "x$with_sane" != "xno"
13749 then
13750 ac_save_CPPFLAGS="$CPPFLAGS"
13751 # Extract the first word of "sane-config", so it can be a program name with args.
13752 set dummy sane-config; ac_word=$2
13753 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13754 $as_echo_n "checking for $ac_word... " >&6; }
13755 if test "${ac_cv_prog_sane_devel+set}" = set; then
13756 $as_echo_n "(cached) " >&6
13757 else
13758 if test -n "$sane_devel"; then
13759 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13760 else
13761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13762 for as_dir in $PATH
13764 IFS=$as_save_IFS
13765 test -z "$as_dir" && as_dir=.
13766 for ac_exec_ext in '' $ac_executable_extensions; do
13767 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13768 ac_cv_prog_sane_devel="sane-config"
13769 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13770 break 2
13772 done
13773 done
13774 IFS=$as_save_IFS
13776 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13779 sane_devel=$ac_cv_prog_sane_devel
13780 if test -n "$sane_devel"; then
13781 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13782 $as_echo "$sane_devel" >&6; }
13783 else
13784 { $as_echo "$as_me:$LINENO: result: no" >&5
13785 $as_echo "no" >&6; }
13789 if test "$sane_devel" != "no"
13790 then
13791 ac_sane_incl="`$sane_devel --cflags`"
13792 ac_sane_libs="`$sane_devel --ldflags`"
13793 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13795 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13796 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13797 $as_echo_n "checking for sane/sane.h... " >&6; }
13798 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13799 $as_echo_n "(cached) " >&6
13801 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13802 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13803 else
13804 # Is the header compilable?
13805 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13806 $as_echo_n "checking sane/sane.h usability... " >&6; }
13807 cat >conftest.$ac_ext <<_ACEOF
13808 /* confdefs.h. */
13809 _ACEOF
13810 cat confdefs.h >>conftest.$ac_ext
13811 cat >>conftest.$ac_ext <<_ACEOF
13812 /* end confdefs.h. */
13813 $ac_includes_default
13814 #include <sane/sane.h>
13815 _ACEOF
13816 rm -f conftest.$ac_objext
13817 if { (ac_try="$ac_compile"
13818 case "(($ac_try" in
13819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13820 *) ac_try_echo=$ac_try;;
13821 esac
13822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13823 $as_echo "$ac_try_echo") >&5
13824 (eval "$ac_compile") 2>conftest.er1
13825 ac_status=$?
13826 grep -v '^ *+' conftest.er1 >conftest.err
13827 rm -f conftest.er1
13828 cat conftest.err >&5
13829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13830 (exit $ac_status); } && {
13831 test -z "$ac_c_werror_flag" ||
13832 test ! -s conftest.err
13833 } && test -s conftest.$ac_objext; then
13834 ac_header_compiler=yes
13835 else
13836 $as_echo "$as_me: failed program was:" >&5
13837 sed 's/^/| /' conftest.$ac_ext >&5
13839 ac_header_compiler=no
13842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13843 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13844 $as_echo "$ac_header_compiler" >&6; }
13846 # Is the header present?
13847 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13848 $as_echo_n "checking sane/sane.h presence... " >&6; }
13849 cat >conftest.$ac_ext <<_ACEOF
13850 /* confdefs.h. */
13851 _ACEOF
13852 cat confdefs.h >>conftest.$ac_ext
13853 cat >>conftest.$ac_ext <<_ACEOF
13854 /* end confdefs.h. */
13855 #include <sane/sane.h>
13856 _ACEOF
13857 if { (ac_try="$ac_cpp conftest.$ac_ext"
13858 case "(($ac_try" in
13859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13860 *) ac_try_echo=$ac_try;;
13861 esac
13862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13863 $as_echo "$ac_try_echo") >&5
13864 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13865 ac_status=$?
13866 grep -v '^ *+' conftest.er1 >conftest.err
13867 rm -f conftest.er1
13868 cat conftest.err >&5
13869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13870 (exit $ac_status); } >/dev/null && {
13871 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13872 test ! -s conftest.err
13873 }; then
13874 ac_header_preproc=yes
13875 else
13876 $as_echo "$as_me: failed program was:" >&5
13877 sed 's/^/| /' conftest.$ac_ext >&5
13879 ac_header_preproc=no
13882 rm -f conftest.err conftest.$ac_ext
13883 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13884 $as_echo "$ac_header_preproc" >&6; }
13886 # So? What about this header?
13887 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13888 yes:no: )
13889 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13890 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13891 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13892 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13893 ac_header_preproc=yes
13895 no:yes:* )
13896 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13897 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13898 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13899 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13900 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13901 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13902 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13903 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13904 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13905 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13906 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13907 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13908 ( cat <<\_ASBOX
13909 ## ------------------------------------ ##
13910 ## Report this to wine-devel@winehq.org ##
13911 ## ------------------------------------ ##
13912 _ASBOX
13913 ) | sed "s/^/$as_me: WARNING: /" >&2
13915 esac
13916 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13917 $as_echo_n "checking for sane/sane.h... " >&6; }
13918 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13919 $as_echo_n "(cached) " >&6
13920 else
13921 ac_cv_header_sane_sane_h=$ac_header_preproc
13923 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13924 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13927 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13928 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13929 $as_echo_n "checking for -lsane... " >&6; }
13930 if test "${ac_cv_lib_soname_sane+set}" = set; then
13931 $as_echo_n "(cached) " >&6
13932 else
13933 ac_check_soname_save_LIBS=$LIBS
13934 LIBS="-lsane $ac_sane_libs $LIBS"
13935 cat >conftest.$ac_ext <<_ACEOF
13936 /* confdefs.h. */
13937 _ACEOF
13938 cat confdefs.h >>conftest.$ac_ext
13939 cat >>conftest.$ac_ext <<_ACEOF
13940 /* end confdefs.h. */
13942 /* Override any GCC internal prototype to avoid an error.
13943 Use char because int might match the return type of a GCC
13944 builtin and then its argument prototype would still apply. */
13945 #ifdef __cplusplus
13946 extern "C"
13947 #endif
13948 char sane_init ();
13950 main ()
13952 return sane_init ();
13954 return 0;
13956 _ACEOF
13957 rm -f conftest.$ac_objext conftest$ac_exeext
13958 if { (ac_try="$ac_link"
13959 case "(($ac_try" in
13960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13961 *) ac_try_echo=$ac_try;;
13962 esac
13963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13964 $as_echo "$ac_try_echo") >&5
13965 (eval "$ac_link") 2>conftest.er1
13966 ac_status=$?
13967 grep -v '^ *+' conftest.er1 >conftest.err
13968 rm -f conftest.er1
13969 cat conftest.err >&5
13970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13971 (exit $ac_status); } && {
13972 test -z "$ac_c_werror_flag" ||
13973 test ! -s conftest.err
13974 } && test -s conftest$ac_exeext && {
13975 test "$cross_compiling" = yes ||
13976 $as_test_x conftest$ac_exeext
13977 }; then
13978 case "$LIBEXT" in
13979 dll) ;;
13980 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'` ;;
13981 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13982 esac
13983 else
13984 $as_echo "$as_me: failed program was:" >&5
13985 sed 's/^/| /' conftest.$ac_ext >&5
13990 rm -rf conftest.dSYM
13991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13992 conftest$ac_exeext conftest.$ac_ext
13993 LIBS=$ac_check_soname_save_LIBS
13995 if test "x$ac_cv_lib_soname_sane" = "x"; then
13996 { $as_echo "$as_me:$LINENO: result: not found" >&5
13997 $as_echo "not found" >&6; }
13999 else
14000 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
14001 $as_echo "$ac_cv_lib_soname_sane" >&6; }
14003 cat >>confdefs.h <<_ACEOF
14004 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
14005 _ACEOF
14007 SANEINCL="$ac_sane_incl"
14014 CPPFLAGS="$ac_save_CPPFLAGS"
14016 if test "x$ac_cv_lib_soname_sane" = "x"; then
14017 case "x$with_sane" in
14018 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14019 xno) ;;
14020 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14021 This is an error since --with-sane was requested." >&5
14022 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14023 This is an error since --with-sane was requested." >&2;}
14024 { (exit 1); exit 1; }; } ;;
14025 esac
14029 if test "x$with_gphoto" != "xno"
14030 then
14031 ac_save_CPPFLAGS="$CPPFLAGS"
14032 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14033 set dummy gphoto2-config; ac_word=$2
14034 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14035 $as_echo_n "checking for $ac_word... " >&6; }
14036 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14037 $as_echo_n "(cached) " >&6
14038 else
14039 if test -n "$gphoto2_devel"; then
14040 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14041 else
14042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14043 for as_dir in $PATH
14045 IFS=$as_save_IFS
14046 test -z "$as_dir" && as_dir=.
14047 for ac_exec_ext in '' $ac_executable_extensions; do
14048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14049 ac_cv_prog_gphoto2_devel="gphoto2-config"
14050 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14051 break 2
14053 done
14054 done
14055 IFS=$as_save_IFS
14057 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14060 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14061 if test -n "$gphoto2_devel"; then
14062 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14063 $as_echo "$gphoto2_devel" >&6; }
14064 else
14065 { $as_echo "$as_me:$LINENO: result: no" >&5
14066 $as_echo "no" >&6; }
14070 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14071 set dummy gphoto2-port-config; ac_word=$2
14072 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14073 $as_echo_n "checking for $ac_word... " >&6; }
14074 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14075 $as_echo_n "(cached) " >&6
14076 else
14077 if test -n "$gphoto2port_devel"; then
14078 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14079 else
14080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14081 for as_dir in $PATH
14083 IFS=$as_save_IFS
14084 test -z "$as_dir" && as_dir=.
14085 for ac_exec_ext in '' $ac_executable_extensions; do
14086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14087 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14088 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14089 break 2
14091 done
14092 done
14093 IFS=$as_save_IFS
14095 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14098 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14099 if test -n "$gphoto2port_devel"; then
14100 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14101 $as_echo "$gphoto2port_devel" >&6; }
14102 else
14103 { $as_echo "$as_me:$LINENO: result: no" >&5
14104 $as_echo "no" >&6; }
14108 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
14109 then
14110 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14111 ac_gphoto2_libs=""
14112 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14114 case "$i" in
14115 -L/usr/lib|-L/usr/lib64) ;;
14116 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14117 esac
14118 done
14119 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14121 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
14122 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14123 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14124 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14125 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14126 $as_echo_n "(cached) " >&6
14128 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14129 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14130 else
14131 # Is the header compilable?
14132 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14133 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14134 cat >conftest.$ac_ext <<_ACEOF
14135 /* confdefs.h. */
14136 _ACEOF
14137 cat confdefs.h >>conftest.$ac_ext
14138 cat >>conftest.$ac_ext <<_ACEOF
14139 /* end confdefs.h. */
14140 $ac_includes_default
14141 #include <gphoto2-camera.h>
14142 _ACEOF
14143 rm -f conftest.$ac_objext
14144 if { (ac_try="$ac_compile"
14145 case "(($ac_try" in
14146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14147 *) ac_try_echo=$ac_try;;
14148 esac
14149 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14150 $as_echo "$ac_try_echo") >&5
14151 (eval "$ac_compile") 2>conftest.er1
14152 ac_status=$?
14153 grep -v '^ *+' conftest.er1 >conftest.err
14154 rm -f conftest.er1
14155 cat conftest.err >&5
14156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14157 (exit $ac_status); } && {
14158 test -z "$ac_c_werror_flag" ||
14159 test ! -s conftest.err
14160 } && test -s conftest.$ac_objext; then
14161 ac_header_compiler=yes
14162 else
14163 $as_echo "$as_me: failed program was:" >&5
14164 sed 's/^/| /' conftest.$ac_ext >&5
14166 ac_header_compiler=no
14169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14170 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14171 $as_echo "$ac_header_compiler" >&6; }
14173 # Is the header present?
14174 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14175 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14176 cat >conftest.$ac_ext <<_ACEOF
14177 /* confdefs.h. */
14178 _ACEOF
14179 cat confdefs.h >>conftest.$ac_ext
14180 cat >>conftest.$ac_ext <<_ACEOF
14181 /* end confdefs.h. */
14182 #include <gphoto2-camera.h>
14183 _ACEOF
14184 if { (ac_try="$ac_cpp conftest.$ac_ext"
14185 case "(($ac_try" in
14186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14187 *) ac_try_echo=$ac_try;;
14188 esac
14189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14190 $as_echo "$ac_try_echo") >&5
14191 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14192 ac_status=$?
14193 grep -v '^ *+' conftest.er1 >conftest.err
14194 rm -f conftest.er1
14195 cat conftest.err >&5
14196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14197 (exit $ac_status); } >/dev/null && {
14198 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14199 test ! -s conftest.err
14200 }; then
14201 ac_header_preproc=yes
14202 else
14203 $as_echo "$as_me: failed program was:" >&5
14204 sed 's/^/| /' conftest.$ac_ext >&5
14206 ac_header_preproc=no
14209 rm -f conftest.err conftest.$ac_ext
14210 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14211 $as_echo "$ac_header_preproc" >&6; }
14213 # So? What about this header?
14214 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14215 yes:no: )
14216 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14217 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14218 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14219 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14220 ac_header_preproc=yes
14222 no:yes:* )
14223 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14224 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14225 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14226 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14227 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14228 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14229 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14230 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14231 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14232 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14233 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14234 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14235 ( cat <<\_ASBOX
14236 ## ------------------------------------ ##
14237 ## Report this to wine-devel@winehq.org ##
14238 ## ------------------------------------ ##
14239 _ASBOX
14240 ) | sed "s/^/$as_me: WARNING: /" >&2
14242 esac
14243 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14244 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14245 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14246 $as_echo_n "(cached) " >&6
14247 else
14248 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14250 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14251 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14254 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14255 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14256 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14257 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14258 $as_echo_n "(cached) " >&6
14259 else
14260 ac_check_lib_save_LIBS=$LIBS
14261 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14262 cat >conftest.$ac_ext <<_ACEOF
14263 /* confdefs.h. */
14264 _ACEOF
14265 cat confdefs.h >>conftest.$ac_ext
14266 cat >>conftest.$ac_ext <<_ACEOF
14267 /* end confdefs.h. */
14269 /* Override any GCC internal prototype to avoid an error.
14270 Use char because int might match the return type of a GCC
14271 builtin and then its argument prototype would still apply. */
14272 #ifdef __cplusplus
14273 extern "C"
14274 #endif
14275 char gp_camera_new ();
14277 main ()
14279 return gp_camera_new ();
14281 return 0;
14283 _ACEOF
14284 rm -f conftest.$ac_objext conftest$ac_exeext
14285 if { (ac_try="$ac_link"
14286 case "(($ac_try" in
14287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14288 *) ac_try_echo=$ac_try;;
14289 esac
14290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14291 $as_echo "$ac_try_echo") >&5
14292 (eval "$ac_link") 2>conftest.er1
14293 ac_status=$?
14294 grep -v '^ *+' conftest.er1 >conftest.err
14295 rm -f conftest.er1
14296 cat conftest.err >&5
14297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14298 (exit $ac_status); } && {
14299 test -z "$ac_c_werror_flag" ||
14300 test ! -s conftest.err
14301 } && test -s conftest$ac_exeext && {
14302 test "$cross_compiling" = yes ||
14303 $as_test_x conftest$ac_exeext
14304 }; then
14305 ac_cv_lib_gphoto2_gp_camera_new=yes
14306 else
14307 $as_echo "$as_me: failed program was:" >&5
14308 sed 's/^/| /' conftest.$ac_ext >&5
14310 ac_cv_lib_gphoto2_gp_camera_new=no
14313 rm -rf conftest.dSYM
14314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14315 conftest$ac_exeext conftest.$ac_ext
14316 LIBS=$ac_check_lib_save_LIBS
14318 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14319 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14320 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14322 cat >>confdefs.h <<\_ACEOF
14323 #define HAVE_GPHOTO2 1
14324 _ACEOF
14326 GPHOTO2LIBS="$ac_gphoto2_libs"
14328 GPHOTO2INCL="$ac_gphoto2_incl"
14335 CPPFLAGS="$ac_save_CPPFLAGS"
14337 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14338 case "x$with_gphoto" in
14339 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14340 xno) ;;
14341 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14342 This is an error since --with-gphoto was requested." >&5
14343 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14344 This is an error since --with-gphoto was requested." >&2;}
14345 { (exit 1); exit 1; }; } ;;
14346 esac
14351 RESOLVLIBS=""
14353 if test "$ac_cv_header_resolv_h" = "yes"
14354 then
14355 ac_save_LIBS="$LIBS"
14356 LIBS="$LIBS -lresolv"
14357 cat >conftest.$ac_ext <<_ACEOF
14358 /* confdefs.h. */
14359 _ACEOF
14360 cat confdefs.h >>conftest.$ac_ext
14361 cat >>conftest.$ac_ext <<_ACEOF
14362 /* end confdefs.h. */
14363 #ifdef HAVE_NETINET_IN_H
14364 #include <netinet/in.h>
14365 #endif
14366 #include <resolv.h>
14368 main ()
14370 res_init();
14372 return 0;
14374 _ACEOF
14375 rm -f conftest.$ac_objext conftest$ac_exeext
14376 if { (ac_try="$ac_link"
14377 case "(($ac_try" in
14378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14379 *) ac_try_echo=$ac_try;;
14380 esac
14381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14382 $as_echo "$ac_try_echo") >&5
14383 (eval "$ac_link") 2>conftest.er1
14384 ac_status=$?
14385 grep -v '^ *+' conftest.er1 >conftest.err
14386 rm -f conftest.er1
14387 cat conftest.err >&5
14388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14389 (exit $ac_status); } && {
14390 test -z "$ac_c_werror_flag" ||
14391 test ! -s conftest.err
14392 } && test -s conftest$ac_exeext && {
14393 test "$cross_compiling" = yes ||
14394 $as_test_x conftest$ac_exeext
14395 }; then
14397 cat >>confdefs.h <<\_ACEOF
14398 #define HAVE_RESOLV 1
14399 _ACEOF
14401 RESOLVLIBS="-lresolv"
14402 else
14403 $as_echo "$as_me: failed program was:" >&5
14404 sed 's/^/| /' conftest.$ac_ext >&5
14409 rm -rf conftest.dSYM
14410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14411 conftest$ac_exeext conftest.$ac_ext
14412 LIBS="$ac_save_LIBS"
14415 LCMSLIBS=""
14417 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14418 then
14419 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14420 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14421 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14422 $as_echo_n "(cached) " >&6
14423 else
14424 ac_check_lib_save_LIBS=$LIBS
14425 LIBS="-llcms $LIBS"
14426 cat >conftest.$ac_ext <<_ACEOF
14427 /* confdefs.h. */
14428 _ACEOF
14429 cat confdefs.h >>conftest.$ac_ext
14430 cat >>conftest.$ac_ext <<_ACEOF
14431 /* end confdefs.h. */
14433 /* Override any GCC internal prototype to avoid an error.
14434 Use char because int might match the return type of a GCC
14435 builtin and then its argument prototype would still apply. */
14436 #ifdef __cplusplus
14437 extern "C"
14438 #endif
14439 char cmsOpenProfileFromFile ();
14441 main ()
14443 return cmsOpenProfileFromFile ();
14445 return 0;
14447 _ACEOF
14448 rm -f conftest.$ac_objext conftest$ac_exeext
14449 if { (ac_try="$ac_link"
14450 case "(($ac_try" in
14451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14452 *) ac_try_echo=$ac_try;;
14453 esac
14454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14455 $as_echo "$ac_try_echo") >&5
14456 (eval "$ac_link") 2>conftest.er1
14457 ac_status=$?
14458 grep -v '^ *+' conftest.er1 >conftest.err
14459 rm -f conftest.er1
14460 cat conftest.err >&5
14461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14462 (exit $ac_status); } && {
14463 test -z "$ac_c_werror_flag" ||
14464 test ! -s conftest.err
14465 } && test -s conftest$ac_exeext && {
14466 test "$cross_compiling" = yes ||
14467 $as_test_x conftest$ac_exeext
14468 }; then
14469 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14470 else
14471 $as_echo "$as_me: failed program was:" >&5
14472 sed 's/^/| /' conftest.$ac_ext >&5
14474 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14477 rm -rf conftest.dSYM
14478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14479 conftest$ac_exeext conftest.$ac_ext
14480 LIBS=$ac_check_lib_save_LIBS
14482 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14483 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14484 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14486 cat >>confdefs.h <<\_ACEOF
14487 #define HAVE_LCMS 1
14488 _ACEOF
14490 LCMSLIBS="-llcms"
14494 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14495 case "x$with_cms" in
14496 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14497 xno) ;;
14498 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14499 This is an error since --with-cms was requested." >&5
14500 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14501 This is an error since --with-cms was requested." >&2;}
14502 { (exit 1); exit 1; }; } ;;
14503 esac
14507 if test "x$with_freetype" != "xno"
14508 then
14509 for ac_prog in freetype-config freetype2-config
14511 # Extract the first word of "$ac_prog", so it can be a program name with args.
14512 set dummy $ac_prog; ac_word=$2
14513 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14514 $as_echo_n "checking for $ac_word... " >&6; }
14515 if test "${ac_cv_prog_ft_devel+set}" = set; then
14516 $as_echo_n "(cached) " >&6
14517 else
14518 if test -n "$ft_devel"; then
14519 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14520 else
14521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14522 for as_dir in $PATH
14524 IFS=$as_save_IFS
14525 test -z "$as_dir" && as_dir=.
14526 for ac_exec_ext in '' $ac_executable_extensions; do
14527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14528 ac_cv_prog_ft_devel="$ac_prog"
14529 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14530 break 2
14532 done
14533 done
14534 IFS=$as_save_IFS
14538 ft_devel=$ac_cv_prog_ft_devel
14539 if test -n "$ft_devel"; then
14540 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14541 $as_echo "$ft_devel" >&6; }
14542 else
14543 { $as_echo "$as_me:$LINENO: result: no" >&5
14544 $as_echo "no" >&6; }
14548 test -n "$ft_devel" && break
14549 done
14550 test -n "$ft_devel" || ft_devel="no"
14552 if test "$ft_devel" != "no"
14553 then
14554 ac_freetype_incl=`$ft_devel --cflags`
14555 ac_freetype_libs=`$ft_devel --libs`
14557 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14558 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14559 $as_echo_n "checking for -lfreetype... " >&6; }
14560 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14561 $as_echo_n "(cached) " >&6
14562 else
14563 ac_check_soname_save_LIBS=$LIBS
14564 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14565 cat >conftest.$ac_ext <<_ACEOF
14566 /* confdefs.h. */
14567 _ACEOF
14568 cat confdefs.h >>conftest.$ac_ext
14569 cat >>conftest.$ac_ext <<_ACEOF
14570 /* end confdefs.h. */
14572 /* Override any GCC internal prototype to avoid an error.
14573 Use char because int might match the return type of a GCC
14574 builtin and then its argument prototype would still apply. */
14575 #ifdef __cplusplus
14576 extern "C"
14577 #endif
14578 char FT_Init_FreeType ();
14580 main ()
14582 return FT_Init_FreeType ();
14584 return 0;
14586 _ACEOF
14587 rm -f conftest.$ac_objext conftest$ac_exeext
14588 if { (ac_try="$ac_link"
14589 case "(($ac_try" in
14590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14591 *) ac_try_echo=$ac_try;;
14592 esac
14593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14594 $as_echo "$ac_try_echo") >&5
14595 (eval "$ac_link") 2>conftest.er1
14596 ac_status=$?
14597 grep -v '^ *+' conftest.er1 >conftest.err
14598 rm -f conftest.er1
14599 cat conftest.err >&5
14600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14601 (exit $ac_status); } && {
14602 test -z "$ac_c_werror_flag" ||
14603 test ! -s conftest.err
14604 } && test -s conftest$ac_exeext && {
14605 test "$cross_compiling" = yes ||
14606 $as_test_x conftest$ac_exeext
14607 }; then
14608 case "$LIBEXT" in
14609 dll) ;;
14610 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'` ;;
14611 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14612 esac
14613 else
14614 $as_echo "$as_me: failed program was:" >&5
14615 sed 's/^/| /' conftest.$ac_ext >&5
14620 rm -rf conftest.dSYM
14621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14622 conftest$ac_exeext conftest.$ac_ext
14623 LIBS=$ac_check_soname_save_LIBS
14625 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14626 { $as_echo "$as_me:$LINENO: result: not found" >&5
14627 $as_echo "not found" >&6; }
14628 ft_lib=no
14629 else
14630 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14631 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14633 cat >>confdefs.h <<_ACEOF
14634 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14635 _ACEOF
14637 ft_lib=yes
14640 if test "$ft_lib" = "yes"
14641 then
14642 ac_save_CPPFLAGS="$CPPFLAGS"
14643 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14657 for ac_header in ft2build.h \
14658 freetype/freetype.h \
14659 freetype/ftglyph.h \
14660 freetype/fttypes.h \
14661 freetype/tttables.h \
14662 freetype/ftnames.h \
14663 freetype/ftsnames.h \
14664 freetype/ttnameid.h \
14665 freetype/ftoutln.h \
14666 freetype/ftwinfnt.h \
14667 freetype/ftmodapi.h \
14668 freetype/ftlcdfil.h \
14669 freetype/internal/sfnt.h
14671 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14672 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14673 $as_echo_n "checking for $ac_header... " >&6; }
14674 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14675 $as_echo_n "(cached) " >&6
14676 else
14677 cat >conftest.$ac_ext <<_ACEOF
14678 /* confdefs.h. */
14679 _ACEOF
14680 cat confdefs.h >>conftest.$ac_ext
14681 cat >>conftest.$ac_ext <<_ACEOF
14682 /* end confdefs.h. */
14683 #ifdef HAVE_FT2BUILD_H
14684 # include <ft2build.h>
14685 #endif
14687 #include <$ac_header>
14688 _ACEOF
14689 rm -f conftest.$ac_objext
14690 if { (ac_try="$ac_compile"
14691 case "(($ac_try" in
14692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14693 *) ac_try_echo=$ac_try;;
14694 esac
14695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14696 $as_echo "$ac_try_echo") >&5
14697 (eval "$ac_compile") 2>conftest.er1
14698 ac_status=$?
14699 grep -v '^ *+' conftest.er1 >conftest.err
14700 rm -f conftest.er1
14701 cat conftest.err >&5
14702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14703 (exit $ac_status); } && {
14704 test -z "$ac_c_werror_flag" ||
14705 test ! -s conftest.err
14706 } && test -s conftest.$ac_objext; then
14707 eval "$as_ac_Header=yes"
14708 else
14709 $as_echo "$as_me: failed program was:" >&5
14710 sed 's/^/| /' conftest.$ac_ext >&5
14712 eval "$as_ac_Header=no"
14715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14717 ac_res=`eval 'as_val=${'$as_ac_Header'}
14718 $as_echo "$as_val"'`
14719 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14720 $as_echo "$ac_res" >&6; }
14721 as_val=`eval 'as_val=${'$as_ac_Header'}
14722 $as_echo "$as_val"'`
14723 if test "x$as_val" = x""yes; then
14724 cat >>confdefs.h <<_ACEOF
14725 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14726 _ACEOF
14730 done
14732 cat >conftest.$ac_ext <<_ACEOF
14733 /* confdefs.h. */
14734 _ACEOF
14735 cat confdefs.h >>conftest.$ac_ext
14736 cat >>conftest.$ac_ext <<_ACEOF
14737 /* end confdefs.h. */
14738 #include <ft2build.h>
14739 #include <freetype/fttrigon.h>
14740 _ACEOF
14741 if { (ac_try="$ac_cpp conftest.$ac_ext"
14742 case "(($ac_try" in
14743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14744 *) ac_try_echo=$ac_try;;
14745 esac
14746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14747 $as_echo "$ac_try_echo") >&5
14748 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14749 ac_status=$?
14750 grep -v '^ *+' conftest.er1 >conftest.err
14751 rm -f conftest.er1
14752 cat conftest.err >&5
14753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14754 (exit $ac_status); } >/dev/null && {
14755 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14756 test ! -s conftest.err
14757 }; then
14759 cat >>confdefs.h <<\_ACEOF
14760 #define HAVE_FREETYPE_FTTRIGON_H 1
14761 _ACEOF
14763 wine_cv_fttrigon=yes
14764 else
14765 $as_echo "$as_me: failed program was:" >&5
14766 sed 's/^/| /' conftest.$ac_ext >&5
14768 wine_cv_fttrigon=no
14771 rm -f conftest.err conftest.$ac_ext
14772 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14773 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14774 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14775 $as_echo_n "(cached) " >&6
14776 else
14777 ac_cv_type_FT_TrueTypeEngineType=no
14778 cat >conftest.$ac_ext <<_ACEOF
14779 /* confdefs.h. */
14780 _ACEOF
14781 cat confdefs.h >>conftest.$ac_ext
14782 cat >>conftest.$ac_ext <<_ACEOF
14783 /* end confdefs.h. */
14784 #include <freetype/ftmodapi.h>
14787 main ()
14789 if (sizeof (FT_TrueTypeEngineType))
14790 return 0;
14792 return 0;
14794 _ACEOF
14795 rm -f conftest.$ac_objext
14796 if { (ac_try="$ac_compile"
14797 case "(($ac_try" in
14798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14799 *) ac_try_echo=$ac_try;;
14800 esac
14801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14802 $as_echo "$ac_try_echo") >&5
14803 (eval "$ac_compile") 2>conftest.er1
14804 ac_status=$?
14805 grep -v '^ *+' conftest.er1 >conftest.err
14806 rm -f conftest.er1
14807 cat conftest.err >&5
14808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14809 (exit $ac_status); } && {
14810 test -z "$ac_c_werror_flag" ||
14811 test ! -s conftest.err
14812 } && test -s conftest.$ac_objext; then
14813 cat >conftest.$ac_ext <<_ACEOF
14814 /* confdefs.h. */
14815 _ACEOF
14816 cat confdefs.h >>conftest.$ac_ext
14817 cat >>conftest.$ac_ext <<_ACEOF
14818 /* end confdefs.h. */
14819 #include <freetype/ftmodapi.h>
14822 main ()
14824 if (sizeof ((FT_TrueTypeEngineType)))
14825 return 0;
14827 return 0;
14829 _ACEOF
14830 rm -f conftest.$ac_objext
14831 if { (ac_try="$ac_compile"
14832 case "(($ac_try" in
14833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14834 *) ac_try_echo=$ac_try;;
14835 esac
14836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14837 $as_echo "$ac_try_echo") >&5
14838 (eval "$ac_compile") 2>conftest.er1
14839 ac_status=$?
14840 grep -v '^ *+' conftest.er1 >conftest.err
14841 rm -f conftest.er1
14842 cat conftest.err >&5
14843 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14844 (exit $ac_status); } && {
14845 test -z "$ac_c_werror_flag" ||
14846 test ! -s conftest.err
14847 } && test -s conftest.$ac_objext; then
14849 else
14850 $as_echo "$as_me: failed program was:" >&5
14851 sed 's/^/| /' conftest.$ac_ext >&5
14853 ac_cv_type_FT_TrueTypeEngineType=yes
14856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14857 else
14858 $as_echo "$as_me: failed program was:" >&5
14859 sed 's/^/| /' conftest.$ac_ext >&5
14864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14866 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14867 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14868 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14870 cat >>confdefs.h <<_ACEOF
14871 #define HAVE_FT_TRUETYPEENGINETYPE 1
14872 _ACEOF
14877 ac_save_CFLAGS="$CFLAGS"
14878 CFLAGS="$CFLAGS $ac_freetype_libs"
14880 for ac_func in FT_Load_Sfnt_Table
14882 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14883 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14884 $as_echo_n "checking for $ac_func... " >&6; }
14885 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14886 $as_echo_n "(cached) " >&6
14887 else
14888 cat >conftest.$ac_ext <<_ACEOF
14889 /* confdefs.h. */
14890 _ACEOF
14891 cat confdefs.h >>conftest.$ac_ext
14892 cat >>conftest.$ac_ext <<_ACEOF
14893 /* end confdefs.h. */
14894 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14895 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14896 #define $ac_func innocuous_$ac_func
14898 /* System header to define __stub macros and hopefully few prototypes,
14899 which can conflict with char $ac_func (); below.
14900 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14901 <limits.h> exists even on freestanding compilers. */
14903 #ifdef __STDC__
14904 # include <limits.h>
14905 #else
14906 # include <assert.h>
14907 #endif
14909 #undef $ac_func
14911 /* Override any GCC internal prototype to avoid an error.
14912 Use char because int might match the return type of a GCC
14913 builtin and then its argument prototype would still apply. */
14914 #ifdef __cplusplus
14915 extern "C"
14916 #endif
14917 char $ac_func ();
14918 /* The GNU C library defines this for functions which it implements
14919 to always fail with ENOSYS. Some functions are actually named
14920 something starting with __ and the normal name is an alias. */
14921 #if defined __stub_$ac_func || defined __stub___$ac_func
14922 choke me
14923 #endif
14926 main ()
14928 return $ac_func ();
14930 return 0;
14932 _ACEOF
14933 rm -f conftest.$ac_objext conftest$ac_exeext
14934 if { (ac_try="$ac_link"
14935 case "(($ac_try" in
14936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14937 *) ac_try_echo=$ac_try;;
14938 esac
14939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14940 $as_echo "$ac_try_echo") >&5
14941 (eval "$ac_link") 2>conftest.er1
14942 ac_status=$?
14943 grep -v '^ *+' conftest.er1 >conftest.err
14944 rm -f conftest.er1
14945 cat conftest.err >&5
14946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14947 (exit $ac_status); } && {
14948 test -z "$ac_c_werror_flag" ||
14949 test ! -s conftest.err
14950 } && test -s conftest$ac_exeext && {
14951 test "$cross_compiling" = yes ||
14952 $as_test_x conftest$ac_exeext
14953 }; then
14954 eval "$as_ac_var=yes"
14955 else
14956 $as_echo "$as_me: failed program was:" >&5
14957 sed 's/^/| /' conftest.$ac_ext >&5
14959 eval "$as_ac_var=no"
14962 rm -rf conftest.dSYM
14963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14964 conftest$ac_exeext conftest.$ac_ext
14966 ac_res=`eval 'as_val=${'$as_ac_var'}
14967 $as_echo "$as_val"'`
14968 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14969 $as_echo "$ac_res" >&6; }
14970 as_val=`eval 'as_val=${'$as_ac_var'}
14971 $as_echo "$as_val"'`
14972 if test "x$as_val" = x""yes; then
14973 cat >>confdefs.h <<_ACEOF
14974 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14975 _ACEOF
14978 done
14980 CFLAGS="$ac_save_CFLAGS"
14981 CPPFLAGS="$ac_save_CPPFLAGS"
14982 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14983 then
14985 cat >>confdefs.h <<\_ACEOF
14986 #define HAVE_FREETYPE 1
14987 _ACEOF
14989 FREETYPELIBS="$ac_freetype_libs"
14991 FREETYPEINCL="$ac_freetype_incl"
14996 if test "x$FREETYPELIBS" = "x"; then
14997 case "x$with_freetype" in
14998 xno) ;;
14999 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15000 Use the --without-freetype option if you really want this." >&5
15001 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
15002 Use the --without-freetype option if you really want this." >&2;}
15003 { (exit 1); exit 1; }; } ;;
15004 esac
15007 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
15009 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
15010 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
15011 if test "${ac_cv_c_ppdev+set}" = set; then
15012 $as_echo_n "(cached) " >&6
15013 else
15014 cat >conftest.$ac_ext <<_ACEOF
15015 /* confdefs.h. */
15016 _ACEOF
15017 cat confdefs.h >>conftest.$ac_ext
15018 cat >>conftest.$ac_ext <<_ACEOF
15019 /* end confdefs.h. */
15020 #include <linux/ppdev.h>
15022 main ()
15024 ioctl (1,PPCLAIM,0)
15026 return 0;
15028 _ACEOF
15029 rm -f conftest.$ac_objext
15030 if { (ac_try="$ac_compile"
15031 case "(($ac_try" in
15032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15033 *) ac_try_echo=$ac_try;;
15034 esac
15035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15036 $as_echo "$ac_try_echo") >&5
15037 (eval "$ac_compile") 2>conftest.er1
15038 ac_status=$?
15039 grep -v '^ *+' conftest.er1 >conftest.err
15040 rm -f conftest.er1
15041 cat conftest.err >&5
15042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15043 (exit $ac_status); } && {
15044 test -z "$ac_c_werror_flag" ||
15045 test ! -s conftest.err
15046 } && test -s conftest.$ac_objext; then
15047 ac_cv_c_ppdev="yes"
15048 else
15049 $as_echo "$as_me: failed program was:" >&5
15050 sed 's/^/| /' conftest.$ac_ext >&5
15052 ac_cv_c_ppdev="no"
15055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15057 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15058 $as_echo "$ac_cv_c_ppdev" >&6; }
15059 if test "$ac_cv_c_ppdev" = "yes"
15060 then
15062 cat >>confdefs.h <<\_ACEOF
15063 #define HAVE_PPDEV 1
15064 _ACEOF
15068 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15069 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15070 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15071 $as_echo_n "(cached) " >&6
15072 else
15073 ac_cv_type_pthread_rwlock_t=no
15074 cat >conftest.$ac_ext <<_ACEOF
15075 /* confdefs.h. */
15076 _ACEOF
15077 cat confdefs.h >>conftest.$ac_ext
15078 cat >>conftest.$ac_ext <<_ACEOF
15079 /* end confdefs.h. */
15080 #define _GNU_SOURCE
15081 #include <pthread.h>
15084 main ()
15086 if (sizeof (pthread_rwlock_t))
15087 return 0;
15089 return 0;
15091 _ACEOF
15092 rm -f conftest.$ac_objext
15093 if { (ac_try="$ac_compile"
15094 case "(($ac_try" in
15095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15096 *) ac_try_echo=$ac_try;;
15097 esac
15098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15099 $as_echo "$ac_try_echo") >&5
15100 (eval "$ac_compile") 2>conftest.er1
15101 ac_status=$?
15102 grep -v '^ *+' conftest.er1 >conftest.err
15103 rm -f conftest.er1
15104 cat conftest.err >&5
15105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15106 (exit $ac_status); } && {
15107 test -z "$ac_c_werror_flag" ||
15108 test ! -s conftest.err
15109 } && test -s conftest.$ac_objext; then
15110 cat >conftest.$ac_ext <<_ACEOF
15111 /* confdefs.h. */
15112 _ACEOF
15113 cat confdefs.h >>conftest.$ac_ext
15114 cat >>conftest.$ac_ext <<_ACEOF
15115 /* end confdefs.h. */
15116 #define _GNU_SOURCE
15117 #include <pthread.h>
15120 main ()
15122 if (sizeof ((pthread_rwlock_t)))
15123 return 0;
15125 return 0;
15127 _ACEOF
15128 rm -f conftest.$ac_objext
15129 if { (ac_try="$ac_compile"
15130 case "(($ac_try" in
15131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15132 *) ac_try_echo=$ac_try;;
15133 esac
15134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15135 $as_echo "$ac_try_echo") >&5
15136 (eval "$ac_compile") 2>conftest.er1
15137 ac_status=$?
15138 grep -v '^ *+' conftest.er1 >conftest.err
15139 rm -f conftest.er1
15140 cat conftest.err >&5
15141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15142 (exit $ac_status); } && {
15143 test -z "$ac_c_werror_flag" ||
15144 test ! -s conftest.err
15145 } && test -s conftest.$ac_objext; then
15147 else
15148 $as_echo "$as_me: failed program was:" >&5
15149 sed 's/^/| /' conftest.$ac_ext >&5
15151 ac_cv_type_pthread_rwlock_t=yes
15154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15155 else
15156 $as_echo "$as_me: failed program was:" >&5
15157 sed 's/^/| /' conftest.$ac_ext >&5
15162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15164 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15165 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15166 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15168 cat >>confdefs.h <<_ACEOF
15169 #define HAVE_PTHREAD_RWLOCK_T 1
15170 _ACEOF
15174 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15175 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15176 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15177 $as_echo_n "(cached) " >&6
15178 else
15179 ac_cv_type_pthread_rwlockattr_t=no
15180 cat >conftest.$ac_ext <<_ACEOF
15181 /* confdefs.h. */
15182 _ACEOF
15183 cat confdefs.h >>conftest.$ac_ext
15184 cat >>conftest.$ac_ext <<_ACEOF
15185 /* end confdefs.h. */
15186 #define _GNU_SOURCE
15187 #include <pthread.h>
15190 main ()
15192 if (sizeof (pthread_rwlockattr_t))
15193 return 0;
15195 return 0;
15197 _ACEOF
15198 rm -f conftest.$ac_objext
15199 if { (ac_try="$ac_compile"
15200 case "(($ac_try" in
15201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15202 *) ac_try_echo=$ac_try;;
15203 esac
15204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15205 $as_echo "$ac_try_echo") >&5
15206 (eval "$ac_compile") 2>conftest.er1
15207 ac_status=$?
15208 grep -v '^ *+' conftest.er1 >conftest.err
15209 rm -f conftest.er1
15210 cat conftest.err >&5
15211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15212 (exit $ac_status); } && {
15213 test -z "$ac_c_werror_flag" ||
15214 test ! -s conftest.err
15215 } && test -s conftest.$ac_objext; then
15216 cat >conftest.$ac_ext <<_ACEOF
15217 /* confdefs.h. */
15218 _ACEOF
15219 cat confdefs.h >>conftest.$ac_ext
15220 cat >>conftest.$ac_ext <<_ACEOF
15221 /* end confdefs.h. */
15222 #define _GNU_SOURCE
15223 #include <pthread.h>
15226 main ()
15228 if (sizeof ((pthread_rwlockattr_t)))
15229 return 0;
15231 return 0;
15233 _ACEOF
15234 rm -f conftest.$ac_objext
15235 if { (ac_try="$ac_compile"
15236 case "(($ac_try" in
15237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15238 *) ac_try_echo=$ac_try;;
15239 esac
15240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15241 $as_echo "$ac_try_echo") >&5
15242 (eval "$ac_compile") 2>conftest.er1
15243 ac_status=$?
15244 grep -v '^ *+' conftest.er1 >conftest.err
15245 rm -f conftest.er1
15246 cat conftest.err >&5
15247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15248 (exit $ac_status); } && {
15249 test -z "$ac_c_werror_flag" ||
15250 test ! -s conftest.err
15251 } && test -s conftest.$ac_objext; then
15253 else
15254 $as_echo "$as_me: failed program was:" >&5
15255 sed 's/^/| /' conftest.$ac_ext >&5
15257 ac_cv_type_pthread_rwlockattr_t=yes
15260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15261 else
15262 $as_echo "$as_me: failed program was:" >&5
15263 sed 's/^/| /' conftest.$ac_ext >&5
15268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15270 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15271 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15272 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15274 cat >>confdefs.h <<_ACEOF
15275 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15276 _ACEOF
15282 ac_wine_check_funcs_save_LIBS="$LIBS"
15283 LIBS="$LIBS $LIBPTHREAD"
15288 for ac_func in \
15289 pthread_attr_get_np \
15290 pthread_getattr_np \
15291 pthread_get_stackaddr_np \
15292 pthread_get_stacksize_np
15294 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15295 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15296 $as_echo_n "checking for $ac_func... " >&6; }
15297 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15298 $as_echo_n "(cached) " >&6
15299 else
15300 cat >conftest.$ac_ext <<_ACEOF
15301 /* confdefs.h. */
15302 _ACEOF
15303 cat confdefs.h >>conftest.$ac_ext
15304 cat >>conftest.$ac_ext <<_ACEOF
15305 /* end confdefs.h. */
15306 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15307 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15308 #define $ac_func innocuous_$ac_func
15310 /* System header to define __stub macros and hopefully few prototypes,
15311 which can conflict with char $ac_func (); below.
15312 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15313 <limits.h> exists even on freestanding compilers. */
15315 #ifdef __STDC__
15316 # include <limits.h>
15317 #else
15318 # include <assert.h>
15319 #endif
15321 #undef $ac_func
15323 /* Override any GCC internal prototype to avoid an error.
15324 Use char because int might match the return type of a GCC
15325 builtin and then its argument prototype would still apply. */
15326 #ifdef __cplusplus
15327 extern "C"
15328 #endif
15329 char $ac_func ();
15330 /* The GNU C library defines this for functions which it implements
15331 to always fail with ENOSYS. Some functions are actually named
15332 something starting with __ and the normal name is an alias. */
15333 #if defined __stub_$ac_func || defined __stub___$ac_func
15334 choke me
15335 #endif
15338 main ()
15340 return $ac_func ();
15342 return 0;
15344 _ACEOF
15345 rm -f conftest.$ac_objext conftest$ac_exeext
15346 if { (ac_try="$ac_link"
15347 case "(($ac_try" in
15348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15349 *) ac_try_echo=$ac_try;;
15350 esac
15351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15352 $as_echo "$ac_try_echo") >&5
15353 (eval "$ac_link") 2>conftest.er1
15354 ac_status=$?
15355 grep -v '^ *+' conftest.er1 >conftest.err
15356 rm -f conftest.er1
15357 cat conftest.err >&5
15358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15359 (exit $ac_status); } && {
15360 test -z "$ac_c_werror_flag" ||
15361 test ! -s conftest.err
15362 } && test -s conftest$ac_exeext && {
15363 test "$cross_compiling" = yes ||
15364 $as_test_x conftest$ac_exeext
15365 }; then
15366 eval "$as_ac_var=yes"
15367 else
15368 $as_echo "$as_me: failed program was:" >&5
15369 sed 's/^/| /' conftest.$ac_ext >&5
15371 eval "$as_ac_var=no"
15374 rm -rf conftest.dSYM
15375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15376 conftest$ac_exeext conftest.$ac_ext
15378 ac_res=`eval 'as_val=${'$as_ac_var'}
15379 $as_echo "$as_val"'`
15380 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15381 $as_echo "$ac_res" >&6; }
15382 as_val=`eval 'as_val=${'$as_ac_var'}
15383 $as_echo "$as_val"'`
15384 if test "x$as_val" = x""yes; then
15385 cat >>confdefs.h <<_ACEOF
15386 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15387 _ACEOF
15390 done
15392 LIBS="$ac_wine_check_funcs_save_LIBS"
15394 if test "x$with_esd" != xno
15395 then
15396 save_CFLAGS="$CFLAGS"
15397 # Extract the first word of "esd-config", so it can be a program name with args.
15398 set dummy esd-config; ac_word=$2
15399 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15400 $as_echo_n "checking for $ac_word... " >&6; }
15401 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15402 $as_echo_n "(cached) " >&6
15403 else
15404 case $ESDCONFIG in
15405 [\\/]* | ?:[\\/]*)
15406 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15410 for as_dir in $PATH
15412 IFS=$as_save_IFS
15413 test -z "$as_dir" && as_dir=.
15414 for ac_exec_ext in '' $ac_executable_extensions; do
15415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15416 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15418 break 2
15420 done
15421 done
15422 IFS=$as_save_IFS
15424 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15426 esac
15428 ESDCONFIG=$ac_cv_path_ESDCONFIG
15429 if test -n "$ESDCONFIG"; then
15430 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15431 $as_echo "$ESDCONFIG" >&6; }
15432 else
15433 { $as_echo "$as_me:$LINENO: result: no" >&5
15434 $as_echo "no" >&6; }
15438 if test "x$ESDCONFIG" != "xno"
15439 then
15440 ac_esd_incl=""
15441 for i in `$ESDCONFIG --cflags`
15443 case "$i" in
15444 -I*) ac_esd_incl="$ac_esd_incl $i";;
15445 esac
15446 done
15447 ac_esd_libs=`$ESDCONFIG --libs`
15448 CFLAGS="$CFLAGS $ac_esd_incl"
15450 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15451 if test "${ac_cv_header_esd_h+set}" = set; then
15452 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15453 $as_echo_n "checking for esd.h... " >&6; }
15454 if test "${ac_cv_header_esd_h+set}" = set; then
15455 $as_echo_n "(cached) " >&6
15457 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15458 $as_echo "$ac_cv_header_esd_h" >&6; }
15459 else
15460 # Is the header compilable?
15461 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15462 $as_echo_n "checking esd.h usability... " >&6; }
15463 cat >conftest.$ac_ext <<_ACEOF
15464 /* confdefs.h. */
15465 _ACEOF
15466 cat confdefs.h >>conftest.$ac_ext
15467 cat >>conftest.$ac_ext <<_ACEOF
15468 /* end confdefs.h. */
15469 $ac_includes_default
15470 #include <esd.h>
15471 _ACEOF
15472 rm -f conftest.$ac_objext
15473 if { (ac_try="$ac_compile"
15474 case "(($ac_try" in
15475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15476 *) ac_try_echo=$ac_try;;
15477 esac
15478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15479 $as_echo "$ac_try_echo") >&5
15480 (eval "$ac_compile") 2>conftest.er1
15481 ac_status=$?
15482 grep -v '^ *+' conftest.er1 >conftest.err
15483 rm -f conftest.er1
15484 cat conftest.err >&5
15485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15486 (exit $ac_status); } && {
15487 test -z "$ac_c_werror_flag" ||
15488 test ! -s conftest.err
15489 } && test -s conftest.$ac_objext; then
15490 ac_header_compiler=yes
15491 else
15492 $as_echo "$as_me: failed program was:" >&5
15493 sed 's/^/| /' conftest.$ac_ext >&5
15495 ac_header_compiler=no
15498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15499 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15500 $as_echo "$ac_header_compiler" >&6; }
15502 # Is the header present?
15503 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15504 $as_echo_n "checking esd.h presence... " >&6; }
15505 cat >conftest.$ac_ext <<_ACEOF
15506 /* confdefs.h. */
15507 _ACEOF
15508 cat confdefs.h >>conftest.$ac_ext
15509 cat >>conftest.$ac_ext <<_ACEOF
15510 /* end confdefs.h. */
15511 #include <esd.h>
15512 _ACEOF
15513 if { (ac_try="$ac_cpp conftest.$ac_ext"
15514 case "(($ac_try" in
15515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15516 *) ac_try_echo=$ac_try;;
15517 esac
15518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15519 $as_echo "$ac_try_echo") >&5
15520 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15521 ac_status=$?
15522 grep -v '^ *+' conftest.er1 >conftest.err
15523 rm -f conftest.er1
15524 cat conftest.err >&5
15525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15526 (exit $ac_status); } >/dev/null && {
15527 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15528 test ! -s conftest.err
15529 }; then
15530 ac_header_preproc=yes
15531 else
15532 $as_echo "$as_me: failed program was:" >&5
15533 sed 's/^/| /' conftest.$ac_ext >&5
15535 ac_header_preproc=no
15538 rm -f conftest.err conftest.$ac_ext
15539 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15540 $as_echo "$ac_header_preproc" >&6; }
15542 # So? What about this header?
15543 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15544 yes:no: )
15545 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15546 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15547 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15548 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15549 ac_header_preproc=yes
15551 no:yes:* )
15552 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15553 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15554 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15555 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15556 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15557 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15558 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15559 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15560 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15561 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15562 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15563 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15564 ( cat <<\_ASBOX
15565 ## ------------------------------------ ##
15566 ## Report this to wine-devel@winehq.org ##
15567 ## ------------------------------------ ##
15568 _ASBOX
15569 ) | sed "s/^/$as_me: WARNING: /" >&2
15571 esac
15572 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15573 $as_echo_n "checking for esd.h... " >&6; }
15574 if test "${ac_cv_header_esd_h+set}" = set; then
15575 $as_echo_n "(cached) " >&6
15576 else
15577 ac_cv_header_esd_h=$ac_header_preproc
15579 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15580 $as_echo "$ac_cv_header_esd_h" >&6; }
15583 if test "x$ac_cv_header_esd_h" = x""yes; then
15584 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15585 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15586 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15587 $as_echo_n "(cached) " >&6
15588 else
15589 ac_check_lib_save_LIBS=$LIBS
15590 LIBS="-lesd $ac_esd_libs $LIBS"
15591 cat >conftest.$ac_ext <<_ACEOF
15592 /* confdefs.h. */
15593 _ACEOF
15594 cat confdefs.h >>conftest.$ac_ext
15595 cat >>conftest.$ac_ext <<_ACEOF
15596 /* end confdefs.h. */
15598 /* Override any GCC internal prototype to avoid an error.
15599 Use char because int might match the return type of a GCC
15600 builtin and then its argument prototype would still apply. */
15601 #ifdef __cplusplus
15602 extern "C"
15603 #endif
15604 char esd_open_sound ();
15606 main ()
15608 return esd_open_sound ();
15610 return 0;
15612 _ACEOF
15613 rm -f conftest.$ac_objext conftest$ac_exeext
15614 if { (ac_try="$ac_link"
15615 case "(($ac_try" in
15616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15617 *) ac_try_echo=$ac_try;;
15618 esac
15619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15620 $as_echo "$ac_try_echo") >&5
15621 (eval "$ac_link") 2>conftest.er1
15622 ac_status=$?
15623 grep -v '^ *+' conftest.er1 >conftest.err
15624 rm -f conftest.er1
15625 cat conftest.err >&5
15626 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15627 (exit $ac_status); } && {
15628 test -z "$ac_c_werror_flag" ||
15629 test ! -s conftest.err
15630 } && test -s conftest$ac_exeext && {
15631 test "$cross_compiling" = yes ||
15632 $as_test_x conftest$ac_exeext
15633 }; then
15634 ac_cv_lib_esd_esd_open_sound=yes
15635 else
15636 $as_echo "$as_me: failed program was:" >&5
15637 sed 's/^/| /' conftest.$ac_ext >&5
15639 ac_cv_lib_esd_esd_open_sound=no
15642 rm -rf conftest.dSYM
15643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15644 conftest$ac_exeext conftest.$ac_ext
15645 LIBS=$ac_check_lib_save_LIBS
15647 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15648 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15649 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15650 ESDINCL="$ac_esd_incl"
15652 ESDLIBS="$ac_esd_libs"
15655 cat >>confdefs.h <<\_ACEOF
15656 #define HAVE_ESD 1
15657 _ACEOF
15664 CFLAGS="$save_CFLAGS"
15667 ALSALIBS=""
15669 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15670 then
15671 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15672 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15673 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15674 $as_echo_n "(cached) " >&6
15675 else
15676 ac_check_lib_save_LIBS=$LIBS
15677 LIBS="-lasound $LIBS"
15678 cat >conftest.$ac_ext <<_ACEOF
15679 /* confdefs.h. */
15680 _ACEOF
15681 cat confdefs.h >>conftest.$ac_ext
15682 cat >>conftest.$ac_ext <<_ACEOF
15683 /* end confdefs.h. */
15685 /* Override any GCC internal prototype to avoid an error.
15686 Use char because int might match the return type of a GCC
15687 builtin and then its argument prototype would still apply. */
15688 #ifdef __cplusplus
15689 extern "C"
15690 #endif
15691 char snd_pcm_hw_params_get_access ();
15693 main ()
15695 return snd_pcm_hw_params_get_access ();
15697 return 0;
15699 _ACEOF
15700 rm -f conftest.$ac_objext conftest$ac_exeext
15701 if { (ac_try="$ac_link"
15702 case "(($ac_try" in
15703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15704 *) ac_try_echo=$ac_try;;
15705 esac
15706 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15707 $as_echo "$ac_try_echo") >&5
15708 (eval "$ac_link") 2>conftest.er1
15709 ac_status=$?
15710 grep -v '^ *+' conftest.er1 >conftest.err
15711 rm -f conftest.er1
15712 cat conftest.err >&5
15713 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15714 (exit $ac_status); } && {
15715 test -z "$ac_c_werror_flag" ||
15716 test ! -s conftest.err
15717 } && test -s conftest$ac_exeext && {
15718 test "$cross_compiling" = yes ||
15719 $as_test_x conftest$ac_exeext
15720 }; then
15721 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15722 else
15723 $as_echo "$as_me: failed program was:" >&5
15724 sed 's/^/| /' conftest.$ac_ext >&5
15726 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15729 rm -rf conftest.dSYM
15730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15731 conftest$ac_exeext conftest.$ac_ext
15732 LIBS=$ac_check_lib_save_LIBS
15734 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15735 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15736 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15737 cat >conftest.$ac_ext <<_ACEOF
15738 /* confdefs.h. */
15739 _ACEOF
15740 cat confdefs.h >>conftest.$ac_ext
15741 cat >>conftest.$ac_ext <<_ACEOF
15742 /* end confdefs.h. */
15743 #ifdef HAVE_ALSA_ASOUNDLIB_H
15744 #include <alsa/asoundlib.h>
15745 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15746 #include <sys/asoundlib.h>
15747 #endif
15749 main ()
15751 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15753 return 0;
15755 _ACEOF
15756 rm -f conftest.$ac_objext
15757 if { (ac_try="$ac_compile"
15758 case "(($ac_try" in
15759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15760 *) ac_try_echo=$ac_try;;
15761 esac
15762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15763 $as_echo "$ac_try_echo") >&5
15764 (eval "$ac_compile") 2>conftest.er1
15765 ac_status=$?
15766 grep -v '^ *+' conftest.er1 >conftest.err
15767 rm -f conftest.er1
15768 cat conftest.err >&5
15769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15770 (exit $ac_status); } && {
15771 test -z "$ac_c_werror_flag" ||
15772 test ! -s conftest.err
15773 } && test -s conftest.$ac_objext; then
15775 cat >>confdefs.h <<\_ACEOF
15776 #define HAVE_ALSA 1
15777 _ACEOF
15779 ALSALIBS="-lasound"
15780 else
15781 $as_echo "$as_me: failed program was:" >&5
15782 sed 's/^/| /' conftest.$ac_ext >&5
15787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15792 AUDIOIOLIBS=""
15794 if test "$ac_cv_header_libaudioio_h" = "yes"
15795 then
15796 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15797 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15798 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15799 $as_echo_n "(cached) " >&6
15800 else
15801 ac_check_lib_save_LIBS=$LIBS
15802 LIBS="-laudioio $LIBS"
15803 cat >conftest.$ac_ext <<_ACEOF
15804 /* confdefs.h. */
15805 _ACEOF
15806 cat confdefs.h >>conftest.$ac_ext
15807 cat >>conftest.$ac_ext <<_ACEOF
15808 /* end confdefs.h. */
15810 /* Override any GCC internal prototype to avoid an error.
15811 Use char because int might match the return type of a GCC
15812 builtin and then its argument prototype would still apply. */
15813 #ifdef __cplusplus
15814 extern "C"
15815 #endif
15816 char AudioIOGetVersion ();
15818 main ()
15820 return AudioIOGetVersion ();
15822 return 0;
15824 _ACEOF
15825 rm -f conftest.$ac_objext conftest$ac_exeext
15826 if { (ac_try="$ac_link"
15827 case "(($ac_try" in
15828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15829 *) ac_try_echo=$ac_try;;
15830 esac
15831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15832 $as_echo "$ac_try_echo") >&5
15833 (eval "$ac_link") 2>conftest.er1
15834 ac_status=$?
15835 grep -v '^ *+' conftest.er1 >conftest.err
15836 rm -f conftest.er1
15837 cat conftest.err >&5
15838 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15839 (exit $ac_status); } && {
15840 test -z "$ac_c_werror_flag" ||
15841 test ! -s conftest.err
15842 } && test -s conftest$ac_exeext && {
15843 test "$cross_compiling" = yes ||
15844 $as_test_x conftest$ac_exeext
15845 }; then
15846 ac_cv_lib_audioio_AudioIOGetVersion=yes
15847 else
15848 $as_echo "$as_me: failed program was:" >&5
15849 sed 's/^/| /' conftest.$ac_ext >&5
15851 ac_cv_lib_audioio_AudioIOGetVersion=no
15854 rm -rf conftest.dSYM
15855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15856 conftest$ac_exeext conftest.$ac_ext
15857 LIBS=$ac_check_lib_save_LIBS
15859 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15860 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15861 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15862 AUDIOIOLIBS="-laudioio"
15864 cat >>confdefs.h <<\_ACEOF
15865 #define HAVE_LIBAUDIOIO 1
15866 _ACEOF
15873 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15874 then
15875 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15876 $as_echo_n "checking for -lcapi20... " >&6; }
15877 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15878 $as_echo_n "(cached) " >&6
15879 else
15880 ac_check_soname_save_LIBS=$LIBS
15881 LIBS="-lcapi20 $LIBS"
15882 cat >conftest.$ac_ext <<_ACEOF
15883 /* confdefs.h. */
15884 _ACEOF
15885 cat confdefs.h >>conftest.$ac_ext
15886 cat >>conftest.$ac_ext <<_ACEOF
15887 /* end confdefs.h. */
15889 /* Override any GCC internal prototype to avoid an error.
15890 Use char because int might match the return type of a GCC
15891 builtin and then its argument prototype would still apply. */
15892 #ifdef __cplusplus
15893 extern "C"
15894 #endif
15895 char capi20_register ();
15897 main ()
15899 return capi20_register ();
15901 return 0;
15903 _ACEOF
15904 rm -f conftest.$ac_objext conftest$ac_exeext
15905 if { (ac_try="$ac_link"
15906 case "(($ac_try" in
15907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15908 *) ac_try_echo=$ac_try;;
15909 esac
15910 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15911 $as_echo "$ac_try_echo") >&5
15912 (eval "$ac_link") 2>conftest.er1
15913 ac_status=$?
15914 grep -v '^ *+' conftest.er1 >conftest.err
15915 rm -f conftest.er1
15916 cat conftest.err >&5
15917 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15918 (exit $ac_status); } && {
15919 test -z "$ac_c_werror_flag" ||
15920 test ! -s conftest.err
15921 } && test -s conftest$ac_exeext && {
15922 test "$cross_compiling" = yes ||
15923 $as_test_x conftest$ac_exeext
15924 }; then
15925 case "$LIBEXT" in
15926 dll) ;;
15927 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'` ;;
15928 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15929 esac
15930 else
15931 $as_echo "$as_me: failed program was:" >&5
15932 sed 's/^/| /' conftest.$ac_ext >&5
15937 rm -rf conftest.dSYM
15938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15939 conftest$ac_exeext conftest.$ac_ext
15940 LIBS=$ac_check_soname_save_LIBS
15942 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15943 { $as_echo "$as_me:$LINENO: result: not found" >&5
15944 $as_echo "not found" >&6; }
15946 else
15947 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15948 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15950 cat >>confdefs.h <<_ACEOF
15951 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15952 _ACEOF
15958 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15959 case "x$with_capi" in
15960 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15961 xno) ;;
15962 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15963 This is an error since --with-capi was requested." >&5
15964 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15965 This is an error since --with-capi was requested." >&2;}
15966 { (exit 1); exit 1; }; } ;;
15967 esac
15971 CUPSINCL=""
15973 if test "x$with_cups" != "xno"
15974 then
15975 ac_save_CPPFLAGS="$CPPFLAGS"
15976 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15977 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15978 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15980 for ac_header in cups/cups.h
15982 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15983 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15984 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15985 $as_echo_n "checking for $ac_header... " >&6; }
15986 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15987 $as_echo_n "(cached) " >&6
15989 ac_res=`eval 'as_val=${'$as_ac_Header'}
15990 $as_echo "$as_val"'`
15991 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15992 $as_echo "$ac_res" >&6; }
15993 else
15994 # Is the header compilable?
15995 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15996 $as_echo_n "checking $ac_header usability... " >&6; }
15997 cat >conftest.$ac_ext <<_ACEOF
15998 /* confdefs.h. */
15999 _ACEOF
16000 cat confdefs.h >>conftest.$ac_ext
16001 cat >>conftest.$ac_ext <<_ACEOF
16002 /* end confdefs.h. */
16003 $ac_includes_default
16004 #include <$ac_header>
16005 _ACEOF
16006 rm -f conftest.$ac_objext
16007 if { (ac_try="$ac_compile"
16008 case "(($ac_try" in
16009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16010 *) ac_try_echo=$ac_try;;
16011 esac
16012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16013 $as_echo "$ac_try_echo") >&5
16014 (eval "$ac_compile") 2>conftest.er1
16015 ac_status=$?
16016 grep -v '^ *+' conftest.er1 >conftest.err
16017 rm -f conftest.er1
16018 cat conftest.err >&5
16019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16020 (exit $ac_status); } && {
16021 test -z "$ac_c_werror_flag" ||
16022 test ! -s conftest.err
16023 } && test -s conftest.$ac_objext; then
16024 ac_header_compiler=yes
16025 else
16026 $as_echo "$as_me: failed program was:" >&5
16027 sed 's/^/| /' conftest.$ac_ext >&5
16029 ac_header_compiler=no
16032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16033 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16034 $as_echo "$ac_header_compiler" >&6; }
16036 # Is the header present?
16037 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16038 $as_echo_n "checking $ac_header presence... " >&6; }
16039 cat >conftest.$ac_ext <<_ACEOF
16040 /* confdefs.h. */
16041 _ACEOF
16042 cat confdefs.h >>conftest.$ac_ext
16043 cat >>conftest.$ac_ext <<_ACEOF
16044 /* end confdefs.h. */
16045 #include <$ac_header>
16046 _ACEOF
16047 if { (ac_try="$ac_cpp conftest.$ac_ext"
16048 case "(($ac_try" in
16049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16050 *) ac_try_echo=$ac_try;;
16051 esac
16052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16053 $as_echo "$ac_try_echo") >&5
16054 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16055 ac_status=$?
16056 grep -v '^ *+' conftest.er1 >conftest.err
16057 rm -f conftest.er1
16058 cat conftest.err >&5
16059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16060 (exit $ac_status); } >/dev/null && {
16061 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16062 test ! -s conftest.err
16063 }; then
16064 ac_header_preproc=yes
16065 else
16066 $as_echo "$as_me: failed program was:" >&5
16067 sed 's/^/| /' conftest.$ac_ext >&5
16069 ac_header_preproc=no
16072 rm -f conftest.err conftest.$ac_ext
16073 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16074 $as_echo "$ac_header_preproc" >&6; }
16076 # So? What about this header?
16077 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16078 yes:no: )
16079 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16080 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16081 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16082 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16083 ac_header_preproc=yes
16085 no:yes:* )
16086 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16087 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16088 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16089 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16090 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16091 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16092 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16093 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16094 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16095 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16096 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16097 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16098 ( cat <<\_ASBOX
16099 ## ------------------------------------ ##
16100 ## Report this to wine-devel@winehq.org ##
16101 ## ------------------------------------ ##
16102 _ASBOX
16103 ) | sed "s/^/$as_me: WARNING: /" >&2
16105 esac
16106 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16107 $as_echo_n "checking for $ac_header... " >&6; }
16108 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16109 $as_echo_n "(cached) " >&6
16110 else
16111 eval "$as_ac_Header=\$ac_header_preproc"
16113 ac_res=`eval 'as_val=${'$as_ac_Header'}
16114 $as_echo "$as_val"'`
16115 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16116 $as_echo "$ac_res" >&6; }
16119 as_val=`eval 'as_val=${'$as_ac_Header'}
16120 $as_echo "$as_val"'`
16121 if test "x$as_val" = x""yes; then
16122 cat >>confdefs.h <<_ACEOF
16123 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16124 _ACEOF
16125 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16126 $as_echo_n "checking for -lcups... " >&6; }
16127 if test "${ac_cv_lib_soname_cups+set}" = set; then
16128 $as_echo_n "(cached) " >&6
16129 else
16130 ac_check_soname_save_LIBS=$LIBS
16131 LIBS="-lcups $ac_cups_libs $LIBS"
16132 cat >conftest.$ac_ext <<_ACEOF
16133 /* confdefs.h. */
16134 _ACEOF
16135 cat confdefs.h >>conftest.$ac_ext
16136 cat >>conftest.$ac_ext <<_ACEOF
16137 /* end confdefs.h. */
16139 /* Override any GCC internal prototype to avoid an error.
16140 Use char because int might match the return type of a GCC
16141 builtin and then its argument prototype would still apply. */
16142 #ifdef __cplusplus
16143 extern "C"
16144 #endif
16145 char cupsGetDefault ();
16147 main ()
16149 return cupsGetDefault ();
16151 return 0;
16153 _ACEOF
16154 rm -f conftest.$ac_objext conftest$ac_exeext
16155 if { (ac_try="$ac_link"
16156 case "(($ac_try" in
16157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16158 *) ac_try_echo=$ac_try;;
16159 esac
16160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16161 $as_echo "$ac_try_echo") >&5
16162 (eval "$ac_link") 2>conftest.er1
16163 ac_status=$?
16164 grep -v '^ *+' conftest.er1 >conftest.err
16165 rm -f conftest.er1
16166 cat conftest.err >&5
16167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168 (exit $ac_status); } && {
16169 test -z "$ac_c_werror_flag" ||
16170 test ! -s conftest.err
16171 } && test -s conftest$ac_exeext && {
16172 test "$cross_compiling" = yes ||
16173 $as_test_x conftest$ac_exeext
16174 }; then
16175 case "$LIBEXT" in
16176 dll) ;;
16177 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'` ;;
16178 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16179 esac
16180 else
16181 $as_echo "$as_me: failed program was:" >&5
16182 sed 's/^/| /' conftest.$ac_ext >&5
16187 rm -rf conftest.dSYM
16188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16189 conftest$ac_exeext conftest.$ac_ext
16190 LIBS=$ac_check_soname_save_LIBS
16192 if test "x$ac_cv_lib_soname_cups" = "x"; then
16193 { $as_echo "$as_me:$LINENO: result: not found" >&5
16194 $as_echo "not found" >&6; }
16196 else
16197 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16198 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16200 cat >>confdefs.h <<_ACEOF
16201 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16202 _ACEOF
16204 CUPSINCL="$ac_cups_cflags"
16209 done
16211 CPPFLAGS="$ac_save_CPPFLAGS"
16213 if test "x$ac_cv_lib_soname_cups" = "x"; then
16214 case "x$with_cups" in
16215 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16216 xno) ;;
16217 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16218 This is an error since --with-cups was requested." >&5
16219 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16220 This is an error since --with-cups was requested." >&2;}
16221 { (exit 1); exit 1; }; } ;;
16222 esac
16226 if test "$ac_cv_header_jack_jack_h" = "yes"
16227 then
16228 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16229 $as_echo_n "checking for -ljack... " >&6; }
16230 if test "${ac_cv_lib_soname_jack+set}" = set; then
16231 $as_echo_n "(cached) " >&6
16232 else
16233 ac_check_soname_save_LIBS=$LIBS
16234 LIBS="-ljack $LIBS"
16235 cat >conftest.$ac_ext <<_ACEOF
16236 /* confdefs.h. */
16237 _ACEOF
16238 cat confdefs.h >>conftest.$ac_ext
16239 cat >>conftest.$ac_ext <<_ACEOF
16240 /* end confdefs.h. */
16242 /* Override any GCC internal prototype to avoid an error.
16243 Use char because int might match the return type of a GCC
16244 builtin and then its argument prototype would still apply. */
16245 #ifdef __cplusplus
16246 extern "C"
16247 #endif
16248 char jack_client_new ();
16250 main ()
16252 return jack_client_new ();
16254 return 0;
16256 _ACEOF
16257 rm -f conftest.$ac_objext conftest$ac_exeext
16258 if { (ac_try="$ac_link"
16259 case "(($ac_try" in
16260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16261 *) ac_try_echo=$ac_try;;
16262 esac
16263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16264 $as_echo "$ac_try_echo") >&5
16265 (eval "$ac_link") 2>conftest.er1
16266 ac_status=$?
16267 grep -v '^ *+' conftest.er1 >conftest.err
16268 rm -f conftest.er1
16269 cat conftest.err >&5
16270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16271 (exit $ac_status); } && {
16272 test -z "$ac_c_werror_flag" ||
16273 test ! -s conftest.err
16274 } && test -s conftest$ac_exeext && {
16275 test "$cross_compiling" = yes ||
16276 $as_test_x conftest$ac_exeext
16277 }; then
16278 case "$LIBEXT" in
16279 dll) ;;
16280 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'` ;;
16281 *) 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'` ;;
16282 esac
16283 else
16284 $as_echo "$as_me: failed program was:" >&5
16285 sed 's/^/| /' conftest.$ac_ext >&5
16290 rm -rf conftest.dSYM
16291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16292 conftest$ac_exeext conftest.$ac_ext
16293 LIBS=$ac_check_soname_save_LIBS
16295 if test "x$ac_cv_lib_soname_jack" = "x"; then
16296 { $as_echo "$as_me:$LINENO: result: not found" >&5
16297 $as_echo "not found" >&6; }
16299 else
16300 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16301 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16303 cat >>confdefs.h <<_ACEOF
16304 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16305 _ACEOF
16312 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16313 then
16314 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16315 $as_echo_n "checking for -lfontconfig... " >&6; }
16316 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16317 $as_echo_n "(cached) " >&6
16318 else
16319 ac_check_soname_save_LIBS=$LIBS
16320 LIBS="-lfontconfig $LIBS"
16321 cat >conftest.$ac_ext <<_ACEOF
16322 /* confdefs.h. */
16323 _ACEOF
16324 cat confdefs.h >>conftest.$ac_ext
16325 cat >>conftest.$ac_ext <<_ACEOF
16326 /* end confdefs.h. */
16328 /* Override any GCC internal prototype to avoid an error.
16329 Use char because int might match the return type of a GCC
16330 builtin and then its argument prototype would still apply. */
16331 #ifdef __cplusplus
16332 extern "C"
16333 #endif
16334 char FcInit ();
16336 main ()
16338 return FcInit ();
16340 return 0;
16342 _ACEOF
16343 rm -f conftest.$ac_objext conftest$ac_exeext
16344 if { (ac_try="$ac_link"
16345 case "(($ac_try" in
16346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16347 *) ac_try_echo=$ac_try;;
16348 esac
16349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16350 $as_echo "$ac_try_echo") >&5
16351 (eval "$ac_link") 2>conftest.er1
16352 ac_status=$?
16353 grep -v '^ *+' conftest.er1 >conftest.err
16354 rm -f conftest.er1
16355 cat conftest.err >&5
16356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16357 (exit $ac_status); } && {
16358 test -z "$ac_c_werror_flag" ||
16359 test ! -s conftest.err
16360 } && test -s conftest$ac_exeext && {
16361 test "$cross_compiling" = yes ||
16362 $as_test_x conftest$ac_exeext
16363 }; then
16364 case "$LIBEXT" in
16365 dll) ;;
16366 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'` ;;
16367 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16368 esac
16369 else
16370 $as_echo "$as_me: failed program was:" >&5
16371 sed 's/^/| /' conftest.$ac_ext >&5
16376 rm -rf conftest.dSYM
16377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16378 conftest$ac_exeext conftest.$ac_ext
16379 LIBS=$ac_check_soname_save_LIBS
16381 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16382 { $as_echo "$as_me:$LINENO: result: not found" >&5
16383 $as_echo "not found" >&6; }
16385 else
16386 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16387 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16389 cat >>confdefs.h <<_ACEOF
16390 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16391 _ACEOF
16396 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16397 then
16398 ac_save_CPPFLAGS="$CPPFLAGS"
16399 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16400 $as_unset ac_cv_header_fontconfig_fontconfig_h
16402 for ac_header in fontconfig/fontconfig.h
16404 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16405 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16406 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16407 $as_echo_n "checking for $ac_header... " >&6; }
16408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16409 $as_echo_n "(cached) " >&6
16411 ac_res=`eval 'as_val=${'$as_ac_Header'}
16412 $as_echo "$as_val"'`
16413 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16414 $as_echo "$ac_res" >&6; }
16415 else
16416 # Is the header compilable?
16417 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16418 $as_echo_n "checking $ac_header usability... " >&6; }
16419 cat >conftest.$ac_ext <<_ACEOF
16420 /* confdefs.h. */
16421 _ACEOF
16422 cat confdefs.h >>conftest.$ac_ext
16423 cat >>conftest.$ac_ext <<_ACEOF
16424 /* end confdefs.h. */
16425 $ac_includes_default
16426 #include <$ac_header>
16427 _ACEOF
16428 rm -f conftest.$ac_objext
16429 if { (ac_try="$ac_compile"
16430 case "(($ac_try" in
16431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16432 *) ac_try_echo=$ac_try;;
16433 esac
16434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16435 $as_echo "$ac_try_echo") >&5
16436 (eval "$ac_compile") 2>conftest.er1
16437 ac_status=$?
16438 grep -v '^ *+' conftest.er1 >conftest.err
16439 rm -f conftest.er1
16440 cat conftest.err >&5
16441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16442 (exit $ac_status); } && {
16443 test -z "$ac_c_werror_flag" ||
16444 test ! -s conftest.err
16445 } && test -s conftest.$ac_objext; then
16446 ac_header_compiler=yes
16447 else
16448 $as_echo "$as_me: failed program was:" >&5
16449 sed 's/^/| /' conftest.$ac_ext >&5
16451 ac_header_compiler=no
16454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16455 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16456 $as_echo "$ac_header_compiler" >&6; }
16458 # Is the header present?
16459 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16460 $as_echo_n "checking $ac_header presence... " >&6; }
16461 cat >conftest.$ac_ext <<_ACEOF
16462 /* confdefs.h. */
16463 _ACEOF
16464 cat confdefs.h >>conftest.$ac_ext
16465 cat >>conftest.$ac_ext <<_ACEOF
16466 /* end confdefs.h. */
16467 #include <$ac_header>
16468 _ACEOF
16469 if { (ac_try="$ac_cpp conftest.$ac_ext"
16470 case "(($ac_try" in
16471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16472 *) ac_try_echo=$ac_try;;
16473 esac
16474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16475 $as_echo "$ac_try_echo") >&5
16476 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16477 ac_status=$?
16478 grep -v '^ *+' conftest.er1 >conftest.err
16479 rm -f conftest.er1
16480 cat conftest.err >&5
16481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16482 (exit $ac_status); } >/dev/null && {
16483 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16484 test ! -s conftest.err
16485 }; then
16486 ac_header_preproc=yes
16487 else
16488 $as_echo "$as_me: failed program was:" >&5
16489 sed 's/^/| /' conftest.$ac_ext >&5
16491 ac_header_preproc=no
16494 rm -f conftest.err conftest.$ac_ext
16495 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16496 $as_echo "$ac_header_preproc" >&6; }
16498 # So? What about this header?
16499 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16500 yes:no: )
16501 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16502 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16503 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16504 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16505 ac_header_preproc=yes
16507 no:yes:* )
16508 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16509 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16510 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16511 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16512 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16513 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16514 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16515 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16516 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16517 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16518 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16519 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16520 ( cat <<\_ASBOX
16521 ## ------------------------------------ ##
16522 ## Report this to wine-devel@winehq.org ##
16523 ## ------------------------------------ ##
16524 _ASBOX
16525 ) | sed "s/^/$as_me: WARNING: /" >&2
16527 esac
16528 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16529 $as_echo_n "checking for $ac_header... " >&6; }
16530 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16531 $as_echo_n "(cached) " >&6
16532 else
16533 eval "$as_ac_Header=\$ac_header_preproc"
16535 ac_res=`eval 'as_val=${'$as_ac_Header'}
16536 $as_echo "$as_val"'`
16537 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16538 $as_echo "$ac_res" >&6; }
16541 as_val=`eval 'as_val=${'$as_ac_Header'}
16542 $as_echo "$as_val"'`
16543 if test "x$as_val" = x""yes; then
16544 cat >>confdefs.h <<_ACEOF
16545 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16546 _ACEOF
16550 done
16552 CPPFLAGS="$ac_save_CPPFLAGS"
16553 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16554 then
16555 FONTCONFIGINCL="$X_CFLAGS"
16557 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16558 $as_echo_n "checking for -lfontconfig... " >&6; }
16559 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16560 $as_echo_n "(cached) " >&6
16561 else
16562 ac_check_soname_save_LIBS=$LIBS
16563 LIBS="-lfontconfig $X_LIBS $LIBS"
16564 cat >conftest.$ac_ext <<_ACEOF
16565 /* confdefs.h. */
16566 _ACEOF
16567 cat confdefs.h >>conftest.$ac_ext
16568 cat >>conftest.$ac_ext <<_ACEOF
16569 /* end confdefs.h. */
16571 /* Override any GCC internal prototype to avoid an error.
16572 Use char because int might match the return type of a GCC
16573 builtin and then its argument prototype would still apply. */
16574 #ifdef __cplusplus
16575 extern "C"
16576 #endif
16577 char FcInit ();
16579 main ()
16581 return FcInit ();
16583 return 0;
16585 _ACEOF
16586 rm -f conftest.$ac_objext conftest$ac_exeext
16587 if { (ac_try="$ac_link"
16588 case "(($ac_try" in
16589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16590 *) ac_try_echo=$ac_try;;
16591 esac
16592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16593 $as_echo "$ac_try_echo") >&5
16594 (eval "$ac_link") 2>conftest.er1
16595 ac_status=$?
16596 grep -v '^ *+' conftest.er1 >conftest.err
16597 rm -f conftest.er1
16598 cat conftest.err >&5
16599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16600 (exit $ac_status); } && {
16601 test -z "$ac_c_werror_flag" ||
16602 test ! -s conftest.err
16603 } && test -s conftest$ac_exeext && {
16604 test "$cross_compiling" = yes ||
16605 $as_test_x conftest$ac_exeext
16606 }; then
16607 case "$LIBEXT" in
16608 dll) ;;
16609 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'` ;;
16610 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16611 esac
16612 else
16613 $as_echo "$as_me: failed program was:" >&5
16614 sed 's/^/| /' conftest.$ac_ext >&5
16619 rm -rf conftest.dSYM
16620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16621 conftest$ac_exeext conftest.$ac_ext
16622 LIBS=$ac_check_soname_save_LIBS
16624 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16625 { $as_echo "$as_me:$LINENO: result: not found" >&5
16626 $as_echo "not found" >&6; }
16628 else
16629 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16630 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16632 cat >>confdefs.h <<_ACEOF
16633 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16634 _ACEOF
16641 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16642 case "x$with_fontconfig" in
16643 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16644 xno) ;;
16645 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16646 This is an error since --with-fontconfig was requested." >&5
16647 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16648 This is an error since --with-fontconfig was requested." >&2;}
16649 { (exit 1); exit 1; }; } ;;
16650 esac
16654 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16655 then
16656 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16657 $as_echo_n "checking for -lssl... " >&6; }
16658 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16659 $as_echo_n "(cached) " >&6
16660 else
16661 ac_check_soname_save_LIBS=$LIBS
16662 LIBS="-lssl $LIBS"
16663 cat >conftest.$ac_ext <<_ACEOF
16664 /* confdefs.h. */
16665 _ACEOF
16666 cat confdefs.h >>conftest.$ac_ext
16667 cat >>conftest.$ac_ext <<_ACEOF
16668 /* end confdefs.h. */
16670 /* Override any GCC internal prototype to avoid an error.
16671 Use char because int might match the return type of a GCC
16672 builtin and then its argument prototype would still apply. */
16673 #ifdef __cplusplus
16674 extern "C"
16675 #endif
16676 char SSL_library_init ();
16678 main ()
16680 return SSL_library_init ();
16682 return 0;
16684 _ACEOF
16685 rm -f conftest.$ac_objext conftest$ac_exeext
16686 if { (ac_try="$ac_link"
16687 case "(($ac_try" in
16688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16689 *) ac_try_echo=$ac_try;;
16690 esac
16691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16692 $as_echo "$ac_try_echo") >&5
16693 (eval "$ac_link") 2>conftest.er1
16694 ac_status=$?
16695 grep -v '^ *+' conftest.er1 >conftest.err
16696 rm -f conftest.er1
16697 cat conftest.err >&5
16698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16699 (exit $ac_status); } && {
16700 test -z "$ac_c_werror_flag" ||
16701 test ! -s conftest.err
16702 } && test -s conftest$ac_exeext && {
16703 test "$cross_compiling" = yes ||
16704 $as_test_x conftest$ac_exeext
16705 }; then
16706 case "$LIBEXT" in
16707 dll) ;;
16708 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'` ;;
16709 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16710 esac
16711 else
16712 $as_echo "$as_me: failed program was:" >&5
16713 sed 's/^/| /' conftest.$ac_ext >&5
16718 rm -rf conftest.dSYM
16719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16720 conftest$ac_exeext conftest.$ac_ext
16721 LIBS=$ac_check_soname_save_LIBS
16723 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16724 { $as_echo "$as_me:$LINENO: result: not found" >&5
16725 $as_echo "not found" >&6; }
16727 else
16728 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16729 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16731 cat >>confdefs.h <<_ACEOF
16732 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16733 _ACEOF
16738 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16739 $as_echo_n "checking for -lcrypto... " >&6; }
16740 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16741 $as_echo_n "(cached) " >&6
16742 else
16743 ac_check_soname_save_LIBS=$LIBS
16744 LIBS="-lcrypto $LIBS"
16745 cat >conftest.$ac_ext <<_ACEOF
16746 /* confdefs.h. */
16747 _ACEOF
16748 cat confdefs.h >>conftest.$ac_ext
16749 cat >>conftest.$ac_ext <<_ACEOF
16750 /* end confdefs.h. */
16752 /* Override any GCC internal prototype to avoid an error.
16753 Use char because int might match the return type of a GCC
16754 builtin and then its argument prototype would still apply. */
16755 #ifdef __cplusplus
16756 extern "C"
16757 #endif
16758 char BIO_new_socket ();
16760 main ()
16762 return BIO_new_socket ();
16764 return 0;
16766 _ACEOF
16767 rm -f conftest.$ac_objext conftest$ac_exeext
16768 if { (ac_try="$ac_link"
16769 case "(($ac_try" in
16770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16771 *) ac_try_echo=$ac_try;;
16772 esac
16773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16774 $as_echo "$ac_try_echo") >&5
16775 (eval "$ac_link") 2>conftest.er1
16776 ac_status=$?
16777 grep -v '^ *+' conftest.er1 >conftest.err
16778 rm -f conftest.er1
16779 cat conftest.err >&5
16780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16781 (exit $ac_status); } && {
16782 test -z "$ac_c_werror_flag" ||
16783 test ! -s conftest.err
16784 } && test -s conftest$ac_exeext && {
16785 test "$cross_compiling" = yes ||
16786 $as_test_x conftest$ac_exeext
16787 }; then
16788 case "$LIBEXT" in
16789 dll) ;;
16790 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'` ;;
16791 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16792 esac
16793 else
16794 $as_echo "$as_me: failed program was:" >&5
16795 sed 's/^/| /' conftest.$ac_ext >&5
16800 rm -rf conftest.dSYM
16801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16802 conftest$ac_exeext conftest.$ac_ext
16803 LIBS=$ac_check_soname_save_LIBS
16805 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16806 { $as_echo "$as_me:$LINENO: result: not found" >&5
16807 $as_echo "not found" >&6; }
16809 else
16810 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16811 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16813 cat >>confdefs.h <<_ACEOF
16814 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16815 _ACEOF
16821 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16822 case "x$with_openssl" in
16823 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16824 xno) ;;
16825 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16826 This is an error since --with-openssl was requested." >&5
16827 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16828 This is an error since --with-openssl was requested." >&2;}
16829 { (exit 1); exit 1; }; } ;;
16830 esac
16834 if test "$ac_cv_header_jpeglib_h" = "yes"
16835 then
16836 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16837 $as_echo_n "checking for -ljpeg... " >&6; }
16838 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16839 $as_echo_n "(cached) " >&6
16840 else
16841 ac_check_soname_save_LIBS=$LIBS
16842 LIBS="-ljpeg $LIBS"
16843 cat >conftest.$ac_ext <<_ACEOF
16844 /* confdefs.h. */
16845 _ACEOF
16846 cat confdefs.h >>conftest.$ac_ext
16847 cat >>conftest.$ac_ext <<_ACEOF
16848 /* end confdefs.h. */
16850 /* Override any GCC internal prototype to avoid an error.
16851 Use char because int might match the return type of a GCC
16852 builtin and then its argument prototype would still apply. */
16853 #ifdef __cplusplus
16854 extern "C"
16855 #endif
16856 char jpeg_start_decompress ();
16858 main ()
16860 return jpeg_start_decompress ();
16862 return 0;
16864 _ACEOF
16865 rm -f conftest.$ac_objext conftest$ac_exeext
16866 if { (ac_try="$ac_link"
16867 case "(($ac_try" in
16868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16869 *) ac_try_echo=$ac_try;;
16870 esac
16871 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16872 $as_echo "$ac_try_echo") >&5
16873 (eval "$ac_link") 2>conftest.er1
16874 ac_status=$?
16875 grep -v '^ *+' conftest.er1 >conftest.err
16876 rm -f conftest.er1
16877 cat conftest.err >&5
16878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16879 (exit $ac_status); } && {
16880 test -z "$ac_c_werror_flag" ||
16881 test ! -s conftest.err
16882 } && test -s conftest$ac_exeext && {
16883 test "$cross_compiling" = yes ||
16884 $as_test_x conftest$ac_exeext
16885 }; then
16886 case "$LIBEXT" in
16887 dll) ;;
16888 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'` ;;
16889 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16890 esac
16891 else
16892 $as_echo "$as_me: failed program was:" >&5
16893 sed 's/^/| /' conftest.$ac_ext >&5
16898 rm -rf conftest.dSYM
16899 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16900 conftest$ac_exeext conftest.$ac_ext
16901 LIBS=$ac_check_soname_save_LIBS
16903 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16904 { $as_echo "$as_me:$LINENO: result: not found" >&5
16905 $as_echo "not found" >&6; }
16907 else
16908 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16909 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16911 cat >>confdefs.h <<_ACEOF
16912 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16913 _ACEOF
16919 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16920 case "x$with_jpeg" in
16921 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16922 xno) ;;
16923 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16924 This is an error since --with-jpeg was requested." >&5
16925 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16926 This is an error since --with-jpeg was requested." >&2;}
16927 { (exit 1); exit 1; }; } ;;
16928 esac
16932 if test "$ac_cv_header_png_h" = "yes"
16933 then
16934 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16935 $as_echo_n "checking for -lpng... " >&6; }
16936 if test "${ac_cv_lib_soname_png+set}" = set; then
16937 $as_echo_n "(cached) " >&6
16938 else
16939 ac_check_soname_save_LIBS=$LIBS
16940 LIBS="-lpng -lm -lz $LIBS"
16941 cat >conftest.$ac_ext <<_ACEOF
16942 /* confdefs.h. */
16943 _ACEOF
16944 cat confdefs.h >>conftest.$ac_ext
16945 cat >>conftest.$ac_ext <<_ACEOF
16946 /* end confdefs.h. */
16948 /* Override any GCC internal prototype to avoid an error.
16949 Use char because int might match the return type of a GCC
16950 builtin and then its argument prototype would still apply. */
16951 #ifdef __cplusplus
16952 extern "C"
16953 #endif
16954 char png_create_read_struct ();
16956 main ()
16958 return png_create_read_struct ();
16960 return 0;
16962 _ACEOF
16963 rm -f conftest.$ac_objext conftest$ac_exeext
16964 if { (ac_try="$ac_link"
16965 case "(($ac_try" in
16966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16967 *) ac_try_echo=$ac_try;;
16968 esac
16969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16970 $as_echo "$ac_try_echo") >&5
16971 (eval "$ac_link") 2>conftest.er1
16972 ac_status=$?
16973 grep -v '^ *+' conftest.er1 >conftest.err
16974 rm -f conftest.er1
16975 cat conftest.err >&5
16976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16977 (exit $ac_status); } && {
16978 test -z "$ac_c_werror_flag" ||
16979 test ! -s conftest.err
16980 } && test -s conftest$ac_exeext && {
16981 test "$cross_compiling" = yes ||
16982 $as_test_x conftest$ac_exeext
16983 }; then
16984 case "$LIBEXT" in
16985 dll) ;;
16986 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'` ;;
16987 *) 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'` ;;
16988 esac
16989 else
16990 $as_echo "$as_me: failed program was:" >&5
16991 sed 's/^/| /' conftest.$ac_ext >&5
16996 rm -rf conftest.dSYM
16997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16998 conftest$ac_exeext conftest.$ac_ext
16999 LIBS=$ac_check_soname_save_LIBS
17001 if test "x$ac_cv_lib_soname_png" = "x"; then
17002 { $as_echo "$as_me:$LINENO: result: not found" >&5
17003 $as_echo "not found" >&6; }
17005 else
17006 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
17007 $as_echo "$ac_cv_lib_soname_png" >&6; }
17009 cat >>confdefs.h <<_ACEOF
17010 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
17011 _ACEOF
17017 if test "x$ac_cv_lib_soname_png" = "x"; then
17018 case "x$with_png" in
17019 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17020 xno) ;;
17021 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17022 This is an error since --with-png was requested." >&5
17023 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17024 This is an error since --with-png was requested." >&2;}
17025 { (exit 1); exit 1; }; } ;;
17026 esac
17030 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17031 $as_echo_n "checking for -lodbc... " >&6; }
17032 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17033 $as_echo_n "(cached) " >&6
17034 else
17035 ac_check_soname_save_LIBS=$LIBS
17036 LIBS="-lodbc $LIBS"
17037 cat >conftest.$ac_ext <<_ACEOF
17038 /* confdefs.h. */
17039 _ACEOF
17040 cat confdefs.h >>conftest.$ac_ext
17041 cat >>conftest.$ac_ext <<_ACEOF
17042 /* end confdefs.h. */
17044 /* Override any GCC internal prototype to avoid an error.
17045 Use char because int might match the return type of a GCC
17046 builtin and then its argument prototype would still apply. */
17047 #ifdef __cplusplus
17048 extern "C"
17049 #endif
17050 char SQLConnect ();
17052 main ()
17054 return SQLConnect ();
17056 return 0;
17058 _ACEOF
17059 rm -f conftest.$ac_objext conftest$ac_exeext
17060 if { (ac_try="$ac_link"
17061 case "(($ac_try" in
17062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17063 *) ac_try_echo=$ac_try;;
17064 esac
17065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17066 $as_echo "$ac_try_echo") >&5
17067 (eval "$ac_link") 2>conftest.er1
17068 ac_status=$?
17069 grep -v '^ *+' conftest.er1 >conftest.err
17070 rm -f conftest.er1
17071 cat conftest.err >&5
17072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17073 (exit $ac_status); } && {
17074 test -z "$ac_c_werror_flag" ||
17075 test ! -s conftest.err
17076 } && test -s conftest$ac_exeext && {
17077 test "$cross_compiling" = yes ||
17078 $as_test_x conftest$ac_exeext
17079 }; then
17080 case "$LIBEXT" in
17081 dll) ;;
17082 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'` ;;
17083 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17084 esac
17085 else
17086 $as_echo "$as_me: failed program was:" >&5
17087 sed 's/^/| /' conftest.$ac_ext >&5
17092 rm -rf conftest.dSYM
17093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17094 conftest$ac_exeext conftest.$ac_ext
17095 LIBS=$ac_check_soname_save_LIBS
17097 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17098 { $as_echo "$as_me:$LINENO: result: not found" >&5
17099 $as_echo "not found" >&6; }
17100 cat >>confdefs.h <<_ACEOF
17101 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17102 _ACEOF
17104 else
17105 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17106 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17108 cat >>confdefs.h <<_ACEOF
17109 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17110 _ACEOF
17116 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17117 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17118 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17119 "$ac_cv_header_soundcard_h" != "yes" -a \
17120 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17121 then
17122 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17126 EXTRACFLAGS=""
17128 if test "x${GCC}" = "xyes"
17129 then
17130 EXTRACFLAGS="-Wall -pipe"
17132 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17133 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17134 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17135 $as_echo_n "(cached) " >&6
17136 else
17137 if test "$cross_compiling" = yes; then
17138 ac_cv_c_gcc_strength_bug="yes"
17139 else
17140 cat >conftest.$ac_ext <<_ACEOF
17141 /* confdefs.h. */
17142 _ACEOF
17143 cat confdefs.h >>conftest.$ac_ext
17144 cat >>conftest.$ac_ext <<_ACEOF
17145 /* end confdefs.h. */
17146 int L[4] = {0,1,2,3};
17148 main ()
17150 static int Array[3];
17151 unsigned int B = 3;
17152 int i;
17153 for(i=0; i<B; i++) Array[i] = i - 3;
17154 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17155 L[i] = 4;
17156 exit( Array[1] != -2 || L[2] != 3)
17158 return 0;
17160 _ACEOF
17161 rm -f conftest$ac_exeext
17162 if { (ac_try="$ac_link"
17163 case "(($ac_try" in
17164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17165 *) ac_try_echo=$ac_try;;
17166 esac
17167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17168 $as_echo "$ac_try_echo") >&5
17169 (eval "$ac_link") 2>&5
17170 ac_status=$?
17171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17172 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17173 { (case "(($ac_try" in
17174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17175 *) ac_try_echo=$ac_try;;
17176 esac
17177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17178 $as_echo "$ac_try_echo") >&5
17179 (eval "$ac_try") 2>&5
17180 ac_status=$?
17181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17182 (exit $ac_status); }; }; then
17183 ac_cv_c_gcc_strength_bug="no"
17184 else
17185 $as_echo "$as_me: program exited with status $ac_status" >&5
17186 $as_echo "$as_me: failed program was:" >&5
17187 sed 's/^/| /' conftest.$ac_ext >&5
17189 ( exit $ac_status )
17190 ac_cv_c_gcc_strength_bug="yes"
17192 rm -rf conftest.dSYM
17193 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17198 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17199 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17200 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17201 then
17202 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17206 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17207 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17208 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17209 $as_echo_n "(cached) " >&6
17210 else
17211 ac_wine_try_cflags_saved=$CFLAGS
17212 CFLAGS="$CFLAGS -fshort-wchar"
17213 cat >conftest.$ac_ext <<_ACEOF
17214 /* confdefs.h. */
17215 _ACEOF
17216 cat confdefs.h >>conftest.$ac_ext
17217 cat >>conftest.$ac_ext <<_ACEOF
17218 /* end confdefs.h. */
17221 main ()
17225 return 0;
17227 _ACEOF
17228 rm -f conftest.$ac_objext conftest$ac_exeext
17229 if { (ac_try="$ac_link"
17230 case "(($ac_try" in
17231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17232 *) ac_try_echo=$ac_try;;
17233 esac
17234 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17235 $as_echo "$ac_try_echo") >&5
17236 (eval "$ac_link") 2>conftest.er1
17237 ac_status=$?
17238 grep -v '^ *+' conftest.er1 >conftest.err
17239 rm -f conftest.er1
17240 cat conftest.err >&5
17241 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17242 (exit $ac_status); } && {
17243 test -z "$ac_c_werror_flag" ||
17244 test ! -s conftest.err
17245 } && test -s conftest$ac_exeext && {
17246 test "$cross_compiling" = yes ||
17247 $as_test_x conftest$ac_exeext
17248 }; then
17249 ac_cv_cflags__fshort_wchar=yes
17250 else
17251 $as_echo "$as_me: failed program was:" >&5
17252 sed 's/^/| /' conftest.$ac_ext >&5
17254 ac_cv_cflags__fshort_wchar=no
17257 rm -rf conftest.dSYM
17258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17259 conftest$ac_exeext conftest.$ac_ext
17260 CFLAGS=$ac_wine_try_cflags_saved
17262 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17263 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17264 if test $ac_cv_cflags__fshort_wchar = yes; then
17266 cat >>confdefs.h <<\_ACEOF
17267 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17268 _ACEOF
17272 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17273 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17274 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17275 $as_echo_n "(cached) " >&6
17276 else
17277 ac_wine_try_cflags_saved=$CFLAGS
17278 CFLAGS="$CFLAGS -fno-builtin"
17279 cat >conftest.$ac_ext <<_ACEOF
17280 /* confdefs.h. */
17281 _ACEOF
17282 cat confdefs.h >>conftest.$ac_ext
17283 cat >>conftest.$ac_ext <<_ACEOF
17284 /* end confdefs.h. */
17287 main ()
17291 return 0;
17293 _ACEOF
17294 rm -f conftest.$ac_objext conftest$ac_exeext
17295 if { (ac_try="$ac_link"
17296 case "(($ac_try" in
17297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17298 *) ac_try_echo=$ac_try;;
17299 esac
17300 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17301 $as_echo "$ac_try_echo") >&5
17302 (eval "$ac_link") 2>conftest.er1
17303 ac_status=$?
17304 grep -v '^ *+' conftest.er1 >conftest.err
17305 rm -f conftest.er1
17306 cat conftest.err >&5
17307 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17308 (exit $ac_status); } && {
17309 test -z "$ac_c_werror_flag" ||
17310 test ! -s conftest.err
17311 } && test -s conftest$ac_exeext && {
17312 test "$cross_compiling" = yes ||
17313 $as_test_x conftest$ac_exeext
17314 }; then
17315 ac_cv_cflags__fno_builtin=yes
17316 else
17317 $as_echo "$as_me: failed program was:" >&5
17318 sed 's/^/| /' conftest.$ac_ext >&5
17320 ac_cv_cflags__fno_builtin=no
17323 rm -rf conftest.dSYM
17324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17325 conftest$ac_exeext conftest.$ac_ext
17326 CFLAGS=$ac_wine_try_cflags_saved
17328 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17329 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17330 if test $ac_cv_cflags__fno_builtin = yes; then
17331 BUILTINFLAG="-fno-builtin"
17335 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17336 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17337 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17338 $as_echo_n "(cached) " >&6
17339 else
17340 ac_wine_try_cflags_saved=$CFLAGS
17341 CFLAGS="$CFLAGS -fno-strict-aliasing"
17342 cat >conftest.$ac_ext <<_ACEOF
17343 /* confdefs.h. */
17344 _ACEOF
17345 cat confdefs.h >>conftest.$ac_ext
17346 cat >>conftest.$ac_ext <<_ACEOF
17347 /* end confdefs.h. */
17350 main ()
17354 return 0;
17356 _ACEOF
17357 rm -f conftest.$ac_objext conftest$ac_exeext
17358 if { (ac_try="$ac_link"
17359 case "(($ac_try" in
17360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17361 *) ac_try_echo=$ac_try;;
17362 esac
17363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17364 $as_echo "$ac_try_echo") >&5
17365 (eval "$ac_link") 2>conftest.er1
17366 ac_status=$?
17367 grep -v '^ *+' conftest.er1 >conftest.err
17368 rm -f conftest.er1
17369 cat conftest.err >&5
17370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17371 (exit $ac_status); } && {
17372 test -z "$ac_c_werror_flag" ||
17373 test ! -s conftest.err
17374 } && test -s conftest$ac_exeext && {
17375 test "$cross_compiling" = yes ||
17376 $as_test_x conftest$ac_exeext
17377 }; then
17378 ac_cv_cflags__fno_strict_aliasing=yes
17379 else
17380 $as_echo "$as_me: failed program was:" >&5
17381 sed 's/^/| /' conftest.$ac_ext >&5
17383 ac_cv_cflags__fno_strict_aliasing=no
17386 rm -rf conftest.dSYM
17387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17388 conftest$ac_exeext conftest.$ac_ext
17389 CFLAGS=$ac_wine_try_cflags_saved
17391 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17392 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17393 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17394 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17397 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17398 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17399 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17400 $as_echo_n "(cached) " >&6
17401 else
17402 ac_wine_try_cflags_saved=$CFLAGS
17403 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17404 cat >conftest.$ac_ext <<_ACEOF
17405 /* confdefs.h. */
17406 _ACEOF
17407 cat confdefs.h >>conftest.$ac_ext
17408 cat >>conftest.$ac_ext <<_ACEOF
17409 /* end confdefs.h. */
17412 main ()
17416 return 0;
17418 _ACEOF
17419 rm -f conftest.$ac_objext conftest$ac_exeext
17420 if { (ac_try="$ac_link"
17421 case "(($ac_try" in
17422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17423 *) ac_try_echo=$ac_try;;
17424 esac
17425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17426 $as_echo "$ac_try_echo") >&5
17427 (eval "$ac_link") 2>conftest.er1
17428 ac_status=$?
17429 grep -v '^ *+' conftest.er1 >conftest.err
17430 rm -f conftest.er1
17431 cat conftest.err >&5
17432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17433 (exit $ac_status); } && {
17434 test -z "$ac_c_werror_flag" ||
17435 test ! -s conftest.err
17436 } && test -s conftest$ac_exeext && {
17437 test "$cross_compiling" = yes ||
17438 $as_test_x conftest$ac_exeext
17439 }; then
17440 ac_cv_cflags__Wdeclaration_after_statement=yes
17441 else
17442 $as_echo "$as_me: failed program was:" >&5
17443 sed 's/^/| /' conftest.$ac_ext >&5
17445 ac_cv_cflags__Wdeclaration_after_statement=no
17448 rm -rf conftest.dSYM
17449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17450 conftest$ac_exeext conftest.$ac_ext
17451 CFLAGS=$ac_wine_try_cflags_saved
17453 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17454 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17455 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17456 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17459 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17460 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17461 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17462 $as_echo_n "(cached) " >&6
17463 else
17464 ac_wine_try_cflags_saved=$CFLAGS
17465 CFLAGS="$CFLAGS -Wwrite-strings"
17466 cat >conftest.$ac_ext <<_ACEOF
17467 /* confdefs.h. */
17468 _ACEOF
17469 cat confdefs.h >>conftest.$ac_ext
17470 cat >>conftest.$ac_ext <<_ACEOF
17471 /* end confdefs.h. */
17474 main ()
17478 return 0;
17480 _ACEOF
17481 rm -f conftest.$ac_objext conftest$ac_exeext
17482 if { (ac_try="$ac_link"
17483 case "(($ac_try" in
17484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17485 *) ac_try_echo=$ac_try;;
17486 esac
17487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17488 $as_echo "$ac_try_echo") >&5
17489 (eval "$ac_link") 2>conftest.er1
17490 ac_status=$?
17491 grep -v '^ *+' conftest.er1 >conftest.err
17492 rm -f conftest.er1
17493 cat conftest.err >&5
17494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17495 (exit $ac_status); } && {
17496 test -z "$ac_c_werror_flag" ||
17497 test ! -s conftest.err
17498 } && test -s conftest$ac_exeext && {
17499 test "$cross_compiling" = yes ||
17500 $as_test_x conftest$ac_exeext
17501 }; then
17502 ac_cv_cflags__Wwrite_strings=yes
17503 else
17504 $as_echo "$as_me: failed program was:" >&5
17505 sed 's/^/| /' conftest.$ac_ext >&5
17507 ac_cv_cflags__Wwrite_strings=no
17510 rm -rf conftest.dSYM
17511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17512 conftest$ac_exeext conftest.$ac_ext
17513 CFLAGS=$ac_wine_try_cflags_saved
17515 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17516 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17517 if test $ac_cv_cflags__Wwrite_strings = yes; then
17518 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17521 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17522 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17523 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17524 $as_echo_n "(cached) " >&6
17525 else
17526 ac_wine_try_cflags_saved=$CFLAGS
17527 CFLAGS="$CFLAGS -Wtype-limits"
17528 cat >conftest.$ac_ext <<_ACEOF
17529 /* confdefs.h. */
17530 _ACEOF
17531 cat confdefs.h >>conftest.$ac_ext
17532 cat >>conftest.$ac_ext <<_ACEOF
17533 /* end confdefs.h. */
17536 main ()
17540 return 0;
17542 _ACEOF
17543 rm -f conftest.$ac_objext conftest$ac_exeext
17544 if { (ac_try="$ac_link"
17545 case "(($ac_try" in
17546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17547 *) ac_try_echo=$ac_try;;
17548 esac
17549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17550 $as_echo "$ac_try_echo") >&5
17551 (eval "$ac_link") 2>conftest.er1
17552 ac_status=$?
17553 grep -v '^ *+' conftest.er1 >conftest.err
17554 rm -f conftest.er1
17555 cat conftest.err >&5
17556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17557 (exit $ac_status); } && {
17558 test -z "$ac_c_werror_flag" ||
17559 test ! -s conftest.err
17560 } && test -s conftest$ac_exeext && {
17561 test "$cross_compiling" = yes ||
17562 $as_test_x conftest$ac_exeext
17563 }; then
17564 ac_cv_cflags__Wtype_limits=yes
17565 else
17566 $as_echo "$as_me: failed program was:" >&5
17567 sed 's/^/| /' conftest.$ac_ext >&5
17569 ac_cv_cflags__Wtype_limits=no
17572 rm -rf conftest.dSYM
17573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17574 conftest$ac_exeext conftest.$ac_ext
17575 CFLAGS=$ac_wine_try_cflags_saved
17577 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17578 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17579 if test $ac_cv_cflags__Wtype_limits = yes; then
17580 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17584 saved_CFLAGS="$CFLAGS"
17585 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17586 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17587 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17588 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17589 $as_echo_n "(cached) " >&6
17590 else
17591 cat >conftest.$ac_ext <<_ACEOF
17592 /* confdefs.h. */
17593 _ACEOF
17594 cat confdefs.h >>conftest.$ac_ext
17595 cat >>conftest.$ac_ext <<_ACEOF
17596 /* end confdefs.h. */
17597 #include <string.h>
17599 main ()
17603 return 0;
17605 _ACEOF
17606 rm -f conftest.$ac_objext
17607 if { (ac_try="$ac_compile"
17608 case "(($ac_try" in
17609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17610 *) ac_try_echo=$ac_try;;
17611 esac
17612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17613 $as_echo "$ac_try_echo") >&5
17614 (eval "$ac_compile") 2>conftest.er1
17615 ac_status=$?
17616 grep -v '^ *+' conftest.er1 >conftest.err
17617 rm -f conftest.er1
17618 cat conftest.err >&5
17619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17620 (exit $ac_status); } && {
17621 test -z "$ac_c_werror_flag" ||
17622 test ! -s conftest.err
17623 } && test -s conftest.$ac_objext; then
17624 ac_cv_c_string_h_warnings=no
17625 else
17626 $as_echo "$as_me: failed program was:" >&5
17627 sed 's/^/| /' conftest.$ac_ext >&5
17629 ac_cv_c_string_h_warnings=yes
17632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17634 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17635 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17636 CFLAGS="$saved_CFLAGS"
17637 if test "$ac_cv_c_string_h_warnings" = "no"
17638 then
17639 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17644 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17645 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17646 if test "${ac_cv_asm_func_def+set}" = set; then
17647 $as_echo_n "(cached) " >&6
17648 else
17649 cat >conftest.$ac_ext <<_ACEOF
17650 /* confdefs.h. */
17651 _ACEOF
17652 cat confdefs.h >>conftest.$ac_ext
17653 cat >>conftest.$ac_ext <<_ACEOF
17654 /* end confdefs.h. */
17657 main ()
17659 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17661 return 0;
17663 _ACEOF
17664 rm -f conftest.$ac_objext conftest$ac_exeext
17665 if { (ac_try="$ac_link"
17666 case "(($ac_try" in
17667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17668 *) ac_try_echo=$ac_try;;
17669 esac
17670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17671 $as_echo "$ac_try_echo") >&5
17672 (eval "$ac_link") 2>conftest.er1
17673 ac_status=$?
17674 grep -v '^ *+' conftest.er1 >conftest.err
17675 rm -f conftest.er1
17676 cat conftest.err >&5
17677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17678 (exit $ac_status); } && {
17679 test -z "$ac_c_werror_flag" ||
17680 test ! -s conftest.err
17681 } && test -s conftest$ac_exeext && {
17682 test "$cross_compiling" = yes ||
17683 $as_test_x conftest$ac_exeext
17684 }; then
17685 ac_cv_asm_func_def=".def"
17686 else
17687 $as_echo "$as_me: failed program was:" >&5
17688 sed 's/^/| /' conftest.$ac_ext >&5
17690 cat >conftest.$ac_ext <<_ACEOF
17691 /* confdefs.h. */
17692 _ACEOF
17693 cat confdefs.h >>conftest.$ac_ext
17694 cat >>conftest.$ac_ext <<_ACEOF
17695 /* end confdefs.h. */
17698 main ()
17700 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17702 return 0;
17704 _ACEOF
17705 rm -f conftest.$ac_objext conftest$ac_exeext
17706 if { (ac_try="$ac_link"
17707 case "(($ac_try" in
17708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17709 *) ac_try_echo=$ac_try;;
17710 esac
17711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17712 $as_echo "$ac_try_echo") >&5
17713 (eval "$ac_link") 2>conftest.er1
17714 ac_status=$?
17715 grep -v '^ *+' conftest.er1 >conftest.err
17716 rm -f conftest.er1
17717 cat conftest.err >&5
17718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17719 (exit $ac_status); } && {
17720 test -z "$ac_c_werror_flag" ||
17721 test ! -s conftest.err
17722 } && test -s conftest$ac_exeext && {
17723 test "$cross_compiling" = yes ||
17724 $as_test_x conftest$ac_exeext
17725 }; then
17726 ac_cv_asm_func_def=".type @function"
17727 else
17728 $as_echo "$as_me: failed program was:" >&5
17729 sed 's/^/| /' conftest.$ac_ext >&5
17731 cat >conftest.$ac_ext <<_ACEOF
17732 /* confdefs.h. */
17733 _ACEOF
17734 cat confdefs.h >>conftest.$ac_ext
17735 cat >>conftest.$ac_ext <<_ACEOF
17736 /* end confdefs.h. */
17739 main ()
17741 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17743 return 0;
17745 _ACEOF
17746 rm -f conftest.$ac_objext conftest$ac_exeext
17747 if { (ac_try="$ac_link"
17748 case "(($ac_try" in
17749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17750 *) ac_try_echo=$ac_try;;
17751 esac
17752 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17753 $as_echo "$ac_try_echo") >&5
17754 (eval "$ac_link") 2>conftest.er1
17755 ac_status=$?
17756 grep -v '^ *+' conftest.er1 >conftest.err
17757 rm -f conftest.er1
17758 cat conftest.err >&5
17759 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17760 (exit $ac_status); } && {
17761 test -z "$ac_c_werror_flag" ||
17762 test ! -s conftest.err
17763 } && test -s conftest$ac_exeext && {
17764 test "$cross_compiling" = yes ||
17765 $as_test_x conftest$ac_exeext
17766 }; then
17767 ac_cv_asm_func_def=".type 2"
17768 else
17769 $as_echo "$as_me: failed program was:" >&5
17770 sed 's/^/| /' conftest.$ac_ext >&5
17772 ac_cv_asm_func_def="unknown"
17775 rm -rf conftest.dSYM
17776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17777 conftest$ac_exeext conftest.$ac_ext
17780 rm -rf conftest.dSYM
17781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17782 conftest$ac_exeext conftest.$ac_ext
17785 rm -rf conftest.dSYM
17786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17787 conftest$ac_exeext conftest.$ac_ext
17789 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17790 $as_echo "$ac_cv_asm_func_def" >&6; }
17794 case "$ac_cv_asm_func_def" in
17795 ".def")
17796 cat >>confdefs.h <<\_ACEOF
17797 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17798 _ACEOF
17800 ".type @function")
17801 cat >>confdefs.h <<\_ACEOF
17802 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17803 _ACEOF
17805 ".type 2")
17806 cat >>confdefs.h <<\_ACEOF
17807 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17808 _ACEOF
17811 cat >>confdefs.h <<\_ACEOF
17812 #define __ASM_FUNC(name) ""
17813 _ACEOF
17815 esac
17818 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17819 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17820 if test "${ac_cv_c_extern_prefix+set}" = set; then
17821 $as_echo_n "(cached) " >&6
17822 else
17823 cat >conftest.$ac_ext <<_ACEOF
17824 /* confdefs.h. */
17825 _ACEOF
17826 cat confdefs.h >>conftest.$ac_ext
17827 cat >>conftest.$ac_ext <<_ACEOF
17828 /* end confdefs.h. */
17829 extern int ac_test;
17831 main ()
17833 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17835 return 0;
17837 _ACEOF
17838 rm -f conftest.$ac_objext conftest$ac_exeext
17839 if { (ac_try="$ac_link"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17845 $as_echo "$ac_try_echo") >&5
17846 (eval "$ac_link") 2>conftest.er1
17847 ac_status=$?
17848 grep -v '^ *+' conftest.er1 >conftest.err
17849 rm -f conftest.er1
17850 cat conftest.err >&5
17851 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17852 (exit $ac_status); } && {
17853 test -z "$ac_c_werror_flag" ||
17854 test ! -s conftest.err
17855 } && test -s conftest$ac_exeext && {
17856 test "$cross_compiling" = yes ||
17857 $as_test_x conftest$ac_exeext
17858 }; then
17859 ac_cv_c_extern_prefix="yes"
17860 else
17861 $as_echo "$as_me: failed program was:" >&5
17862 sed 's/^/| /' conftest.$ac_ext >&5
17864 ac_cv_c_extern_prefix="no"
17867 rm -rf conftest.dSYM
17868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17869 conftest$ac_exeext conftest.$ac_ext
17871 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17872 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17876 if test "$ac_cv_c_extern_prefix" = "yes"
17877 then
17878 cat >>confdefs.h <<\_ACEOF
17879 #define __ASM_NAME(name) "_" name
17880 _ACEOF
17882 else
17883 cat >>confdefs.h <<\_ACEOF
17884 #define __ASM_NAME(name) name
17885 _ACEOF
17890 LDPATH=""
17892 case $build_os in
17893 cygwin*|mingw32*)
17894 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17896 darwin*|macosx*)
17898 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17899 then
17900 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17904 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17906 esac
17908 case $host_os in
17909 mingw32*)
17910 CRTLIBS="-lmsvcrt"
17912 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17915 esac
17917 MAIN_BINARY="wine-pthread"
17918 case $host_cpu in
17919 *i[3456789]86*)
17920 case $host_os in
17921 linux* | k*bsd*-gnu)
17922 MAIN_BINARY="wine-glibc"
17924 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17926 freebsd*)
17927 MAIN_BINARY="wine-freebsd"
17929 EXTRA_BINARIES="wine-pthread"
17931 esac
17933 esac
18009 for ac_func in \
18010 _pclose \
18011 _popen \
18012 _snprintf \
18013 _spawnvp \
18014 _strdup \
18015 _stricmp \
18016 _strnicmp \
18017 _strtoi64 \
18018 _strtoui64 \
18019 _vsnprintf \
18020 asctime_r \
18021 chsize \
18022 clone \
18023 dlopen \
18024 epoll_create \
18025 ffs \
18026 finite \
18027 fork \
18028 fpclass \
18029 fstatfs \
18030 fstatvfs \
18031 ftruncate \
18032 futimes \
18033 futimesat \
18034 getdirentries \
18035 getopt_long \
18036 getpagesize \
18037 getpwuid \
18038 gettid \
18039 gettimeofday \
18040 getuid \
18041 inet_ntop \
18042 inet_pton \
18043 kqueue \
18044 lstat \
18045 memmove \
18046 mmap \
18047 pclose \
18048 poll \
18049 popen \
18050 prctl \
18051 pread \
18052 pwrite \
18053 readdir \
18054 readlink \
18055 rfork \
18056 sched_yield \
18057 select \
18058 setproctitle \
18059 setrlimit \
18060 settimeofday \
18061 sigaltstack \
18062 sigprocmask \
18063 snprintf \
18064 socketpair \
18065 spawnvp \
18066 statfs \
18067 statvfs \
18068 strcasecmp \
18069 strdup \
18070 strerror \
18071 strncasecmp \
18072 strtold \
18073 strtoll \
18074 strtoull \
18075 symlink \
18076 tcgetattr \
18077 thr_kill2 \
18078 timegm \
18079 usleep \
18080 vsnprintf \
18081 wait4 \
18082 waitpid \
18085 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18086 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18087 $as_echo_n "checking for $ac_func... " >&6; }
18088 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18089 $as_echo_n "(cached) " >&6
18090 else
18091 cat >conftest.$ac_ext <<_ACEOF
18092 /* confdefs.h. */
18093 _ACEOF
18094 cat confdefs.h >>conftest.$ac_ext
18095 cat >>conftest.$ac_ext <<_ACEOF
18096 /* end confdefs.h. */
18097 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18098 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18099 #define $ac_func innocuous_$ac_func
18101 /* System header to define __stub macros and hopefully few prototypes,
18102 which can conflict with char $ac_func (); below.
18103 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18104 <limits.h> exists even on freestanding compilers. */
18106 #ifdef __STDC__
18107 # include <limits.h>
18108 #else
18109 # include <assert.h>
18110 #endif
18112 #undef $ac_func
18114 /* Override any GCC internal prototype to avoid an error.
18115 Use char because int might match the return type of a GCC
18116 builtin and then its argument prototype would still apply. */
18117 #ifdef __cplusplus
18118 extern "C"
18119 #endif
18120 char $ac_func ();
18121 /* The GNU C library defines this for functions which it implements
18122 to always fail with ENOSYS. Some functions are actually named
18123 something starting with __ and the normal name is an alias. */
18124 #if defined __stub_$ac_func || defined __stub___$ac_func
18125 choke me
18126 #endif
18129 main ()
18131 return $ac_func ();
18133 return 0;
18135 _ACEOF
18136 rm -f conftest.$ac_objext conftest$ac_exeext
18137 if { (ac_try="$ac_link"
18138 case "(($ac_try" in
18139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18140 *) ac_try_echo=$ac_try;;
18141 esac
18142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18143 $as_echo "$ac_try_echo") >&5
18144 (eval "$ac_link") 2>conftest.er1
18145 ac_status=$?
18146 grep -v '^ *+' conftest.er1 >conftest.err
18147 rm -f conftest.er1
18148 cat conftest.err >&5
18149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18150 (exit $ac_status); } && {
18151 test -z "$ac_c_werror_flag" ||
18152 test ! -s conftest.err
18153 } && test -s conftest$ac_exeext && {
18154 test "$cross_compiling" = yes ||
18155 $as_test_x conftest$ac_exeext
18156 }; then
18157 eval "$as_ac_var=yes"
18158 else
18159 $as_echo "$as_me: failed program was:" >&5
18160 sed 's/^/| /' conftest.$ac_ext >&5
18162 eval "$as_ac_var=no"
18165 rm -rf conftest.dSYM
18166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18167 conftest$ac_exeext conftest.$ac_ext
18169 ac_res=`eval 'as_val=${'$as_ac_var'}
18170 $as_echo "$as_val"'`
18171 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18172 $as_echo "$ac_res" >&6; }
18173 as_val=`eval 'as_val=${'$as_ac_var'}
18174 $as_echo "$as_val"'`
18175 if test "x$as_val" = x""yes; then
18176 cat >>confdefs.h <<_ACEOF
18177 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18178 _ACEOF
18181 done
18184 if test "$ac_cv_func_dlopen" = no
18185 then
18186 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18187 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18188 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18189 $as_echo_n "(cached) " >&6
18190 else
18191 ac_check_lib_save_LIBS=$LIBS
18192 LIBS="-ldl $LIBS"
18193 cat >conftest.$ac_ext <<_ACEOF
18194 /* confdefs.h. */
18195 _ACEOF
18196 cat confdefs.h >>conftest.$ac_ext
18197 cat >>conftest.$ac_ext <<_ACEOF
18198 /* end confdefs.h. */
18200 /* Override any GCC internal prototype to avoid an error.
18201 Use char because int might match the return type of a GCC
18202 builtin and then its argument prototype would still apply. */
18203 #ifdef __cplusplus
18204 extern "C"
18205 #endif
18206 char dlopen ();
18208 main ()
18210 return dlopen ();
18212 return 0;
18214 _ACEOF
18215 rm -f conftest.$ac_objext conftest$ac_exeext
18216 if { (ac_try="$ac_link"
18217 case "(($ac_try" in
18218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18219 *) ac_try_echo=$ac_try;;
18220 esac
18221 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18222 $as_echo "$ac_try_echo") >&5
18223 (eval "$ac_link") 2>conftest.er1
18224 ac_status=$?
18225 grep -v '^ *+' conftest.er1 >conftest.err
18226 rm -f conftest.er1
18227 cat conftest.err >&5
18228 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18229 (exit $ac_status); } && {
18230 test -z "$ac_c_werror_flag" ||
18231 test ! -s conftest.err
18232 } && test -s conftest$ac_exeext && {
18233 test "$cross_compiling" = yes ||
18234 $as_test_x conftest$ac_exeext
18235 }; then
18236 ac_cv_lib_dl_dlopen=yes
18237 else
18238 $as_echo "$as_me: failed program was:" >&5
18239 sed 's/^/| /' conftest.$ac_ext >&5
18241 ac_cv_lib_dl_dlopen=no
18244 rm -rf conftest.dSYM
18245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18246 conftest$ac_exeext conftest.$ac_ext
18247 LIBS=$ac_check_lib_save_LIBS
18249 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18250 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18251 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18252 cat >>confdefs.h <<\_ACEOF
18253 #define HAVE_DLOPEN 1
18254 _ACEOF
18255 LIBDL="-ldl"
18260 ac_wine_check_funcs_save_LIBS="$LIBS"
18261 LIBS="$LIBS $LIBDL"
18263 for ac_func in dladdr
18265 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18266 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18267 $as_echo_n "checking for $ac_func... " >&6; }
18268 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18269 $as_echo_n "(cached) " >&6
18270 else
18271 cat >conftest.$ac_ext <<_ACEOF
18272 /* confdefs.h. */
18273 _ACEOF
18274 cat confdefs.h >>conftest.$ac_ext
18275 cat >>conftest.$ac_ext <<_ACEOF
18276 /* end confdefs.h. */
18277 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18278 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18279 #define $ac_func innocuous_$ac_func
18281 /* System header to define __stub macros and hopefully few prototypes,
18282 which can conflict with char $ac_func (); below.
18283 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18284 <limits.h> exists even on freestanding compilers. */
18286 #ifdef __STDC__
18287 # include <limits.h>
18288 #else
18289 # include <assert.h>
18290 #endif
18292 #undef $ac_func
18294 /* Override any GCC internal prototype to avoid an error.
18295 Use char because int might match the return type of a GCC
18296 builtin and then its argument prototype would still apply. */
18297 #ifdef __cplusplus
18298 extern "C"
18299 #endif
18300 char $ac_func ();
18301 /* The GNU C library defines this for functions which it implements
18302 to always fail with ENOSYS. Some functions are actually named
18303 something starting with __ and the normal name is an alias. */
18304 #if defined __stub_$ac_func || defined __stub___$ac_func
18305 choke me
18306 #endif
18309 main ()
18311 return $ac_func ();
18313 return 0;
18315 _ACEOF
18316 rm -f conftest.$ac_objext conftest$ac_exeext
18317 if { (ac_try="$ac_link"
18318 case "(($ac_try" in
18319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18320 *) ac_try_echo=$ac_try;;
18321 esac
18322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18323 $as_echo "$ac_try_echo") >&5
18324 (eval "$ac_link") 2>conftest.er1
18325 ac_status=$?
18326 grep -v '^ *+' conftest.er1 >conftest.err
18327 rm -f conftest.er1
18328 cat conftest.err >&5
18329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18330 (exit $ac_status); } && {
18331 test -z "$ac_c_werror_flag" ||
18332 test ! -s conftest.err
18333 } && test -s conftest$ac_exeext && {
18334 test "$cross_compiling" = yes ||
18335 $as_test_x conftest$ac_exeext
18336 }; then
18337 eval "$as_ac_var=yes"
18338 else
18339 $as_echo "$as_me: failed program was:" >&5
18340 sed 's/^/| /' conftest.$ac_ext >&5
18342 eval "$as_ac_var=no"
18345 rm -rf conftest.dSYM
18346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18347 conftest$ac_exeext conftest.$ac_ext
18349 ac_res=`eval 'as_val=${'$as_ac_var'}
18350 $as_echo "$as_val"'`
18351 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18352 $as_echo "$ac_res" >&6; }
18353 as_val=`eval 'as_val=${'$as_ac_var'}
18354 $as_echo "$as_val"'`
18355 if test "x$as_val" = x""yes; then
18356 cat >>confdefs.h <<_ACEOF
18357 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18358 _ACEOF
18361 done
18363 LIBS="$ac_wine_check_funcs_save_LIBS"
18365 if test "$ac_cv_func_poll" = no
18366 then
18367 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18368 $as_echo_n "checking for poll in -lpoll... " >&6; }
18369 if test "${ac_cv_lib_poll_poll+set}" = set; then
18370 $as_echo_n "(cached) " >&6
18371 else
18372 ac_check_lib_save_LIBS=$LIBS
18373 LIBS="-lpoll $LIBS"
18374 cat >conftest.$ac_ext <<_ACEOF
18375 /* confdefs.h. */
18376 _ACEOF
18377 cat confdefs.h >>conftest.$ac_ext
18378 cat >>conftest.$ac_ext <<_ACEOF
18379 /* end confdefs.h. */
18381 /* Override any GCC internal prototype to avoid an error.
18382 Use char because int might match the return type of a GCC
18383 builtin and then its argument prototype would still apply. */
18384 #ifdef __cplusplus
18385 extern "C"
18386 #endif
18387 char poll ();
18389 main ()
18391 return poll ();
18393 return 0;
18395 _ACEOF
18396 rm -f conftest.$ac_objext conftest$ac_exeext
18397 if { (ac_try="$ac_link"
18398 case "(($ac_try" in
18399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18400 *) ac_try_echo=$ac_try;;
18401 esac
18402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18403 $as_echo "$ac_try_echo") >&5
18404 (eval "$ac_link") 2>conftest.er1
18405 ac_status=$?
18406 grep -v '^ *+' conftest.er1 >conftest.err
18407 rm -f conftest.er1
18408 cat conftest.err >&5
18409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18410 (exit $ac_status); } && {
18411 test -z "$ac_c_werror_flag" ||
18412 test ! -s conftest.err
18413 } && test -s conftest$ac_exeext && {
18414 test "$cross_compiling" = yes ||
18415 $as_test_x conftest$ac_exeext
18416 }; then
18417 ac_cv_lib_poll_poll=yes
18418 else
18419 $as_echo "$as_me: failed program was:" >&5
18420 sed 's/^/| /' conftest.$ac_ext >&5
18422 ac_cv_lib_poll_poll=no
18425 rm -rf conftest.dSYM
18426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18427 conftest$ac_exeext conftest.$ac_ext
18428 LIBS=$ac_check_lib_save_LIBS
18430 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18431 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18432 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18433 cat >>confdefs.h <<\_ACEOF
18434 #define HAVE_POLL 1
18435 _ACEOF
18436 LIBPOLL="-lpoll"
18442 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18443 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18444 if test "${ac_cv_search_gethostbyname+set}" = set; then
18445 $as_echo_n "(cached) " >&6
18446 else
18447 ac_func_search_save_LIBS=$LIBS
18448 cat >conftest.$ac_ext <<_ACEOF
18449 /* confdefs.h. */
18450 _ACEOF
18451 cat confdefs.h >>conftest.$ac_ext
18452 cat >>conftest.$ac_ext <<_ACEOF
18453 /* end confdefs.h. */
18455 /* Override any GCC internal prototype to avoid an error.
18456 Use char because int might match the return type of a GCC
18457 builtin and then its argument prototype would still apply. */
18458 #ifdef __cplusplus
18459 extern "C"
18460 #endif
18461 char gethostbyname ();
18463 main ()
18465 return gethostbyname ();
18467 return 0;
18469 _ACEOF
18470 for ac_lib in '' nsl; do
18471 if test -z "$ac_lib"; then
18472 ac_res="none required"
18473 else
18474 ac_res=-l$ac_lib
18475 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18477 rm -f conftest.$ac_objext conftest$ac_exeext
18478 if { (ac_try="$ac_link"
18479 case "(($ac_try" in
18480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18481 *) ac_try_echo=$ac_try;;
18482 esac
18483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18484 $as_echo "$ac_try_echo") >&5
18485 (eval "$ac_link") 2>conftest.er1
18486 ac_status=$?
18487 grep -v '^ *+' conftest.er1 >conftest.err
18488 rm -f conftest.er1
18489 cat conftest.err >&5
18490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18491 (exit $ac_status); } && {
18492 test -z "$ac_c_werror_flag" ||
18493 test ! -s conftest.err
18494 } && test -s conftest$ac_exeext && {
18495 test "$cross_compiling" = yes ||
18496 $as_test_x conftest$ac_exeext
18497 }; then
18498 ac_cv_search_gethostbyname=$ac_res
18499 else
18500 $as_echo "$as_me: failed program was:" >&5
18501 sed 's/^/| /' conftest.$ac_ext >&5
18506 rm -rf conftest.dSYM
18507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18508 conftest$ac_exeext
18509 if test "${ac_cv_search_gethostbyname+set}" = set; then
18510 break
18512 done
18513 if test "${ac_cv_search_gethostbyname+set}" = set; then
18515 else
18516 ac_cv_search_gethostbyname=no
18518 rm conftest.$ac_ext
18519 LIBS=$ac_func_search_save_LIBS
18521 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18522 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18523 ac_res=$ac_cv_search_gethostbyname
18524 if test "$ac_res" != no; then
18525 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18530 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18531 $as_echo_n "checking for library containing connect... " >&6; }
18532 if test "${ac_cv_search_connect+set}" = set; then
18533 $as_echo_n "(cached) " >&6
18534 else
18535 ac_func_search_save_LIBS=$LIBS
18536 cat >conftest.$ac_ext <<_ACEOF
18537 /* confdefs.h. */
18538 _ACEOF
18539 cat confdefs.h >>conftest.$ac_ext
18540 cat >>conftest.$ac_ext <<_ACEOF
18541 /* end confdefs.h. */
18543 /* Override any GCC internal prototype to avoid an error.
18544 Use char because int might match the return type of a GCC
18545 builtin and then its argument prototype would still apply. */
18546 #ifdef __cplusplus
18547 extern "C"
18548 #endif
18549 char connect ();
18551 main ()
18553 return connect ();
18555 return 0;
18557 _ACEOF
18558 for ac_lib in '' socket; do
18559 if test -z "$ac_lib"; then
18560 ac_res="none required"
18561 else
18562 ac_res=-l$ac_lib
18563 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18565 rm -f conftest.$ac_objext conftest$ac_exeext
18566 if { (ac_try="$ac_link"
18567 case "(($ac_try" in
18568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18569 *) ac_try_echo=$ac_try;;
18570 esac
18571 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18572 $as_echo "$ac_try_echo") >&5
18573 (eval "$ac_link") 2>conftest.er1
18574 ac_status=$?
18575 grep -v '^ *+' conftest.er1 >conftest.err
18576 rm -f conftest.er1
18577 cat conftest.err >&5
18578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18579 (exit $ac_status); } && {
18580 test -z "$ac_c_werror_flag" ||
18581 test ! -s conftest.err
18582 } && test -s conftest$ac_exeext && {
18583 test "$cross_compiling" = yes ||
18584 $as_test_x conftest$ac_exeext
18585 }; then
18586 ac_cv_search_connect=$ac_res
18587 else
18588 $as_echo "$as_me: failed program was:" >&5
18589 sed 's/^/| /' conftest.$ac_ext >&5
18594 rm -rf conftest.dSYM
18595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18596 conftest$ac_exeext
18597 if test "${ac_cv_search_connect+set}" = set; then
18598 break
18600 done
18601 if test "${ac_cv_search_connect+set}" = set; then
18603 else
18604 ac_cv_search_connect=no
18606 rm conftest.$ac_ext
18607 LIBS=$ac_func_search_save_LIBS
18609 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18610 $as_echo "$ac_cv_search_connect" >&6; }
18611 ac_res=$ac_cv_search_connect
18612 if test "$ac_res" != no; then
18613 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18618 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18619 $as_echo_n "checking for library containing inet_aton... " >&6; }
18620 if test "${ac_cv_search_inet_aton+set}" = set; then
18621 $as_echo_n "(cached) " >&6
18622 else
18623 ac_func_search_save_LIBS=$LIBS
18624 cat >conftest.$ac_ext <<_ACEOF
18625 /* confdefs.h. */
18626 _ACEOF
18627 cat confdefs.h >>conftest.$ac_ext
18628 cat >>conftest.$ac_ext <<_ACEOF
18629 /* end confdefs.h. */
18631 /* Override any GCC internal prototype to avoid an error.
18632 Use char because int might match the return type of a GCC
18633 builtin and then its argument prototype would still apply. */
18634 #ifdef __cplusplus
18635 extern "C"
18636 #endif
18637 char inet_aton ();
18639 main ()
18641 return inet_aton ();
18643 return 0;
18645 _ACEOF
18646 for ac_lib in '' resolv; do
18647 if test -z "$ac_lib"; then
18648 ac_res="none required"
18649 else
18650 ac_res=-l$ac_lib
18651 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18653 rm -f conftest.$ac_objext conftest$ac_exeext
18654 if { (ac_try="$ac_link"
18655 case "(($ac_try" in
18656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18657 *) ac_try_echo=$ac_try;;
18658 esac
18659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18660 $as_echo "$ac_try_echo") >&5
18661 (eval "$ac_link") 2>conftest.er1
18662 ac_status=$?
18663 grep -v '^ *+' conftest.er1 >conftest.err
18664 rm -f conftest.er1
18665 cat conftest.err >&5
18666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18667 (exit $ac_status); } && {
18668 test -z "$ac_c_werror_flag" ||
18669 test ! -s conftest.err
18670 } && test -s conftest$ac_exeext && {
18671 test "$cross_compiling" = yes ||
18672 $as_test_x conftest$ac_exeext
18673 }; then
18674 ac_cv_search_inet_aton=$ac_res
18675 else
18676 $as_echo "$as_me: failed program was:" >&5
18677 sed 's/^/| /' conftest.$ac_ext >&5
18682 rm -rf conftest.dSYM
18683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18684 conftest$ac_exeext
18685 if test "${ac_cv_search_inet_aton+set}" = set; then
18686 break
18688 done
18689 if test "${ac_cv_search_inet_aton+set}" = set; then
18691 else
18692 ac_cv_search_inet_aton=no
18694 rm conftest.$ac_ext
18695 LIBS=$ac_func_search_save_LIBS
18697 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18698 $as_echo "$ac_cv_search_inet_aton" >&6; }
18699 ac_res=$ac_cv_search_inet_aton
18700 if test "$ac_res" != no; then
18701 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18714 for ac_func in \
18715 getaddrinfo \
18716 getnameinfo \
18717 getnetbyname \
18718 getprotobyname \
18719 getprotobynumber \
18720 getservbyport \
18721 inet_network \
18722 sendmsg \
18725 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18726 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18727 $as_echo_n "checking for $ac_func... " >&6; }
18728 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18729 $as_echo_n "(cached) " >&6
18730 else
18731 cat >conftest.$ac_ext <<_ACEOF
18732 /* confdefs.h. */
18733 _ACEOF
18734 cat confdefs.h >>conftest.$ac_ext
18735 cat >>conftest.$ac_ext <<_ACEOF
18736 /* end confdefs.h. */
18737 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18738 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18739 #define $ac_func innocuous_$ac_func
18741 /* System header to define __stub macros and hopefully few prototypes,
18742 which can conflict with char $ac_func (); below.
18743 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18744 <limits.h> exists even on freestanding compilers. */
18746 #ifdef __STDC__
18747 # include <limits.h>
18748 #else
18749 # include <assert.h>
18750 #endif
18752 #undef $ac_func
18754 /* Override any GCC internal prototype to avoid an error.
18755 Use char because int might match the return type of a GCC
18756 builtin and then its argument prototype would still apply. */
18757 #ifdef __cplusplus
18758 extern "C"
18759 #endif
18760 char $ac_func ();
18761 /* The GNU C library defines this for functions which it implements
18762 to always fail with ENOSYS. Some functions are actually named
18763 something starting with __ and the normal name is an alias. */
18764 #if defined __stub_$ac_func || defined __stub___$ac_func
18765 choke me
18766 #endif
18769 main ()
18771 return $ac_func ();
18773 return 0;
18775 _ACEOF
18776 rm -f conftest.$ac_objext conftest$ac_exeext
18777 if { (ac_try="$ac_link"
18778 case "(($ac_try" in
18779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18780 *) ac_try_echo=$ac_try;;
18781 esac
18782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18783 $as_echo "$ac_try_echo") >&5
18784 (eval "$ac_link") 2>conftest.er1
18785 ac_status=$?
18786 grep -v '^ *+' conftest.er1 >conftest.err
18787 rm -f conftest.er1
18788 cat conftest.err >&5
18789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18790 (exit $ac_status); } && {
18791 test -z "$ac_c_werror_flag" ||
18792 test ! -s conftest.err
18793 } && test -s conftest$ac_exeext && {
18794 test "$cross_compiling" = yes ||
18795 $as_test_x conftest$ac_exeext
18796 }; then
18797 eval "$as_ac_var=yes"
18798 else
18799 $as_echo "$as_me: failed program was:" >&5
18800 sed 's/^/| /' conftest.$ac_ext >&5
18802 eval "$as_ac_var=no"
18805 rm -rf conftest.dSYM
18806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18807 conftest$ac_exeext conftest.$ac_ext
18809 ac_res=`eval 'as_val=${'$as_ac_var'}
18810 $as_echo "$as_val"'`
18811 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18812 $as_echo "$ac_res" >&6; }
18813 as_val=`eval 'as_val=${'$as_ac_var'}
18814 $as_echo "$as_val"'`
18815 if test "x$as_val" = x""yes; then
18816 cat >>confdefs.h <<_ACEOF
18817 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18818 _ACEOF
18821 done
18824 LDAPLIBS=""
18826 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18827 then
18828 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18829 $as_echo_n "checking for LDAPSortKey... " >&6; }
18830 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18831 $as_echo_n "(cached) " >&6
18832 else
18833 ac_cv_type_LDAPSortKey=no
18834 cat >conftest.$ac_ext <<_ACEOF
18835 /* confdefs.h. */
18836 _ACEOF
18837 cat confdefs.h >>conftest.$ac_ext
18838 cat >>conftest.$ac_ext <<_ACEOF
18839 /* end confdefs.h. */
18840 #include <ldap.h>
18843 main ()
18845 if (sizeof (LDAPSortKey))
18846 return 0;
18848 return 0;
18850 _ACEOF
18851 rm -f conftest.$ac_objext
18852 if { (ac_try="$ac_compile"
18853 case "(($ac_try" in
18854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18855 *) ac_try_echo=$ac_try;;
18856 esac
18857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18858 $as_echo "$ac_try_echo") >&5
18859 (eval "$ac_compile") 2>conftest.er1
18860 ac_status=$?
18861 grep -v '^ *+' conftest.er1 >conftest.err
18862 rm -f conftest.er1
18863 cat conftest.err >&5
18864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18865 (exit $ac_status); } && {
18866 test -z "$ac_c_werror_flag" ||
18867 test ! -s conftest.err
18868 } && test -s conftest.$ac_objext; then
18869 cat >conftest.$ac_ext <<_ACEOF
18870 /* confdefs.h. */
18871 _ACEOF
18872 cat confdefs.h >>conftest.$ac_ext
18873 cat >>conftest.$ac_ext <<_ACEOF
18874 /* end confdefs.h. */
18875 #include <ldap.h>
18878 main ()
18880 if (sizeof ((LDAPSortKey)))
18881 return 0;
18883 return 0;
18885 _ACEOF
18886 rm -f conftest.$ac_objext
18887 if { (ac_try="$ac_compile"
18888 case "(($ac_try" in
18889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18890 *) ac_try_echo=$ac_try;;
18891 esac
18892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18893 $as_echo "$ac_try_echo") >&5
18894 (eval "$ac_compile") 2>conftest.er1
18895 ac_status=$?
18896 grep -v '^ *+' conftest.er1 >conftest.err
18897 rm -f conftest.er1
18898 cat conftest.err >&5
18899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18900 (exit $ac_status); } && {
18901 test -z "$ac_c_werror_flag" ||
18902 test ! -s conftest.err
18903 } && test -s conftest.$ac_objext; then
18905 else
18906 $as_echo "$as_me: failed program was:" >&5
18907 sed 's/^/| /' conftest.$ac_ext >&5
18909 ac_cv_type_LDAPSortKey=yes
18912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18913 else
18914 $as_echo "$as_me: failed program was:" >&5
18915 sed 's/^/| /' conftest.$ac_ext >&5
18920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18922 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18923 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18924 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18925 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18926 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18927 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18928 $as_echo_n "(cached) " >&6
18929 else
18930 ac_check_lib_save_LIBS=$LIBS
18931 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18932 cat >conftest.$ac_ext <<_ACEOF
18933 /* confdefs.h. */
18934 _ACEOF
18935 cat confdefs.h >>conftest.$ac_ext
18936 cat >>conftest.$ac_ext <<_ACEOF
18937 /* end confdefs.h. */
18939 /* Override any GCC internal prototype to avoid an error.
18940 Use char because int might match the return type of a GCC
18941 builtin and then its argument prototype would still apply. */
18942 #ifdef __cplusplus
18943 extern "C"
18944 #endif
18945 char ldap_initialize ();
18947 main ()
18949 return ldap_initialize ();
18951 return 0;
18953 _ACEOF
18954 rm -f conftest.$ac_objext conftest$ac_exeext
18955 if { (ac_try="$ac_link"
18956 case "(($ac_try" in
18957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18958 *) ac_try_echo=$ac_try;;
18959 esac
18960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18961 $as_echo "$ac_try_echo") >&5
18962 (eval "$ac_link") 2>conftest.er1
18963 ac_status=$?
18964 grep -v '^ *+' conftest.er1 >conftest.err
18965 rm -f conftest.er1
18966 cat conftest.err >&5
18967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18968 (exit $ac_status); } && {
18969 test -z "$ac_c_werror_flag" ||
18970 test ! -s conftest.err
18971 } && test -s conftest$ac_exeext && {
18972 test "$cross_compiling" = yes ||
18973 $as_test_x conftest$ac_exeext
18974 }; then
18975 ac_cv_lib_ldap_r_ldap_initialize=yes
18976 else
18977 $as_echo "$as_me: failed program was:" >&5
18978 sed 's/^/| /' conftest.$ac_ext >&5
18980 ac_cv_lib_ldap_r_ldap_initialize=no
18983 rm -rf conftest.dSYM
18984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18985 conftest$ac_exeext conftest.$ac_ext
18986 LIBS=$ac_check_lib_save_LIBS
18988 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18989 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18990 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18991 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18992 $as_echo_n "checking for ber_init in -llber... " >&6; }
18993 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18994 $as_echo_n "(cached) " >&6
18995 else
18996 ac_check_lib_save_LIBS=$LIBS
18997 LIBS="-llber $LIBPTHREAD $LIBS"
18998 cat >conftest.$ac_ext <<_ACEOF
18999 /* confdefs.h. */
19000 _ACEOF
19001 cat confdefs.h >>conftest.$ac_ext
19002 cat >>conftest.$ac_ext <<_ACEOF
19003 /* end confdefs.h. */
19005 /* Override any GCC internal prototype to avoid an error.
19006 Use char because int might match the return type of a GCC
19007 builtin and then its argument prototype would still apply. */
19008 #ifdef __cplusplus
19009 extern "C"
19010 #endif
19011 char ber_init ();
19013 main ()
19015 return ber_init ();
19017 return 0;
19019 _ACEOF
19020 rm -f conftest.$ac_objext conftest$ac_exeext
19021 if { (ac_try="$ac_link"
19022 case "(($ac_try" in
19023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19024 *) ac_try_echo=$ac_try;;
19025 esac
19026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19027 $as_echo "$ac_try_echo") >&5
19028 (eval "$ac_link") 2>conftest.er1
19029 ac_status=$?
19030 grep -v '^ *+' conftest.er1 >conftest.err
19031 rm -f conftest.er1
19032 cat conftest.err >&5
19033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19034 (exit $ac_status); } && {
19035 test -z "$ac_c_werror_flag" ||
19036 test ! -s conftest.err
19037 } && test -s conftest$ac_exeext && {
19038 test "$cross_compiling" = yes ||
19039 $as_test_x conftest$ac_exeext
19040 }; then
19041 ac_cv_lib_lber_ber_init=yes
19042 else
19043 $as_echo "$as_me: failed program was:" >&5
19044 sed 's/^/| /' conftest.$ac_ext >&5
19046 ac_cv_lib_lber_ber_init=no
19049 rm -rf conftest.dSYM
19050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19051 conftest$ac_exeext conftest.$ac_ext
19052 LIBS=$ac_check_lib_save_LIBS
19054 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19055 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19056 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19058 cat >>confdefs.h <<\_ACEOF
19059 #define HAVE_LDAP 1
19060 _ACEOF
19062 LDAPLIBS="-lldap_r -llber"
19069 ac_wine_check_funcs_save_LIBS="$LIBS"
19070 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19079 for ac_func in \
19080 ldap_count_references \
19081 ldap_first_reference \
19082 ldap_next_reference \
19083 ldap_parse_reference \
19084 ldap_parse_sort_control \
19085 ldap_parse_sortresponse_control \
19086 ldap_parse_vlv_control \
19087 ldap_parse_vlvresponse_control
19089 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19090 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19091 $as_echo_n "checking for $ac_func... " >&6; }
19092 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19093 $as_echo_n "(cached) " >&6
19094 else
19095 cat >conftest.$ac_ext <<_ACEOF
19096 /* confdefs.h. */
19097 _ACEOF
19098 cat confdefs.h >>conftest.$ac_ext
19099 cat >>conftest.$ac_ext <<_ACEOF
19100 /* end confdefs.h. */
19101 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19102 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19103 #define $ac_func innocuous_$ac_func
19105 /* System header to define __stub macros and hopefully few prototypes,
19106 which can conflict with char $ac_func (); below.
19107 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19108 <limits.h> exists even on freestanding compilers. */
19110 #ifdef __STDC__
19111 # include <limits.h>
19112 #else
19113 # include <assert.h>
19114 #endif
19116 #undef $ac_func
19118 /* Override any GCC internal prototype to avoid an error.
19119 Use char because int might match the return type of a GCC
19120 builtin and then its argument prototype would still apply. */
19121 #ifdef __cplusplus
19122 extern "C"
19123 #endif
19124 char $ac_func ();
19125 /* The GNU C library defines this for functions which it implements
19126 to always fail with ENOSYS. Some functions are actually named
19127 something starting with __ and the normal name is an alias. */
19128 #if defined __stub_$ac_func || defined __stub___$ac_func
19129 choke me
19130 #endif
19133 main ()
19135 return $ac_func ();
19137 return 0;
19139 _ACEOF
19140 rm -f conftest.$ac_objext conftest$ac_exeext
19141 if { (ac_try="$ac_link"
19142 case "(($ac_try" in
19143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19144 *) ac_try_echo=$ac_try;;
19145 esac
19146 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19147 $as_echo "$ac_try_echo") >&5
19148 (eval "$ac_link") 2>conftest.er1
19149 ac_status=$?
19150 grep -v '^ *+' conftest.er1 >conftest.err
19151 rm -f conftest.er1
19152 cat conftest.err >&5
19153 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19154 (exit $ac_status); } && {
19155 test -z "$ac_c_werror_flag" ||
19156 test ! -s conftest.err
19157 } && test -s conftest$ac_exeext && {
19158 test "$cross_compiling" = yes ||
19159 $as_test_x conftest$ac_exeext
19160 }; then
19161 eval "$as_ac_var=yes"
19162 else
19163 $as_echo "$as_me: failed program was:" >&5
19164 sed 's/^/| /' conftest.$ac_ext >&5
19166 eval "$as_ac_var=no"
19169 rm -rf conftest.dSYM
19170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19171 conftest$ac_exeext conftest.$ac_ext
19173 ac_res=`eval 'as_val=${'$as_ac_var'}
19174 $as_echo "$as_val"'`
19175 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19176 $as_echo "$ac_res" >&6; }
19177 as_val=`eval 'as_val=${'$as_ac_var'}
19178 $as_echo "$as_val"'`
19179 if test "x$as_val" = x""yes; then
19180 cat >>confdefs.h <<_ACEOF
19181 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19182 _ACEOF
19185 done
19187 LIBS="$ac_wine_check_funcs_save_LIBS"
19189 if test "x$LDAPLIBS" = "x"; then
19190 case "x$with_ldap" in
19191 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19192 xno) ;;
19193 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19194 This is an error since --with-ldap was requested." >&5
19195 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19196 This is an error since --with-ldap was requested." >&2;}
19197 { (exit 1); exit 1; }; } ;;
19198 esac
19202 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19203 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19204 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19205 $as_echo_n "(cached) " >&6
19206 else
19207 cat >conftest.$ac_ext <<_ACEOF
19208 /* confdefs.h. */
19209 _ACEOF
19210 cat confdefs.h >>conftest.$ac_ext
19211 cat >>conftest.$ac_ext <<_ACEOF
19212 /* end confdefs.h. */
19213 #include <sys/stat.h>
19215 main ()
19217 mkdir("foo");
19219 return 0;
19221 _ACEOF
19222 rm -f conftest.$ac_objext
19223 if { (ac_try="$ac_compile"
19224 case "(($ac_try" in
19225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19226 *) ac_try_echo=$ac_try;;
19227 esac
19228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19229 $as_echo "$ac_try_echo") >&5
19230 (eval "$ac_compile") 2>conftest.er1
19231 ac_status=$?
19232 grep -v '^ *+' conftest.er1 >conftest.err
19233 rm -f conftest.er1
19234 cat conftest.err >&5
19235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19236 (exit $ac_status); } && {
19237 test -z "$ac_c_werror_flag" ||
19238 test ! -s conftest.err
19239 } && test -s conftest.$ac_objext; then
19240 wine_cv_one_arg_mkdir=yes
19241 else
19242 $as_echo "$as_me: failed program was:" >&5
19243 sed 's/^/| /' conftest.$ac_ext >&5
19245 wine_cv_one_arg_mkdir=no
19248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19250 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19251 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19252 if test "$wine_cv_one_arg_mkdir" = "yes"
19253 then
19255 cat >>confdefs.h <<\_ACEOF
19256 #define HAVE_ONE_ARG_MKDIR 1
19257 _ACEOF
19262 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19263 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19264 if test "${ac_cv_c_const+set}" = set; then
19265 $as_echo_n "(cached) " >&6
19266 else
19267 cat >conftest.$ac_ext <<_ACEOF
19268 /* confdefs.h. */
19269 _ACEOF
19270 cat confdefs.h >>conftest.$ac_ext
19271 cat >>conftest.$ac_ext <<_ACEOF
19272 /* end confdefs.h. */
19275 main ()
19277 /* FIXME: Include the comments suggested by Paul. */
19278 #ifndef __cplusplus
19279 /* Ultrix mips cc rejects this. */
19280 typedef int charset[2];
19281 const charset cs;
19282 /* SunOS 4.1.1 cc rejects this. */
19283 char const *const *pcpcc;
19284 char **ppc;
19285 /* NEC SVR4.0.2 mips cc rejects this. */
19286 struct point {int x, y;};
19287 static struct point const zero = {0,0};
19288 /* AIX XL C 1.02.0.0 rejects this.
19289 It does not let you subtract one const X* pointer from another in
19290 an arm of an if-expression whose if-part is not a constant
19291 expression */
19292 const char *g = "string";
19293 pcpcc = &g + (g ? g-g : 0);
19294 /* HPUX 7.0 cc rejects these. */
19295 ++pcpcc;
19296 ppc = (char**) pcpcc;
19297 pcpcc = (char const *const *) ppc;
19298 { /* SCO 3.2v4 cc rejects this. */
19299 char *t;
19300 char const *s = 0 ? (char *) 0 : (char const *) 0;
19302 *t++ = 0;
19303 if (s) return 0;
19305 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19306 int x[] = {25, 17};
19307 const int *foo = &x[0];
19308 ++foo;
19310 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19311 typedef const int *iptr;
19312 iptr p = 0;
19313 ++p;
19315 { /* AIX XL C 1.02.0.0 rejects this saying
19316 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19317 struct s { int j; const int *ap[3]; };
19318 struct s *b; b->j = 5;
19320 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19321 const int foo = 10;
19322 if (!foo) return 0;
19324 return !cs[0] && !zero.x;
19325 #endif
19328 return 0;
19330 _ACEOF
19331 rm -f conftest.$ac_objext
19332 if { (ac_try="$ac_compile"
19333 case "(($ac_try" in
19334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19335 *) ac_try_echo=$ac_try;;
19336 esac
19337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19338 $as_echo "$ac_try_echo") >&5
19339 (eval "$ac_compile") 2>conftest.er1
19340 ac_status=$?
19341 grep -v '^ *+' conftest.er1 >conftest.err
19342 rm -f conftest.er1
19343 cat conftest.err >&5
19344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19345 (exit $ac_status); } && {
19346 test -z "$ac_c_werror_flag" ||
19347 test ! -s conftest.err
19348 } && test -s conftest.$ac_objext; then
19349 ac_cv_c_const=yes
19350 else
19351 $as_echo "$as_me: failed program was:" >&5
19352 sed 's/^/| /' conftest.$ac_ext >&5
19354 ac_cv_c_const=no
19357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19359 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19360 $as_echo "$ac_cv_c_const" >&6; }
19361 if test $ac_cv_c_const = no; then
19363 cat >>confdefs.h <<\_ACEOF
19364 #define const /**/
19365 _ACEOF
19369 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19370 $as_echo_n "checking for inline... " >&6; }
19371 if test "${ac_cv_c_inline+set}" = set; then
19372 $as_echo_n "(cached) " >&6
19373 else
19374 ac_cv_c_inline=no
19375 for ac_kw in inline __inline__ __inline; do
19376 cat >conftest.$ac_ext <<_ACEOF
19377 /* confdefs.h. */
19378 _ACEOF
19379 cat confdefs.h >>conftest.$ac_ext
19380 cat >>conftest.$ac_ext <<_ACEOF
19381 /* end confdefs.h. */
19382 #ifndef __cplusplus
19383 typedef int foo_t;
19384 static $ac_kw foo_t static_foo () {return 0; }
19385 $ac_kw foo_t foo () {return 0; }
19386 #endif
19388 _ACEOF
19389 rm -f conftest.$ac_objext
19390 if { (ac_try="$ac_compile"
19391 case "(($ac_try" in
19392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19393 *) ac_try_echo=$ac_try;;
19394 esac
19395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19396 $as_echo "$ac_try_echo") >&5
19397 (eval "$ac_compile") 2>conftest.er1
19398 ac_status=$?
19399 grep -v '^ *+' conftest.er1 >conftest.err
19400 rm -f conftest.er1
19401 cat conftest.err >&5
19402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19403 (exit $ac_status); } && {
19404 test -z "$ac_c_werror_flag" ||
19405 test ! -s conftest.err
19406 } && test -s conftest.$ac_objext; then
19407 ac_cv_c_inline=$ac_kw
19408 else
19409 $as_echo "$as_me: failed program was:" >&5
19410 sed 's/^/| /' conftest.$ac_ext >&5
19415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19416 test "$ac_cv_c_inline" != no && break
19417 done
19420 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19421 $as_echo "$ac_cv_c_inline" >&6; }
19424 case $ac_cv_c_inline in
19425 inline | yes) ;;
19427 case $ac_cv_c_inline in
19428 no) ac_val=;;
19429 *) ac_val=$ac_cv_c_inline;;
19430 esac
19431 cat >>confdefs.h <<_ACEOF
19432 #ifndef __cplusplus
19433 #define inline $ac_val
19434 #endif
19435 _ACEOF
19437 esac
19439 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19440 $as_echo_n "checking for mode_t... " >&6; }
19441 if test "${ac_cv_type_mode_t+set}" = set; then
19442 $as_echo_n "(cached) " >&6
19443 else
19444 ac_cv_type_mode_t=no
19445 cat >conftest.$ac_ext <<_ACEOF
19446 /* confdefs.h. */
19447 _ACEOF
19448 cat confdefs.h >>conftest.$ac_ext
19449 cat >>conftest.$ac_ext <<_ACEOF
19450 /* end confdefs.h. */
19451 $ac_includes_default
19453 main ()
19455 if (sizeof (mode_t))
19456 return 0;
19458 return 0;
19460 _ACEOF
19461 rm -f conftest.$ac_objext
19462 if { (ac_try="$ac_compile"
19463 case "(($ac_try" in
19464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19465 *) ac_try_echo=$ac_try;;
19466 esac
19467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19468 $as_echo "$ac_try_echo") >&5
19469 (eval "$ac_compile") 2>conftest.er1
19470 ac_status=$?
19471 grep -v '^ *+' conftest.er1 >conftest.err
19472 rm -f conftest.er1
19473 cat conftest.err >&5
19474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); } && {
19476 test -z "$ac_c_werror_flag" ||
19477 test ! -s conftest.err
19478 } && test -s conftest.$ac_objext; then
19479 cat >conftest.$ac_ext <<_ACEOF
19480 /* confdefs.h. */
19481 _ACEOF
19482 cat confdefs.h >>conftest.$ac_ext
19483 cat >>conftest.$ac_ext <<_ACEOF
19484 /* end confdefs.h. */
19485 $ac_includes_default
19487 main ()
19489 if (sizeof ((mode_t)))
19490 return 0;
19492 return 0;
19494 _ACEOF
19495 rm -f conftest.$ac_objext
19496 if { (ac_try="$ac_compile"
19497 case "(($ac_try" in
19498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19499 *) ac_try_echo=$ac_try;;
19500 esac
19501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19502 $as_echo "$ac_try_echo") >&5
19503 (eval "$ac_compile") 2>conftest.er1
19504 ac_status=$?
19505 grep -v '^ *+' conftest.er1 >conftest.err
19506 rm -f conftest.er1
19507 cat conftest.err >&5
19508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19509 (exit $ac_status); } && {
19510 test -z "$ac_c_werror_flag" ||
19511 test ! -s conftest.err
19512 } && test -s conftest.$ac_objext; then
19514 else
19515 $as_echo "$as_me: failed program was:" >&5
19516 sed 's/^/| /' conftest.$ac_ext >&5
19518 ac_cv_type_mode_t=yes
19521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19522 else
19523 $as_echo "$as_me: failed program was:" >&5
19524 sed 's/^/| /' conftest.$ac_ext >&5
19529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19531 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19532 $as_echo "$ac_cv_type_mode_t" >&6; }
19533 if test "x$ac_cv_type_mode_t" = x""yes; then
19535 cat >>confdefs.h <<_ACEOF
19536 #define HAVE_MODE_T 1
19537 _ACEOF
19541 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19542 $as_echo_n "checking for off_t... " >&6; }
19543 if test "${ac_cv_type_off_t+set}" = set; then
19544 $as_echo_n "(cached) " >&6
19545 else
19546 ac_cv_type_off_t=no
19547 cat >conftest.$ac_ext <<_ACEOF
19548 /* confdefs.h. */
19549 _ACEOF
19550 cat confdefs.h >>conftest.$ac_ext
19551 cat >>conftest.$ac_ext <<_ACEOF
19552 /* end confdefs.h. */
19553 $ac_includes_default
19555 main ()
19557 if (sizeof (off_t))
19558 return 0;
19560 return 0;
19562 _ACEOF
19563 rm -f conftest.$ac_objext
19564 if { (ac_try="$ac_compile"
19565 case "(($ac_try" in
19566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19567 *) ac_try_echo=$ac_try;;
19568 esac
19569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19570 $as_echo "$ac_try_echo") >&5
19571 (eval "$ac_compile") 2>conftest.er1
19572 ac_status=$?
19573 grep -v '^ *+' conftest.er1 >conftest.err
19574 rm -f conftest.er1
19575 cat conftest.err >&5
19576 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19577 (exit $ac_status); } && {
19578 test -z "$ac_c_werror_flag" ||
19579 test ! -s conftest.err
19580 } && test -s conftest.$ac_objext; then
19581 cat >conftest.$ac_ext <<_ACEOF
19582 /* confdefs.h. */
19583 _ACEOF
19584 cat confdefs.h >>conftest.$ac_ext
19585 cat >>conftest.$ac_ext <<_ACEOF
19586 /* end confdefs.h. */
19587 $ac_includes_default
19589 main ()
19591 if (sizeof ((off_t)))
19592 return 0;
19594 return 0;
19596 _ACEOF
19597 rm -f conftest.$ac_objext
19598 if { (ac_try="$ac_compile"
19599 case "(($ac_try" in
19600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19601 *) ac_try_echo=$ac_try;;
19602 esac
19603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19604 $as_echo "$ac_try_echo") >&5
19605 (eval "$ac_compile") 2>conftest.er1
19606 ac_status=$?
19607 grep -v '^ *+' conftest.er1 >conftest.err
19608 rm -f conftest.er1
19609 cat conftest.err >&5
19610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19611 (exit $ac_status); } && {
19612 test -z "$ac_c_werror_flag" ||
19613 test ! -s conftest.err
19614 } && test -s conftest.$ac_objext; then
19616 else
19617 $as_echo "$as_me: failed program was:" >&5
19618 sed 's/^/| /' conftest.$ac_ext >&5
19620 ac_cv_type_off_t=yes
19623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19624 else
19625 $as_echo "$as_me: failed program was:" >&5
19626 sed 's/^/| /' conftest.$ac_ext >&5
19631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19633 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19634 $as_echo "$ac_cv_type_off_t" >&6; }
19635 if test "x$ac_cv_type_off_t" = x""yes; then
19637 cat >>confdefs.h <<_ACEOF
19638 #define HAVE_OFF_T 1
19639 _ACEOF
19643 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19644 $as_echo_n "checking for pid_t... " >&6; }
19645 if test "${ac_cv_type_pid_t+set}" = set; then
19646 $as_echo_n "(cached) " >&6
19647 else
19648 ac_cv_type_pid_t=no
19649 cat >conftest.$ac_ext <<_ACEOF
19650 /* confdefs.h. */
19651 _ACEOF
19652 cat confdefs.h >>conftest.$ac_ext
19653 cat >>conftest.$ac_ext <<_ACEOF
19654 /* end confdefs.h. */
19655 $ac_includes_default
19657 main ()
19659 if (sizeof (pid_t))
19660 return 0;
19662 return 0;
19664 _ACEOF
19665 rm -f conftest.$ac_objext
19666 if { (ac_try="$ac_compile"
19667 case "(($ac_try" in
19668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19669 *) ac_try_echo=$ac_try;;
19670 esac
19671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19672 $as_echo "$ac_try_echo") >&5
19673 (eval "$ac_compile") 2>conftest.er1
19674 ac_status=$?
19675 grep -v '^ *+' conftest.er1 >conftest.err
19676 rm -f conftest.er1
19677 cat conftest.err >&5
19678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19679 (exit $ac_status); } && {
19680 test -z "$ac_c_werror_flag" ||
19681 test ! -s conftest.err
19682 } && test -s conftest.$ac_objext; then
19683 cat >conftest.$ac_ext <<_ACEOF
19684 /* confdefs.h. */
19685 _ACEOF
19686 cat confdefs.h >>conftest.$ac_ext
19687 cat >>conftest.$ac_ext <<_ACEOF
19688 /* end confdefs.h. */
19689 $ac_includes_default
19691 main ()
19693 if (sizeof ((pid_t)))
19694 return 0;
19696 return 0;
19698 _ACEOF
19699 rm -f conftest.$ac_objext
19700 if { (ac_try="$ac_compile"
19701 case "(($ac_try" in
19702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19703 *) ac_try_echo=$ac_try;;
19704 esac
19705 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19706 $as_echo "$ac_try_echo") >&5
19707 (eval "$ac_compile") 2>conftest.er1
19708 ac_status=$?
19709 grep -v '^ *+' conftest.er1 >conftest.err
19710 rm -f conftest.er1
19711 cat conftest.err >&5
19712 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19713 (exit $ac_status); } && {
19714 test -z "$ac_c_werror_flag" ||
19715 test ! -s conftest.err
19716 } && test -s conftest.$ac_objext; then
19718 else
19719 $as_echo "$as_me: failed program was:" >&5
19720 sed 's/^/| /' conftest.$ac_ext >&5
19722 ac_cv_type_pid_t=yes
19725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19726 else
19727 $as_echo "$as_me: failed program was:" >&5
19728 sed 's/^/| /' conftest.$ac_ext >&5
19733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19735 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19736 $as_echo "$ac_cv_type_pid_t" >&6; }
19737 if test "x$ac_cv_type_pid_t" = x""yes; then
19739 cat >>confdefs.h <<_ACEOF
19740 #define HAVE_PID_T 1
19741 _ACEOF
19745 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19746 $as_echo_n "checking for size_t... " >&6; }
19747 if test "${ac_cv_type_size_t+set}" = set; then
19748 $as_echo_n "(cached) " >&6
19749 else
19750 ac_cv_type_size_t=no
19751 cat >conftest.$ac_ext <<_ACEOF
19752 /* confdefs.h. */
19753 _ACEOF
19754 cat confdefs.h >>conftest.$ac_ext
19755 cat >>conftest.$ac_ext <<_ACEOF
19756 /* end confdefs.h. */
19757 $ac_includes_default
19759 main ()
19761 if (sizeof (size_t))
19762 return 0;
19764 return 0;
19766 _ACEOF
19767 rm -f conftest.$ac_objext
19768 if { (ac_try="$ac_compile"
19769 case "(($ac_try" in
19770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19771 *) ac_try_echo=$ac_try;;
19772 esac
19773 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19774 $as_echo "$ac_try_echo") >&5
19775 (eval "$ac_compile") 2>conftest.er1
19776 ac_status=$?
19777 grep -v '^ *+' conftest.er1 >conftest.err
19778 rm -f conftest.er1
19779 cat conftest.err >&5
19780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); } && {
19782 test -z "$ac_c_werror_flag" ||
19783 test ! -s conftest.err
19784 } && test -s conftest.$ac_objext; then
19785 cat >conftest.$ac_ext <<_ACEOF
19786 /* confdefs.h. */
19787 _ACEOF
19788 cat confdefs.h >>conftest.$ac_ext
19789 cat >>conftest.$ac_ext <<_ACEOF
19790 /* end confdefs.h. */
19791 $ac_includes_default
19793 main ()
19795 if (sizeof ((size_t)))
19796 return 0;
19798 return 0;
19800 _ACEOF
19801 rm -f conftest.$ac_objext
19802 if { (ac_try="$ac_compile"
19803 case "(($ac_try" in
19804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19805 *) ac_try_echo=$ac_try;;
19806 esac
19807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19808 $as_echo "$ac_try_echo") >&5
19809 (eval "$ac_compile") 2>conftest.er1
19810 ac_status=$?
19811 grep -v '^ *+' conftest.er1 >conftest.err
19812 rm -f conftest.er1
19813 cat conftest.err >&5
19814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19815 (exit $ac_status); } && {
19816 test -z "$ac_c_werror_flag" ||
19817 test ! -s conftest.err
19818 } && test -s conftest.$ac_objext; then
19820 else
19821 $as_echo "$as_me: failed program was:" >&5
19822 sed 's/^/| /' conftest.$ac_ext >&5
19824 ac_cv_type_size_t=yes
19827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19828 else
19829 $as_echo "$as_me: failed program was:" >&5
19830 sed 's/^/| /' conftest.$ac_ext >&5
19835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19837 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19838 $as_echo "$ac_cv_type_size_t" >&6; }
19839 if test "x$ac_cv_type_size_t" = x""yes; then
19841 cat >>confdefs.h <<_ACEOF
19842 #define HAVE_SIZE_T 1
19843 _ACEOF
19847 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19848 $as_echo_n "checking for ssize_t... " >&6; }
19849 if test "${ac_cv_type_ssize_t+set}" = set; then
19850 $as_echo_n "(cached) " >&6
19851 else
19852 ac_cv_type_ssize_t=no
19853 cat >conftest.$ac_ext <<_ACEOF
19854 /* confdefs.h. */
19855 _ACEOF
19856 cat confdefs.h >>conftest.$ac_ext
19857 cat >>conftest.$ac_ext <<_ACEOF
19858 /* end confdefs.h. */
19859 $ac_includes_default
19861 main ()
19863 if (sizeof (ssize_t))
19864 return 0;
19866 return 0;
19868 _ACEOF
19869 rm -f conftest.$ac_objext
19870 if { (ac_try="$ac_compile"
19871 case "(($ac_try" in
19872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19873 *) ac_try_echo=$ac_try;;
19874 esac
19875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19876 $as_echo "$ac_try_echo") >&5
19877 (eval "$ac_compile") 2>conftest.er1
19878 ac_status=$?
19879 grep -v '^ *+' conftest.er1 >conftest.err
19880 rm -f conftest.er1
19881 cat conftest.err >&5
19882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19883 (exit $ac_status); } && {
19884 test -z "$ac_c_werror_flag" ||
19885 test ! -s conftest.err
19886 } && test -s conftest.$ac_objext; then
19887 cat >conftest.$ac_ext <<_ACEOF
19888 /* confdefs.h. */
19889 _ACEOF
19890 cat confdefs.h >>conftest.$ac_ext
19891 cat >>conftest.$ac_ext <<_ACEOF
19892 /* end confdefs.h. */
19893 $ac_includes_default
19895 main ()
19897 if (sizeof ((ssize_t)))
19898 return 0;
19900 return 0;
19902 _ACEOF
19903 rm -f conftest.$ac_objext
19904 if { (ac_try="$ac_compile"
19905 case "(($ac_try" in
19906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19907 *) ac_try_echo=$ac_try;;
19908 esac
19909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19910 $as_echo "$ac_try_echo") >&5
19911 (eval "$ac_compile") 2>conftest.er1
19912 ac_status=$?
19913 grep -v '^ *+' conftest.er1 >conftest.err
19914 rm -f conftest.er1
19915 cat conftest.err >&5
19916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19917 (exit $ac_status); } && {
19918 test -z "$ac_c_werror_flag" ||
19919 test ! -s conftest.err
19920 } && test -s conftest.$ac_objext; then
19922 else
19923 $as_echo "$as_me: failed program was:" >&5
19924 sed 's/^/| /' conftest.$ac_ext >&5
19926 ac_cv_type_ssize_t=yes
19929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19930 else
19931 $as_echo "$as_me: failed program was:" >&5
19932 sed 's/^/| /' conftest.$ac_ext >&5
19937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19939 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19940 $as_echo "$ac_cv_type_ssize_t" >&6; }
19941 if test "x$ac_cv_type_ssize_t" = x""yes; then
19943 cat >>confdefs.h <<_ACEOF
19944 #define HAVE_SSIZE_T 1
19945 _ACEOF
19949 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19950 $as_echo_n "checking for long long... " >&6; }
19951 if test "${ac_cv_type_long_long+set}" = set; then
19952 $as_echo_n "(cached) " >&6
19953 else
19954 ac_cv_type_long_long=no
19955 cat >conftest.$ac_ext <<_ACEOF
19956 /* confdefs.h. */
19957 _ACEOF
19958 cat confdefs.h >>conftest.$ac_ext
19959 cat >>conftest.$ac_ext <<_ACEOF
19960 /* end confdefs.h. */
19961 $ac_includes_default
19963 main ()
19965 if (sizeof (long long))
19966 return 0;
19968 return 0;
19970 _ACEOF
19971 rm -f conftest.$ac_objext
19972 if { (ac_try="$ac_compile"
19973 case "(($ac_try" in
19974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19975 *) ac_try_echo=$ac_try;;
19976 esac
19977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19978 $as_echo "$ac_try_echo") >&5
19979 (eval "$ac_compile") 2>conftest.er1
19980 ac_status=$?
19981 grep -v '^ *+' conftest.er1 >conftest.err
19982 rm -f conftest.er1
19983 cat conftest.err >&5
19984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19985 (exit $ac_status); } && {
19986 test -z "$ac_c_werror_flag" ||
19987 test ! -s conftest.err
19988 } && test -s conftest.$ac_objext; then
19989 cat >conftest.$ac_ext <<_ACEOF
19990 /* confdefs.h. */
19991 _ACEOF
19992 cat confdefs.h >>conftest.$ac_ext
19993 cat >>conftest.$ac_ext <<_ACEOF
19994 /* end confdefs.h. */
19995 $ac_includes_default
19997 main ()
19999 if (sizeof ((long long)))
20000 return 0;
20002 return 0;
20004 _ACEOF
20005 rm -f conftest.$ac_objext
20006 if { (ac_try="$ac_compile"
20007 case "(($ac_try" in
20008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20009 *) ac_try_echo=$ac_try;;
20010 esac
20011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20012 $as_echo "$ac_try_echo") >&5
20013 (eval "$ac_compile") 2>conftest.er1
20014 ac_status=$?
20015 grep -v '^ *+' conftest.er1 >conftest.err
20016 rm -f conftest.er1
20017 cat conftest.err >&5
20018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20019 (exit $ac_status); } && {
20020 test -z "$ac_c_werror_flag" ||
20021 test ! -s conftest.err
20022 } && test -s conftest.$ac_objext; then
20024 else
20025 $as_echo "$as_me: failed program was:" >&5
20026 sed 's/^/| /' conftest.$ac_ext >&5
20028 ac_cv_type_long_long=yes
20031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20032 else
20033 $as_echo "$as_me: failed program was:" >&5
20034 sed 's/^/| /' conftest.$ac_ext >&5
20039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20041 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20042 $as_echo "$ac_cv_type_long_long" >&6; }
20043 if test "x$ac_cv_type_long_long" = x""yes; then
20045 cat >>confdefs.h <<_ACEOF
20046 #define HAVE_LONG_LONG 1
20047 _ACEOF
20051 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20052 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20053 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20054 $as_echo_n "(cached) " >&6
20055 else
20056 ac_cv_type_fsblkcnt_t=no
20057 cat >conftest.$ac_ext <<_ACEOF
20058 /* confdefs.h. */
20059 _ACEOF
20060 cat confdefs.h >>conftest.$ac_ext
20061 cat >>conftest.$ac_ext <<_ACEOF
20062 /* end confdefs.h. */
20063 $ac_includes_default
20065 main ()
20067 if (sizeof (fsblkcnt_t))
20068 return 0;
20070 return 0;
20072 _ACEOF
20073 rm -f conftest.$ac_objext
20074 if { (ac_try="$ac_compile"
20075 case "(($ac_try" in
20076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20077 *) ac_try_echo=$ac_try;;
20078 esac
20079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20080 $as_echo "$ac_try_echo") >&5
20081 (eval "$ac_compile") 2>conftest.er1
20082 ac_status=$?
20083 grep -v '^ *+' conftest.er1 >conftest.err
20084 rm -f conftest.er1
20085 cat conftest.err >&5
20086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20087 (exit $ac_status); } && {
20088 test -z "$ac_c_werror_flag" ||
20089 test ! -s conftest.err
20090 } && test -s conftest.$ac_objext; then
20091 cat >conftest.$ac_ext <<_ACEOF
20092 /* confdefs.h. */
20093 _ACEOF
20094 cat confdefs.h >>conftest.$ac_ext
20095 cat >>conftest.$ac_ext <<_ACEOF
20096 /* end confdefs.h. */
20097 $ac_includes_default
20099 main ()
20101 if (sizeof ((fsblkcnt_t)))
20102 return 0;
20104 return 0;
20106 _ACEOF
20107 rm -f conftest.$ac_objext
20108 if { (ac_try="$ac_compile"
20109 case "(($ac_try" in
20110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20111 *) ac_try_echo=$ac_try;;
20112 esac
20113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20114 $as_echo "$ac_try_echo") >&5
20115 (eval "$ac_compile") 2>conftest.er1
20116 ac_status=$?
20117 grep -v '^ *+' conftest.er1 >conftest.err
20118 rm -f conftest.er1
20119 cat conftest.err >&5
20120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20121 (exit $ac_status); } && {
20122 test -z "$ac_c_werror_flag" ||
20123 test ! -s conftest.err
20124 } && test -s conftest.$ac_objext; then
20126 else
20127 $as_echo "$as_me: failed program was:" >&5
20128 sed 's/^/| /' conftest.$ac_ext >&5
20130 ac_cv_type_fsblkcnt_t=yes
20133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20134 else
20135 $as_echo "$as_me: failed program was:" >&5
20136 sed 's/^/| /' conftest.$ac_ext >&5
20141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20143 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20144 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20145 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20147 cat >>confdefs.h <<_ACEOF
20148 #define HAVE_FSBLKCNT_T 1
20149 _ACEOF
20153 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20154 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20155 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20156 $as_echo_n "(cached) " >&6
20157 else
20158 ac_cv_type_fsfilcnt_t=no
20159 cat >conftest.$ac_ext <<_ACEOF
20160 /* confdefs.h. */
20161 _ACEOF
20162 cat confdefs.h >>conftest.$ac_ext
20163 cat >>conftest.$ac_ext <<_ACEOF
20164 /* end confdefs.h. */
20165 $ac_includes_default
20167 main ()
20169 if (sizeof (fsfilcnt_t))
20170 return 0;
20172 return 0;
20174 _ACEOF
20175 rm -f conftest.$ac_objext
20176 if { (ac_try="$ac_compile"
20177 case "(($ac_try" in
20178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20179 *) ac_try_echo=$ac_try;;
20180 esac
20181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20182 $as_echo "$ac_try_echo") >&5
20183 (eval "$ac_compile") 2>conftest.er1
20184 ac_status=$?
20185 grep -v '^ *+' conftest.er1 >conftest.err
20186 rm -f conftest.er1
20187 cat conftest.err >&5
20188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20189 (exit $ac_status); } && {
20190 test -z "$ac_c_werror_flag" ||
20191 test ! -s conftest.err
20192 } && test -s conftest.$ac_objext; then
20193 cat >conftest.$ac_ext <<_ACEOF
20194 /* confdefs.h. */
20195 _ACEOF
20196 cat confdefs.h >>conftest.$ac_ext
20197 cat >>conftest.$ac_ext <<_ACEOF
20198 /* end confdefs.h. */
20199 $ac_includes_default
20201 main ()
20203 if (sizeof ((fsfilcnt_t)))
20204 return 0;
20206 return 0;
20208 _ACEOF
20209 rm -f conftest.$ac_objext
20210 if { (ac_try="$ac_compile"
20211 case "(($ac_try" in
20212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20213 *) ac_try_echo=$ac_try;;
20214 esac
20215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20216 $as_echo "$ac_try_echo") >&5
20217 (eval "$ac_compile") 2>conftest.er1
20218 ac_status=$?
20219 grep -v '^ *+' conftest.er1 >conftest.err
20220 rm -f conftest.er1
20221 cat conftest.err >&5
20222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20223 (exit $ac_status); } && {
20224 test -z "$ac_c_werror_flag" ||
20225 test ! -s conftest.err
20226 } && test -s conftest.$ac_objext; then
20228 else
20229 $as_echo "$as_me: failed program was:" >&5
20230 sed 's/^/| /' conftest.$ac_ext >&5
20232 ac_cv_type_fsfilcnt_t=yes
20235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20236 else
20237 $as_echo "$as_me: failed program was:" >&5
20238 sed 's/^/| /' conftest.$ac_ext >&5
20243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20245 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20246 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20247 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20249 cat >>confdefs.h <<_ACEOF
20250 #define HAVE_FSFILCNT_T 1
20251 _ACEOF
20256 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20257 $as_echo_n "checking for sigset_t... " >&6; }
20258 if test "${ac_cv_type_sigset_t+set}" = set; then
20259 $as_echo_n "(cached) " >&6
20260 else
20261 ac_cv_type_sigset_t=no
20262 cat >conftest.$ac_ext <<_ACEOF
20263 /* confdefs.h. */
20264 _ACEOF
20265 cat confdefs.h >>conftest.$ac_ext
20266 cat >>conftest.$ac_ext <<_ACEOF
20267 /* end confdefs.h. */
20268 #include <sys/types.h>
20269 #include <signal.h>
20272 main ()
20274 if (sizeof (sigset_t))
20275 return 0;
20277 return 0;
20279 _ACEOF
20280 rm -f conftest.$ac_objext
20281 if { (ac_try="$ac_compile"
20282 case "(($ac_try" in
20283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20284 *) ac_try_echo=$ac_try;;
20285 esac
20286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20287 $as_echo "$ac_try_echo") >&5
20288 (eval "$ac_compile") 2>conftest.er1
20289 ac_status=$?
20290 grep -v '^ *+' conftest.er1 >conftest.err
20291 rm -f conftest.er1
20292 cat conftest.err >&5
20293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20294 (exit $ac_status); } && {
20295 test -z "$ac_c_werror_flag" ||
20296 test ! -s conftest.err
20297 } && test -s conftest.$ac_objext; then
20298 cat >conftest.$ac_ext <<_ACEOF
20299 /* confdefs.h. */
20300 _ACEOF
20301 cat confdefs.h >>conftest.$ac_ext
20302 cat >>conftest.$ac_ext <<_ACEOF
20303 /* end confdefs.h. */
20304 #include <sys/types.h>
20305 #include <signal.h>
20308 main ()
20310 if (sizeof ((sigset_t)))
20311 return 0;
20313 return 0;
20315 _ACEOF
20316 rm -f conftest.$ac_objext
20317 if { (ac_try="$ac_compile"
20318 case "(($ac_try" in
20319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20320 *) ac_try_echo=$ac_try;;
20321 esac
20322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20323 $as_echo "$ac_try_echo") >&5
20324 (eval "$ac_compile") 2>conftest.er1
20325 ac_status=$?
20326 grep -v '^ *+' conftest.er1 >conftest.err
20327 rm -f conftest.er1
20328 cat conftest.err >&5
20329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20330 (exit $ac_status); } && {
20331 test -z "$ac_c_werror_flag" ||
20332 test ! -s conftest.err
20333 } && test -s conftest.$ac_objext; then
20335 else
20336 $as_echo "$as_me: failed program was:" >&5
20337 sed 's/^/| /' conftest.$ac_ext >&5
20339 ac_cv_type_sigset_t=yes
20342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20343 else
20344 $as_echo "$as_me: failed program was:" >&5
20345 sed 's/^/| /' conftest.$ac_ext >&5
20350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20352 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20353 $as_echo "$ac_cv_type_sigset_t" >&6; }
20354 if test "x$ac_cv_type_sigset_t" = x""yes; then
20356 cat >>confdefs.h <<_ACEOF
20357 #define HAVE_SIGSET_T 1
20358 _ACEOF
20363 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20364 $as_echo_n "checking for request_sense... " >&6; }
20365 if test "${ac_cv_type_request_sense+set}" = set; then
20366 $as_echo_n "(cached) " >&6
20367 else
20368 ac_cv_type_request_sense=no
20369 cat >conftest.$ac_ext <<_ACEOF
20370 /* confdefs.h. */
20371 _ACEOF
20372 cat confdefs.h >>conftest.$ac_ext
20373 cat >>conftest.$ac_ext <<_ACEOF
20374 /* end confdefs.h. */
20375 #include <linux/cdrom.h>
20378 main ()
20380 if (sizeof (request_sense))
20381 return 0;
20383 return 0;
20385 _ACEOF
20386 rm -f conftest.$ac_objext
20387 if { (ac_try="$ac_compile"
20388 case "(($ac_try" in
20389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20390 *) ac_try_echo=$ac_try;;
20391 esac
20392 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20393 $as_echo "$ac_try_echo") >&5
20394 (eval "$ac_compile") 2>conftest.er1
20395 ac_status=$?
20396 grep -v '^ *+' conftest.er1 >conftest.err
20397 rm -f conftest.er1
20398 cat conftest.err >&5
20399 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20400 (exit $ac_status); } && {
20401 test -z "$ac_c_werror_flag" ||
20402 test ! -s conftest.err
20403 } && test -s conftest.$ac_objext; then
20404 cat >conftest.$ac_ext <<_ACEOF
20405 /* confdefs.h. */
20406 _ACEOF
20407 cat confdefs.h >>conftest.$ac_ext
20408 cat >>conftest.$ac_ext <<_ACEOF
20409 /* end confdefs.h. */
20410 #include <linux/cdrom.h>
20413 main ()
20415 if (sizeof ((request_sense)))
20416 return 0;
20418 return 0;
20420 _ACEOF
20421 rm -f conftest.$ac_objext
20422 if { (ac_try="$ac_compile"
20423 case "(($ac_try" in
20424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20425 *) ac_try_echo=$ac_try;;
20426 esac
20427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20428 $as_echo "$ac_try_echo") >&5
20429 (eval "$ac_compile") 2>conftest.er1
20430 ac_status=$?
20431 grep -v '^ *+' conftest.er1 >conftest.err
20432 rm -f conftest.er1
20433 cat conftest.err >&5
20434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20435 (exit $ac_status); } && {
20436 test -z "$ac_c_werror_flag" ||
20437 test ! -s conftest.err
20438 } && test -s conftest.$ac_objext; then
20440 else
20441 $as_echo "$as_me: failed program was:" >&5
20442 sed 's/^/| /' conftest.$ac_ext >&5
20444 ac_cv_type_request_sense=yes
20447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20448 else
20449 $as_echo "$as_me: failed program was:" >&5
20450 sed 's/^/| /' conftest.$ac_ext >&5
20455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20457 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20458 $as_echo "$ac_cv_type_request_sense" >&6; }
20459 if test "x$ac_cv_type_request_sense" = x""yes; then
20461 cat >>confdefs.h <<_ACEOF
20462 #define HAVE_REQUEST_SENSE 1
20463 _ACEOF
20469 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20470 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20471 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20472 $as_echo_n "(cached) " >&6
20473 else
20474 cat >conftest.$ac_ext <<_ACEOF
20475 /* confdefs.h. */
20476 _ACEOF
20477 cat confdefs.h >>conftest.$ac_ext
20478 cat >>conftest.$ac_ext <<_ACEOF
20479 /* end confdefs.h. */
20480 #ifdef HAVE_LINUX_INPUT_H
20481 #include <linux/input.h>
20482 #endif
20485 main ()
20487 static struct ff_effect ac_aggr;
20488 if (ac_aggr.direction)
20489 return 0;
20491 return 0;
20493 _ACEOF
20494 rm -f conftest.$ac_objext
20495 if { (ac_try="$ac_compile"
20496 case "(($ac_try" in
20497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20498 *) ac_try_echo=$ac_try;;
20499 esac
20500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20501 $as_echo "$ac_try_echo") >&5
20502 (eval "$ac_compile") 2>conftest.er1
20503 ac_status=$?
20504 grep -v '^ *+' conftest.er1 >conftest.err
20505 rm -f conftest.er1
20506 cat conftest.err >&5
20507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20508 (exit $ac_status); } && {
20509 test -z "$ac_c_werror_flag" ||
20510 test ! -s conftest.err
20511 } && test -s conftest.$ac_objext; then
20512 ac_cv_member_struct_ff_effect_direction=yes
20513 else
20514 $as_echo "$as_me: failed program was:" >&5
20515 sed 's/^/| /' conftest.$ac_ext >&5
20517 cat >conftest.$ac_ext <<_ACEOF
20518 /* confdefs.h. */
20519 _ACEOF
20520 cat confdefs.h >>conftest.$ac_ext
20521 cat >>conftest.$ac_ext <<_ACEOF
20522 /* end confdefs.h. */
20523 #ifdef HAVE_LINUX_INPUT_H
20524 #include <linux/input.h>
20525 #endif
20528 main ()
20530 static struct ff_effect ac_aggr;
20531 if (sizeof ac_aggr.direction)
20532 return 0;
20534 return 0;
20536 _ACEOF
20537 rm -f conftest.$ac_objext
20538 if { (ac_try="$ac_compile"
20539 case "(($ac_try" in
20540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20541 *) ac_try_echo=$ac_try;;
20542 esac
20543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20544 $as_echo "$ac_try_echo") >&5
20545 (eval "$ac_compile") 2>conftest.er1
20546 ac_status=$?
20547 grep -v '^ *+' conftest.er1 >conftest.err
20548 rm -f conftest.er1
20549 cat conftest.err >&5
20550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20551 (exit $ac_status); } && {
20552 test -z "$ac_c_werror_flag" ||
20553 test ! -s conftest.err
20554 } && test -s conftest.$ac_objext; then
20555 ac_cv_member_struct_ff_effect_direction=yes
20556 else
20557 $as_echo "$as_me: failed program was:" >&5
20558 sed 's/^/| /' conftest.$ac_ext >&5
20560 ac_cv_member_struct_ff_effect_direction=no
20563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20568 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20569 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20570 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20572 cat >>confdefs.h <<_ACEOF
20573 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20574 _ACEOF
20580 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20581 $as_echo_n "checking for sigaddset... " >&6; }
20582 if test "${wine_cv_have_sigaddset+set}" = set; then
20583 $as_echo_n "(cached) " >&6
20584 else
20585 cat >conftest.$ac_ext <<_ACEOF
20586 /* confdefs.h. */
20587 _ACEOF
20588 cat confdefs.h >>conftest.$ac_ext
20589 cat >>conftest.$ac_ext <<_ACEOF
20590 /* end confdefs.h. */
20591 #include <signal.h>
20593 main ()
20595 sigset_t set; sigaddset(&set,SIGTERM);
20597 return 0;
20599 _ACEOF
20600 rm -f conftest.$ac_objext conftest$ac_exeext
20601 if { (ac_try="$ac_link"
20602 case "(($ac_try" in
20603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20604 *) ac_try_echo=$ac_try;;
20605 esac
20606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20607 $as_echo "$ac_try_echo") >&5
20608 (eval "$ac_link") 2>conftest.er1
20609 ac_status=$?
20610 grep -v '^ *+' conftest.er1 >conftest.err
20611 rm -f conftest.er1
20612 cat conftest.err >&5
20613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20614 (exit $ac_status); } && {
20615 test -z "$ac_c_werror_flag" ||
20616 test ! -s conftest.err
20617 } && test -s conftest$ac_exeext && {
20618 test "$cross_compiling" = yes ||
20619 $as_test_x conftest$ac_exeext
20620 }; then
20621 wine_cv_have_sigaddset=yes
20622 else
20623 $as_echo "$as_me: failed program was:" >&5
20624 sed 's/^/| /' conftest.$ac_ext >&5
20626 wine_cv_have_sigaddset=no
20629 rm -rf conftest.dSYM
20630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20631 conftest$ac_exeext conftest.$ac_ext
20633 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20634 $as_echo "$wine_cv_have_sigaddset" >&6; }
20635 if test "$wine_cv_have_sigaddset" = "yes"
20636 then
20638 cat >>confdefs.h <<\_ACEOF
20639 #define HAVE_SIGADDSET 1
20640 _ACEOF
20645 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20646 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20647 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20648 $as_echo_n "(cached) " >&6
20649 else
20650 cat >conftest.$ac_ext <<_ACEOF
20651 /* confdefs.h. */
20652 _ACEOF
20653 cat confdefs.h >>conftest.$ac_ext
20654 cat >>conftest.$ac_ext <<_ACEOF
20655 /* end confdefs.h. */
20656 #include <netdb.h>
20658 main ()
20661 char *name=0;
20662 struct hostent he;
20663 struct hostent *result;
20664 char *buf=0;
20665 int bufsize=0;
20666 int res,errnr;
20667 char *addr=0;
20668 int addrlen=0;
20669 int addrtype=0;
20670 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20671 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20674 return 0;
20676 _ACEOF
20677 rm -f conftest.$ac_objext conftest$ac_exeext
20678 if { (ac_try="$ac_link"
20679 case "(($ac_try" in
20680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20681 *) ac_try_echo=$ac_try;;
20682 esac
20683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20684 $as_echo "$ac_try_echo") >&5
20685 (eval "$ac_link") 2>conftest.er1
20686 ac_status=$?
20687 grep -v '^ *+' conftest.er1 >conftest.err
20688 rm -f conftest.er1
20689 cat conftest.err >&5
20690 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20691 (exit $ac_status); } && {
20692 test -z "$ac_c_werror_flag" ||
20693 test ! -s conftest.err
20694 } && test -s conftest$ac_exeext && {
20695 test "$cross_compiling" = yes ||
20696 $as_test_x conftest$ac_exeext
20697 }; then
20698 wine_cv_linux_gethostbyname_r_6=yes
20699 else
20700 $as_echo "$as_me: failed program was:" >&5
20701 sed 's/^/| /' conftest.$ac_ext >&5
20703 wine_cv_linux_gethostbyname_r_6=no
20707 rm -rf conftest.dSYM
20708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20709 conftest$ac_exeext conftest.$ac_ext
20712 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20713 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20714 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20715 then
20717 cat >>confdefs.h <<\_ACEOF
20718 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20719 _ACEOF
20723 if test "$ac_cv_header_linux_joystick_h" = "yes"
20724 then
20725 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20726 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20727 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20728 $as_echo_n "(cached) " >&6
20729 else
20730 cat >conftest.$ac_ext <<_ACEOF
20731 /* confdefs.h. */
20732 _ACEOF
20733 cat confdefs.h >>conftest.$ac_ext
20734 cat >>conftest.$ac_ext <<_ACEOF
20735 /* end confdefs.h. */
20737 #include <sys/ioctl.h>
20738 #include <sys/types.h>
20739 #include <linux/joystick.h>
20741 struct js_event blub;
20742 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20743 #error "no 2.2 header"
20744 #endif
20747 main ()
20749 /*empty*/
20751 return 0;
20753 _ACEOF
20754 rm -f conftest.$ac_objext
20755 if { (ac_try="$ac_compile"
20756 case "(($ac_try" in
20757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20758 *) ac_try_echo=$ac_try;;
20759 esac
20760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20761 $as_echo "$ac_try_echo") >&5
20762 (eval "$ac_compile") 2>conftest.er1
20763 ac_status=$?
20764 grep -v '^ *+' conftest.er1 >conftest.err
20765 rm -f conftest.er1
20766 cat conftest.err >&5
20767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20768 (exit $ac_status); } && {
20769 test -z "$ac_c_werror_flag" ||
20770 test ! -s conftest.err
20771 } && test -s conftest.$ac_objext; then
20772 wine_cv_linux_joystick_22_api=yes
20773 else
20774 $as_echo "$as_me: failed program was:" >&5
20775 sed 's/^/| /' conftest.$ac_ext >&5
20777 wine_cv_linux_joystick_22_api=no
20780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20783 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20784 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20785 if test "$wine_cv_linux_joystick_22_api" = "yes"
20786 then
20788 cat >>confdefs.h <<\_ACEOF
20789 #define HAVE_LINUX_22_JOYSTICK_API 1
20790 _ACEOF
20796 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20797 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20798 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20799 $as_echo_n "(cached) " >&6
20800 else
20801 cat >conftest.$ac_ext <<_ACEOF
20802 /* confdefs.h. */
20803 _ACEOF
20804 cat confdefs.h >>conftest.$ac_ext
20805 cat >>conftest.$ac_ext <<_ACEOF
20806 /* end confdefs.h. */
20807 #include <sys/types.h>
20808 #ifdef HAVE_SYS_PARAM_H
20809 # include <sys/param.h>
20810 #endif
20811 #ifdef HAVE_SYS_MOUNT_H
20812 # include <sys/mount.h>
20813 #endif
20814 #ifdef HAVE_SYS_VFS_H
20815 # include <sys/vfs.h>
20816 #endif
20817 #ifdef HAVE_SYS_STATFS_H
20818 # include <sys/statfs.h>
20819 #endif
20822 main ()
20824 static struct statfs ac_aggr;
20825 if (ac_aggr.f_bfree)
20826 return 0;
20828 return 0;
20830 _ACEOF
20831 rm -f conftest.$ac_objext
20832 if { (ac_try="$ac_compile"
20833 case "(($ac_try" in
20834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20835 *) ac_try_echo=$ac_try;;
20836 esac
20837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20838 $as_echo "$ac_try_echo") >&5
20839 (eval "$ac_compile") 2>conftest.er1
20840 ac_status=$?
20841 grep -v '^ *+' conftest.er1 >conftest.err
20842 rm -f conftest.er1
20843 cat conftest.err >&5
20844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20845 (exit $ac_status); } && {
20846 test -z "$ac_c_werror_flag" ||
20847 test ! -s conftest.err
20848 } && test -s conftest.$ac_objext; then
20849 ac_cv_member_struct_statfs_f_bfree=yes
20850 else
20851 $as_echo "$as_me: failed program was:" >&5
20852 sed 's/^/| /' conftest.$ac_ext >&5
20854 cat >conftest.$ac_ext <<_ACEOF
20855 /* confdefs.h. */
20856 _ACEOF
20857 cat confdefs.h >>conftest.$ac_ext
20858 cat >>conftest.$ac_ext <<_ACEOF
20859 /* end confdefs.h. */
20860 #include <sys/types.h>
20861 #ifdef HAVE_SYS_PARAM_H
20862 # include <sys/param.h>
20863 #endif
20864 #ifdef HAVE_SYS_MOUNT_H
20865 # include <sys/mount.h>
20866 #endif
20867 #ifdef HAVE_SYS_VFS_H
20868 # include <sys/vfs.h>
20869 #endif
20870 #ifdef HAVE_SYS_STATFS_H
20871 # include <sys/statfs.h>
20872 #endif
20875 main ()
20877 static struct statfs ac_aggr;
20878 if (sizeof ac_aggr.f_bfree)
20879 return 0;
20881 return 0;
20883 _ACEOF
20884 rm -f conftest.$ac_objext
20885 if { (ac_try="$ac_compile"
20886 case "(($ac_try" in
20887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20888 *) ac_try_echo=$ac_try;;
20889 esac
20890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20891 $as_echo "$ac_try_echo") >&5
20892 (eval "$ac_compile") 2>conftest.er1
20893 ac_status=$?
20894 grep -v '^ *+' conftest.er1 >conftest.err
20895 rm -f conftest.er1
20896 cat conftest.err >&5
20897 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20898 (exit $ac_status); } && {
20899 test -z "$ac_c_werror_flag" ||
20900 test ! -s conftest.err
20901 } && test -s conftest.$ac_objext; then
20902 ac_cv_member_struct_statfs_f_bfree=yes
20903 else
20904 $as_echo "$as_me: failed program was:" >&5
20905 sed 's/^/| /' conftest.$ac_ext >&5
20907 ac_cv_member_struct_statfs_f_bfree=no
20910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20915 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20916 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20917 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20919 cat >>confdefs.h <<_ACEOF
20920 #define HAVE_STRUCT_STATFS_F_BFREE 1
20921 _ACEOF
20925 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20926 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20927 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20928 $as_echo_n "(cached) " >&6
20929 else
20930 cat >conftest.$ac_ext <<_ACEOF
20931 /* confdefs.h. */
20932 _ACEOF
20933 cat confdefs.h >>conftest.$ac_ext
20934 cat >>conftest.$ac_ext <<_ACEOF
20935 /* end confdefs.h. */
20936 #include <sys/types.h>
20937 #ifdef HAVE_SYS_PARAM_H
20938 # include <sys/param.h>
20939 #endif
20940 #ifdef HAVE_SYS_MOUNT_H
20941 # include <sys/mount.h>
20942 #endif
20943 #ifdef HAVE_SYS_VFS_H
20944 # include <sys/vfs.h>
20945 #endif
20946 #ifdef HAVE_SYS_STATFS_H
20947 # include <sys/statfs.h>
20948 #endif
20951 main ()
20953 static struct statfs ac_aggr;
20954 if (ac_aggr.f_bavail)
20955 return 0;
20957 return 0;
20959 _ACEOF
20960 rm -f conftest.$ac_objext
20961 if { (ac_try="$ac_compile"
20962 case "(($ac_try" in
20963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20964 *) ac_try_echo=$ac_try;;
20965 esac
20966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20967 $as_echo "$ac_try_echo") >&5
20968 (eval "$ac_compile") 2>conftest.er1
20969 ac_status=$?
20970 grep -v '^ *+' conftest.er1 >conftest.err
20971 rm -f conftest.er1
20972 cat conftest.err >&5
20973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20974 (exit $ac_status); } && {
20975 test -z "$ac_c_werror_flag" ||
20976 test ! -s conftest.err
20977 } && test -s conftest.$ac_objext; then
20978 ac_cv_member_struct_statfs_f_bavail=yes
20979 else
20980 $as_echo "$as_me: failed program was:" >&5
20981 sed 's/^/| /' conftest.$ac_ext >&5
20983 cat >conftest.$ac_ext <<_ACEOF
20984 /* confdefs.h. */
20985 _ACEOF
20986 cat confdefs.h >>conftest.$ac_ext
20987 cat >>conftest.$ac_ext <<_ACEOF
20988 /* end confdefs.h. */
20989 #include <sys/types.h>
20990 #ifdef HAVE_SYS_PARAM_H
20991 # include <sys/param.h>
20992 #endif
20993 #ifdef HAVE_SYS_MOUNT_H
20994 # include <sys/mount.h>
20995 #endif
20996 #ifdef HAVE_SYS_VFS_H
20997 # include <sys/vfs.h>
20998 #endif
20999 #ifdef HAVE_SYS_STATFS_H
21000 # include <sys/statfs.h>
21001 #endif
21004 main ()
21006 static struct statfs ac_aggr;
21007 if (sizeof ac_aggr.f_bavail)
21008 return 0;
21010 return 0;
21012 _ACEOF
21013 rm -f conftest.$ac_objext
21014 if { (ac_try="$ac_compile"
21015 case "(($ac_try" in
21016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21017 *) ac_try_echo=$ac_try;;
21018 esac
21019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21020 $as_echo "$ac_try_echo") >&5
21021 (eval "$ac_compile") 2>conftest.er1
21022 ac_status=$?
21023 grep -v '^ *+' conftest.er1 >conftest.err
21024 rm -f conftest.er1
21025 cat conftest.err >&5
21026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21027 (exit $ac_status); } && {
21028 test -z "$ac_c_werror_flag" ||
21029 test ! -s conftest.err
21030 } && test -s conftest.$ac_objext; then
21031 ac_cv_member_struct_statfs_f_bavail=yes
21032 else
21033 $as_echo "$as_me: failed program was:" >&5
21034 sed 's/^/| /' conftest.$ac_ext >&5
21036 ac_cv_member_struct_statfs_f_bavail=no
21039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21044 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21045 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21046 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21048 cat >>confdefs.h <<_ACEOF
21049 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21050 _ACEOF
21054 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21055 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21056 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21057 $as_echo_n "(cached) " >&6
21058 else
21059 cat >conftest.$ac_ext <<_ACEOF
21060 /* confdefs.h. */
21061 _ACEOF
21062 cat confdefs.h >>conftest.$ac_ext
21063 cat >>conftest.$ac_ext <<_ACEOF
21064 /* end confdefs.h. */
21065 #include <sys/types.h>
21066 #ifdef HAVE_SYS_PARAM_H
21067 # include <sys/param.h>
21068 #endif
21069 #ifdef HAVE_SYS_MOUNT_H
21070 # include <sys/mount.h>
21071 #endif
21072 #ifdef HAVE_SYS_VFS_H
21073 # include <sys/vfs.h>
21074 #endif
21075 #ifdef HAVE_SYS_STATFS_H
21076 # include <sys/statfs.h>
21077 #endif
21080 main ()
21082 static struct statfs ac_aggr;
21083 if (ac_aggr.f_frsize)
21084 return 0;
21086 return 0;
21088 _ACEOF
21089 rm -f conftest.$ac_objext
21090 if { (ac_try="$ac_compile"
21091 case "(($ac_try" in
21092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21093 *) ac_try_echo=$ac_try;;
21094 esac
21095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21096 $as_echo "$ac_try_echo") >&5
21097 (eval "$ac_compile") 2>conftest.er1
21098 ac_status=$?
21099 grep -v '^ *+' conftest.er1 >conftest.err
21100 rm -f conftest.er1
21101 cat conftest.err >&5
21102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21103 (exit $ac_status); } && {
21104 test -z "$ac_c_werror_flag" ||
21105 test ! -s conftest.err
21106 } && test -s conftest.$ac_objext; then
21107 ac_cv_member_struct_statfs_f_frsize=yes
21108 else
21109 $as_echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21112 cat >conftest.$ac_ext <<_ACEOF
21113 /* confdefs.h. */
21114 _ACEOF
21115 cat confdefs.h >>conftest.$ac_ext
21116 cat >>conftest.$ac_ext <<_ACEOF
21117 /* end confdefs.h. */
21118 #include <sys/types.h>
21119 #ifdef HAVE_SYS_PARAM_H
21120 # include <sys/param.h>
21121 #endif
21122 #ifdef HAVE_SYS_MOUNT_H
21123 # include <sys/mount.h>
21124 #endif
21125 #ifdef HAVE_SYS_VFS_H
21126 # include <sys/vfs.h>
21127 #endif
21128 #ifdef HAVE_SYS_STATFS_H
21129 # include <sys/statfs.h>
21130 #endif
21133 main ()
21135 static struct statfs ac_aggr;
21136 if (sizeof ac_aggr.f_frsize)
21137 return 0;
21139 return 0;
21141 _ACEOF
21142 rm -f conftest.$ac_objext
21143 if { (ac_try="$ac_compile"
21144 case "(($ac_try" in
21145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21146 *) ac_try_echo=$ac_try;;
21147 esac
21148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21149 $as_echo "$ac_try_echo") >&5
21150 (eval "$ac_compile") 2>conftest.er1
21151 ac_status=$?
21152 grep -v '^ *+' conftest.er1 >conftest.err
21153 rm -f conftest.er1
21154 cat conftest.err >&5
21155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21156 (exit $ac_status); } && {
21157 test -z "$ac_c_werror_flag" ||
21158 test ! -s conftest.err
21159 } && test -s conftest.$ac_objext; then
21160 ac_cv_member_struct_statfs_f_frsize=yes
21161 else
21162 $as_echo "$as_me: failed program was:" >&5
21163 sed 's/^/| /' conftest.$ac_ext >&5
21165 ac_cv_member_struct_statfs_f_frsize=no
21168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21173 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21174 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21175 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21177 cat >>confdefs.h <<_ACEOF
21178 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21179 _ACEOF
21183 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21184 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21185 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21186 $as_echo_n "(cached) " >&6
21187 else
21188 cat >conftest.$ac_ext <<_ACEOF
21189 /* confdefs.h. */
21190 _ACEOF
21191 cat confdefs.h >>conftest.$ac_ext
21192 cat >>conftest.$ac_ext <<_ACEOF
21193 /* end confdefs.h. */
21194 #include <sys/types.h>
21195 #ifdef HAVE_SYS_PARAM_H
21196 # include <sys/param.h>
21197 #endif
21198 #ifdef HAVE_SYS_MOUNT_H
21199 # include <sys/mount.h>
21200 #endif
21201 #ifdef HAVE_SYS_VFS_H
21202 # include <sys/vfs.h>
21203 #endif
21204 #ifdef HAVE_SYS_STATFS_H
21205 # include <sys/statfs.h>
21206 #endif
21209 main ()
21211 static struct statfs ac_aggr;
21212 if (ac_aggr.f_ffree)
21213 return 0;
21215 return 0;
21217 _ACEOF
21218 rm -f conftest.$ac_objext
21219 if { (ac_try="$ac_compile"
21220 case "(($ac_try" in
21221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21222 *) ac_try_echo=$ac_try;;
21223 esac
21224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21225 $as_echo "$ac_try_echo") >&5
21226 (eval "$ac_compile") 2>conftest.er1
21227 ac_status=$?
21228 grep -v '^ *+' conftest.er1 >conftest.err
21229 rm -f conftest.er1
21230 cat conftest.err >&5
21231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21232 (exit $ac_status); } && {
21233 test -z "$ac_c_werror_flag" ||
21234 test ! -s conftest.err
21235 } && test -s conftest.$ac_objext; then
21236 ac_cv_member_struct_statfs_f_ffree=yes
21237 else
21238 $as_echo "$as_me: failed program was:" >&5
21239 sed 's/^/| /' conftest.$ac_ext >&5
21241 cat >conftest.$ac_ext <<_ACEOF
21242 /* confdefs.h. */
21243 _ACEOF
21244 cat confdefs.h >>conftest.$ac_ext
21245 cat >>conftest.$ac_ext <<_ACEOF
21246 /* end confdefs.h. */
21247 #include <sys/types.h>
21248 #ifdef HAVE_SYS_PARAM_H
21249 # include <sys/param.h>
21250 #endif
21251 #ifdef HAVE_SYS_MOUNT_H
21252 # include <sys/mount.h>
21253 #endif
21254 #ifdef HAVE_SYS_VFS_H
21255 # include <sys/vfs.h>
21256 #endif
21257 #ifdef HAVE_SYS_STATFS_H
21258 # include <sys/statfs.h>
21259 #endif
21262 main ()
21264 static struct statfs ac_aggr;
21265 if (sizeof ac_aggr.f_ffree)
21266 return 0;
21268 return 0;
21270 _ACEOF
21271 rm -f conftest.$ac_objext
21272 if { (ac_try="$ac_compile"
21273 case "(($ac_try" in
21274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21275 *) ac_try_echo=$ac_try;;
21276 esac
21277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21278 $as_echo "$ac_try_echo") >&5
21279 (eval "$ac_compile") 2>conftest.er1
21280 ac_status=$?
21281 grep -v '^ *+' conftest.er1 >conftest.err
21282 rm -f conftest.er1
21283 cat conftest.err >&5
21284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21285 (exit $ac_status); } && {
21286 test -z "$ac_c_werror_flag" ||
21287 test ! -s conftest.err
21288 } && test -s conftest.$ac_objext; then
21289 ac_cv_member_struct_statfs_f_ffree=yes
21290 else
21291 $as_echo "$as_me: failed program was:" >&5
21292 sed 's/^/| /' conftest.$ac_ext >&5
21294 ac_cv_member_struct_statfs_f_ffree=no
21297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21302 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21303 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21304 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21306 cat >>confdefs.h <<_ACEOF
21307 #define HAVE_STRUCT_STATFS_F_FFREE 1
21308 _ACEOF
21312 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21313 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21314 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21315 $as_echo_n "(cached) " >&6
21316 else
21317 cat >conftest.$ac_ext <<_ACEOF
21318 /* confdefs.h. */
21319 _ACEOF
21320 cat confdefs.h >>conftest.$ac_ext
21321 cat >>conftest.$ac_ext <<_ACEOF
21322 /* end confdefs.h. */
21323 #include <sys/types.h>
21324 #ifdef HAVE_SYS_PARAM_H
21325 # include <sys/param.h>
21326 #endif
21327 #ifdef HAVE_SYS_MOUNT_H
21328 # include <sys/mount.h>
21329 #endif
21330 #ifdef HAVE_SYS_VFS_H
21331 # include <sys/vfs.h>
21332 #endif
21333 #ifdef HAVE_SYS_STATFS_H
21334 # include <sys/statfs.h>
21335 #endif
21338 main ()
21340 static struct statfs ac_aggr;
21341 if (ac_aggr.f_favail)
21342 return 0;
21344 return 0;
21346 _ACEOF
21347 rm -f conftest.$ac_objext
21348 if { (ac_try="$ac_compile"
21349 case "(($ac_try" in
21350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21351 *) ac_try_echo=$ac_try;;
21352 esac
21353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21354 $as_echo "$ac_try_echo") >&5
21355 (eval "$ac_compile") 2>conftest.er1
21356 ac_status=$?
21357 grep -v '^ *+' conftest.er1 >conftest.err
21358 rm -f conftest.er1
21359 cat conftest.err >&5
21360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21361 (exit $ac_status); } && {
21362 test -z "$ac_c_werror_flag" ||
21363 test ! -s conftest.err
21364 } && test -s conftest.$ac_objext; then
21365 ac_cv_member_struct_statfs_f_favail=yes
21366 else
21367 $as_echo "$as_me: failed program was:" >&5
21368 sed 's/^/| /' conftest.$ac_ext >&5
21370 cat >conftest.$ac_ext <<_ACEOF
21371 /* confdefs.h. */
21372 _ACEOF
21373 cat confdefs.h >>conftest.$ac_ext
21374 cat >>conftest.$ac_ext <<_ACEOF
21375 /* end confdefs.h. */
21376 #include <sys/types.h>
21377 #ifdef HAVE_SYS_PARAM_H
21378 # include <sys/param.h>
21379 #endif
21380 #ifdef HAVE_SYS_MOUNT_H
21381 # include <sys/mount.h>
21382 #endif
21383 #ifdef HAVE_SYS_VFS_H
21384 # include <sys/vfs.h>
21385 #endif
21386 #ifdef HAVE_SYS_STATFS_H
21387 # include <sys/statfs.h>
21388 #endif
21391 main ()
21393 static struct statfs ac_aggr;
21394 if (sizeof ac_aggr.f_favail)
21395 return 0;
21397 return 0;
21399 _ACEOF
21400 rm -f conftest.$ac_objext
21401 if { (ac_try="$ac_compile"
21402 case "(($ac_try" in
21403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21404 *) ac_try_echo=$ac_try;;
21405 esac
21406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21407 $as_echo "$ac_try_echo") >&5
21408 (eval "$ac_compile") 2>conftest.er1
21409 ac_status=$?
21410 grep -v '^ *+' conftest.er1 >conftest.err
21411 rm -f conftest.er1
21412 cat conftest.err >&5
21413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21414 (exit $ac_status); } && {
21415 test -z "$ac_c_werror_flag" ||
21416 test ! -s conftest.err
21417 } && test -s conftest.$ac_objext; then
21418 ac_cv_member_struct_statfs_f_favail=yes
21419 else
21420 $as_echo "$as_me: failed program was:" >&5
21421 sed 's/^/| /' conftest.$ac_ext >&5
21423 ac_cv_member_struct_statfs_f_favail=no
21426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21431 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21432 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21433 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21435 cat >>confdefs.h <<_ACEOF
21436 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21437 _ACEOF
21441 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21442 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21443 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21444 $as_echo_n "(cached) " >&6
21445 else
21446 cat >conftest.$ac_ext <<_ACEOF
21447 /* confdefs.h. */
21448 _ACEOF
21449 cat confdefs.h >>conftest.$ac_ext
21450 cat >>conftest.$ac_ext <<_ACEOF
21451 /* end confdefs.h. */
21452 #include <sys/types.h>
21453 #ifdef HAVE_SYS_PARAM_H
21454 # include <sys/param.h>
21455 #endif
21456 #ifdef HAVE_SYS_MOUNT_H
21457 # include <sys/mount.h>
21458 #endif
21459 #ifdef HAVE_SYS_VFS_H
21460 # include <sys/vfs.h>
21461 #endif
21462 #ifdef HAVE_SYS_STATFS_H
21463 # include <sys/statfs.h>
21464 #endif
21467 main ()
21469 static struct statfs ac_aggr;
21470 if (ac_aggr.f_namelen)
21471 return 0;
21473 return 0;
21475 _ACEOF
21476 rm -f conftest.$ac_objext
21477 if { (ac_try="$ac_compile"
21478 case "(($ac_try" in
21479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21480 *) ac_try_echo=$ac_try;;
21481 esac
21482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21483 $as_echo "$ac_try_echo") >&5
21484 (eval "$ac_compile") 2>conftest.er1
21485 ac_status=$?
21486 grep -v '^ *+' conftest.er1 >conftest.err
21487 rm -f conftest.er1
21488 cat conftest.err >&5
21489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21490 (exit $ac_status); } && {
21491 test -z "$ac_c_werror_flag" ||
21492 test ! -s conftest.err
21493 } && test -s conftest.$ac_objext; then
21494 ac_cv_member_struct_statfs_f_namelen=yes
21495 else
21496 $as_echo "$as_me: failed program was:" >&5
21497 sed 's/^/| /' conftest.$ac_ext >&5
21499 cat >conftest.$ac_ext <<_ACEOF
21500 /* confdefs.h. */
21501 _ACEOF
21502 cat confdefs.h >>conftest.$ac_ext
21503 cat >>conftest.$ac_ext <<_ACEOF
21504 /* end confdefs.h. */
21505 #include <sys/types.h>
21506 #ifdef HAVE_SYS_PARAM_H
21507 # include <sys/param.h>
21508 #endif
21509 #ifdef HAVE_SYS_MOUNT_H
21510 # include <sys/mount.h>
21511 #endif
21512 #ifdef HAVE_SYS_VFS_H
21513 # include <sys/vfs.h>
21514 #endif
21515 #ifdef HAVE_SYS_STATFS_H
21516 # include <sys/statfs.h>
21517 #endif
21520 main ()
21522 static struct statfs ac_aggr;
21523 if (sizeof ac_aggr.f_namelen)
21524 return 0;
21526 return 0;
21528 _ACEOF
21529 rm -f conftest.$ac_objext
21530 if { (ac_try="$ac_compile"
21531 case "(($ac_try" in
21532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21533 *) ac_try_echo=$ac_try;;
21534 esac
21535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21536 $as_echo "$ac_try_echo") >&5
21537 (eval "$ac_compile") 2>conftest.er1
21538 ac_status=$?
21539 grep -v '^ *+' conftest.er1 >conftest.err
21540 rm -f conftest.er1
21541 cat conftest.err >&5
21542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21543 (exit $ac_status); } && {
21544 test -z "$ac_c_werror_flag" ||
21545 test ! -s conftest.err
21546 } && test -s conftest.$ac_objext; then
21547 ac_cv_member_struct_statfs_f_namelen=yes
21548 else
21549 $as_echo "$as_me: failed program was:" >&5
21550 sed 's/^/| /' conftest.$ac_ext >&5
21552 ac_cv_member_struct_statfs_f_namelen=no
21555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21560 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21561 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21562 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21564 cat >>confdefs.h <<_ACEOF
21565 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21566 _ACEOF
21572 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21573 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21574 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21575 $as_echo_n "(cached) " >&6
21576 else
21577 cat >conftest.$ac_ext <<_ACEOF
21578 /* confdefs.h. */
21579 _ACEOF
21580 cat confdefs.h >>conftest.$ac_ext
21581 cat >>conftest.$ac_ext <<_ACEOF
21582 /* end confdefs.h. */
21583 #ifdef HAVE_SYS_STATVFS_H
21584 #include <sys/statvfs.h>
21585 #endif
21588 main ()
21590 static struct statvfs ac_aggr;
21591 if (ac_aggr.f_blocks)
21592 return 0;
21594 return 0;
21596 _ACEOF
21597 rm -f conftest.$ac_objext
21598 if { (ac_try="$ac_compile"
21599 case "(($ac_try" in
21600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21601 *) ac_try_echo=$ac_try;;
21602 esac
21603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21604 $as_echo "$ac_try_echo") >&5
21605 (eval "$ac_compile") 2>conftest.er1
21606 ac_status=$?
21607 grep -v '^ *+' conftest.er1 >conftest.err
21608 rm -f conftest.er1
21609 cat conftest.err >&5
21610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21611 (exit $ac_status); } && {
21612 test -z "$ac_c_werror_flag" ||
21613 test ! -s conftest.err
21614 } && test -s conftest.$ac_objext; then
21615 ac_cv_member_struct_statvfs_f_blocks=yes
21616 else
21617 $as_echo "$as_me: failed program was:" >&5
21618 sed 's/^/| /' conftest.$ac_ext >&5
21620 cat >conftest.$ac_ext <<_ACEOF
21621 /* confdefs.h. */
21622 _ACEOF
21623 cat confdefs.h >>conftest.$ac_ext
21624 cat >>conftest.$ac_ext <<_ACEOF
21625 /* end confdefs.h. */
21626 #ifdef HAVE_SYS_STATVFS_H
21627 #include <sys/statvfs.h>
21628 #endif
21631 main ()
21633 static struct statvfs ac_aggr;
21634 if (sizeof ac_aggr.f_blocks)
21635 return 0;
21637 return 0;
21639 _ACEOF
21640 rm -f conftest.$ac_objext
21641 if { (ac_try="$ac_compile"
21642 case "(($ac_try" in
21643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21644 *) ac_try_echo=$ac_try;;
21645 esac
21646 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21647 $as_echo "$ac_try_echo") >&5
21648 (eval "$ac_compile") 2>conftest.er1
21649 ac_status=$?
21650 grep -v '^ *+' conftest.er1 >conftest.err
21651 rm -f conftest.er1
21652 cat conftest.err >&5
21653 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); } && {
21655 test -z "$ac_c_werror_flag" ||
21656 test ! -s conftest.err
21657 } && test -s conftest.$ac_objext; then
21658 ac_cv_member_struct_statvfs_f_blocks=yes
21659 else
21660 $as_echo "$as_me: failed program was:" >&5
21661 sed 's/^/| /' conftest.$ac_ext >&5
21663 ac_cv_member_struct_statvfs_f_blocks=no
21666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21671 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21672 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21673 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21675 cat >>confdefs.h <<_ACEOF
21676 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21677 _ACEOF
21683 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21684 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21685 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21686 $as_echo_n "(cached) " >&6
21687 else
21688 cat >conftest.$ac_ext <<_ACEOF
21689 /* confdefs.h. */
21690 _ACEOF
21691 cat confdefs.h >>conftest.$ac_ext
21692 cat >>conftest.$ac_ext <<_ACEOF
21693 /* end confdefs.h. */
21694 #include <sys/types.h>
21695 #ifdef HAVE_SYS_SOCKET_H
21696 # include <sys/socket.h>
21697 #endif
21698 #ifdef HAVE_SYS_UN_H
21699 # include <sys/un.h>
21700 #endif
21703 main ()
21705 static struct msghdr ac_aggr;
21706 if (ac_aggr.msg_accrights)
21707 return 0;
21709 return 0;
21711 _ACEOF
21712 rm -f conftest.$ac_objext
21713 if { (ac_try="$ac_compile"
21714 case "(($ac_try" in
21715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21716 *) ac_try_echo=$ac_try;;
21717 esac
21718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21719 $as_echo "$ac_try_echo") >&5
21720 (eval "$ac_compile") 2>conftest.er1
21721 ac_status=$?
21722 grep -v '^ *+' conftest.er1 >conftest.err
21723 rm -f conftest.er1
21724 cat conftest.err >&5
21725 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21726 (exit $ac_status); } && {
21727 test -z "$ac_c_werror_flag" ||
21728 test ! -s conftest.err
21729 } && test -s conftest.$ac_objext; then
21730 ac_cv_member_struct_msghdr_msg_accrights=yes
21731 else
21732 $as_echo "$as_me: failed program was:" >&5
21733 sed 's/^/| /' conftest.$ac_ext >&5
21735 cat >conftest.$ac_ext <<_ACEOF
21736 /* confdefs.h. */
21737 _ACEOF
21738 cat confdefs.h >>conftest.$ac_ext
21739 cat >>conftest.$ac_ext <<_ACEOF
21740 /* end confdefs.h. */
21741 #include <sys/types.h>
21742 #ifdef HAVE_SYS_SOCKET_H
21743 # include <sys/socket.h>
21744 #endif
21745 #ifdef HAVE_SYS_UN_H
21746 # include <sys/un.h>
21747 #endif
21750 main ()
21752 static struct msghdr ac_aggr;
21753 if (sizeof ac_aggr.msg_accrights)
21754 return 0;
21756 return 0;
21758 _ACEOF
21759 rm -f conftest.$ac_objext
21760 if { (ac_try="$ac_compile"
21761 case "(($ac_try" in
21762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21763 *) ac_try_echo=$ac_try;;
21764 esac
21765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21766 $as_echo "$ac_try_echo") >&5
21767 (eval "$ac_compile") 2>conftest.er1
21768 ac_status=$?
21769 grep -v '^ *+' conftest.er1 >conftest.err
21770 rm -f conftest.er1
21771 cat conftest.err >&5
21772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21773 (exit $ac_status); } && {
21774 test -z "$ac_c_werror_flag" ||
21775 test ! -s conftest.err
21776 } && test -s conftest.$ac_objext; then
21777 ac_cv_member_struct_msghdr_msg_accrights=yes
21778 else
21779 $as_echo "$as_me: failed program was:" >&5
21780 sed 's/^/| /' conftest.$ac_ext >&5
21782 ac_cv_member_struct_msghdr_msg_accrights=no
21785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21790 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21791 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21792 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21794 cat >>confdefs.h <<_ACEOF
21795 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21796 _ACEOF
21800 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21801 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21802 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21803 $as_echo_n "(cached) " >&6
21804 else
21805 cat >conftest.$ac_ext <<_ACEOF
21806 /* confdefs.h. */
21807 _ACEOF
21808 cat confdefs.h >>conftest.$ac_ext
21809 cat >>conftest.$ac_ext <<_ACEOF
21810 /* end confdefs.h. */
21811 #include <sys/types.h>
21812 #ifdef HAVE_SYS_SOCKET_H
21813 # include <sys/socket.h>
21814 #endif
21815 #ifdef HAVE_SYS_UN_H
21816 # include <sys/un.h>
21817 #endif
21820 main ()
21822 static struct sockaddr ac_aggr;
21823 if (ac_aggr.sa_len)
21824 return 0;
21826 return 0;
21828 _ACEOF
21829 rm -f conftest.$ac_objext
21830 if { (ac_try="$ac_compile"
21831 case "(($ac_try" in
21832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21833 *) ac_try_echo=$ac_try;;
21834 esac
21835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21836 $as_echo "$ac_try_echo") >&5
21837 (eval "$ac_compile") 2>conftest.er1
21838 ac_status=$?
21839 grep -v '^ *+' conftest.er1 >conftest.err
21840 rm -f conftest.er1
21841 cat conftest.err >&5
21842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21843 (exit $ac_status); } && {
21844 test -z "$ac_c_werror_flag" ||
21845 test ! -s conftest.err
21846 } && test -s conftest.$ac_objext; then
21847 ac_cv_member_struct_sockaddr_sa_len=yes
21848 else
21849 $as_echo "$as_me: failed program was:" >&5
21850 sed 's/^/| /' conftest.$ac_ext >&5
21852 cat >conftest.$ac_ext <<_ACEOF
21853 /* confdefs.h. */
21854 _ACEOF
21855 cat confdefs.h >>conftest.$ac_ext
21856 cat >>conftest.$ac_ext <<_ACEOF
21857 /* end confdefs.h. */
21858 #include <sys/types.h>
21859 #ifdef HAVE_SYS_SOCKET_H
21860 # include <sys/socket.h>
21861 #endif
21862 #ifdef HAVE_SYS_UN_H
21863 # include <sys/un.h>
21864 #endif
21867 main ()
21869 static struct sockaddr ac_aggr;
21870 if (sizeof ac_aggr.sa_len)
21871 return 0;
21873 return 0;
21875 _ACEOF
21876 rm -f conftest.$ac_objext
21877 if { (ac_try="$ac_compile"
21878 case "(($ac_try" in
21879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21880 *) ac_try_echo=$ac_try;;
21881 esac
21882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21883 $as_echo "$ac_try_echo") >&5
21884 (eval "$ac_compile") 2>conftest.er1
21885 ac_status=$?
21886 grep -v '^ *+' conftest.er1 >conftest.err
21887 rm -f conftest.er1
21888 cat conftest.err >&5
21889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21890 (exit $ac_status); } && {
21891 test -z "$ac_c_werror_flag" ||
21892 test ! -s conftest.err
21893 } && test -s conftest.$ac_objext; then
21894 ac_cv_member_struct_sockaddr_sa_len=yes
21895 else
21896 $as_echo "$as_me: failed program was:" >&5
21897 sed 's/^/| /' conftest.$ac_ext >&5
21899 ac_cv_member_struct_sockaddr_sa_len=no
21902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21907 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21908 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21909 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21911 cat >>confdefs.h <<_ACEOF
21912 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21913 _ACEOF
21917 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21918 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21919 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21920 $as_echo_n "(cached) " >&6
21921 else
21922 cat >conftest.$ac_ext <<_ACEOF
21923 /* confdefs.h. */
21924 _ACEOF
21925 cat confdefs.h >>conftest.$ac_ext
21926 cat >>conftest.$ac_ext <<_ACEOF
21927 /* end confdefs.h. */
21928 #include <sys/types.h>
21929 #ifdef HAVE_SYS_SOCKET_H
21930 # include <sys/socket.h>
21931 #endif
21932 #ifdef HAVE_SYS_UN_H
21933 # include <sys/un.h>
21934 #endif
21937 main ()
21939 static struct sockaddr_un ac_aggr;
21940 if (ac_aggr.sun_len)
21941 return 0;
21943 return 0;
21945 _ACEOF
21946 rm -f conftest.$ac_objext
21947 if { (ac_try="$ac_compile"
21948 case "(($ac_try" in
21949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21950 *) ac_try_echo=$ac_try;;
21951 esac
21952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21953 $as_echo "$ac_try_echo") >&5
21954 (eval "$ac_compile") 2>conftest.er1
21955 ac_status=$?
21956 grep -v '^ *+' conftest.er1 >conftest.err
21957 rm -f conftest.er1
21958 cat conftest.err >&5
21959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21960 (exit $ac_status); } && {
21961 test -z "$ac_c_werror_flag" ||
21962 test ! -s conftest.err
21963 } && test -s conftest.$ac_objext; then
21964 ac_cv_member_struct_sockaddr_un_sun_len=yes
21965 else
21966 $as_echo "$as_me: failed program was:" >&5
21967 sed 's/^/| /' conftest.$ac_ext >&5
21969 cat >conftest.$ac_ext <<_ACEOF
21970 /* confdefs.h. */
21971 _ACEOF
21972 cat confdefs.h >>conftest.$ac_ext
21973 cat >>conftest.$ac_ext <<_ACEOF
21974 /* end confdefs.h. */
21975 #include <sys/types.h>
21976 #ifdef HAVE_SYS_SOCKET_H
21977 # include <sys/socket.h>
21978 #endif
21979 #ifdef HAVE_SYS_UN_H
21980 # include <sys/un.h>
21981 #endif
21984 main ()
21986 static struct sockaddr_un ac_aggr;
21987 if (sizeof ac_aggr.sun_len)
21988 return 0;
21990 return 0;
21992 _ACEOF
21993 rm -f conftest.$ac_objext
21994 if { (ac_try="$ac_compile"
21995 case "(($ac_try" in
21996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21997 *) ac_try_echo=$ac_try;;
21998 esac
21999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22000 $as_echo "$ac_try_echo") >&5
22001 (eval "$ac_compile") 2>conftest.er1
22002 ac_status=$?
22003 grep -v '^ *+' conftest.er1 >conftest.err
22004 rm -f conftest.er1
22005 cat conftest.err >&5
22006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22007 (exit $ac_status); } && {
22008 test -z "$ac_c_werror_flag" ||
22009 test ! -s conftest.err
22010 } && test -s conftest.$ac_objext; then
22011 ac_cv_member_struct_sockaddr_un_sun_len=yes
22012 else
22013 $as_echo "$as_me: failed program was:" >&5
22014 sed 's/^/| /' conftest.$ac_ext >&5
22016 ac_cv_member_struct_sockaddr_un_sun_len=no
22019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22024 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22025 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22026 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22028 cat >>confdefs.h <<_ACEOF
22029 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22030 _ACEOF
22036 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22037 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22038 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22039 $as_echo_n "(cached) " >&6
22040 else
22041 cat >conftest.$ac_ext <<_ACEOF
22042 /* confdefs.h. */
22043 _ACEOF
22044 cat confdefs.h >>conftest.$ac_ext
22045 cat >>conftest.$ac_ext <<_ACEOF
22046 /* end confdefs.h. */
22047 #include <sys/types.h>
22048 #ifdef HAVE_SCSI_SG_H
22049 #include <scsi/sg.h>
22050 #endif
22053 main ()
22055 static scsireq_t ac_aggr;
22056 if (ac_aggr.cmd)
22057 return 0;
22059 return 0;
22061 _ACEOF
22062 rm -f conftest.$ac_objext
22063 if { (ac_try="$ac_compile"
22064 case "(($ac_try" in
22065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22066 *) ac_try_echo=$ac_try;;
22067 esac
22068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22069 $as_echo "$ac_try_echo") >&5
22070 (eval "$ac_compile") 2>conftest.er1
22071 ac_status=$?
22072 grep -v '^ *+' conftest.er1 >conftest.err
22073 rm -f conftest.er1
22074 cat conftest.err >&5
22075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22076 (exit $ac_status); } && {
22077 test -z "$ac_c_werror_flag" ||
22078 test ! -s conftest.err
22079 } && test -s conftest.$ac_objext; then
22080 ac_cv_member_scsireq_t_cmd=yes
22081 else
22082 $as_echo "$as_me: failed program was:" >&5
22083 sed 's/^/| /' conftest.$ac_ext >&5
22085 cat >conftest.$ac_ext <<_ACEOF
22086 /* confdefs.h. */
22087 _ACEOF
22088 cat confdefs.h >>conftest.$ac_ext
22089 cat >>conftest.$ac_ext <<_ACEOF
22090 /* end confdefs.h. */
22091 #include <sys/types.h>
22092 #ifdef HAVE_SCSI_SG_H
22093 #include <scsi/sg.h>
22094 #endif
22097 main ()
22099 static scsireq_t ac_aggr;
22100 if (sizeof ac_aggr.cmd)
22101 return 0;
22103 return 0;
22105 _ACEOF
22106 rm -f conftest.$ac_objext
22107 if { (ac_try="$ac_compile"
22108 case "(($ac_try" in
22109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22110 *) ac_try_echo=$ac_try;;
22111 esac
22112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22113 $as_echo "$ac_try_echo") >&5
22114 (eval "$ac_compile") 2>conftest.er1
22115 ac_status=$?
22116 grep -v '^ *+' conftest.er1 >conftest.err
22117 rm -f conftest.er1
22118 cat conftest.err >&5
22119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22120 (exit $ac_status); } && {
22121 test -z "$ac_c_werror_flag" ||
22122 test ! -s conftest.err
22123 } && test -s conftest.$ac_objext; then
22124 ac_cv_member_scsireq_t_cmd=yes
22125 else
22126 $as_echo "$as_me: failed program was:" >&5
22127 sed 's/^/| /' conftest.$ac_ext >&5
22129 ac_cv_member_scsireq_t_cmd=no
22132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22137 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22138 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22139 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22141 cat >>confdefs.h <<_ACEOF
22142 #define HAVE_SCSIREQ_T_CMD 1
22143 _ACEOF
22147 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22148 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22149 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22150 $as_echo_n "(cached) " >&6
22151 else
22152 cat >conftest.$ac_ext <<_ACEOF
22153 /* confdefs.h. */
22154 _ACEOF
22155 cat confdefs.h >>conftest.$ac_ext
22156 cat >>conftest.$ac_ext <<_ACEOF
22157 /* end confdefs.h. */
22158 #include <sys/types.h>
22159 #ifdef HAVE_SCSI_SG_H
22160 #include <scsi/sg.h>
22161 #endif
22164 main ()
22166 static sg_io_hdr_t ac_aggr;
22167 if (ac_aggr.interface_id)
22168 return 0;
22170 return 0;
22172 _ACEOF
22173 rm -f conftest.$ac_objext
22174 if { (ac_try="$ac_compile"
22175 case "(($ac_try" in
22176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22177 *) ac_try_echo=$ac_try;;
22178 esac
22179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22180 $as_echo "$ac_try_echo") >&5
22181 (eval "$ac_compile") 2>conftest.er1
22182 ac_status=$?
22183 grep -v '^ *+' conftest.er1 >conftest.err
22184 rm -f conftest.er1
22185 cat conftest.err >&5
22186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22187 (exit $ac_status); } && {
22188 test -z "$ac_c_werror_flag" ||
22189 test ! -s conftest.err
22190 } && test -s conftest.$ac_objext; then
22191 ac_cv_member_sg_io_hdr_t_interface_id=yes
22192 else
22193 $as_echo "$as_me: failed program was:" >&5
22194 sed 's/^/| /' conftest.$ac_ext >&5
22196 cat >conftest.$ac_ext <<_ACEOF
22197 /* confdefs.h. */
22198 _ACEOF
22199 cat confdefs.h >>conftest.$ac_ext
22200 cat >>conftest.$ac_ext <<_ACEOF
22201 /* end confdefs.h. */
22202 #include <sys/types.h>
22203 #ifdef HAVE_SCSI_SG_H
22204 #include <scsi/sg.h>
22205 #endif
22208 main ()
22210 static sg_io_hdr_t ac_aggr;
22211 if (sizeof ac_aggr.interface_id)
22212 return 0;
22214 return 0;
22216 _ACEOF
22217 rm -f conftest.$ac_objext
22218 if { (ac_try="$ac_compile"
22219 case "(($ac_try" in
22220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22221 *) ac_try_echo=$ac_try;;
22222 esac
22223 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22224 $as_echo "$ac_try_echo") >&5
22225 (eval "$ac_compile") 2>conftest.er1
22226 ac_status=$?
22227 grep -v '^ *+' conftest.er1 >conftest.err
22228 rm -f conftest.er1
22229 cat conftest.err >&5
22230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22231 (exit $ac_status); } && {
22232 test -z "$ac_c_werror_flag" ||
22233 test ! -s conftest.err
22234 } && test -s conftest.$ac_objext; then
22235 ac_cv_member_sg_io_hdr_t_interface_id=yes
22236 else
22237 $as_echo "$as_me: failed program was:" >&5
22238 sed 's/^/| /' conftest.$ac_ext >&5
22240 ac_cv_member_sg_io_hdr_t_interface_id=no
22243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22248 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22249 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22250 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22252 cat >>confdefs.h <<_ACEOF
22253 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22254 _ACEOF
22260 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22261 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22262 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22263 $as_echo_n "(cached) " >&6
22264 else
22265 cat >conftest.$ac_ext <<_ACEOF
22266 /* confdefs.h. */
22267 _ACEOF
22268 cat confdefs.h >>conftest.$ac_ext
22269 cat >>conftest.$ac_ext <<_ACEOF
22270 /* end confdefs.h. */
22271 #include <signal.h>
22274 main ()
22276 static siginfo_t ac_aggr;
22277 if (ac_aggr.si_fd)
22278 return 0;
22280 return 0;
22282 _ACEOF
22283 rm -f conftest.$ac_objext
22284 if { (ac_try="$ac_compile"
22285 case "(($ac_try" in
22286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22287 *) ac_try_echo=$ac_try;;
22288 esac
22289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22290 $as_echo "$ac_try_echo") >&5
22291 (eval "$ac_compile") 2>conftest.er1
22292 ac_status=$?
22293 grep -v '^ *+' conftest.er1 >conftest.err
22294 rm -f conftest.er1
22295 cat conftest.err >&5
22296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22297 (exit $ac_status); } && {
22298 test -z "$ac_c_werror_flag" ||
22299 test ! -s conftest.err
22300 } && test -s conftest.$ac_objext; then
22301 ac_cv_member_siginfo_t_si_fd=yes
22302 else
22303 $as_echo "$as_me: failed program was:" >&5
22304 sed 's/^/| /' conftest.$ac_ext >&5
22306 cat >conftest.$ac_ext <<_ACEOF
22307 /* confdefs.h. */
22308 _ACEOF
22309 cat confdefs.h >>conftest.$ac_ext
22310 cat >>conftest.$ac_ext <<_ACEOF
22311 /* end confdefs.h. */
22312 #include <signal.h>
22315 main ()
22317 static siginfo_t ac_aggr;
22318 if (sizeof ac_aggr.si_fd)
22319 return 0;
22321 return 0;
22323 _ACEOF
22324 rm -f conftest.$ac_objext
22325 if { (ac_try="$ac_compile"
22326 case "(($ac_try" in
22327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22328 *) ac_try_echo=$ac_try;;
22329 esac
22330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22331 $as_echo "$ac_try_echo") >&5
22332 (eval "$ac_compile") 2>conftest.er1
22333 ac_status=$?
22334 grep -v '^ *+' conftest.er1 >conftest.err
22335 rm -f conftest.er1
22336 cat conftest.err >&5
22337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22338 (exit $ac_status); } && {
22339 test -z "$ac_c_werror_flag" ||
22340 test ! -s conftest.err
22341 } && test -s conftest.$ac_objext; then
22342 ac_cv_member_siginfo_t_si_fd=yes
22343 else
22344 $as_echo "$as_me: failed program was:" >&5
22345 sed 's/^/| /' conftest.$ac_ext >&5
22347 ac_cv_member_siginfo_t_si_fd=no
22350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22355 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22356 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22357 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22359 cat >>confdefs.h <<_ACEOF
22360 #define HAVE_SIGINFO_T_SI_FD 1
22361 _ACEOF
22367 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22368 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22369 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22370 $as_echo_n "(cached) " >&6
22371 else
22372 cat >conftest.$ac_ext <<_ACEOF
22373 /* confdefs.h. */
22374 _ACEOF
22375 cat confdefs.h >>conftest.$ac_ext
22376 cat >>conftest.$ac_ext <<_ACEOF
22377 /* end confdefs.h. */
22378 #include <sys/types.h>
22379 #ifdef HAVE_SYS_MTIO_H
22380 #include <sys/mtio.h>
22381 #endif
22384 main ()
22386 static struct mtget ac_aggr;
22387 if (ac_aggr.mt_blksiz)
22388 return 0;
22390 return 0;
22392 _ACEOF
22393 rm -f conftest.$ac_objext
22394 if { (ac_try="$ac_compile"
22395 case "(($ac_try" in
22396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22397 *) ac_try_echo=$ac_try;;
22398 esac
22399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22400 $as_echo "$ac_try_echo") >&5
22401 (eval "$ac_compile") 2>conftest.er1
22402 ac_status=$?
22403 grep -v '^ *+' conftest.er1 >conftest.err
22404 rm -f conftest.er1
22405 cat conftest.err >&5
22406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22407 (exit $ac_status); } && {
22408 test -z "$ac_c_werror_flag" ||
22409 test ! -s conftest.err
22410 } && test -s conftest.$ac_objext; then
22411 ac_cv_member_struct_mtget_mt_blksiz=yes
22412 else
22413 $as_echo "$as_me: failed program was:" >&5
22414 sed 's/^/| /' conftest.$ac_ext >&5
22416 cat >conftest.$ac_ext <<_ACEOF
22417 /* confdefs.h. */
22418 _ACEOF
22419 cat confdefs.h >>conftest.$ac_ext
22420 cat >>conftest.$ac_ext <<_ACEOF
22421 /* end confdefs.h. */
22422 #include <sys/types.h>
22423 #ifdef HAVE_SYS_MTIO_H
22424 #include <sys/mtio.h>
22425 #endif
22428 main ()
22430 static struct mtget ac_aggr;
22431 if (sizeof ac_aggr.mt_blksiz)
22432 return 0;
22434 return 0;
22436 _ACEOF
22437 rm -f conftest.$ac_objext
22438 if { (ac_try="$ac_compile"
22439 case "(($ac_try" in
22440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22441 *) ac_try_echo=$ac_try;;
22442 esac
22443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22444 $as_echo "$ac_try_echo") >&5
22445 (eval "$ac_compile") 2>conftest.er1
22446 ac_status=$?
22447 grep -v '^ *+' conftest.er1 >conftest.err
22448 rm -f conftest.er1
22449 cat conftest.err >&5
22450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22451 (exit $ac_status); } && {
22452 test -z "$ac_c_werror_flag" ||
22453 test ! -s conftest.err
22454 } && test -s conftest.$ac_objext; then
22455 ac_cv_member_struct_mtget_mt_blksiz=yes
22456 else
22457 $as_echo "$as_me: failed program was:" >&5
22458 sed 's/^/| /' conftest.$ac_ext >&5
22460 ac_cv_member_struct_mtget_mt_blksiz=no
22463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22468 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22469 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22470 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22472 cat >>confdefs.h <<_ACEOF
22473 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22474 _ACEOF
22478 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22479 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22480 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22481 $as_echo_n "(cached) " >&6
22482 else
22483 cat >conftest.$ac_ext <<_ACEOF
22484 /* confdefs.h. */
22485 _ACEOF
22486 cat confdefs.h >>conftest.$ac_ext
22487 cat >>conftest.$ac_ext <<_ACEOF
22488 /* end confdefs.h. */
22489 #include <sys/types.h>
22490 #ifdef HAVE_SYS_MTIO_H
22491 #include <sys/mtio.h>
22492 #endif
22495 main ()
22497 static struct mtget ac_aggr;
22498 if (ac_aggr.mt_gstat)
22499 return 0;
22501 return 0;
22503 _ACEOF
22504 rm -f conftest.$ac_objext
22505 if { (ac_try="$ac_compile"
22506 case "(($ac_try" in
22507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22508 *) ac_try_echo=$ac_try;;
22509 esac
22510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22511 $as_echo "$ac_try_echo") >&5
22512 (eval "$ac_compile") 2>conftest.er1
22513 ac_status=$?
22514 grep -v '^ *+' conftest.er1 >conftest.err
22515 rm -f conftest.er1
22516 cat conftest.err >&5
22517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22518 (exit $ac_status); } && {
22519 test -z "$ac_c_werror_flag" ||
22520 test ! -s conftest.err
22521 } && test -s conftest.$ac_objext; then
22522 ac_cv_member_struct_mtget_mt_gstat=yes
22523 else
22524 $as_echo "$as_me: failed program was:" >&5
22525 sed 's/^/| /' conftest.$ac_ext >&5
22527 cat >conftest.$ac_ext <<_ACEOF
22528 /* confdefs.h. */
22529 _ACEOF
22530 cat confdefs.h >>conftest.$ac_ext
22531 cat >>conftest.$ac_ext <<_ACEOF
22532 /* end confdefs.h. */
22533 #include <sys/types.h>
22534 #ifdef HAVE_SYS_MTIO_H
22535 #include <sys/mtio.h>
22536 #endif
22539 main ()
22541 static struct mtget ac_aggr;
22542 if (sizeof ac_aggr.mt_gstat)
22543 return 0;
22545 return 0;
22547 _ACEOF
22548 rm -f conftest.$ac_objext
22549 if { (ac_try="$ac_compile"
22550 case "(($ac_try" in
22551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22552 *) ac_try_echo=$ac_try;;
22553 esac
22554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22555 $as_echo "$ac_try_echo") >&5
22556 (eval "$ac_compile") 2>conftest.er1
22557 ac_status=$?
22558 grep -v '^ *+' conftest.er1 >conftest.err
22559 rm -f conftest.er1
22560 cat conftest.err >&5
22561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22562 (exit $ac_status); } && {
22563 test -z "$ac_c_werror_flag" ||
22564 test ! -s conftest.err
22565 } && test -s conftest.$ac_objext; then
22566 ac_cv_member_struct_mtget_mt_gstat=yes
22567 else
22568 $as_echo "$as_me: failed program was:" >&5
22569 sed 's/^/| /' conftest.$ac_ext >&5
22571 ac_cv_member_struct_mtget_mt_gstat=no
22574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22579 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22580 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22581 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22583 cat >>confdefs.h <<_ACEOF
22584 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22585 _ACEOF
22589 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22590 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22591 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22592 $as_echo_n "(cached) " >&6
22593 else
22594 cat >conftest.$ac_ext <<_ACEOF
22595 /* confdefs.h. */
22596 _ACEOF
22597 cat confdefs.h >>conftest.$ac_ext
22598 cat >>conftest.$ac_ext <<_ACEOF
22599 /* end confdefs.h. */
22600 #include <sys/types.h>
22601 #ifdef HAVE_SYS_MTIO_H
22602 #include <sys/mtio.h>
22603 #endif
22606 main ()
22608 static struct mtget ac_aggr;
22609 if (ac_aggr.mt_blkno)
22610 return 0;
22612 return 0;
22614 _ACEOF
22615 rm -f conftest.$ac_objext
22616 if { (ac_try="$ac_compile"
22617 case "(($ac_try" in
22618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22619 *) ac_try_echo=$ac_try;;
22620 esac
22621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22622 $as_echo "$ac_try_echo") >&5
22623 (eval "$ac_compile") 2>conftest.er1
22624 ac_status=$?
22625 grep -v '^ *+' conftest.er1 >conftest.err
22626 rm -f conftest.er1
22627 cat conftest.err >&5
22628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22629 (exit $ac_status); } && {
22630 test -z "$ac_c_werror_flag" ||
22631 test ! -s conftest.err
22632 } && test -s conftest.$ac_objext; then
22633 ac_cv_member_struct_mtget_mt_blkno=yes
22634 else
22635 $as_echo "$as_me: failed program was:" >&5
22636 sed 's/^/| /' conftest.$ac_ext >&5
22638 cat >conftest.$ac_ext <<_ACEOF
22639 /* confdefs.h. */
22640 _ACEOF
22641 cat confdefs.h >>conftest.$ac_ext
22642 cat >>conftest.$ac_ext <<_ACEOF
22643 /* end confdefs.h. */
22644 #include <sys/types.h>
22645 #ifdef HAVE_SYS_MTIO_H
22646 #include <sys/mtio.h>
22647 #endif
22650 main ()
22652 static struct mtget ac_aggr;
22653 if (sizeof ac_aggr.mt_blkno)
22654 return 0;
22656 return 0;
22658 _ACEOF
22659 rm -f conftest.$ac_objext
22660 if { (ac_try="$ac_compile"
22661 case "(($ac_try" in
22662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22663 *) ac_try_echo=$ac_try;;
22664 esac
22665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22666 $as_echo "$ac_try_echo") >&5
22667 (eval "$ac_compile") 2>conftest.er1
22668 ac_status=$?
22669 grep -v '^ *+' conftest.er1 >conftest.err
22670 rm -f conftest.er1
22671 cat conftest.err >&5
22672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22673 (exit $ac_status); } && {
22674 test -z "$ac_c_werror_flag" ||
22675 test ! -s conftest.err
22676 } && test -s conftest.$ac_objext; then
22677 ac_cv_member_struct_mtget_mt_blkno=yes
22678 else
22679 $as_echo "$as_me: failed program was:" >&5
22680 sed 's/^/| /' conftest.$ac_ext >&5
22682 ac_cv_member_struct_mtget_mt_blkno=no
22685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22690 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22691 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22692 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22694 cat >>confdefs.h <<_ACEOF
22695 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22696 _ACEOF
22702 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22703 $as_echo_n "checking for struct option.name... " >&6; }
22704 if test "${ac_cv_member_struct_option_name+set}" = set; then
22705 $as_echo_n "(cached) " >&6
22706 else
22707 cat >conftest.$ac_ext <<_ACEOF
22708 /* confdefs.h. */
22709 _ACEOF
22710 cat confdefs.h >>conftest.$ac_ext
22711 cat >>conftest.$ac_ext <<_ACEOF
22712 /* end confdefs.h. */
22713 #ifdef HAVE_GETOPT_H
22714 #include <getopt.h>
22715 #endif
22718 main ()
22720 static struct option ac_aggr;
22721 if (ac_aggr.name)
22722 return 0;
22724 return 0;
22726 _ACEOF
22727 rm -f conftest.$ac_objext
22728 if { (ac_try="$ac_compile"
22729 case "(($ac_try" in
22730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22731 *) ac_try_echo=$ac_try;;
22732 esac
22733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22734 $as_echo "$ac_try_echo") >&5
22735 (eval "$ac_compile") 2>conftest.er1
22736 ac_status=$?
22737 grep -v '^ *+' conftest.er1 >conftest.err
22738 rm -f conftest.er1
22739 cat conftest.err >&5
22740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22741 (exit $ac_status); } && {
22742 test -z "$ac_c_werror_flag" ||
22743 test ! -s conftest.err
22744 } && test -s conftest.$ac_objext; then
22745 ac_cv_member_struct_option_name=yes
22746 else
22747 $as_echo "$as_me: failed program was:" >&5
22748 sed 's/^/| /' conftest.$ac_ext >&5
22750 cat >conftest.$ac_ext <<_ACEOF
22751 /* confdefs.h. */
22752 _ACEOF
22753 cat confdefs.h >>conftest.$ac_ext
22754 cat >>conftest.$ac_ext <<_ACEOF
22755 /* end confdefs.h. */
22756 #ifdef HAVE_GETOPT_H
22757 #include <getopt.h>
22758 #endif
22761 main ()
22763 static struct option ac_aggr;
22764 if (sizeof ac_aggr.name)
22765 return 0;
22767 return 0;
22769 _ACEOF
22770 rm -f conftest.$ac_objext
22771 if { (ac_try="$ac_compile"
22772 case "(($ac_try" in
22773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22774 *) ac_try_echo=$ac_try;;
22775 esac
22776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22777 $as_echo "$ac_try_echo") >&5
22778 (eval "$ac_compile") 2>conftest.er1
22779 ac_status=$?
22780 grep -v '^ *+' conftest.er1 >conftest.err
22781 rm -f conftest.er1
22782 cat conftest.err >&5
22783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784 (exit $ac_status); } && {
22785 test -z "$ac_c_werror_flag" ||
22786 test ! -s conftest.err
22787 } && test -s conftest.$ac_objext; then
22788 ac_cv_member_struct_option_name=yes
22789 else
22790 $as_echo "$as_me: failed program was:" >&5
22791 sed 's/^/| /' conftest.$ac_ext >&5
22793 ac_cv_member_struct_option_name=no
22796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22801 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22802 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22803 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22805 cat >>confdefs.h <<_ACEOF
22806 #define HAVE_STRUCT_OPTION_NAME 1
22807 _ACEOF
22813 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22814 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22815 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22816 $as_echo_n "(cached) " >&6
22817 else
22818 cat >conftest.$ac_ext <<_ACEOF
22819 /* confdefs.h. */
22820 _ACEOF
22821 cat confdefs.h >>conftest.$ac_ext
22822 cat >>conftest.$ac_ext <<_ACEOF
22823 /* end confdefs.h. */
22824 $ac_includes_default
22826 main ()
22828 static struct stat ac_aggr;
22829 if (ac_aggr.st_blocks)
22830 return 0;
22832 return 0;
22834 _ACEOF
22835 rm -f conftest.$ac_objext
22836 if { (ac_try="$ac_compile"
22837 case "(($ac_try" in
22838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22839 *) ac_try_echo=$ac_try;;
22840 esac
22841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22842 $as_echo "$ac_try_echo") >&5
22843 (eval "$ac_compile") 2>conftest.er1
22844 ac_status=$?
22845 grep -v '^ *+' conftest.er1 >conftest.err
22846 rm -f conftest.er1
22847 cat conftest.err >&5
22848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22849 (exit $ac_status); } && {
22850 test -z "$ac_c_werror_flag" ||
22851 test ! -s conftest.err
22852 } && test -s conftest.$ac_objext; then
22853 ac_cv_member_struct_stat_st_blocks=yes
22854 else
22855 $as_echo "$as_me: failed program was:" >&5
22856 sed 's/^/| /' conftest.$ac_ext >&5
22858 cat >conftest.$ac_ext <<_ACEOF
22859 /* confdefs.h. */
22860 _ACEOF
22861 cat confdefs.h >>conftest.$ac_ext
22862 cat >>conftest.$ac_ext <<_ACEOF
22863 /* end confdefs.h. */
22864 $ac_includes_default
22866 main ()
22868 static struct stat ac_aggr;
22869 if (sizeof ac_aggr.st_blocks)
22870 return 0;
22872 return 0;
22874 _ACEOF
22875 rm -f conftest.$ac_objext
22876 if { (ac_try="$ac_compile"
22877 case "(($ac_try" in
22878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22879 *) ac_try_echo=$ac_try;;
22880 esac
22881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22882 $as_echo "$ac_try_echo") >&5
22883 (eval "$ac_compile") 2>conftest.er1
22884 ac_status=$?
22885 grep -v '^ *+' conftest.er1 >conftest.err
22886 rm -f conftest.er1
22887 cat conftest.err >&5
22888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22889 (exit $ac_status); } && {
22890 test -z "$ac_c_werror_flag" ||
22891 test ! -s conftest.err
22892 } && test -s conftest.$ac_objext; then
22893 ac_cv_member_struct_stat_st_blocks=yes
22894 else
22895 $as_echo "$as_me: failed program was:" >&5
22896 sed 's/^/| /' conftest.$ac_ext >&5
22898 ac_cv_member_struct_stat_st_blocks=no
22901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22906 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22907 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22908 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22910 cat >>confdefs.h <<_ACEOF
22911 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22912 _ACEOF
22916 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22917 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22918 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22919 $as_echo_n "(cached) " >&6
22920 else
22921 cat >conftest.$ac_ext <<_ACEOF
22922 /* confdefs.h. */
22923 _ACEOF
22924 cat confdefs.h >>conftest.$ac_ext
22925 cat >>conftest.$ac_ext <<_ACEOF
22926 /* end confdefs.h. */
22927 $ac_includes_default
22929 main ()
22931 static struct stat ac_aggr;
22932 if (ac_aggr.st_mtim)
22933 return 0;
22935 return 0;
22937 _ACEOF
22938 rm -f conftest.$ac_objext
22939 if { (ac_try="$ac_compile"
22940 case "(($ac_try" in
22941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22942 *) ac_try_echo=$ac_try;;
22943 esac
22944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22945 $as_echo "$ac_try_echo") >&5
22946 (eval "$ac_compile") 2>conftest.er1
22947 ac_status=$?
22948 grep -v '^ *+' conftest.er1 >conftest.err
22949 rm -f conftest.er1
22950 cat conftest.err >&5
22951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22952 (exit $ac_status); } && {
22953 test -z "$ac_c_werror_flag" ||
22954 test ! -s conftest.err
22955 } && test -s conftest.$ac_objext; then
22956 ac_cv_member_struct_stat_st_mtim=yes
22957 else
22958 $as_echo "$as_me: failed program was:" >&5
22959 sed 's/^/| /' conftest.$ac_ext >&5
22961 cat >conftest.$ac_ext <<_ACEOF
22962 /* confdefs.h. */
22963 _ACEOF
22964 cat confdefs.h >>conftest.$ac_ext
22965 cat >>conftest.$ac_ext <<_ACEOF
22966 /* end confdefs.h. */
22967 $ac_includes_default
22969 main ()
22971 static struct stat ac_aggr;
22972 if (sizeof ac_aggr.st_mtim)
22973 return 0;
22975 return 0;
22977 _ACEOF
22978 rm -f conftest.$ac_objext
22979 if { (ac_try="$ac_compile"
22980 case "(($ac_try" in
22981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22982 *) ac_try_echo=$ac_try;;
22983 esac
22984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22985 $as_echo "$ac_try_echo") >&5
22986 (eval "$ac_compile") 2>conftest.er1
22987 ac_status=$?
22988 grep -v '^ *+' conftest.er1 >conftest.err
22989 rm -f conftest.er1
22990 cat conftest.err >&5
22991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22992 (exit $ac_status); } && {
22993 test -z "$ac_c_werror_flag" ||
22994 test ! -s conftest.err
22995 } && test -s conftest.$ac_objext; then
22996 ac_cv_member_struct_stat_st_mtim=yes
22997 else
22998 $as_echo "$as_me: failed program was:" >&5
22999 sed 's/^/| /' conftest.$ac_ext >&5
23001 ac_cv_member_struct_stat_st_mtim=no
23004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23009 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23010 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23011 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23013 cat >>confdefs.h <<_ACEOF
23014 #define HAVE_STRUCT_STAT_ST_MTIM 1
23015 _ACEOF
23019 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23020 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23021 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23022 $as_echo_n "(cached) " >&6
23023 else
23024 cat >conftest.$ac_ext <<_ACEOF
23025 /* confdefs.h. */
23026 _ACEOF
23027 cat confdefs.h >>conftest.$ac_ext
23028 cat >>conftest.$ac_ext <<_ACEOF
23029 /* end confdefs.h. */
23030 $ac_includes_default
23032 main ()
23034 static struct stat ac_aggr;
23035 if (ac_aggr.st_ctim)
23036 return 0;
23038 return 0;
23040 _ACEOF
23041 rm -f conftest.$ac_objext
23042 if { (ac_try="$ac_compile"
23043 case "(($ac_try" in
23044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23045 *) ac_try_echo=$ac_try;;
23046 esac
23047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23048 $as_echo "$ac_try_echo") >&5
23049 (eval "$ac_compile") 2>conftest.er1
23050 ac_status=$?
23051 grep -v '^ *+' conftest.er1 >conftest.err
23052 rm -f conftest.er1
23053 cat conftest.err >&5
23054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23055 (exit $ac_status); } && {
23056 test -z "$ac_c_werror_flag" ||
23057 test ! -s conftest.err
23058 } && test -s conftest.$ac_objext; then
23059 ac_cv_member_struct_stat_st_ctim=yes
23060 else
23061 $as_echo "$as_me: failed program was:" >&5
23062 sed 's/^/| /' conftest.$ac_ext >&5
23064 cat >conftest.$ac_ext <<_ACEOF
23065 /* confdefs.h. */
23066 _ACEOF
23067 cat confdefs.h >>conftest.$ac_ext
23068 cat >>conftest.$ac_ext <<_ACEOF
23069 /* end confdefs.h. */
23070 $ac_includes_default
23072 main ()
23074 static struct stat ac_aggr;
23075 if (sizeof ac_aggr.st_ctim)
23076 return 0;
23078 return 0;
23080 _ACEOF
23081 rm -f conftest.$ac_objext
23082 if { (ac_try="$ac_compile"
23083 case "(($ac_try" in
23084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23085 *) ac_try_echo=$ac_try;;
23086 esac
23087 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23088 $as_echo "$ac_try_echo") >&5
23089 (eval "$ac_compile") 2>conftest.er1
23090 ac_status=$?
23091 grep -v '^ *+' conftest.er1 >conftest.err
23092 rm -f conftest.er1
23093 cat conftest.err >&5
23094 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23095 (exit $ac_status); } && {
23096 test -z "$ac_c_werror_flag" ||
23097 test ! -s conftest.err
23098 } && test -s conftest.$ac_objext; then
23099 ac_cv_member_struct_stat_st_ctim=yes
23100 else
23101 $as_echo "$as_me: failed program was:" >&5
23102 sed 's/^/| /' conftest.$ac_ext >&5
23104 ac_cv_member_struct_stat_st_ctim=no
23107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23112 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23113 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23114 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23116 cat >>confdefs.h <<_ACEOF
23117 #define HAVE_STRUCT_STAT_ST_CTIM 1
23118 _ACEOF
23122 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23123 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23124 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23125 $as_echo_n "(cached) " >&6
23126 else
23127 cat >conftest.$ac_ext <<_ACEOF
23128 /* confdefs.h. */
23129 _ACEOF
23130 cat confdefs.h >>conftest.$ac_ext
23131 cat >>conftest.$ac_ext <<_ACEOF
23132 /* end confdefs.h. */
23133 $ac_includes_default
23135 main ()
23137 static struct stat ac_aggr;
23138 if (ac_aggr.st_atim)
23139 return 0;
23141 return 0;
23143 _ACEOF
23144 rm -f conftest.$ac_objext
23145 if { (ac_try="$ac_compile"
23146 case "(($ac_try" in
23147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23148 *) ac_try_echo=$ac_try;;
23149 esac
23150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23151 $as_echo "$ac_try_echo") >&5
23152 (eval "$ac_compile") 2>conftest.er1
23153 ac_status=$?
23154 grep -v '^ *+' conftest.er1 >conftest.err
23155 rm -f conftest.er1
23156 cat conftest.err >&5
23157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23158 (exit $ac_status); } && {
23159 test -z "$ac_c_werror_flag" ||
23160 test ! -s conftest.err
23161 } && test -s conftest.$ac_objext; then
23162 ac_cv_member_struct_stat_st_atim=yes
23163 else
23164 $as_echo "$as_me: failed program was:" >&5
23165 sed 's/^/| /' conftest.$ac_ext >&5
23167 cat >conftest.$ac_ext <<_ACEOF
23168 /* confdefs.h. */
23169 _ACEOF
23170 cat confdefs.h >>conftest.$ac_ext
23171 cat >>conftest.$ac_ext <<_ACEOF
23172 /* end confdefs.h. */
23173 $ac_includes_default
23175 main ()
23177 static struct stat ac_aggr;
23178 if (sizeof ac_aggr.st_atim)
23179 return 0;
23181 return 0;
23183 _ACEOF
23184 rm -f conftest.$ac_objext
23185 if { (ac_try="$ac_compile"
23186 case "(($ac_try" in
23187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23188 *) ac_try_echo=$ac_try;;
23189 esac
23190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23191 $as_echo "$ac_try_echo") >&5
23192 (eval "$ac_compile") 2>conftest.er1
23193 ac_status=$?
23194 grep -v '^ *+' conftest.er1 >conftest.err
23195 rm -f conftest.er1
23196 cat conftest.err >&5
23197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23198 (exit $ac_status); } && {
23199 test -z "$ac_c_werror_flag" ||
23200 test ! -s conftest.err
23201 } && test -s conftest.$ac_objext; then
23202 ac_cv_member_struct_stat_st_atim=yes
23203 else
23204 $as_echo "$as_me: failed program was:" >&5
23205 sed 's/^/| /' conftest.$ac_ext >&5
23207 ac_cv_member_struct_stat_st_atim=no
23210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23215 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23216 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23217 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23219 cat >>confdefs.h <<_ACEOF
23220 #define HAVE_STRUCT_STAT_ST_ATIM 1
23221 _ACEOF
23227 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23228 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23229 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23230 $as_echo_n "(cached) " >&6
23231 else
23232 cat >conftest.$ac_ext <<_ACEOF
23233 /* confdefs.h. */
23234 _ACEOF
23235 cat confdefs.h >>conftest.$ac_ext
23236 cat >>conftest.$ac_ext <<_ACEOF
23237 /* end confdefs.h. */
23238 #ifdef HAVE_SYS_TYPES_H
23239 #include <sys/types.h>
23240 #endif
23241 #ifdef HAVE_NETINET_IN_H
23242 #include <netinet/in.h>
23243 #endif
23246 main ()
23248 static struct sockaddr_in6 ac_aggr;
23249 if (ac_aggr.sin6_scope_id)
23250 return 0;
23252 return 0;
23254 _ACEOF
23255 rm -f conftest.$ac_objext
23256 if { (ac_try="$ac_compile"
23257 case "(($ac_try" in
23258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23259 *) ac_try_echo=$ac_try;;
23260 esac
23261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23262 $as_echo "$ac_try_echo") >&5
23263 (eval "$ac_compile") 2>conftest.er1
23264 ac_status=$?
23265 grep -v '^ *+' conftest.er1 >conftest.err
23266 rm -f conftest.er1
23267 cat conftest.err >&5
23268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23269 (exit $ac_status); } && {
23270 test -z "$ac_c_werror_flag" ||
23271 test ! -s conftest.err
23272 } && test -s conftest.$ac_objext; then
23273 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23274 else
23275 $as_echo "$as_me: failed program was:" >&5
23276 sed 's/^/| /' conftest.$ac_ext >&5
23278 cat >conftest.$ac_ext <<_ACEOF
23279 /* confdefs.h. */
23280 _ACEOF
23281 cat confdefs.h >>conftest.$ac_ext
23282 cat >>conftest.$ac_ext <<_ACEOF
23283 /* end confdefs.h. */
23284 #ifdef HAVE_SYS_TYPES_H
23285 #include <sys/types.h>
23286 #endif
23287 #ifdef HAVE_NETINET_IN_H
23288 #include <netinet/in.h>
23289 #endif
23292 main ()
23294 static struct sockaddr_in6 ac_aggr;
23295 if (sizeof ac_aggr.sin6_scope_id)
23296 return 0;
23298 return 0;
23300 _ACEOF
23301 rm -f conftest.$ac_objext
23302 if { (ac_try="$ac_compile"
23303 case "(($ac_try" in
23304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23305 *) ac_try_echo=$ac_try;;
23306 esac
23307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23308 $as_echo "$ac_try_echo") >&5
23309 (eval "$ac_compile") 2>conftest.er1
23310 ac_status=$?
23311 grep -v '^ *+' conftest.er1 >conftest.err
23312 rm -f conftest.er1
23313 cat conftest.err >&5
23314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23315 (exit $ac_status); } && {
23316 test -z "$ac_c_werror_flag" ||
23317 test ! -s conftest.err
23318 } && test -s conftest.$ac_objext; then
23319 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23320 else
23321 $as_echo "$as_me: failed program was:" >&5
23322 sed 's/^/| /' conftest.$ac_ext >&5
23324 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23332 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23333 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23334 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23336 cat >>confdefs.h <<_ACEOF
23337 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23338 _ACEOF
23344 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23345 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23346 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23347 $as_echo_n "(cached) " >&6
23348 else
23349 cat >conftest.$ac_ext <<_ACEOF
23350 /* confdefs.h. */
23351 _ACEOF
23352 cat confdefs.h >>conftest.$ac_ext
23353 cat >>conftest.$ac_ext <<_ACEOF
23354 /* end confdefs.h. */
23355 #ifdef HAVE_SYS_TYPES_H
23356 #include <sys/types.h>
23357 #endif
23358 #ifdef HAVE_NETINET_IN_H
23359 # include <netinet/in.h>
23360 #endif
23361 #ifdef HAVE_ARPA_NAMESER_H
23362 # include <arpa/nameser.h>
23363 #endif
23366 main ()
23368 static ns_msg ac_aggr;
23369 if (ac_aggr._msg_ptr)
23370 return 0;
23372 return 0;
23374 _ACEOF
23375 rm -f conftest.$ac_objext
23376 if { (ac_try="$ac_compile"
23377 case "(($ac_try" in
23378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23379 *) ac_try_echo=$ac_try;;
23380 esac
23381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23382 $as_echo "$ac_try_echo") >&5
23383 (eval "$ac_compile") 2>conftest.er1
23384 ac_status=$?
23385 grep -v '^ *+' conftest.er1 >conftest.err
23386 rm -f conftest.er1
23387 cat conftest.err >&5
23388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23389 (exit $ac_status); } && {
23390 test -z "$ac_c_werror_flag" ||
23391 test ! -s conftest.err
23392 } && test -s conftest.$ac_objext; then
23393 ac_cv_member_ns_msg__msg_ptr=yes
23394 else
23395 $as_echo "$as_me: failed program was:" >&5
23396 sed 's/^/| /' conftest.$ac_ext >&5
23398 cat >conftest.$ac_ext <<_ACEOF
23399 /* confdefs.h. */
23400 _ACEOF
23401 cat confdefs.h >>conftest.$ac_ext
23402 cat >>conftest.$ac_ext <<_ACEOF
23403 /* end confdefs.h. */
23404 #ifdef HAVE_SYS_TYPES_H
23405 #include <sys/types.h>
23406 #endif
23407 #ifdef HAVE_NETINET_IN_H
23408 # include <netinet/in.h>
23409 #endif
23410 #ifdef HAVE_ARPA_NAMESER_H
23411 # include <arpa/nameser.h>
23412 #endif
23415 main ()
23417 static ns_msg ac_aggr;
23418 if (sizeof ac_aggr._msg_ptr)
23419 return 0;
23421 return 0;
23423 _ACEOF
23424 rm -f conftest.$ac_objext
23425 if { (ac_try="$ac_compile"
23426 case "(($ac_try" in
23427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23428 *) ac_try_echo=$ac_try;;
23429 esac
23430 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23431 $as_echo "$ac_try_echo") >&5
23432 (eval "$ac_compile") 2>conftest.er1
23433 ac_status=$?
23434 grep -v '^ *+' conftest.er1 >conftest.err
23435 rm -f conftest.er1
23436 cat conftest.err >&5
23437 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23438 (exit $ac_status); } && {
23439 test -z "$ac_c_werror_flag" ||
23440 test ! -s conftest.err
23441 } && test -s conftest.$ac_objext; then
23442 ac_cv_member_ns_msg__msg_ptr=yes
23443 else
23444 $as_echo "$as_me: failed program was:" >&5
23445 sed 's/^/| /' conftest.$ac_ext >&5
23447 ac_cv_member_ns_msg__msg_ptr=no
23450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23455 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23456 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23457 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23459 cat >>confdefs.h <<_ACEOF
23460 #define HAVE_NS_MSG__MSG_PTR 1
23461 _ACEOF
23467 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23468 $as_echo_n "checking for timezone variable... " >&6; }
23469 if test "${ac_cv_have_timezone+set}" = set; then
23470 $as_echo_n "(cached) " >&6
23471 else
23472 cat >conftest.$ac_ext <<_ACEOF
23473 /* confdefs.h. */
23474 _ACEOF
23475 cat confdefs.h >>conftest.$ac_ext
23476 cat >>conftest.$ac_ext <<_ACEOF
23477 /* end confdefs.h. */
23478 #include <time.h>
23480 main ()
23482 timezone = 1
23484 return 0;
23486 _ACEOF
23487 rm -f conftest.$ac_objext conftest$ac_exeext
23488 if { (ac_try="$ac_link"
23489 case "(($ac_try" in
23490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23491 *) ac_try_echo=$ac_try;;
23492 esac
23493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23494 $as_echo "$ac_try_echo") >&5
23495 (eval "$ac_link") 2>conftest.er1
23496 ac_status=$?
23497 grep -v '^ *+' conftest.er1 >conftest.err
23498 rm -f conftest.er1
23499 cat conftest.err >&5
23500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23501 (exit $ac_status); } && {
23502 test -z "$ac_c_werror_flag" ||
23503 test ! -s conftest.err
23504 } && test -s conftest$ac_exeext && {
23505 test "$cross_compiling" = yes ||
23506 $as_test_x conftest$ac_exeext
23507 }; then
23508 ac_cv_have_timezone="yes"
23509 else
23510 $as_echo "$as_me: failed program was:" >&5
23511 sed 's/^/| /' conftest.$ac_ext >&5
23513 ac_cv_have_timezone="no"
23516 rm -rf conftest.dSYM
23517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23518 conftest$ac_exeext conftest.$ac_ext
23520 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23521 $as_echo "$ac_cv_have_timezone" >&6; }
23522 if test "$ac_cv_have_timezone" = "yes"
23523 then
23525 cat >>confdefs.h <<\_ACEOF
23526 #define HAVE_TIMEZONE 1
23527 _ACEOF
23530 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23531 $as_echo_n "checking for daylight variable... " >&6; }
23532 if test "${ac_cv_have_daylight+set}" = set; then
23533 $as_echo_n "(cached) " >&6
23534 else
23535 cat >conftest.$ac_ext <<_ACEOF
23536 /* confdefs.h. */
23537 _ACEOF
23538 cat confdefs.h >>conftest.$ac_ext
23539 cat >>conftest.$ac_ext <<_ACEOF
23540 /* end confdefs.h. */
23541 #include <time.h>
23543 main ()
23545 daylight = 1
23547 return 0;
23549 _ACEOF
23550 rm -f conftest.$ac_objext conftest$ac_exeext
23551 if { (ac_try="$ac_link"
23552 case "(($ac_try" in
23553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23554 *) ac_try_echo=$ac_try;;
23555 esac
23556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23557 $as_echo "$ac_try_echo") >&5
23558 (eval "$ac_link") 2>conftest.er1
23559 ac_status=$?
23560 grep -v '^ *+' conftest.er1 >conftest.err
23561 rm -f conftest.er1
23562 cat conftest.err >&5
23563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23564 (exit $ac_status); } && {
23565 test -z "$ac_c_werror_flag" ||
23566 test ! -s conftest.err
23567 } && test -s conftest$ac_exeext && {
23568 test "$cross_compiling" = yes ||
23569 $as_test_x conftest$ac_exeext
23570 }; then
23571 ac_cv_have_daylight="yes"
23572 else
23573 $as_echo "$as_me: failed program was:" >&5
23574 sed 's/^/| /' conftest.$ac_ext >&5
23576 ac_cv_have_daylight="no"
23579 rm -rf conftest.dSYM
23580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23581 conftest$ac_exeext conftest.$ac_ext
23583 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23584 $as_echo "$ac_cv_have_daylight" >&6; }
23585 if test "$ac_cv_have_daylight" = "yes"
23586 then
23588 cat >>confdefs.h <<\_ACEOF
23589 #define HAVE_DAYLIGHT 1
23590 _ACEOF
23594 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23595 $as_echo_n "checking for isinf... " >&6; }
23596 if test "${ac_cv_have_isinf+set}" = set; then
23597 $as_echo_n "(cached) " >&6
23598 else
23599 cat >conftest.$ac_ext <<_ACEOF
23600 /* confdefs.h. */
23601 _ACEOF
23602 cat confdefs.h >>conftest.$ac_ext
23603 cat >>conftest.$ac_ext <<_ACEOF
23604 /* end confdefs.h. */
23605 #include <math.h>
23607 main ()
23609 float f = 0.0; int i=isinf(f)
23611 return 0;
23613 _ACEOF
23614 rm -f conftest.$ac_objext conftest$ac_exeext
23615 if { (ac_try="$ac_link"
23616 case "(($ac_try" in
23617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23618 *) ac_try_echo=$ac_try;;
23619 esac
23620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23621 $as_echo "$ac_try_echo") >&5
23622 (eval "$ac_link") 2>conftest.er1
23623 ac_status=$?
23624 grep -v '^ *+' conftest.er1 >conftest.err
23625 rm -f conftest.er1
23626 cat conftest.err >&5
23627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23628 (exit $ac_status); } && {
23629 test -z "$ac_c_werror_flag" ||
23630 test ! -s conftest.err
23631 } && test -s conftest$ac_exeext && {
23632 test "$cross_compiling" = yes ||
23633 $as_test_x conftest$ac_exeext
23634 }; then
23635 ac_cv_have_isinf="yes"
23636 else
23637 $as_echo "$as_me: failed program was:" >&5
23638 sed 's/^/| /' conftest.$ac_ext >&5
23640 ac_cv_have_isinf="no"
23643 rm -rf conftest.dSYM
23644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23645 conftest$ac_exeext conftest.$ac_ext
23647 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23648 $as_echo "$ac_cv_have_isinf" >&6; }
23649 if test "$ac_cv_have_isinf" = "yes"
23650 then
23652 cat >>confdefs.h <<\_ACEOF
23653 #define HAVE_ISINF 1
23654 _ACEOF
23658 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23659 $as_echo_n "checking for isnan... " >&6; }
23660 if test "${ac_cv_have_isnan+set}" = set; then
23661 $as_echo_n "(cached) " >&6
23662 else
23663 cat >conftest.$ac_ext <<_ACEOF
23664 /* confdefs.h. */
23665 _ACEOF
23666 cat confdefs.h >>conftest.$ac_ext
23667 cat >>conftest.$ac_ext <<_ACEOF
23668 /* end confdefs.h. */
23669 #include <math.h>
23671 main ()
23673 float f = 0.0; int i=isnan(f)
23675 return 0;
23677 _ACEOF
23678 rm -f conftest.$ac_objext conftest$ac_exeext
23679 if { (ac_try="$ac_link"
23680 case "(($ac_try" in
23681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23682 *) ac_try_echo=$ac_try;;
23683 esac
23684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23685 $as_echo "$ac_try_echo") >&5
23686 (eval "$ac_link") 2>conftest.er1
23687 ac_status=$?
23688 grep -v '^ *+' conftest.er1 >conftest.err
23689 rm -f conftest.er1
23690 cat conftest.err >&5
23691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23692 (exit $ac_status); } && {
23693 test -z "$ac_c_werror_flag" ||
23694 test ! -s conftest.err
23695 } && test -s conftest$ac_exeext && {
23696 test "$cross_compiling" = yes ||
23697 $as_test_x conftest$ac_exeext
23698 }; then
23699 ac_cv_have_isnan="yes"
23700 else
23701 $as_echo "$as_me: failed program was:" >&5
23702 sed 's/^/| /' conftest.$ac_ext >&5
23704 ac_cv_have_isnan="no"
23707 rm -rf conftest.dSYM
23708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23709 conftest$ac_exeext conftest.$ac_ext
23711 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23712 $as_echo "$ac_cv_have_isnan" >&6; }
23713 if test "$ac_cv_have_isnan" = "yes"
23714 then
23716 cat >>confdefs.h <<\_ACEOF
23717 #define HAVE_ISNAN 1
23718 _ACEOF
23723 case $host_cpu in
23724 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23725 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23726 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23727 $as_echo_n "(cached) " >&6
23728 else
23729 cat >conftest.$ac_ext <<_ACEOF
23730 /* confdefs.h. */
23731 _ACEOF
23732 cat confdefs.h >>conftest.$ac_ext
23733 cat >>conftest.$ac_ext <<_ACEOF
23734 /* end confdefs.h. */
23735 #ifndef __i386__
23737 #endif
23738 _ACEOF
23739 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23740 $EGREP "yes" >/dev/null 2>&1; then
23741 ac_cv_cpp_def___i386__=yes
23742 else
23743 ac_cv_cpp_def___i386__=no
23745 rm -f conftest*
23748 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23749 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23750 if test $ac_cv_cpp_def___i386__ = yes; then
23751 CFLAGS="$CFLAGS -D__i386__"
23752 LINTFLAGS="$LINTFLAGS -D__i386__"
23755 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23756 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23757 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23758 $as_echo_n "(cached) " >&6
23759 else
23760 cat >conftest.$ac_ext <<_ACEOF
23761 /* confdefs.h. */
23762 _ACEOF
23763 cat confdefs.h >>conftest.$ac_ext
23764 cat >>conftest.$ac_ext <<_ACEOF
23765 /* end confdefs.h. */
23766 #ifndef __x86_64__
23768 #endif
23769 _ACEOF
23770 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23771 $EGREP "yes" >/dev/null 2>&1; then
23772 ac_cv_cpp_def___x86_64__=yes
23773 else
23774 ac_cv_cpp_def___x86_64__=no
23776 rm -f conftest*
23779 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23780 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23781 if test $ac_cv_cpp_def___x86_64__ = yes; then
23782 CFLAGS="$CFLAGS -D__x86_64__"
23783 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23786 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23787 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23788 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23789 $as_echo_n "(cached) " >&6
23790 else
23791 cat >conftest.$ac_ext <<_ACEOF
23792 /* confdefs.h. */
23793 _ACEOF
23794 cat confdefs.h >>conftest.$ac_ext
23795 cat >>conftest.$ac_ext <<_ACEOF
23796 /* end confdefs.h. */
23797 #ifndef __ALPHA__
23799 #endif
23800 _ACEOF
23801 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23802 $EGREP "yes" >/dev/null 2>&1; then
23803 ac_cv_cpp_def___ALPHA__=yes
23804 else
23805 ac_cv_cpp_def___ALPHA__=no
23807 rm -f conftest*
23810 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23811 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23812 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23813 CFLAGS="$CFLAGS -D__ALPHA__"
23814 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23817 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23818 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23819 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23820 $as_echo_n "(cached) " >&6
23821 else
23822 cat >conftest.$ac_ext <<_ACEOF
23823 /* confdefs.h. */
23824 _ACEOF
23825 cat confdefs.h >>conftest.$ac_ext
23826 cat >>conftest.$ac_ext <<_ACEOF
23827 /* end confdefs.h. */
23828 #ifndef __sparc__
23830 #endif
23831 _ACEOF
23832 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23833 $EGREP "yes" >/dev/null 2>&1; then
23834 ac_cv_cpp_def___sparc__=yes
23835 else
23836 ac_cv_cpp_def___sparc__=no
23838 rm -f conftest*
23841 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23842 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23843 if test $ac_cv_cpp_def___sparc__ = yes; then
23844 CFLAGS="$CFLAGS -D__sparc__"
23845 LINTFLAGS="$LINTFLAGS -D__sparc__"
23848 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23849 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23850 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23851 $as_echo_n "(cached) " >&6
23852 else
23853 cat >conftest.$ac_ext <<_ACEOF
23854 /* confdefs.h. */
23855 _ACEOF
23856 cat confdefs.h >>conftest.$ac_ext
23857 cat >>conftest.$ac_ext <<_ACEOF
23858 /* end confdefs.h. */
23859 #ifndef __powerpc__
23861 #endif
23862 _ACEOF
23863 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23864 $EGREP "yes" >/dev/null 2>&1; then
23865 ac_cv_cpp_def___powerpc__=yes
23866 else
23867 ac_cv_cpp_def___powerpc__=no
23869 rm -f conftest*
23872 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23873 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23874 if test $ac_cv_cpp_def___powerpc__ = yes; then
23875 CFLAGS="$CFLAGS -D__powerpc__"
23876 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23879 esac
23881 case $host_vendor in
23882 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23883 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23884 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23885 $as_echo_n "(cached) " >&6
23886 else
23887 cat >conftest.$ac_ext <<_ACEOF
23888 /* confdefs.h. */
23889 _ACEOF
23890 cat confdefs.h >>conftest.$ac_ext
23891 cat >>conftest.$ac_ext <<_ACEOF
23892 /* end confdefs.h. */
23893 #ifndef __sun__
23895 #endif
23896 _ACEOF
23897 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23898 $EGREP "yes" >/dev/null 2>&1; then
23899 ac_cv_cpp_def___sun__=yes
23900 else
23901 ac_cv_cpp_def___sun__=no
23903 rm -f conftest*
23906 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23907 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23908 if test $ac_cv_cpp_def___sun__ = yes; then
23909 CFLAGS="$CFLAGS -D__sun__"
23910 LINTFLAGS="$LINTFLAGS -D__sun__"
23913 esac
23916 DEPENDENCIES="### Dependencies:
23918 .INIT: Makefile
23919 .BEGIN: Makefile
23920 Makefile: dummy
23921 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23923 \$(OBJS): \$(IDL_GEN_HEADERS)
23924 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23925 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23926 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23927 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23930 ALL_MAKERULES=""
23932 ALL_MAKEFILES=""
23934 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23937 ALL_TOP_DIRS=""
23939 ALL_DLL_DIRS=""
23941 ALL_IMPLIB_DIRS=""
23943 ALL_TEST_DIRS=""
23945 ALL_PROGRAM_DIRS=""
23947 ALL_PROGRAM_INSTALL_DIRS=""
23949 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23955 ac_config_commands="$ac_config_commands include/stamp-h"
23958 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23960 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23962 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23964 ac_config_commands="$ac_config_commands dlls/user32/resources"
23966 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23968 ac_config_commands="$ac_config_commands include/wine"
23971 ALL_MAKERULES="$ALL_MAKERULES \\
23972 Make.rules"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 Make.rules: Make.rules.in"
23975 MAKE_RULES=Make.rules
23976 ac_config_files="$ac_config_files Make.rules"
23978 ALL_MAKERULES="$ALL_MAKERULES \\
23979 dlls/Makedll.rules"
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23982 MAKE_DLL_RULES=dlls/Makedll.rules
23983 ac_config_files="$ac_config_files dlls/Makedll.rules"
23985 ALL_MAKERULES="$ALL_MAKERULES \\
23986 dlls/Makeimplib.rules"
23987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23988 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23989 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23990 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23992 ALL_MAKERULES="$ALL_MAKERULES \\
23993 dlls/Maketest.rules"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23996 MAKE_TEST_RULES=dlls/Maketest.rules
23997 ac_config_files="$ac_config_files dlls/Maketest.rules"
23999 ALL_MAKERULES="$ALL_MAKERULES \\
24000 programs/Makeprog.rules"
24001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24002 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24003 MAKE_PROG_RULES=programs/Makeprog.rules
24004 ac_config_files="$ac_config_files programs/Makeprog.rules"
24009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24010 Makefile: Makefile.in Make.rules"
24011 ac_config_files="$ac_config_files Makefile"
24013 ALL_MAKEFILES="$ALL_MAKEFILES \\
24014 dlls/Makefile"
24015 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24016 dlls"
24017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24018 dlls/Makefile: dlls/Makefile.in Make.rules"
24019 ac_config_files="$ac_config_files dlls/Makefile"
24021 ALL_MAKEFILES="$ALL_MAKEFILES \\
24022 dlls/acledit/Makefile"
24023 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24024 acledit"
24025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24026 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24027 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24029 ALL_MAKEFILES="$ALL_MAKEFILES \\
24030 dlls/aclui/Makefile"
24031 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24032 aclui"
24033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24034 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24035 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24037 ALL_MAKEFILES="$ALL_MAKEFILES \\
24038 dlls/activeds/Makefile"
24039 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24040 activeds"
24041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24042 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24043 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24045 ALL_MAKEFILES="$ALL_MAKEFILES \\
24046 dlls/actxprxy/Makefile"
24047 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24048 actxprxy"
24049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24050 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24051 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24053 ALL_MAKEFILES="$ALL_MAKEFILES \\
24054 dlls/adsiid/Makefile"
24055 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24056 adsiid"
24057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24058 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24059 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24061 ALL_MAKEFILES="$ALL_MAKEFILES \\
24062 dlls/advapi32/Makefile"
24063 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24064 advapi32"
24065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24066 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24067 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24069 ALL_MAKEFILES="$ALL_MAKEFILES \\
24070 dlls/advapi32/tests/Makefile"
24071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24072 advapi32/tests"
24073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24074 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24075 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24077 ALL_MAKEFILES="$ALL_MAKEFILES \\
24078 dlls/advpack/Makefile"
24079 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24080 advpack"
24081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24082 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24083 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24085 ALL_MAKEFILES="$ALL_MAKEFILES \\
24086 dlls/advpack/tests/Makefile"
24087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24088 advpack/tests"
24089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24090 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24091 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24093 ALL_MAKEFILES="$ALL_MAKEFILES \\
24094 dlls/amstream/Makefile"
24095 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24096 amstream"
24097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24098 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24099 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24101 ALL_MAKEFILES="$ALL_MAKEFILES \\
24102 dlls/appwiz.cpl/Makefile"
24103 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24104 appwiz.cpl"
24105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24106 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24107 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24109 ALL_MAKEFILES="$ALL_MAKEFILES \\
24110 dlls/atl/Makefile"
24111 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24112 atl"
24113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24114 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24115 ac_config_files="$ac_config_files dlls/atl/Makefile"
24117 ALL_MAKEFILES="$ALL_MAKEFILES \\
24118 dlls/avicap32/Makefile"
24119 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24120 avicap32"
24121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24122 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24123 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24125 ALL_MAKEFILES="$ALL_MAKEFILES \\
24126 dlls/avifil32/Makefile"
24127 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24128 avifil32"
24129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24130 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24131 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24133 ALL_MAKEFILES="$ALL_MAKEFILES \\
24134 dlls/browseui/Makefile"
24135 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24136 browseui"
24137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24138 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24139 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24141 ALL_MAKEFILES="$ALL_MAKEFILES \\
24142 dlls/browseui/tests/Makefile"
24143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24144 browseui/tests"
24145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24146 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24147 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24149 ALL_MAKEFILES="$ALL_MAKEFILES \\
24150 dlls/cabinet/Makefile"
24151 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24152 cabinet"
24153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24154 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24155 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24157 ALL_MAKEFILES="$ALL_MAKEFILES \\
24158 dlls/cabinet/tests/Makefile"
24159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24160 cabinet/tests"
24161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24162 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24163 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24165 ALL_MAKEFILES="$ALL_MAKEFILES \\
24166 dlls/capi2032/Makefile"
24167 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24168 capi2032"
24169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24170 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24171 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24173 ALL_MAKEFILES="$ALL_MAKEFILES \\
24174 dlls/cards/Makefile"
24175 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24176 cards"
24177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24178 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24179 ac_config_files="$ac_config_files dlls/cards/Makefile"
24181 ALL_MAKEFILES="$ALL_MAKEFILES \\
24182 dlls/cfgmgr32/Makefile"
24183 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24184 cfgmgr32"
24185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24186 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24187 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24189 ALL_MAKEFILES="$ALL_MAKEFILES \\
24190 dlls/clusapi/Makefile"
24191 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24192 clusapi"
24193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24194 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24195 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24197 ALL_MAKEFILES="$ALL_MAKEFILES \\
24198 dlls/comcat/Makefile"
24199 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24200 comcat"
24201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24202 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24203 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24205 ALL_MAKEFILES="$ALL_MAKEFILES \\
24206 dlls/comcat/tests/Makefile"
24207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24208 comcat/tests"
24209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24210 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24211 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24213 ALL_MAKEFILES="$ALL_MAKEFILES \\
24214 dlls/comctl32/Makefile"
24215 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24216 comctl32"
24217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24218 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24219 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24221 ALL_MAKEFILES="$ALL_MAKEFILES \\
24222 dlls/comctl32/tests/Makefile"
24223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24224 comctl32/tests"
24225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24226 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24227 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24229 ALL_MAKEFILES="$ALL_MAKEFILES \\
24230 dlls/comdlg32/Makefile"
24231 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24232 comdlg32"
24233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24234 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24235 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24237 ALL_MAKEFILES="$ALL_MAKEFILES \\
24238 dlls/comdlg32/tests/Makefile"
24239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24240 comdlg32/tests"
24241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24242 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24243 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24245 ALL_MAKEFILES="$ALL_MAKEFILES \\
24246 dlls/compstui/Makefile"
24247 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24248 compstui"
24249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24250 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24251 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24253 ALL_MAKEFILES="$ALL_MAKEFILES \\
24254 dlls/credui/Makefile"
24255 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24256 credui"
24257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24258 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24259 ac_config_files="$ac_config_files dlls/credui/Makefile"
24261 ALL_MAKEFILES="$ALL_MAKEFILES \\
24262 dlls/credui/tests/Makefile"
24263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24264 credui/tests"
24265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24266 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24267 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24269 ALL_MAKEFILES="$ALL_MAKEFILES \\
24270 dlls/crtdll/Makefile"
24271 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24272 crtdll"
24273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24274 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24275 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24277 ALL_MAKEFILES="$ALL_MAKEFILES \\
24278 dlls/crypt32/Makefile"
24279 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24280 crypt32"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24283 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24285 ALL_MAKEFILES="$ALL_MAKEFILES \\
24286 dlls/crypt32/tests/Makefile"
24287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24288 crypt32/tests"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24291 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24293 ALL_MAKEFILES="$ALL_MAKEFILES \\
24294 dlls/cryptdlg/Makefile"
24295 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24296 cryptdlg"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24299 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24301 ALL_MAKEFILES="$ALL_MAKEFILES \\
24302 dlls/cryptdll/Makefile"
24303 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24304 cryptdll"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24307 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24309 ALL_MAKEFILES="$ALL_MAKEFILES \\
24310 dlls/cryptnet/Makefile"
24311 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24312 cryptnet"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24315 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/cryptnet/tests/Makefile"
24319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24320 cryptnet/tests"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24323 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/cryptui/Makefile"
24327 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 cryptui"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24331 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/cryptui/tests/Makefile"
24335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24336 cryptui/tests"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24339 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/ctapi32/Makefile"
24343 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 ctapi32"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/ctl3d32/Makefile"
24351 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24352 ctl3d32"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24355 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/d3d10/Makefile"
24359 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24360 d3d10"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24363 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/d3d10/tests/Makefile"
24367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24368 d3d10/tests"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24371 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/d3d10core/Makefile"
24375 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 d3d10core"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24379 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/d3d10core/tests/Makefile"
24383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24384 d3d10core/tests"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24387 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/d3d8/Makefile"
24391 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24392 d3d8"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24395 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/d3d8/tests/Makefile"
24399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24400 d3d8/tests"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24403 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/d3d9/Makefile"
24407 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24408 d3d9"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24411 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/d3d9/tests/Makefile"
24415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24416 d3d9/tests"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24419 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/d3dim/Makefile"
24423 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 d3dim"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24427 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/d3drm/Makefile"
24431 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 d3drm"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/d3drm/tests/Makefile"
24439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24440 d3drm/tests"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24443 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/d3dx8/Makefile"
24447 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24448 d3dx8"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24451 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/d3dx8/tests/Makefile"
24455 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24456 d3dx8/tests"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24459 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/d3dx9_24/Makefile"
24463 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 d3dx9_24"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24467 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/d3dx9_25/Makefile"
24471 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 d3dx9_25"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/d3dx9_26/Makefile"
24479 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24480 d3dx9_26"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24483 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/d3dx9_27/Makefile"
24487 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 d3dx9_27"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/d3dx9_28/Makefile"
24495 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24496 d3dx9_28"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24499 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/d3dx9_29/Makefile"
24503 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 d3dx9_29"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/d3dx9_30/Makefile"
24511 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 d3dx9_30"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/d3dx9_31/Makefile"
24519 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 d3dx9_31"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24523 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/d3dx9_32/Makefile"
24527 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 d3dx9_32"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/d3dx9_33/Makefile"
24535 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 d3dx9_33"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24539 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/d3dx9_34/Makefile"
24543 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24544 d3dx9_34"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24547 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/d3dx9_35/Makefile"
24551 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 d3dx9_35"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/d3dx9_36/Makefile"
24559 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 d3dx9_36"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/d3dx9_36/tests/Makefile"
24567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24568 d3dx9_36/tests"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24571 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/d3dx9_37/Makefile"
24575 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24576 d3dx9_37"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24579 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/d3dxof/Makefile"
24583 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 d3dxof"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/d3dxof/tests/Makefile"
24591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24592 d3dxof/tests"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24595 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/dbghelp/Makefile"
24599 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24600 dbghelp"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24603 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/dciman32/Makefile"
24607 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 dciman32"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/ddraw/Makefile"
24615 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24616 ddraw"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24619 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/ddraw/tests/Makefile"
24623 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24624 ddraw/tests"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24627 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/ddrawex/Makefile"
24631 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24632 ddrawex"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24635 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/ddrawex/tests/Makefile"
24639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24640 ddrawex/tests"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24643 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/devenum/Makefile"
24647 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 devenum"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24651 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/dinput/Makefile"
24655 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 dinput"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/dinput/tests/Makefile"
24663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24664 dinput/tests"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24667 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/dinput8/Makefile"
24671 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 dinput8"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/dmband/Makefile"
24679 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 dmband"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/dmcompos/Makefile"
24687 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 dmcompos"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/dmime/Makefile"
24695 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24696 dmime"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24699 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/dmloader/Makefile"
24703 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 dmloader"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/dmscript/Makefile"
24711 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24712 dmscript"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24715 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/dmstyle/Makefile"
24719 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24720 dmstyle"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24723 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/dmsynth/Makefile"
24727 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24728 dmsynth"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24731 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/dmusic/Makefile"
24735 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24736 dmusic"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24739 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/dmusic32/Makefile"
24743 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 dmusic32"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/dnsapi/Makefile"
24751 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 dnsapi"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/dnsapi/tests/Makefile"
24759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24760 dnsapi/tests"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24763 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/dplay/Makefile"
24767 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24768 dplay"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24771 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/dplayx/Makefile"
24775 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 dplayx"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/dplayx/tests/Makefile"
24783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24784 dplayx/tests"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24787 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/dpnaddr/Makefile"
24791 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 dpnaddr"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/dpnet/Makefile"
24799 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 dpnet"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24803 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/dpnhpast/Makefile"
24807 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 dpnhpast"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/dpnlobby/Makefile"
24815 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 dpnlobby"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/dpwsockx/Makefile"
24823 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 dpwsockx"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/dsound/Makefile"
24831 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 dsound"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/dsound/tests/Makefile"
24839 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24840 dsound/tests"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24843 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/dssenh/Makefile"
24847 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24848 dssenh"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24851 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/dswave/Makefile"
24855 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 dswave"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/dwmapi/Makefile"
24863 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 dwmapi"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/dxdiagn/Makefile"
24871 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 dxdiagn"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/dxerr8/Makefile"
24879 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24880 dxerr8"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24883 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/dxerr9/Makefile"
24887 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24888 dxerr9"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24891 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/dxgi/Makefile"
24895 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 dxgi"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24899 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/dxgi/tests/Makefile"
24903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24904 dxgi/tests"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24907 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/dxguid/Makefile"
24911 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24912 dxguid"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24915 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/faultrep/Makefile"
24919 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 faultrep"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/fusion/Makefile"
24927 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24928 fusion"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24931 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/fusion/tests/Makefile"
24935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24936 fusion/tests"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24939 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/gdi32/Makefile"
24943 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24944 gdi32"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24947 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/gdi32/tests/Makefile"
24951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24952 gdi32/tests"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24955 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/gdiplus/Makefile"
24959 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24960 gdiplus"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24963 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/gdiplus/tests/Makefile"
24967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24968 gdiplus/tests"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24971 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/glu32/Makefile"
24975 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 glu32"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24979 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/gphoto2.ds/Makefile"
24983 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 gphoto2.ds"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/gpkcsp/Makefile"
24991 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 gpkcsp"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24995 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/hal/Makefile"
24999 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 hal"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25003 ac_config_files="$ac_config_files dlls/hal/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/hhctrl.ocx/Makefile"
25007 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 hhctrl.ocx"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/hid/Makefile"
25015 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 hid"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/hid/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/hlink/Makefile"
25023 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 hlink"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/hlink/tests/Makefile"
25031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25032 hlink/tests"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25035 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/hnetcfg/Makefile"
25039 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 hnetcfg"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/httpapi/Makefile"
25047 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 httpapi"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/iccvid/Makefile"
25055 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 iccvid"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/icmp/Makefile"
25063 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 icmp"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/ifsmgr.vxd/Makefile"
25071 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25072 ifsmgr.vxd"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25075 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/imaadp32.acm/Makefile"
25079 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 imaadp32.acm"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/imagehlp/Makefile"
25087 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 imagehlp"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/imm32/Makefile"
25095 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 imm32"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/imm32/tests/Makefile"
25103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25104 imm32/tests"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25107 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/inetcomm/Makefile"
25111 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 inetcomm"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/inetcomm/tests/Makefile"
25119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25120 inetcomm/tests"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25123 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/inetmib1/Makefile"
25127 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 inetmib1"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/inetmib1/tests/Makefile"
25135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25136 inetmib1/tests"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25139 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/infosoft/Makefile"
25143 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 infosoft"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/infosoft/tests/Makefile"
25151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25152 infosoft/tests"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25155 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/initpki/Makefile"
25159 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 initpki"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/inkobj/Makefile"
25167 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 inkobj"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/inseng/Makefile"
25175 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 inseng"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25179 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/iphlpapi/Makefile"
25183 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 iphlpapi"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/iphlpapi/tests/Makefile"
25191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25192 iphlpapi/tests"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25195 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/itircl/Makefile"
25199 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 itircl"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/itss/Makefile"
25207 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25208 itss"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25211 ac_config_files="$ac_config_files dlls/itss/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/itss/tests/Makefile"
25215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25216 itss/tests"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25219 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/jscript/Makefile"
25223 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 jscript"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/jscript/tests/Makefile"
25231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25232 jscript/tests"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25235 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/kernel32/Makefile"
25239 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 kernel32"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/kernel32/tests/Makefile"
25247 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25248 kernel32/tests"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25251 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/loadperf/Makefile"
25255 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25256 loadperf"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25259 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/localspl/Makefile"
25263 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 localspl"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/localspl/tests/Makefile"
25271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25272 localspl/tests"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25275 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/localui/Makefile"
25279 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 localui"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/localui/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/localui/tests/Makefile"
25287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25288 localui/tests"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25291 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/lz32/Makefile"
25295 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 lz32"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/lz32/tests/Makefile"
25303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25304 lz32/tests"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25307 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/mapi32/Makefile"
25311 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 mapi32"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/mapi32/tests/Makefile"
25319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25320 mapi32/tests"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25323 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/mciavi32/Makefile"
25327 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25328 mciavi32"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25331 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/mcicda/Makefile"
25335 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 mcicda"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/mciseq/Makefile"
25343 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 mciseq"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/mciwave/Makefile"
25351 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 mciwave"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/midimap/Makefile"
25359 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 midimap"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25363 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/mlang/Makefile"
25367 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 mlang"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/mlang/tests/Makefile"
25375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25376 mlang/tests"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25379 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/mmdevldr.vxd/Makefile"
25383 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 mmdevldr.vxd"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/monodebg.vxd/Makefile"
25391 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 monodebg.vxd"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/mountmgr.sys/Makefile"
25399 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 mountmgr.sys"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/mpr/Makefile"
25407 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25408 mpr"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25411 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/mprapi/Makefile"
25415 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 mprapi"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/msacm32.drv/Makefile"
25423 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 msacm32.drv"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/msacm32/Makefile"
25431 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 msacm32"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/msacm32/tests/Makefile"
25439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25440 msacm32/tests"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25443 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/msadp32.acm/Makefile"
25447 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25448 msadp32.acm"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25451 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/mscat32/Makefile"
25455 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 mscat32"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/mscms/Makefile"
25463 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 mscms"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/mscms/tests/Makefile"
25471 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25472 mscms/tests"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25475 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/mscoree/Makefile"
25479 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25480 mscoree"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25483 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/msdmo/Makefile"
25487 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25488 msdmo"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25491 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/msftedit/Makefile"
25495 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25496 msftedit"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25499 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/msg711.acm/Makefile"
25503 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 msg711.acm"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/mshtml.tlb/Makefile"
25511 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 mshtml.tlb"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/mshtml/Makefile"
25519 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25520 mshtml"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25523 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/mshtml/tests/Makefile"
25527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25528 mshtml/tests"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25531 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/msi/Makefile"
25535 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25536 msi"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25539 ac_config_files="$ac_config_files dlls/msi/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/msi/tests/Makefile"
25543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25544 msi/tests"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25547 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/msimg32/Makefile"
25551 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25552 msimg32"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25555 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/msimtf/Makefile"
25559 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25560 msimtf"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25563 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/msisip/Makefile"
25567 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25568 msisip"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25571 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/msisys.ocx/Makefile"
25575 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 msisys.ocx"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/msnet32/Makefile"
25583 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25584 msnet32"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25587 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/msrle32/Makefile"
25591 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 msrle32"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/mssip32/Makefile"
25599 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25600 mssip32"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25603 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/mstask/Makefile"
25607 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25608 mstask"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25611 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/mstask/tests/Makefile"
25615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25616 mstask/tests"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25619 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/msvcirt/Makefile"
25623 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 msvcirt"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/msvcr71/Makefile"
25631 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 msvcr71"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/msvcrt/Makefile"
25639 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 msvcrt"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/msvcrt/tests/Makefile"
25647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25648 msvcrt/tests"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25651 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/msvcrt20/Makefile"
25655 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 msvcrt20"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/msvcrt40/Makefile"
25663 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25664 msvcrt40"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25667 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/msvcrtd/Makefile"
25671 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 msvcrtd"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/msvcrtd/tests/Makefile"
25679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25680 msvcrtd/tests"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25683 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/msvfw32/Makefile"
25687 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 msvfw32"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/msvfw32/tests/Makefile"
25695 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25696 msvfw32/tests"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25699 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/msvidc32/Makefile"
25703 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 msvidc32"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/mswsock/Makefile"
25711 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 mswsock"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/msxml3/Makefile"
25719 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 msxml3"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/msxml3/tests/Makefile"
25727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25728 msxml3/tests"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25731 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/nddeapi/Makefile"
25735 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 nddeapi"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/netapi32/Makefile"
25743 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 netapi32"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/netapi32/tests/Makefile"
25751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25752 netapi32/tests"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25755 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/newdev/Makefile"
25759 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25760 newdev"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25763 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/ntdll/Makefile"
25767 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 ntdll"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/ntdll/tests/Makefile"
25775 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25776 ntdll/tests"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25779 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/ntdsapi/Makefile"
25783 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 ntdsapi"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/ntdsapi/tests/Makefile"
25791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25792 ntdsapi/tests"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25795 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/ntoskrnl.exe/Makefile"
25799 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 ntoskrnl.exe"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/ntprint/Makefile"
25807 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 ntprint"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/ntprint/tests/Makefile"
25815 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25816 ntprint/tests"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25819 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/objsel/Makefile"
25823 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 objsel"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/odbc32/Makefile"
25831 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 odbc32"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/odbccp32/Makefile"
25839 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 odbccp32"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/odbccp32/tests/Makefile"
25847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25848 odbccp32/tests"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25851 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/ole32/Makefile"
25855 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 ole32"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/ole32/tests/Makefile"
25863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25864 ole32/tests"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25867 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/oleacc/Makefile"
25871 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25872 oleacc"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25875 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/oleacc/tests/Makefile"
25879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25880 oleacc/tests"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25883 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/oleaut32/Makefile"
25887 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25888 oleaut32"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25891 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/oleaut32/tests/Makefile"
25895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25896 oleaut32/tests"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25899 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/olecli32/Makefile"
25903 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25904 olecli32"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25907 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/oledlg/Makefile"
25911 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 oledlg"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/olepro32/Makefile"
25919 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 olepro32"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/olesvr32/Makefile"
25927 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 olesvr32"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/olethk32/Makefile"
25935 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25936 olethk32"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25939 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/opengl32/Makefile"
25943 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 opengl32"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/opengl32/tests/Makefile"
25951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25952 opengl32/tests"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25955 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/pdh/Makefile"
25959 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 pdh"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/pdh/tests/Makefile"
25967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25968 pdh/tests"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25971 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/pidgen/Makefile"
25975 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 pidgen"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/powrprof/Makefile"
25983 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 powrprof"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/printui/Makefile"
25991 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 printui"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/printui/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/propsys/Makefile"
25999 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 propsys"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/psapi/Makefile"
26007 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 psapi"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/psapi/tests/Makefile"
26015 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26016 psapi/tests"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26019 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/pstorec/Makefile"
26023 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 pstorec"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/qcap/Makefile"
26031 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 qcap"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/qedit/Makefile"
26039 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 qedit"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/qedit/tests/Makefile"
26047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26048 qedit/tests"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26051 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/qmgr/Makefile"
26055 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26056 qmgr"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26059 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/qmgr/tests/Makefile"
26063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26064 qmgr/tests"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26067 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/qmgrprxy/Makefile"
26071 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26072 qmgrprxy"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26075 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/quartz/Makefile"
26079 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 quartz"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/quartz/tests/Makefile"
26087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26088 quartz/tests"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26091 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/query/Makefile"
26095 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26096 query"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26099 ac_config_files="$ac_config_files dlls/query/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/rasapi32/Makefile"
26103 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 rasapi32"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/rasapi32/tests/Makefile"
26111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26112 rasapi32/tests"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26115 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/resutils/Makefile"
26119 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 resutils"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/riched20/Makefile"
26127 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26128 riched20"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26131 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/riched20/tests/Makefile"
26135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26136 riched20/tests"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26139 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/riched32/Makefile"
26143 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26144 riched32"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26147 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/riched32/tests/Makefile"
26151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26152 riched32/tests"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26155 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/rpcrt4/Makefile"
26159 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 rpcrt4"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/rpcrt4/tests/Makefile"
26167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26168 rpcrt4/tests"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26171 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/rsabase/Makefile"
26175 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26176 rsabase"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26179 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/rsaenh/Makefile"
26183 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26184 rsaenh"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26187 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/rsaenh/tests/Makefile"
26191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26192 rsaenh/tests"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26195 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/sane.ds/Makefile"
26199 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 sane.ds"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/sccbase/Makefile"
26207 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26208 sccbase"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26211 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/schannel/Makefile"
26215 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 schannel"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/schannel/tests/Makefile"
26223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26224 schannel/tests"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26227 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/secur32/Makefile"
26231 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26232 secur32"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26235 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/secur32/tests/Makefile"
26239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26240 secur32/tests"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26243 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/security/Makefile"
26247 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 security"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/security/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/sensapi/Makefile"
26255 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26256 sensapi"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26259 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/serialui/Makefile"
26263 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26264 serialui"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26267 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/serialui/tests/Makefile"
26271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26272 serialui/tests"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26275 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/setupapi/Makefile"
26279 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26280 setupapi"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26283 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/setupapi/tests/Makefile"
26287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26288 setupapi/tests"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26291 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/sfc/Makefile"
26295 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26296 sfc"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26299 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/sfc_os/Makefile"
26303 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 sfc_os"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/shdoclc/Makefile"
26311 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26312 shdoclc"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26315 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/shdocvw/Makefile"
26319 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26320 shdocvw"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26323 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/shdocvw/tests/Makefile"
26327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26328 shdocvw/tests"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26331 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/shell32/Makefile"
26335 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26336 shell32"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26339 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/shell32/tests/Makefile"
26343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26344 shell32/tests"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26347 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/shfolder/Makefile"
26351 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26352 shfolder"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26355 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/shlwapi/Makefile"
26359 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 shlwapi"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/shlwapi/tests/Makefile"
26367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26368 shlwapi/tests"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26371 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/slbcsp/Makefile"
26375 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26376 slbcsp"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26379 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/slc/Makefile"
26383 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 slc"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/slc/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/snmpapi/Makefile"
26391 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26392 snmpapi"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26395 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/snmpapi/tests/Makefile"
26399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26400 snmpapi/tests"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26403 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/softpub/Makefile"
26407 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 softpub"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/spoolss/Makefile"
26415 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26416 spoolss"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26419 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/spoolss/tests/Makefile"
26423 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26424 spoolss/tests"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26427 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/stdole2.tlb/Makefile"
26431 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26432 stdole2.tlb"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26435 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/stdole32.tlb/Makefile"
26439 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 stdole32.tlb"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/sti/Makefile"
26447 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 sti"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/sti/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/strmiids/Makefile"
26455 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26456 strmiids"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26459 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/svrapi/Makefile"
26463 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26464 svrapi"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26467 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/sxs/Makefile"
26471 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 sxs"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/tapi32/Makefile"
26479 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26480 tapi32"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26483 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/twain_32/Makefile"
26487 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26488 twain_32"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26491 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/unicows/Makefile"
26495 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 unicows"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/updspapi/Makefile"
26503 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26504 updspapi"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26507 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/url/Makefile"
26511 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26512 url"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26515 ac_config_files="$ac_config_files dlls/url/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/urlmon/Makefile"
26519 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26520 urlmon"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26523 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/urlmon/tests/Makefile"
26527 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26528 urlmon/tests"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26531 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/user32/Makefile"
26535 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 user32"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/user32/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/user32/tests/Makefile"
26543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26544 user32/tests"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26547 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/userenv/Makefile"
26551 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 userenv"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/userenv/tests/Makefile"
26559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26560 userenv/tests"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26563 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/usp10/Makefile"
26567 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26568 usp10"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26571 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/usp10/tests/Makefile"
26575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26576 usp10/tests"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26579 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/uuid/Makefile"
26583 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26584 uuid"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26587 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/uxtheme/Makefile"
26591 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26592 uxtheme"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26595 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/uxtheme/tests/Makefile"
26599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26600 uxtheme/tests"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26603 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/vdhcp.vxd/Makefile"
26607 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 vdhcp.vxd"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/vdmdbg/Makefile"
26615 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26616 vdmdbg"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26619 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/version/Makefile"
26623 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 version"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/version/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/version/tests/Makefile"
26631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26632 version/tests"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26635 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/vmm.vxd/Makefile"
26639 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 vmm.vxd"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/vnbt.vxd/Makefile"
26647 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26648 vnbt.vxd"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26651 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/vnetbios.vxd/Makefile"
26655 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26656 vnetbios.vxd"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26659 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/vtdapi.vxd/Makefile"
26663 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26664 vtdapi.vxd"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26667 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/vwin32.vxd/Makefile"
26671 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26672 vwin32.vxd"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26675 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/w32skrnl/Makefile"
26679 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26680 w32skrnl"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26683 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/winealsa.drv/Makefile"
26687 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26688 winealsa.drv"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26691 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/wineaudioio.drv/Makefile"
26695 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26696 wineaudioio.drv"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26699 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/winecoreaudio.drv/Makefile"
26703 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26704 winecoreaudio.drv"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26707 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/winecrt0/Makefile"
26711 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26712 winecrt0"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26715 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/wined3d/Makefile"
26719 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26720 wined3d"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26723 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/winedos/Makefile"
26727 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 winedos"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/wineesd.drv/Makefile"
26735 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26736 wineesd.drv"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26739 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/winejack.drv/Makefile"
26743 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26744 winejack.drv"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26747 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/winejoystick.drv/Makefile"
26751 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26752 winejoystick.drv"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26755 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/winemp3.acm/Makefile"
26759 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26760 winemp3.acm"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26763 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/winenas.drv/Makefile"
26767 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26768 winenas.drv"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26771 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/wineoss.drv/Makefile"
26775 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26776 wineoss.drv"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26779 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/wineps.drv/Makefile"
26783 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 wineps.drv"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/winequartz.drv/Makefile"
26791 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26792 winequartz.drv"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26795 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/winex11.drv/Makefile"
26799 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26800 winex11.drv"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26803 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/wing32/Makefile"
26807 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26808 wing32"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26811 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/winhttp/Makefile"
26815 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26816 winhttp"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26819 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 dlls/winhttp/tests/Makefile"
26823 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26824 winhttp/tests"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26827 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 dlls/wininet/Makefile"
26831 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26832 wininet"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26835 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 dlls/wininet/tests/Makefile"
26839 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26840 wininet/tests"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26843 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 dlls/winmm/Makefile"
26847 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26848 winmm"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26851 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 dlls/winmm/tests/Makefile"
26855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26856 winmm/tests"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26859 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 dlls/winnls32/Makefile"
26863 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26864 winnls32"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26867 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 dlls/winscard/Makefile"
26871 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26872 winscard"
26873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26874 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26875 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26877 ALL_MAKEFILES="$ALL_MAKEFILES \\
26878 dlls/winspool.drv/Makefile"
26879 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26880 winspool.drv"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26883 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 dlls/winspool.drv/tests/Makefile"
26887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26888 winspool.drv/tests"
26889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26890 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26891 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26893 ALL_MAKEFILES="$ALL_MAKEFILES \\
26894 dlls/wintab32/Makefile"
26895 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26896 wintab32"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26899 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 dlls/wintrust/Makefile"
26903 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26904 wintrust"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26907 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 dlls/wintrust/tests/Makefile"
26911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26912 wintrust/tests"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26915 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 dlls/wldap32/Makefile"
26919 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26920 wldap32"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26923 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 dlls/wldap32/tests/Makefile"
26927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26928 wldap32/tests"
26929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26930 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26931 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26933 ALL_MAKEFILES="$ALL_MAKEFILES \\
26934 dlls/wmi/Makefile"
26935 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26936 wmi"
26937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26938 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26939 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26941 ALL_MAKEFILES="$ALL_MAKEFILES \\
26942 dlls/wnaspi32/Makefile"
26943 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26944 wnaspi32"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26947 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 dlls/wow32/Makefile"
26951 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26952 wow32"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26955 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 dlls/ws2_32/Makefile"
26959 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26960 ws2_32"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26963 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 dlls/ws2_32/tests/Makefile"
26967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26968 ws2_32/tests"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26971 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 dlls/wsock32/Makefile"
26975 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26976 wsock32"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26979 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 dlls/wtsapi32/Makefile"
26983 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26984 wtsapi32"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26987 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 dlls/wuapi/Makefile"
26991 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26992 wuapi"
26993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26994 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26995 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26997 ALL_MAKEFILES="$ALL_MAKEFILES \\
26998 dlls/xinput1_1/Makefile"
26999 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27000 xinput1_1"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27003 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 dlls/xinput1_2/Makefile"
27007 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27008 xinput1_2"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27011 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 dlls/xinput1_3/Makefile"
27015 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27016 xinput1_3"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27019 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27021 ALL_MAKEFILES="$ALL_MAKEFILES \\
27022 dlls/xinput1_3/tests/Makefile"
27023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27024 xinput1_3/tests"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27027 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 dlls/xinput9_1_0/Makefile"
27031 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27032 xinput9_1_0"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27035 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 documentation/Makefile"
27039 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27040 documentation"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 documentation/Makefile: documentation/Makefile.in Make.rules"
27043 ac_config_files="$ac_config_files documentation/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 fonts/Makefile"
27047 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27048 fonts"
27049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27050 fonts/Makefile: fonts/Makefile.in Make.rules"
27051 ac_config_files="$ac_config_files fonts/Makefile"
27053 ALL_MAKEFILES="$ALL_MAKEFILES \\
27054 include/Makefile"
27055 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27056 include"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 include/Makefile: include/Makefile.in Make.rules"
27059 ac_config_files="$ac_config_files include/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 libs/Makefile"
27063 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27064 libs"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 libs/Makefile: libs/Makefile.in Make.rules"
27067 ac_config_files="$ac_config_files libs/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 libs/port/Makefile"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27074 ac_config_files="$ac_config_files libs/port/Makefile"
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077 libs/wine/Makefile"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27081 ac_config_files="$ac_config_files libs/wine/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 libs/wpp/Makefile"
27086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27087 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27088 ac_config_files="$ac_config_files libs/wpp/Makefile"
27090 ALL_MAKEFILES="$ALL_MAKEFILES \\
27091 loader/Makefile"
27092 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27093 loader"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 loader/Makefile: loader/Makefile.in Make.rules"
27096 ac_config_files="$ac_config_files loader/Makefile"
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099 programs/Makefile"
27100 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27101 programs"
27102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27103 programs/Makefile: programs/Makefile.in Make.rules"
27104 ac_config_files="$ac_config_files programs/Makefile"
27106 ALL_MAKEFILES="$ALL_MAKEFILES \\
27107 programs/cacls/Makefile"
27108 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27109 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27110 cacls"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27113 ac_config_files="$ac_config_files programs/cacls/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 programs/clock/Makefile"
27117 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27118 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27119 clock"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27122 ac_config_files="$ac_config_files programs/clock/Makefile"
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125 programs/cmd/Makefile"
27126 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27127 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27128 cmd"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27131 ac_config_files="$ac_config_files programs/cmd/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 programs/cmdlgtst/Makefile"
27135 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27136 cmdlgtst"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27139 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 programs/control/Makefile"
27143 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27144 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27145 control"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27148 ac_config_files="$ac_config_files programs/control/Makefile"
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151 programs/eject/Makefile"
27152 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27153 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27154 eject"
27155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27156 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27157 ac_config_files="$ac_config_files programs/eject/Makefile"
27159 ALL_MAKEFILES="$ALL_MAKEFILES \\
27160 programs/expand/Makefile"
27161 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27162 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27163 expand"
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27166 ac_config_files="$ac_config_files programs/expand/Makefile"
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169 programs/explorer/Makefile"
27170 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27171 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27172 explorer"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27175 ac_config_files="$ac_config_files programs/explorer/Makefile"
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178 programs/hh/Makefile"
27179 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27180 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27184 ac_config_files="$ac_config_files programs/hh/Makefile"
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187 programs/icinfo/Makefile"
27188 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27189 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27190 icinfo"
27191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27192 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27193 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27195 ALL_MAKEFILES="$ALL_MAKEFILES \\
27196 programs/iexplore/Makefile"
27197 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27198 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27199 iexplore"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27202 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205 programs/msiexec/Makefile"
27206 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27207 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27208 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27209 msiexec"
27210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27211 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27212 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27214 ALL_MAKEFILES="$ALL_MAKEFILES \\
27215 programs/net/Makefile"
27216 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27217 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27218 net"
27219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27220 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27221 ac_config_files="$ac_config_files programs/net/Makefile"
27223 ALL_MAKEFILES="$ALL_MAKEFILES \\
27224 programs/notepad/Makefile"
27225 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27226 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27227 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27228 notepad"
27229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27230 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27231 ac_config_files="$ac_config_files programs/notepad/Makefile"
27233 ALL_MAKEFILES="$ALL_MAKEFILES \\
27234 programs/oleview/Makefile"
27235 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27236 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27237 oleview"
27238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27239 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27240 ac_config_files="$ac_config_files programs/oleview/Makefile"
27242 ALL_MAKEFILES="$ALL_MAKEFILES \\
27243 programs/progman/Makefile"
27244 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27245 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27246 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27247 progman"
27248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27249 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27250 ac_config_files="$ac_config_files programs/progman/Makefile"
27252 ALL_MAKEFILES="$ALL_MAKEFILES \\
27253 programs/reg/Makefile"
27254 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27255 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27256 reg"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27259 ac_config_files="$ac_config_files programs/reg/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 programs/regedit/Makefile"
27263 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27264 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27265 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27266 regedit"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27269 ac_config_files="$ac_config_files programs/regedit/Makefile"
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272 programs/regsvr32/Makefile"
27273 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27274 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27275 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27276 regsvr32"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27279 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282 programs/rpcss/Makefile"
27283 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27284 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27285 rpcss"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27288 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291 programs/rundll32/Makefile"
27292 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27293 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27294 rundll32"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27297 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 programs/secedit/Makefile"
27301 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27302 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27303 secedit"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27306 ac_config_files="$ac_config_files programs/secedit/Makefile"
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309 programs/services/Makefile"
27310 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27311 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27312 services"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27315 ac_config_files="$ac_config_files programs/services/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 programs/spoolsv/Makefile"
27319 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27320 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27321 spoolsv"
27322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27323 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27324 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27326 ALL_MAKEFILES="$ALL_MAKEFILES \\
27327 programs/start/Makefile"
27328 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27329 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27330 start"
27331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27332 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27333 ac_config_files="$ac_config_files programs/start/Makefile"
27335 ALL_MAKEFILES="$ALL_MAKEFILES \\
27336 programs/svchost/Makefile"
27337 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27338 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27339 svchost"
27340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27341 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27342 ac_config_files="$ac_config_files programs/svchost/Makefile"
27344 ALL_MAKEFILES="$ALL_MAKEFILES \\
27345 programs/taskmgr/Makefile"
27346 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27347 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27348 taskmgr"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27351 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354 programs/uninstaller/Makefile"
27355 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27356 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27357 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27358 uninstaller"
27359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27360 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27361 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27363 ALL_MAKEFILES="$ALL_MAKEFILES \\
27364 programs/view/Makefile"
27365 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27366 view"
27367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27368 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27369 ac_config_files="$ac_config_files programs/view/Makefile"
27371 ALL_MAKEFILES="$ALL_MAKEFILES \\
27372 programs/wineboot/Makefile"
27373 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27374 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27375 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27376 wineboot"
27377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27378 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27379 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27381 ALL_MAKEFILES="$ALL_MAKEFILES \\
27382 programs/winebrowser/Makefile"
27383 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27384 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27385 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27386 winebrowser"
27387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27388 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27389 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27391 ALL_MAKEFILES="$ALL_MAKEFILES \\
27392 programs/winecfg/Makefile"
27393 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27394 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27395 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27396 winecfg"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27399 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402 programs/wineconsole/Makefile"
27403 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27404 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27405 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27406 wineconsole"
27407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27408 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27409 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27411 ALL_MAKEFILES="$ALL_MAKEFILES \\
27412 programs/winedbg/Makefile"
27413 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27414 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27415 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27416 winedbg"
27417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27418 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27419 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27421 ALL_MAKEFILES="$ALL_MAKEFILES \\
27422 programs/winedevice/Makefile"
27423 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27424 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27425 winedevice"
27426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27427 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27428 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27430 ALL_MAKEFILES="$ALL_MAKEFILES \\
27431 programs/winefile/Makefile"
27432 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27433 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27434 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27435 winefile"
27436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27437 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27438 ac_config_files="$ac_config_files programs/winefile/Makefile"
27440 ALL_MAKEFILES="$ALL_MAKEFILES \\
27441 programs/winemenubuilder/Makefile"
27442 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27443 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27444 winemenubuilder"
27445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27446 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27447 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27449 ALL_MAKEFILES="$ALL_MAKEFILES \\
27450 programs/winemine/Makefile"
27451 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27452 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27453 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27454 winemine"
27455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27456 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27457 ac_config_files="$ac_config_files programs/winemine/Makefile"
27459 ALL_MAKEFILES="$ALL_MAKEFILES \\
27460 programs/winepath/Makefile"
27461 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27462 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27463 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27464 winepath"
27465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27466 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27467 ac_config_files="$ac_config_files programs/winepath/Makefile"
27469 ALL_MAKEFILES="$ALL_MAKEFILES \\
27470 programs/winetest/Makefile"
27471 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27472 winetest"
27473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27474 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27475 ac_config_files="$ac_config_files programs/winetest/Makefile"
27477 ALL_MAKEFILES="$ALL_MAKEFILES \\
27478 programs/winevdm/Makefile"
27479 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27480 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27481 winevdm"
27482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27483 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27484 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27486 ALL_MAKEFILES="$ALL_MAKEFILES \\
27487 programs/winhlp32/Makefile"
27488 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27489 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27490 winhlp32"
27491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27492 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27493 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27495 ALL_MAKEFILES="$ALL_MAKEFILES \\
27496 programs/winver/Makefile"
27497 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27498 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27499 winver"
27500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27501 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27502 ac_config_files="$ac_config_files programs/winver/Makefile"
27504 ALL_MAKEFILES="$ALL_MAKEFILES \\
27505 programs/wordpad/Makefile"
27506 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27507 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27508 wordpad"
27509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27510 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27511 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27513 ALL_MAKEFILES="$ALL_MAKEFILES \\
27514 programs/write/Makefile"
27515 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27516 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27517 write"
27518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27519 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27520 ac_config_files="$ac_config_files programs/write/Makefile"
27522 ALL_MAKEFILES="$ALL_MAKEFILES \\
27523 programs/xcopy/Makefile"
27524 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27525 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27526 xcopy"
27527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27528 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27529 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27531 ALL_MAKEFILES="$ALL_MAKEFILES \\
27532 server/Makefile"
27533 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27534 server"
27535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27536 server/Makefile: server/Makefile.in Make.rules"
27537 ac_config_files="$ac_config_files server/Makefile"
27539 ALL_MAKEFILES="$ALL_MAKEFILES \\
27540 tools/Makefile"
27541 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27542 tools"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 tools/Makefile: tools/Makefile.in Make.rules"
27545 ac_config_files="$ac_config_files tools/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 tools/widl/Makefile"
27550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27551 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27552 ac_config_files="$ac_config_files tools/widl/Makefile"
27554 ALL_MAKEFILES="$ALL_MAKEFILES \\
27555 tools/winebuild/Makefile"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27559 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27561 ALL_MAKEFILES="$ALL_MAKEFILES \\
27562 tools/winedump/Makefile"
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27566 ac_config_files="$ac_config_files tools/winedump/Makefile"
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569 tools/winegcc/Makefile"
27571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27572 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27573 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27575 ALL_MAKEFILES="$ALL_MAKEFILES \\
27576 tools/wmc/Makefile"
27578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27579 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27580 ac_config_files="$ac_config_files tools/wmc/Makefile"
27582 ALL_MAKEFILES="$ALL_MAKEFILES \\
27583 tools/wrc/Makefile"
27585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27586 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27587 ac_config_files="$ac_config_files tools/wrc/Makefile"
27591 ALL_WINETEST_DEPENDS="# Test binaries"
27593 for dir in $ALL_TEST_DIRS
27595 if test "$dir" != "\\"
27596 then
27597 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27598 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27599 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27600 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27602 done
27604 cat >confcache <<\_ACEOF
27605 # This file is a shell script that caches the results of configure
27606 # tests run on this system so they can be shared between configure
27607 # scripts and configure runs, see configure's option --config-cache.
27608 # It is not useful on other systems. If it contains results you don't
27609 # want to keep, you may remove or edit it.
27611 # config.status only pays attention to the cache file if you give it
27612 # the --recheck option to rerun configure.
27614 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27615 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27616 # following values.
27618 _ACEOF
27620 # The following way of writing the cache mishandles newlines in values,
27621 # but we know of no workaround that is simple, portable, and efficient.
27622 # So, we kill variables containing newlines.
27623 # Ultrix sh set writes to stderr and can't be redirected directly,
27624 # and sets the high bit in the cache file unless we assign to the vars.
27626 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27627 eval ac_val=\$$ac_var
27628 case $ac_val in #(
27629 *${as_nl}*)
27630 case $ac_var in #(
27631 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27632 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27633 esac
27634 case $ac_var in #(
27635 _ | IFS | as_nl) ;; #(
27636 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27637 *) $as_unset $ac_var ;;
27638 esac ;;
27639 esac
27640 done
27642 (set) 2>&1 |
27643 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27644 *${as_nl}ac_space=\ *)
27645 # `set' does not quote correctly, so add quotes (double-quote
27646 # substitution turns \\\\ into \\, and sed turns \\ into \).
27647 sed -n \
27648 "s/'/'\\\\''/g;
27649 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27650 ;; #(
27652 # `set' quotes correctly as required by POSIX, so do not add quotes.
27653 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27655 esac |
27656 sort
27658 sed '
27659 /^ac_cv_env_/b end
27660 t clear
27661 :clear
27662 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27663 t end
27664 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27665 :end' >>confcache
27666 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27667 if test -w "$cache_file"; then
27668 test "x$cache_file" != "x/dev/null" &&
27669 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27670 $as_echo "$as_me: updating cache $cache_file" >&6;}
27671 cat confcache >$cache_file
27672 else
27673 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27674 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27677 rm -f confcache
27679 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27680 # Let make expand exec_prefix.
27681 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27683 DEFS=-DHAVE_CONFIG_H
27685 ac_libobjs=
27686 ac_ltlibobjs=
27687 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27688 # 1. Remove the extension, and $U if already installed.
27689 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27690 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27691 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27692 # will be set to the directory where LIBOBJS objects are built.
27693 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27694 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27695 done
27696 LIBOBJS=$ac_libobjs
27698 LTLIBOBJS=$ac_ltlibobjs
27702 : ${CONFIG_STATUS=./config.status}
27703 ac_write_fail=0
27704 ac_clean_files_save=$ac_clean_files
27705 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27706 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27707 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27708 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27709 #! $SHELL
27710 # Generated by $as_me.
27711 # Run this file to recreate the current configuration.
27712 # Compiler output produced by configure, useful for debugging
27713 # configure, is in config.log if it exists.
27715 debug=false
27716 ac_cs_recheck=false
27717 ac_cs_silent=false
27718 SHELL=\${CONFIG_SHELL-$SHELL}
27719 _ACEOF
27721 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27722 ## --------------------- ##
27723 ## M4sh Initialization. ##
27724 ## --------------------- ##
27726 # Be more Bourne compatible
27727 DUALCASE=1; export DUALCASE # for MKS sh
27728 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27729 emulate sh
27730 NULLCMD=:
27731 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27732 # is contrary to our usage. Disable this feature.
27733 alias -g '${1+"$@"}'='"$@"'
27734 setopt NO_GLOB_SUBST
27735 else
27736 case `(set -o) 2>/dev/null` in
27737 *posix*) set -o posix ;;
27738 esac
27745 # PATH needs CR
27746 # Avoid depending upon Character Ranges.
27747 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27748 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27749 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27750 as_cr_digits='0123456789'
27751 as_cr_alnum=$as_cr_Letters$as_cr_digits
27753 as_nl='
27755 export as_nl
27756 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27757 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27758 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27759 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27760 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27761 as_echo='printf %s\n'
27762 as_echo_n='printf %s'
27763 else
27764 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27765 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27766 as_echo_n='/usr/ucb/echo -n'
27767 else
27768 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27769 as_echo_n_body='eval
27770 arg=$1;
27771 case $arg in
27772 *"$as_nl"*)
27773 expr "X$arg" : "X\\(.*\\)$as_nl";
27774 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27775 esac;
27776 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27778 export as_echo_n_body
27779 as_echo_n='sh -c $as_echo_n_body as_echo'
27781 export as_echo_body
27782 as_echo='sh -c $as_echo_body as_echo'
27785 # The user is always right.
27786 if test "${PATH_SEPARATOR+set}" != set; then
27787 PATH_SEPARATOR=:
27788 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27789 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27790 PATH_SEPARATOR=';'
27794 # Support unset when possible.
27795 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27796 as_unset=unset
27797 else
27798 as_unset=false
27802 # IFS
27803 # We need space, tab and new line, in precisely that order. Quoting is
27804 # there to prevent editors from complaining about space-tab.
27805 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27806 # splitting by setting IFS to empty value.)
27807 IFS=" "" $as_nl"
27809 # Find who we are. Look in the path if we contain no directory separator.
27810 case $0 in
27811 *[\\/]* ) as_myself=$0 ;;
27812 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27813 for as_dir in $PATH
27815 IFS=$as_save_IFS
27816 test -z "$as_dir" && as_dir=.
27817 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27818 done
27819 IFS=$as_save_IFS
27822 esac
27823 # We did not find ourselves, most probably we were run as `sh COMMAND'
27824 # in which case we are not to be found in the path.
27825 if test "x$as_myself" = x; then
27826 as_myself=$0
27828 if test ! -f "$as_myself"; then
27829 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27830 { (exit 1); exit 1; }
27833 # Work around bugs in pre-3.0 UWIN ksh.
27834 for as_var in ENV MAIL MAILPATH
27835 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27836 done
27837 PS1='$ '
27838 PS2='> '
27839 PS4='+ '
27841 # NLS nuisances.
27842 LC_ALL=C
27843 export LC_ALL
27844 LANGUAGE=C
27845 export LANGUAGE
27847 # Required to use basename.
27848 if expr a : '\(a\)' >/dev/null 2>&1 &&
27849 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27850 as_expr=expr
27851 else
27852 as_expr=false
27855 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27856 as_basename=basename
27857 else
27858 as_basename=false
27862 # Name of the executable.
27863 as_me=`$as_basename -- "$0" ||
27864 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27865 X"$0" : 'X\(//\)$' \| \
27866 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27867 $as_echo X/"$0" |
27868 sed '/^.*\/\([^/][^/]*\)\/*$/{
27869 s//\1/
27872 /^X\/\(\/\/\)$/{
27873 s//\1/
27876 /^X\/\(\/\).*/{
27877 s//\1/
27880 s/.*/./; q'`
27882 # CDPATH.
27883 $as_unset CDPATH
27887 as_lineno_1=$LINENO
27888 as_lineno_2=$LINENO
27889 test "x$as_lineno_1" != "x$as_lineno_2" &&
27890 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27892 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27893 # uniformly replaced by the line number. The first 'sed' inserts a
27894 # line-number line after each line using $LINENO; the second 'sed'
27895 # does the real work. The second script uses 'N' to pair each
27896 # line-number line with the line containing $LINENO, and appends
27897 # trailing '-' during substitution so that $LINENO is not a special
27898 # case at line end.
27899 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27900 # scripts with optimization help from Paolo Bonzini. Blame Lee
27901 # E. McMahon (1931-1989) for sed's syntax. :-)
27902 sed -n '
27904 /[$]LINENO/=
27905 ' <$as_myself |
27906 sed '
27907 s/[$]LINENO.*/&-/
27908 t lineno
27910 :lineno
27912 :loop
27913 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27914 t loop
27915 s/-\n.*//
27916 ' >$as_me.lineno &&
27917 chmod +x "$as_me.lineno" ||
27918 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27919 { (exit 1); exit 1; }; }
27921 # Don't try to exec as it changes $[0], causing all sort of problems
27922 # (the dirname of $[0] is not the place where we might find the
27923 # original and so on. Autoconf is especially sensitive to this).
27924 . "./$as_me.lineno"
27925 # Exit status is that of the last command.
27926 exit
27930 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27931 as_dirname=dirname
27932 else
27933 as_dirname=false
27936 ECHO_C= ECHO_N= ECHO_T=
27937 case `echo -n x` in
27938 -n*)
27939 case `echo 'x\c'` in
27940 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27941 *) ECHO_C='\c';;
27942 esac;;
27944 ECHO_N='-n';;
27945 esac
27946 if expr a : '\(a\)' >/dev/null 2>&1 &&
27947 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27948 as_expr=expr
27949 else
27950 as_expr=false
27953 rm -f conf$$ conf$$.exe conf$$.file
27954 if test -d conf$$.dir; then
27955 rm -f conf$$.dir/conf$$.file
27956 else
27957 rm -f conf$$.dir
27958 mkdir conf$$.dir 2>/dev/null
27960 if (echo >conf$$.file) 2>/dev/null; then
27961 if ln -s conf$$.file conf$$ 2>/dev/null; then
27962 as_ln_s='ln -s'
27963 # ... but there are two gotchas:
27964 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27965 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27966 # In both cases, we have to default to `cp -p'.
27967 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27968 as_ln_s='cp -p'
27969 elif ln conf$$.file conf$$ 2>/dev/null; then
27970 as_ln_s=ln
27971 else
27972 as_ln_s='cp -p'
27974 else
27975 as_ln_s='cp -p'
27977 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27978 rmdir conf$$.dir 2>/dev/null
27980 if mkdir -p . 2>/dev/null; then
27981 as_mkdir_p=:
27982 else
27983 test -d ./-p && rmdir ./-p
27984 as_mkdir_p=false
27987 if test -x / >/dev/null 2>&1; then
27988 as_test_x='test -x'
27989 else
27990 if ls -dL / >/dev/null 2>&1; then
27991 as_ls_L_option=L
27992 else
27993 as_ls_L_option=
27995 as_test_x='
27996 eval sh -c '\''
27997 if test -d "$1"; then
27998 test -d "$1/.";
27999 else
28000 case $1 in
28001 -*)set "./$1";;
28002 esac;
28003 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28004 ???[sx]*):;;*)false;;esac;fi
28005 '\'' sh
28008 as_executable_p=$as_test_x
28010 # Sed expression to map a string onto a valid CPP name.
28011 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28013 # Sed expression to map a string onto a valid variable name.
28014 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28017 exec 6>&1
28019 # Save the log message, to keep $[0] and so on meaningful, and to
28020 # report actual input values of CONFIG_FILES etc. instead of their
28021 # values after options handling.
28022 ac_log="
28023 This file was extended by Wine $as_me 1.1.13, which was
28024 generated by GNU Autoconf 2.63. Invocation command line was
28026 CONFIG_FILES = $CONFIG_FILES
28027 CONFIG_HEADERS = $CONFIG_HEADERS
28028 CONFIG_LINKS = $CONFIG_LINKS
28029 CONFIG_COMMANDS = $CONFIG_COMMANDS
28030 $ $0 $@
28032 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28035 _ACEOF
28037 case $ac_config_files in *"
28038 "*) set x $ac_config_files; shift; ac_config_files=$*;;
28039 esac
28041 case $ac_config_headers in *"
28042 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
28043 esac
28046 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28047 # Files that config.status was made for.
28048 config_files="$ac_config_files"
28049 config_headers="$ac_config_headers"
28050 config_commands="$ac_config_commands"
28052 _ACEOF
28054 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28055 ac_cs_usage="\
28056 \`$as_me' instantiates files from templates according to the
28057 current configuration.
28059 Usage: $0 [OPTION]... [FILE]...
28061 -h, --help print this help, then exit
28062 -V, --version print version number and configuration settings, then exit
28063 -q, --quiet, --silent
28064 do not print progress messages
28065 -d, --debug don't remove temporary files
28066 --recheck update $as_me by reconfiguring in the same conditions
28067 --file=FILE[:TEMPLATE]
28068 instantiate the configuration file FILE
28069 --header=FILE[:TEMPLATE]
28070 instantiate the configuration header FILE
28072 Configuration files:
28073 $config_files
28075 Configuration headers:
28076 $config_headers
28078 Configuration commands:
28079 $config_commands
28081 Report bugs to <bug-autoconf@gnu.org>."
28083 _ACEOF
28084 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28085 ac_cs_version="\\
28086 Wine config.status 1.1.13
28087 configured by $0, generated by GNU Autoconf 2.63,
28088 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28090 Copyright (C) 2008 Free Software Foundation, Inc.
28091 This config.status script is free software; the Free Software Foundation
28092 gives unlimited permission to copy, distribute and modify it."
28094 ac_pwd='$ac_pwd'
28095 srcdir='$srcdir'
28096 INSTALL='$INSTALL'
28097 test -n "\$AWK" || AWK=awk
28098 _ACEOF
28100 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28101 # The default lists apply if the user does not specify any file.
28102 ac_need_defaults=:
28103 while test $# != 0
28105 case $1 in
28106 --*=*)
28107 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28108 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28109 ac_shift=:
28112 ac_option=$1
28113 ac_optarg=$2
28114 ac_shift=shift
28116 esac
28118 case $ac_option in
28119 # Handling of the options.
28120 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28121 ac_cs_recheck=: ;;
28122 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28123 $as_echo "$ac_cs_version"; exit ;;
28124 --debug | --debu | --deb | --de | --d | -d )
28125 debug=: ;;
28126 --file | --fil | --fi | --f )
28127 $ac_shift
28128 case $ac_optarg in
28129 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28130 esac
28131 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
28132 ac_need_defaults=false;;
28133 --header | --heade | --head | --hea )
28134 $ac_shift
28135 case $ac_optarg in
28136 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
28137 esac
28138 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
28139 ac_need_defaults=false;;
28140 --he | --h)
28141 # Conflict between --help and --header
28142 { $as_echo "$as_me: error: ambiguous option: $1
28143 Try \`$0 --help' for more information." >&2
28144 { (exit 1); exit 1; }; };;
28145 --help | --hel | -h )
28146 $as_echo "$ac_cs_usage"; exit ;;
28147 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28148 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28149 ac_cs_silent=: ;;
28151 # This is an error.
28152 -*) { $as_echo "$as_me: error: unrecognized option: $1
28153 Try \`$0 --help' for more information." >&2
28154 { (exit 1); exit 1; }; } ;;
28156 *) ac_config_targets="$ac_config_targets $1"
28157 ac_need_defaults=false ;;
28159 esac
28160 shift
28161 done
28163 ac_configure_extra_args=
28165 if $ac_cs_silent; then
28166 exec 6>/dev/null
28167 ac_configure_extra_args="$ac_configure_extra_args --silent"
28170 _ACEOF
28171 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28172 if \$ac_cs_recheck; then
28173 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28174 shift
28175 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28176 CONFIG_SHELL='$SHELL'
28177 export CONFIG_SHELL
28178 exec "\$@"
28181 _ACEOF
28182 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28183 exec 5>>config.log
28185 echo
28186 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28187 ## Running $as_me. ##
28188 _ASBOX
28189 $as_echo "$ac_log"
28190 } >&5
28192 _ACEOF
28193 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28194 _ACEOF
28196 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28198 # Handling of arguments.
28199 for ac_config_target in $ac_config_targets
28201 case $ac_config_target in
28202 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28203 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28204 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28205 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28206 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28207 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28208 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28209 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28210 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28211 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28212 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28213 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28214 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28215 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28216 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28217 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28218 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28219 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28220 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28221 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28222 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28223 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28224 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28225 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28226 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28227 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28228 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28229 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28230 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28231 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28232 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28233 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28234 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28235 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28236 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28237 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28238 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28239 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28240 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28241 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28242 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28243 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28244 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28245 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28246 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28247 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28248 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28249 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28250 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28251 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28252 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28253 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28254 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28255 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28256 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28257 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28258 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28259 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28260 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28261 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28262 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28263 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28264 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28265 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28266 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28267 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28268 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28269 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28270 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28271 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28272 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28273 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28274 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28275 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28276 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28277 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28278 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28279 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28280 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28281 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28282 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28283 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28284 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28285 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28286 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28287 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28288 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28289 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28290 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28291 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28292 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28293 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28294 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28295 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28296 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28297 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28298 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28299 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28300 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28301 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28302 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28303 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28304 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28305 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28306 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28307 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28308 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28309 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28310 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28311 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28312 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28313 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28314 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28315 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28316 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28317 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28318 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28319 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28320 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28321 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28322 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28323 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28324 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28325 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28326 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28327 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28328 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28329 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28330 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28331 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28332 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28333 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28334 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28335 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28336 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28337 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28338 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28339 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28340 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28341 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28342 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28343 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28344 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28345 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28346 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28347 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28348 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28349 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28350 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28351 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28352 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28353 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28354 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28355 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28356 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28357 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28358 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28359 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28360 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28361 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28362 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28363 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28364 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28365 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28366 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28367 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28368 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28369 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28370 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28371 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28372 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28373 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28374 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28375 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28376 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28377 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28378 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28379 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28380 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28381 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28382 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28383 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28384 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28385 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28386 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28387 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28388 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28389 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28390 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28391 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28392 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28393 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28394 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28395 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28396 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28397 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28398 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28399 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28400 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28401 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28402 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28403 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28404 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28405 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28406 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28407 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28408 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28409 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28410 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28411 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28412 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28413 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28414 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28415 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28416 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28417 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28418 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28419 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28420 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28421 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28422 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28423 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28424 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28425 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28426 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28427 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28428 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28429 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28430 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28431 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28432 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28433 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28434 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28435 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28436 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28437 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28438 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28439 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28440 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28441 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28442 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28443 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28444 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28445 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28446 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28447 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28448 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28449 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28450 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28451 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28452 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28453 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28454 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28455 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28456 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28457 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28458 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28459 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28460 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28461 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28462 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28463 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28464 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28465 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28466 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28467 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28468 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28469 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28470 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28471 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28472 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28473 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28474 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28475 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28476 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28477 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28478 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28479 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28480 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28481 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28482 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28483 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28484 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28485 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28486 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28487 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28488 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28489 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28490 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28491 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28492 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28493 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28494 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28495 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28496 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28497 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28498 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28499 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28500 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28501 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28502 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28503 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28504 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28505 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28506 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28507 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28508 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28509 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28510 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28511 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28512 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28513 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28514 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28515 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28516 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28517 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28518 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28519 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28520 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28521 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28522 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28523 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28524 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28525 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28526 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28527 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28528 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28529 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28530 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28531 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28532 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28533 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28534 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28535 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28536 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28537 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28538 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28539 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28540 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28541 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28542 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28543 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28544 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28545 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28546 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28547 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28548 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28549 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28550 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28551 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28552 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28553 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28554 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28555 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28556 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28557 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28558 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28559 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28560 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28561 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28562 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28563 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28564 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28565 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28566 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28567 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28568 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28569 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28570 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28571 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28572 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28573 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28574 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28575 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28576 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28577 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28578 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28579 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28580 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28581 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28582 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28583 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28584 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28585 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28586 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28587 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28588 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28589 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28590 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28591 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28592 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28593 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28594 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28595 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28596 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28597 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28598 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28599 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28600 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28601 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28602 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28603 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28604 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28605 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28606 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28607 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28608 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28609 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28610 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28611 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28612 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28613 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28614 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28615 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28616 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28617 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28618 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28619 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28620 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28621 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28622 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28623 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28624 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28625 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28626 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28627 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28628 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28629 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28630 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28631 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28632 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28633 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28634 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28635 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28636 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28637 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28638 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28639 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28640 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28641 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28642 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28643 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28644 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28645 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28646 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28647 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28648 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28649 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28650 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28651 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28652 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28653 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28654 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28655 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28656 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28658 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28659 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28660 { (exit 1); exit 1; }; };;
28661 esac
28662 done
28665 # If the user did not use the arguments to specify the items to instantiate,
28666 # then the envvar interface is used. Set only those that are not.
28667 # We use the long form for the default assignment because of an extremely
28668 # bizarre bug on SunOS 4.1.3.
28669 if $ac_need_defaults; then
28670 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28671 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28672 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28675 # Have a temporary directory for convenience. Make it in the build tree
28676 # simply because there is no reason against having it here, and in addition,
28677 # creating and moving files from /tmp can sometimes cause problems.
28678 # Hook for its removal unless debugging.
28679 # Note that there is a small window in which the directory will not be cleaned:
28680 # after its creation but before its name has been assigned to `$tmp'.
28681 $debug ||
28683 tmp=
28684 trap 'exit_status=$?
28685 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28687 trap '{ (exit 1); exit 1; }' 1 2 13 15
28689 # Create a (secure) tmp directory for tmp files.
28692 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28693 test -n "$tmp" && test -d "$tmp"
28694 } ||
28696 tmp=./conf$$-$RANDOM
28697 (umask 077 && mkdir "$tmp")
28698 } ||
28700 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28701 { (exit 1); exit 1; }
28704 # Set up the scripts for CONFIG_FILES section.
28705 # No need to generate them if there are no CONFIG_FILES.
28706 # This happens for instance with `./config.status config.h'.
28707 if test -n "$CONFIG_FILES"; then
28709 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28710 ac_cs_awk_getline=:
28711 ac_cs_awk_pipe_init=
28712 ac_cs_awk_read_file='
28713 while ((getline aline < (F[key])) > 0)
28714 print(aline)
28715 close(F[key])'
28716 ac_cs_awk_pipe_fini=
28717 else
28718 ac_cs_awk_getline=false
28719 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28720 ac_cs_awk_read_file='
28721 print "|#_!!_#|"
28722 print "cat " F[key] " &&"
28723 '$ac_cs_awk_pipe_init
28724 # The final `:' finishes the AND list.
28725 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28727 ac_cr=' '
28728 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28729 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28730 ac_cs_awk_cr='\\r'
28731 else
28732 ac_cs_awk_cr=$ac_cr
28735 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28736 _ACEOF
28738 # Create commands to substitute file output variables.
28740 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28741 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28742 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28743 echo "_ACAWK" &&
28744 echo "_ACEOF"
28745 } >conf$$files.sh &&
28746 . ./conf$$files.sh ||
28747 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28748 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28749 { (exit 1); exit 1; }; }
28750 rm -f conf$$files.sh
28753 echo "cat >conf$$subs.awk <<_ACEOF" &&
28754 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28755 echo "_ACEOF"
28756 } >conf$$subs.sh ||
28757 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28758 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28759 { (exit 1); exit 1; }; }
28760 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28761 ac_delim='%!_!# '
28762 for ac_last_try in false false false false false :; do
28763 . ./conf$$subs.sh ||
28764 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28765 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28766 { (exit 1); exit 1; }; }
28768 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28769 if test $ac_delim_n = $ac_delim_num; then
28770 break
28771 elif $ac_last_try; then
28772 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28773 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28774 { (exit 1); exit 1; }; }
28775 else
28776 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28778 done
28779 rm -f conf$$subs.sh
28781 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28782 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28783 _ACEOF
28784 sed -n '
28786 s/^/S["/; s/!.*/"]=/
28789 s/^[^!]*!//
28790 :repl
28791 t repl
28792 s/'"$ac_delim"'$//
28793 t delim
28796 s/\(.\{148\}\).*/\1/
28797 t more1
28798 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28801 b repl
28802 :more1
28803 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28806 s/.\{148\}//
28807 t nl
28808 :delim
28810 s/\(.\{148\}\).*/\1/
28811 t more2
28812 s/["\\]/\\&/g; s/^/"/; s/$/"/
28815 :more2
28816 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28819 s/.\{148\}//
28820 t delim
28821 ' <conf$$subs.awk | sed '
28822 /^[^""]/{
28824 s/\n//
28826 ' >>$CONFIG_STATUS || ac_write_fail=1
28827 rm -f conf$$subs.awk
28828 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28829 _ACAWK
28830 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28831 for (key in S) S_is_set[key] = 1
28832 FS = "\a"
28833 \$ac_cs_awk_pipe_init
28836 line = $ 0
28837 nfields = split(line, field, "@")
28838 substed = 0
28839 len = length(field[1])
28840 for (i = 2; i < nfields; i++) {
28841 key = field[i]
28842 keylen = length(key)
28843 if (S_is_set[key]) {
28844 value = S[key]
28845 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28846 len += length(value) + length(field[++i])
28847 substed = 1
28848 } else
28849 len += 1 + keylen
28851 if (nfields == 3 && !substed) {
28852 key = field[2]
28853 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28854 \$ac_cs_awk_read_file
28855 next
28858 print line
28860 \$ac_cs_awk_pipe_fini
28861 _ACAWK
28862 _ACEOF
28863 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28864 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28865 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28866 else
28868 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28869 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28870 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28871 { (exit 1); exit 1; }; }
28872 _ACEOF
28874 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28875 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28876 # trailing colons and then remove the whole line if VPATH becomes empty
28877 # (actually we leave an empty line to preserve line numbers).
28878 if test "x$srcdir" = x.; then
28879 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28880 s/:*\$(srcdir):*/:/
28881 s/:*\${srcdir}:*/:/
28882 s/:*@srcdir@:*/:/
28883 s/^\([^=]*=[ ]*\):*/\1/
28884 s/:*$//
28885 s/^[^=]*=[ ]*$//
28889 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28890 fi # test -n "$CONFIG_FILES"
28892 # Set up the scripts for CONFIG_HEADERS section.
28893 # No need to generate them if there are no CONFIG_HEADERS.
28894 # This happens for instance with `./config.status Makefile'.
28895 if test -n "$CONFIG_HEADERS"; then
28896 cat >"$tmp/defines.awk" <<\_ACAWK ||
28897 BEGIN {
28898 _ACEOF
28900 # Transform confdefs.h into an awk script `defines.awk', embedded as
28901 # here-document in config.status, that substitutes the proper values into
28902 # config.h.in to produce config.h.
28904 # Create a delimiter string that does not exist in confdefs.h, to ease
28905 # handling of long lines.
28906 ac_delim='%!_!# '
28907 for ac_last_try in false false :; do
28908 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28909 if test -z "$ac_t"; then
28910 break
28911 elif $ac_last_try; then
28912 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28913 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28914 { (exit 1); exit 1; }; }
28915 else
28916 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28918 done
28920 # For the awk script, D is an array of macro values keyed by name,
28921 # likewise P contains macro parameters if any. Preserve backslash
28922 # newline sequences.
28924 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28925 sed -n '
28926 s/.\{148\}/&'"$ac_delim"'/g
28927 t rset
28928 :rset
28929 s/^[ ]*#[ ]*define[ ][ ]*/ /
28930 t def
28932 :def
28933 s/\\$//
28934 t bsnl
28935 s/["\\]/\\&/g
28936 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28937 D["\1"]=" \3"/p
28938 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28940 :bsnl
28941 s/["\\]/\\&/g
28942 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28943 D["\1"]=" \3\\\\\\n"\\/p
28944 t cont
28945 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28946 t cont
28948 :cont
28950 s/.\{148\}/&'"$ac_delim"'/g
28951 t clear
28952 :clear
28953 s/\\$//
28954 t bsnlc
28955 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28957 :bsnlc
28958 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28959 b cont
28960 ' <confdefs.h | sed '
28961 s/'"$ac_delim"'/"\\\
28962 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28964 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28965 for (key in D) D_is_set[key] = 1
28966 FS = "\a"
28968 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28969 line = \$ 0
28970 split(line, arg, " ")
28971 if (arg[1] == "#") {
28972 defundef = arg[2]
28973 mac1 = arg[3]
28974 } else {
28975 defundef = substr(arg[1], 2)
28976 mac1 = arg[2]
28978 split(mac1, mac2, "(") #)
28979 macro = mac2[1]
28980 prefix = substr(line, 1, index(line, defundef) - 1)
28981 if (D_is_set[macro]) {
28982 # Preserve the white space surrounding the "#".
28983 print prefix "define", macro P[macro] D[macro]
28984 next
28985 } else {
28986 # Replace #undef with comments. This is necessary, for example,
28987 # in the case of _POSIX_SOURCE, which is predefined and required
28988 # on some systems where configure will not decide to define it.
28989 if (defundef == "undef") {
28990 print "/*", prefix defundef, macro, "*/"
28991 next
28995 { print }
28996 _ACAWK
28997 _ACEOF
28998 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28999 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
29000 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
29001 { (exit 1); exit 1; }; }
29002 fi # test -n "$CONFIG_HEADERS"
29005 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
29006 shift
29007 for ac_tag
29009 case $ac_tag in
29010 :[FHLC]) ac_mode=$ac_tag; continue;;
29011 esac
29012 case $ac_mode$ac_tag in
29013 :[FHL]*:*);;
29014 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
29015 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
29016 { (exit 1); exit 1; }; };;
29017 :[FH]-) ac_tag=-:-;;
29018 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29019 esac
29020 ac_save_IFS=$IFS
29021 IFS=:
29022 set x $ac_tag
29023 IFS=$ac_save_IFS
29024 shift
29025 ac_file=$1
29026 shift
29028 case $ac_mode in
29029 :L) ac_source=$1;;
29030 :[FH])
29031 ac_file_inputs=
29032 for ac_f
29034 case $ac_f in
29035 -) ac_f="$tmp/stdin";;
29036 *) # Look for the file first in the build tree, then in the source tree
29037 # (if the path is not absolute). The absolute path cannot be DOS-style,
29038 # because $ac_f cannot contain `:'.
29039 test -f "$ac_f" ||
29040 case $ac_f in
29041 [\\/$]*) false;;
29042 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29043 esac ||
29044 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29045 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29046 { (exit 1); exit 1; }; };;
29047 esac
29048 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
29049 ac_file_inputs="$ac_file_inputs '$ac_f'"
29050 done
29052 # Let's still pretend it is `configure' which instantiates (i.e., don't
29053 # use $as_me), people would be surprised to read:
29054 # /* config.h. Generated by config.status. */
29055 configure_input='Generated from '`
29056 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
29057 `' by configure.'
29058 if test x"$ac_file" != x-; then
29059 configure_input="$ac_file. $configure_input"
29060 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
29061 $as_echo "$as_me: creating $ac_file" >&6;}
29063 # Neutralize special characters interpreted by sed in replacement strings.
29064 case $configure_input in #(
29065 *\&* | *\|* | *\\* )
29066 ac_sed_conf_input=`$as_echo "$configure_input" |
29067 sed 's/[\\\\&|]/\\\\&/g'`;; #(
29068 *) ac_sed_conf_input=$configure_input;;
29069 esac
29071 case $ac_tag in
29072 *:-:* | *:-) cat >"$tmp/stdin" \
29073 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29074 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29075 { (exit 1); exit 1; }; } ;;
29076 esac
29078 esac
29080 ac_dir=`$as_dirname -- "$ac_file" ||
29081 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29082 X"$ac_file" : 'X\(//\)[^/]' \| \
29083 X"$ac_file" : 'X\(//\)$' \| \
29084 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29085 $as_echo X"$ac_file" |
29086 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29087 s//\1/
29090 /^X\(\/\/\)[^/].*/{
29091 s//\1/
29094 /^X\(\/\/\)$/{
29095 s//\1/
29098 /^X\(\/\).*/{
29099 s//\1/
29102 s/.*/./; q'`
29103 { as_dir="$ac_dir"
29104 case $as_dir in #(
29105 -*) as_dir=./$as_dir;;
29106 esac
29107 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29108 as_dirs=
29109 while :; do
29110 case $as_dir in #(
29111 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
29112 *) as_qdir=$as_dir;;
29113 esac
29114 as_dirs="'$as_qdir' $as_dirs"
29115 as_dir=`$as_dirname -- "$as_dir" ||
29116 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29117 X"$as_dir" : 'X\(//\)[^/]' \| \
29118 X"$as_dir" : 'X\(//\)$' \| \
29119 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29120 $as_echo X"$as_dir" |
29121 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29122 s//\1/
29125 /^X\(\/\/\)[^/].*/{
29126 s//\1/
29129 /^X\(\/\/\)$/{
29130 s//\1/
29133 /^X\(\/\).*/{
29134 s//\1/
29137 s/.*/./; q'`
29138 test -d "$as_dir" && break
29139 done
29140 test -z "$as_dirs" || eval "mkdir $as_dirs"
29141 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29142 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
29143 { (exit 1); exit 1; }; }; }
29144 ac_builddir=.
29146 case "$ac_dir" in
29147 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29149 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
29150 # A ".." for each directory in $ac_dir_suffix.
29151 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
29152 case $ac_top_builddir_sub in
29153 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29154 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29155 esac ;;
29156 esac
29157 ac_abs_top_builddir=$ac_pwd
29158 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29159 # for backward compatibility:
29160 ac_top_builddir=$ac_top_build_prefix
29162 case $srcdir in
29163 .) # We are building in place.
29164 ac_srcdir=.
29165 ac_top_srcdir=$ac_top_builddir_sub
29166 ac_abs_top_srcdir=$ac_pwd ;;
29167 [\\/]* | ?:[\\/]* ) # Absolute name.
29168 ac_srcdir=$srcdir$ac_dir_suffix;
29169 ac_top_srcdir=$srcdir
29170 ac_abs_top_srcdir=$srcdir ;;
29171 *) # Relative name.
29172 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29173 ac_top_srcdir=$ac_top_build_prefix$srcdir
29174 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29175 esac
29176 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29179 case $ac_mode in
29182 # CONFIG_FILE
29185 case $INSTALL in
29186 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29187 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29188 esac
29189 _ACEOF
29191 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29192 # If the template does not know about datarootdir, expand it.
29193 # FIXME: This hack should be removed a few years after 2.60.
29194 ac_datarootdir_hack=; ac_datarootdir_seen=
29196 ac_sed_dataroot='
29197 /datarootdir/ {
29201 /@datadir@/p
29202 /@docdir@/p
29203 /@infodir@/p
29204 /@localedir@/p
29205 /@mandir@/p
29207 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29208 *datarootdir*) ac_datarootdir_seen=yes;;
29209 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29210 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29211 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29212 _ACEOF
29213 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29214 ac_datarootdir_hack='
29215 s&@datadir@&$datadir&g
29216 s&@docdir@&$docdir&g
29217 s&@infodir@&$infodir&g
29218 s&@localedir@&$localedir&g
29219 s&@mandir@&$mandir&g
29220 s&\\\${datarootdir}&$datarootdir&g' ;;
29221 esac
29222 _ACEOF
29224 # Neutralize VPATH when `$srcdir' = `.'.
29225 # Shell code in configure.ac might set extrasub.
29226 # FIXME: do we really want to maintain this feature?
29227 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29228 ac_sed_extra="$ac_vpsub
29229 $extrasub
29230 _ACEOF
29231 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29233 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29234 s|@configure_input@|$ac_sed_conf_input|;t t
29235 s&@top_builddir@&$ac_top_builddir_sub&;t t
29236 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29237 s&@srcdir@&$ac_srcdir&;t t
29238 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29239 s&@top_srcdir@&$ac_top_srcdir&;t t
29240 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29241 s&@builddir@&$ac_builddir&;t t
29242 s&@abs_builddir@&$ac_abs_builddir&;t t
29243 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29244 s&@INSTALL@&$ac_INSTALL&;t t
29245 $ac_datarootdir_hack
29247 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29248 if $ac_cs_awk_getline; then
29249 $AWK -f "$tmp/subs.awk"
29250 else
29251 $AWK -f "$tmp/subs.awk" | $SHELL
29252 fi >$tmp/out \
29253 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29254 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29255 { (exit 1); exit 1; }; }
29257 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29258 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29259 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29260 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29261 which seems to be undefined. Please make sure it is defined." >&5
29262 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29263 which seems to be undefined. Please make sure it is defined." >&2;}
29265 rm -f "$tmp/stdin"
29266 case $ac_file in
29267 -) cat "$tmp/out" && rm -f "$tmp/out";;
29268 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29269 esac \
29270 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29271 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29272 { (exit 1); exit 1; }; }
29276 # CONFIG_HEADER
29278 if test x"$ac_file" != x-; then
29280 $as_echo "/* $configure_input */" \
29281 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29282 } >"$tmp/config.h" \
29283 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29284 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29285 { (exit 1); exit 1; }; }
29286 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29287 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29288 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29289 else
29290 rm -f "$ac_file"
29291 mv "$tmp/config.h" "$ac_file" \
29292 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29293 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29294 { (exit 1); exit 1; }; }
29296 else
29297 $as_echo "/* $configure_input */" \
29298 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29299 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29300 $as_echo "$as_me: error: could not create -" >&2;}
29301 { (exit 1); exit 1; }; }
29305 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29306 $as_echo "$as_me: executing $ac_file commands" >&6;}
29308 esac
29311 case $ac_file$ac_mode in
29312 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29313 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29314 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29315 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29316 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29317 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29318 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29319 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29320 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29321 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29322 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29323 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29324 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29326 esac
29327 done # for ac_tag
29330 { (exit 0); exit 0; }
29331 _ACEOF
29332 chmod +x $CONFIG_STATUS
29333 ac_clean_files=$ac_clean_files_save
29335 test $ac_write_fail = 0 ||
29336 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29337 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29338 { (exit 1); exit 1; }; }
29341 # configure is writing to config.log, and then calls config.status.
29342 # config.status does its own redirection, appending to config.log.
29343 # Unfortunately, on DOS this fails, as config.log is still kept open
29344 # by configure, so config.status won't be able to write to it; its
29345 # output is simply discarded. So we exec the FD to /dev/null,
29346 # effectively closing config.log, so it can be properly (re)opened and
29347 # appended to by config.status. When coming back to configure, we
29348 # need to make the FD available again.
29349 if test "$no_create" != yes; then
29350 ac_cs_success=:
29351 ac_config_status_args=
29352 test "$silent" = yes &&
29353 ac_config_status_args="$ac_config_status_args --quiet"
29354 exec 5>/dev/null
29355 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29356 exec 5>>config.log
29357 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29358 # would make configure fail if this is the last instruction.
29359 $ac_cs_success || { (exit 1); exit 1; }
29361 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29362 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29363 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29367 if test "$no_create" = "yes"
29368 then
29369 exit 0
29372 ac_save_IFS="$IFS"
29373 if test "x$wine_notices != "x; then
29374 echo >&6
29375 IFS="|"
29376 for msg in $wine_notices; do
29377 IFS="$ac_save_IFS"
29378 if test -n "$msg"; then
29379 { $as_echo "$as_me:$LINENO: $msg" >&5
29380 $as_echo "$as_me: $msg" >&6;}
29382 done
29384 IFS="|"
29385 for msg in $wine_warnings; do
29386 IFS="$ac_save_IFS"
29387 if test -n "$msg"; then
29388 echo >&2
29389 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29390 $as_echo "$as_me: WARNING: $msg" >&2;}
29392 done
29393 IFS="$ac_save_IFS"
29395 echo "
29396 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29397 " >&6