2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.17.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE
=1; export DUALCASE
# for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
25 case `(set -o) 2>/dev/null` in
26 *posix
*) set -o posix
;;
35 # Avoid depending upon Character Ranges.
36 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits
='0123456789'
40 as_cr_alnum
=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
47 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
55 # Support unset when possible.
56 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
72 # Find who we are. Look in the path if we contain no directory separator.
74 *[\\/]* ) as_myself
=$0 ;;
75 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
79 test -z "$as_dir" && as_dir
=.
80 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x
; then
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var
in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
110 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C
; export $as_var
113 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
117 # Required to use basename.
118 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
125 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
132 # Name of the executable.
133 as_me
=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
156 if test "x$CONFIG_SHELL" = x
; then
157 if (eval ":") 2>/dev
/null
; then
163 if test $as_have_required = yes && (eval ":
173 as_func_ret_success () {
176 as_func_ret_failure () {
181 if as_func_success; then
185 echo as_func_success failed.
188 if as_func_failure; then
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev
/null
; then
223 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
224 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
227 test -z "$as_dir" && as_dir
=.
230 for as_base
in sh bash ksh sh5
; do
231 as_candidate_shells
="$as_candidate_shells $as_dir/$as_base"
238 for as_shell
in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" ||
test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev
/null
<<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
250 case `(set -o) 2>/dev/null` in
251 *posix
*) set -o posix
;;
260 CONFIG_SHELL
=$as_shell
262 if { "$as_shell" 2> /dev
/null
<<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
271 case `(set -o) 2>/dev/null` in
272 *posix
*) set -o posix
;;
288 as_func_ret_success
() {
291 as_func_ret_failure
() {
296 if as_func_success
; then
300 echo as_func_success failed.
303 if as_func_failure
; then
305 echo as_func_failure succeeded.
308 if as_func_ret_success
; then
312 echo as_func_ret_success failed.
315 if as_func_ret_failure
; then
317 echo as_func_ret_failure succeeded.
320 if ( set x
; as_func_ret_success y
&& test x
= "$1" ); then
324 echo positional parameters were not saved.
327 test $exitcode = 0) ||
{ (exit 1); exit 1; }
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") ||
{ (exit 1); exit 1; }
344 if test "x$CONFIG_SHELL" != x
; then
345 for as_var
in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no
; then
354 echo This
script requires a shell
more modern than all the
355 echo shells that I found on your system. Please
install a
356 echo modern shell
, or manually run the
script under such a
357 echo shell
if you
do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
377 as_func_ret_success () {
380 as_func_ret_failure () {
385 if as_func_success; then
389 echo as_func_success failed.
392 if as_func_failure; then
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
413 echo positional parameters were not saved.
416 test \$exitcode = 0") ||
{
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system
,
419 echo including any error possibly output before this
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
455 chmod +x
"$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
463 # Exit status is that of the last command.
468 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
474 ECHO_C
= ECHO_N
= ECHO_T
=
478 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
485 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
492 rm -f conf$$ conf$$.exe conf$$.
file
493 if test -d conf$$.dir
; then
494 rm -f conf$$.dir
/conf$$.
file
500 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
508 elif ln conf$$.
file conf$$
2>/dev
/null
; then
513 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
514 rmdir conf$$.dir
2>/dev
/null
516 if mkdir
-p .
2>/dev
/null
; then
519 test -d .
/-p && rmdir .
/-p
523 if test -x / >/dev
/null
2>&1; then
526 if ls -dL / >/dev
/null
2>&1; then
533 if test -d "$1"; then
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
544 as_executable_p
=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev
/null
6>&1
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
564 ac_default_prefix
=/usr
/local
566 ac_config_libobj_dir
=.
572 SHELL
=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
576 PACKAGE_TARNAME
='wine'
577 PACKAGE_VERSION
='1.1.17'
578 PACKAGE_STRING
='Wine 1.1.17'
579 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
581 ac_unique_file
="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default
="\
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
595 # ifdef HAVE_STDLIB_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
627 program_transform_name
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
789 ac_subst_files
='MAKE_RULES
794 ac_precious_vars
='build_alias
809 # Initialize some variables set by options.
811 ac_init_version
=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
821 program_transform_name
=s
,x
,x
,
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir
='${exec_prefix}/bin'
836 sbindir
='${exec_prefix}/sbin'
837 libexecdir
='${exec_prefix}/libexec'
838 datarootdir
='${prefix}/share'
839 datadir
='${datarootdir}'
840 sysconfdir
='${prefix}/etc'
841 sharedstatedir
='${prefix}/com'
842 localstatedir
='${prefix}/var'
843 includedir
='${prefix}/include'
844 oldincludedir
='/usr/include'
845 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir
='${datarootdir}/info'
851 libdir
='${exec_prefix}/lib'
852 localedir
='${datarootdir}/locale'
853 mandir
='${datarootdir}/man'
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\
$ac_option
867 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
877 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
879 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
882 -build |
--build |
--buil |
--bui |
--bu)
883 ac_prev
=build_alias
;;
884 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
885 build_alias
=$ac_optarg ;;
887 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
888 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
889 ac_prev
=cache_file
;;
890 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
891 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
892 cache_file
=$ac_optarg ;;
895 cache_file
=config.cache
;;
897 -datadir |
--datadir |
--datadi |
--datad)
899 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
900 datadir
=$ac_optarg ;;
902 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
903 |
--dataroo |
--dataro |
--datar)
904 ac_prev
=datarootdir
;;
905 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
906 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
907 datarootdir
=$ac_optarg ;;
909 -disable-* |
--disable-*)
910 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_
$ac_feature=no
;;
918 -docdir |
--docdir |
--docdi |
--doc |
--do)
920 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
923 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
925 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
928 -enable-* |
--enable-*)
929 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_
$ac_feature=\
$ac_optarg ;;
937 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
938 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
939 |
--exec |
--exe |
--ex)
940 ac_prev
=exec_prefix
;;
941 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
942 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
943 |
--exec=* |
--exe=* |
--ex=*)
944 exec_prefix
=$ac_optarg ;;
946 -gas |
--gas |
--ga |
--g)
947 # Obsolete; use --with-gas.
950 -help |
--help |
--hel |
--he |
-h)
952 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
953 ac_init_help
=recursive
;;
954 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
955 ac_init_help
=short
;;
957 -host |
--host |
--hos |
--ho)
958 ac_prev
=host_alias
;;
959 -host=* |
--host=* |
--hos=* |
--ho=*)
960 host_alias
=$ac_optarg ;;
962 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
964 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
966 htmldir
=$ac_optarg ;;
968 -includedir |
--includedir |
--includedi |
--included |
--include \
969 |
--includ |
--inclu |
--incl |
--inc)
970 ac_prev
=includedir
;;
971 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
972 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
973 includedir
=$ac_optarg ;;
975 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
977 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
978 infodir
=$ac_optarg ;;
980 -libdir |
--libdir |
--libdi |
--libd)
982 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
985 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
986 |
--libexe |
--libex |
--libe)
987 ac_prev
=libexecdir
;;
988 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
989 |
--libexe=* |
--libex=* |
--libe=*)
990 libexecdir
=$ac_optarg ;;
992 -localedir |
--localedir |
--localedi |
--localed |
--locale)
994 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
995 localedir
=$ac_optarg ;;
997 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
998 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
999 ac_prev
=localstatedir
;;
1000 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1001 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1002 localstatedir
=$ac_optarg ;;
1004 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1006 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1007 mandir
=$ac_optarg ;;
1009 -nfp |
--nfp |
--nf)
1010 # Obsolete; use --without-fp.
1013 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1014 |
--no-cr |
--no-c |
-n)
1017 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1018 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1021 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1022 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1023 |
--oldin |
--oldi |
--old |
--ol |
--o)
1024 ac_prev
=oldincludedir
;;
1025 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1026 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1027 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1028 oldincludedir
=$ac_optarg ;;
1030 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1032 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1033 prefix
=$ac_optarg ;;
1035 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1036 |
--program-pre |
--program-pr |
--program-p)
1037 ac_prev
=program_prefix
;;
1038 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1039 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1040 program_prefix
=$ac_optarg ;;
1042 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1043 |
--program-suf |
--program-su |
--program-s)
1044 ac_prev
=program_suffix
;;
1045 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1046 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1047 program_suffix
=$ac_optarg ;;
1049 -program-transform-name |
--program-transform-name \
1050 |
--program-transform-nam |
--program-transform-na \
1051 |
--program-transform-n |
--program-transform- \
1052 |
--program-transform |
--program-transfor \
1053 |
--program-transfo |
--program-transf \
1054 |
--program-trans |
--program-tran \
1055 |
--progr-tra |
--program-tr |
--program-t)
1056 ac_prev
=program_transform_name
;;
1057 -program-transform-name=* |
--program-transform-name=* \
1058 |
--program-transform-nam=* |
--program-transform-na=* \
1059 |
--program-transform-n=* |
--program-transform-=* \
1060 |
--program-transform=* |
--program-transfor=* \
1061 |
--program-transfo=* |
--program-transf=* \
1062 |
--program-trans=* |
--program-tran=* \
1063 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1064 program_transform_name
=$ac_optarg ;;
1066 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1068 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1069 pdfdir
=$ac_optarg ;;
1071 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1073 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1076 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1077 |
-silent |
--silent |
--silen |
--sile |
--sil)
1080 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1082 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1084 sbindir
=$ac_optarg ;;
1086 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1087 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1088 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1090 ac_prev
=sharedstatedir
;;
1091 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1092 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1093 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1095 sharedstatedir
=$ac_optarg ;;
1097 -site |
--site |
--sit)
1099 -site=* |
--site=* |
--sit=*)
1102 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1104 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1105 srcdir
=$ac_optarg ;;
1107 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1108 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1109 ac_prev
=sysconfdir
;;
1110 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1111 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1112 sysconfdir
=$ac_optarg ;;
1114 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1115 ac_prev
=target_alias
;;
1116 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1117 target_alias
=$ac_optarg ;;
1119 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1122 -version |
--version |
--versio |
--versi |
--vers |
-V)
1123 ac_init_version
=: ;;
1126 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_
$ac_package=\
$ac_optarg ;;
1134 -without-* |
--without-*)
1135 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_
$ac_package=no
;;
1144 # Obsolete; use --with-x.
1147 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1148 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1149 ac_prev
=x_includes
;;
1150 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1151 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1152 x_includes
=$ac_optarg ;;
1154 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1155 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1156 ac_prev
=x_libraries
;;
1157 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1158 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1159 x_libraries
=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1167 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\
$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1186 if test -n "$ac_prev"; then
1187 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val
=\$
$ac_var
1200 [\\/$
]* | ?
:[\\/]* ) continue;;
1201 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1212 target
=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x
; then
1216 if test "x$build_alias" = x
; then
1217 cross_compiling
=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1226 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1228 test "$silent" = yes && exec 6>/dev
/null
1231 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di
=`ls -di .` &&
1233 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted
=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir
=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1273 ac_srcdir_defaulted
=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1293 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 for ac_var
in $ac_precious_vars; do
1296 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1298 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1309 \`configure' configures Wine 1.1.17 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1367 --x-includes=DIR X include files are
in DIR
1368 --x-libraries=DIR X library files are
in DIR
1371 --build=BUILD configure
for building on BUILD
[guessed
]
1372 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive
) echo "Configuration of Wine 1.1.17:";;
1383 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1384 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pulse do not use PulseAudio sound support
1418 --without-pthread do not use the pthread library
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1445 XMKMF Path to xmkmf, Makefile generator for X Window System
1447 Use these variables to override the choices made by `configure' or to
help
1448 it to
find libraries and programs with nonstandard names
/locations.
1450 Report bugs to
<wine-devel@winehq.org
>.
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1458 test -d "$ac_dir" ||
continue
1462 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1464 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1469 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1472 ac_abs_top_builddir
=$ac_pwd
1473 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir
=$ac_top_build_prefix
1478 .
) # We are building in place.
1480 ac_top_srcdir
=$ac_top_builddir_sub
1481 ac_abs_top_srcdir
=$ac_pwd ;;
1482 [\\/]* | ?
:[\\/]* ) # Absolute name.
1483 ac_srcdir
=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir
=$srcdir
1485 ac_abs_top_srcdir
=$srcdir ;;
1487 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1491 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1504 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1511 Wine configure
1.1.17
1512 generated by GNU Autoconf
2.61
1514 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1516 This configure
script is free software
; the Free Software Foundation
1517 gives unlimited permission to copy
, distribute and modify it.
1521 cat >config.log
<<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.17, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1557 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1561 test -z "$as_dir" && as_dir
=.
1562 echo "PATH: $as_dir"
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1586 ac_must_keep_next
=false
1592 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1593 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1594 |
-silent |
--silent |
--silen |
--sile |
--sil)
1597 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1600 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true
; then
1604 ac_must_keep_next
=false
# Got value, back to normal.
1607 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1608 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1609 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1610 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1615 -* ) ac_must_keep_next
=true
;;
1618 ac_configure_args
="$ac_configure_args '$ac_arg'"
1623 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1624 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1683 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1685 echo "$ac_var='\''$ac_val'\''"
1689 if test -n "$ac_subst_files"; then
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1696 for ac_var
in $ac_subst_files
1698 eval ac_val
=\$
$ac_var
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1702 echo "$ac_var='\''$ac_val'\''"
1707 if test -s confdefs.h; then
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1725 for ac_signal
in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest
* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h
<<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1740 cat >>confdefs.h
<<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1745 cat >>confdefs.h
<<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1750 cat >>confdefs.h
<<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1755 cat >>confdefs.h
<<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x
"$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE
; then
1765 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1767 set x
"$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1788 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1789 *) .
"./$cache_file";;
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1798 # Check that the precious variables saved in the cache have kept the same
1800 ac_cache_corrupted
=false
1801 for ac_var
in $ac_precious_vars; do
1802 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1803 eval ac_new_set
=\
$ac_env_${ac_var}_set
1804 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1805 eval ac_new_val
=\
$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted
=: ;;
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted
=: ;;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted
=:
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1830 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg
=$ac_var=$ac_new_val ;;
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1872 ac_cpp
='$CPP $CPPFLAGS'
1873 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1879 ac_config_headers
="$ac_config_headers include/config.h"
1882 for ac_dir
in tools
"$srcdir"/tools
; do
1883 if test -f "$ac_dir/install-sh"; then
1885 ac_install_sh
="$ac_aux_dir/install-sh -c"
1887 elif test -f "$ac_dir/install.sh"; then
1889 ac_install_sh
="$ac_aux_dir/install.sh -c"
1891 elif test -f "$ac_dir/shtool"; then
1893 ac_install_sh
="$ac_aux_dir/shtool install -c"
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval
=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval
=$enable_win64;
1924 # Check whether --enable-tests was given.
1925 if test "${enable_tests+set}" = set; then
1926 enableval
=$enable_tests;
1929 # Check whether --enable-maintainer-mode was given.
1930 if test "${enable_maintainer_mode+set}" = set; then
1931 enableval
=$enable_maintainer_mode;
1939 # Check whether --with-alsa was given.
1940 if test "${with_alsa+set}" = set; then
1941 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1945 # Check whether --with-audioio was given.
1946 if test "${with_audioio+set}" = set; then
1947 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1951 # Check whether --with-capi was given.
1952 if test "${with_capi+set}" = set; then
1953 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1957 # Check whether --with-cms was given.
1958 if test "${with_cms+set}" = set; then
1959 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1963 # Check whether --with-coreaudio was given.
1964 if test "${with_coreaudio+set}" = set; then
1965 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1969 # Check whether --with-cups was given.
1970 if test "${with_cups+set}" = set; then
1975 # Check whether --with-curses was given.
1976 if test "${with_curses+set}" = set; then
1977 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1981 # Check whether --with-esd was given.
1982 if test "${with_esd+set}" = set; then
1987 # Check whether --with-fontconfig was given.
1988 if test "${with_fontconfig+set}" = set; then
1989 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1993 # Check whether --with-freetype was given.
1994 if test "${with_freetype+set}" = set; then
1995 withval
=$with_freetype;
1999 # Check whether --with-gphoto was given.
2000 if test "${with_gphoto+set}" = set; then
2001 withval
=$with_gphoto;
2005 # Check whether --with-glu was given.
2006 if test "${with_glu+set}" = set; then
2007 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2011 # Check whether --with-gnutls was given.
2012 if test "${with_gnutls+set}" = set; then
2013 withval
=$with_gnutls;
2017 # Check whether --with-hal was given.
2018 if test "${with_hal+set}" = set; then
2023 # Check whether --with-jack was given.
2024 if test "${with_jack+set}" = set; then
2025 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2029 # Check whether --with-jpeg was given.
2030 if test "${with_jpeg+set}" = set; then
2031 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2035 # Check whether --with-ldap was given.
2036 if test "${with_ldap+set}" = set; then
2037 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2041 # Check whether --with-nas was given.
2042 if test "${with_nas+set}" = set; then
2043 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2047 # Check whether --with-opengl was given.
2048 if test "${with_opengl+set}" = set; then
2049 withval
=$with_opengl;
2053 # Check whether --with-openssl was given.
2054 if test "${with_openssl+set}" = set; then
2055 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2059 # Check whether --with-oss was given.
2060 if test "${with_oss+set}" = set; then
2061 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
2065 # Check whether --with-png was given.
2066 if test "${with_png+set}" = set; then
2067 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2071 # Check whether --with-pulse was given.
2072 if test "${with_pulse+set}" = set; then
2073 withval
=$with_pulse;
2077 # Check whether --with-pthread was given.
2078 if test "${with_pthread+set}" = set; then
2079 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
2083 # Check whether --with-sane was given.
2084 if test "${with_sane+set}" = set; then
2089 # Check whether --with-xcomposite was given.
2090 if test "${with_xcomposite+set}" = set; then
2091 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2095 # Check whether --with-xcursor was given.
2096 if test "${with_xcursor+set}" = set; then
2097 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2101 # Check whether --with-xinerama was given.
2102 if test "${with_xinerama+set}" = set; then
2103 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2107 # Check whether --with-xinput was given.
2108 if test "${with_xinput+set}" = set; then
2109 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2113 # Check whether --with-xml was given.
2114 if test "${with_xml+set}" = set; then
2119 # Check whether --with-xrandr was given.
2120 if test "${with_xrandr+set}" = set; then
2121 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2125 # Check whether --with-xrender was given.
2126 if test "${with_xrender+set}" = set; then
2127 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2131 # Check whether --with-xshape was given.
2132 if test "${with_xshape+set}" = set; then
2133 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2137 # Check whether --with-xshm was given.
2138 if test "${with_xshm+set}" = set; then
2139 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2143 # Check whether --with-xslt was given.
2144 if test "${with_xslt+set}" = set; then
2149 # Check whether --with-xxf86vm was given.
2150 if test "${with_xxf86vm+set}" = set; then
2151 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2156 # Check whether --with-wine-tools was given.
2157 if test "${with_wine_tools+set}" = set; then
2158 withval
=$with_wine_tools;
2162 # Make sure we can run config.sub.
2163 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2164 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2165 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2166 { (exit 1); exit 1; }; }
2168 { echo "$as_me:$LINENO: checking build system type" >&5
2169 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2170 if test "${ac_cv_build+set}" = set; then
2171 echo $ECHO_N "(cached) $ECHO_C" >&6
2173 ac_build_alias
=$build_alias
2174 test "x$ac_build_alias" = x
&&
2175 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2176 test "x$ac_build_alias" = x
&&
2177 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2178 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2179 { (exit 1); exit 1; }; }
2180 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2181 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2183 { (exit 1); exit 1; }; }
2186 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2187 echo "${ECHO_T}$ac_cv_build" >&6; }
2188 case $ac_cv_build in
2190 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2191 echo "$as_me: error: invalid value of canonical build" >&2;}
2192 { (exit 1); exit 1; }; };;
2195 ac_save_IFS
=$IFS; IFS
='-'
2201 # Remember, the first character of IFS is used to create $*,
2202 # except with old shells:
2205 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2208 { echo "$as_me:$LINENO: checking host system type" >&5
2209 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2210 if test "${ac_cv_host+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2213 if test "x$host_alias" = x
; then
2214 ac_cv_host
=$ac_cv_build
2216 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2217 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2218 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2219 { (exit 1); exit 1; }; }
2223 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2224 echo "${ECHO_T}$ac_cv_host" >&6; }
2227 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2228 echo "$as_me: error: invalid value of canonical host" >&2;}
2229 { (exit 1); exit 1; }; };;
2232 ac_save_IFS
=$IFS; IFS
='-'
2238 # Remember, the first character of IFS is used to create $*,
2239 # except with old shells:
2242 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2248 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2249 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2250 You need to run 'make distclean' in the source tree first." >&5
2251 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&2;}
2253 { (exit 1); exit 1; }; }
2258 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2259 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2260 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2261 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2264 cat >conftest.
make <<\_ACEOF
2267 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2269 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2270 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2272 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2274 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2278 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2279 { echo "$as_me:$LINENO: result: yes" >&5
2280 echo "${ECHO_T}yes" >&6; }
2283 { echo "$as_me:$LINENO: result: no" >&5
2284 echo "${ECHO_T}no" >&6; }
2285 SET_MAKE
="MAKE=${MAKE-make}"
2289 ac_cpp
='$CPP $CPPFLAGS'
2290 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2291 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2292 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2293 if test -n "$ac_tool_prefix"; then
2294 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2295 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2298 if test "${ac_cv_prog_CC+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2301 if test -n "$CC"; then
2302 ac_cv_prog_CC
="$CC" # Let the user override the test.
2304 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2308 test -z "$as_dir" && as_dir
=.
2309 for ac_exec_ext
in '' $ac_executable_extensions; do
2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2311 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2322 if test -n "$CC"; then
2323 { echo "$as_me:$LINENO: result: $CC" >&5
2324 echo "${ECHO_T}$CC" >&6; }
2326 { echo "$as_me:$LINENO: result: no" >&5
2327 echo "${ECHO_T}no" >&6; }
2332 if test -z "$ac_cv_prog_CC"; then
2334 # Extract the first word of "gcc", so it can be a program name with args.
2335 set dummy gcc
; ac_word
=$2
2336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2338 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6
2341 if test -n "$ac_ct_CC"; then
2342 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2344 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2348 test -z "$as_dir" && as_dir
=.
2349 for ac_exec_ext
in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_ac_ct_CC
="gcc"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2361 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2362 if test -n "$ac_ct_CC"; then
2363 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2364 echo "${ECHO_T}$ac_ct_CC" >&6; }
2366 { echo "$as_me:$LINENO: result: no" >&5
2367 echo "${ECHO_T}no" >&6; }
2370 if test "x$ac_ct_CC" = x
; then
2373 case $cross_compiling:$ac_tool_warned in
2375 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376 whose name does not start with the host triplet. If you think this
2377 configuration is useful to you, please write to autoconf@gnu.org." >&5
2378 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379 whose name does not start with the host triplet. If you think this
2380 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381 ac_tool_warned
=yes ;;
2389 if test -z "$CC"; then
2390 if test -n "$ac_tool_prefix"; then
2391 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2392 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2395 if test "${ac_cv_prog_CC+set}" = set; then
2396 echo $ECHO_N "(cached) $ECHO_C" >&6
2398 if test -n "$CC"; then
2399 ac_cv_prog_CC
="$CC" # Let the user override the test.
2401 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2405 test -z "$as_dir" && as_dir
=.
2406 for ac_exec_ext
in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2408 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2419 if test -n "$CC"; then
2420 { echo "$as_me:$LINENO: result: $CC" >&5
2421 echo "${ECHO_T}$CC" >&6; }
2423 { echo "$as_me:$LINENO: result: no" >&5
2424 echo "${ECHO_T}no" >&6; }
2430 if test -z "$CC"; then
2431 # Extract the first word of "cc", so it can be a program name with args.
2432 set dummy cc
; ac_word
=$2
2433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC
="$CC" # Let the user override the test.
2442 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2446 test -z "$as_dir" && as_dir
=.
2447 for ac_exec_ext
in '' $ac_executable_extensions; do
2448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2449 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2450 ac_prog_rejected
=yes
2454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2461 if test $ac_prog_rejected = yes; then
2462 # We found a bogon in the path, so make sure we never use it.
2463 set dummy
$ac_cv_prog_CC
2465 if test $# != 0; then
2466 # We chose a different compiler from the bogus one.
2467 # However, it has the same basename, so the bogon will be chosen
2468 # first if we set CC to just the basename; use the full file name.
2470 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2476 if test -n "$CC"; then
2477 { echo "$as_me:$LINENO: result: $CC" >&5
2478 echo "${ECHO_T}$CC" >&6; }
2480 { echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6; }
2486 if test -z "$CC"; then
2487 if test -n "$ac_tool_prefix"; then
2488 for ac_prog
in cl.exe
2490 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2491 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2494 if test "${ac_cv_prog_CC+set}" = set; then
2495 echo $ECHO_N "(cached) $ECHO_C" >&6
2497 if test -n "$CC"; then
2498 ac_cv_prog_CC
="$CC" # Let the user override the test.
2500 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2504 test -z "$as_dir" && as_dir
=.
2505 for ac_exec_ext
in '' $ac_executable_extensions; do
2506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2507 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2518 if test -n "$CC"; then
2519 { echo "$as_me:$LINENO: result: $CC" >&5
2520 echo "${ECHO_T}$CC" >&6; }
2522 { echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6; }
2527 test -n "$CC" && break
2530 if test -z "$CC"; then
2532 for ac_prog
in cl.exe
2534 # Extract the first word of "$ac_prog", so it can be a program name with args.
2535 set dummy
$ac_prog; ac_word
=$2
2536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2539 echo $ECHO_N "(cached) $ECHO_C" >&6
2541 if test -n "$ac_ct_CC"; then
2542 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2544 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2548 test -z "$as_dir" && as_dir
=.
2549 for ac_exec_ext
in '' $ac_executable_extensions; do
2550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2551 ac_cv_prog_ac_ct_CC
="$ac_prog"
2552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2561 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2562 if test -n "$ac_ct_CC"; then
2563 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2564 echo "${ECHO_T}$ac_ct_CC" >&6; }
2566 { echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6; }
2571 test -n "$ac_ct_CC" && break
2574 if test "x$ac_ct_CC" = x
; then
2577 case $cross_compiling:$ac_tool_warned in
2579 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2580 whose name does not start with the host triplet. If you think this
2581 configuration is useful to you, please write to autoconf@gnu.org." >&5
2582 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2583 whose name does not start with the host triplet. If you think this
2584 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2585 ac_tool_warned
=yes ;;
2594 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2595 See \`config.log' for more details." >&5
2596 echo "$as_me: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&2;}
2598 { (exit 1); exit 1; }; }
2600 # Provide some information about the compiler.
2601 echo "$as_me:$LINENO: checking for C compiler version" >&5
2602 ac_compiler
=`set X $ac_compile; echo $2`
2603 { (ac_try
="$ac_compiler --version >&5"
2605 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2606 *) ac_try_echo=$ac_try;;
2608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2609 (eval "$ac_compiler --version >&5") 2>&5
2611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2612 (exit $ac_status); }
2613 { (ac_try="$ac_compiler -v >&5"
2615 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2616 *) ac_try_echo
=$ac_try;;
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler -v >&5") 2>&5
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try
="$ac_compiler -V >&5"
2625 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -V >&5") 2>&5
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2634 cat >conftest.$ac_ext <<_ACEOF
2637 cat confdefs.h >>conftest.$ac_ext
2638 cat >>conftest.$ac_ext <<_ACEOF
2639 /* end confdefs.h. */
2649 ac_clean_files_save=$ac_clean_files
2650 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2651 # Try to create an executable without -o first, disregard a.out.
2652 # It will help us diagnose broken compilers, and finding out an intuition
2654 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2655 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2656 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2658 # List of possible output files, starting from the most likely.
2659 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2660 # only as a last resort. b.out is created by i960 compilers.
2661 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2663 # The IRIX 6 linker writes into existing files which may not be
2664 # executable, retaining their permissions. Remove them first so a
2665 # subsequent execution test works.
2667 for ac_file in $ac_files
2670 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2671 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2676 if { (ac_try="$ac_link_default"
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;;
2681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2682 (eval "$ac_link_default") 2>&5
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; then
2686 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2687 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2688 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2689 # so that the user can short-circuit this test for compilers unknown to
2691 for ac_file
in $ac_files ''
2693 test -f "$ac_file" ||
continue
2695 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2698 # We found the default executable, but exeext='' is most
2702 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2704 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2706 # We set ac_cv_exeext here because the later test for it is not
2707 # safe: cross compilers may not add the suffix if given an `-o'
2708 # argument, so we may need to know it at that point already.
2709 # Even if this section looks crufty: it has the advantage of
2716 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2722 { echo "$as_me:$LINENO: result: $ac_file" >&5
2723 echo "${ECHO_T}$ac_file" >&6; }
2724 if test -z "$ac_file"; then
2725 echo "$as_me: failed program was:" >&5
2726 sed 's/^/| /' conftest.
$ac_ext >&5
2728 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2729 See \`config.log' for more details." >&5
2730 echo "$as_me: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&2;}
2732 { (exit 77); exit 77; }; }
2735 ac_exeext
=$ac_cv_exeext
2737 # Check that the compiler produces executables we can run. If not, either
2738 # the compiler is broken, or we cross compile.
2739 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2740 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2741 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2742 # If not cross compiling, check that we can run a simple program.
2743 if test "$cross_compiling" != yes; then
2744 if { ac_try
='./$ac_file'
2745 { (case "(($ac_try" in
2746 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2750 (eval "$ac_try") 2>&5
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; }; then
2756 if test "$cross_compiling" = maybe; then
2759 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2760 If you meant to cross compile, use \`--host'.
2761 See \`config.log' for more details.
" >&5
2762 echo "$as_me: error
: cannot run C compiled programs.
2763 If you meant to cross compile
, use \
`--host'.
2764 See \`config.log
' for more details." >&2;}
2765 { (exit 1); exit 1; }; }
2769 { echo "$as_me:$LINENO: result: yes" >&5
2770 echo "${ECHO_T}yes" >&6; }
2772 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2773 ac_clean_files=$ac_clean_files_save
2774 # Check that the compiler produces executables we can run. If not, either
2775 # the compiler is broken, or we cross compile.
2776 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2777 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2778 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2779 echo "${ECHO_T}$cross_compiling" >&6; }
2781 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2782 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2783 if { (ac_try="$ac_link"
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2789 (eval "$ac_link") 2>&5
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; then
2793 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2794 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2795 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2797 for ac_file
in conftest.exe conftest conftest.
*; do
2798 test -f "$ac_file" ||
continue
2800 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2801 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2807 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2808 See \`config.log' for more details." >&5
2809 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&2;}
2811 { (exit 1); exit 1; }; }
2814 rm -f conftest
$ac_cv_exeext
2815 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2816 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2818 rm -f conftest.
$ac_ext
2819 EXEEXT
=$ac_cv_exeext
2821 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2822 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2823 if test "${ac_cv_objext+set}" = set; then
2824 echo $ECHO_N "(cached) $ECHO_C" >&6
2826 cat >conftest.
$ac_ext <<_ACEOF
2829 cat confdefs.h
>>conftest.
$ac_ext
2830 cat >>conftest.
$ac_ext <<_ACEOF
2831 /* end confdefs.h. */
2841 rm -f conftest.o conftest.obj
2842 if { (ac_try
="$ac_compile"
2844 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2845 *) ac_try_echo=$ac_try;;
2847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2848 (eval "$ac_compile") 2>&5
2850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 (exit $ac_status); }; then
2852 for ac_file in conftest.o conftest.obj conftest.*; do
2853 test -f "$ac_file" || continue;
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2856 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2861 echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.$ac_ext >&5
2864 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2865 See \`config.log
' for more details." >&5
2866 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details.
" >&2;}
2868 { (exit 1); exit 1; }; }
2871 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2873 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2874 echo "${ECHO_T}$ac_cv_objext" >&6; }
2875 OBJEXT=$ac_cv_objext
2877 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2878 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2879 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2880 echo $ECHO_N "(cached
) $ECHO_C" >&6
2882 cat >conftest.$ac_ext <<_ACEOF
2885 cat confdefs.h >>conftest.$ac_ext
2886 cat >>conftest.$ac_ext <<_ACEOF
2887 /* end confdefs.h. */
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2906 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2909 grep -v '^ *+' conftest.er1 >conftest.err
2911 cat conftest.err >&5
2912 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2913 (exit $ac_status); } && {
2914 test -z "$ac_c_werror_flag" ||
2915 test ! -s conftest.err
2916 } && test -s conftest.$ac_objext; then
2919 echo "$as_me: failed program was
:" >&5
2920 sed 's/^/| /' conftest.$ac_ext >&5
2925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2926 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2929 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2930 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2931 GCC=`test $ac_compiler_gnu = yes && echo yes`
2932 ac_test_CFLAGS=${CFLAGS+set}
2933 ac_save_CFLAGS=$CFLAGS
2934 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2935 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2936 if test "${ac_cv_prog_cc_g+set}" = set; then
2937 echo $ECHO_N "(cached
) $ECHO_C" >&6
2939 ac_save_c_werror_flag=$ac_c_werror_flag
2940 ac_c_werror_flag=yes
2943 cat >conftest.$ac_ext <<_ACEOF
2946 cat confdefs.h >>conftest.$ac_ext
2947 cat >>conftest.$ac_ext <<_ACEOF
2948 /* end confdefs.h. */
2958 rm -f conftest.$ac_objext
2959 if { (ac_try="$ac_compile"
2961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2962 *) ac_try_echo=$ac_try;;
2964 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2965 (eval "$ac_compile") 2>conftest.er1
2967 grep -v '^ *+' conftest.er1 >conftest.err
2969 cat conftest.err >&5
2970 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2971 (exit $ac_status); } && {
2972 test -z "$ac_c_werror_flag" ||
2973 test ! -s conftest.err
2974 } && test -s conftest.$ac_objext; then
2977 echo "$as_me: failed program was
:" >&5
2978 sed 's/^/| /' conftest.$ac_ext >&5
2981 cat >conftest.$ac_ext <<_ACEOF
2984 cat confdefs.h >>conftest.$ac_ext
2985 cat >>conftest.$ac_ext <<_ACEOF
2986 /* end confdefs.h. */
2996 rm -f conftest.$ac_objext
2997 if { (ac_try="$ac_compile"
2999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000 *) ac_try_echo=$ac_try;;
3002 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3003 (eval "$ac_compile") 2>conftest.er1
3005 grep -v '^ *+' conftest.er1 >conftest.err
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3009 (exit $ac_status); } && {
3010 test -z "$ac_c_werror_flag" ||
3011 test ! -s conftest.err
3012 } && test -s conftest.$ac_objext; then
3015 echo "$as_me: failed program was
:" >&5
3016 sed 's/^/| /' conftest.$ac_ext >&5
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3020 cat >conftest.$ac_ext <<_ACEOF
3023 cat confdefs.h >>conftest.$ac_ext
3024 cat >>conftest.$ac_ext <<_ACEOF
3025 /* end confdefs.h. */
3035 rm -f conftest.$ac_objext
3036 if { (ac_try="$ac_compile"
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3041 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3042 (eval "$ac_compile") 2>conftest.er1
3044 grep -v '^ *+' conftest.er1 >conftest.err
3046 cat conftest.err >&5
3047 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3048 (exit $ac_status); } && {
3049 test -z "$ac_c_werror_flag" ||
3050 test ! -s conftest.err
3051 } && test -s conftest.$ac_objext; then
3054 echo "$as_me: failed program was
:" >&5
3055 sed 's/^/| /' conftest.$ac_ext >&5
3060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 ac_c_werror_flag=$ac_save_c_werror_flag
3069 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3070 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3071 if test "$ac_test_CFLAGS" = set; then
3072 CFLAGS=$ac_save_CFLAGS
3073 elif test $ac_cv_prog_cc_g = yes; then
3074 if test "$GCC" = yes; then
3080 if test "$GCC" = yes; then
3086 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3087 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3088 if test "${ac_cv_prog_cc_c89+set}" = set; then
3089 echo $ECHO_N "(cached
) $ECHO_C" >&6
3091 ac_cv_prog_cc_c89=no
3093 cat >conftest.$ac_ext <<_ACEOF
3096 cat confdefs.h >>conftest.$ac_ext
3097 cat >>conftest.$ac_ext <<_ACEOF
3098 /* end confdefs.h. */
3101 #include <sys/types.h>
3102 #include <sys/stat.h>
3103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3104 struct buf { int x; };
3105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3106 static char *e (p, i)
3112 static char *f (char * (*g) (char **, int), char **p, ...)
3117 s = g (p, va_arg (v,int));
3122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3123 function prototypes and stuff, but not '\xHH' hex character constants.
3124 These don't provoke an error unfortunately, instead are silently treated
3125 as 'x'. The following induces an error, until -std is added to get
3126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3127 array size at least. It's necessary to write '\x00'==0 to get something
3128 that's true only with -std. */
3129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3132 inside strings and character constants. */
3134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3136 int test (int i, double x);
3137 struct s1 {int (*f) (int a);};
3138 struct s2 {int (*f) (double a);};
3139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3153 CC="$ac_save_CC $ac_arg"
3154 rm -f conftest.$ac_objext
3155 if { (ac_try="$ac_compile"
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3160 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3161 (eval "$ac_compile") 2>conftest.er1
3163 grep -v '^ *+' conftest.er1 >conftest.err
3165 cat conftest.err >&5
3166 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3167 (exit $ac_status); } && {
3168 test -z "$ac_c_werror_flag" ||
3169 test ! -s conftest.err
3170 } && test -s conftest.$ac_objext; then
3171 ac_cv_prog_cc_c89=$ac_arg
3173 echo "$as_me: failed program was
:" >&5
3174 sed 's/^/| /' conftest.$ac_ext >&5
3179 rm -f core conftest.err conftest.$ac_objext
3180 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3182 rm -f conftest.$ac_ext
3187 case "x
$ac_cv_prog_cc_c89" in
3189 { echo "$as_me:$LINENO: result
: none needed
" >&5
3190 echo "${ECHO_T}none needed
" >&6; } ;;
3192 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3193 echo "${ECHO_T}unsupported
" >&6; } ;;
3195 CC="$CC $ac_cv_prog_cc_c89"
3196 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3197 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3202 ac_cpp='$CPP $CPPFLAGS'
3203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3208 ac_cpp='$CXXCPP $CPPFLAGS'
3209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3212 if test -z "$CXX"; then
3213 if test -n "$CCC"; then
3216 if test -n "$ac_tool_prefix"; then
3217 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3219 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3220 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3221 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3222 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3223 if test "${ac_cv_prog_CXX+set}" = set; then
3224 echo $ECHO_N "(cached
) $ECHO_C" >&6
3226 if test -n "$CXX"; then
3227 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3237 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3247 if test -n "$CXX"; then
3248 { echo "$as_me:$LINENO: result
: $CXX" >&5
3249 echo "${ECHO_T}$CXX" >&6; }
3251 { echo "$as_me:$LINENO: result
: no
" >&5
3252 echo "${ECHO_T}no
" >&6; }
3256 test -n "$CXX" && break
3259 if test -z "$CXX"; then
3261 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3263 # Extract the first word of "$ac_prog", so it can be a program name with args.
3264 set dummy $ac_prog; ac_word=$2
3265 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3266 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3267 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3268 echo $ECHO_N "(cached
) $ECHO_C" >&6
3270 if test -n "$ac_ct_CXX"; then
3271 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277 test -z "$as_dir" && as_dir=.
3278 for ac_exec_ext in '' $ac_executable_extensions; do
3279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3280 ac_cv_prog_ac_ct_CXX="$ac_prog"
3281 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3290 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3291 if test -n "$ac_ct_CXX"; then
3292 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3293 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3295 { echo "$as_me:$LINENO: result
: no
" >&5
3296 echo "${ECHO_T}no
" >&6; }
3300 test -n "$ac_ct_CXX" && break
3303 if test "x
$ac_ct_CXX" = x; then
3306 case $cross_compiling:$ac_tool_warned in
3308 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3309 whose name does not start with the
host triplet. If you think this
3310 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3311 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3312 whose name does not start with the
host triplet. If you think this
3313 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3314 ac_tool_warned=yes ;;
3322 # Provide some information about the compiler.
3323 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3324 ac_compiler=`set X $ac_compile; echo $2`
3325 { (ac_try="$ac_compiler --version >&5"
3327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3328 *) ac_try_echo=$ac_try;;
3330 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3331 (eval "$ac_compiler --version >&5") 2>&5
3333 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3334 (exit $ac_status); }
3335 { (ac_try="$ac_compiler -v >&5"
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3340 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler -v >&5") 2>&5
3343 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -V >&5"
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3350 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -V >&5") 2>&5
3353 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3354 (exit $ac_status); }
3356 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3357 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3358 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3359 echo $ECHO_N "(cached
) $ECHO_C" >&6
3361 cat >conftest.$ac_ext <<_ACEOF
3364 cat confdefs.h >>conftest.$ac_ext
3365 cat >>conftest.$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3379 rm -f conftest.$ac_objext
3380 if { (ac_try="$ac_compile"
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3385 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3386 (eval "$ac_compile") 2>conftest.er1
3388 grep -v '^ *+' conftest.er1 >conftest.err
3390 cat conftest.err >&5
3391 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3392 (exit $ac_status); } && {
3393 test -z "$ac_cxx_werror_flag" ||
3394 test ! -s conftest.err
3395 } && test -s conftest.$ac_objext; then
3398 echo "$as_me: failed program was
:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3405 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3408 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3409 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3410 GXX=`test $ac_compiler_gnu = yes && echo yes`
3411 ac_test_CXXFLAGS=${CXXFLAGS+set}
3412 ac_save_CXXFLAGS=$CXXFLAGS
3413 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3414 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3415 if test "${ac_cv_prog_cxx_g+set}" = set; then
3416 echo $ECHO_N "(cached
) $ECHO_C" >&6
3418 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3419 ac_cxx_werror_flag=yes
3422 cat >conftest.$ac_ext <<_ACEOF
3425 cat confdefs.h >>conftest.$ac_ext
3426 cat >>conftest.$ac_ext <<_ACEOF
3427 /* end confdefs.h. */
3437 rm -f conftest.$ac_objext
3438 if { (ac_try="$ac_compile"
3440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3441 *) ac_try_echo=$ac_try;;
3443 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3444 (eval "$ac_compile") 2>conftest.er1
3446 grep -v '^ *+' conftest.er1 >conftest.err
3448 cat conftest.err >&5
3449 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3450 (exit $ac_status); } && {
3451 test -z "$ac_cxx_werror_flag" ||
3452 test ! -s conftest.err
3453 } && test -s conftest.$ac_objext; then
3454 ac_cv_prog_cxx_g=yes
3456 echo "$as_me: failed program was
:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3460 cat >conftest.$ac_ext <<_ACEOF
3463 cat confdefs.h >>conftest.$ac_ext
3464 cat >>conftest.$ac_ext <<_ACEOF
3465 /* end confdefs.h. */
3475 rm -f conftest.$ac_objext
3476 if { (ac_try="$ac_compile"
3478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3479 *) ac_try_echo=$ac_try;;
3481 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3482 (eval "$ac_compile") 2>conftest.er1
3484 grep -v '^ *+' conftest.er1 >conftest.err
3486 cat conftest.err >&5
3487 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3488 (exit $ac_status); } && {
3489 test -z "$ac_cxx_werror_flag" ||
3490 test ! -s conftest.err
3491 } && test -s conftest.$ac_objext; then
3494 echo "$as_me: failed program was
:" >&5
3495 sed 's/^/| /' conftest.$ac_ext >&5
3497 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3499 cat >conftest.$ac_ext <<_ACEOF
3502 cat confdefs.h >>conftest.$ac_ext
3503 cat >>conftest.$ac_ext <<_ACEOF
3504 /* end confdefs.h. */
3514 rm -f conftest.$ac_objext
3515 if { (ac_try="$ac_compile"
3517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3518 *) ac_try_echo=$ac_try;;
3520 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3521 (eval "$ac_compile") 2>conftest.er1
3523 grep -v '^ *+' conftest.er1 >conftest.err
3525 cat conftest.err >&5
3526 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3527 (exit $ac_status); } && {
3528 test -z "$ac_cxx_werror_flag" ||
3529 test ! -s conftest.err
3530 } && test -s conftest.$ac_objext; then
3531 ac_cv_prog_cxx_g=yes
3533 echo "$as_me: failed program was
:" >&5
3534 sed 's/^/| /' conftest.$ac_ext >&5
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3548 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3549 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3550 if test "$ac_test_CXXFLAGS" = set; then
3551 CXXFLAGS=$ac_save_CXXFLAGS
3552 elif test $ac_cv_prog_cxx_g = yes; then
3553 if test "$GXX" = yes; then
3559 if test "$GXX" = yes; then
3566 ac_cpp='$CPP $CPPFLAGS'
3567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3571 if test -n "$ac_tool_prefix"; then
3572 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3573 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3574 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3575 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3576 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3577 echo $ECHO_N "(cached
) $ECHO_C" >&6
3579 if test -n "$CPPBIN"; then
3580 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3590 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3599 CPPBIN=$ac_cv_prog_CPPBIN
3600 if test -n "$CPPBIN"; then
3601 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3602 echo "${ECHO_T}$CPPBIN" >&6; }
3604 { echo "$as_me:$LINENO: result
: no
" >&5
3605 echo "${ECHO_T}no
" >&6; }
3610 if test -z "$ac_cv_prog_CPPBIN"; then
3611 ac_ct_CPPBIN=$CPPBIN
3612 # Extract the first word of "cpp
", so it can be a program name with args.
3613 set dummy cpp; ac_word=$2
3614 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3615 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3616 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3617 echo $ECHO_N "(cached
) $ECHO_C" >&6
3619 if test -n "$ac_ct_CPPBIN"; then
3620 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3626 test -z "$as_dir" && as_dir=.
3627 for ac_exec_ext in '' $ac_executable_extensions; do
3628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3629 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3630 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3639 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3640 if test -n "$ac_ct_CPPBIN"; then
3641 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3642 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3644 { echo "$as_me:$LINENO: result
: no
" >&5
3645 echo "${ECHO_T}no
" >&6; }
3648 if test "x
$ac_ct_CPPBIN" = x; then
3651 case $cross_compiling:$ac_tool_warned in
3653 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3654 whose name does not start with the
host triplet. If you think this
3655 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3656 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3657 whose name does not start with the
host triplet. If you think this
3658 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3659 ac_tool_warned=yes ;;
3661 CPPBIN=$ac_ct_CPPBIN
3664 CPPBIN="$ac_cv_prog_CPPBIN"
3670 if test "x
$enable_win64" != "xyes
" -a "$cross_compiling" != "yes"
3674 { echo "$as_me:$LINENO: checking whether
$CC works
" >&5
3675 echo $ECHO_N "checking whether
$CC works...
$ECHO_C" >&6; }
3677 cat >conftest.$ac_ext <<_ACEOF
3680 cat confdefs.h >>conftest.$ac_ext
3681 cat >>conftest.$ac_ext <<_ACEOF
3682 /* end confdefs.h. */
3692 rm -f conftest.$ac_objext conftest$ac_exeext
3693 if { (ac_try="$ac_link"
3695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3696 *) ac_try_echo=$ac_try;;
3698 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3699 (eval "$ac_link") 2>conftest.er1
3701 grep -v '^ *+' conftest.er1 >conftest.err
3703 cat conftest.err >&5
3704 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3705 (exit $ac_status); } && {
3706 test -z "$ac_c_werror_flag" ||
3707 test ! -s conftest.err
3708 } && test -s conftest$ac_exeext &&
3709 $as_test_x conftest$ac_exeext; then
3710 { echo "$as_me:$LINENO: result
: yes" >&5
3711 echo "${ECHO_T}yes" >&6; }
3713 echo "$as_me: failed program was
:" >&5
3714 sed 's/^/| /' conftest.$ac_ext >&5
3716 { echo "$as_me:$LINENO: result
: no
" >&5
3717 echo "${ECHO_T}no
" >&6; }
3718 { { echo "$as_me:$LINENO: error
: Cannot build a
32-bit program
, you need to
install 32-bit development libraries.
" >&5
3719 echo "$as_me: error
: Cannot build a
32-bit program
, you need to
install 32-bit development libraries.
" >&2;}
3720 { (exit 1); exit 1; }; }
3723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3724 conftest$ac_exeext conftest.$ac_ext
3725 LD="${LD:-ld} -m elf_i386
"
3728 notice_platform="32-bit "
3731 enable_win16=${enable_win16:-yes}
3738 enable_win16=${enable_win16:-no}
3741 enable_win16=${enable_win16:-yes}
3745 enable_win16=${enable_win16:-no}
3747 WIN16_FILES="\$
(WIN16_FILES
)"
3749 WIN16_INSTALL="\$
(WIN16_INSTALL
)"
3751 if test "x
$enable_win16" != "xyes
"
3755 enable_w32skrnl=${enable_w32skrnl:-no}
3756 enable_winedos=${enable_winedos:-no}
3757 enable_winevdm=${enable_winevdm:-no}
3760 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3761 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3762 if test "${wine_cv_toolsdir+set}" = set; then
3763 echo $ECHO_N "(cached
) $ECHO_C" >&6
3765 if test -z "$with_wine_tools"; then
3766 if test "$cross_compiling" = "yes"; then
3767 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3768 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3769 { (exit 1); exit 1; }; }
3771 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3773 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3774 case $with_wine_tools in
3775 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3776 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3779 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3780 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3781 { (exit 1); exit 1; }; }
3784 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3785 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3786 TOOLSDIR=$wine_cv_toolsdir
3788 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3790 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3796 # Extract the first word of "$ac_prog", so it can be a program name with args.
3797 set dummy $ac_prog; ac_word=$2
3798 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3799 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3800 if test "${ac_cv_prog_FLEX+set}" = set; then
3801 echo $ECHO_N "(cached
) $ECHO_C" >&6
3803 if test -n "$FLEX"; then
3804 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3810 test -z "$as_dir" && as_dir=.
3811 for ac_exec_ext in '' $ac_executable_extensions; do
3812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813 ac_cv_prog_FLEX="$ac_prog"
3814 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3823 FLEX=$ac_cv_prog_FLEX
3824 if test -n "$FLEX"; then
3825 { echo "$as_me:$LINENO: result
: $FLEX" >&5
3826 echo "${ECHO_T}$FLEX" >&6; }
3828 { echo "$as_me:$LINENO: result
: no
" >&5
3829 echo "${ECHO_T}no
" >&6; }
3833 test -n "$FLEX" && break
3835 test -n "$FLEX" || FLEX="none
"
3837 if test "$FLEX" = "none
"
3839 { { echo "$as_me:$LINENO: error
: no suitable flex found. Please
install the
'flex' package.
" >&5
3840 echo "$as_me: error
: no suitable flex found. Please
install the
'flex' package.
" >&2;}
3841 { (exit 1); exit 1; }; }
3844 for ac_prog in bison
3846 # Extract the first word of "$ac_prog", so it can be a program name with args.
3847 set dummy $ac_prog; ac_word=$2
3848 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3849 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3850 if test "${ac_cv_prog_BISON+set}" = set; then
3851 echo $ECHO_N "(cached
) $ECHO_C" >&6
3853 if test -n "$BISON"; then
3854 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3860 test -z "$as_dir" && as_dir=.
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3863 ac_cv_prog_BISON="$ac_prog"
3864 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3873 BISON=$ac_cv_prog_BISON
3874 if test -n "$BISON"; then
3875 { echo "$as_me:$LINENO: result
: $BISON" >&5
3876 echo "${ECHO_T}$BISON" >&6; }
3878 { echo "$as_me:$LINENO: result
: no
" >&5
3879 echo "${ECHO_T}no
" >&6; }
3883 test -n "$BISON" && break
3885 test -n "$BISON" || BISON="none
"
3887 if test "$BISON" = "none
"
3889 { { echo "$as_me:$LINENO: error
: no suitable bison found. Please
install the
'bison' package.
" >&5
3890 echo "$as_me: error
: no suitable bison found. Please
install the
'bison' package.
" >&2;}
3891 { (exit 1); exit 1; }; }
3894 if test -n "$ac_tool_prefix"; then
3895 for ac_prog in gas as
3897 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3898 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3899 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3900 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3901 if test "${ac_cv_prog_AS+set}" = set; then
3902 echo $ECHO_N "(cached
) $ECHO_C" >&6
3904 if test -n "$AS"; then
3905 ac_cv_prog_AS="$AS" # Let the user override the test.
3907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3911 test -z "$as_dir" && as_dir=.
3912 for ac_exec_ext in '' $ac_executable_extensions; do
3913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3914 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3915 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3925 if test -n "$AS"; then
3926 { echo "$as_me:$LINENO: result
: $AS" >&5
3927 echo "${ECHO_T}$AS" >&6; }
3929 { echo "$as_me:$LINENO: result
: no
" >&5
3930 echo "${ECHO_T}no
" >&6; }
3934 test -n "$AS" && break
3937 if test -z "$AS"; then
3939 for ac_prog in gas as
3941 # Extract the first word of "$ac_prog", so it can be a program name with args.
3942 set dummy $ac_prog; ac_word=$2
3943 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3944 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3945 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3946 echo $ECHO_N "(cached
) $ECHO_C" >&6
3948 if test -n "$ac_ct_AS"; then
3949 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3955 test -z "$as_dir" && as_dir=.
3956 for ac_exec_ext in '' $ac_executable_extensions; do
3957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3958 ac_cv_prog_ac_ct_AS="$ac_prog"
3959 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3968 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3969 if test -n "$ac_ct_AS"; then
3970 { echo "$as_me:$LINENO: result
: $ac_ct_AS" >&5
3971 echo "${ECHO_T}$ac_ct_AS" >&6; }
3973 { echo "$as_me:$LINENO: result
: no
" >&5
3974 echo "${ECHO_T}no
" >&6; }
3978 test -n "$ac_ct_AS" && break
3981 if test "x
$ac_ct_AS" = x; then
3984 case $cross_compiling:$ac_tool_warned in
3986 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3987 whose name does not start with the
host triplet. If you think this
3988 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3989 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3990 whose name does not start with the
host triplet. If you think this
3991 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3992 ac_tool_warned=yes ;;
3998 if test -n "$ac_tool_prefix"; then
3999 for ac_prog in ld gld
4001 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4002 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4003 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4004 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4005 if test "${ac_cv_prog_LD+set}" = set; then
4006 echo $ECHO_N "(cached
) $ECHO_C" >&6
4008 if test -n "$LD"; then
4009 ac_cv_prog_LD="$LD" # Let the user override the test.
4011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4015 test -z "$as_dir" && as_dir=.
4016 for ac_exec_ext in '' $ac_executable_extensions; do
4017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4018 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4019 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4029 if test -n "$LD"; then
4030 { echo "$as_me:$LINENO: result
: $LD" >&5
4031 echo "${ECHO_T}$LD" >&6; }
4033 { echo "$as_me:$LINENO: result
: no
" >&5
4034 echo "${ECHO_T}no
" >&6; }
4038 test -n "$LD" && break
4041 if test -z "$LD"; then
4043 for ac_prog in ld gld
4045 # Extract the first word of "$ac_prog", so it can be a program name with args.
4046 set dummy $ac_prog; ac_word=$2
4047 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4048 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4049 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4050 echo $ECHO_N "(cached
) $ECHO_C" >&6
4052 if test -n "$ac_ct_LD"; then
4053 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4059 test -z "$as_dir" && as_dir=.
4060 for ac_exec_ext in '' $ac_executable_extensions; do
4061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4062 ac_cv_prog_ac_ct_LD="$ac_prog"
4063 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4072 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4073 if test -n "$ac_ct_LD"; then
4074 { echo "$as_me:$LINENO: result
: $ac_ct_LD" >&5
4075 echo "${ECHO_T}$ac_ct_LD" >&6; }
4077 { echo "$as_me:$LINENO: result
: no
" >&5
4078 echo "${ECHO_T}no
" >&6; }
4082 test -n "$ac_ct_LD" && break
4085 if test "x
$ac_ct_LD" = x; then
4088 case $cross_compiling:$ac_tool_warned in
4090 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4091 whose name does not start with the
host triplet. If you think this
4092 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4093 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4094 whose name does not start with the
host triplet. If you think this
4095 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4096 ac_tool_warned=yes ;;
4102 if test -n "$ac_tool_prefix"; then
4103 for ac_prog in nm gnm
4105 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4106 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4107 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4108 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4109 if test "${ac_cv_prog_NM+set}" = set; then
4110 echo $ECHO_N "(cached
) $ECHO_C" >&6
4112 if test -n "$NM"; then
4113 ac_cv_prog_NM="$NM" # Let the user override the test.
4115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4119 test -z "$as_dir" && as_dir=.
4120 for ac_exec_ext in '' $ac_executable_extensions; do
4121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4122 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4123 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4133 if test -n "$NM"; then
4134 { echo "$as_me:$LINENO: result
: $NM" >&5
4135 echo "${ECHO_T}$NM" >&6; }
4137 { echo "$as_me:$LINENO: result
: no
" >&5
4138 echo "${ECHO_T}no
" >&6; }
4142 test -n "$NM" && break
4145 if test -z "$NM"; then
4147 for ac_prog in nm gnm
4149 # Extract the first word of "$ac_prog", so it can be a program name with args.
4150 set dummy $ac_prog; ac_word=$2
4151 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4152 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4153 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4154 echo $ECHO_N "(cached
) $ECHO_C" >&6
4156 if test -n "$ac_ct_NM"; then
4157 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4163 test -z "$as_dir" && as_dir=.
4164 for ac_exec_ext in '' $ac_executable_extensions; do
4165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4166 ac_cv_prog_ac_ct_NM="$ac_prog"
4167 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4176 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4177 if test -n "$ac_ct_NM"; then
4178 { echo "$as_me:$LINENO: result
: $ac_ct_NM" >&5
4179 echo "${ECHO_T}$ac_ct_NM" >&6; }
4181 { echo "$as_me:$LINENO: result
: no
" >&5
4182 echo "${ECHO_T}no
" >&6; }
4186 test -n "$ac_ct_NM" && break
4189 if test "x
$ac_ct_NM" = x; then
4192 case $cross_compiling:$ac_tool_warned in
4194 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4195 whose name does not start with the
host triplet. If you think this
4196 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4197 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4198 whose name does not start with the
host triplet. If you think this
4199 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4200 ac_tool_warned=yes ;;
4206 if test -n "$ac_tool_prefix"; then
4207 for ac_prog in ar gar
4209 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4210 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4211 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4212 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4213 if test "${ac_cv_prog_AR+set}" = set; then
4214 echo $ECHO_N "(cached
) $ECHO_C" >&6
4216 if test -n "$AR"; then
4217 ac_cv_prog_AR="$AR" # Let the user override the test.
4219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4223 test -z "$as_dir" && as_dir=.
4224 for ac_exec_ext in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4227 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4237 if test -n "$AR"; then
4238 { echo "$as_me:$LINENO: result
: $AR" >&5
4239 echo "${ECHO_T}$AR" >&6; }
4241 { echo "$as_me:$LINENO: result
: no
" >&5
4242 echo "${ECHO_T}no
" >&6; }
4246 test -n "$AR" && break
4249 if test -z "$AR"; then
4251 for ac_prog in ar gar
4253 # Extract the first word of "$ac_prog", so it can be a program name with args.
4254 set dummy $ac_prog; ac_word=$2
4255 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4256 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4257 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4258 echo $ECHO_N "(cached
) $ECHO_C" >&6
4260 if test -n "$ac_ct_AR"; then
4261 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267 test -z "$as_dir" && as_dir=.
4268 for ac_exec_ext in '' $ac_executable_extensions; do
4269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4270 ac_cv_prog_ac_ct_AR="$ac_prog"
4271 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4280 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4281 if test -n "$ac_ct_AR"; then
4282 { echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
4283 echo "${ECHO_T}$ac_ct_AR" >&6; }
4285 { echo "$as_me:$LINENO: result
: no
" >&5
4286 echo "${ECHO_T}no
" >&6; }
4290 test -n "$ac_ct_AR" && break
4293 if test "x
$ac_ct_AR" = x; then
4296 case $cross_compiling:$ac_tool_warned in
4298 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4299 whose name does not start with the
host triplet. If you think this
4300 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4301 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4302 whose name does not start with the
host triplet. If you think this
4303 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4304 ac_tool_warned=yes ;;
4312 if test -n "$ac_tool_prefix"; then
4313 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
4314 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4315 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4316 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4317 if test "${ac_cv_prog_RANLIB+set}" = set; then
4318 echo $ECHO_N "(cached
) $ECHO_C" >&6
4320 if test -n "$RANLIB"; then
4321 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4327 test -z "$as_dir" && as_dir=.
4328 for ac_exec_ext in '' $ac_executable_extensions; do
4329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4330 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
4331 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4340 RANLIB=$ac_cv_prog_RANLIB
4341 if test -n "$RANLIB"; then
4342 { echo "$as_me:$LINENO: result
: $RANLIB" >&5
4343 echo "${ECHO_T}$RANLIB" >&6; }
4345 { echo "$as_me:$LINENO: result
: no
" >&5
4346 echo "${ECHO_T}no
" >&6; }
4351 if test -z "$ac_cv_prog_RANLIB"; then
4352 ac_ct_RANLIB=$RANLIB
4353 # Extract the first word of "ranlib
", so it can be a program name with args.
4354 set dummy ranlib; ac_word=$2
4355 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4356 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4357 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4358 echo $ECHO_N "(cached
) $ECHO_C" >&6
4360 if test -n "$ac_ct_RANLIB"; then
4361 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367 test -z "$as_dir" && as_dir=.
4368 for ac_exec_ext in '' $ac_executable_extensions; do
4369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4370 ac_cv_prog_ac_ct_RANLIB="ranlib
"
4371 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4380 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4381 if test -n "$ac_ct_RANLIB"; then
4382 { echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
4383 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4385 { echo "$as_me:$LINENO: result
: no
" >&5
4386 echo "${ECHO_T}no
" >&6; }
4389 if test "x
$ac_ct_RANLIB" = x; then
4392 case $cross_compiling:$ac_tool_warned in
4394 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4395 whose name does not start with the
host triplet. If you think this
4396 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4397 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4398 whose name does not start with the
host triplet. If you think this
4399 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4400 ac_tool_warned=yes ;;
4402 RANLIB=$ac_ct_RANLIB
4405 RANLIB="$ac_cv_prog_RANLIB"
4408 if test -n "$ac_tool_prefix"; then
4409 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
4410 set dummy ${ac_tool_prefix}strip; ac_word=$2
4411 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4412 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4413 if test "${ac_cv_prog_STRIP+set}" = set; then
4414 echo $ECHO_N "(cached
) $ECHO_C" >&6
4416 if test -n "$STRIP"; then
4417 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4423 test -z "$as_dir" && as_dir=.
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4426 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
4427 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4436 STRIP=$ac_cv_prog_STRIP
4437 if test -n "$STRIP"; then
4438 { echo "$as_me:$LINENO: result
: $STRIP" >&5
4439 echo "${ECHO_T}$STRIP" >&6; }
4441 { echo "$as_me:$LINENO: result
: no
" >&5
4442 echo "${ECHO_T}no
" >&6; }
4447 if test -z "$ac_cv_prog_STRIP"; then
4449 # Extract the first word of "strip
", so it can be a program name with args.
4450 set dummy strip; ac_word=$2
4451 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4452 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4453 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4454 echo $ECHO_N "(cached
) $ECHO_C" >&6
4456 if test -n "$ac_ct_STRIP"; then
4457 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4463 test -z "$as_dir" && as_dir=.
4464 for ac_exec_ext in '' $ac_executable_extensions; do
4465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4466 ac_cv_prog_ac_ct_STRIP="strip
"
4467 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4476 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4477 if test -n "$ac_ct_STRIP"; then
4478 { echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
4479 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4481 { echo "$as_me:$LINENO: result
: no
" >&5
4482 echo "${ECHO_T}no
" >&6; }
4485 if test "x
$ac_ct_STRIP" = x; then
4488 case $cross_compiling:$ac_tool_warned in
4490 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4491 whose name does not start with the
host triplet. If you think this
4492 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4493 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4494 whose name does not start with the
host triplet. If you think this
4495 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4496 ac_tool_warned=yes ;;
4501 STRIP="$ac_cv_prog_STRIP"
4504 if test -n "$ac_tool_prefix"; then
4505 # Extract the first word of "${ac_tool_prefix}windres
", so it can be a program name with args.
4506 set dummy ${ac_tool_prefix}windres; ac_word=$2
4507 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4508 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4509 if test "${ac_cv_prog_WINDRES+set}" = set; then
4510 echo $ECHO_N "(cached
) $ECHO_C" >&6
4512 if test -n "$WINDRES"; then
4513 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4522 ac_cv_prog_WINDRES="${ac_tool_prefix}windres
"
4523 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4532 WINDRES=$ac_cv_prog_WINDRES
4533 if test -n "$WINDRES"; then
4534 { echo "$as_me:$LINENO: result
: $WINDRES" >&5
4535 echo "${ECHO_T}$WINDRES" >&6; }
4537 { echo "$as_me:$LINENO: result
: no
" >&5
4538 echo "${ECHO_T}no
" >&6; }
4543 if test -z "$ac_cv_prog_WINDRES"; then
4544 ac_ct_WINDRES=$WINDRES
4545 # Extract the first word of "windres
", so it can be a program name with args.
4546 set dummy windres; ac_word=$2
4547 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4548 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4549 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4550 echo $ECHO_N "(cached
) $ECHO_C" >&6
4552 if test -n "$ac_ct_WINDRES"; then
4553 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4559 test -z "$as_dir" && as_dir=.
4560 for ac_exec_ext in '' $ac_executable_extensions; do
4561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4562 ac_cv_prog_ac_ct_WINDRES="windres
"
4563 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4572 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4573 if test -n "$ac_ct_WINDRES"; then
4574 { echo "$as_me:$LINENO: result
: $ac_ct_WINDRES" >&5
4575 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4577 { echo "$as_me:$LINENO: result
: no
" >&5
4578 echo "${ECHO_T}no
" >&6; }
4581 if test "x
$ac_ct_WINDRES" = x; then
4584 case $cross_compiling:$ac_tool_warned in
4586 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4587 whose name does not start with the
host triplet. If you think this
4588 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4589 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4590 whose name does not start with the
host triplet. If you think this
4591 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4592 ac_tool_warned=yes ;;
4594 WINDRES=$ac_ct_WINDRES
4597 WINDRES="$ac_cv_prog_WINDRES"
4600 { echo "$as_me:$LINENO: checking whether
ln -s works
" >&5
4601 echo $ECHO_N "checking whether
ln -s works...
$ECHO_C" >&6; }
4603 if test "$LN_S" = "ln -s"; then
4604 { echo "$as_me:$LINENO: result
: yes" >&5
4605 echo "${ECHO_T}yes" >&6; }
4607 { echo "$as_me:$LINENO: result
: no
, using
$LN_S" >&5
4608 echo "${ECHO_T}no
, using
$LN_S" >&6; }
4611 { echo "$as_me:$LINENO: checking whether
ln works
" >&5
4612 echo $ECHO_N "checking whether
ln works...
$ECHO_C" >&6; }
4613 rm -f conf$$ conf$$.file
4615 if ln conf$$.file conf$$ 2>/dev/null; then
4618 { echo "$as_me:$LINENO: result
: yes" >&5
4619 echo "${ECHO_T}yes" >&6; }
4623 { echo "$as_me:$LINENO: result
: no
, using
$LN" >&5
4624 echo "${ECHO_T}no
, using
$LN" >&6; }
4626 rm -f conf$$ conf$$.file
4627 { echo "$as_me:$LINENO: checking
for grep that handles long lines and
-e" >&5
4628 echo $ECHO_N "checking
for grep that handles long lines and
-e...
$ECHO_C" >&6; }
4629 if test "${ac_cv_path_GREP+set}" = set; then
4630 echo $ECHO_N "(cached
) $ECHO_C" >&6
4632 # Extract the first word of "grep ggrep
" to use in msg output
4633 if test -z "$GREP"; then
4634 set dummy grep ggrep; ac_prog_name=$2
4635 if test "${ac_cv_path_GREP+set}" = set; then
4636 echo $ECHO_N "(cached
) $ECHO_C" >&6
4638 ac_path_GREP_found=false
4639 # Loop through the user's path and test for each of PROGNAME-LIST
4640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4641 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4644 test -z "$as_dir" && as_dir=.
4645 for ac_prog in grep ggrep; do
4646 for ac_exec_ext in '' $ac_executable_extensions; do
4647 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4648 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4649 # Check for GNU ac_path_GREP and select it if it is found.
4650 # Check for GNU $ac_path_GREP
4651 case `"$ac_path_GREP" --version 2>&1` in
4653 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4656 echo $ECHO_N "0123456789$ECHO_C" >"conftest.
in"
4659 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
4660 mv "conftest.tmp
" "conftest.
in"
4661 cp "conftest.
in" "conftest.
nl"
4662 echo 'GREP' >> "conftest.
nl"
4663 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
4664 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
4665 ac_count=`expr $ac_count + 1`
4666 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4667 # Best one so far, save it but keep looking for a better one
4668 ac_cv_path_GREP="$ac_path_GREP"
4669 ac_path_GREP_max=$ac_count
4671 # 10*(2^10) chars as input seems more than enough
4672 test $ac_count -gt 10 && break
4674 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4678 $ac_path_GREP_found && break 3
4688 GREP="$ac_cv_path_GREP"
4689 if test -z "$GREP"; then
4690 { { echo "$as_me:$LINENO: error
: no acceptable
$ac_prog_name could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" >&5
4691 echo "$as_me: error
: no acceptable
$ac_prog_name could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" >&2;}
4692 { (exit 1); exit 1; }; }
4696 ac_cv_path_GREP=$GREP
4701 { echo "$as_me:$LINENO: result
: $ac_cv_path_GREP" >&5
4702 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4703 GREP="$ac_cv_path_GREP"
4706 { echo "$as_me:$LINENO: checking
for egrep" >&5
4707 echo $ECHO_N "checking
for egrep...
$ECHO_C" >&6; }
4708 if test "${ac_cv_path_EGREP+set}" = set; then
4709 echo $ECHO_N "(cached
) $ECHO_C" >&6
4711 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4712 then ac_cv_path_EGREP="$GREP -E"
4714 # Extract the first word of "egrep" to use in msg output
4715 if test -z "$EGREP"; then
4716 set dummy egrep; ac_prog_name=$2
4717 if test "${ac_cv_path_EGREP+set}" = set; then
4718 echo $ECHO_N "(cached
) $ECHO_C" >&6
4720 ac_path_EGREP_found=false
4721 # Loop through the user's path and test for each of PROGNAME-LIST
4722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4726 test -z "$as_dir" && as_dir=.
4727 for ac_prog in egrep; do
4728 for ac_exec_ext in '' $ac_executable_extensions; do
4729 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4730 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4731 # Check for GNU ac_path_EGREP and select it if it is found.
4732 # Check for GNU $ac_path_EGREP
4733 case `"$ac_path_EGREP" --version 2>&1` in
4735 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4738 echo $ECHO_N "0123456789$ECHO_C" >"conftest.
in"
4741 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
4742 mv "conftest.tmp
" "conftest.
in"
4743 cp "conftest.
in" "conftest.
nl"
4744 echo 'EGREP' >> "conftest.
nl"
4745 "$ac_path_EGREP" 'EGREP$' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
4746 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
4747 ac_count=`expr $ac_count + 1`
4748 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4749 # Best one so far, save it but keep looking for a better one
4750 ac_cv_path_EGREP="$ac_path_EGREP"
4751 ac_path_EGREP_max=$ac_count
4753 # 10*(2^10) chars as input seems more than enough
4754 test $ac_count -gt 10 && break
4756 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4760 $ac_path_EGREP_found && break 3
4770 EGREP="$ac_cv_path_EGREP"
4771 if test -z "$EGREP"; then
4772 { { echo "$as_me:$LINENO: error
: no acceptable
$ac_prog_name could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" >&5
4773 echo "$as_me: error
: no acceptable
$ac_prog_name could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" >&2;}
4774 { (exit 1); exit 1; }; }
4778 ac_cv_path_EGREP=$EGREP
4784 { echo "$as_me:$LINENO: result
: $ac_cv_path_EGREP" >&5
4785 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4786 EGREP="$ac_cv_path_EGREP"
4789 # Extract the first word of "ldconfig
", so it can be a program name with args.
4790 set dummy ldconfig; ac_word=$2
4791 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4792 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4793 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4794 echo $ECHO_N "(cached
) $ECHO_C" >&6
4798 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4802 for as_dir in /sbin /usr/sbin $PATH
4805 test -z "$as_dir" && as_dir=.
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4808 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4809 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4816 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true
"
4820 LDCONFIG=$ac_cv_path_LDCONFIG
4821 if test -n "$LDCONFIG"; then
4822 { echo "$as_me:$LINENO: result
: $LDCONFIG" >&5
4823 echo "${ECHO_T}$LDCONFIG" >&6; }
4825 { echo "$as_me:$LINENO: result
: no
" >&5
4826 echo "${ECHO_T}no
" >&6; }
4830 # Find a good install program. We prefer a C program (faster),
4831 # so one script is as good as another. But avoid the broken or
4832 # incompatible versions:
4833 # SysV /etc/install, /usr/sbin/install
4834 # SunOS /usr/etc/install
4835 # IRIX /sbin/install
4837 # AmigaOS /C/install, which installs bootblocks on floppy discs
4838 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4839 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4840 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff
"
4841 # OS/2's system install, which has a completely different semantic
4842 # ./install, which can be erroneously created by make from ./install.sh.
4843 { echo "$as_me:$LINENO: checking
for a BSD-compatible
install" >&5
4844 echo $ECHO_N "checking
for a BSD-compatible
install...
$ECHO_C" >&6; }
4845 if test -z "$INSTALL"; then
4846 if test "${ac_cv_path_install+set}" = set; then
4847 echo $ECHO_N "(cached
) $ECHO_C" >&6
4849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4853 test -z "$as_dir" && as_dir=.
4854 # Account for people who put trailing slashes in PATH elements.
4856 ./ | .// | /cC/* | \
4857 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4858 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4861 # OSF1 and SCO ODT 3.0 have their own names for install.
4862 # Don't use installbsd from OSF since it installs stuff as root
4864 for ac_prog in ginstall scoinst install; do
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4867 if test $ac_prog = install &&
4868 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4869 # AIX install. It has an incompatible calling convention.
4871 elif test $ac_prog = install &&
4872 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4873 # program-specific install script used by HP pwplus--don't use.
4876 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4889 if test "${ac_cv_path_install+set}" = set; then
4890 INSTALL=$ac_cv_path_install
4892 # As a last resort, use the slow shell script. Don't cache a
4893 # value for INSTALL within a source directory, because that will
4894 # break other packages using the cache if that directory is
4895 # removed, or if the value is a relative name.
4896 INSTALL=$ac_install_sh
4899 { echo "$as_me:$LINENO: result
: $INSTALL" >&5
4900 echo "${ECHO_T}$INSTALL" >&6; }
4902 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4903 # It thinks the first close brace ends the variable substitution.
4904 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4906 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4908 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4911 [\\/$]* | ?:[\\/]* ) ;;
4912 *) INSTALL="\\\$
(TOPSRCDIR
)/$INSTALL" ;;
4915 for ac_prog in lclint lint
4917 # Extract the first word of "$ac_prog", so it can be a program name with args.
4918 set dummy $ac_prog; ac_word=$2
4919 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4920 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4921 if test "${ac_cv_prog_LINT+set}" = set; then
4922 echo $ECHO_N "(cached
) $ECHO_C" >&6
4924 if test -n "$LINT"; then
4925 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4931 test -z "$as_dir" && as_dir=.
4932 for ac_exec_ext in '' $ac_executable_extensions; do
4933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4934 ac_cv_prog_LINT="$ac_prog"
4935 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4944 LINT=$ac_cv_prog_LINT
4945 if test -n "$LINT"; then
4946 { echo "$as_me:$LINENO: result
: $LINT" >&5
4947 echo "${ECHO_T}$LINT" >&6; }
4949 { echo "$as_me:$LINENO: result
: no
" >&5
4950 echo "${ECHO_T}no
" >&6; }
4954 test -n "$LINT" && break
4957 if test "$LINT" = "lint
"
4959 LINTFLAGS="$LINTFLAGS -errchk=%all
,no
%longptr64
-errhdr=%user
-Ncheck=macro
-Nlevel=4"
4964 for ac_prog in fontforge
4966 # Extract the first word of "$ac_prog", so it can be a program name with args.
4967 set dummy $ac_prog; ac_word=$2
4968 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4969 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4970 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4971 echo $ECHO_N "(cached
) $ECHO_C" >&6
4973 if test -n "$FONTFORGE"; then
4974 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4980 test -z "$as_dir" && as_dir=.
4981 for ac_exec_ext in '' $ac_executable_extensions; do
4982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4983 ac_cv_prog_FONTFORGE="$ac_prog"
4984 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4993 FONTFORGE=$ac_cv_prog_FONTFORGE
4994 if test -n "$FONTFORGE"; then
4995 { echo "$as_me:$LINENO: result
: $FONTFORGE" >&5
4996 echo "${ECHO_T}$FONTFORGE" >&6; }
4998 { echo "$as_me:$LINENO: result
: no
" >&5
4999 echo "${ECHO_T}no
" >&6; }
5003 test -n "$FONTFORGE" && break
5005 test -n "$FONTFORGE" || FONTFORGE="false
"
5007 for ac_prog in pkg-config
5009 # Extract the first word of "$ac_prog", so it can be a program name with args.
5010 set dummy $ac_prog; ac_word=$2
5011 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
5012 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
5013 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5014 echo $ECHO_N "(cached
) $ECHO_C" >&6
5016 if test -n "$PKG_CONFIG"; then
5017 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5023 test -z "$as_dir" && as_dir=.
5024 for ac_exec_ext in '' $ac_executable_extensions; do
5025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5026 ac_cv_prog_PKG_CONFIG="$ac_prog"
5027 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5036 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5037 if test -n "$PKG_CONFIG"; then
5038 { echo "$as_me:$LINENO: result
: $PKG_CONFIG" >&5
5039 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5041 { echo "$as_me:$LINENO: result
: no
" >&5
5042 echo "${ECHO_T}no
" >&6; }
5046 test -n "$PKG_CONFIG" && break
5048 test -n "$PKG_CONFIG" || PKG_CONFIG="false
"
5052 # Extract the first word of "$ac_prog", so it can be a program name with args.
5053 set dummy $ac_prog; ac_word=$2
5054 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
5055 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
5056 if test "${ac_cv_prog_RSVG+set}" = set; then
5057 echo $ECHO_N "(cached
) $ECHO_C" >&6
5059 if test -n "$RSVG"; then
5060 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5066 test -z "$as_dir" && as_dir=.
5067 for ac_exec_ext in '' $ac_executable_extensions; do
5068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5069 ac_cv_prog_RSVG="$ac_prog"
5070 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5079 RSVG=$ac_cv_prog_RSVG
5080 if test -n "$RSVG"; then
5081 { echo "$as_me:$LINENO: result
: $RSVG" >&5
5082 echo "${ECHO_T}$RSVG" >&6; }
5084 { echo "$as_me:$LINENO: result
: no
" >&5
5085 echo "${ECHO_T}no
" >&6; }
5089 test -n "$RSVG" && break
5091 test -n "$RSVG" || RSVG="false
"
5093 for ac_prog in icotool
5095 # Extract the first word of "$ac_prog", so it can be a program name with args.
5096 set dummy $ac_prog; ac_word=$2
5097 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
5098 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
5099 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5100 echo $ECHO_N "(cached
) $ECHO_C" >&6
5102 if test -n "$ICOTOOL"; then
5103 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109 test -z "$as_dir" && as_dir=.
5110 for ac_exec_ext in '' $ac_executable_extensions; do
5111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5112 ac_cv_prog_ICOTOOL="$ac_prog"
5113 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5122 ICOTOOL=$ac_cv_prog_ICOTOOL
5123 if test -n "$ICOTOOL"; then
5124 { echo "$as_me:$LINENO: result
: $ICOTOOL" >&5
5125 echo "${ECHO_T}$ICOTOOL" >&6; }
5127 { echo "$as_me:$LINENO: result
: no
" >&5
5128 echo "${ECHO_T}no
" >&6; }
5132 test -n "$ICOTOOL" && break
5134 test -n "$ICOTOOL" || ICOTOOL="false
"
5137 if test "${enable_maintainer_mode+set}" = set
5139 if test "$FONTFORGE" = "false
"; then wine_warnings="$wine_warnings|fontforge is missing
, fonts can
't be rebuilt."; fi
5140 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt.
"; fi
5141 if test "$ICOTOOL" = "false
"; then wine_warnings="$wine_warnings|icotool is missing
, icons can
't be rebuilt."; fi
5146 # Extract the first word of "prelink", so it can be a program name with args.
5147 set dummy prelink; ac_word=$2
5148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5150 if test "${ac_cv_path_PRELINK+set}" = set; then
5151 echo $ECHO_N "(cached) $ECHO_C" >&6
5155 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5159 for as_dir in /sbin /usr/sbin $PATH
5162 test -z "$as_dir" && as_dir=.
5163 for ac_exec_ext in '' $ac_executable_extensions; do
5164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5165 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5166 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5173 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5177 PRELINK=$ac_cv_path_PRELINK
5178 if test -n "$PRELINK"; then
5179 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5180 echo "${ECHO_T}$PRELINK" >&6; }
5182 { echo "$as_me:$LINENO: result: no" >&5
5183 echo "${ECHO_T}no" >&6; }
5192 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5193 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5194 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5197 ac_check_lib_save_LIBS=$LIBS
5199 cat >conftest.$ac_ext <<_ACEOF
5202 cat confdefs.h >>conftest.$ac_ext
5203 cat >>conftest.$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5206 /* Override any GCC internal prototype to avoid an error.
5207 Use char because int might match the return type of a GCC
5208 builtin and then its argument prototype would still apply. */
5212 char i386_set_ldt ();
5216 return i386_set_ldt ();
5221 rm -f conftest.$ac_objext conftest$ac_exeext
5222 if { (ac_try="$ac_link"
5224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5225 *) ac_try_echo=$ac_try;;
5227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5228 (eval "$ac_link") 2>conftest.er1
5230 grep -v '^
*+' conftest.er1 >conftest.err
5232 cat conftest.err >&5
5233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5234 (exit $ac_status); } && {
5235 test -z "$ac_c_werror_flag" ||
5236 test ! -s conftest.err
5237 } && test -s conftest$ac_exeext &&
5238 $as_test_x conftest$ac_exeext; then
5239 ac_cv_lib_i386_i386_set_ldt=yes
5241 echo "$as_me: failed program was:" >&5
5242 sed 's
/^
/|
/' conftest.$ac_ext >&5
5244 ac_cv_lib_i386_i386_set_ldt=no
5247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5248 conftest$ac_exeext conftest.$ac_ext
5249 LIBS=$ac_check_lib_save_LIBS
5251 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5252 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5253 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5254 cat >>confdefs.h <<_ACEOF
5255 #define HAVE_LIBI386 1
5263 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5264 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5265 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5266 echo $ECHO_N "(cached) $ECHO_C" >&6
5268 ac_check_lib_save_LIBS=$LIBS
5269 LIBS="-lossaudio $LIBS"
5270 cat >conftest.$ac_ext <<_ACEOF
5273 cat confdefs.h >>conftest.$ac_ext
5274 cat >>conftest.$ac_ext <<_ACEOF
5275 /* end confdefs.h. */
5277 /* Override any GCC internal prototype to avoid an error.
5278 Use char because int might match the return type of a GCC
5279 builtin and then its argument prototype would still apply. */
5287 return _oss_ioctl ();
5292 rm -f conftest.$ac_objext conftest$ac_exeext
5293 if { (ac_try="$ac_link"
5295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5296 *) ac_try_echo=$ac_try;;
5298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5299 (eval "$ac_link") 2>conftest.er1
5301 grep -v '^
*+' conftest.er1 >conftest.err
5303 cat conftest.err >&5
5304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5305 (exit $ac_status); } && {
5306 test -z "$ac_c_werror_flag" ||
5307 test ! -s conftest.err
5308 } && test -s conftest$ac_exeext &&
5309 $as_test_x conftest$ac_exeext; then
5310 ac_cv_lib_ossaudio__oss_ioctl=yes
5312 echo "$as_me: failed program was:" >&5
5313 sed 's
/^
/|
/' conftest.$ac_ext >&5
5315 ac_cv_lib_ossaudio__oss_ioctl=no
5318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5319 conftest$ac_exeext conftest.$ac_ext
5320 LIBS=$ac_check_lib_save_LIBS
5322 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5323 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5324 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5325 cat >>confdefs.h <<_ACEOF
5326 #define HAVE_LIBOSSAUDIO 1
5329 LIBS="-lossaudio $LIBS"
5341 ac_cpp='$CPP $CPPFLAGS'
5342 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
5343 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
5344 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5345 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5346 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5347 # On Suns, sometimes $CPP names a directory.
5348 if test -n "$CPP" && test -d "$CPP"; then
5351 if test -z "$CPP"; then
5352 if test "${ac_cv_prog_CPP+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5355 # Double quotes because CPP needs to be expanded
5356 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5359 for ac_c_preproc_warn_flag in '' yes
5361 # Use a header file that comes with gcc, so configuring glibc
5362 # with a fresh cross-compiler works.
5363 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5364 # <limits.h> exists even on freestanding compilers.
5365 # On the NeXT, cc -E runs the code through the compiler's parser
,
5366 # not just through cpp. "Syntax error" is here to catch this case.
5367 cat >conftest.
$ac_ext <<_ACEOF
5370 cat confdefs.h
>>conftest.
$ac_ext
5371 cat >>conftest.
$ac_ext <<_ACEOF
5372 /* end confdefs.h. */
5374 # include <limits.h>
5376 # include <assert.h>
5380 if { (ac_try
="$ac_cpp conftest.$ac_ext"
5382 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5383 *) ac_try_echo=$ac_try;;
5385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5386 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5388 grep -v '^ *+' conftest.er1 >conftest.err
5390 cat conftest.err >&5
5391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5392 (exit $ac_status); } >/dev/null && {
5393 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5394 test ! -s conftest.err
5398 echo "$as_me: failed program was:" >&5
5399 sed 's/^/| /' conftest.$ac_ext >&5
5401 # Broken: fails on valid input.
5405 rm -f conftest.err conftest.$ac_ext
5407 # OK, works on sane cases. Now check whether nonexistent headers
5408 # can be detected and how.
5409 cat >conftest.$ac_ext <<_ACEOF
5412 cat confdefs.h >>conftest.$ac_ext
5413 cat >>conftest.$ac_ext <<_ACEOF
5414 /* end confdefs.h. */
5415 #include <ac_nonexistent.h>
5417 if { (ac_try="$ac_cpp conftest.$ac_ext"
5419 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5420 *) ac_try_echo
=$ac_try;;
5422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5423 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5425 grep -v '^ *+' conftest.er1
>conftest.err
5427 cat conftest.err
>&5
5428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5429 (exit $ac_status); } >/dev
/null
&& {
5430 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5431 test ! -s conftest.err
5433 # Broken: success on invalid input.
5436 echo "$as_me: failed program was:" >&5
5437 sed 's/^/| /' conftest.
$ac_ext >&5
5439 # Passes both tests.
5444 rm -f conftest.err conftest.
$ac_ext
5447 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5448 rm -f conftest.err conftest.
$ac_ext
5449 if $ac_preproc_ok; then
5461 { echo "$as_me:$LINENO: result: $CPP" >&5
5462 echo "${ECHO_T}$CPP" >&6; }
5464 for ac_c_preproc_warn_flag
in '' yes
5466 # Use a header file that comes with gcc, so configuring glibc
5467 # with a fresh cross-compiler works.
5468 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5469 # <limits.h> exists even on freestanding compilers.
5470 # On the NeXT, cc -E runs the code through the compiler's parser,
5471 # not just through cpp. "Syntax error" is here to catch this case.
5472 cat >conftest.
$ac_ext <<_ACEOF
5475 cat confdefs.h
>>conftest.
$ac_ext
5476 cat >>conftest.
$ac_ext <<_ACEOF
5477 /* end confdefs.h. */
5479 # include <limits.h>
5481 # include <assert.h>
5485 if { (ac_try
="$ac_cpp conftest.$ac_ext"
5487 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5488 *) ac_try_echo=$ac_try;;
5490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5493 grep -v '^ *+' conftest.er1 >conftest.err
5495 cat conftest.err >&5
5496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5497 (exit $ac_status); } >/dev/null && {
5498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5499 test ! -s conftest.err
5503 echo "$as_me: failed program was:" >&5
5504 sed 's/^/| /' conftest.$ac_ext >&5
5506 # Broken: fails on valid input.
5510 rm -f conftest.err conftest.$ac_ext
5512 # OK, works on sane cases. Now check whether nonexistent headers
5513 # can be detected and how.
5514 cat >conftest.$ac_ext <<_ACEOF
5517 cat confdefs.h >>conftest.$ac_ext
5518 cat >>conftest.$ac_ext <<_ACEOF
5519 /* end confdefs.h. */
5520 #include <ac_nonexistent.h>
5522 if { (ac_try="$ac_cpp conftest.$ac_ext"
5524 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5525 *) ac_try_echo
=$ac_try;;
5527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5528 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5530 grep -v '^ *+' conftest.er1
>conftest.err
5532 cat conftest.err
>&5
5533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5534 (exit $ac_status); } >/dev
/null
&& {
5535 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5536 test ! -s conftest.err
5538 # Broken: success on invalid input.
5541 echo "$as_me: failed program was:" >&5
5542 sed 's/^/| /' conftest.
$ac_ext >&5
5544 # Passes both tests.
5549 rm -f conftest.err conftest.
$ac_ext
5552 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5553 rm -f conftest.err conftest.
$ac_ext
5554 if $ac_preproc_ok; then
5557 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5558 See \`config.log' for more details." >&5
5559 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5560 See \`config.log' for more details." >&2;}
5561 { (exit 1); exit 1; }; }
5565 ac_cpp
='$CPP $CPPFLAGS'
5566 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5567 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5568 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5571 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5572 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5573 if test "${ac_cv_header_stdc+set}" = set; then
5574 echo $ECHO_N "(cached) $ECHO_C" >&6
5576 cat >conftest.
$ac_ext <<_ACEOF
5579 cat confdefs.h
>>conftest.
$ac_ext
5580 cat >>conftest.
$ac_ext <<_ACEOF
5581 /* end confdefs.h. */
5595 rm -f conftest.
$ac_objext
5596 if { (ac_try
="$ac_compile"
5598 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5599 *) ac_try_echo=$ac_try;;
5601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5602 (eval "$ac_compile") 2>conftest.er1
5604 grep -v '^ *+' conftest.er1 >conftest.err
5606 cat conftest.err >&5
5607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5608 (exit $ac_status); } && {
5609 test -z "$ac_c_werror_flag" ||
5610 test ! -s conftest.err
5611 } && test -s conftest.$ac_objext; then
5612 ac_cv_header_stdc=yes
5614 echo "$as_me: failed program was:" >&5
5615 sed 's/^/| /' conftest.$ac_ext >&5
5617 ac_cv_header_stdc=no
5620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5622 if test $ac_cv_header_stdc = yes; then
5623 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5624 cat >conftest.$ac_ext <<_ACEOF
5627 cat confdefs.h >>conftest.$ac_ext
5628 cat >>conftest.$ac_ext <<_ACEOF
5629 /* end confdefs.h. */
5633 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5634 $EGREP "memchr" >/dev/null 2>&1; then
5637 ac_cv_header_stdc=no
5643 if test $ac_cv_header_stdc = yes; then
5644 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5645 cat >conftest.$ac_ext <<_ACEOF
5648 cat confdefs.h >>conftest.$ac_ext
5649 cat >>conftest.$ac_ext <<_ACEOF
5650 /* end confdefs.h. */
5654 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5655 $EGREP "free" >/dev/null 2>&1; then
5658 ac_cv_header_stdc=no
5664 if test $ac_cv_header_stdc = yes; then
5665 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5666 if test "$cross_compiling" = yes; then
5669 cat >conftest.$ac_ext <<_ACEOF
5672 cat confdefs.h >>conftest.$ac_ext
5673 cat >>conftest.$ac_ext <<_ACEOF
5674 /* end confdefs.h. */
5677 #if ((' ' & 0x0FF) == 0x020)
5678 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5679 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5681 # define ISLOWER(c) \
5682 (('a' <= (c) && (c) <= 'i') \
5683 || ('j' <= (c) && (c) <= 'r') \
5684 || ('s' <= (c) && (c) <= 'z'))
5685 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5688 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5693 for (i = 0; i < 256; i++)
5694 if (XOR (islower (i), ISLOWER (i))
5695 || toupper (i) != TOUPPER (i))
5700 rm -f conftest$ac_exeext
5701 if { (ac_try="$ac_link"
5703 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5704 *) ac_try_echo
=$ac_try;;
5706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5707 (eval "$ac_link") 2>&5
5709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5710 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5711 { (case "(($ac_try" in
5712 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5713 *) ac_try_echo=$ac_try;;
5715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5716 (eval "$ac_try") 2>&5
5718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5719 (exit $ac_status); }; }; then
5722 echo "$as_me: program exited with status $ac_status" >&5
5723 echo "$as_me: failed program was:" >&5
5724 sed 's/^/| /' conftest.$ac_ext >&5
5727 ac_cv_header_stdc=no
5729 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5735 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5736 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5737 if test $ac_cv_header_stdc = yes; then
5739 cat >>confdefs.h <<\_ACEOF
5740 #define STDC_HEADERS 1
5745 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5755 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5756 inttypes.h stdint.h unistd.h
5758 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
5759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5762 echo $ECHO_N "(cached) $ECHO_C" >&6
5764 cat >conftest.$ac_ext <<_ACEOF
5767 cat confdefs.h >>conftest.$ac_ext
5768 cat >>conftest.$ac_ext <<_ACEOF
5769 /* end confdefs.h. */
5770 $ac_includes_default
5772 #include <$ac_header>
5774 rm -f conftest.$ac_objext
5775 if { (ac_try="$ac_compile"
5777 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5778 *) ac_try_echo
=$ac_try;;
5780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5781 (eval "$ac_compile") 2>conftest.er1
5783 grep -v '^ *+' conftest.er1
>conftest.err
5785 cat conftest.err
>&5
5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5787 (exit $ac_status); } && {
5788 test -z "$ac_c_werror_flag" ||
5789 test ! -s conftest.err
5790 } && test -s conftest.
$ac_objext; then
5791 eval "$as_ac_Header=yes"
5793 echo "$as_me: failed program was:" >&5
5794 sed 's/^/| /' conftest.
$ac_ext >&5
5796 eval "$as_ac_Header=no"
5799 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5801 ac_res
=`eval echo '${'$as_ac_Header'}'`
5802 { echo "$as_me:$LINENO: result: $ac_res" >&5
5803 echo "${ECHO_T}$ac_res" >&6; }
5804 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5805 cat >>confdefs.h
<<_ACEOF
5806 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5938 AudioUnit
/AudioUnit.h \
5940 CoreAudio
/CoreAudio.h \
5941 DiskArbitration
/DiskArbitration.h \
5943 IOKit
/hid
/IOHIDLib.h \
5956 fontconfig
/fontconfig.h \
5982 mach-o
/dyld_images.h \
5988 machine
/soundcard.h \
5993 netinet
/in_systm.h \
6059 valgrind
/memcheck.h \
6063 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6064 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6065 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6066 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6067 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6068 echo $ECHO_N "(cached) $ECHO_C" >&6
6070 ac_res
=`eval echo '${'$as_ac_Header'}'`
6071 { echo "$as_me:$LINENO: result: $ac_res" >&5
6072 echo "${ECHO_T}$ac_res" >&6; }
6074 # Is the header compilable?
6075 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6076 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6077 cat >conftest.
$ac_ext <<_ACEOF
6080 cat confdefs.h
>>conftest.
$ac_ext
6081 cat >>conftest.
$ac_ext <<_ACEOF
6082 /* end confdefs.h. */
6083 $ac_includes_default
6084 #include <$ac_header>
6086 rm -f conftest.
$ac_objext
6087 if { (ac_try
="$ac_compile"
6089 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6090 *) ac_try_echo=$ac_try;;
6092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6093 (eval "$ac_compile") 2>conftest.er1
6095 grep -v '^ *+' conftest.er1 >conftest.err
6097 cat conftest.err >&5
6098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6099 (exit $ac_status); } && {
6100 test -z "$ac_c_werror_flag" ||
6101 test ! -s conftest.err
6102 } && test -s conftest.$ac_objext; then
6103 ac_header_compiler=yes
6105 echo "$as_me: failed program was:" >&5
6106 sed 's/^/| /' conftest.$ac_ext >&5
6108 ac_header_compiler=no
6111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6112 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6113 echo "${ECHO_T}$ac_header_compiler" >&6; }
6115 # Is the header present?
6116 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6117 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6118 cat >conftest.$ac_ext <<_ACEOF
6121 cat confdefs.h >>conftest.$ac_ext
6122 cat >>conftest.$ac_ext <<_ACEOF
6123 /* end confdefs.h. */
6124 #include <$ac_header>
6126 if { (ac_try="$ac_cpp conftest.$ac_ext"
6128 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6129 *) ac_try_echo
=$ac_try;;
6131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6132 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6134 grep -v '^ *+' conftest.er1
>conftest.err
6136 cat conftest.err
>&5
6137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6138 (exit $ac_status); } >/dev
/null
&& {
6139 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6140 test ! -s conftest.err
6142 ac_header_preproc
=yes
6144 echo "$as_me: failed program was:" >&5
6145 sed 's/^/| /' conftest.
$ac_ext >&5
6147 ac_header_preproc
=no
6150 rm -f conftest.err conftest.
$ac_ext
6151 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6152 echo "${ECHO_T}$ac_header_preproc" >&6; }
6154 # So? What about this header?
6155 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6157 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6158 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6159 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6160 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6161 ac_header_preproc
=yes
6164 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6165 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6166 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6167 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6168 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6169 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6170 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6171 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6172 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6173 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6174 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6175 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6177 ## ------------------------------------ ##
6178 ## Report this to wine-devel@winehq.org ##
6179 ## ------------------------------------ ##
6181 ) |
sed "s/^/$as_me: WARNING: /" >&2
6184 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6186 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6187 echo $ECHO_N "(cached) $ECHO_C" >&6
6189 eval "$as_ac_Header=\$ac_header_preproc"
6191 ac_res
=`eval echo '${'$as_ac_Header'}'`
6192 { echo "$as_me:$LINENO: result: $ac_res" >&5
6193 echo "${ECHO_T}$ac_res" >&6; }
6196 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6197 cat >>confdefs.h
<<_ACEOF
6198 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6205 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6206 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6207 if test "${ac_cv_header_stat_broken+set}" = set; then
6208 echo $ECHO_N "(cached) $ECHO_C" >&6
6210 cat >conftest.
$ac_ext <<_ACEOF
6213 cat confdefs.h
>>conftest.
$ac_ext
6214 cat >>conftest.
$ac_ext <<_ACEOF
6215 /* end confdefs.h. */
6216 #include <sys/types.h>
6217 #include <sys/stat.h>
6219 #if defined S_ISBLK && defined S_IFDIR
6220 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6223 #if defined S_ISBLK && defined S_IFCHR
6224 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6227 #if defined S_ISLNK && defined S_IFREG
6228 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6231 #if defined S_ISSOCK && defined S_IFREG
6232 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6236 rm -f conftest.
$ac_objext
6237 if { (ac_try
="$ac_compile"
6239 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6240 *) ac_try_echo=$ac_try;;
6242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6243 (eval "$ac_compile") 2>conftest.er1
6245 grep -v '^ *+' conftest.er1 >conftest.err
6247 cat conftest.err >&5
6248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6249 (exit $ac_status); } && {
6250 test -z "$ac_c_werror_flag" ||
6251 test ! -s conftest.err
6252 } && test -s conftest.$ac_objext; then
6253 ac_cv_header_stat_broken=no
6255 echo "$as_me: failed program was:" >&5
6256 sed 's/^/| /' conftest.$ac_ext >&5
6258 ac_cv_header_stat_broken=yes
6261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6263 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6264 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6265 if test $ac_cv_header_stat_broken = yes; then
6267 cat >>confdefs.h <<\_ACEOF
6268 #define STAT_MACROS_BROKEN 1
6280 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6282 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6283 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6284 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6285 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6286 echo $ECHO_N "(cached) $ECHO_C" >&6
6288 cat >conftest.$ac_ext <<_ACEOF
6291 cat confdefs.h >>conftest.$ac_ext
6292 cat >>conftest.$ac_ext <<_ACEOF
6293 /* end confdefs.h. */
6294 #include <sys/types.h>
6295 #ifdef HAVE_SYS_PARAM_H
6296 # include <sys/param.h>
6299 #include <$ac_header>
6301 rm -f conftest.$ac_objext
6302 if { (ac_try="$ac_compile"
6304 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6305 *) ac_try_echo
=$ac_try;;
6307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6308 (eval "$ac_compile") 2>conftest.er1
6310 grep -v '^ *+' conftest.er1
>conftest.err
6312 cat conftest.err
>&5
6313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6314 (exit $ac_status); } && {
6315 test -z "$ac_c_werror_flag" ||
6316 test ! -s conftest.err
6317 } && test -s conftest.
$ac_objext; then
6318 eval "$as_ac_Header=yes"
6320 echo "$as_me: failed program was:" >&5
6321 sed 's/^/| /' conftest.
$ac_ext >&5
6323 eval "$as_ac_Header=no"
6326 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6328 ac_res
=`eval echo '${'$as_ac_Header'}'`
6329 { echo "$as_me:$LINENO: result: $ac_res" >&5
6330 echo "${ECHO_T}$ac_res" >&6; }
6331 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6332 cat >>confdefs.h
<<_ACEOF
6333 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6361 netinet
/if_ether.h \
6362 netinet
/if_inarp.h \
6370 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6371 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6372 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6373 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6376 cat >conftest.
$ac_ext <<_ACEOF
6379 cat confdefs.h
>>conftest.
$ac_ext
6380 cat >>conftest.
$ac_ext <<_ACEOF
6381 /* end confdefs.h. */
6382 #include <sys/types.h>
6383 #ifdef HAVE_SYS_SOCKET_H
6384 # include <sys/socket.h>
6386 #ifdef HAVE_SYS_SOCKETVAR_H
6387 # include <sys/socketvar.h>
6389 #ifdef HAVE_NET_ROUTE_H
6390 # include <net/route.h>
6392 #ifdef HAVE_NETINET_IN_H
6393 # include <netinet/in.h>
6395 #ifdef HAVE_NETINET_IN_SYSTM_H
6396 # include <netinet/in_systm.h>
6398 #ifdef HAVE_NET_IF_H
6399 # include <net/if.h>
6401 #ifdef HAVE_NETINET_IP_H
6402 # include <netinet/ip.h>
6405 #include <$ac_header>
6407 rm -f conftest.
$ac_objext
6408 if { (ac_try
="$ac_compile"
6410 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6411 *) ac_try_echo=$ac_try;;
6413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6414 (eval "$ac_compile") 2>conftest.er1
6416 grep -v '^ *+' conftest.er1 >conftest.err
6418 cat conftest.err >&5
6419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6420 (exit $ac_status); } && {
6421 test -z "$ac_c_werror_flag" ||
6422 test ! -s conftest.err
6423 } && test -s conftest.$ac_objext; then
6424 eval "$as_ac_Header=yes"
6426 echo "$as_me: failed program was:" >&5
6427 sed 's/^/| /' conftest.$ac_ext >&5
6429 eval "$as_ac_Header=no"
6432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6434 ac_res=`eval echo '${'$as_ac_Header'}'`
6435 { echo "$as_me:$LINENO: result: $ac_res" >&5
6436 echo "${ECHO_T}$ac_res" >&6; }
6437 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6438 cat >>confdefs.h <<_ACEOF
6439 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6451 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6453 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6454 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6456 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6457 echo $ECHO_N "(cached) $ECHO_C" >&6
6459 cat >conftest.$ac_ext <<_ACEOF
6462 cat confdefs.h >>conftest.$ac_ext
6463 cat >>conftest.$ac_ext <<_ACEOF
6464 /* end confdefs.h. */
6465 #include <sys/types.h>
6469 #ifdef HAVE_SYS_SOCKET_H
6470 # include <sys/socket.h>
6472 #ifdef HAVE_SYS_SOCKETVAR_H
6473 # include <sys/socketvar.h>
6475 #ifdef HAVE_SYS_TIMEOUT_H
6476 # include <sys/timeout.h>
6478 #ifdef HAVE_NETINET_IN_H
6479 # include <netinet/in.h>
6481 #ifdef HAVE_NETINET_IN_SYSTM_H
6482 # include <netinet/in_systm.h>
6484 #ifdef HAVE_NETINET_IP_H
6485 # include <netinet/ip.h>
6487 #ifdef HAVE_NETINET_IP_VAR_H
6488 # include <netinet/ip_var.h>
6490 #ifdef HAVE_NETINET_IP_ICMP_H
6491 # include <netinet/ip_icmp.h>
6493 #ifdef HAVE_NETINET_UDP_H
6494 # include <netinet/udp.h>
6496 #ifdef HAVE_NETINET_TCP_H
6497 # include <netinet/tcp.h>
6499 #ifdef HAVE_NETINET_TCP_TIMER_H
6500 #include <netinet/tcp_timer.h>
6503 #include <$ac_header>
6505 rm -f conftest.$ac_objext
6506 if { (ac_try="$ac_compile"
6508 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6509 *) ac_try_echo
=$ac_try;;
6511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6512 (eval "$ac_compile") 2>conftest.er1
6514 grep -v '^ *+' conftest.er1
>conftest.err
6516 cat conftest.err
>&5
6517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6518 (exit $ac_status); } && {
6519 test -z "$ac_c_werror_flag" ||
6520 test ! -s conftest.err
6521 } && test -s conftest.
$ac_objext; then
6522 eval "$as_ac_Header=yes"
6524 echo "$as_me: failed program was:" >&5
6525 sed 's/^/| /' conftest.
$ac_ext >&5
6527 eval "$as_ac_Header=no"
6530 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6532 ac_res
=`eval echo '${'$as_ac_Header'}'`
6533 { echo "$as_me:$LINENO: result: $ac_res" >&5
6534 echo "${ECHO_T}$ac_res" >&6; }
6535 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6536 cat >>confdefs.h
<<_ACEOF
6537 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6546 for ac_header
in linux
/ipx.h
6548 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6549 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6550 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6551 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6552 echo $ECHO_N "(cached) $ECHO_C" >&6
6554 cat >conftest.
$ac_ext <<_ACEOF
6557 cat confdefs.h
>>conftest.
$ac_ext
6558 cat >>conftest.
$ac_ext <<_ACEOF
6559 /* end confdefs.h. */
6560 #include <sys/types.h>
6561 #ifdef HAVE_ASM_TYPES_H
6562 # include <asm/types.h>
6564 #ifdef HAVE_SYS_SOCKET_H
6565 # include <sys/socket.h>
6567 #ifdef HAVE_LINUX_TYPES_H
6568 # include <linux/types.h>
6571 #include <$ac_header>
6573 rm -f conftest.
$ac_objext
6574 if { (ac_try
="$ac_compile"
6576 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6577 *) ac_try_echo=$ac_try;;
6579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6580 (eval "$ac_compile") 2>conftest.er1
6582 grep -v '^ *+' conftest.er1 >conftest.err
6584 cat conftest.err >&5
6585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6586 (exit $ac_status); } && {
6587 test -z "$ac_c_werror_flag" ||
6588 test ! -s conftest.err
6589 } && test -s conftest.$ac_objext; then
6590 eval "$as_ac_Header=yes"
6592 echo "$as_me: failed program was:" >&5
6593 sed 's/^/| /' conftest.$ac_ext >&5
6595 eval "$as_ac_Header=no"
6598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6600 ac_res=`eval echo '${'$as_ac_Header'}'`
6601 { echo "$as_me:$LINENO: result: $ac_res" >&5
6602 echo "${ECHO_T}$ac_res" >&6; }
6603 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6604 cat >>confdefs.h <<_ACEOF
6605 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6614 for ac_header in resolv.h
6616 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6617 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6618 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6619 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6620 echo $ECHO_N "(cached) $ECHO_C" >&6
6622 cat >conftest.$ac_ext <<_ACEOF
6625 cat confdefs.h >>conftest.$ac_ext
6626 cat >>conftest.$ac_ext <<_ACEOF
6627 /* end confdefs.h. */
6628 #include <sys/types.h>
6629 #ifdef HAVE_SYS_SOCKET_H
6630 # include <sys/socket.h>
6632 #ifdef HAVE_NETINET_IN_H
6633 # include <netinet/in.h>
6635 #ifdef HAVE_ARPA_NAMESER_H
6636 # include <arpa/nameser.h>
6639 #include <$ac_header>
6641 rm -f conftest.$ac_objext
6642 if { (ac_try="$ac_compile"
6644 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6645 *) ac_try_echo
=$ac_try;;
6647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6648 (eval "$ac_compile") 2>conftest.er1
6650 grep -v '^ *+' conftest.er1
>conftest.err
6652 cat conftest.err
>&5
6653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6654 (exit $ac_status); } && {
6655 test -z "$ac_c_werror_flag" ||
6656 test ! -s conftest.err
6657 } && test -s conftest.
$ac_objext; then
6658 eval "$as_ac_Header=yes"
6660 echo "$as_me: failed program was:" >&5
6661 sed 's/^/| /' conftest.
$ac_ext >&5
6663 eval "$as_ac_Header=no"
6666 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6668 ac_res
=`eval echo '${'$as_ac_Header'}'`
6669 { echo "$as_me:$LINENO: result: $ac_res" >&5
6670 echo "${ECHO_T}$ac_res" >&6; }
6671 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6672 cat >>confdefs.h
<<_ACEOF
6673 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6682 for ac_header
in ucontext.h
6684 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6685 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6686 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6687 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6688 echo $ECHO_N "(cached) $ECHO_C" >&6
6690 cat >conftest.
$ac_ext <<_ACEOF
6693 cat confdefs.h
>>conftest.
$ac_ext
6694 cat >>conftest.
$ac_ext <<_ACEOF
6695 /* end confdefs.h. */
6698 #include <$ac_header>
6700 rm -f conftest.
$ac_objext
6701 if { (ac_try
="$ac_compile"
6703 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6704 *) ac_try_echo=$ac_try;;
6706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6707 (eval "$ac_compile") 2>conftest.er1
6709 grep -v '^ *+' conftest.er1 >conftest.err
6711 cat conftest.err >&5
6712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6713 (exit $ac_status); } && {
6714 test -z "$ac_c_werror_flag" ||
6715 test ! -s conftest.err
6716 } && test -s conftest.$ac_objext; then
6717 eval "$as_ac_Header=yes"
6719 echo "$as_me: failed program was:" >&5
6720 sed 's/^/| /' conftest.$ac_ext >&5
6722 eval "$as_ac_Header=no"
6725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6727 ac_res=`eval echo '${'$as_ac_Header'}'`
6728 { echo "$as_me:$LINENO: result: $ac_res" >&5
6729 echo "${ECHO_T}$ac_res" >&6; }
6730 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6731 cat >>confdefs.h <<_ACEOF
6732 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6741 for ac_header in sys/thr.h
6743 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6744 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6745 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6746 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6747 echo $ECHO_N "(cached) $ECHO_C" >&6
6749 cat >conftest.$ac_ext <<_ACEOF
6752 cat confdefs.h >>conftest.$ac_ext
6753 cat >>conftest.$ac_ext <<_ACEOF
6754 /* end confdefs.h. */
6755 #include <sys/types.h>
6756 #ifdef HAVE_UCONTEXT_H
6757 #include <ucontext.h>
6760 #include <$ac_header>
6762 rm -f conftest.$ac_objext
6763 if { (ac_try="$ac_compile"
6765 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6766 *) ac_try_echo
=$ac_try;;
6768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6769 (eval "$ac_compile") 2>conftest.er1
6771 grep -v '^ *+' conftest.er1
>conftest.err
6773 cat conftest.err
>&5
6774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775 (exit $ac_status); } && {
6776 test -z "$ac_c_werror_flag" ||
6777 test ! -s conftest.err
6778 } && test -s conftest.
$ac_objext; then
6779 eval "$as_ac_Header=yes"
6781 echo "$as_me: failed program was:" >&5
6782 sed 's/^/| /' conftest.
$ac_ext >&5
6784 eval "$as_ac_Header=no"
6787 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6789 ac_res
=`eval echo '${'$as_ac_Header'}'`
6790 { echo "$as_me:$LINENO: result: $ac_res" >&5
6791 echo "${ECHO_T}$ac_res" >&6; }
6792 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6793 cat >>confdefs.h
<<_ACEOF
6794 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6803 for ac_header
in pthread_np.h
6805 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6806 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6808 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6809 echo $ECHO_N "(cached) $ECHO_C" >&6
6811 cat >conftest.
$ac_ext <<_ACEOF
6814 cat confdefs.h
>>conftest.
$ac_ext
6815 cat >>conftest.
$ac_ext <<_ACEOF
6816 /* end confdefs.h. */
6817 #ifdef HAVE_PTHREAD_H
6818 #include <pthread.h>
6821 #include <$ac_header>
6823 rm -f conftest.
$ac_objext
6824 if { (ac_try
="$ac_compile"
6826 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6827 *) ac_try_echo=$ac_try;;
6829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6830 (eval "$ac_compile") 2>conftest.er1
6832 grep -v '^ *+' conftest.er1 >conftest.err
6834 cat conftest.err >&5
6835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836 (exit $ac_status); } && {
6837 test -z "$ac_c_werror_flag" ||
6838 test ! -s conftest.err
6839 } && test -s conftest.$ac_objext; then
6840 eval "$as_ac_Header=yes"
6842 echo "$as_me: failed program was:" >&5
6843 sed 's/^/| /' conftest.$ac_ext >&5
6845 eval "$as_ac_Header=no"
6848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6850 ac_res=`eval echo '${'$as_ac_Header'}'`
6851 { echo "$as_me:$LINENO: result: $ac_res" >&5
6852 echo "${ECHO_T}$ac_res" >&6; }
6853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6854 cat >>confdefs.h <<_ACEOF
6855 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6864 for ac_header in linux/videodev.h
6866 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6867 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6870 echo $ECHO_N "(cached) $ECHO_C" >&6
6872 cat >conftest.$ac_ext <<_ACEOF
6875 cat confdefs.h >>conftest.$ac_ext
6876 cat >>conftest.$ac_ext <<_ACEOF
6877 /* end confdefs.h. */
6878 #ifdef HAVE_SYS_TIME_H
6879 #include <sys/time.h>
6881 #include <sys/types.h>
6882 #ifdef HAVE_ASM_TYPES_H
6883 #include <asm/types.h>
6886 #include <$ac_header>
6888 rm -f conftest.$ac_objext
6889 if { (ac_try="$ac_compile"
6891 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6892 *) ac_try_echo
=$ac_try;;
6894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6895 (eval "$ac_compile") 2>conftest.er1
6897 grep -v '^ *+' conftest.er1
>conftest.err
6899 cat conftest.err
>&5
6900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901 (exit $ac_status); } && {
6902 test -z "$ac_c_werror_flag" ||
6903 test ! -s conftest.err
6904 } && test -s conftest.
$ac_objext; then
6905 eval "$as_ac_Header=yes"
6907 echo "$as_me: failed program was:" >&5
6908 sed 's/^/| /' conftest.
$ac_ext >&5
6910 eval "$as_ac_Header=no"
6913 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6915 ac_res
=`eval echo '${'$as_ac_Header'}'`
6916 { echo "$as_me:$LINENO: result: $ac_res" >&5
6917 echo "${ECHO_T}$ac_res" >&6; }
6918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6919 cat >>confdefs.h
<<_ACEOF
6920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6929 for ac_header
in linux
/capi.h
6931 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6932 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6933 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6934 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6935 echo $ECHO_N "(cached) $ECHO_C" >&6
6937 cat >conftest.
$ac_ext <<_ACEOF
6940 cat confdefs.h
>>conftest.
$ac_ext
6941 cat >>conftest.
$ac_ext <<_ACEOF
6942 /* end confdefs.h. */
6945 #include <$ac_header>
6947 rm -f conftest.
$ac_objext
6948 if { (ac_try
="$ac_compile"
6950 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6951 *) ac_try_echo=$ac_try;;
6953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6954 (eval "$ac_compile") 2>conftest.er1
6956 grep -v '^ *+' conftest.er1 >conftest.err
6958 cat conftest.err >&5
6959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6960 (exit $ac_status); } && {
6961 test -z "$ac_c_werror_flag" ||
6962 test ! -s conftest.err
6963 } && test -s conftest.$ac_objext; then
6964 eval "$as_ac_Header=yes"
6966 echo "$as_me: failed program was:" >&5
6967 sed 's/^/| /' conftest.$ac_ext >&5
6969 eval "$as_ac_Header=no"
6972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6974 ac_res=`eval echo '${'$as_ac_Header'}'`
6975 { echo "$as_me:$LINENO: result: $ac_res" >&5
6976 echo "${ECHO_T}$ac_res" >&6; }
6977 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6978 cat >>confdefs.h <<_ACEOF
6979 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6990 DLLFLAGS="-D_REENTRANT"
7004 # Extract the first word of "ldd", so it can be a program name with args.
7005 set dummy ldd; ac_word=$2
7006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7008 if test "${ac_cv_path_LDD+set}" = set; then
7009 echo $ECHO_N "(cached) $ECHO_C" >&6
7013 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7017 as_dummy="/sbin:/usr/sbin:$PATH"
7018 for as_dir in $as_dummy
7021 test -z "$as_dir" && as_dir=.
7022 for ac_exec_ext in '' $ac_executable_extensions; do
7023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7024 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7025 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7032 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7037 if test -n "$LDD"; then
7038 { echo "$as_me:$LINENO: result: $LDD" >&5
7039 echo "${ECHO_T}$LDD" >&6; }
7041 { echo "$as_me:$LINENO: result: no" >&5
7042 echo "${ECHO_T}no" >&6; }
7049 if test -n "$ac_tool_prefix"; then
7050 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7051 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7052 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7053 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7054 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7055 echo $ECHO_N "(cached) $ECHO_C" >&6
7057 if test -n "$DLLTOOL"; then
7058 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7064 test -z "$as_dir" && as_dir=.
7065 for ac_exec_ext in '' $ac_executable_extensions; do
7066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7067 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7068 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7077 DLLTOOL=$ac_cv_prog_DLLTOOL
7078 if test -n "$DLLTOOL"; then
7079 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7080 echo "${ECHO_T}$DLLTOOL" >&6; }
7082 { echo "$as_me:$LINENO: result: no" >&5
7083 echo "${ECHO_T}no" >&6; }
7088 if test -z "$ac_cv_prog_DLLTOOL"; then
7089 ac_ct_DLLTOOL=$DLLTOOL
7090 # Extract the first word of "dlltool", so it can be a program name with args.
7091 set dummy dlltool; ac_word=$2
7092 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7094 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7095 echo $ECHO_N "(cached) $ECHO_C" >&6
7097 if test -n "$ac_ct_DLLTOOL"; then
7098 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7104 test -z "$as_dir" && as_dir=.
7105 for ac_exec_ext in '' $ac_executable_extensions; do
7106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7107 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7117 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7118 if test -n "$ac_ct_DLLTOOL"; then
7119 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7120 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7122 { echo "$as_me:$LINENO: result: no" >&5
7123 echo "${ECHO_T}no" >&6; }
7126 if test "x$ac_ct_DLLTOOL" = x; then
7129 case $cross_compiling:$ac_tool_warned in
7131 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7132 whose name does not start with the host triplet. If you think this
7133 configuration is useful to you, please write to autoconf@gnu.org." >&5
7134 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7135 whose name does not start with the host triplet. If you think this
7136 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7137 ac_tool_warned=yes ;;
7139 DLLTOOL=$ac_ct_DLLTOOL
7142 DLLTOOL="$ac_cv_prog_DLLTOOL"
7145 if test -n "$ac_tool_prefix"; then
7146 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7147 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7150 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7151 echo $ECHO_N "(cached) $ECHO_C" >&6
7153 if test -n "$DLLWRAP"; then
7154 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7160 test -z "$as_dir" && as_dir=.
7161 for ac_exec_ext in '' $ac_executable_extensions; do
7162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7163 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7164 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7173 DLLWRAP=$ac_cv_prog_DLLWRAP
7174 if test -n "$DLLWRAP"; then
7175 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7176 echo "${ECHO_T}$DLLWRAP" >&6; }
7178 { echo "$as_me:$LINENO: result: no" >&5
7179 echo "${ECHO_T}no" >&6; }
7184 if test -z "$ac_cv_prog_DLLWRAP"; then
7185 ac_ct_DLLWRAP=$DLLWRAP
7186 # Extract the first word of "dllwrap", so it can be a program name with args.
7187 set dummy dllwrap; ac_word=$2
7188 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7189 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7190 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7191 echo $ECHO_N "(cached) $ECHO_C" >&6
7193 if test -n "$ac_ct_DLLWRAP"; then
7194 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7200 test -z "$as_dir" && as_dir=.
7201 for ac_exec_ext in '' $ac_executable_extensions; do
7202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7203 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7213 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7214 if test -n "$ac_ct_DLLWRAP"; then
7215 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7216 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7218 { echo "$as_me:$LINENO: result: no" >&5
7219 echo "${ECHO_T}no" >&6; }
7222 if test "x$ac_ct_DLLWRAP" = x; then
7225 case $cross_compiling:$ac_tool_warned in
7227 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7228 whose name does not start with the host triplet. If you think this
7229 configuration is useful to you, please write to autoconf@gnu.org." >&5
7230 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7231 whose name does not start with the host triplet. If you think this
7232 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7233 ac_tool_warned=yes ;;
7235 DLLWRAP=$ac_ct_DLLWRAP
7238 DLLWRAP="$ac_cv_prog_DLLWRAP"
7241 if test -n "$ac_tool_prefix"; then
7242 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7243 set dummy ${ac_tool_prefix}ar; ac_word=$2
7244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7246 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7247 echo $ECHO_N "(cached) $ECHO_C" >&6
7249 if test -n "$MINGWAR"; then
7250 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7256 test -z "$as_dir" && as_dir=.
7257 for ac_exec_ext in '' $ac_executable_extensions; do
7258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7259 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7269 MINGWAR=$ac_cv_prog_MINGWAR
7270 if test -n "$MINGWAR"; then
7271 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7272 echo "${ECHO_T}$MINGWAR" >&6; }
7274 { echo "$as_me:$LINENO: result: no" >&5
7275 echo "${ECHO_T}no" >&6; }
7280 if test -z "$ac_cv_prog_MINGWAR"; then
7281 ac_ct_MINGWAR=$MINGWAR
7282 # Extract the first word of "ar", so it can be a program name with args.
7283 set dummy ar; ac_word=$2
7284 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7286 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7287 echo $ECHO_N "(cached) $ECHO_C" >&6
7289 if test -n "$ac_ct_MINGWAR"; then
7290 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7296 test -z "$as_dir" && as_dir=.
7297 for ac_exec_ext in '' $ac_executable_extensions; do
7298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7299 ac_cv_prog_ac_ct_MINGWAR="ar"
7300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7309 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7310 if test -n "$ac_ct_MINGWAR"; then
7311 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7312 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7314 { echo "$as_me:$LINENO: result: no" >&5
7315 echo "${ECHO_T}no" >&6; }
7318 if test "x$ac_ct_MINGWAR" = x; then
7321 case $cross_compiling:$ac_tool_warned in
7323 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7324 whose name does not start with the host triplet. If you think this
7325 configuration is useful to you, please write to autoconf@gnu.org." >&5
7326 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7327 whose name does not start with the host triplet. If you think this
7328 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7329 ac_tool_warned=yes ;;
7331 MINGWAR=$ac_ct_MINGWAR
7334 MINGWAR="$ac_cv_prog_MINGWAR"
7337 if test "$DLLWRAP" = "false"; then
7345 enable_iphlpapi=${enable_iphlpapi:-no}
7346 enable_kernel32=${enable_kernel32:-no}
7347 enable_msvcrt=${enable_msvcrt:-no}
7348 enable_ntdll=${enable_ntdll:-no}
7349 enable_ws2_32=${enable_ws2_32:-no}
7350 enable_loader=${enable_loader:-no}
7351 enable_server=${enable_server:-no}
7352 with_x=${with_x:-no}
7353 with_pthread=${with_pthread:-no}
7358 DLLFLAGS="$DLLFLAGS -fPIC"
7359 LDDLLFLAGS="-bundle -multiply_defined suppress"
7360 LIBWINE_LDFLAGS="-multiply_defined suppress"
7361 LDSHARED="\$(CC) -dynamiclib"
7363 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7364 SECURITYLIB="-framework Security -framework CoreFoundation"
7366 COREFOUNDATIONLIB="-framework CoreFoundation"
7368 IOKITLIB="-framework IOKit -framework CoreFoundation"
7370 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7372 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7374 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7377 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7379 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7382 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7384 ac_save_LIBS="$LIBS"
7385 LIBS="$LIBS $IOKITLIB"
7387 for ac_func in IOHIDManagerCreate
7389 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
7390 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7391 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7392 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7393 echo $ECHO_N "(cached) $ECHO_C" >&6
7395 cat >conftest.$ac_ext <<_ACEOF
7398 cat confdefs.h >>conftest.$ac_ext
7399 cat >>conftest.$ac_ext <<_ACEOF
7400 /* end confdefs.h. */
7401 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7402 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7403 #define $ac_func innocuous_$ac_func
7405 /* System header to define __stub macros and hopefully few prototypes,
7406 which can conflict with char $ac_func (); below.
7407 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7408 <limits.h> exists even on freestanding compilers. */
7411 # include <limits.h>
7413 # include <assert.h>
7418 /* Override any GCC internal prototype to avoid an error.
7419 Use char because int might match the return type of a GCC
7420 builtin and then its argument prototype would still apply. */
7425 /* The GNU C library defines this for functions which it implements
7426 to always fail with ENOSYS. Some functions are actually named
7427 something starting with __ and the normal name is an alias. */
7428 #if defined __stub_$ac_func || defined __stub___$ac_func
7440 rm -f conftest.$ac_objext conftest$ac_exeext
7441 if { (ac_try="$ac_link"
7443 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7444 *) ac_try_echo
=$ac_try;;
7446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7447 (eval "$ac_link") 2>conftest.er1
7449 grep -v '^ *+' conftest.er1
>conftest.err
7451 cat conftest.err
>&5
7452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7453 (exit $ac_status); } && {
7454 test -z "$ac_c_werror_flag" ||
7455 test ! -s conftest.err
7456 } && test -s conftest
$ac_exeext &&
7457 $as_test_x conftest
$ac_exeext; then
7458 eval "$as_ac_var=yes"
7460 echo "$as_me: failed program was:" >&5
7461 sed 's/^/| /' conftest.
$ac_ext >&5
7463 eval "$as_ac_var=no"
7466 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7467 conftest
$ac_exeext conftest.
$ac_ext
7469 ac_res
=`eval echo '${'$as_ac_var'}'`
7470 { echo "$as_me:$LINENO: result: $ac_res" >&5
7471 echo "${ECHO_T}$ac_res" >&6; }
7472 if test `eval echo '${'$as_ac_var'}'` = yes; then
7473 cat >>confdefs.h
<<_ACEOF
7474 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7480 LIBS
="$ac_save_LIBS"
7484 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
7486 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7488 CARBONLIB
="-framework Carbon"
7490 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
7494 DLLFLAGS
="$DLLFLAGS -fPIC"
7496 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7497 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7498 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7499 echo $ECHO_N "(cached) $ECHO_C" >&6
7501 ac_wine_try_cflags_saved
=$CFLAGS
7502 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7503 cat >conftest.
$ac_ext <<_ACEOF
7506 rm -f conftest.
$ac_objext conftest
$ac_exeext
7507 if { (ac_try
="$ac_link"
7509 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7510 *) ac_try_echo=$ac_try;;
7512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7513 (eval "$ac_link") 2>conftest.er1
7515 grep -v '^ *+' conftest.er1 >conftest.err
7517 cat conftest.err >&5
7518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7519 (exit $ac_status); } && {
7520 test -z "$ac_c_werror_flag" ||
7521 test ! -s conftest.err
7522 } && test -s conftest$ac_exeext &&
7523 $as_test_x conftest$ac_exeext; then
7524 ac_cv_c_dll_gnuelf="yes"
7526 echo "$as_me: failed program was:" >&5
7527 sed 's/^/| /' conftest.$ac_ext >&5
7529 ac_cv_c_dll_gnuelf="no"
7532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7533 conftest$ac_exeext conftest.$ac_ext
7534 CFLAGS=$ac_wine_try_cflags_saved
7536 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7537 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7538 if test "$ac_cv_c_dll_gnuelf" = "yes"
7540 LDSHARED="\$(CC) -shared"
7541 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7542 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7543 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7544 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7545 echo $ECHO_N "(cached) $ECHO_C" >&6
7547 ac_wine_try_cflags_saved=$CFLAGS
7548 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7549 cat >conftest.$ac_ext <<_ACEOF
7552 cat confdefs.h >>conftest.$ac_ext
7553 cat >>conftest.$ac_ext <<_ACEOF
7554 /* end confdefs.h. */
7564 rm -f conftest.$ac_objext conftest$ac_exeext
7565 if { (ac_try="$ac_link"
7567 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7568 *) ac_try_echo
=$ac_try;;
7570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7571 (eval "$ac_link") 2>conftest.er1
7573 grep -v '^ *+' conftest.er1
>conftest.err
7575 cat conftest.err
>&5
7576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577 (exit $ac_status); } && {
7578 test -z "$ac_c_werror_flag" ||
7579 test ! -s conftest.err
7580 } && test -s conftest
$ac_exeext &&
7581 $as_test_x conftest
$ac_exeext; then
7582 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
7584 echo "$as_me: failed program was:" >&5
7585 sed 's/^/| /' conftest.
$ac_ext >&5
7587 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
7590 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7591 conftest
$ac_exeext conftest.
$ac_ext
7592 CFLAGS
=$ac_wine_try_cflags_saved
7594 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7595 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7596 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7597 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7599 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7600 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7601 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7602 echo $ECHO_N "(cached) $ECHO_C" >&6
7604 ac_wine_try_cflags_saved
=$CFLAGS
7605 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7606 cat >conftest.
$ac_ext <<_ACEOF
7609 cat confdefs.h
>>conftest.
$ac_ext
7610 cat >>conftest.
$ac_ext <<_ACEOF
7611 /* end confdefs.h. */
7621 rm -f conftest.
$ac_objext conftest
$ac_exeext
7622 if { (ac_try
="$ac_link"
7624 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7625 *) ac_try_echo=$ac_try;;
7627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7628 (eval "$ac_link") 2>conftest.er1
7630 grep -v '^ *+' conftest.er1 >conftest.err
7632 cat conftest.err >&5
7633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7634 (exit $ac_status); } && {
7635 test -z "$ac_c_werror_flag" ||
7636 test ! -s conftest.err
7637 } && test -s conftest$ac_exeext &&
7638 $as_test_x conftest$ac_exeext; then
7639 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7641 echo "$as_me: failed program was:" >&5
7642 sed 's/^/| /' conftest.$ac_ext >&5
7644 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7648 conftest$ac_exeext conftest.$ac_ext
7649 CFLAGS=$ac_wine_try_cflags_saved
7651 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7652 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7653 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7654 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7660 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7661 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7662 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7663 echo $ECHO_N "(cached) $ECHO_C" >&6
7665 ac_wine_try_cflags_saved=$CFLAGS
7666 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7667 cat >conftest.$ac_ext <<_ACEOF
7670 cat confdefs.h >>conftest.$ac_ext
7671 cat >>conftest.$ac_ext <<_ACEOF
7672 /* end confdefs.h. */
7682 rm -f conftest.$ac_objext conftest$ac_exeext
7683 if { (ac_try="$ac_link"
7685 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7686 *) ac_try_echo
=$ac_try;;
7688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7689 (eval "$ac_link") 2>conftest.er1
7691 grep -v '^ *+' conftest.er1
>conftest.err
7693 cat conftest.err
>&5
7694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7695 (exit $ac_status); } && {
7696 test -z "$ac_c_werror_flag" ||
7697 test ! -s conftest.err
7698 } && test -s conftest
$ac_exeext &&
7699 $as_test_x conftest
$ac_exeext; then
7700 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
7702 echo "$as_me: failed program was:" >&5
7703 sed 's/^/| /' conftest.
$ac_ext >&5
7705 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
7708 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7709 conftest
$ac_exeext conftest.
$ac_ext
7710 CFLAGS
=$ac_wine_try_cflags_saved
7712 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7713 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7714 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7715 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
7719 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7720 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7721 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7722 echo $ECHO_N "(cached) $ECHO_C" >&6
7724 ac_wine_try_cflags_saved
=$CFLAGS
7725 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7726 cat >conftest.
$ac_ext <<_ACEOF
7729 cat confdefs.h
>>conftest.
$ac_ext
7730 cat >>conftest.
$ac_ext <<_ACEOF
7731 /* end confdefs.h. */
7741 rm -f conftest.
$ac_objext conftest
$ac_exeext
7742 if { (ac_try
="$ac_link"
7744 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7745 *) ac_try_echo=$ac_try;;
7747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7748 (eval "$ac_link") 2>conftest.er1
7750 grep -v '^ *+' conftest.er1 >conftest.err
7752 cat conftest.err >&5
7753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7754 (exit $ac_status); } && {
7755 test -z "$ac_c_werror_flag" ||
7756 test ! -s conftest.err
7757 } && test -s conftest$ac_exeext &&
7758 $as_test_x conftest$ac_exeext; then
7759 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7761 echo "$as_me: failed program was:" >&5
7762 sed 's/^/| /' conftest.$ac_ext >&5
7764 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7768 conftest$ac_exeext conftest.$ac_ext
7769 CFLAGS=$ac_wine_try_cflags_saved
7771 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7772 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7773 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7774 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7778 echo '{ global: *; };' >conftest.map
7779 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7780 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7781 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7782 echo $ECHO_N "(cached) $ECHO_C" >&6
7784 ac_wine_try_cflags_saved=$CFLAGS
7785 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7786 cat >conftest.$ac_ext <<_ACEOF
7789 cat confdefs.h >>conftest.$ac_ext
7790 cat >>conftest.$ac_ext <<_ACEOF
7791 /* end confdefs.h. */
7801 rm -f conftest.$ac_objext conftest$ac_exeext
7802 if { (ac_try="$ac_link"
7804 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7805 *) ac_try_echo
=$ac_try;;
7807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7808 (eval "$ac_link") 2>conftest.er1
7810 grep -v '^ *+' conftest.er1
>conftest.err
7812 cat conftest.err
>&5
7813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7814 (exit $ac_status); } && {
7815 test -z "$ac_c_werror_flag" ||
7816 test ! -s conftest.err
7817 } && test -s conftest
$ac_exeext &&
7818 $as_test_x conftest
$ac_exeext; then
7819 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
7821 echo "$as_me: failed program was:" >&5
7822 sed 's/^/| /' conftest.
$ac_ext >&5
7824 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
7827 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7828 conftest
$ac_exeext conftest.
$ac_ext
7829 CFLAGS
=$ac_wine_try_cflags_saved
7831 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7832 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7833 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7834 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7839 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7840 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7841 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7842 echo $ECHO_N "(cached) $ECHO_C" >&6
7844 ac_wine_try_cflags_saved
=$CFLAGS
7845 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
7846 cat >conftest.
$ac_ext <<_ACEOF
7849 cat confdefs.h
>>conftest.
$ac_ext
7850 cat >>conftest.
$ac_ext <<_ACEOF
7851 /* end confdefs.h. */
7861 rm -f conftest.
$ac_objext conftest
$ac_exeext
7862 if { (ac_try
="$ac_link"
7864 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7865 *) ac_try_echo=$ac_try;;
7867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7868 (eval "$ac_link") 2>conftest.er1
7870 grep -v '^ *+' conftest.er1 >conftest.err
7872 cat conftest.err >&5
7873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7874 (exit $ac_status); } && {
7875 test -z "$ac_c_werror_flag" ||
7876 test ! -s conftest.err
7877 } && test -s conftest$ac_exeext &&
7878 $as_test_x conftest$ac_exeext; then
7879 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7881 echo "$as_me: failed program was:" >&5
7882 sed 's/^/| /' conftest.$ac_ext >&5
7884 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7888 conftest$ac_exeext conftest.$ac_ext
7889 CFLAGS=$ac_wine_try_cflags_saved
7891 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7892 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7893 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7894 LDEXECFLAGS="-Wl,--export-dynamic"
7899 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
7900 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7901 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7902 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7903 echo $ECHO_N "(cached) $ECHO_C" >&6
7905 ac_wine_try_cflags_saved=$CFLAGS
7906 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7907 cat >conftest.$ac_ext <<_ACEOF
7910 cat confdefs.h >>conftest.$ac_ext
7911 cat >>conftest.$ac_ext <<_ACEOF
7912 /* end confdefs.h. */
7922 rm -f conftest.$ac_objext conftest$ac_exeext
7923 if { (ac_try="$ac_link"
7925 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7926 *) ac_try_echo
=$ac_try;;
7928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7929 (eval "$ac_link") 2>conftest.er1
7931 grep -v '^ *+' conftest.er1
>conftest.err
7933 cat conftest.err
>&5
7934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7935 (exit $ac_status); } && {
7936 test -z "$ac_c_werror_flag" ||
7937 test ! -s conftest.err
7938 } && test -s conftest
$ac_exeext &&
7939 $as_test_x conftest
$ac_exeext; then
7940 eval "$as_ac_var=yes"
7942 echo "$as_me: failed program was:" >&5
7943 sed 's/^/| /' conftest.
$ac_ext >&5
7945 eval "$as_ac_var=no"
7948 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7949 conftest
$ac_exeext conftest.
$ac_ext
7950 CFLAGS
=$ac_wine_try_cflags_saved
7952 ac_res
=`eval echo '${'$as_ac_var'}'`
7953 { echo "$as_me:$LINENO: result: $ac_res" >&5
7954 echo "${ECHO_T}$ac_res" >&6; }
7955 if test `eval echo '${'$as_ac_var'}'` = yes; then
7956 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7957 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7959 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7960 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7961 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7962 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7963 echo $ECHO_N "(cached) $ECHO_C" >&6
7965 ac_wine_try_cflags_saved
=$CFLAGS
7966 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7967 cat >conftest.
$ac_ext <<_ACEOF
7970 cat confdefs.h
>>conftest.
$ac_ext
7971 cat >>conftest.
$ac_ext <<_ACEOF
7972 /* end confdefs.h. */
7982 rm -f conftest.
$ac_objext conftest
$ac_exeext
7983 if { (ac_try
="$ac_link"
7985 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7986 *) ac_try_echo=$ac_try;;
7988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7989 (eval "$ac_link") 2>conftest.er1
7991 grep -v '^ *+' conftest.er1 >conftest.err
7993 cat conftest.err >&5
7994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7995 (exit $ac_status); } && {
7996 test -z "$ac_c_werror_flag" ||
7997 test ! -s conftest.err
7998 } && test -s conftest$ac_exeext &&
7999 $as_test_x conftest$ac_exeext; then
8000 eval "$as_ac_var=yes"
8002 echo "$as_me: failed program was:" >&5
8003 sed 's/^/| /' conftest.$ac_ext >&5
8005 eval "$as_ac_var=no"
8008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8009 conftest$ac_exeext conftest.$ac_ext
8010 CFLAGS=$ac_wine_try_cflags_saved
8012 ac_res=`eval echo '${'$as_ac_var'}'`
8013 { echo "$as_me:$LINENO: result: $ac_res" >&5
8014 echo "${ECHO_T}$ac_res" >&6; }
8015 if test `eval echo '${'$as_ac_var'}'` = yes; then
8016 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
8017 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8023 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8024 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8025 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8026 echo $ECHO_N "(cached) $ECHO_C" >&6
8028 ac_wine_try_cflags_saved=$CFLAGS
8029 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8030 cat >conftest.$ac_ext <<_ACEOF
8033 cat confdefs.h >>conftest.$ac_ext
8034 cat >>conftest.$ac_ext <<_ACEOF
8035 /* end confdefs.h. */
8045 rm -f conftest.$ac_objext conftest$ac_exeext
8046 if { (ac_try="$ac_link"
8048 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8049 *) ac_try_echo
=$ac_try;;
8051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8052 (eval "$ac_link") 2>conftest.er1
8054 grep -v '^ *+' conftest.er1
>conftest.err
8056 cat conftest.err
>&5
8057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8058 (exit $ac_status); } && {
8059 test -z "$ac_c_werror_flag" ||
8060 test ! -s conftest.err
8061 } && test -s conftest
$ac_exeext &&
8062 $as_test_x conftest
$ac_exeext; then
8063 ac_cv_cflags__Wl___enable_new_dtags
=yes
8065 echo "$as_me: failed program was:" >&5
8066 sed 's/^/| /' conftest.
$ac_ext >&5
8068 ac_cv_cflags__Wl___enable_new_dtags
=no
8071 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8072 conftest
$ac_exeext conftest.
$ac_ext
8073 CFLAGS
=$ac_wine_try_cflags_saved
8075 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8076 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8077 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8078 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8083 *i
[3456789]86* | x86_64
)
8084 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8085 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8086 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8087 echo $ECHO_N "(cached) $ECHO_C" >&6
8089 ac_wine_try_cflags_saved
=$CFLAGS
8090 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8091 cat >conftest.
$ac_ext <<_ACEOF
8094 cat confdefs.h
>>conftest.
$ac_ext
8095 cat >>conftest.
$ac_ext <<_ACEOF
8096 /* end confdefs.h. */
8106 rm -f conftest.
$ac_objext conftest
$ac_exeext
8107 if { (ac_try
="$ac_link"
8109 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8110 *) ac_try_echo=$ac_try;;
8112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8113 (eval "$ac_link") 2>conftest.er1
8115 grep -v '^ *+' conftest.er1 >conftest.err
8117 cat conftest.err >&5
8118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8119 (exit $ac_status); } && {
8120 test -z "$ac_c_werror_flag" ||
8121 test ! -s conftest.err
8122 } && test -s conftest$ac_exeext &&
8123 $as_test_x conftest$ac_exeext; then
8124 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8126 echo "$as_me: failed program was:" >&5
8127 sed 's/^/| /' conftest.$ac_ext >&5
8129 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8133 conftest$ac_exeext conftest.$ac_ext
8134 CFLAGS=$ac_wine_try_cflags_saved
8136 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8137 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8138 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8139 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8146 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8147 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8148 if test "${ac_cv_c_dll_unixware+set}" = set; then
8149 echo $ECHO_N "(cached) $ECHO_C" >&6
8151 ac_wine_try_cflags_saved=$CFLAGS
8152 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8153 cat >conftest.$ac_ext <<_ACEOF
8156 rm -f conftest.$ac_objext conftest$ac_exeext
8157 if { (ac_try="$ac_link"
8159 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8160 *) ac_try_echo
=$ac_try;;
8162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8163 (eval "$ac_link") 2>conftest.er1
8165 grep -v '^ *+' conftest.er1
>conftest.err
8167 cat conftest.err
>&5
8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8169 (exit $ac_status); } && {
8170 test -z "$ac_c_werror_flag" ||
8171 test ! -s conftest.err
8172 } && test -s conftest
$ac_exeext &&
8173 $as_test_x conftest
$ac_exeext; then
8174 ac_cv_c_dll_unixware
="yes"
8176 echo "$as_me: failed program was:" >&5
8177 sed 's/^/| /' conftest.
$ac_ext >&5
8179 ac_cv_c_dll_unixware
="no"
8182 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8183 conftest
$ac_exeext conftest.
$ac_ext
8184 CFLAGS
=$ac_wine_try_cflags_saved
8186 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8187 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8188 if test "$ac_cv_c_dll_unixware" = "yes"
8190 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8191 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
8194 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8195 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8196 if test "${ac_cv_c_dll_hpux+set}" = set; then
8197 echo $ECHO_N "(cached) $ECHO_C" >&6
8199 ac_wine_try_cflags_saved
=$CFLAGS
8200 CFLAGS
="$CFLAGS -shared"
8201 cat >conftest.
$ac_ext <<_ACEOF
8204 rm -f conftest.
$ac_objext conftest
$ac_exeext
8205 if { (ac_try
="$ac_link"
8207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8208 *) ac_try_echo=$ac_try;;
8210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8211 (eval "$ac_link") 2>conftest.er1
8213 grep -v '^ *+' conftest.er1 >conftest.err
8215 cat conftest.err >&5
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); } && {
8218 test -z "$ac_c_werror_flag" ||
8219 test ! -s conftest.err
8220 } && test -s conftest$ac_exeext &&
8221 $as_test_x conftest$ac_exeext; then
8222 ac_cv_c_dll_hpux="yes"
8224 echo "$as_me: failed program was:" >&5
8225 sed 's/^/| /' conftest.$ac_ext >&5
8227 ac_cv_c_dll_hpux="no"
8230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8231 conftest$ac_exeext conftest.$ac_ext
8232 CFLAGS=$ac_wine_try_cflags_saved
8234 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8235 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8236 if test "$ac_cv_c_dll_hpux" = "yes"
8240 LDDLLFLAGS="-shared -fPIC"
8241 LDSHARED="\$(CC) -shared"
8248 enable_winequartz_drv=${enable_winequartz_drv:-no}
8250 if test "$LIBEXT" = "a"; then
8251 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8252 It is currently not possible to build Wine without shared library
8253 (.so) support to allow transparent switch between .so and .dll files.
8254 If you are using Linux, you will need a newer binutils.
8256 echo "$as_me: error: could not find a way to build shared libraries.
8257 It is currently not possible to build Wine without shared library
8258 (.so) support to allow transparent switch between .so and .dll files.
8259 If you are using Linux, you will need a newer binutils.
8261 { (exit 1); exit 1; }; }
8264 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8266 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
8268 # Extract the first word of "$ac_prog", so it can be a program name with args.
8269 set dummy $ac_prog; ac_word=$2
8270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8272 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8273 echo $ECHO_N "(cached) $ECHO_C" >&6
8275 if test -n "$CROSSCC"; then
8276 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8282 test -z "$as_dir" && as_dir=.
8283 for ac_exec_ext in '' $ac_executable_extensions; do
8284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8285 ac_cv_prog_CROSSCC="$ac_prog"
8286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8295 CROSSCC=$ac_cv_prog_CROSSCC
8296 if test -n "$CROSSCC"; then
8297 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8298 echo "${ECHO_T}$CROSSCC" >&6; }
8300 { echo "$as_me:$LINENO: result: no" >&5
8301 echo "${ECHO_T}no" >&6; }
8305 test -n "$CROSSCC" && break
8307 test -n "$CROSSCC" || CROSSCC="false"
8309 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
8311 # Extract the first word of "$ac_prog", so it can be a program name with args.
8312 set dummy $ac_prog; ac_word=$2
8313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8315 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8316 echo $ECHO_N "(cached) $ECHO_C" >&6
8318 if test -n "$DLLTOOL"; then
8319 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8325 test -z "$as_dir" && as_dir=.
8326 for ac_exec_ext in '' $ac_executable_extensions; do
8327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8328 ac_cv_prog_DLLTOOL="$ac_prog"
8329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8338 DLLTOOL=$ac_cv_prog_DLLTOOL
8339 if test -n "$DLLTOOL"; then
8340 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8341 echo "${ECHO_T}$DLLTOOL" >&6; }
8343 { echo "$as_me:$LINENO: result: no" >&5
8344 echo "${ECHO_T}no" >&6; }
8348 test -n "$DLLTOOL" && break
8350 test -n "$DLLTOOL" || DLLTOOL="false"
8352 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
8354 # Extract the first word of "$ac_prog", so it can be a program name with args.
8355 set dummy $ac_prog; ac_word=$2
8356 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8358 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8359 echo $ECHO_N "(cached) $ECHO_C" >&6
8361 if test -n "$CROSSWINDRES"; then
8362 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8368 test -z "$as_dir" && as_dir=.
8369 for ac_exec_ext in '' $ac_executable_extensions; do
8370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8371 ac_cv_prog_CROSSWINDRES="$ac_prog"
8372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8381 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8382 if test -n "$CROSSWINDRES"; then
8383 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8384 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8386 { echo "$as_me:$LINENO: result: no" >&5
8387 echo "${ECHO_T}no" >&6; }
8391 test -n "$CROSSWINDRES" && break
8393 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8395 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
8397 # Extract the first word of "$ac_prog", so it can be a program name with args.
8398 set dummy $ac_prog; ac_word=$2
8399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8401 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8402 echo $ECHO_N "(cached) $ECHO_C" >&6
8404 if test -n "$MINGWAR"; then
8405 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8411 test -z "$as_dir" && as_dir=.
8412 for ac_exec_ext in '' $ac_executable_extensions; do
8413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8414 ac_cv_prog_MINGWAR="$ac_prog"
8415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8424 MINGWAR=$ac_cv_prog_MINGWAR
8425 if test -n "$MINGWAR"; then
8426 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8427 echo "${ECHO_T}$MINGWAR" >&6; }
8429 { echo "$as_me:$LINENO: result: no" >&5
8430 echo "${ECHO_T}no" >&6; }
8434 test -n "$MINGWAR" && break
8436 test -n "$MINGWAR" || MINGWAR="false"
8438 if test "$CROSSCC" != "false"
8440 CROSSTEST="\$(CROSSTEST)"
8446 if test "$ac_cv_header_pthread_h" = "yes"
8448 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8449 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8450 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8451 echo $ECHO_N "(cached) $ECHO_C" >&6
8453 ac_check_lib_save_LIBS=$LIBS
8454 LIBS="-lpthread $LIBS"
8455 cat >conftest.$ac_ext <<_ACEOF
8458 cat confdefs.h >>conftest.$ac_ext
8459 cat >>conftest.$ac_ext <<_ACEOF
8460 /* end confdefs.h. */
8462 /* Override any GCC internal prototype to avoid an error.
8463 Use char because int might match the return type of a GCC
8464 builtin and then its argument prototype would still apply. */
8468 char pthread_create ();
8472 return pthread_create ();
8477 rm -f conftest.$ac_objext conftest$ac_exeext
8478 if { (ac_try="$ac_link"
8480 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8481 *) ac_try_echo
=$ac_try;;
8483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8484 (eval "$ac_link") 2>conftest.er1
8486 grep -v '^ *+' conftest.er1
>conftest.err
8488 cat conftest.err
>&5
8489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8490 (exit $ac_status); } && {
8491 test -z "$ac_c_werror_flag" ||
8492 test ! -s conftest.err
8493 } && test -s conftest
$ac_exeext &&
8494 $as_test_x conftest
$ac_exeext; then
8495 ac_cv_lib_pthread_pthread_create
=yes
8497 echo "$as_me: failed program was:" >&5
8498 sed 's/^/| /' conftest.
$ac_ext >&5
8500 ac_cv_lib_pthread_pthread_create
=no
8503 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8504 conftest
$ac_exeext conftest.
$ac_ext
8505 LIBS
=$ac_check_lib_save_LIBS
8507 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8508 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8509 if test $ac_cv_lib_pthread_pthread_create = yes; then
8510 LIBPTHREAD
="-lpthread"
8515 if test "x$LIBPTHREAD" = "x"; then
8516 case "x$with_pthread" in
8518 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8519 Wine cannot support threads without libpthread.
8520 Use the --without-pthread option if you really want this." >&5
8521 echo "$as_me: error: pthread ${notice_platform}development files not found.
8522 Wine cannot support threads without libpthread.
8523 Use the --without-pthread option if you really want this." >&2;}
8524 { (exit 1); exit 1; }; } ;;
8530 { echo "$as_me:$LINENO: checking for X" >&5
8531 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8534 # Check whether --with-x was given.
8535 if test "${with_x+set}" = set; then
8539 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8540 if test "x$with_x" = xno
; then
8541 # The user explicitly disabled X.
8544 case $x_includes,$x_libraries in #(
8545 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8546 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8547 { (exit 1); exit 1; }; };; #(
8548 *,NONE | NONE
,*) if test "${ac_cv_have_x+set}" = set; then
8549 echo $ECHO_N "(cached) $ECHO_C" >&6
8551 # One or both of the vars are not set, and there is no cached value.
8552 ac_x_includes
=no ac_x_libraries
=no
8553 rm -f -r conftest.dir
8554 if mkdir conftest.dir
; then
8556 cat >Imakefile
<<'_ACEOF'
8558 @echo incroot='${INCROOT}'
8560 @echo usrlibdir='${USRLIBDIR}'
8562 @echo libdir='${LIBDIR}'
8564 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8565 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8566 for ac_var
in incroot usrlibdir libdir
; do
8567 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8569 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8570 for ac_extension
in a so sl
; do
8571 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8572 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8573 ac_im_usrlibdir
=$ac_im_libdir; break
8576 # Screen out bogus values from the imake configuration. They are
8577 # bogus both because they are the default anyway, and because
8578 # using them would break gcc on systems where it needs fixed includes.
8579 case $ac_im_incroot in
8580 /usr
/include
) ac_x_includes
= ;;
8581 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8583 case $ac_im_usrlibdir in
8585 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8589 rm -f -r conftest.dir
8592 # Standard set of common directories for X headers.
8593 # Check X11 before X11Rn because it is often a symlink to the current release.
8605 /usr/local/X11/include
8606 /usr/local/X11R6/include
8607 /usr/local/X11R5/include
8608 /usr/local/X11R4/include
8610 /usr/local/include/X11
8611 /usr/local/include/X11R6
8612 /usr/local/include/X11R5
8613 /usr/local/include/X11R4
8617 /usr/XFree86/include/X11
8621 /usr/unsupported/include
8623 /usr/local/x11r5/include
8624 /usr/lpp/Xamples/include
8626 /usr/openwin/include
8627 /usr/openwin/share/include'
8629 if test "$ac_x_includes" = no
; then
8630 # Guess where to find include files, by looking for Xlib.h.
8631 # First, try using that file with no special directory specified.
8632 cat >conftest.
$ac_ext <<_ACEOF
8635 cat confdefs.h
>>conftest.
$ac_ext
8636 cat >>conftest.
$ac_ext <<_ACEOF
8637 /* end confdefs.h. */
8638 #include <X11/Xlib.h>
8640 if { (ac_try
="$ac_cpp conftest.$ac_ext"
8642 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8643 *) ac_try_echo=$ac_try;;
8645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8646 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8648 grep -v '^ *+' conftest.er1 >conftest.err
8650 cat conftest.err >&5
8651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8652 (exit $ac_status); } >/dev/null && {
8653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8654 test ! -s conftest.err
8656 # We can compile using X headers with no special include directory.
8659 echo "$as_me: failed program was:" >&5
8660 sed 's/^/| /' conftest.$ac_ext >&5
8662 for ac_dir in $ac_x_header_dirs; do
8663 if test -r "$ac_dir/X11/Xlib.h"; then
8664 ac_x_includes=$ac_dir
8670 rm -f conftest.err conftest.$ac_ext
8671 fi # $ac_x_includes = no
8673 if test "$ac_x_libraries" = no; then
8674 # Check for the libraries.
8675 # See if we find them without any special options.
8676 # Don't add to $LIBS permanently.
8679 cat >conftest.$ac_ext <<_ACEOF
8682 cat confdefs.h >>conftest.$ac_ext
8683 cat >>conftest.$ac_ext <<_ACEOF
8684 /* end confdefs.h. */
8685 #include <X11/Xlib.h>
8694 rm -f conftest.$ac_objext conftest$ac_exeext
8695 if { (ac_try="$ac_link"
8697 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8698 *) ac_try_echo
=$ac_try;;
8700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8701 (eval "$ac_link") 2>conftest.er1
8703 grep -v '^ *+' conftest.er1
>conftest.err
8705 cat conftest.err
>&5
8706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8707 (exit $ac_status); } && {
8708 test -z "$ac_c_werror_flag" ||
8709 test ! -s conftest.err
8710 } && test -s conftest
$ac_exeext &&
8711 $as_test_x conftest
$ac_exeext; then
8713 # We can link X programs with no special library path.
8716 echo "$as_me: failed program was:" >&5
8717 sed 's/^/| /' conftest.
$ac_ext >&5
8720 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8722 # Don't even attempt the hair of trying to link an X program!
8723 for ac_extension
in a so sl
; do
8724 if test -r "$ac_dir/libX11.$ac_extension"; then
8725 ac_x_libraries
=$ac_dir
8732 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8733 conftest
$ac_exeext conftest.
$ac_ext
8734 fi # $ac_x_libraries = no
8736 case $ac_x_includes,$ac_x_libraries in #(
8738 # Didn't find X, or a directory has "'" in its name.
8739 ac_cv_have_x
="have_x=no";; #(
8741 # Record where we found X for the cache.
8742 ac_cv_have_x
="have_x=yes\
8743 ac_x_includes='$ac_x_includes'\
8744 ac_x_libraries='$ac_x_libraries'"
8750 eval "$ac_cv_have_x"
8753 if test "$have_x" != yes; then
8754 { echo "$as_me:$LINENO: result: $have_x" >&5
8755 echo "${ECHO_T}$have_x" >&6; }
8758 # If each of the values was on the command line, it overrides each guess.
8759 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
8760 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
8761 # Update the cache value to reflect the command line values.
8762 ac_cv_have_x
="have_x=yes\
8763 ac_x_includes='$x_includes'\
8764 ac_x_libraries='$x_libraries'"
8765 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8766 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8769 if test "$no_x" = yes; then
8770 # Not all programs may use this symbol, but it does not hurt to define it.
8772 cat >>confdefs.h
<<\_ACEOF
8773 #define X_DISPLAY_MISSING 1
8776 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
8778 if test -n "$x_includes"; then
8779 X_CFLAGS
="$X_CFLAGS -I$x_includes"
8782 # It would also be nice to do this for all -L options, not just this one.
8783 if test -n "$x_libraries"; then
8784 X_LIBS
="$X_LIBS -L$x_libraries"
8785 # For Solaris; some versions of Sun CC require a space after -R and
8786 # others require no space. Words are not sufficient . . . .
8787 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8788 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8789 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
8790 ac_xsave_c_werror_flag
=$ac_c_werror_flag
8791 ac_c_werror_flag
=yes
8792 cat >conftest.
$ac_ext <<_ACEOF
8795 cat confdefs.h
>>conftest.
$ac_ext
8796 cat >>conftest.
$ac_ext <<_ACEOF
8797 /* end confdefs.h. */
8807 rm -f conftest.
$ac_objext conftest
$ac_exeext
8808 if { (ac_try
="$ac_link"
8810 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8811 *) ac_try_echo=$ac_try;;
8813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8814 (eval "$ac_link") 2>conftest.er1
8816 grep -v '^ *+' conftest.er1 >conftest.err
8818 cat conftest.err >&5
8819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8820 (exit $ac_status); } && {
8821 test -z "$ac_c_werror_flag" ||
8822 test ! -s conftest.err
8823 } && test -s conftest$ac_exeext &&
8824 $as_test_x conftest$ac_exeext; then
8825 { echo "$as_me:$LINENO: result: no" >&5
8826 echo "${ECHO_T}no" >&6; }
8827 X_LIBS="$X_LIBS -R$x_libraries"
8829 echo "$as_me: failed program was:" >&5
8830 sed 's/^/| /' conftest.$ac_ext >&5
8832 LIBS="$ac_xsave_LIBS -R $x_libraries"
8833 cat >conftest.$ac_ext <<_ACEOF
8836 cat confdefs.h >>conftest.$ac_ext
8837 cat >>conftest.$ac_ext <<_ACEOF
8838 /* end confdefs.h. */
8848 rm -f conftest.$ac_objext conftest$ac_exeext
8849 if { (ac_try="$ac_link"
8851 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8852 *) ac_try_echo
=$ac_try;;
8854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8855 (eval "$ac_link") 2>conftest.er1
8857 grep -v '^ *+' conftest.er1
>conftest.err
8859 cat conftest.err
>&5
8860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8861 (exit $ac_status); } && {
8862 test -z "$ac_c_werror_flag" ||
8863 test ! -s conftest.err
8864 } && test -s conftest
$ac_exeext &&
8865 $as_test_x conftest
$ac_exeext; then
8866 { echo "$as_me:$LINENO: result: yes" >&5
8867 echo "${ECHO_T}yes" >&6; }
8868 X_LIBS
="$X_LIBS -R $x_libraries"
8870 echo "$as_me: failed program was:" >&5
8871 sed 's/^/| /' conftest.
$ac_ext >&5
8873 { echo "$as_me:$LINENO: result: neither works" >&5
8874 echo "${ECHO_T}neither works" >&6; }
8877 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8878 conftest
$ac_exeext conftest.
$ac_ext
8881 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8882 conftest
$ac_exeext conftest.
$ac_ext
8883 ac_c_werror_flag
=$ac_xsave_c_werror_flag
8887 # Check for system-dependent libraries X programs must link with.
8888 # Do this before checking for the system-independent R6 libraries
8889 # (-lICE), since we may need -lsocket or whatever for X linking.
8891 if test "$ISC" = yes; then
8892 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
8894 # Martyn Johnson says this is needed for Ultrix, if the X
8895 # libraries were built with DECnet support. And Karl Berry says
8896 # the Alpha needs dnet_stub (dnet does not exist).
8897 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
8898 cat >conftest.
$ac_ext <<_ACEOF
8901 cat confdefs.h
>>conftest.
$ac_ext
8902 cat >>conftest.
$ac_ext <<_ACEOF
8903 /* end confdefs.h. */
8905 /* Override any GCC internal prototype to avoid an error.
8906 Use char because int might match the return type of a GCC
8907 builtin and then its argument prototype would still apply. */
8911 char XOpenDisplay ();
8915 return XOpenDisplay ();
8920 rm -f conftest.
$ac_objext conftest
$ac_exeext
8921 if { (ac_try
="$ac_link"
8923 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8924 *) ac_try_echo=$ac_try;;
8926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8927 (eval "$ac_link") 2>conftest.er1
8929 grep -v '^ *+' conftest.er1 >conftest.err
8931 cat conftest.err >&5
8932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933 (exit $ac_status); } && {
8934 test -z "$ac_c_werror_flag" ||
8935 test ! -s conftest.err
8936 } && test -s conftest$ac_exeext &&
8937 $as_test_x conftest$ac_exeext; then
8940 echo "$as_me: failed program was:" >&5
8941 sed 's/^/| /' conftest.$ac_ext >&5
8943 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8944 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8945 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8946 echo $ECHO_N "(cached) $ECHO_C" >&6
8948 ac_check_lib_save_LIBS=$LIBS
8950 cat >conftest.$ac_ext <<_ACEOF
8953 cat confdefs.h >>conftest.$ac_ext
8954 cat >>conftest.$ac_ext <<_ACEOF
8955 /* end confdefs.h. */
8957 /* Override any GCC internal prototype to avoid an error.
8958 Use char because int might match the return type of a GCC
8959 builtin and then its argument prototype would still apply. */
8967 return dnet_ntoa ();
8972 rm -f conftest.$ac_objext conftest$ac_exeext
8973 if { (ac_try="$ac_link"
8975 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8976 *) ac_try_echo
=$ac_try;;
8978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8979 (eval "$ac_link") 2>conftest.er1
8981 grep -v '^ *+' conftest.er1
>conftest.err
8983 cat conftest.err
>&5
8984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985 (exit $ac_status); } && {
8986 test -z "$ac_c_werror_flag" ||
8987 test ! -s conftest.err
8988 } && test -s conftest
$ac_exeext &&
8989 $as_test_x conftest
$ac_exeext; then
8990 ac_cv_lib_dnet_dnet_ntoa
=yes
8992 echo "$as_me: failed program was:" >&5
8993 sed 's/^/| /' conftest.
$ac_ext >&5
8995 ac_cv_lib_dnet_dnet_ntoa
=no
8998 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8999 conftest
$ac_exeext conftest.
$ac_ext
9000 LIBS
=$ac_check_lib_save_LIBS
9002 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9003 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9004 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9005 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9008 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9009 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9010 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9011 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9012 echo $ECHO_N "(cached) $ECHO_C" >&6
9014 ac_check_lib_save_LIBS
=$LIBS
9015 LIBS
="-ldnet_stub $LIBS"
9016 cat >conftest.
$ac_ext <<_ACEOF
9019 cat confdefs.h
>>conftest.
$ac_ext
9020 cat >>conftest.
$ac_ext <<_ACEOF
9021 /* end confdefs.h. */
9023 /* Override any GCC internal prototype to avoid an error.
9024 Use char because int might match the return type of a GCC
9025 builtin and then its argument prototype would still apply. */
9033 return dnet_ntoa ();
9038 rm -f conftest.
$ac_objext conftest
$ac_exeext
9039 if { (ac_try
="$ac_link"
9041 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9042 *) ac_try_echo=$ac_try;;
9044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9045 (eval "$ac_link") 2>conftest.er1
9047 grep -v '^ *+' conftest.er1 >conftest.err
9049 cat conftest.err >&5
9050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); } && {
9052 test -z "$ac_c_werror_flag" ||
9053 test ! -s conftest.err
9054 } && test -s conftest$ac_exeext &&
9055 $as_test_x conftest$ac_exeext; then
9056 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9058 echo "$as_me: failed program was:" >&5
9059 sed 's/^/| /' conftest.$ac_ext >&5
9061 ac_cv_lib_dnet_stub_dnet_ntoa=no
9064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9065 conftest$ac_exeext conftest.$ac_ext
9066 LIBS=$ac_check_lib_save_LIBS
9068 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9069 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9070 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9071 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9078 conftest$ac_exeext conftest.$ac_ext
9079 LIBS="$ac_xsave_LIBS"
9081 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9082 # to get the SysV transport functions.
9083 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9085 # The nsl library prevents programs from opening the X display
9086 # on Irix 5.2, according to T.E. Dickey.
9087 # The functions gethostbyname, getservbyname, and inet_addr are
9088 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9089 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9090 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9091 if test "${ac_cv_func_gethostbyname+set}" = set; then
9092 echo $ECHO_N "(cached) $ECHO_C" >&6
9094 cat >conftest.$ac_ext <<_ACEOF
9097 cat confdefs.h >>conftest.$ac_ext
9098 cat >>conftest.$ac_ext <<_ACEOF
9099 /* end confdefs.h. */
9100 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9102 #define gethostbyname innocuous_gethostbyname
9104 /* System header to define __stub macros and hopefully few prototypes,
9105 which can conflict with char gethostbyname (); below.
9106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9107 <limits.h> exists even on freestanding compilers. */
9110 # include <limits.h>
9112 # include <assert.h>
9115 #undef gethostbyname
9117 /* Override any GCC internal prototype to avoid an error.
9118 Use char because int might match the return type of a GCC
9119 builtin and then its argument prototype would still apply. */
9123 char gethostbyname ();
9124 /* The GNU C library defines this for functions which it implements
9125 to always fail with ENOSYS. Some functions are actually named
9126 something starting with __ and the normal name is an alias. */
9127 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9134 return gethostbyname ();
9139 rm -f conftest.$ac_objext conftest$ac_exeext
9140 if { (ac_try="$ac_link"
9142 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9143 *) ac_try_echo
=$ac_try;;
9145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9146 (eval "$ac_link") 2>conftest.er1
9148 grep -v '^ *+' conftest.er1
>conftest.err
9150 cat conftest.err
>&5
9151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9152 (exit $ac_status); } && {
9153 test -z "$ac_c_werror_flag" ||
9154 test ! -s conftest.err
9155 } && test -s conftest
$ac_exeext &&
9156 $as_test_x conftest
$ac_exeext; then
9157 ac_cv_func_gethostbyname
=yes
9159 echo "$as_me: failed program was:" >&5
9160 sed 's/^/| /' conftest.
$ac_ext >&5
9162 ac_cv_func_gethostbyname
=no
9165 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9166 conftest
$ac_exeext conftest.
$ac_ext
9168 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9169 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9171 if test $ac_cv_func_gethostbyname = no
; then
9172 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9173 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9174 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9175 echo $ECHO_N "(cached) $ECHO_C" >&6
9177 ac_check_lib_save_LIBS
=$LIBS
9179 cat >conftest.
$ac_ext <<_ACEOF
9182 cat confdefs.h
>>conftest.
$ac_ext
9183 cat >>conftest.
$ac_ext <<_ACEOF
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9192 char gethostbyname ();
9196 return gethostbyname ();
9201 rm -f conftest.
$ac_objext conftest
$ac_exeext
9202 if { (ac_try
="$ac_link"
9204 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9205 *) ac_try_echo=$ac_try;;
9207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9208 (eval "$ac_link") 2>conftest.er1
9210 grep -v '^ *+' conftest.er1 >conftest.err
9212 cat conftest.err >&5
9213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9214 (exit $ac_status); } && {
9215 test -z "$ac_c_werror_flag" ||
9216 test ! -s conftest.err
9217 } && test -s conftest$ac_exeext &&
9218 $as_test_x conftest$ac_exeext; then
9219 ac_cv_lib_nsl_gethostbyname=yes
9221 echo "$as_me: failed program was:" >&5
9222 sed 's/^/| /' conftest.$ac_ext >&5
9224 ac_cv_lib_nsl_gethostbyname=no
9227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9228 conftest$ac_exeext conftest.$ac_ext
9229 LIBS=$ac_check_lib_save_LIBS
9231 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9232 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9233 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9234 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9237 if test $ac_cv_lib_nsl_gethostbyname = no; then
9238 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9239 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9240 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9241 echo $ECHO_N "(cached) $ECHO_C" >&6
9243 ac_check_lib_save_LIBS=$LIBS
9245 cat >conftest.$ac_ext <<_ACEOF
9248 cat confdefs.h >>conftest.$ac_ext
9249 cat >>conftest.$ac_ext <<_ACEOF
9250 /* end confdefs.h. */
9252 /* Override any GCC internal prototype to avoid an error.
9253 Use char because int might match the return type of a GCC
9254 builtin and then its argument prototype would still apply. */
9258 char gethostbyname ();
9262 return gethostbyname ();
9267 rm -f conftest.$ac_objext conftest$ac_exeext
9268 if { (ac_try="$ac_link"
9270 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9271 *) ac_try_echo
=$ac_try;;
9273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9274 (eval "$ac_link") 2>conftest.er1
9276 grep -v '^ *+' conftest.er1
>conftest.err
9278 cat conftest.err
>&5
9279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280 (exit $ac_status); } && {
9281 test -z "$ac_c_werror_flag" ||
9282 test ! -s conftest.err
9283 } && test -s conftest
$ac_exeext &&
9284 $as_test_x conftest
$ac_exeext; then
9285 ac_cv_lib_bsd_gethostbyname
=yes
9287 echo "$as_me: failed program was:" >&5
9288 sed 's/^/| /' conftest.
$ac_ext >&5
9290 ac_cv_lib_bsd_gethostbyname
=no
9293 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9294 conftest
$ac_exeext conftest.
$ac_ext
9295 LIBS
=$ac_check_lib_save_LIBS
9297 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9298 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9299 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9300 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9306 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9307 # socket/setsockopt and other routines are undefined under SCO ODT
9308 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9309 # on later versions), says Simon Leinen: it contains gethostby*
9310 # variants that don't use the name server (or something). -lsocket
9311 # must be given before -lnsl if both are needed. We assume that
9312 # if connect needs -lnsl, so does gethostbyname.
9313 { echo "$as_me:$LINENO: checking for connect" >&5
9314 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9315 if test "${ac_cv_func_connect+set}" = set; then
9316 echo $ECHO_N "(cached) $ECHO_C" >&6
9318 cat >conftest.
$ac_ext <<_ACEOF
9321 cat confdefs.h
>>conftest.
$ac_ext
9322 cat >>conftest.
$ac_ext <<_ACEOF
9323 /* end confdefs.h. */
9324 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9325 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9326 #define connect innocuous_connect
9328 /* System header to define __stub macros and hopefully few prototypes,
9329 which can conflict with char connect (); below.
9330 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9331 <limits.h> exists even on freestanding compilers. */
9334 # include <limits.h>
9336 # include <assert.h>
9341 /* Override any GCC internal prototype to avoid an error.
9342 Use char because int might match the return type of a GCC
9343 builtin and then its argument prototype would still apply. */
9348 /* The GNU C library defines this for functions which it implements
9349 to always fail with ENOSYS. Some functions are actually named
9350 something starting with __ and the normal name is an alias. */
9351 #if defined __stub_connect || defined __stub___connect
9363 rm -f conftest.
$ac_objext conftest
$ac_exeext
9364 if { (ac_try
="$ac_link"
9366 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9367 *) ac_try_echo=$ac_try;;
9369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9370 (eval "$ac_link") 2>conftest.er1
9372 grep -v '^ *+' conftest.er1 >conftest.err
9374 cat conftest.err >&5
9375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9376 (exit $ac_status); } && {
9377 test -z "$ac_c_werror_flag" ||
9378 test ! -s conftest.err
9379 } && test -s conftest$ac_exeext &&
9380 $as_test_x conftest$ac_exeext; then
9381 ac_cv_func_connect=yes
9383 echo "$as_me: failed program was:" >&5
9384 sed 's/^/| /' conftest.$ac_ext >&5
9386 ac_cv_func_connect=no
9389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9390 conftest$ac_exeext conftest.$ac_ext
9392 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9393 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9395 if test $ac_cv_func_connect = no; then
9396 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9397 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9398 if test "${ac_cv_lib_socket_connect+set}" = set; then
9399 echo $ECHO_N "(cached) $ECHO_C" >&6
9401 ac_check_lib_save_LIBS=$LIBS
9402 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9403 cat >conftest.$ac_ext <<_ACEOF
9406 cat confdefs.h >>conftest.$ac_ext
9407 cat >>conftest.$ac_ext <<_ACEOF
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9425 rm -f conftest.$ac_objext conftest$ac_exeext
9426 if { (ac_try="$ac_link"
9428 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9429 *) ac_try_echo
=$ac_try;;
9431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9432 (eval "$ac_link") 2>conftest.er1
9434 grep -v '^ *+' conftest.er1
>conftest.err
9436 cat conftest.err
>&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && {
9439 test -z "$ac_c_werror_flag" ||
9440 test ! -s conftest.err
9441 } && test -s conftest
$ac_exeext &&
9442 $as_test_x conftest
$ac_exeext; then
9443 ac_cv_lib_socket_connect
=yes
9445 echo "$as_me: failed program was:" >&5
9446 sed 's/^/| /' conftest.
$ac_ext >&5
9448 ac_cv_lib_socket_connect
=no
9451 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9452 conftest
$ac_exeext conftest.
$ac_ext
9453 LIBS
=$ac_check_lib_save_LIBS
9455 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9456 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9457 if test $ac_cv_lib_socket_connect = yes; then
9458 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9463 # Guillermo Gomez says -lposix is necessary on A/UX.
9464 { echo "$as_me:$LINENO: checking for remove" >&5
9465 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9466 if test "${ac_cv_func_remove+set}" = set; then
9467 echo $ECHO_N "(cached) $ECHO_C" >&6
9469 cat >conftest.
$ac_ext <<_ACEOF
9472 cat confdefs.h
>>conftest.
$ac_ext
9473 cat >>conftest.
$ac_ext <<_ACEOF
9474 /* end confdefs.h. */
9475 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9476 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9477 #define remove innocuous_remove
9479 /* System header to define __stub macros and hopefully few prototypes,
9480 which can conflict with char remove (); below.
9481 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9482 <limits.h> exists even on freestanding compilers. */
9485 # include <limits.h>
9487 # include <assert.h>
9492 /* Override any GCC internal prototype to avoid an error.
9493 Use char because int might match the return type of a GCC
9494 builtin and then its argument prototype would still apply. */
9499 /* The GNU C library defines this for functions which it implements
9500 to always fail with ENOSYS. Some functions are actually named
9501 something starting with __ and the normal name is an alias. */
9502 #if defined __stub_remove || defined __stub___remove
9514 rm -f conftest.
$ac_objext conftest
$ac_exeext
9515 if { (ac_try
="$ac_link"
9517 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9518 *) ac_try_echo=$ac_try;;
9520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9521 (eval "$ac_link") 2>conftest.er1
9523 grep -v '^ *+' conftest.er1 >conftest.err
9525 cat conftest.err >&5
9526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9527 (exit $ac_status); } && {
9528 test -z "$ac_c_werror_flag" ||
9529 test ! -s conftest.err
9530 } && test -s conftest$ac_exeext &&
9531 $as_test_x conftest$ac_exeext; then
9532 ac_cv_func_remove=yes
9534 echo "$as_me: failed program was:" >&5
9535 sed 's/^/| /' conftest.$ac_ext >&5
9537 ac_cv_func_remove=no
9540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9541 conftest$ac_exeext conftest.$ac_ext
9543 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9544 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9546 if test $ac_cv_func_remove = no; then
9547 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9548 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9549 if test "${ac_cv_lib_posix_remove+set}" = set; then
9550 echo $ECHO_N "(cached) $ECHO_C" >&6
9552 ac_check_lib_save_LIBS=$LIBS
9553 LIBS="-lposix $LIBS"
9554 cat >conftest.$ac_ext <<_ACEOF
9557 cat confdefs.h >>conftest.$ac_ext
9558 cat >>conftest.$ac_ext <<_ACEOF
9559 /* end confdefs.h. */
9561 /* Override any GCC internal prototype to avoid an error.
9562 Use char because int might match the return type of a GCC
9563 builtin and then its argument prototype would still apply. */
9576 rm -f conftest.$ac_objext conftest$ac_exeext
9577 if { (ac_try="$ac_link"
9579 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9580 *) ac_try_echo
=$ac_try;;
9582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9583 (eval "$ac_link") 2>conftest.er1
9585 grep -v '^ *+' conftest.er1
>conftest.err
9587 cat conftest.err
>&5
9588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9589 (exit $ac_status); } && {
9590 test -z "$ac_c_werror_flag" ||
9591 test ! -s conftest.err
9592 } && test -s conftest
$ac_exeext &&
9593 $as_test_x conftest
$ac_exeext; then
9594 ac_cv_lib_posix_remove
=yes
9596 echo "$as_me: failed program was:" >&5
9597 sed 's/^/| /' conftest.
$ac_ext >&5
9599 ac_cv_lib_posix_remove
=no
9602 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9603 conftest
$ac_exeext conftest.
$ac_ext
9604 LIBS
=$ac_check_lib_save_LIBS
9606 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9607 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9608 if test $ac_cv_lib_posix_remove = yes; then
9609 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9614 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9615 { echo "$as_me:$LINENO: checking for shmat" >&5
9616 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9617 if test "${ac_cv_func_shmat+set}" = set; then
9618 echo $ECHO_N "(cached) $ECHO_C" >&6
9620 cat >conftest.
$ac_ext <<_ACEOF
9623 cat confdefs.h
>>conftest.
$ac_ext
9624 cat >>conftest.
$ac_ext <<_ACEOF
9625 /* end confdefs.h. */
9626 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9627 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9628 #define shmat innocuous_shmat
9630 /* System header to define __stub macros and hopefully few prototypes,
9631 which can conflict with char shmat (); below.
9632 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9633 <limits.h> exists even on freestanding compilers. */
9636 # include <limits.h>
9638 # include <assert.h>
9643 /* Override any GCC internal prototype to avoid an error.
9644 Use char because int might match the return type of a GCC
9645 builtin and then its argument prototype would still apply. */
9650 /* The GNU C library defines this for functions which it implements
9651 to always fail with ENOSYS. Some functions are actually named
9652 something starting with __ and the normal name is an alias. */
9653 #if defined __stub_shmat || defined __stub___shmat
9665 rm -f conftest.
$ac_objext conftest
$ac_exeext
9666 if { (ac_try
="$ac_link"
9668 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9669 *) ac_try_echo=$ac_try;;
9671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9672 (eval "$ac_link") 2>conftest.er1
9674 grep -v '^ *+' conftest.er1 >conftest.err
9676 cat conftest.err >&5
9677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9678 (exit $ac_status); } && {
9679 test -z "$ac_c_werror_flag" ||
9680 test ! -s conftest.err
9681 } && test -s conftest$ac_exeext &&
9682 $as_test_x conftest$ac_exeext; then
9683 ac_cv_func_shmat=yes
9685 echo "$as_me: failed program was:" >&5
9686 sed 's/^/| /' conftest.$ac_ext >&5
9691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9692 conftest$ac_exeext conftest.$ac_ext
9694 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9695 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9697 if test $ac_cv_func_shmat = no; then
9698 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9699 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9700 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9701 echo $ECHO_N "(cached) $ECHO_C" >&6
9703 ac_check_lib_save_LIBS=$LIBS
9705 cat >conftest.$ac_ext <<_ACEOF
9708 cat confdefs.h >>conftest.$ac_ext
9709 cat >>conftest.$ac_ext <<_ACEOF
9710 /* end confdefs.h. */
9712 /* Override any GCC internal prototype to avoid an error.
9713 Use char because int might match the return type of a GCC
9714 builtin and then its argument prototype would still apply. */
9727 rm -f conftest.$ac_objext conftest$ac_exeext
9728 if { (ac_try="$ac_link"
9730 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9731 *) ac_try_echo
=$ac_try;;
9733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9734 (eval "$ac_link") 2>conftest.er1
9736 grep -v '^ *+' conftest.er1
>conftest.err
9738 cat conftest.err
>&5
9739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9740 (exit $ac_status); } && {
9741 test -z "$ac_c_werror_flag" ||
9742 test ! -s conftest.err
9743 } && test -s conftest
$ac_exeext &&
9744 $as_test_x conftest
$ac_exeext; then
9745 ac_cv_lib_ipc_shmat
=yes
9747 echo "$as_me: failed program was:" >&5
9748 sed 's/^/| /' conftest.
$ac_ext >&5
9750 ac_cv_lib_ipc_shmat
=no
9753 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9754 conftest
$ac_exeext conftest.
$ac_ext
9755 LIBS
=$ac_check_lib_save_LIBS
9757 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9758 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9759 if test $ac_cv_lib_ipc_shmat = yes; then
9760 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9766 # Check for libraries that X11R6 Xt/Xaw programs need.
9767 ac_save_LDFLAGS
=$LDFLAGS
9768 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9769 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9770 # check for ICE first), but we must link in the order -lSM -lICE or
9771 # we get undefined symbols. So assume we have SM if we have ICE.
9772 # These have to be linked with before -lX11, unlike the other
9773 # libraries we check for below, so use a different variable.
9774 # John Interrante, Karl Berry
9775 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9776 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9777 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9778 echo $ECHO_N "(cached) $ECHO_C" >&6
9780 ac_check_lib_save_LIBS
=$LIBS
9781 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9782 cat >conftest.
$ac_ext <<_ACEOF
9785 cat confdefs.h
>>conftest.
$ac_ext
9786 cat >>conftest.
$ac_ext <<_ACEOF
9787 /* end confdefs.h. */
9789 /* Override any GCC internal prototype to avoid an error.
9790 Use char because int might match the return type of a GCC
9791 builtin and then its argument prototype would still apply. */
9795 char IceConnectionNumber ();
9799 return IceConnectionNumber ();
9804 rm -f conftest.
$ac_objext conftest
$ac_exeext
9805 if { (ac_try
="$ac_link"
9807 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9808 *) ac_try_echo=$ac_try;;
9810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9811 (eval "$ac_link") 2>conftest.er1
9813 grep -v '^ *+' conftest.er1 >conftest.err
9815 cat conftest.err >&5
9816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9817 (exit $ac_status); } && {
9818 test -z "$ac_c_werror_flag" ||
9819 test ! -s conftest.err
9820 } && test -s conftest$ac_exeext &&
9821 $as_test_x conftest$ac_exeext; then
9822 ac_cv_lib_ICE_IceConnectionNumber=yes
9824 echo "$as_me: failed program was:" >&5
9825 sed 's/^/| /' conftest.$ac_ext >&5
9827 ac_cv_lib_ICE_IceConnectionNumber=no
9830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9831 conftest$ac_exeext conftest.$ac_ext
9832 LIBS=$ac_check_lib_save_LIBS
9834 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9835 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9836 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9837 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9840 LDFLAGS=$ac_save_LDFLAGS
9845 if test "$have_x" = "yes"
9848 ac_save_CPPFLAGS="$CPPFLAGS"
9849 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9851 { echo "$as_me:$LINENO: checking for -lX11" >&5
9852 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9853 if test "${ac_cv_lib_soname_X11+set}" = set; then
9854 echo $ECHO_N "(cached) $ECHO_C" >&6
9856 ac_check_soname_save_LIBS=$LIBS
9857 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9858 cat >conftest.$ac_ext <<_ACEOF
9861 cat confdefs.h >>conftest.$ac_ext
9862 cat >>conftest.$ac_ext <<_ACEOF
9863 /* end confdefs.h. */
9865 /* Override any GCC internal prototype to avoid an error.
9866 Use char because int might match the return type of a GCC
9867 builtin and then its argument prototype would still apply. */
9871 char XCreateWindow ();
9875 return XCreateWindow ();
9880 rm -f conftest.$ac_objext conftest$ac_exeext
9881 if { (ac_try="$ac_link"
9883 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9884 *) ac_try_echo
=$ac_try;;
9886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9887 (eval "$ac_link") 2>conftest.er1
9889 grep -v '^ *+' conftest.er1
>conftest.err
9891 cat conftest.err
>&5
9892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9893 (exit $ac_status); } && {
9894 test -z "$ac_c_werror_flag" ||
9895 test ! -s conftest.err
9896 } && test -s conftest
$ac_exeext &&
9897 $as_test_x conftest
$ac_exeext; then
9900 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'` ;;
9901 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9904 echo "$as_me: failed program was:" >&5
9905 sed 's/^/| /' conftest.
$ac_ext >&5
9910 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9911 conftest
$ac_exeext conftest.
$ac_ext
9912 LIBS
=$ac_check_soname_save_LIBS
9914 if test "x$ac_cv_lib_soname_X11" = "x"; then
9915 { echo "$as_me:$LINENO: result: not found" >&5
9916 echo "${ECHO_T}not found" >&6; }
9919 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9920 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9922 cat >>confdefs.h
<<_ACEOF
9923 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9929 { echo "$as_me:$LINENO: checking for -lXext" >&5
9930 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9931 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9932 echo $ECHO_N "(cached) $ECHO_C" >&6
9934 ac_check_soname_save_LIBS
=$LIBS
9935 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9936 cat >conftest.
$ac_ext <<_ACEOF
9939 cat confdefs.h
>>conftest.
$ac_ext
9940 cat >>conftest.
$ac_ext <<_ACEOF
9941 /* end confdefs.h. */
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9949 char XextCreateExtension ();
9953 return XextCreateExtension ();
9958 rm -f conftest.
$ac_objext conftest
$ac_exeext
9959 if { (ac_try
="$ac_link"
9961 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9962 *) ac_try_echo=$ac_try;;
9964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9965 (eval "$ac_link") 2>conftest.er1
9967 grep -v '^ *+' conftest.er1 >conftest.err
9969 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } && {
9972 test -z "$ac_c_werror_flag" ||
9973 test ! -s conftest.err
9974 } && test -s conftest$ac_exeext &&
9975 $as_test_x conftest$ac_exeext; then
9978 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'` ;;
9979 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9982 echo "$as_me: failed program was:" >&5
9983 sed 's/^/| /' conftest.$ac_ext >&5
9988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9989 conftest$ac_exeext conftest.$ac_ext
9990 LIBS=$ac_check_soname_save_LIBS
9992 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9993 { echo "$as_me:$LINENO: result: not found" >&5
9994 echo "${ECHO_T}not found" >&6; }
9997 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9998 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10000 cat >>confdefs.h <<_ACEOF
10001 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10020 for ac_header in X11/Xlib.h \
10023 X11/Xcursor/Xcursor.h \
10024 X11/extensions/shape.h \
10025 X11/extensions/XInput.h \
10026 X11/extensions/XShm.h \
10027 X11/extensions/Xcomposite.h \
10028 X11/extensions/Xinerama.h \
10029 X11/extensions/Xrandr.h \
10030 X11/extensions/Xrender.h \
10031 X11/extensions/xf86vmode.h
10033 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10034 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10035 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10037 echo $ECHO_N "(cached) $ECHO_C" >&6
10039 cat >conftest.$ac_ext <<_ACEOF
10042 cat confdefs.h >>conftest.$ac_ext
10043 cat >>conftest.$ac_ext <<_ACEOF
10044 /* end confdefs.h. */
10045 #ifdef HAVE_X11_XLIB_H
10046 # include <X11/Xlib.h>
10048 #ifdef HAVE_X11_XUTIL_H
10049 # include <X11/Xutil.h>
10052 #include <$ac_header>
10054 rm -f conftest.$ac_objext
10055 if { (ac_try="$ac_compile"
10056 case "(($ac_try" in
10057 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10058 *) ac_try_echo
=$ac_try;;
10060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10061 (eval "$ac_compile") 2>conftest.er1
10063 grep -v '^ *+' conftest.er1
>conftest.err
10065 cat conftest.err
>&5
10066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10067 (exit $ac_status); } && {
10068 test -z "$ac_c_werror_flag" ||
10069 test ! -s conftest.err
10070 } && test -s conftest.
$ac_objext; then
10071 eval "$as_ac_Header=yes"
10073 echo "$as_me: failed program was:" >&5
10074 sed 's/^/| /' conftest.
$ac_ext >&5
10076 eval "$as_ac_Header=no"
10079 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10081 ac_res
=`eval echo '${'$as_ac_Header'}'`
10082 { echo "$as_me:$LINENO: result: $ac_res" >&5
10083 echo "${ECHO_T}$ac_res" >&6; }
10084 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10085 cat >>confdefs.h
<<_ACEOF
10086 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10094 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10096 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10097 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10098 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10099 echo $ECHO_N "(cached) $ECHO_C" >&6
10101 ac_check_lib_save_LIBS
=$LIBS
10102 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10103 cat >conftest.
$ac_ext <<_ACEOF
10106 cat confdefs.h
>>conftest.
$ac_ext
10107 cat >>conftest.
$ac_ext <<_ACEOF
10108 /* end confdefs.h. */
10110 /* Override any GCC internal prototype to avoid an error.
10111 Use char because int might match the return type of a GCC
10112 builtin and then its argument prototype would still apply. */
10116 char XkbQueryExtension ();
10120 return XkbQueryExtension ();
10125 rm -f conftest.
$ac_objext conftest
$ac_exeext
10126 if { (ac_try
="$ac_link"
10127 case "(($ac_try" in
10128 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10129 *) ac_try_echo=$ac_try;;
10131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10132 (eval "$ac_link") 2>conftest.er1
10134 grep -v '^ *+' conftest.er1 >conftest.err
10136 cat conftest.err >&5
10137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10138 (exit $ac_status); } && {
10139 test -z "$ac_c_werror_flag" ||
10140 test ! -s conftest.err
10141 } && test -s conftest$ac_exeext &&
10142 $as_test_x conftest$ac_exeext; then
10143 ac_cv_lib_X11_XkbQueryExtension=yes
10145 echo "$as_me: failed program was:" >&5
10146 sed 's/^/| /' conftest.$ac_ext >&5
10148 ac_cv_lib_X11_XkbQueryExtension=no
10151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10152 conftest$ac_exeext conftest.$ac_ext
10153 LIBS=$ac_check_lib_save_LIBS
10155 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10156 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10157 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10159 cat >>confdefs.h <<\_ACEOF
10167 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10169 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10170 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10171 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10172 echo $ECHO_N "(cached) $ECHO_C" >&6
10174 ac_check_soname_save_LIBS=$LIBS
10175 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10176 cat >conftest.$ac_ext <<_ACEOF
10179 cat confdefs.h >>conftest.$ac_ext
10180 cat >>conftest.$ac_ext <<_ACEOF
10181 /* end confdefs.h. */
10183 /* Override any GCC internal prototype to avoid an error.
10184 Use char because int might match the return type of a GCC
10185 builtin and then its argument prototype would still apply. */
10189 char XcursorImageLoadCursor ();
10193 return XcursorImageLoadCursor ();
10198 rm -f conftest.$ac_objext conftest$ac_exeext
10199 if { (ac_try="$ac_link"
10200 case "(($ac_try" in
10201 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10202 *) ac_try_echo
=$ac_try;;
10204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10205 (eval "$ac_link") 2>conftest.er1
10207 grep -v '^ *+' conftest.er1
>conftest.err
10209 cat conftest.err
>&5
10210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10211 (exit $ac_status); } && {
10212 test -z "$ac_c_werror_flag" ||
10213 test ! -s conftest.err
10214 } && test -s conftest
$ac_exeext &&
10215 $as_test_x conftest
$ac_exeext; then
10218 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'` ;;
10219 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10222 echo "$as_me: failed program was:" >&5
10223 sed 's/^/| /' conftest.
$ac_ext >&5
10228 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10229 conftest
$ac_exeext conftest.
$ac_ext
10230 LIBS
=$ac_check_soname_save_LIBS
10232 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10233 { echo "$as_me:$LINENO: result: not found" >&5
10234 echo "${ECHO_T}not found" >&6; }
10237 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10238 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10240 cat >>confdefs.h
<<_ACEOF
10241 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10248 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10249 case "x$with_xcursor" in
10250 x
) wine_notices
="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10252 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10253 This is an error since --with-xcursor was requested." >&5
10254 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10255 This is an error since --with-xcursor was requested." >&2;}
10256 { (exit 1); exit 1; }; } ;;
10261 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10263 { echo "$as_me:$LINENO: checking for -lXi" >&5
10264 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10265 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10268 ac_check_soname_save_LIBS
=$LIBS
10269 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.
$ac_ext <<_ACEOF
10273 cat confdefs.h
>>conftest.
$ac_ext
10274 cat >>conftest.
$ac_ext <<_ACEOF
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10283 char XOpenDevice ();
10287 return XOpenDevice ();
10292 rm -f conftest.
$ac_objext conftest
$ac_exeext
10293 if { (ac_try
="$ac_link"
10294 case "(($ac_try" in
10295 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10296 *) ac_try_echo=$ac_try;;
10298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10299 (eval "$ac_link") 2>conftest.er1
10301 grep -v '^ *+' conftest.er1 >conftest.err
10303 cat conftest.err >&5
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); } && {
10306 test -z "$ac_c_werror_flag" ||
10307 test ! -s conftest.err
10308 } && test -s conftest$ac_exeext &&
10309 $as_test_x conftest$ac_exeext; then
10312 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'` ;;
10313 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10316 echo "$as_me: failed program was:" >&5
10317 sed 's/^/| /' conftest.$ac_ext >&5
10322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10323 conftest$ac_exeext conftest.$ac_ext
10324 LIBS=$ac_check_soname_save_LIBS
10326 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10327 { echo "$as_me:$LINENO: result: not found" >&5
10328 echo "${ECHO_T}not found" >&6; }
10331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10332 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10334 cat >>confdefs.h <<_ACEOF
10335 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10342 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10343 case "x$with_xinput" in
10344 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10346 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10347 This is an error since --with-xinput was requested." >&5
10348 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10349 This is an error since --with-xinput was requested." >&2;}
10350 { (exit 1); exit 1; }; } ;;
10355 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10357 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10358 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10359 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10360 echo $ECHO_N "(cached) $ECHO_C" >&6
10362 ac_check_lib_save_LIBS=$LIBS
10363 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10364 cat >conftest.$ac_ext <<_ACEOF
10367 cat confdefs.h >>conftest.$ac_ext
10368 cat >>conftest.$ac_ext <<_ACEOF
10369 /* end confdefs.h. */
10371 /* Override any GCC internal prototype to avoid an error.
10372 Use char because int might match the return type of a GCC
10373 builtin and then its argument prototype would still apply. */
10377 char XShmQueryExtension ();
10381 return XShmQueryExtension ();
10386 rm -f conftest.$ac_objext conftest$ac_exeext
10387 if { (ac_try="$ac_link"
10388 case "(($ac_try" in
10389 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10390 *) ac_try_echo
=$ac_try;;
10392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10393 (eval "$ac_link") 2>conftest.er1
10395 grep -v '^ *+' conftest.er1
>conftest.err
10397 cat conftest.err
>&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); } && {
10400 test -z "$ac_c_werror_flag" ||
10401 test ! -s conftest.err
10402 } && test -s conftest
$ac_exeext &&
10403 $as_test_x conftest
$ac_exeext; then
10404 ac_cv_lib_Xext_XShmQueryExtension
=yes
10406 echo "$as_me: failed program was:" >&5
10407 sed 's/^/| /' conftest.
$ac_ext >&5
10409 ac_cv_lib_Xext_XShmQueryExtension
=no
10412 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10413 conftest
$ac_exeext conftest.
$ac_ext
10414 LIBS
=$ac_check_lib_save_LIBS
10416 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10417 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10418 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10420 cat >>confdefs.h
<<\_ACEOF
10421 #define HAVE_LIBXXSHM 1
10427 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10428 case "x$with_xshm" in
10429 x
) wine_notices
="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10431 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10432 This is an error since --with-xshm was requested." >&5
10433 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10434 This is an error since --with-xshm was requested." >&2;}
10435 { (exit 1); exit 1; }; } ;;
10440 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10442 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10443 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10444 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10445 echo $ECHO_N "(cached) $ECHO_C" >&6
10447 ac_check_lib_save_LIBS
=$LIBS
10448 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10449 cat >conftest.
$ac_ext <<_ACEOF
10452 cat confdefs.h
>>conftest.
$ac_ext
10453 cat >>conftest.
$ac_ext <<_ACEOF
10454 /* end confdefs.h. */
10456 /* Override any GCC internal prototype to avoid an error.
10457 Use char because int might match the return type of a GCC
10458 builtin and then its argument prototype would still apply. */
10462 char XShapeQueryExtension ();
10466 return XShapeQueryExtension ();
10471 rm -f conftest.
$ac_objext conftest
$ac_exeext
10472 if { (ac_try
="$ac_link"
10473 case "(($ac_try" in
10474 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10475 *) ac_try_echo=$ac_try;;
10477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10478 (eval "$ac_link") 2>conftest.er1
10480 grep -v '^ *+' conftest.er1 >conftest.err
10482 cat conftest.err >&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); } && {
10485 test -z "$ac_c_werror_flag" ||
10486 test ! -s conftest.err
10487 } && test -s conftest$ac_exeext &&
10488 $as_test_x conftest$ac_exeext; then
10489 ac_cv_lib_Xext_XShapeQueryExtension=yes
10491 echo "$as_me: failed program was:" >&5
10492 sed 's/^/| /' conftest.$ac_ext >&5
10494 ac_cv_lib_Xext_XShapeQueryExtension=no
10497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10498 conftest$ac_exeext conftest.$ac_ext
10499 LIBS=$ac_check_lib_save_LIBS
10501 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10502 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10503 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10505 cat >>confdefs.h <<\_ACEOF
10506 #define HAVE_LIBXSHAPE 1
10512 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10513 case "x$with_xshape" in
10514 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10516 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10517 This is an error since --with-xshape was requested." >&5
10518 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10519 This is an error since --with-xshape was requested." >&2;}
10520 { (exit 1); exit 1; }; } ;;
10525 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10527 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10528 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10529 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10530 echo $ECHO_N "(cached) $ECHO_C" >&6
10532 ac_check_soname_save_LIBS=$LIBS
10533 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10534 cat >conftest.$ac_ext <<_ACEOF
10537 cat confdefs.h >>conftest.$ac_ext
10538 cat >>conftest.$ac_ext <<_ACEOF
10539 /* end confdefs.h. */
10541 /* Override any GCC internal prototype to avoid an error.
10542 Use char because int might match the return type of a GCC
10543 builtin and then its argument prototype would still apply. */
10547 char XF86VidModeQueryExtension ();
10551 return XF86VidModeQueryExtension ();
10556 rm -f conftest.$ac_objext conftest$ac_exeext
10557 if { (ac_try="$ac_link"
10558 case "(($ac_try" in
10559 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10560 *) ac_try_echo
=$ac_try;;
10562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10563 (eval "$ac_link") 2>conftest.er1
10565 grep -v '^ *+' conftest.er1
>conftest.err
10567 cat conftest.err
>&5
10568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10569 (exit $ac_status); } && {
10570 test -z "$ac_c_werror_flag" ||
10571 test ! -s conftest.err
10572 } && test -s conftest
$ac_exeext &&
10573 $as_test_x conftest
$ac_exeext; then
10576 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'` ;;
10577 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10580 echo "$as_me: failed program was:" >&5
10581 sed 's/^/| /' conftest.
$ac_ext >&5
10586 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10587 conftest
$ac_exeext conftest.
$ac_ext
10588 LIBS
=$ac_check_soname_save_LIBS
10590 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10591 { echo "$as_me:$LINENO: result: not found" >&5
10592 echo "${ECHO_T}not found" >&6; }
10595 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10596 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10598 cat >>confdefs.h
<<_ACEOF
10599 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10606 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10607 case "x$with_xxf86vm" in
10608 x
) wine_notices
="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10610 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10611 This is an error since --with-xxf86vm was requested." >&5
10612 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10613 This is an error since --with-xxf86vm was requested." >&2;}
10614 { (exit 1); exit 1; }; } ;;
10619 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"
10621 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10622 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10623 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10624 echo $ECHO_N "(cached) $ECHO_C" >&6
10626 ac_check_soname_save_LIBS
=$LIBS
10627 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10628 cat >conftest.
$ac_ext <<_ACEOF
10631 cat confdefs.h
>>conftest.
$ac_ext
10632 cat >>conftest.
$ac_ext <<_ACEOF
10633 /* end confdefs.h. */
10635 /* Override any GCC internal prototype to avoid an error.
10636 Use char because int might match the return type of a GCC
10637 builtin and then its argument prototype would still apply. */
10641 char XRenderQueryExtension ();
10645 return XRenderQueryExtension ();
10650 rm -f conftest.
$ac_objext conftest
$ac_exeext
10651 if { (ac_try
="$ac_link"
10652 case "(($ac_try" in
10653 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10654 *) ac_try_echo=$ac_try;;
10656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10657 (eval "$ac_link") 2>conftest.er1
10659 grep -v '^ *+' conftest.er1 >conftest.err
10661 cat conftest.err >&5
10662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663 (exit $ac_status); } && {
10664 test -z "$ac_c_werror_flag" ||
10665 test ! -s conftest.err
10666 } && test -s conftest$ac_exeext &&
10667 $as_test_x conftest$ac_exeext; then
10670 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'` ;;
10671 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10674 echo "$as_me: failed program was:" >&5
10675 sed 's/^/| /' conftest.$ac_ext >&5
10680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10681 conftest$ac_exeext conftest.$ac_ext
10682 LIBS=$ac_check_soname_save_LIBS
10684 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10685 { echo "$as_me:$LINENO: result: not found" >&5
10686 echo "${ECHO_T}not found" >&6; }
10689 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10690 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10692 cat >>confdefs.h <<_ACEOF
10693 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10696 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10697 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10701 ac_check_lib_save_LIBS=$LIBS
10702 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10716 char XRenderSetPictureTransform ();
10720 return XRenderSetPictureTransform ();
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10729 *) ac_try_echo
=$ac_try;;
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732 (eval "$ac_link") 2>conftest.er1
10734 grep -v '^ *+' conftest.er1
>conftest.err
10736 cat conftest.err
>&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && {
10739 test -z "$ac_c_werror_flag" ||
10740 test ! -s conftest.err
10741 } && test -s conftest
$ac_exeext &&
10742 $as_test_x conftest
$ac_exeext; then
10743 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10745 echo "$as_me: failed program was:" >&5
10746 sed 's/^/| /' conftest.
$ac_ext >&5
10748 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10751 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10752 conftest
$ac_exeext conftest.
$ac_ext
10753 LIBS
=$ac_check_lib_save_LIBS
10755 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10756 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10757 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10759 cat >>confdefs.h
<<\_ACEOF
10760 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10769 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10770 case "x$with_xrender" in
10771 x
) wine_warnings
="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10773 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10774 This is an error since --with-xrender was requested." >&5
10775 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10776 This is an error since --with-xrender was requested." >&2;}
10777 { (exit 1); exit 1; }; } ;;
10782 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10784 cat >conftest.
$ac_ext <<_ACEOF
10787 cat confdefs.h
>>conftest.
$ac_ext
10788 cat >>conftest.
$ac_ext <<_ACEOF
10789 /* end confdefs.h. */
10790 #include <X11/Xlib.h>
10791 #include <X11/extensions/Xrandr.h>
10795 static typeof(XRRSetScreenConfigAndRate) * func;
10800 rm -f conftest.
$ac_objext
10801 if { (ac_try
="$ac_compile"
10802 case "(($ac_try" in
10803 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10804 *) ac_try_echo=$ac_try;;
10806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10807 (eval "$ac_compile") 2>conftest.er1
10809 grep -v '^ *+' conftest.er1 >conftest.err
10811 cat conftest.err >&5
10812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10813 (exit $ac_status); } && {
10814 test -z "$ac_c_werror_flag" ||
10815 test ! -s conftest.err
10816 } && test -s conftest.$ac_objext; then
10817 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10818 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10819 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10820 echo $ECHO_N "(cached) $ECHO_C" >&6
10822 ac_check_soname_save_LIBS=$LIBS
10823 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10824 cat >conftest.$ac_ext <<_ACEOF
10827 cat confdefs.h >>conftest.$ac_ext
10828 cat >>conftest.$ac_ext <<_ACEOF
10829 /* end confdefs.h. */
10831 /* Override any GCC internal prototype to avoid an error.
10832 Use char because int might match the return type of a GCC
10833 builtin and then its argument prototype would still apply. */
10837 char XRRQueryExtension ();
10841 return XRRQueryExtension ();
10846 rm -f conftest.$ac_objext conftest$ac_exeext
10847 if { (ac_try="$ac_link"
10848 case "(($ac_try" in
10849 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10850 *) ac_try_echo
=$ac_try;;
10852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10853 (eval "$ac_link") 2>conftest.er1
10855 grep -v '^ *+' conftest.er1
>conftest.err
10857 cat conftest.err
>&5
10858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10859 (exit $ac_status); } && {
10860 test -z "$ac_c_werror_flag" ||
10861 test ! -s conftest.err
10862 } && test -s conftest
$ac_exeext &&
10863 $as_test_x conftest
$ac_exeext; then
10866 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'` ;;
10867 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10870 echo "$as_me: failed program was:" >&5
10871 sed 's/^/| /' conftest.
$ac_ext >&5
10876 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10877 conftest
$ac_exeext conftest.
$ac_ext
10878 LIBS
=$ac_check_soname_save_LIBS
10880 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10881 { echo "$as_me:$LINENO: result: not found" >&5
10882 echo "${ECHO_T}not found" >&6; }
10885 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10886 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10888 cat >>confdefs.h
<<_ACEOF
10889 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10896 echo "$as_me: failed program was:" >&5
10897 sed 's/^/| /' conftest.
$ac_ext >&5
10902 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10904 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10905 case "x$with_xrandr" in
10906 x
) wine_notices
="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10908 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10909 This is an error since --with-xrandr was requested." >&5
10910 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10911 This is an error since --with-xrandr was requested." >&2;}
10912 { (exit 1); exit 1; }; } ;;
10917 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10919 cat >conftest.
$ac_ext <<_ACEOF
10922 cat confdefs.h
>>conftest.
$ac_ext
10923 cat >>conftest.
$ac_ext <<_ACEOF
10924 /* end confdefs.h. */
10925 #include <X11/Xlib.h>
10926 #include <X11/extensions/Xinerama.h>
10930 static typeof(XineramaQueryScreens) * func;
10935 rm -f conftest.
$ac_objext
10936 if { (ac_try
="$ac_compile"
10937 case "(($ac_try" in
10938 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10939 *) ac_try_echo=$ac_try;;
10941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10942 (eval "$ac_compile") 2>conftest.er1
10944 grep -v '^ *+' conftest.er1 >conftest.err
10946 cat conftest.err >&5
10947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10948 (exit $ac_status); } && {
10949 test -z "$ac_c_werror_flag" ||
10950 test ! -s conftest.err
10951 } && test -s conftest.$ac_objext; then
10952 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10953 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10954 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6
10957 ac_check_soname_save_LIBS=$LIBS
10958 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10959 cat >conftest.$ac_ext <<_ACEOF
10962 cat confdefs.h >>conftest.$ac_ext
10963 cat >>conftest.$ac_ext <<_ACEOF
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10972 char XineramaQueryScreens ();
10976 return XineramaQueryScreens ();
10981 rm -f conftest.$ac_objext conftest$ac_exeext
10982 if { (ac_try="$ac_link"
10983 case "(($ac_try" in
10984 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10985 *) ac_try_echo
=$ac_try;;
10987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10988 (eval "$ac_link") 2>conftest.er1
10990 grep -v '^ *+' conftest.er1
>conftest.err
10992 cat conftest.err
>&5
10993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994 (exit $ac_status); } && {
10995 test -z "$ac_c_werror_flag" ||
10996 test ! -s conftest.err
10997 } && test -s conftest
$ac_exeext &&
10998 $as_test_x conftest
$ac_exeext; then
11001 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'` ;;
11002 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11005 echo "$as_me: failed program was:" >&5
11006 sed 's/^/| /' conftest.
$ac_ext >&5
11011 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11012 conftest
$ac_exeext conftest.
$ac_ext
11013 LIBS
=$ac_check_soname_save_LIBS
11015 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11016 { echo "$as_me:$LINENO: result: not found" >&5
11017 echo "${ECHO_T}not found" >&6; }
11020 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11021 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11023 cat >>confdefs.h
<<_ACEOF
11024 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11031 echo "$as_me: failed program was:" >&5
11032 sed 's/^/| /' conftest.
$ac_ext >&5
11037 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11039 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11040 case "x$with_xinerama" in
11041 x
) wine_notices
="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11043 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11044 This is an error since --with-xinerama was requested." >&5
11045 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11046 This is an error since --with-xinerama was requested." >&2;}
11047 { (exit 1); exit 1; }; } ;;
11052 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11054 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11055 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11056 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11057 echo $ECHO_N "(cached) $ECHO_C" >&6
11059 ac_check_soname_save_LIBS
=$LIBS
11060 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11061 cat >conftest.
$ac_ext <<_ACEOF
11064 cat confdefs.h
>>conftest.
$ac_ext
11065 cat >>conftest.
$ac_ext <<_ACEOF
11066 /* end confdefs.h. */
11068 /* Override any GCC internal prototype to avoid an error.
11069 Use char because int might match the return type of a GCC
11070 builtin and then its argument prototype would still apply. */
11074 char XCompositeRedirectWindow ();
11078 return XCompositeRedirectWindow ();
11083 rm -f conftest.
$ac_objext conftest
$ac_exeext
11084 if { (ac_try
="$ac_link"
11085 case "(($ac_try" in
11086 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11087 *) ac_try_echo=$ac_try;;
11089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11090 (eval "$ac_link") 2>conftest.er1
11092 grep -v '^ *+' conftest.er1 >conftest.err
11094 cat conftest.err >&5
11095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11096 (exit $ac_status); } && {
11097 test -z "$ac_c_werror_flag" ||
11098 test ! -s conftest.err
11099 } && test -s conftest$ac_exeext &&
11100 $as_test_x conftest$ac_exeext; then
11103 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'` ;;
11104 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11107 echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11114 conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_soname_save_LIBS
11117 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11118 { echo "$as_me:$LINENO: result: not found" >&5
11119 echo "${ECHO_T}not found" >&6; }
11122 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11123 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11125 cat >>confdefs.h <<_ACEOF
11126 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11133 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11134 case "x$with_xcomposite" in
11135 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11137 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11138 This is an error since --with-xcomposite was requested." >&5
11139 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11140 This is an error since --with-xcomposite was requested." >&2;}
11141 { (exit 1); exit 1; }; } ;;
11146 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11147 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11148 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11149 echo $ECHO_N "(cached) $ECHO_C" >&6
11151 cat >conftest.$ac_ext <<_ACEOF
11154 cat confdefs.h >>conftest.$ac_ext
11155 cat >>conftest.$ac_ext <<_ACEOF
11156 /* end confdefs.h. */
11157 #ifdef HAVE_X11_XLIB_H
11158 #include <X11/Xlib.h>
11164 static XICCallback ac_aggr;
11165 if (ac_aggr.callback)
11171 rm -f conftest.$ac_objext
11172 if { (ac_try="$ac_compile"
11173 case "(($ac_try" in
11174 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11175 *) ac_try_echo
=$ac_try;;
11177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11178 (eval "$ac_compile") 2>conftest.er1
11180 grep -v '^ *+' conftest.er1
>conftest.err
11182 cat conftest.err
>&5
11183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11184 (exit $ac_status); } && {
11185 test -z "$ac_c_werror_flag" ||
11186 test ! -s conftest.err
11187 } && test -s conftest.
$ac_objext; then
11188 ac_cv_member_XICCallback_callback
=yes
11190 echo "$as_me: failed program was:" >&5
11191 sed 's/^/| /' conftest.
$ac_ext >&5
11193 cat >conftest.
$ac_ext <<_ACEOF
11196 cat confdefs.h
>>conftest.
$ac_ext
11197 cat >>conftest.
$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11199 #ifdef HAVE_X11_XLIB_H
11200 #include <X11/Xlib.h>
11206 static XICCallback ac_aggr;
11207 if (sizeof ac_aggr.callback)
11213 rm -f conftest.
$ac_objext
11214 if { (ac_try
="$ac_compile"
11215 case "(($ac_try" in
11216 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11217 *) ac_try_echo=$ac_try;;
11219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11220 (eval "$ac_compile") 2>conftest.er1
11222 grep -v '^ *+' conftest.er1 >conftest.err
11224 cat conftest.err >&5
11225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226 (exit $ac_status); } && {
11227 test -z "$ac_c_werror_flag" ||
11228 test ! -s conftest.err
11229 } && test -s conftest.$ac_objext; then
11230 ac_cv_member_XICCallback_callback=yes
11232 echo "$as_me: failed program was:" >&5
11233 sed 's/^/| /' conftest.$ac_ext >&5
11235 ac_cv_member_XICCallback_callback=no
11238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11243 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11244 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11245 if test $ac_cv_member_XICCallback_callback = yes; then
11247 cat >>confdefs.h <<_ACEOF
11248 #define HAVE_XICCALLBACK_CALLBACK 1
11257 if test "x$with_opengl" != "xno"
11263 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11265 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11266 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11267 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11268 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11269 echo $ECHO_N "(cached) $ECHO_C" >&6
11271 cat >conftest.$ac_ext <<_ACEOF
11274 cat confdefs.h >>conftest.$ac_ext
11275 cat >>conftest.$ac_ext <<_ACEOF
11276 /* end confdefs.h. */
11277 #ifdef HAVE_GL_GLX_H
11278 # include <GL/glx.h>
11281 #include <$ac_header>
11283 rm -f conftest.$ac_objext
11284 if { (ac_try="$ac_compile"
11285 case "(($ac_try" in
11286 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11287 *) ac_try_echo
=$ac_try;;
11289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11290 (eval "$ac_compile") 2>conftest.er1
11292 grep -v '^ *+' conftest.er1
>conftest.err
11294 cat conftest.err
>&5
11295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11296 (exit $ac_status); } && {
11297 test -z "$ac_c_werror_flag" ||
11298 test ! -s conftest.err
11299 } && test -s conftest.
$ac_objext; then
11300 eval "$as_ac_Header=yes"
11302 echo "$as_me: failed program was:" >&5
11303 sed 's/^/| /' conftest.
$ac_ext >&5
11305 eval "$as_ac_Header=no"
11308 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11310 ac_res
=`eval echo '${'$as_ac_Header'}'`
11311 { echo "$as_me:$LINENO: result: $ac_res" >&5
11312 echo "${ECHO_T}$ac_res" >&6; }
11313 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11314 cat >>confdefs.h
<<_ACEOF
11315 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11322 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11324 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11325 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11326 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11327 echo $ECHO_N "(cached) $ECHO_C" >&6
11329 cat >conftest.
$ac_ext <<_ACEOF
11332 cat confdefs.h
>>conftest.
$ac_ext
11333 cat >>conftest.
$ac_ext <<_ACEOF
11334 /* end confdefs.h. */
11339 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11344 rm -f conftest.
$ac_objext
11345 if { (ac_try
="$ac_compile"
11346 case "(($ac_try" in
11347 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11348 *) ac_try_echo=$ac_try;;
11350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11351 (eval "$ac_compile") 2>conftest.er1
11353 grep -v '^ *+' conftest.er1 >conftest.err
11355 cat conftest.err >&5
11356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11357 (exit $ac_status); } && {
11358 test -z "$ac_c_werror_flag" ||
11359 test ! -s conftest.err
11360 } && test -s conftest.$ac_objext; then
11361 wine_cv_opengl_header_version_OK="yes"
11363 echo "$as_me: failed program was:" >&5
11364 sed 's/^/| /' conftest.$ac_ext >&5
11366 wine_cv_opengl_header_version_OK="no"
11369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11371 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11372 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11374 if test "$wine_cv_opengl_header_version_OK" = "yes"
11376 { echo "$as_me:$LINENO: checking for -lGL" >&5
11377 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11378 if test "${ac_cv_lib_soname_GL+set}" = set; then
11379 echo $ECHO_N "(cached) $ECHO_C" >&6
11381 ac_check_soname_save_LIBS=$LIBS
11382 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11383 cat >conftest.$ac_ext <<_ACEOF
11386 cat confdefs.h >>conftest.$ac_ext
11387 cat >>conftest.$ac_ext <<_ACEOF
11388 /* end confdefs.h. */
11390 /* Override any GCC internal prototype to avoid an error.
11391 Use char because int might match the return type of a GCC
11392 builtin and then its argument prototype would still apply. */
11396 char glXCreateContext ();
11400 return glXCreateContext ();
11405 rm -f conftest.$ac_objext conftest$ac_exeext
11406 if { (ac_try="$ac_link"
11407 case "(($ac_try" in
11408 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11409 *) ac_try_echo
=$ac_try;;
11411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11412 (eval "$ac_link") 2>conftest.er1
11414 grep -v '^ *+' conftest.er1
>conftest.err
11416 cat conftest.err
>&5
11417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11418 (exit $ac_status); } && {
11419 test -z "$ac_c_werror_flag" ||
11420 test ! -s conftest.err
11421 } && test -s conftest
$ac_exeext &&
11422 $as_test_x conftest
$ac_exeext; then
11425 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'` ;;
11426 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11429 echo "$as_me: failed program was:" >&5
11430 sed 's/^/| /' conftest.
$ac_ext >&5
11435 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11436 conftest
$ac_exeext conftest.
$ac_ext
11437 LIBS
=$ac_check_soname_save_LIBS
11439 if test "x$ac_cv_lib_soname_GL" = "x"; then
11440 { echo "$as_me:$LINENO: result: not found" >&5
11441 echo "${ECHO_T}not found" >&6; }
11442 { echo "$as_me:$LINENO: checking for -lGL" >&5
11443 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11444 if test "${ac_cv_lib_soname_GL+set}" = set; then
11445 echo $ECHO_N "(cached) $ECHO_C" >&6
11447 ac_check_soname_save_LIBS
=$LIBS
11448 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"
11449 cat >conftest.
$ac_ext <<_ACEOF
11452 cat confdefs.h
>>conftest.
$ac_ext
11453 cat >>conftest.
$ac_ext <<_ACEOF
11454 /* end confdefs.h. */
11456 /* Override any GCC internal prototype to avoid an error.
11457 Use char because int might match the return type of a GCC
11458 builtin and then its argument prototype would still apply. */
11462 char glXCreateContext ();
11466 return glXCreateContext ();
11471 rm -f conftest.
$ac_objext conftest
$ac_exeext
11472 if { (ac_try
="$ac_link"
11473 case "(($ac_try" in
11474 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11475 *) ac_try_echo=$ac_try;;
11477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11478 (eval "$ac_link") 2>conftest.er1
11480 grep -v '^ *+' conftest.er1 >conftest.err
11482 cat conftest.err >&5
11483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11484 (exit $ac_status); } && {
11485 test -z "$ac_c_werror_flag" ||
11486 test ! -s conftest.err
11487 } && test -s conftest$ac_exeext &&
11488 $as_test_x conftest$ac_exeext; then
11491 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'` ;;
11492 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11495 echo "$as_me: failed program was:" >&5
11496 sed 's/^/| /' conftest.$ac_ext >&5
11501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11502 conftest$ac_exeext conftest.$ac_ext
11503 LIBS=$ac_check_soname_save_LIBS
11505 if test "x$ac_cv_lib_soname_GL" = "x"; then
11506 { echo "$as_me:$LINENO: result: not found" >&5
11507 echo "${ECHO_T}not found" >&6; }
11508 if test -f /usr/X11R6/lib/libGL.a
11510 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11511 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11513 opengl_msg="No OpenGL library found on this system."
11516 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11517 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11519 cat >>confdefs.h <<_ACEOF
11520 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11523 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"
11525 cat >>confdefs.h <<\_ACEOF
11526 #define HAVE_OPENGL 1
11532 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11533 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11535 cat >>confdefs.h <<_ACEOF
11536 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11541 cat >>confdefs.h <<\_ACEOF
11542 #define HAVE_OPENGL 1
11547 if test "$ac_cv_header_GL_glu_h" = "yes"
11549 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11550 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11551 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11552 echo $ECHO_N "(cached) $ECHO_C" >&6
11554 ac_check_soname_save_LIBS=$LIBS
11555 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11556 cat >conftest.$ac_ext <<_ACEOF
11559 cat confdefs.h >>conftest.$ac_ext
11560 cat >>conftest.$ac_ext <<_ACEOF
11561 /* end confdefs.h. */
11563 /* Override any GCC internal prototype to avoid an error.
11564 Use char because int might match the return type of a GCC
11565 builtin and then its argument prototype would still apply. */
11573 return gluLookAt ();
11578 rm -f conftest.$ac_objext conftest$ac_exeext
11579 if { (ac_try="$ac_link"
11580 case "(($ac_try" in
11581 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11582 *) ac_try_echo
=$ac_try;;
11584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11585 (eval "$ac_link") 2>conftest.er1
11587 grep -v '^ *+' conftest.er1
>conftest.err
11589 cat conftest.err
>&5
11590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11591 (exit $ac_status); } && {
11592 test -z "$ac_c_werror_flag" ||
11593 test ! -s conftest.err
11594 } && test -s conftest
$ac_exeext &&
11595 $as_test_x conftest
$ac_exeext; then
11598 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'` ;;
11599 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11602 echo "$as_me: failed program was:" >&5
11603 sed 's/^/| /' conftest.
$ac_ext >&5
11608 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11609 conftest
$ac_exeext conftest.
$ac_ext
11610 LIBS
=$ac_check_soname_save_LIBS
11612 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11613 { echo "$as_me:$LINENO: result: not found" >&5
11614 echo "${ECHO_T}not found" >&6; }
11617 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11618 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11620 cat >>confdefs.h
<<_ACEOF
11621 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11628 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11629 case "x$with_glu" in
11630 x
) wine_notices
="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11632 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11633 This is an error since --with-glu was requested." >&5
11634 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11635 This is an error since --with-glu was requested." >&2;}
11636 { (exit 1); exit 1; }; } ;;
11641 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11644 opengl_msg
="OpenGL development headers not found."
11646 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11647 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11649 enable_opengl32
=${enable_opengl32:-no}
11650 enable_glu32
=${enable_glu32:-no}
11652 if test -n "$opengl_msg"; then
11653 case "x$with_opengl" in
11654 x
) wine_warnings
="$wine_warnings|$opengl_msg
11655 OpenGL and Direct3D won't be supported." ;;
11657 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11658 OpenGL and Direct3D won't be supported.
11659 This is an error since --with-opengl was requested." >&5
11660 echo "$as_me: error: $opengl_msg
11661 OpenGL and Direct3D won't be supported.
11662 This is an error since --with-opengl was requested." >&2;}
11663 { (exit 1); exit 1; }; } ;;
11671 for ac_header
in audio
/audiolib.h
11673 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11674 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11675 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11676 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11677 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11678 echo $ECHO_N "(cached) $ECHO_C" >&6
11680 ac_res
=`eval echo '${'$as_ac_Header'}'`
11681 { echo "$as_me:$LINENO: result: $ac_res" >&5
11682 echo "${ECHO_T}$ac_res" >&6; }
11684 # Is the header compilable?
11685 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11686 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11687 cat >conftest.
$ac_ext <<_ACEOF
11690 cat confdefs.h
>>conftest.
$ac_ext
11691 cat >>conftest.
$ac_ext <<_ACEOF
11692 /* end confdefs.h. */
11693 $ac_includes_default
11694 #include <$ac_header>
11696 rm -f conftest.
$ac_objext
11697 if { (ac_try
="$ac_compile"
11698 case "(($ac_try" in
11699 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11700 *) ac_try_echo=$ac_try;;
11702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11703 (eval "$ac_compile") 2>conftest.er1
11705 grep -v '^ *+' conftest.er1 >conftest.err
11707 cat conftest.err >&5
11708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11709 (exit $ac_status); } && {
11710 test -z "$ac_c_werror_flag" ||
11711 test ! -s conftest.err
11712 } && test -s conftest.$ac_objext; then
11713 ac_header_compiler=yes
11715 echo "$as_me: failed program was:" >&5
11716 sed 's/^/| /' conftest.$ac_ext >&5
11718 ac_header_compiler=no
11721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11722 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11723 echo "${ECHO_T}$ac_header_compiler" >&6; }
11725 # Is the header present?
11726 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11727 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11728 cat >conftest.$ac_ext <<_ACEOF
11731 cat confdefs.h >>conftest.$ac_ext
11732 cat >>conftest.$ac_ext <<_ACEOF
11733 /* end confdefs.h. */
11734 #include <$ac_header>
11736 if { (ac_try="$ac_cpp conftest.$ac_ext"
11737 case "(($ac_try" in
11738 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11739 *) ac_try_echo
=$ac_try;;
11741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11742 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11744 grep -v '^ *+' conftest.er1
>conftest.err
11746 cat conftest.err
>&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } >/dev
/null
&& {
11749 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11750 test ! -s conftest.err
11752 ac_header_preproc
=yes
11754 echo "$as_me: failed program was:" >&5
11755 sed 's/^/| /' conftest.
$ac_ext >&5
11757 ac_header_preproc
=no
11760 rm -f conftest.err conftest.
$ac_ext
11761 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11762 echo "${ECHO_T}$ac_header_preproc" >&6; }
11764 # So? What about this header?
11765 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11767 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11768 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11769 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11770 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11771 ac_header_preproc
=yes
11774 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11775 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11776 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11777 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11778 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11779 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11780 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11781 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11782 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11783 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11784 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11785 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11787 ## ------------------------------------ ##
11788 ## Report this to wine-devel@winehq.org ##
11789 ## ------------------------------------ ##
11791 ) |
sed "s/^/$as_me: WARNING: /" >&2
11794 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11795 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11796 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11797 echo $ECHO_N "(cached) $ECHO_C" >&6
11799 eval "$as_ac_Header=\$ac_header_preproc"
11801 ac_res
=`eval echo '${'$as_ac_Header'}'`
11802 { echo "$as_me:$LINENO: result: $ac_res" >&5
11803 echo "${ECHO_T}$ac_res" >&6; }
11806 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11807 cat >>confdefs.h
<<_ACEOF
11808 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11811 for ac_header
in audio
/soundlib.h
11813 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11814 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11815 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11816 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11817 echo $ECHO_N "(cached) $ECHO_C" >&6
11819 cat >conftest.
$ac_ext <<_ACEOF
11822 cat confdefs.h
>>conftest.
$ac_ext
11823 cat >>conftest.
$ac_ext <<_ACEOF
11824 /* end confdefs.h. */
11825 #include <audio/audiolib.h>
11827 #include <$ac_header>
11829 rm -f conftest.
$ac_objext
11830 if { (ac_try
="$ac_compile"
11831 case "(($ac_try" in
11832 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11833 *) ac_try_echo=$ac_try;;
11835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11836 (eval "$ac_compile") 2>conftest.er1
11838 grep -v '^ *+' conftest.er1 >conftest.err
11840 cat conftest.err >&5
11841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11842 (exit $ac_status); } && {
11843 test -z "$ac_c_werror_flag" ||
11844 test ! -s conftest.err
11845 } && test -s conftest.$ac_objext; then
11846 eval "$as_ac_Header=yes"
11848 echo "$as_me: failed program was:" >&5
11849 sed 's/^/| /' conftest.$ac_ext >&5
11851 eval "$as_ac_Header=no"
11854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11856 ac_res=`eval echo '${'$as_ac_Header'}'`
11857 { echo "$as_me:$LINENO: result: $ac_res" >&5
11858 echo "${ECHO_T}$ac_res" >&6; }
11859 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11860 cat >>confdefs.h <<_ACEOF
11861 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11868 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11869 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11870 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11871 echo $ECHO_N "(cached) $ECHO_C" >&6
11873 ac_check_lib_save_LIBS=$LIBS
11874 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11875 cat >conftest.$ac_ext <<_ACEOF
11878 cat confdefs.h >>conftest.$ac_ext
11879 cat >>conftest.$ac_ext <<_ACEOF
11880 /* end confdefs.h. */
11882 /* Override any GCC internal prototype to avoid an error.
11883 Use char because int might match the return type of a GCC
11884 builtin and then its argument prototype would still apply. */
11888 char AuCreateFlow ();
11892 return AuCreateFlow ();
11897 rm -f conftest.$ac_objext conftest$ac_exeext
11898 if { (ac_try="$ac_link"
11899 case "(($ac_try" in
11900 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11901 *) ac_try_echo
=$ac_try;;
11903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11904 (eval "$ac_link") 2>conftest.er1
11906 grep -v '^ *+' conftest.er1
>conftest.err
11908 cat conftest.err
>&5
11909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11910 (exit $ac_status); } && {
11911 test -z "$ac_c_werror_flag" ||
11912 test ! -s conftest.err
11913 } && test -s conftest
$ac_exeext &&
11914 $as_test_x conftest
$ac_exeext; then
11915 ac_cv_lib_audio_AuCreateFlow
=yes
11917 echo "$as_me: failed program was:" >&5
11918 sed 's/^/| /' conftest.
$ac_ext >&5
11920 ac_cv_lib_audio_AuCreateFlow
=no
11923 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11924 conftest
$ac_exeext conftest.
$ac_ext
11925 LIBS
=$ac_check_lib_save_LIBS
11927 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11928 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11929 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11931 cat >>confdefs.h
<<\_ACEOF
11935 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11936 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11937 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11938 echo $ECHO_N "(cached) $ECHO_C" >&6
11940 ac_check_lib_save_LIBS
=$LIBS
11941 LIBS
="-lXau $X_LIBS $LIBS"
11942 cat >conftest.
$ac_ext <<_ACEOF
11945 cat confdefs.h
>>conftest.
$ac_ext
11946 cat >>conftest.
$ac_ext <<_ACEOF
11947 /* end confdefs.h. */
11949 /* Override any GCC internal prototype to avoid an error.
11950 Use char because int might match the return type of a GCC
11951 builtin and then its argument prototype would still apply. */
11955 char XauGetBestAuthByAddr ();
11959 return XauGetBestAuthByAddr ();
11964 rm -f conftest.
$ac_objext conftest
$ac_exeext
11965 if { (ac_try
="$ac_link"
11966 case "(($ac_try" in
11967 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11968 *) ac_try_echo=$ac_try;;
11970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11971 (eval "$ac_link") 2>conftest.er1
11973 grep -v '^ *+' conftest.er1 >conftest.err
11975 cat conftest.err >&5
11976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11977 (exit $ac_status); } && {
11978 test -z "$ac_c_werror_flag" ||
11979 test ! -s conftest.err
11980 } && test -s conftest$ac_exeext &&
11981 $as_test_x conftest$ac_exeext; then
11982 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11984 echo "$as_me: failed program was:" >&5
11985 sed 's/^/| /' conftest.$ac_ext >&5
11987 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11991 conftest$ac_exeext conftest.$ac_ext
11992 LIBS=$ac_check_lib_save_LIBS
11994 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11995 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11996 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11997 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11999 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12010 CPPFLAGS="$ac_save_CPPFLAGS"
12015 enable_winex11_drv=${enable_winex11_drv:-no}
12016 enable_opengl32=${enable_opengl32:-no}
12017 enable_glu32=${enable_glu32:-no}
12019 if test "x$XLIB" = "x"; then
12022 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12023 without X support, which probably isn't what you want. You will need to install
12024 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12025 Use the --without-x option if you really want this." >&5
12026 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12027 without X support, which probably isn't what you want. You will need to install
12028 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12029 Use the --without-x option if you really want this." >&2;}
12030 { (exit 1); exit 1; }; } ;;
12042 if test "x$with_xml" != "xno"
12044 ac_save_CPPFLAGS="$CPPFLAGS"
12045 if test "$PKG_CONFIG" != "false"
12047 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
12048 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
12050 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
12051 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
12053 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12055 for ac_header in libxml/parser.h
12057 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12059 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12060 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12062 echo $ECHO_N "(cached) $ECHO_C" >&6
12064 ac_res=`eval echo '${'$as_ac_Header'}'`
12065 { echo "$as_me:$LINENO: result: $ac_res" >&5
12066 echo "${ECHO_T}$ac_res" >&6; }
12068 # Is the header compilable?
12069 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12070 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12071 cat >conftest.$ac_ext <<_ACEOF
12074 cat confdefs.h >>conftest.$ac_ext
12075 cat >>conftest.$ac_ext <<_ACEOF
12076 /* end confdefs.h. */
12077 $ac_includes_default
12078 #include <$ac_header>
12080 rm -f conftest.$ac_objext
12081 if { (ac_try="$ac_compile"
12082 case "(($ac_try" in
12083 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12084 *) ac_try_echo
=$ac_try;;
12086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12087 (eval "$ac_compile") 2>conftest.er1
12089 grep -v '^ *+' conftest.er1
>conftest.err
12091 cat conftest.err
>&5
12092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12093 (exit $ac_status); } && {
12094 test -z "$ac_c_werror_flag" ||
12095 test ! -s conftest.err
12096 } && test -s conftest.
$ac_objext; then
12097 ac_header_compiler
=yes
12099 echo "$as_me: failed program was:" >&5
12100 sed 's/^/| /' conftest.
$ac_ext >&5
12102 ac_header_compiler
=no
12105 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12106 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12107 echo "${ECHO_T}$ac_header_compiler" >&6; }
12109 # Is the header present?
12110 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12111 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12112 cat >conftest.
$ac_ext <<_ACEOF
12115 cat confdefs.h
>>conftest.
$ac_ext
12116 cat >>conftest.
$ac_ext <<_ACEOF
12117 /* end confdefs.h. */
12118 #include <$ac_header>
12120 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12121 case "(($ac_try" in
12122 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12123 *) ac_try_echo=$ac_try;;
12125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12126 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12128 grep -v '^ *+' conftest.er1 >conftest.err
12130 cat conftest.err >&5
12131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12132 (exit $ac_status); } >/dev/null && {
12133 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12134 test ! -s conftest.err
12136 ac_header_preproc=yes
12138 echo "$as_me: failed program was:" >&5
12139 sed 's/^/| /' conftest.$ac_ext >&5
12141 ac_header_preproc=no
12144 rm -f conftest.err conftest.$ac_ext
12145 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12146 echo "${ECHO_T}$ac_header_preproc" >&6; }
12148 # So? What about this header?
12149 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12151 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12152 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12153 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12154 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12155 ac_header_preproc=yes
12158 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12159 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12160 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12161 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12162 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12163 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12164 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12165 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12166 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12167 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12168 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12169 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12171 ## ------------------------------------ ##
12172 ## Report this to wine-devel@winehq.org ##
12173 ## ------------------------------------ ##
12175 ) | sed "s/^/$as_me: WARNING: /" >&2
12178 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12179 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12180 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12181 echo $ECHO_N "(cached) $ECHO_C" >&6
12183 eval "$as_ac_Header=\$ac_header_preproc"
12185 ac_res=`eval echo '${'$as_ac_Header'}'`
12186 { echo "$as_me:$LINENO: result: $ac_res" >&5
12187 echo "${ECHO_T}$ac_res" >&6; }
12190 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12191 cat >>confdefs.h <<_ACEOF
12192 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12194 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12195 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12196 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12197 echo $ECHO_N "(cached) $ECHO_C" >&6
12199 ac_check_lib_save_LIBS=$LIBS
12200 LIBS="-lxml2 $ac_xml_libs $LIBS"
12201 cat >conftest.$ac_ext <<_ACEOF
12204 cat confdefs.h >>conftest.$ac_ext
12205 cat >>conftest.$ac_ext <<_ACEOF
12206 /* end confdefs.h. */
12208 /* Override any GCC internal prototype to avoid an error.
12209 Use char because int might match the return type of a GCC
12210 builtin and then its argument prototype would still apply. */
12214 char xmlParseMemory ();
12218 return xmlParseMemory ();
12223 rm -f conftest.$ac_objext conftest$ac_exeext
12224 if { (ac_try="$ac_link"
12225 case "(($ac_try" in
12226 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12227 *) ac_try_echo
=$ac_try;;
12229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12230 (eval "$ac_link") 2>conftest.er1
12232 grep -v '^ *+' conftest.er1
>conftest.err
12234 cat conftest.err
>&5
12235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12236 (exit $ac_status); } && {
12237 test -z "$ac_c_werror_flag" ||
12238 test ! -s conftest.err
12239 } && test -s conftest
$ac_exeext &&
12240 $as_test_x conftest
$ac_exeext; then
12241 ac_cv_lib_xml2_xmlParseMemory
=yes
12243 echo "$as_me: failed program was:" >&5
12244 sed 's/^/| /' conftest.
$ac_ext >&5
12246 ac_cv_lib_xml2_xmlParseMemory
=no
12249 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12250 conftest
$ac_exeext conftest.
$ac_ext
12251 LIBS
=$ac_check_lib_save_LIBS
12253 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12254 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12255 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12257 cat >>confdefs.h
<<\_ACEOF
12258 #define HAVE_LIBXML2 1
12261 XML2LIBS
="$ac_xml_libs"
12262 XML2INCL
="$ac_xml_cflags"
12265 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12266 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12267 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12268 echo $ECHO_N "(cached) $ECHO_C" >&6
12270 ac_check_lib_save_LIBS
=$LIBS
12271 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12272 cat >conftest.
$ac_ext <<_ACEOF
12275 cat confdefs.h
>>conftest.
$ac_ext
12276 cat >>conftest.
$ac_ext <<_ACEOF
12277 /* end confdefs.h. */
12279 /* Override any GCC internal prototype to avoid an error.
12280 Use char because int might match the return type of a GCC
12281 builtin and then its argument prototype would still apply. */
12285 char xmlReadMemory ();
12289 return xmlReadMemory ();
12294 rm -f conftest.
$ac_objext conftest
$ac_exeext
12295 if { (ac_try
="$ac_link"
12296 case "(($ac_try" in
12297 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12298 *) ac_try_echo=$ac_try;;
12300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12301 (eval "$ac_link") 2>conftest.er1
12303 grep -v '^ *+' conftest.er1 >conftest.err
12305 cat conftest.err >&5
12306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12307 (exit $ac_status); } && {
12308 test -z "$ac_c_werror_flag" ||
12309 test ! -s conftest.err
12310 } && test -s conftest$ac_exeext &&
12311 $as_test_x conftest$ac_exeext; then
12312 ac_cv_lib_xml2_xmlReadMemory=yes
12314 echo "$as_me: failed program was:" >&5
12315 sed 's/^/| /' conftest.$ac_ext >&5
12317 ac_cv_lib_xml2_xmlReadMemory=no
12320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12321 conftest$ac_exeext conftest.$ac_ext
12322 LIBS=$ac_check_lib_save_LIBS
12324 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12325 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12326 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12328 cat >>confdefs.h <<\_ACEOF
12329 #define HAVE_XMLREADMEMORY 1
12334 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12335 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12336 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12337 echo $ECHO_N "(cached) $ECHO_C" >&6
12339 ac_check_lib_save_LIBS=$LIBS
12340 LIBS="-lxml2 $ac_xml_libs $LIBS"
12341 cat >conftest.$ac_ext <<_ACEOF
12344 cat confdefs.h >>conftest.$ac_ext
12345 cat >>conftest.$ac_ext <<_ACEOF
12346 /* end confdefs.h. */
12348 /* Override any GCC internal prototype to avoid an error.
12349 Use char because int might match the return type of a GCC
12350 builtin and then its argument prototype would still apply. */
12354 char xmlNewDocPI ();
12358 return xmlNewDocPI ();
12363 rm -f conftest.$ac_objext conftest$ac_exeext
12364 if { (ac_try="$ac_link"
12365 case "(($ac_try" in
12366 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12367 *) ac_try_echo
=$ac_try;;
12369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12370 (eval "$ac_link") 2>conftest.er1
12372 grep -v '^ *+' conftest.er1
>conftest.err
12374 cat conftest.err
>&5
12375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12376 (exit $ac_status); } && {
12377 test -z "$ac_c_werror_flag" ||
12378 test ! -s conftest.err
12379 } && test -s conftest
$ac_exeext &&
12380 $as_test_x conftest
$ac_exeext; then
12381 ac_cv_lib_xml2_xmlNewDocPI
=yes
12383 echo "$as_me: failed program was:" >&5
12384 sed 's/^/| /' conftest.
$ac_ext >&5
12386 ac_cv_lib_xml2_xmlNewDocPI
=no
12389 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12390 conftest
$ac_exeext conftest.
$ac_ext
12391 LIBS
=$ac_check_lib_save_LIBS
12393 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12394 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12395 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12397 cat >>confdefs.h
<<\_ACEOF
12398 #define HAVE_XMLNEWDOCPI 1
12408 CPPFLAGS
="$ac_save_CPPFLAGS"
12410 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12411 case "x$with_xml" in
12412 x
) wine_warnings
="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12414 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12415 This is an error since --with-xml was requested." >&5
12416 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12417 This is an error since --with-xml was requested." >&2;}
12418 { (exit 1); exit 1; }; } ;;
12423 if test "x$with_xslt" != "xno"
12425 if test "$PKG_CONFIG" != "false"
12427 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12428 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12430 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12431 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12433 ac_save_CPPFLAGS
="$CPPFLAGS"
12434 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12437 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12439 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12442 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12443 echo $ECHO_N "(cached) $ECHO_C" >&6
12445 cat >conftest.
$ac_ext <<_ACEOF
12448 cat confdefs.h
>>conftest.
$ac_ext
12449 cat >>conftest.
$ac_ext <<_ACEOF
12450 /* end confdefs.h. */
12451 #ifdef HAVE_LIBXSLT_PATTERN_H
12452 # include <libxslt/pattern.h>
12455 #include <$ac_header>
12457 rm -f conftest.
$ac_objext
12458 if { (ac_try
="$ac_compile"
12459 case "(($ac_try" in
12460 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12461 *) ac_try_echo=$ac_try;;
12463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12464 (eval "$ac_compile") 2>conftest.er1
12466 grep -v '^ *+' conftest.er1 >conftest.err
12468 cat conftest.err >&5
12469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12470 (exit $ac_status); } && {
12471 test -z "$ac_c_werror_flag" ||
12472 test ! -s conftest.err
12473 } && test -s conftest.$ac_objext; then
12474 eval "$as_ac_Header=yes"
12476 echo "$as_me: failed program was:" >&5
12477 sed 's/^/| /' conftest.$ac_ext >&5
12479 eval "$as_ac_Header=no"
12482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12484 ac_res=`eval echo '${'$as_ac_Header'}'`
12485 { echo "$as_me:$LINENO: result: $ac_res" >&5
12486 echo "${ECHO_T}$ac_res" >&6; }
12487 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12488 cat >>confdefs.h <<_ACEOF
12489 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12496 CPPFLAGS="$ac_save_CPPFLAGS"
12497 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12499 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12500 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12501 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12502 echo $ECHO_N "(cached) $ECHO_C" >&6
12504 ac_check_soname_save_LIBS=$LIBS
12505 LIBS="-lxslt $ac_xslt_libs $LIBS"
12506 cat >conftest.$ac_ext <<_ACEOF
12509 cat confdefs.h >>conftest.$ac_ext
12510 cat >>conftest.$ac_ext <<_ACEOF
12511 /* end confdefs.h. */
12513 /* Override any GCC internal prototype to avoid an error.
12514 Use char because int might match the return type of a GCC
12515 builtin and then its argument prototype would still apply. */
12519 char xsltCompilePattern ();
12523 return xsltCompilePattern ();
12528 rm -f conftest.$ac_objext conftest$ac_exeext
12529 if { (ac_try="$ac_link"
12530 case "(($ac_try" in
12531 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12532 *) ac_try_echo
=$ac_try;;
12534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12535 (eval "$ac_link") 2>conftest.er1
12537 grep -v '^ *+' conftest.er1
>conftest.err
12539 cat conftest.err
>&5
12540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12541 (exit $ac_status); } && {
12542 test -z "$ac_c_werror_flag" ||
12543 test ! -s conftest.err
12544 } && test -s conftest
$ac_exeext &&
12545 $as_test_x conftest
$ac_exeext; then
12548 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'` ;;
12549 *) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12552 echo "$as_me: failed program was:" >&5
12553 sed 's/^/| /' conftest.
$ac_ext >&5
12558 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12559 conftest
$ac_exeext conftest.
$ac_ext
12560 LIBS
=$ac_check_soname_save_LIBS
12562 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12563 { echo "$as_me:$LINENO: result: not found" >&5
12564 echo "${ECHO_T}not found" >&6; }
12567 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12568 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12570 cat >>confdefs.h
<<_ACEOF
12571 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12574 XSLTINCL
="$ac_xslt_cflags"
12579 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12580 case "x$with_xslt" in
12581 x
) wine_warnings
="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12583 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12584 This is an error since --with-xslt was requested." >&5
12585 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12586 This is an error since --with-xslt was requested." >&2;}
12587 { (exit 1); exit 1; }; } ;;
12594 if test "x$with_hal" != "xno"
12596 ac_save_CPPFLAGS
="$CPPFLAGS"
12597 if test "$PKG_CONFIG" != "false"
12599 ac_hal_libs
="`$PKG_CONFIG --libs hal 2>/dev/null`"
12600 ac_hal_cflags
="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12601 CPPFLAGS
="$CPPFLAGS $ac_hal_cflags"
12605 for ac_header
in dbus
/dbus.h hal
/libhal.h
12607 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12608 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12609 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12610 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12611 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12612 echo $ECHO_N "(cached) $ECHO_C" >&6
12614 ac_res
=`eval echo '${'$as_ac_Header'}'`
12615 { echo "$as_me:$LINENO: result: $ac_res" >&5
12616 echo "${ECHO_T}$ac_res" >&6; }
12618 # Is the header compilable?
12619 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12620 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12621 cat >conftest.
$ac_ext <<_ACEOF
12624 cat confdefs.h
>>conftest.
$ac_ext
12625 cat >>conftest.
$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627 $ac_includes_default
12628 #include <$ac_header>
12630 rm -f conftest.
$ac_objext
12631 if { (ac_try
="$ac_compile"
12632 case "(($ac_try" in
12633 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12634 *) ac_try_echo=$ac_try;;
12636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12637 (eval "$ac_compile") 2>conftest.er1
12639 grep -v '^ *+' conftest.er1 >conftest.err
12641 cat conftest.err >&5
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); } && {
12644 test -z "$ac_c_werror_flag" ||
12645 test ! -s conftest.err
12646 } && test -s conftest.$ac_objext; then
12647 ac_header_compiler=yes
12649 echo "$as_me: failed program was:" >&5
12650 sed 's/^/| /' conftest.$ac_ext >&5
12652 ac_header_compiler=no
12655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12656 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12657 echo "${ECHO_T}$ac_header_compiler" >&6; }
12659 # Is the header present?
12660 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12661 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12662 cat >conftest.$ac_ext <<_ACEOF
12665 cat confdefs.h >>conftest.$ac_ext
12666 cat >>conftest.$ac_ext <<_ACEOF
12667 /* end confdefs.h. */
12668 #include <$ac_header>
12670 if { (ac_try="$ac_cpp conftest.$ac_ext"
12671 case "(($ac_try" in
12672 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12673 *) ac_try_echo
=$ac_try;;
12675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12676 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12678 grep -v '^ *+' conftest.er1
>conftest.err
12680 cat conftest.err
>&5
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); } >/dev
/null
&& {
12683 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12684 test ! -s conftest.err
12686 ac_header_preproc
=yes
12688 echo "$as_me: failed program was:" >&5
12689 sed 's/^/| /' conftest.
$ac_ext >&5
12691 ac_header_preproc
=no
12694 rm -f conftest.err conftest.
$ac_ext
12695 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12696 echo "${ECHO_T}$ac_header_preproc" >&6; }
12698 # So? What about this header?
12699 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12701 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12702 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12703 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12704 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12705 ac_header_preproc
=yes
12708 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12709 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12710 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12711 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12712 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12713 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12714 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12715 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12716 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12717 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12718 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12719 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12721 ## ------------------------------------ ##
12722 ## Report this to wine-devel@winehq.org ##
12723 ## ------------------------------------ ##
12725 ) |
sed "s/^/$as_me: WARNING: /" >&2
12728 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12729 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12730 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12731 echo $ECHO_N "(cached) $ECHO_C" >&6
12733 eval "$as_ac_Header=\$ac_header_preproc"
12735 ac_res
=`eval echo '${'$as_ac_Header'}'`
12736 { echo "$as_me:$LINENO: result: $ac_res" >&5
12737 echo "${ECHO_T}$ac_res" >&6; }
12740 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12741 cat >>confdefs.h
<<_ACEOF
12742 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12749 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12751 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12752 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12753 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12754 echo $ECHO_N "(cached) $ECHO_C" >&6
12756 ac_check_lib_save_LIBS
=$LIBS
12757 LIBS
="-ldbus-1 $ac_hal_libs $LIBS"
12758 cat >conftest.
$ac_ext <<_ACEOF
12761 cat confdefs.h
>>conftest.
$ac_ext
12762 cat >>conftest.
$ac_ext <<_ACEOF
12763 /* end confdefs.h. */
12765 /* Override any GCC internal prototype to avoid an error.
12766 Use char because int might match the return type of a GCC
12767 builtin and then its argument prototype would still apply. */
12771 char dbus_connection_close ();
12775 return dbus_connection_close ();
12780 rm -f conftest.
$ac_objext conftest
$ac_exeext
12781 if { (ac_try
="$ac_link"
12782 case "(($ac_try" in
12783 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12784 *) ac_try_echo=$ac_try;;
12786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12787 (eval "$ac_link") 2>conftest.er1
12789 grep -v '^ *+' conftest.er1 >conftest.err
12791 cat conftest.err >&5
12792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12793 (exit $ac_status); } && {
12794 test -z "$ac_c_werror_flag" ||
12795 test ! -s conftest.err
12796 } && test -s conftest$ac_exeext &&
12797 $as_test_x conftest$ac_exeext; then
12798 ac_cv_lib_dbus_1_dbus_connection_close=yes
12800 echo "$as_me: failed program was:" >&5
12801 sed 's/^/| /' conftest.$ac_ext >&5
12803 ac_cv_lib_dbus_1_dbus_connection_close=no
12806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12807 conftest$ac_exeext conftest.$ac_ext
12808 LIBS=$ac_check_lib_save_LIBS
12810 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12811 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12812 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12813 { echo "$as_me:$LINENO: checking for -lhal" >&5
12814 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12815 if test "${ac_cv_lib_soname_hal+set}" = set; then
12816 echo $ECHO_N "(cached) $ECHO_C" >&6
12818 ac_check_soname_save_LIBS=$LIBS
12819 LIBS="-lhal $ac_hal_libs $LIBS"
12820 cat >conftest.$ac_ext <<_ACEOF
12823 cat confdefs.h >>conftest.$ac_ext
12824 cat >>conftest.$ac_ext <<_ACEOF
12825 /* end confdefs.h. */
12827 /* Override any GCC internal prototype to avoid an error.
12828 Use char because int might match the return type of a GCC
12829 builtin and then its argument prototype would still apply. */
12833 char libhal_ctx_new ();
12837 return libhal_ctx_new ();
12842 rm -f conftest.$ac_objext conftest$ac_exeext
12843 if { (ac_try="$ac_link"
12844 case "(($ac_try" in
12845 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12846 *) ac_try_echo
=$ac_try;;
12848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12849 (eval "$ac_link") 2>conftest.er1
12851 grep -v '^ *+' conftest.er1
>conftest.err
12853 cat conftest.err
>&5
12854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855 (exit $ac_status); } && {
12856 test -z "$ac_c_werror_flag" ||
12857 test ! -s conftest.err
12858 } && test -s conftest
$ac_exeext &&
12859 $as_test_x conftest
$ac_exeext; then
12862 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'` ;;
12863 *) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12866 echo "$as_me: failed program was:" >&5
12867 sed 's/^/| /' conftest.
$ac_ext >&5
12872 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12873 conftest
$ac_exeext conftest.
$ac_ext
12874 LIBS
=$ac_check_soname_save_LIBS
12876 if test "x$ac_cv_lib_soname_hal" = "x"; then
12877 { echo "$as_me:$LINENO: result: not found" >&5
12878 echo "${ECHO_T}not found" >&6; }
12881 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12882 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12884 cat >>confdefs.h
<<_ACEOF
12885 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12888 HALINCL
="$ac_hal_cflags"
12894 CPPFLAGS
="$ac_save_CPPFLAGS"
12896 if test "x$ac_cv_lib_soname_hal" = "x"; then
12897 case "x$with_hal" in
12898 x
) wine_notices
="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12900 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12901 This is an error since --with-hal was requested." >&5
12902 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12903 This is an error since --with-hal was requested." >&2;}
12904 { (exit 1); exit 1; }; } ;;
12909 if test "x$with_gnutls" != "xno"
12911 ac_save_CPPFLAGS
="$CPPFLAGS"
12912 if test "$PKG_CONFIG" != "false"
12914 ac_gnutls_libs
="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12915 ac_gnutls_cflags
="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12916 CPPFLAGS
="$CPPFLAGS $ac_gnutls_cflags"
12918 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12919 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12920 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12921 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12922 echo $ECHO_N "(cached) $ECHO_C" >&6
12924 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12925 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12927 # Is the header compilable?
12928 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12929 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12930 cat >conftest.
$ac_ext <<_ACEOF
12933 cat confdefs.h
>>conftest.
$ac_ext
12934 cat >>conftest.
$ac_ext <<_ACEOF
12935 /* end confdefs.h. */
12936 $ac_includes_default
12937 #include <gnutls/gnutls.h>
12939 rm -f conftest.
$ac_objext
12940 if { (ac_try
="$ac_compile"
12941 case "(($ac_try" in
12942 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12943 *) ac_try_echo=$ac_try;;
12945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12946 (eval "$ac_compile") 2>conftest.er1
12948 grep -v '^ *+' conftest.er1 >conftest.err
12950 cat conftest.err >&5
12951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12952 (exit $ac_status); } && {
12953 test -z "$ac_c_werror_flag" ||
12954 test ! -s conftest.err
12955 } && test -s conftest.$ac_objext; then
12956 ac_header_compiler=yes
12958 echo "$as_me: failed program was:" >&5
12959 sed 's/^/| /' conftest.$ac_ext >&5
12961 ac_header_compiler=no
12964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12965 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12966 echo "${ECHO_T}$ac_header_compiler" >&6; }
12968 # Is the header present?
12969 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12970 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12971 cat >conftest.$ac_ext <<_ACEOF
12974 cat confdefs.h >>conftest.$ac_ext
12975 cat >>conftest.$ac_ext <<_ACEOF
12976 /* end confdefs.h. */
12977 #include <gnutls/gnutls.h>
12979 if { (ac_try="$ac_cpp conftest.$ac_ext"
12980 case "(($ac_try" in
12981 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12982 *) ac_try_echo
=$ac_try;;
12984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12985 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12987 grep -v '^ *+' conftest.er1
>conftest.err
12989 cat conftest.err
>&5
12990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12991 (exit $ac_status); } >/dev
/null
&& {
12992 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12993 test ! -s conftest.err
12995 ac_header_preproc
=yes
12997 echo "$as_me: failed program was:" >&5
12998 sed 's/^/| /' conftest.
$ac_ext >&5
13000 ac_header_preproc
=no
13003 rm -f conftest.err conftest.
$ac_ext
13004 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13005 echo "${ECHO_T}$ac_header_preproc" >&6; }
13007 # So? What about this header?
13008 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13010 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13011 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13012 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13013 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13014 ac_header_preproc
=yes
13017 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13018 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13019 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13020 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13021 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13022 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13023 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13024 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13025 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13026 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13027 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13028 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13030 ## ------------------------------------ ##
13031 ## Report this to wine-devel@winehq.org ##
13032 ## ------------------------------------ ##
13034 ) |
sed "s/^/$as_me: WARNING: /" >&2
13037 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13038 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13039 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13040 echo $ECHO_N "(cached) $ECHO_C" >&6
13042 ac_cv_header_gnutls_gnutls_h
=$ac_header_preproc
13044 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13045 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13048 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13049 cat >conftest.
$ac_ext <<_ACEOF
13052 cat confdefs.h
>>conftest.
$ac_ext
13053 cat >>conftest.
$ac_ext <<_ACEOF
13054 /* end confdefs.h. */
13055 #include <gnutls/gnutls.h>
13059 typeof(gnutls_mac_get_key_size) *pfunc;
13064 rm -f conftest.
$ac_objext
13065 if { (ac_try
="$ac_compile"
13066 case "(($ac_try" in
13067 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13068 *) ac_try_echo=$ac_try;;
13070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13071 (eval "$ac_compile") 2>conftest.er1
13073 grep -v '^ *+' conftest.er1 >conftest.err
13075 cat conftest.err >&5
13076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13077 (exit $ac_status); } && {
13078 test -z "$ac_c_werror_flag" ||
13079 test ! -s conftest.err
13080 } && test -s conftest.$ac_objext; then
13081 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13082 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13083 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13084 echo $ECHO_N "(cached) $ECHO_C" >&6
13086 ac_check_soname_save_LIBS=$LIBS
13087 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13088 cat >conftest.$ac_ext <<_ACEOF
13091 cat confdefs.h >>conftest.$ac_ext
13092 cat >>conftest.$ac_ext <<_ACEOF
13093 /* end confdefs.h. */
13095 /* Override any GCC internal prototype to avoid an error.
13096 Use char because int might match the return type of a GCC
13097 builtin and then its argument prototype would still apply. */
13101 char gnutls_global_init ();
13105 return gnutls_global_init ();
13110 rm -f conftest.$ac_objext conftest$ac_exeext
13111 if { (ac_try="$ac_link"
13112 case "(($ac_try" in
13113 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13114 *) ac_try_echo
=$ac_try;;
13116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13117 (eval "$ac_link") 2>conftest.er1
13119 grep -v '^ *+' conftest.er1
>conftest.err
13121 cat conftest.err
>&5
13122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13123 (exit $ac_status); } && {
13124 test -z "$ac_c_werror_flag" ||
13125 test ! -s conftest.err
13126 } && test -s conftest
$ac_exeext &&
13127 $as_test_x conftest
$ac_exeext; then
13130 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'` ;;
13131 *) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13134 echo "$as_me: failed program was:" >&5
13135 sed 's/^/| /' conftest.
$ac_ext >&5
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_gnutls" = "x"; then
13145 { echo "$as_me:$LINENO: result: not found" >&5
13146 echo "${ECHO_T}not found" >&6; }
13149 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13150 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13152 cat >>confdefs.h
<<_ACEOF
13153 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13156 GNUTLSINCL
="$ac_gnutls_cflags"
13161 echo "$as_me: failed program was:" >&5
13162 sed 's/^/| /' conftest.
$ac_ext >&5
13167 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13171 CPPFLAGS
="$ac_save_CPPFLAGS"
13173 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13174 case "x$with_gnutls" in
13175 x
) wine_notices
="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13177 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13178 This is an error since --with-gnutls was requested." >&5
13179 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13180 This is an error since --with-gnutls was requested." >&2;}
13181 { (exit 1); exit 1; }; } ;;
13187 if test "$ac_cv_header_ncurses_h" = "yes"
13189 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13190 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13191 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13192 echo $ECHO_N "(cached) $ECHO_C" >&6
13194 ac_check_soname_save_LIBS
=$LIBS
13195 LIBS
="-lncurses $LIBS"
13196 cat >conftest.
$ac_ext <<_ACEOF
13199 cat confdefs.h
>>conftest.
$ac_ext
13200 cat >>conftest.
$ac_ext <<_ACEOF
13201 /* end confdefs.h. */
13203 /* Override any GCC internal prototype to avoid an error.
13204 Use char because int might match the return type of a GCC
13205 builtin and then its argument prototype would still apply. */
13218 rm -f conftest.
$ac_objext conftest
$ac_exeext
13219 if { (ac_try
="$ac_link"
13220 case "(($ac_try" in
13221 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13222 *) ac_try_echo=$ac_try;;
13224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13225 (eval "$ac_link") 2>conftest.er1
13227 grep -v '^ *+' conftest.er1 >conftest.err
13229 cat conftest.err >&5
13230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13231 (exit $ac_status); } && {
13232 test -z "$ac_c_werror_flag" ||
13233 test ! -s conftest.err
13234 } && test -s conftest$ac_exeext &&
13235 $as_test_x conftest$ac_exeext; then
13238 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'` ;;
13239 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libncurses\\.$LIBEXT" |
sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13242 echo "$as_me: failed program was:" >&5
13243 sed 's/^/| /' conftest.$ac_ext >&5
13248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13249 conftest$ac_exeext conftest.$ac_ext
13250 LIBS=$ac_check_soname_save_LIBS
13252 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13253 { echo "$as_me:$LINENO: result: not found" >&5
13254 echo "${ECHO_T}not found" >&6; }
13257 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13258 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13260 cat >>confdefs.h <<_ACEOF
13261 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13264 CURSESLIBS="-lncurses"
13267 elif test "$ac_cv_header_curses_h" = "yes"
13269 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13270 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13271 if test "${ac_cv_lib_soname_curses+set}" = set; then
13272 echo $ECHO_N "(cached) $ECHO_C" >&6
13274 ac_check_soname_save_LIBS=$LIBS
13275 LIBS="-lcurses $LIBS"
13276 cat >conftest.$ac_ext <<_ACEOF
13279 cat confdefs.h >>conftest.$ac_ext
13280 cat >>conftest.$ac_ext <<_ACEOF
13281 /* end confdefs.h. */
13283 /* Override any GCC internal prototype to avoid an error.
13284 Use char because int might match the return type of a GCC
13285 builtin and then its argument prototype would still apply. */
13298 rm -f conftest.$ac_objext conftest$ac_exeext
13299 if { (ac_try="$ac_link"
13300 case "(($ac_try" in
13301 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13302 *) ac_try_echo
=$ac_try;;
13304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13305 (eval "$ac_link") 2>conftest.er1
13307 grep -v '^ *+' conftest.er1
>conftest.err
13309 cat conftest.err
>&5
13310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13311 (exit $ac_status); } && {
13312 test -z "$ac_c_werror_flag" ||
13313 test ! -s conftest.err
13314 } && test -s conftest
$ac_exeext &&
13315 $as_test_x conftest
$ac_exeext; then
13318 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'` ;;
13319 *) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13322 echo "$as_me: failed program was:" >&5
13323 sed 's/^/| /' conftest.
$ac_ext >&5
13328 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13329 conftest
$ac_exeext conftest.
$ac_ext
13330 LIBS
=$ac_check_soname_save_LIBS
13332 if test "x$ac_cv_lib_soname_curses" = "x"; then
13333 { echo "$as_me:$LINENO: result: not found" >&5
13334 echo "${ECHO_T}not found" >&6; }
13337 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13338 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13340 cat >>confdefs.h
<<_ACEOF
13341 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13344 CURSESLIBS
="-lcurses"
13348 ac_save_LIBS
="$LIBS"
13349 LIBS
="$LIBS $CURSESLIBS"
13351 for ac_func
in mousemask
13353 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13354 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13355 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13356 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13357 echo $ECHO_N "(cached) $ECHO_C" >&6
13359 cat >conftest.
$ac_ext <<_ACEOF
13362 cat confdefs.h
>>conftest.
$ac_ext
13363 cat >>conftest.
$ac_ext <<_ACEOF
13364 /* end confdefs.h. */
13365 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13366 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13367 #define $ac_func innocuous_$ac_func
13369 /* System header to define __stub macros and hopefully few prototypes,
13370 which can conflict with char $ac_func (); below.
13371 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13372 <limits.h> exists even on freestanding compilers. */
13375 # include <limits.h>
13377 # include <assert.h>
13382 /* Override any GCC internal prototype to avoid an error.
13383 Use char because int might match the return type of a GCC
13384 builtin and then its argument prototype would still apply. */
13389 /* The GNU C library defines this for functions which it implements
13390 to always fail with ENOSYS. Some functions are actually named
13391 something starting with __ and the normal name is an alias. */
13392 #if defined __stub_$ac_func || defined __stub___$ac_func
13399 return $ac_func ();
13404 rm -f conftest.
$ac_objext conftest
$ac_exeext
13405 if { (ac_try
="$ac_link"
13406 case "(($ac_try" in
13407 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13408 *) ac_try_echo=$ac_try;;
13410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13411 (eval "$ac_link") 2>conftest.er1
13413 grep -v '^ *+' conftest.er1 >conftest.err
13415 cat conftest.err >&5
13416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417 (exit $ac_status); } && {
13418 test -z "$ac_c_werror_flag" ||
13419 test ! -s conftest.err
13420 } && test -s conftest$ac_exeext &&
13421 $as_test_x conftest$ac_exeext; then
13422 eval "$as_ac_var=yes"
13424 echo "$as_me: failed program was:" >&5
13425 sed 's/^/| /' conftest.$ac_ext >&5
13427 eval "$as_ac_var=no"
13430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13431 conftest$ac_exeext conftest.$ac_ext
13433 ac_res=`eval echo '${'$as_ac_var'}'`
13434 { echo "$as_me:$LINENO: result: $ac_res" >&5
13435 echo "${ECHO_T}$ac_res" >&6; }
13436 if test `eval echo '${'$as_ac_var'}'` = yes; then
13437 cat >>confdefs.h <<_ACEOF
13438 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
13444 LIBS="$ac_save_LIBS"
13445 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13446 case "x$with_curses" in
13447 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13449 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13450 This is an error since --with-curses was requested." >&5
13451 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13452 This is an error since --with-curses was requested." >&2;}
13453 { (exit 1); exit 1; }; } ;;
13458 if test "x$with_sane" != "xno"
13460 ac_save_CPPFLAGS="$CPPFLAGS"
13461 # Extract the first word of "sane-config", so it can be a program name with args.
13462 set dummy sane-config; ac_word=$2
13463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13465 if test "${ac_cv_prog_sane_devel+set}" = set; then
13466 echo $ECHO_N "(cached) $ECHO_C" >&6
13468 if test -n "$sane_devel"; then
13469 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13472 for as_dir in $PATH
13475 test -z "$as_dir" && as_dir=.
13476 for ac_exec_ext in '' $ac_executable_extensions; do
13477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13478 ac_cv_prog_sane_devel="sane-config"
13479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13486 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13489 sane_devel=$ac_cv_prog_sane_devel
13490 if test -n "$sane_devel"; then
13491 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13492 echo "${ECHO_T}$sane_devel" >&6; }
13494 { echo "$as_me:$LINENO: result: no" >&5
13495 echo "${ECHO_T}no" >&6; }
13499 if test "$sane_devel" != "no"
13501 ac_sane_incl="`$sane_devel --cflags`"
13502 ac_sane_libs="`$sane_devel --ldflags`"
13503 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13505 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13506 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13507 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13508 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13509 echo $ECHO_N "(cached) $ECHO_C" >&6
13511 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13512 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13514 # Is the header compilable?
13515 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13516 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13517 cat >conftest.$ac_ext <<_ACEOF
13520 cat confdefs.h >>conftest.$ac_ext
13521 cat >>conftest.$ac_ext <<_ACEOF
13522 /* end confdefs.h. */
13523 $ac_includes_default
13524 #include <sane/sane.h>
13526 rm -f conftest.$ac_objext
13527 if { (ac_try="$ac_compile"
13528 case "(($ac_try" in
13529 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13530 *) ac_try_echo
=$ac_try;;
13532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13533 (eval "$ac_compile") 2>conftest.er1
13535 grep -v '^ *+' conftest.er1
>conftest.err
13537 cat conftest.err
>&5
13538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13539 (exit $ac_status); } && {
13540 test -z "$ac_c_werror_flag" ||
13541 test ! -s conftest.err
13542 } && test -s conftest.
$ac_objext; then
13543 ac_header_compiler
=yes
13545 echo "$as_me: failed program was:" >&5
13546 sed 's/^/| /' conftest.
$ac_ext >&5
13548 ac_header_compiler
=no
13551 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13552 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13553 echo "${ECHO_T}$ac_header_compiler" >&6; }
13555 # Is the header present?
13556 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13557 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13558 cat >conftest.
$ac_ext <<_ACEOF
13561 cat confdefs.h
>>conftest.
$ac_ext
13562 cat >>conftest.
$ac_ext <<_ACEOF
13563 /* end confdefs.h. */
13564 #include <sane/sane.h>
13566 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13567 case "(($ac_try" in
13568 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13569 *) ac_try_echo=$ac_try;;
13571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13572 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13574 grep -v '^ *+' conftest.er1 >conftest.err
13576 cat conftest.err >&5
13577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13578 (exit $ac_status); } >/dev/null && {
13579 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13580 test ! -s conftest.err
13582 ac_header_preproc=yes
13584 echo "$as_me: failed program was:" >&5
13585 sed 's/^/| /' conftest.$ac_ext >&5
13587 ac_header_preproc=no
13590 rm -f conftest.err conftest.$ac_ext
13591 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13592 echo "${ECHO_T}$ac_header_preproc" >&6; }
13594 # So? What about this header?
13595 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13597 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13598 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13599 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13600 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13601 ac_header_preproc=yes
13604 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13605 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13606 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13607 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13608 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13609 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13610 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13611 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13612 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13613 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13614 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13615 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13617 ## ------------------------------------ ##
13618 ## Report this to wine-devel@winehq.org ##
13619 ## ------------------------------------ ##
13621 ) | sed "s/^/$as_me: WARNING: /" >&2
13624 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13625 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13626 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13627 echo $ECHO_N "(cached) $ECHO_C" >&6
13629 ac_cv_header_sane_sane_h=$ac_header_preproc
13631 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13632 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13635 if test $ac_cv_header_sane_sane_h = yes; then
13636 { echo "$as_me:$LINENO: checking for -lsane" >&5
13637 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13638 if test "${ac_cv_lib_soname_sane+set}" = set; then
13639 echo $ECHO_N "(cached) $ECHO_C" >&6
13641 ac_check_soname_save_LIBS=$LIBS
13642 LIBS="-lsane $ac_sane_libs $LIBS"
13643 cat >conftest.$ac_ext <<_ACEOF
13646 cat confdefs.h >>conftest.$ac_ext
13647 cat >>conftest.$ac_ext <<_ACEOF
13648 /* end confdefs.h. */
13650 /* Override any GCC internal prototype to avoid an error.
13651 Use char because int might match the return type of a GCC
13652 builtin and then its argument prototype would still apply. */
13660 return sane_init ();
13665 rm -f conftest.$ac_objext conftest$ac_exeext
13666 if { (ac_try="$ac_link"
13667 case "(($ac_try" in
13668 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13669 *) ac_try_echo
=$ac_try;;
13671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13672 (eval "$ac_link") 2>conftest.er1
13674 grep -v '^ *+' conftest.er1
>conftest.err
13676 cat conftest.err
>&5
13677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13678 (exit $ac_status); } && {
13679 test -z "$ac_c_werror_flag" ||
13680 test ! -s conftest.err
13681 } && test -s conftest
$ac_exeext &&
13682 $as_test_x conftest
$ac_exeext; then
13685 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'` ;;
13686 *) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13689 echo "$as_me: failed program was:" >&5
13690 sed 's/^/| /' conftest.
$ac_ext >&5
13695 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13696 conftest
$ac_exeext conftest.
$ac_ext
13697 LIBS
=$ac_check_soname_save_LIBS
13699 if test "x$ac_cv_lib_soname_sane" = "x"; then
13700 { echo "$as_me:$LINENO: result: not found" >&5
13701 echo "${ECHO_T}not found" >&6; }
13704 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13705 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13707 cat >>confdefs.h
<<_ACEOF
13708 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13711 SANEINCL
="$ac_sane_incl"
13718 CPPFLAGS
="$ac_save_CPPFLAGS"
13720 if test "x$ac_cv_lib_soname_sane" = "x"; then
13721 case "x$with_sane" in
13722 x
) wine_notices
="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13724 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13725 This is an error since --with-sane was requested." >&5
13726 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13727 This is an error since --with-sane was requested." >&2;}
13728 { (exit 1); exit 1; }; } ;;
13733 if test "x$with_gphoto" != "xno"
13735 ac_save_CPPFLAGS
="$CPPFLAGS"
13736 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13737 set dummy gphoto2-config
; ac_word
=$2
13738 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13739 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13740 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13741 echo $ECHO_N "(cached) $ECHO_C" >&6
13743 if test -n "$gphoto2_devel"; then
13744 ac_cv_prog_gphoto2_devel
="$gphoto2_devel" # Let the user override the test.
13746 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13747 for as_dir
in $PATH
13750 test -z "$as_dir" && as_dir
=.
13751 for ac_exec_ext
in '' $ac_executable_extensions; do
13752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13753 ac_cv_prog_gphoto2_devel
="gphoto2-config"
13754 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13761 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel
="no"
13764 gphoto2_devel
=$ac_cv_prog_gphoto2_devel
13765 if test -n "$gphoto2_devel"; then
13766 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13767 echo "${ECHO_T}$gphoto2_devel" >&6; }
13769 { echo "$as_me:$LINENO: result: no" >&5
13770 echo "${ECHO_T}no" >&6; }
13774 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13775 set dummy gphoto2-port-config
; ac_word
=$2
13776 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13777 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13778 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13779 echo $ECHO_N "(cached) $ECHO_C" >&6
13781 if test -n "$gphoto2port_devel"; then
13782 ac_cv_prog_gphoto2port_devel
="$gphoto2port_devel" # Let the user override the test.
13784 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13785 for as_dir
in $PATH
13788 test -z "$as_dir" && as_dir
=.
13789 for ac_exec_ext
in '' $ac_executable_extensions; do
13790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13791 ac_cv_prog_gphoto2port_devel
="gphoto2-port-config"
13792 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13799 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel
="no"
13802 gphoto2port_devel
=$ac_cv_prog_gphoto2port_devel
13803 if test -n "$gphoto2port_devel"; then
13804 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13805 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13807 { echo "$as_me:$LINENO: result: no" >&5
13808 echo "${ECHO_T}no" >&6; }
13812 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13814 ac_gphoto2_incl
="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13816 for i
in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13819 -L/usr
/lib|
-L/usr
/lib64
) ;;
13820 -L*|
-l*) ac_gphoto2_libs
="$ac_gphoto2_libs $i";;
13823 CPPFLAGS
="$CPPFLAGS $ac_gphoto2_incl"
13825 ac_gphoto2_libs
=${ac_gphoto2_libs:-"-lgphoto2"}
13826 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13827 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13828 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13829 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13830 echo $ECHO_N "(cached) $ECHO_C" >&6
13832 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13833 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13835 # Is the header compilable?
13836 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13837 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13838 cat >conftest.
$ac_ext <<_ACEOF
13841 cat confdefs.h
>>conftest.
$ac_ext
13842 cat >>conftest.
$ac_ext <<_ACEOF
13843 /* end confdefs.h. */
13844 $ac_includes_default
13845 #include <gphoto2-camera.h>
13847 rm -f conftest.
$ac_objext
13848 if { (ac_try
="$ac_compile"
13849 case "(($ac_try" in
13850 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13851 *) ac_try_echo=$ac_try;;
13853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13854 (eval "$ac_compile") 2>conftest.er1
13856 grep -v '^ *+' conftest.er1 >conftest.err
13858 cat conftest.err >&5
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } && {
13861 test -z "$ac_c_werror_flag" ||
13862 test ! -s conftest.err
13863 } && test -s conftest.$ac_objext; then
13864 ac_header_compiler=yes
13866 echo "$as_me: failed program was:" >&5
13867 sed 's/^/| /' conftest.$ac_ext >&5
13869 ac_header_compiler=no
13872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13873 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13874 echo "${ECHO_T}$ac_header_compiler" >&6; }
13876 # Is the header present?
13877 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13878 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13879 cat >conftest.$ac_ext <<_ACEOF
13882 cat confdefs.h >>conftest.$ac_ext
13883 cat >>conftest.$ac_ext <<_ACEOF
13884 /* end confdefs.h. */
13885 #include <gphoto2-camera.h>
13887 if { (ac_try="$ac_cpp conftest.$ac_ext"
13888 case "(($ac_try" in
13889 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13890 *) ac_try_echo
=$ac_try;;
13892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13895 grep -v '^ *+' conftest.er1
>conftest.err
13897 cat conftest.err
>&5
13898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13899 (exit $ac_status); } >/dev
/null
&& {
13900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13901 test ! -s conftest.err
13903 ac_header_preproc
=yes
13905 echo "$as_me: failed program was:" >&5
13906 sed 's/^/| /' conftest.
$ac_ext >&5
13908 ac_header_preproc
=no
13911 rm -f conftest.err conftest.
$ac_ext
13912 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13913 echo "${ECHO_T}$ac_header_preproc" >&6; }
13915 # So? What about this header?
13916 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13918 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13919 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13920 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13921 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13922 ac_header_preproc
=yes
13925 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13926 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13927 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13928 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13929 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13930 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13931 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13932 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13933 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13934 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13935 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13936 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13938 ## ------------------------------------ ##
13939 ## Report this to wine-devel@winehq.org ##
13940 ## ------------------------------------ ##
13942 ) |
sed "s/^/$as_me: WARNING: /" >&2
13945 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13946 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13947 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13948 echo $ECHO_N "(cached) $ECHO_C" >&6
13950 ac_cv_header_gphoto2_camera_h
=$ac_header_preproc
13952 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13953 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13956 if test $ac_cv_header_gphoto2_camera_h = yes; then
13957 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13958 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13959 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13960 echo $ECHO_N "(cached) $ECHO_C" >&6
13962 ac_check_lib_save_LIBS
=$LIBS
13963 LIBS
="-lgphoto2 $ac_gphoto2_libs $LIBS"
13964 cat >conftest.
$ac_ext <<_ACEOF
13967 cat confdefs.h
>>conftest.
$ac_ext
13968 cat >>conftest.
$ac_ext <<_ACEOF
13969 /* end confdefs.h. */
13971 /* Override any GCC internal prototype to avoid an error.
13972 Use char because int might match the return type of a GCC
13973 builtin and then its argument prototype would still apply. */
13977 char gp_camera_new ();
13981 return gp_camera_new ();
13986 rm -f conftest.
$ac_objext conftest
$ac_exeext
13987 if { (ac_try
="$ac_link"
13988 case "(($ac_try" in
13989 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13990 *) ac_try_echo=$ac_try;;
13992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13993 (eval "$ac_link") 2>conftest.er1
13995 grep -v '^ *+' conftest.er1 >conftest.err
13997 cat conftest.err >&5
13998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13999 (exit $ac_status); } && {
14000 test -z "$ac_c_werror_flag" ||
14001 test ! -s conftest.err
14002 } && test -s conftest$ac_exeext &&
14003 $as_test_x conftest$ac_exeext; then
14004 ac_cv_lib_gphoto2_gp_camera_new=yes
14006 echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14009 ac_cv_lib_gphoto2_gp_camera_new=no
14012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14013 conftest$ac_exeext conftest.$ac_ext
14014 LIBS=$ac_check_lib_save_LIBS
14016 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14017 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14018 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14020 cat >>confdefs.h <<\_ACEOF
14021 #define HAVE_GPHOTO2 1
14024 GPHOTO2LIBS="$ac_gphoto2_libs"
14026 GPHOTO2INCL="$ac_gphoto2_incl"
14033 CPPFLAGS="$ac_save_CPPFLAGS"
14035 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14036 case "x$with_gphoto" in
14037 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14039 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14040 This is an error since --with-gphoto was requested." >&5
14041 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14042 This is an error since --with-gphoto was requested." >&2;}
14043 { (exit 1); exit 1; }; } ;;
14051 if test "$ac_cv_header_resolv_h" = "yes"
14053 ac_save_LIBS="$LIBS"
14054 LIBS="$LIBS -lresolv"
14055 cat >conftest.$ac_ext <<_ACEOF
14058 cat confdefs.h >>conftest.$ac_ext
14059 cat >>conftest.$ac_ext <<_ACEOF
14060 /* end confdefs.h. */
14061 #ifdef HAVE_NETINET_IN_H
14062 #include <netinet/in.h>
14064 #include <resolv.h>
14073 rm -f conftest.$ac_objext conftest$ac_exeext
14074 if { (ac_try="$ac_link"
14075 case "(($ac_try" in
14076 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14077 *) ac_try_echo
=$ac_try;;
14079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14080 (eval "$ac_link") 2>conftest.er1
14082 grep -v '^ *+' conftest.er1
>conftest.err
14084 cat conftest.err
>&5
14085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14086 (exit $ac_status); } && {
14087 test -z "$ac_c_werror_flag" ||
14088 test ! -s conftest.err
14089 } && test -s conftest
$ac_exeext &&
14090 $as_test_x conftest
$ac_exeext; then
14092 cat >>confdefs.h
<<\_ACEOF
14093 #define HAVE_RESOLV 1
14096 RESOLVLIBS
="-lresolv"
14098 echo "$as_me: failed program was:" >&5
14099 sed 's/^/| /' conftest.
$ac_ext >&5
14104 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14105 conftest
$ac_exeext conftest.
$ac_ext
14106 LIBS
="$ac_save_LIBS"
14111 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14113 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14114 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14115 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14116 echo $ECHO_N "(cached) $ECHO_C" >&6
14118 ac_check_lib_save_LIBS
=$LIBS
14119 LIBS
="-llcms $LIBS"
14120 cat >conftest.
$ac_ext <<_ACEOF
14123 cat confdefs.h
>>conftest.
$ac_ext
14124 cat >>conftest.
$ac_ext <<_ACEOF
14125 /* end confdefs.h. */
14127 /* Override any GCC internal prototype to avoid an error.
14128 Use char because int might match the return type of a GCC
14129 builtin and then its argument prototype would still apply. */
14133 char cmsOpenProfileFromFile ();
14137 return cmsOpenProfileFromFile ();
14142 rm -f conftest.
$ac_objext conftest
$ac_exeext
14143 if { (ac_try
="$ac_link"
14144 case "(($ac_try" in
14145 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14146 *) ac_try_echo=$ac_try;;
14148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14149 (eval "$ac_link") 2>conftest.er1
14151 grep -v '^ *+' conftest.er1 >conftest.err
14153 cat conftest.err >&5
14154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14155 (exit $ac_status); } && {
14156 test -z "$ac_c_werror_flag" ||
14157 test ! -s conftest.err
14158 } && test -s conftest$ac_exeext &&
14159 $as_test_x conftest$ac_exeext; then
14160 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14162 echo "$as_me: failed program was:" >&5
14163 sed 's/^/| /' conftest.$ac_ext >&5
14165 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14169 conftest$ac_exeext conftest.$ac_ext
14170 LIBS=$ac_check_lib_save_LIBS
14172 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14173 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14174 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14176 cat >>confdefs.h <<\_ACEOF
14177 #define HAVE_LCMS 1
14184 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14185 case "x$with_cms" in
14186 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14188 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14189 This is an error since --with-cms was requested." >&5
14190 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14191 This is an error since --with-cms was requested." >&2;}
14192 { (exit 1); exit 1; }; } ;;
14197 if test "x$with_freetype" != "xno"
14199 for ac_prog in freetype-config freetype2-config
14201 # Extract the first word of "$ac_prog", so it can be a program name with args.
14202 set dummy $ac_prog; ac_word=$2
14203 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14205 if test "${ac_cv_prog_ft_devel+set}" = set; then
14206 echo $ECHO_N "(cached) $ECHO_C" >&6
14208 if test -n "$ft_devel"; then
14209 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14212 for as_dir in $PATH
14215 test -z "$as_dir" && as_dir=.
14216 for ac_exec_ext in '' $ac_executable_extensions; do
14217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14218 ac_cv_prog_ft_devel="$ac_prog"
14219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14228 ft_devel=$ac_cv_prog_ft_devel
14229 if test -n "$ft_devel"; then
14230 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14231 echo "${ECHO_T}$ft_devel" >&6; }
14233 { echo "$as_me:$LINENO: result: no" >&5
14234 echo "${ECHO_T}no" >&6; }
14238 test -n "$ft_devel" && break
14240 test -n "$ft_devel" || ft_devel="no"
14242 if test "$ft_devel" != "no"
14244 ac_freetype_incl=`$ft_devel --cflags`
14245 ac_freetype_libs=`$ft_devel --libs`
14247 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14248 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14249 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14250 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14251 echo $ECHO_N "(cached) $ECHO_C" >&6
14253 ac_check_soname_save_LIBS=$LIBS
14254 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14255 cat >conftest.$ac_ext <<_ACEOF
14258 cat confdefs.h >>conftest.$ac_ext
14259 cat >>conftest.$ac_ext <<_ACEOF
14260 /* end confdefs.h. */
14262 /* Override any GCC internal prototype to avoid an error.
14263 Use char because int might match the return type of a GCC
14264 builtin and then its argument prototype would still apply. */
14268 char FT_Init_FreeType ();
14272 return FT_Init_FreeType ();
14277 rm -f conftest.$ac_objext conftest$ac_exeext
14278 if { (ac_try="$ac_link"
14279 case "(($ac_try" in
14280 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14281 *) ac_try_echo
=$ac_try;;
14283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14284 (eval "$ac_link") 2>conftest.er1
14286 grep -v '^ *+' conftest.er1
>conftest.err
14288 cat conftest.err
>&5
14289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14290 (exit $ac_status); } && {
14291 test -z "$ac_c_werror_flag" ||
14292 test ! -s conftest.err
14293 } && test -s conftest
$ac_exeext &&
14294 $as_test_x conftest
$ac_exeext; then
14297 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'` ;;
14298 *) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14301 echo "$as_me: failed program was:" >&5
14302 sed 's/^/| /' conftest.
$ac_ext >&5
14307 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14308 conftest
$ac_exeext conftest.
$ac_ext
14309 LIBS
=$ac_check_soname_save_LIBS
14311 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14312 { echo "$as_me:$LINENO: result: not found" >&5
14313 echo "${ECHO_T}not found" >&6; }
14316 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14317 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14319 cat >>confdefs.h
<<_ACEOF
14320 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14326 if test "$ft_lib" = "yes"
14328 ac_save_CPPFLAGS
="$CPPFLAGS"
14329 CPPFLAGS
="$ac_freetype_incl $CPPFLAGS"
14343 for ac_header
in ft2build.h \
14344 freetype
/freetype.h \
14345 freetype
/ftglyph.h \
14346 freetype
/fttypes.h \
14347 freetype
/tttables.h \
14348 freetype
/ftnames.h \
14349 freetype
/ftsnames.h \
14350 freetype
/ttnameid.h \
14351 freetype
/ftoutln.h \
14352 freetype
/ftwinfnt.h \
14353 freetype
/ftmodapi.h \
14354 freetype
/ftlcdfil.h \
14355 freetype
/internal
/sfnt.h
14357 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14358 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14359 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14360 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14361 echo $ECHO_N "(cached) $ECHO_C" >&6
14363 cat >conftest.
$ac_ext <<_ACEOF
14366 cat confdefs.h
>>conftest.
$ac_ext
14367 cat >>conftest.
$ac_ext <<_ACEOF
14368 /* end confdefs.h. */
14369 #ifdef HAVE_FT2BUILD_H
14370 # include <ft2build.h>
14373 #include <$ac_header>
14375 rm -f conftest.
$ac_objext
14376 if { (ac_try
="$ac_compile"
14377 case "(($ac_try" in
14378 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14379 *) ac_try_echo=$ac_try;;
14381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14382 (eval "$ac_compile") 2>conftest.er1
14384 grep -v '^ *+' conftest.er1 >conftest.err
14386 cat conftest.err >&5
14387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14388 (exit $ac_status); } && {
14389 test -z "$ac_c_werror_flag" ||
14390 test ! -s conftest.err
14391 } && test -s conftest.$ac_objext; then
14392 eval "$as_ac_Header=yes"
14394 echo "$as_me: failed program was:" >&5
14395 sed 's/^/| /' conftest.$ac_ext >&5
14397 eval "$as_ac_Header=no"
14400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14402 ac_res=`eval echo '${'$as_ac_Header'}'`
14403 { echo "$as_me:$LINENO: result: $ac_res" >&5
14404 echo "${ECHO_T}$ac_res" >&6; }
14405 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14406 cat >>confdefs.h <<_ACEOF
14407 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14414 cat >conftest.$ac_ext <<_ACEOF
14417 cat confdefs.h >>conftest.$ac_ext
14418 cat >>conftest.$ac_ext <<_ACEOF
14419 /* end confdefs.h. */
14420 #include <ft2build.h>
14421 #include <freetype/fttrigon.h>
14423 if { (ac_try="$ac_cpp conftest.$ac_ext"
14424 case "(($ac_try" in
14425 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14426 *) ac_try_echo
=$ac_try;;
14428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14429 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14431 grep -v '^ *+' conftest.er1
>conftest.err
14433 cat conftest.err
>&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } >/dev
/null
&& {
14436 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14437 test ! -s conftest.err
14440 cat >>confdefs.h
<<\_ACEOF
14441 #define HAVE_FREETYPE_FTTRIGON_H 1
14444 wine_cv_fttrigon
=yes
14446 echo "$as_me: failed program was:" >&5
14447 sed 's/^/| /' conftest.
$ac_ext >&5
14449 wine_cv_fttrigon
=no
14452 rm -f conftest.err conftest.
$ac_ext
14453 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14454 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14455 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14456 echo $ECHO_N "(cached) $ECHO_C" >&6
14458 cat >conftest.
$ac_ext <<_ACEOF
14461 cat confdefs.h
>>conftest.
$ac_ext
14462 cat >>conftest.
$ac_ext <<_ACEOF
14463 /* end confdefs.h. */
14464 #include <freetype/ftmodapi.h>
14466 typedef FT_TrueTypeEngineType ac__type_new_;
14470 if ((ac__type_new_ *) 0)
14472 if (sizeof (ac__type_new_))
14478 rm -f conftest.
$ac_objext
14479 if { (ac_try
="$ac_compile"
14480 case "(($ac_try" in
14481 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14482 *) ac_try_echo=$ac_try;;
14484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14485 (eval "$ac_compile") 2>conftest.er1
14487 grep -v '^ *+' conftest.er1 >conftest.err
14489 cat conftest.err >&5
14490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14491 (exit $ac_status); } && {
14492 test -z "$ac_c_werror_flag" ||
14493 test ! -s conftest.err
14494 } && test -s conftest.$ac_objext; then
14495 ac_cv_type_FT_TrueTypeEngineType=yes
14497 echo "$as_me: failed program was:" >&5
14498 sed 's/^/| /' conftest.$ac_ext >&5
14500 ac_cv_type_FT_TrueTypeEngineType=no
14503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14505 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14506 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14507 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14509 cat >>confdefs.h <<_ACEOF
14510 #define HAVE_FT_TRUETYPEENGINETYPE 1
14516 ac_save_CFLAGS="$CFLAGS"
14517 CFLAGS="$CFLAGS $ac_freetype_libs"
14519 for ac_func in FT_Load_Sfnt_Table
14521 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14522 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14523 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14524 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14525 echo $ECHO_N "(cached) $ECHO_C" >&6
14527 cat >conftest.$ac_ext <<_ACEOF
14530 cat confdefs.h >>conftest.$ac_ext
14531 cat >>conftest.$ac_ext <<_ACEOF
14532 /* end confdefs.h. */
14533 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14535 #define $ac_func innocuous_$ac_func
14537 /* System header to define __stub macros and hopefully few prototypes,
14538 which can conflict with char $ac_func (); below.
14539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14540 <limits.h> exists even on freestanding compilers. */
14543 # include <limits.h>
14545 # include <assert.h>
14550 /* Override any GCC internal prototype to avoid an error.
14551 Use char because int might match the return type of a GCC
14552 builtin and then its argument prototype would still apply. */
14557 /* The GNU C library defines this for functions which it implements
14558 to always fail with ENOSYS. Some functions are actually named
14559 something starting with __ and the normal name is an alias. */
14560 #if defined __stub_$ac_func || defined __stub___$ac_func
14567 return $ac_func ();
14572 rm -f conftest.$ac_objext conftest$ac_exeext
14573 if { (ac_try="$ac_link"
14574 case "(($ac_try" in
14575 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14576 *) ac_try_echo
=$ac_try;;
14578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14579 (eval "$ac_link") 2>conftest.er1
14581 grep -v '^ *+' conftest.er1
>conftest.err
14583 cat conftest.err
>&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); } && {
14586 test -z "$ac_c_werror_flag" ||
14587 test ! -s conftest.err
14588 } && test -s conftest
$ac_exeext &&
14589 $as_test_x conftest
$ac_exeext; then
14590 eval "$as_ac_var=yes"
14592 echo "$as_me: failed program was:" >&5
14593 sed 's/^/| /' conftest.
$ac_ext >&5
14595 eval "$as_ac_var=no"
14598 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14599 conftest
$ac_exeext conftest.
$ac_ext
14601 ac_res
=`eval echo '${'$as_ac_var'}'`
14602 { echo "$as_me:$LINENO: result: $ac_res" >&5
14603 echo "${ECHO_T}$ac_res" >&6; }
14604 if test `eval echo '${'$as_ac_var'}'` = yes; then
14605 cat >>confdefs.h
<<_ACEOF
14606 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14612 CFLAGS
="$ac_save_CFLAGS"
14613 CPPFLAGS
="$ac_save_CPPFLAGS"
14614 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14617 cat >>confdefs.h
<<\_ACEOF
14618 #define HAVE_FREETYPE 1
14621 FREETYPELIBS
="$ac_freetype_libs"
14623 FREETYPEINCL
="$ac_freetype_incl"
14628 if test "x$FREETYPELIBS" = "x"; then
14629 case "x$with_freetype" in
14631 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14632 Use the --without-freetype option if you really want this." >&5
14633 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14634 Use the --without-freetype option if you really want this." >&2;}
14635 { (exit 1); exit 1; }; } ;;
14639 test "x$FREETYPELIBS" = "x" && enable_fonts
=${enable_fonts:-no}
14641 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14642 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14643 if test "${ac_cv_c_ppdev+set}" = set; then
14644 echo $ECHO_N "(cached) $ECHO_C" >&6
14646 cat >conftest.
$ac_ext <<_ACEOF
14649 cat confdefs.h
>>conftest.
$ac_ext
14650 cat >>conftest.
$ac_ext <<_ACEOF
14651 /* end confdefs.h. */
14652 #include <linux/ppdev.h>
14656 ioctl (1,PPCLAIM,0)
14661 rm -f conftest.
$ac_objext
14662 if { (ac_try
="$ac_compile"
14663 case "(($ac_try" in
14664 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14665 *) ac_try_echo=$ac_try;;
14667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14668 (eval "$ac_compile") 2>conftest.er1
14670 grep -v '^ *+' conftest.er1 >conftest.err
14672 cat conftest.err >&5
14673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14674 (exit $ac_status); } && {
14675 test -z "$ac_c_werror_flag" ||
14676 test ! -s conftest.err
14677 } && test -s conftest.$ac_objext; then
14678 ac_cv_c_ppdev="yes"
14680 echo "$as_me: failed program was:" >&5
14681 sed 's/^/| /' conftest.$ac_ext >&5
14686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14688 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14689 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14690 if test "$ac_cv_c_ppdev" = "yes"
14693 cat >>confdefs.h <<\_ACEOF
14694 #define HAVE_PPDEV 1
14699 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14700 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14701 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14702 echo $ECHO_N "(cached) $ECHO_C" >&6
14704 cat >conftest.$ac_ext <<_ACEOF
14707 cat confdefs.h >>conftest.$ac_ext
14708 cat >>conftest.$ac_ext <<_ACEOF
14709 /* end confdefs.h. */
14710 #define _GNU_SOURCE
14711 #include <pthread.h>
14713 typedef pthread_rwlock_t ac__type_new_;
14717 if ((ac__type_new_ *) 0)
14719 if (sizeof (ac__type_new_))
14725 rm -f conftest.$ac_objext
14726 if { (ac_try="$ac_compile"
14727 case "(($ac_try" in
14728 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14729 *) ac_try_echo
=$ac_try;;
14731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14732 (eval "$ac_compile") 2>conftest.er1
14734 grep -v '^ *+' conftest.er1
>conftest.err
14736 cat conftest.err
>&5
14737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14738 (exit $ac_status); } && {
14739 test -z "$ac_c_werror_flag" ||
14740 test ! -s conftest.err
14741 } && test -s conftest.
$ac_objext; then
14742 ac_cv_type_pthread_rwlock_t
=yes
14744 echo "$as_me: failed program was:" >&5
14745 sed 's/^/| /' conftest.
$ac_ext >&5
14747 ac_cv_type_pthread_rwlock_t
=no
14750 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14752 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14753 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14754 if test $ac_cv_type_pthread_rwlock_t = yes; then
14756 cat >>confdefs.h
<<_ACEOF
14757 #define HAVE_PTHREAD_RWLOCK_T 1
14762 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14763 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14764 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14765 echo $ECHO_N "(cached) $ECHO_C" >&6
14767 cat >conftest.
$ac_ext <<_ACEOF
14770 cat confdefs.h
>>conftest.
$ac_ext
14771 cat >>conftest.
$ac_ext <<_ACEOF
14772 /* end confdefs.h. */
14773 #define _GNU_SOURCE
14774 #include <pthread.h>
14776 typedef pthread_rwlockattr_t ac__type_new_;
14780 if ((ac__type_new_ *) 0)
14782 if (sizeof (ac__type_new_))
14788 rm -f conftest.
$ac_objext
14789 if { (ac_try
="$ac_compile"
14790 case "(($ac_try" in
14791 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14792 *) ac_try_echo=$ac_try;;
14794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14795 (eval "$ac_compile") 2>conftest.er1
14797 grep -v '^ *+' conftest.er1 >conftest.err
14799 cat conftest.err >&5
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); } && {
14802 test -z "$ac_c_werror_flag" ||
14803 test ! -s conftest.err
14804 } && test -s conftest.$ac_objext; then
14805 ac_cv_type_pthread_rwlockattr_t=yes
14807 echo "$as_me: failed program was:" >&5
14808 sed 's/^/| /' conftest.$ac_ext >&5
14810 ac_cv_type_pthread_rwlockattr_t=no
14813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14815 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14816 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14817 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14819 cat >>confdefs.h <<_ACEOF
14820 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14827 ac_wine_check_funcs_save_LIBS="$LIBS"
14828 LIBS="$LIBS $LIBPTHREAD"
14834 pthread_attr_get_np \
14835 pthread_getattr_np \
14836 pthread_get_stackaddr_np \
14837 pthread_get_stacksize_np
14839 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14840 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14841 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14842 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14843 echo $ECHO_N "(cached) $ECHO_C" >&6
14845 cat >conftest.$ac_ext <<_ACEOF
14848 cat confdefs.h >>conftest.$ac_ext
14849 cat >>conftest.$ac_ext <<_ACEOF
14850 /* end confdefs.h. */
14851 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14853 #define $ac_func innocuous_$ac_func
14855 /* System header to define __stub macros and hopefully few prototypes,
14856 which can conflict with char $ac_func (); below.
14857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14858 <limits.h> exists even on freestanding compilers. */
14861 # include <limits.h>
14863 # include <assert.h>
14868 /* Override any GCC internal prototype to avoid an error.
14869 Use char because int might match the return type of a GCC
14870 builtin and then its argument prototype would still apply. */
14875 /* The GNU C library defines this for functions which it implements
14876 to always fail with ENOSYS. Some functions are actually named
14877 something starting with __ and the normal name is an alias. */
14878 #if defined __stub_$ac_func || defined __stub___$ac_func
14885 return $ac_func ();
14890 rm -f conftest.$ac_objext conftest$ac_exeext
14891 if { (ac_try="$ac_link"
14892 case "(($ac_try" in
14893 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14894 *) ac_try_echo
=$ac_try;;
14896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14897 (eval "$ac_link") 2>conftest.er1
14899 grep -v '^ *+' conftest.er1
>conftest.err
14901 cat conftest.err
>&5
14902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14903 (exit $ac_status); } && {
14904 test -z "$ac_c_werror_flag" ||
14905 test ! -s conftest.err
14906 } && test -s conftest
$ac_exeext &&
14907 $as_test_x conftest
$ac_exeext; then
14908 eval "$as_ac_var=yes"
14910 echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.
$ac_ext >&5
14913 eval "$as_ac_var=no"
14916 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14917 conftest
$ac_exeext conftest.
$ac_ext
14919 ac_res
=`eval echo '${'$as_ac_var'}'`
14920 { echo "$as_me:$LINENO: result: $ac_res" >&5
14921 echo "${ECHO_T}$ac_res" >&6; }
14922 if test `eval echo '${'$as_ac_var'}'` = yes; then
14923 cat >>confdefs.h
<<_ACEOF
14924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14930 LIBS
="$ac_wine_check_funcs_save_LIBS"
14932 if test "x$with_esd" != xno
14934 save_CFLAGS
="$CFLAGS"
14935 # Extract the first word of "esd-config", so it can be a program name with args.
14936 set dummy esd-config
; ac_word
=$2
14937 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14939 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14940 echo $ECHO_N "(cached) $ECHO_C" >&6
14944 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
14947 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14948 for as_dir
in $PATH
14951 test -z "$as_dir" && as_dir
=.
14952 for ac_exec_ext
in '' $ac_executable_extensions; do
14953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14954 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
14955 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14962 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG
="no"
14966 ESDCONFIG
=$ac_cv_path_ESDCONFIG
14967 if test -n "$ESDCONFIG"; then
14968 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14969 echo "${ECHO_T}$ESDCONFIG" >&6; }
14971 { echo "$as_me:$LINENO: result: no" >&5
14972 echo "${ECHO_T}no" >&6; }
14976 if test "x$ESDCONFIG" != "xno"
14979 for i
in `$ESDCONFIG --cflags`
14982 -I*) ac_esd_incl
="$ac_esd_incl $i";;
14985 ac_esd_libs
=`$ESDCONFIG --libs`
14986 CFLAGS
="$CFLAGS $ac_esd_incl"
14988 ac_esd_libs
=${ac_esd_libs:-"-lesd"}
14989 if test "${ac_cv_header_esd_h+set}" = set; then
14990 { echo "$as_me:$LINENO: checking for esd.h" >&5
14991 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14992 if test "${ac_cv_header_esd_h+set}" = set; then
14993 echo $ECHO_N "(cached) $ECHO_C" >&6
14995 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14996 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14998 # Is the header compilable?
14999 { echo "$as_me:$LINENO: checking esd.h usability" >&5
15000 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
15001 cat >conftest.
$ac_ext <<_ACEOF
15004 cat confdefs.h
>>conftest.
$ac_ext
15005 cat >>conftest.
$ac_ext <<_ACEOF
15006 /* end confdefs.h. */
15007 $ac_includes_default
15010 rm -f conftest.
$ac_objext
15011 if { (ac_try
="$ac_compile"
15012 case "(($ac_try" in
15013 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15014 *) ac_try_echo=$ac_try;;
15016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15017 (eval "$ac_compile") 2>conftest.er1
15019 grep -v '^ *+' conftest.er1 >conftest.err
15021 cat conftest.err >&5
15022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023 (exit $ac_status); } && {
15024 test -z "$ac_c_werror_flag" ||
15025 test ! -s conftest.err
15026 } && test -s conftest.$ac_objext; then
15027 ac_header_compiler=yes
15029 echo "$as_me: failed program was:" >&5
15030 sed 's/^/| /' conftest.$ac_ext >&5
15032 ac_header_compiler=no
15035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15036 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15037 echo "${ECHO_T}$ac_header_compiler" >&6; }
15039 # Is the header present?
15040 { echo "$as_me:$LINENO: checking esd.h presence" >&5
15041 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
15042 cat >conftest.$ac_ext <<_ACEOF
15045 cat confdefs.h >>conftest.$ac_ext
15046 cat >>conftest.$ac_ext <<_ACEOF
15047 /* end confdefs.h. */
15050 if { (ac_try="$ac_cpp conftest.$ac_ext"
15051 case "(($ac_try" in
15052 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15053 *) ac_try_echo
=$ac_try;;
15055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15058 grep -v '^ *+' conftest.er1
>conftest.err
15060 cat conftest.err
>&5
15061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15062 (exit $ac_status); } >/dev
/null
&& {
15063 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15064 test ! -s conftest.err
15066 ac_header_preproc
=yes
15068 echo "$as_me: failed program was:" >&5
15069 sed 's/^/| /' conftest.
$ac_ext >&5
15071 ac_header_preproc
=no
15074 rm -f conftest.err conftest.
$ac_ext
15075 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15076 echo "${ECHO_T}$ac_header_preproc" >&6; }
15078 # So? What about this header?
15079 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15081 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15082 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15083 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15084 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15085 ac_header_preproc
=yes
15088 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15089 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15090 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15091 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15092 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15093 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15094 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15095 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15096 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15097 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15098 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15099 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15101 ## ------------------------------------ ##
15102 ## Report this to wine-devel@winehq.org ##
15103 ## ------------------------------------ ##
15105 ) |
sed "s/^/$as_me: WARNING: /" >&2
15108 { echo "$as_me:$LINENO: checking for esd.h" >&5
15109 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15110 if test "${ac_cv_header_esd_h+set}" = set; then
15111 echo $ECHO_N "(cached) $ECHO_C" >&6
15113 ac_cv_header_esd_h
=$ac_header_preproc
15115 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15116 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15119 if test $ac_cv_header_esd_h = yes; then
15120 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15121 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15122 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15123 echo $ECHO_N "(cached) $ECHO_C" >&6
15125 ac_check_lib_save_LIBS
=$LIBS
15126 LIBS
="-lesd $ac_esd_libs $LIBS"
15127 cat >conftest.
$ac_ext <<_ACEOF
15130 cat confdefs.h
>>conftest.
$ac_ext
15131 cat >>conftest.
$ac_ext <<_ACEOF
15132 /* end confdefs.h. */
15134 /* Override any GCC internal prototype to avoid an error.
15135 Use char because int might match the return type of a GCC
15136 builtin and then its argument prototype would still apply. */
15140 char esd_open_sound ();
15144 return esd_open_sound ();
15149 rm -f conftest.
$ac_objext conftest
$ac_exeext
15150 if { (ac_try
="$ac_link"
15151 case "(($ac_try" in
15152 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15153 *) ac_try_echo=$ac_try;;
15155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15156 (eval "$ac_link") 2>conftest.er1
15158 grep -v '^ *+' conftest.er1 >conftest.err
15160 cat conftest.err >&5
15161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162 (exit $ac_status); } && {
15163 test -z "$ac_c_werror_flag" ||
15164 test ! -s conftest.err
15165 } && test -s conftest$ac_exeext &&
15166 $as_test_x conftest$ac_exeext; then
15167 ac_cv_lib_esd_esd_open_sound=yes
15169 echo "$as_me: failed program was:" >&5
15170 sed 's/^/| /' conftest.$ac_ext >&5
15172 ac_cv_lib_esd_esd_open_sound=no
15175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15176 conftest$ac_exeext conftest.$ac_ext
15177 LIBS=$ac_check_lib_save_LIBS
15179 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15180 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15181 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15182 ESDINCL="$ac_esd_incl"
15184 ESDLIBS="$ac_esd_libs"
15187 cat >>confdefs.h <<\_ACEOF
15196 CFLAGS="$save_CFLAGS"
15199 if test "x$with_pulse" != "xno"; then
15200 if test "$PKG_CONFIG" != "false"; then
15201 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15202 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15203 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15204 have_pulseaudio="yes"
15206 have_pulseaudio="no"
15208 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15209 echo "${ECHO_T}$have_pulseaudio" >&6; }
15210 if test x"$have_pulseaudio" = xyes; then
15211 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15213 cat >>confdefs.h <<\_ACEOF
15214 #define HAVE_PULSEAUDIO_0_9_11 1
15219 cat >>confdefs.h <<\_ACEOF
15220 #define HAVE_PULSEAUDIO_0_9_11 0
15224 ac_pulse_libs=`$PKG_CONFIG --libs libpulse
`
15226 cat >>confdefs.h <<\_ACEOF
15227 #define HAVE_PULSEAUDIO 1
15230 PULSELIBS="$ac_pulse_libs"
15238 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15240 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15241 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15242 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15243 echo $ECHO_N "(cached) $ECHO_C" >&6
15245 ac_check_lib_save_LIBS=$LIBS
15246 LIBS="-lasound $LIBS"
15247 cat >conftest.$ac_ext <<_ACEOF
15250 cat confdefs.h >>conftest.$ac_ext
15251 cat >>conftest.$ac_ext <<_ACEOF
15252 /* end confdefs.h. */
15254 /* Override any GCC internal prototype to avoid an error.
15255 Use char because int might match the return type of a GCC
15256 builtin and then its argument prototype would still apply. */
15260 char snd_pcm_hw_params_get_access ();
15264 return snd_pcm_hw_params_get_access ();
15269 rm -f conftest.$ac_objext conftest$ac_exeext
15270 if { (ac_try="$ac_link"
15271 case "(($ac_try" in
15272 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15273 *) ac_try_echo
=$ac_try;;
15275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15276 (eval "$ac_link") 2>conftest.er1
15278 grep -v '^ *+' conftest.er1
>conftest.err
15280 cat conftest.err
>&5
15281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15282 (exit $ac_status); } && {
15283 test -z "$ac_c_werror_flag" ||
15284 test ! -s conftest.err
15285 } && test -s conftest
$ac_exeext &&
15286 $as_test_x conftest
$ac_exeext; then
15287 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
15289 echo "$as_me: failed program was:" >&5
15290 sed 's/^/| /' conftest.
$ac_ext >&5
15292 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
15295 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15296 conftest
$ac_exeext conftest.
$ac_ext
15297 LIBS
=$ac_check_lib_save_LIBS
15299 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15300 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15301 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15302 cat >conftest.
$ac_ext <<_ACEOF
15305 cat confdefs.h
>>conftest.
$ac_ext
15306 cat >>conftest.
$ac_ext <<_ACEOF
15307 /* end confdefs.h. */
15308 #ifdef HAVE_ALSA_ASOUNDLIB_H
15309 #include <alsa/asoundlib.h>
15310 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15311 #include <sys/asoundlib.h>
15316 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15321 rm -f conftest.
$ac_objext
15322 if { (ac_try
="$ac_compile"
15323 case "(($ac_try" in
15324 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15325 *) ac_try_echo=$ac_try;;
15327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15328 (eval "$ac_compile") 2>conftest.er1
15330 grep -v '^ *+' conftest.er1 >conftest.err
15332 cat conftest.err >&5
15333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15334 (exit $ac_status); } && {
15335 test -z "$ac_c_werror_flag" ||
15336 test ! -s conftest.err
15337 } && test -s conftest.$ac_objext; then
15339 cat >>confdefs.h <<\_ACEOF
15340 #define HAVE_ALSA 1
15343 ALSALIBS="-lasound"
15345 echo "$as_me: failed program was:" >&5
15346 sed 's/^/| /' conftest.$ac_ext >&5
15351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15358 if test "$ac_cv_header_libaudioio_h" = "yes"
15360 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15361 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15362 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15363 echo $ECHO_N "(cached) $ECHO_C" >&6
15365 ac_check_lib_save_LIBS=$LIBS
15366 LIBS="-laudioio $LIBS"
15367 cat >conftest.$ac_ext <<_ACEOF
15370 cat confdefs.h >>conftest.$ac_ext
15371 cat >>conftest.$ac_ext <<_ACEOF
15372 /* end confdefs.h. */
15374 /* Override any GCC internal prototype to avoid an error.
15375 Use char because int might match the return type of a GCC
15376 builtin and then its argument prototype would still apply. */
15380 char AudioIOGetVersion ();
15384 return AudioIOGetVersion ();
15389 rm -f conftest.$ac_objext conftest$ac_exeext
15390 if { (ac_try="$ac_link"
15391 case "(($ac_try" in
15392 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15393 *) ac_try_echo
=$ac_try;;
15395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15396 (eval "$ac_link") 2>conftest.er1
15398 grep -v '^ *+' conftest.er1
>conftest.err
15400 cat conftest.err
>&5
15401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15402 (exit $ac_status); } && {
15403 test -z "$ac_c_werror_flag" ||
15404 test ! -s conftest.err
15405 } && test -s conftest
$ac_exeext &&
15406 $as_test_x conftest
$ac_exeext; then
15407 ac_cv_lib_audioio_AudioIOGetVersion
=yes
15409 echo "$as_me: failed program was:" >&5
15410 sed 's/^/| /' conftest.
$ac_ext >&5
15412 ac_cv_lib_audioio_AudioIOGetVersion
=no
15415 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15416 conftest
$ac_exeext conftest.
$ac_ext
15417 LIBS
=$ac_check_lib_save_LIBS
15419 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15420 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15421 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15422 AUDIOIOLIBS
="-laudioio"
15424 cat >>confdefs.h
<<\_ACEOF
15425 #define HAVE_LIBAUDIOIO 1
15433 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15435 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15436 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15437 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15438 echo $ECHO_N "(cached) $ECHO_C" >&6
15440 ac_check_soname_save_LIBS
=$LIBS
15441 LIBS
="-lcapi20 $LIBS"
15442 cat >conftest.
$ac_ext <<_ACEOF
15445 cat confdefs.h
>>conftest.
$ac_ext
15446 cat >>conftest.
$ac_ext <<_ACEOF
15447 /* end confdefs.h. */
15449 /* Override any GCC internal prototype to avoid an error.
15450 Use char because int might match the return type of a GCC
15451 builtin and then its argument prototype would still apply. */
15455 char capi20_register ();
15459 return capi20_register ();
15464 rm -f conftest.
$ac_objext conftest
$ac_exeext
15465 if { (ac_try
="$ac_link"
15466 case "(($ac_try" in
15467 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15468 *) ac_try_echo=$ac_try;;
15470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15471 (eval "$ac_link") 2>conftest.er1
15473 grep -v '^ *+' conftest.er1 >conftest.err
15475 cat conftest.err >&5
15476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15477 (exit $ac_status); } && {
15478 test -z "$ac_c_werror_flag" ||
15479 test ! -s conftest.err
15480 } && test -s conftest$ac_exeext &&
15481 $as_test_x conftest$ac_exeext; then
15484 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'` ;;
15485 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcapi20\\.$LIBEXT" |
sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15488 echo "$as_me: failed program was:" >&5
15489 sed 's/^/| /' conftest.$ac_ext >&5
15494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15495 conftest$ac_exeext conftest.$ac_ext
15496 LIBS=$ac_check_soname_save_LIBS
15498 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15499 { echo "$as_me:$LINENO: result: not found" >&5
15500 echo "${ECHO_T}not found" >&6; }
15503 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15504 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15506 cat >>confdefs.h <<_ACEOF
15507 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15514 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15515 case "x$with_capi" in
15516 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15518 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15519 This is an error since --with-capi was requested." >&5
15520 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15521 This is an error since --with-capi was requested." >&2;}
15522 { (exit 1); exit 1; }; } ;;
15529 if test "x$with_cups" != "xno"
15531 ac_save_CPPFLAGS="$CPPFLAGS"
15532 ac_cups_cflags=`cups-config
--cflags 2>/dev
/null
`
15533 ac_cups_libs=`cups-config
--ldflags 2>/dev
/null
`
15534 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15536 for ac_header in cups/cups.h
15538 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15543 echo $ECHO_N "(cached) $ECHO_C" >&6
15545 ac_res=`eval echo '${'$as_ac_Header'}'`
15546 { echo "$as_me:$LINENO: result: $ac_res" >&5
15547 echo "${ECHO_T}$ac_res" >&6; }
15549 # Is the header compilable?
15550 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15551 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15552 cat >conftest.$ac_ext <<_ACEOF
15555 cat confdefs.h >>conftest.$ac_ext
15556 cat >>conftest.$ac_ext <<_ACEOF
15557 /* end confdefs.h. */
15558 $ac_includes_default
15559 #include <$ac_header>
15561 rm -f conftest.$ac_objext
15562 if { (ac_try="$ac_compile"
15563 case "(($ac_try" in
15564 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15565 *) ac_try_echo
=$ac_try;;
15567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15568 (eval "$ac_compile") 2>conftest.er1
15570 grep -v '^ *+' conftest.er1
>conftest.err
15572 cat conftest.err
>&5
15573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15574 (exit $ac_status); } && {
15575 test -z "$ac_c_werror_flag" ||
15576 test ! -s conftest.err
15577 } && test -s conftest.
$ac_objext; then
15578 ac_header_compiler
=yes
15580 echo "$as_me: failed program was:" >&5
15581 sed 's/^/| /' conftest.
$ac_ext >&5
15583 ac_header_compiler
=no
15586 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15587 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15588 echo "${ECHO_T}$ac_header_compiler" >&6; }
15590 # Is the header present?
15591 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15592 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15593 cat >conftest.
$ac_ext <<_ACEOF
15596 cat confdefs.h
>>conftest.
$ac_ext
15597 cat >>conftest.
$ac_ext <<_ACEOF
15598 /* end confdefs.h. */
15599 #include <$ac_header>
15601 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15602 case "(($ac_try" in
15603 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15604 *) ac_try_echo=$ac_try;;
15606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15609 grep -v '^ *+' conftest.er1 >conftest.err
15611 cat conftest.err >&5
15612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15613 (exit $ac_status); } >/dev/null && {
15614 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15615 test ! -s conftest.err
15617 ac_header_preproc=yes
15619 echo "$as_me: failed program was:" >&5
15620 sed 's/^/| /' conftest.$ac_ext >&5
15622 ac_header_preproc=no
15625 rm -f conftest.err conftest.$ac_ext
15626 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15627 echo "${ECHO_T}$ac_header_preproc" >&6; }
15629 # So? What about this header?
15630 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15632 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15633 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15634 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15635 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15636 ac_header_preproc=yes
15639 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15640 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15641 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15642 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15643 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15644 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15645 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15646 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15647 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15648 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15649 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15650 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15652 ## ------------------------------------ ##
15653 ## Report this to wine-devel@winehq.org ##
15654 ## ------------------------------------ ##
15656 ) | sed "s/^/$as_me: WARNING: /" >&2
15659 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15660 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15662 echo $ECHO_N "(cached) $ECHO_C" >&6
15664 eval "$as_ac_Header=\$ac_header_preproc"
15666 ac_res=`eval echo '${'$as_ac_Header'}'`
15667 { echo "$as_me:$LINENO: result: $ac_res" >&5
15668 echo "${ECHO_T}$ac_res" >&6; }
15671 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15672 cat >>confdefs.h <<_ACEOF
15673 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15675 { echo "$as_me:$LINENO: checking for -lcups" >&5
15676 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15677 if test "${ac_cv_lib_soname_cups+set}" = set; then
15678 echo $ECHO_N "(cached) $ECHO_C" >&6
15680 ac_check_soname_save_LIBS=$LIBS
15681 LIBS="-lcups $ac_cups_libs $LIBS"
15682 cat >conftest.$ac_ext <<_ACEOF
15685 cat confdefs.h >>conftest.$ac_ext
15686 cat >>conftest.$ac_ext <<_ACEOF
15687 /* end confdefs.h. */
15689 /* Override any GCC internal prototype to avoid an error.
15690 Use char because int might match the return type of a GCC
15691 builtin and then its argument prototype would still apply. */
15695 char cupsGetDefault ();
15699 return cupsGetDefault ();
15704 rm -f conftest.$ac_objext conftest$ac_exeext
15705 if { (ac_try="$ac_link"
15706 case "(($ac_try" in
15707 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15708 *) ac_try_echo
=$ac_try;;
15710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15711 (eval "$ac_link") 2>conftest.er1
15713 grep -v '^ *+' conftest.er1
>conftest.err
15715 cat conftest.err
>&5
15716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15717 (exit $ac_status); } && {
15718 test -z "$ac_c_werror_flag" ||
15719 test ! -s conftest.err
15720 } && test -s conftest
$ac_exeext &&
15721 $as_test_x conftest
$ac_exeext; then
15724 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'` ;;
15725 *) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15728 echo "$as_me: failed program was:" >&5
15729 sed 's/^/| /' conftest.
$ac_ext >&5
15734 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15735 conftest
$ac_exeext conftest.
$ac_ext
15736 LIBS
=$ac_check_soname_save_LIBS
15738 if test "x$ac_cv_lib_soname_cups" = "x"; then
15739 { echo "$as_me:$LINENO: result: not found" >&5
15740 echo "${ECHO_T}not found" >&6; }
15743 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15744 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15746 cat >>confdefs.h
<<_ACEOF
15747 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15750 CUPSINCL
="$ac_cups_cflags"
15757 CPPFLAGS
="$ac_save_CPPFLAGS"
15759 if test "x$ac_cv_lib_soname_cups" = "x"; then
15760 case "x$with_cups" in
15761 x
) wine_notices
="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15763 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15764 This is an error since --with-cups was requested." >&5
15765 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15766 This is an error since --with-cups was requested." >&2;}
15767 { (exit 1); exit 1; }; } ;;
15772 if test "$ac_cv_header_jack_jack_h" = "yes"
15774 { echo "$as_me:$LINENO: checking for -ljack" >&5
15775 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15776 if test "${ac_cv_lib_soname_jack+set}" = set; then
15777 echo $ECHO_N "(cached) $ECHO_C" >&6
15779 ac_check_soname_save_LIBS
=$LIBS
15780 LIBS
="-ljack $LIBS"
15781 cat >conftest.
$ac_ext <<_ACEOF
15784 cat confdefs.h
>>conftest.
$ac_ext
15785 cat >>conftest.
$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15788 /* Override any GCC internal prototype to avoid an error.
15789 Use char because int might match the return type of a GCC
15790 builtin and then its argument prototype would still apply. */
15794 char jack_client_new ();
15798 return jack_client_new ();
15803 rm -f conftest.
$ac_objext conftest
$ac_exeext
15804 if { (ac_try
="$ac_link"
15805 case "(($ac_try" in
15806 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15807 *) ac_try_echo=$ac_try;;
15809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15810 (eval "$ac_link") 2>conftest.er1
15812 grep -v '^ *+' conftest.er1 >conftest.err
15814 cat conftest.err >&5
15815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15816 (exit $ac_status); } && {
15817 test -z "$ac_c_werror_flag" ||
15818 test ! -s conftest.err
15819 } && test -s conftest$ac_exeext &&
15820 $as_test_x conftest$ac_exeext; then
15823 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'` ;;
15824 *) 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'` ;;
15827 echo "$as_me: failed program was:" >&5
15828 sed 's/^/| /' conftest.$ac_ext >&5
15833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15834 conftest$ac_exeext conftest.$ac_ext
15835 LIBS=$ac_check_soname_save_LIBS
15837 if test "x$ac_cv_lib_soname_jack" = "x"; then
15838 { echo "$as_me:$LINENO: result: not found" >&5
15839 echo "${ECHO_T}not found" >&6; }
15842 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15843 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15845 cat >>confdefs.h <<_ACEOF
15846 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15854 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15856 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15857 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15858 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15859 echo $ECHO_N "(cached) $ECHO_C" >&6
15861 ac_check_soname_save_LIBS=$LIBS
15862 LIBS="-lfontconfig $LIBS"
15863 cat >conftest.$ac_ext <<_ACEOF
15866 cat confdefs.h >>conftest.$ac_ext
15867 cat >>conftest.$ac_ext <<_ACEOF
15868 /* end confdefs.h. */
15870 /* Override any GCC internal prototype to avoid an error.
15871 Use char because int might match the return type of a GCC
15872 builtin and then its argument prototype would still apply. */
15885 rm -f conftest.$ac_objext conftest$ac_exeext
15886 if { (ac_try="$ac_link"
15887 case "(($ac_try" in
15888 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15889 *) ac_try_echo
=$ac_try;;
15891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15892 (eval "$ac_link") 2>conftest.er1
15894 grep -v '^ *+' conftest.er1
>conftest.err
15896 cat conftest.err
>&5
15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); } && {
15899 test -z "$ac_c_werror_flag" ||
15900 test ! -s conftest.err
15901 } && test -s conftest
$ac_exeext &&
15902 $as_test_x conftest
$ac_exeext; then
15905 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'` ;;
15906 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15909 echo "$as_me: failed program was:" >&5
15910 sed 's/^/| /' conftest.
$ac_ext >&5
15915 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15916 conftest
$ac_exeext conftest.
$ac_ext
15917 LIBS
=$ac_check_soname_save_LIBS
15919 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15920 { echo "$as_me:$LINENO: result: not found" >&5
15921 echo "${ECHO_T}not found" >&6; }
15924 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15925 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15927 cat >>confdefs.h
<<_ACEOF
15928 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15934 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15936 ac_save_CPPFLAGS
="$CPPFLAGS"
15937 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
15938 $as_unset ac_cv_header_fontconfig_fontconfig_h
15940 for ac_header
in fontconfig
/fontconfig.h
15942 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15943 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15944 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15945 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15946 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15947 echo $ECHO_N "(cached) $ECHO_C" >&6
15949 ac_res
=`eval echo '${'$as_ac_Header'}'`
15950 { echo "$as_me:$LINENO: result: $ac_res" >&5
15951 echo "${ECHO_T}$ac_res" >&6; }
15953 # Is the header compilable?
15954 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15955 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15956 cat >conftest.
$ac_ext <<_ACEOF
15959 cat confdefs.h
>>conftest.
$ac_ext
15960 cat >>conftest.
$ac_ext <<_ACEOF
15961 /* end confdefs.h. */
15962 $ac_includes_default
15963 #include <$ac_header>
15965 rm -f conftest.
$ac_objext
15966 if { (ac_try
="$ac_compile"
15967 case "(($ac_try" in
15968 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15969 *) ac_try_echo=$ac_try;;
15971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15972 (eval "$ac_compile") 2>conftest.er1
15974 grep -v '^ *+' conftest.er1 >conftest.err
15976 cat conftest.err >&5
15977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } && {
15979 test -z "$ac_c_werror_flag" ||
15980 test ! -s conftest.err
15981 } && test -s conftest.$ac_objext; then
15982 ac_header_compiler=yes
15984 echo "$as_me: failed program was:" >&5
15985 sed 's/^/| /' conftest.$ac_ext >&5
15987 ac_header_compiler=no
15990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15991 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15992 echo "${ECHO_T}$ac_header_compiler" >&6; }
15994 # Is the header present?
15995 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15996 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15997 cat >conftest.$ac_ext <<_ACEOF
16000 cat confdefs.h >>conftest.$ac_ext
16001 cat >>conftest.$ac_ext <<_ACEOF
16002 /* end confdefs.h. */
16003 #include <$ac_header>
16005 if { (ac_try="$ac_cpp conftest.$ac_ext"
16006 case "(($ac_try" in
16007 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16008 *) ac_try_echo
=$ac_try;;
16010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16011 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16013 grep -v '^ *+' conftest.er1
>conftest.err
16015 cat conftest.err
>&5
16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); } >/dev
/null
&& {
16018 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16019 test ! -s conftest.err
16021 ac_header_preproc
=yes
16023 echo "$as_me: failed program was:" >&5
16024 sed 's/^/| /' conftest.
$ac_ext >&5
16026 ac_header_preproc
=no
16029 rm -f conftest.err conftest.
$ac_ext
16030 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16031 echo "${ECHO_T}$ac_header_preproc" >&6; }
16033 # So? What about this header?
16034 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16036 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16037 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16038 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16039 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16040 ac_header_preproc
=yes
16043 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16044 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16045 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16046 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16047 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16048 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16049 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16050 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16051 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16052 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16053 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16054 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16056 ## ------------------------------------ ##
16057 ## Report this to wine-devel@winehq.org ##
16058 ## ------------------------------------ ##
16060 ) |
sed "s/^/$as_me: WARNING: /" >&2
16063 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16064 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16065 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16066 echo $ECHO_N "(cached) $ECHO_C" >&6
16068 eval "$as_ac_Header=\$ac_header_preproc"
16070 ac_res
=`eval echo '${'$as_ac_Header'}'`
16071 { echo "$as_me:$LINENO: result: $ac_res" >&5
16072 echo "${ECHO_T}$ac_res" >&6; }
16075 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16076 cat >>confdefs.h
<<_ACEOF
16077 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16084 CPPFLAGS
="$ac_save_CPPFLAGS"
16085 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16087 FONTCONFIGINCL
="$X_CFLAGS"
16089 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16090 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
16091 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16092 echo $ECHO_N "(cached) $ECHO_C" >&6
16094 ac_check_soname_save_LIBS
=$LIBS
16095 LIBS
="-lfontconfig $X_LIBS $LIBS"
16096 cat >conftest.
$ac_ext <<_ACEOF
16099 cat confdefs.h
>>conftest.
$ac_ext
16100 cat >>conftest.
$ac_ext <<_ACEOF
16101 /* end confdefs.h. */
16103 /* Override any GCC internal prototype to avoid an error.
16104 Use char because int might match the return type of a GCC
16105 builtin and then its argument prototype would still apply. */
16118 rm -f conftest.
$ac_objext conftest
$ac_exeext
16119 if { (ac_try
="$ac_link"
16120 case "(($ac_try" in
16121 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16122 *) ac_try_echo=$ac_try;;
16124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16125 (eval "$ac_link") 2>conftest.er1
16127 grep -v '^ *+' conftest.er1 >conftest.err
16129 cat conftest.err >&5
16130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16131 (exit $ac_status); } && {
16132 test -z "$ac_c_werror_flag" ||
16133 test ! -s conftest.err
16134 } && test -s conftest$ac_exeext &&
16135 $as_test_x conftest$ac_exeext; then
16138 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'` ;;
16139 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16142 echo "$as_me: failed program was:" >&5
16143 sed 's/^/| /' conftest.$ac_ext >&5
16148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16149 conftest$ac_exeext conftest.$ac_ext
16150 LIBS=$ac_check_soname_save_LIBS
16152 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16153 { echo "$as_me:$LINENO: result: not found" >&5
16154 echo "${ECHO_T}not found" >&6; }
16157 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16158 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16160 cat >>confdefs.h <<_ACEOF
16161 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16169 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16170 case "x$with_fontconfig" in
16171 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16173 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16174 This is an error since --with-fontconfig was requested." >&5
16175 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16176 This is an error since --with-fontconfig was requested." >&2;}
16177 { (exit 1); exit 1; }; } ;;
16182 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16184 { echo "$as_me:$LINENO: checking for -lssl" >&5
16185 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16186 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16187 echo $ECHO_N "(cached) $ECHO_C" >&6
16189 ac_check_soname_save_LIBS=$LIBS
16191 cat >conftest.$ac_ext <<_ACEOF
16194 cat confdefs.h >>conftest.$ac_ext
16195 cat >>conftest.$ac_ext <<_ACEOF
16196 /* end confdefs.h. */
16198 /* Override any GCC internal prototype to avoid an error.
16199 Use char because int might match the return type of a GCC
16200 builtin and then its argument prototype would still apply. */
16204 char SSL_library_init ();
16208 return SSL_library_init ();
16213 rm -f conftest.$ac_objext conftest$ac_exeext
16214 if { (ac_try="$ac_link"
16215 case "(($ac_try" in
16216 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16217 *) ac_try_echo
=$ac_try;;
16219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16220 (eval "$ac_link") 2>conftest.er1
16222 grep -v '^ *+' conftest.er1
>conftest.err
16224 cat conftest.err
>&5
16225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16226 (exit $ac_status); } && {
16227 test -z "$ac_c_werror_flag" ||
16228 test ! -s conftest.err
16229 } && test -s conftest
$ac_exeext &&
16230 $as_test_x conftest
$ac_exeext; then
16233 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'` ;;
16234 *) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16237 echo "$as_me: failed program was:" >&5
16238 sed 's/^/| /' conftest.
$ac_ext >&5
16243 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16244 conftest
$ac_exeext conftest.
$ac_ext
16245 LIBS
=$ac_check_soname_save_LIBS
16247 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16248 { echo "$as_me:$LINENO: result: not found" >&5
16249 echo "${ECHO_T}not found" >&6; }
16252 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16253 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16255 cat >>confdefs.h
<<_ACEOF
16256 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16262 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16263 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16264 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16265 echo $ECHO_N "(cached) $ECHO_C" >&6
16267 ac_check_soname_save_LIBS
=$LIBS
16268 LIBS
="-lcrypto $LIBS"
16269 cat >conftest.
$ac_ext <<_ACEOF
16272 cat confdefs.h
>>conftest.
$ac_ext
16273 cat >>conftest.
$ac_ext <<_ACEOF
16274 /* end confdefs.h. */
16276 /* Override any GCC internal prototype to avoid an error.
16277 Use char because int might match the return type of a GCC
16278 builtin and then its argument prototype would still apply. */
16282 char BIO_new_socket ();
16286 return BIO_new_socket ();
16291 rm -f conftest.
$ac_objext conftest
$ac_exeext
16292 if { (ac_try
="$ac_link"
16293 case "(($ac_try" in
16294 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16295 *) ac_try_echo=$ac_try;;
16297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16298 (eval "$ac_link") 2>conftest.er1
16300 grep -v '^ *+' conftest.er1 >conftest.err
16302 cat conftest.err >&5
16303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16304 (exit $ac_status); } && {
16305 test -z "$ac_c_werror_flag" ||
16306 test ! -s conftest.err
16307 } && test -s conftest$ac_exeext &&
16308 $as_test_x conftest$ac_exeext; then
16311 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'` ;;
16312 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcrypto\\.$LIBEXT" |
sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16315 echo "$as_me: failed program was:" >&5
16316 sed 's/^/| /' conftest.$ac_ext >&5
16321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16322 conftest$ac_exeext conftest.$ac_ext
16323 LIBS=$ac_check_soname_save_LIBS
16325 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16326 { echo "$as_me:$LINENO: result: not found" >&5
16327 echo "${ECHO_T}not found" >&6; }
16330 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16331 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16333 cat >>confdefs.h <<_ACEOF
16334 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16341 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16342 case "x$with_openssl" in
16343 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16345 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16346 This is an error since --with-openssl was requested." >&5
16347 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16348 This is an error since --with-openssl was requested." >&2;}
16349 { (exit 1); exit 1; }; } ;;
16354 if test "$ac_cv_header_jpeglib_h" = "yes"
16356 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16357 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16358 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16359 echo $ECHO_N "(cached) $ECHO_C" >&6
16361 ac_check_soname_save_LIBS=$LIBS
16362 LIBS="-ljpeg $LIBS"
16363 cat >conftest.$ac_ext <<_ACEOF
16366 cat confdefs.h >>conftest.$ac_ext
16367 cat >>conftest.$ac_ext <<_ACEOF
16368 /* end confdefs.h. */
16370 /* Override any GCC internal prototype to avoid an error.
16371 Use char because int might match the return type of a GCC
16372 builtin and then its argument prototype would still apply. */
16376 char jpeg_start_decompress ();
16380 return jpeg_start_decompress ();
16385 rm -f conftest.$ac_objext conftest$ac_exeext
16386 if { (ac_try="$ac_link"
16387 case "(($ac_try" in
16388 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16389 *) ac_try_echo
=$ac_try;;
16391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16392 (eval "$ac_link") 2>conftest.er1
16394 grep -v '^ *+' conftest.er1
>conftest.err
16396 cat conftest.err
>&5
16397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16398 (exit $ac_status); } && {
16399 test -z "$ac_c_werror_flag" ||
16400 test ! -s conftest.err
16401 } && test -s conftest
$ac_exeext &&
16402 $as_test_x conftest
$ac_exeext; then
16405 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'` ;;
16406 *) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16409 echo "$as_me: failed program was:" >&5
16410 sed 's/^/| /' conftest.
$ac_ext >&5
16415 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16416 conftest
$ac_exeext conftest.
$ac_ext
16417 LIBS
=$ac_check_soname_save_LIBS
16419 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16420 { echo "$as_me:$LINENO: result: not found" >&5
16421 echo "${ECHO_T}not found" >&6; }
16424 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16425 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16427 cat >>confdefs.h
<<_ACEOF
16428 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16435 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16436 case "x$with_jpeg" in
16437 x
) wine_warnings
="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16439 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16440 This is an error since --with-jpeg was requested." >&5
16441 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16442 This is an error since --with-jpeg was requested." >&2;}
16443 { (exit 1); exit 1; }; } ;;
16448 if test "$ac_cv_header_png_h" = "yes"
16450 { echo "$as_me:$LINENO: checking for -lpng" >&5
16451 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16452 if test "${ac_cv_lib_soname_png+set}" = set; then
16453 echo $ECHO_N "(cached) $ECHO_C" >&6
16455 ac_check_soname_save_LIBS
=$LIBS
16456 LIBS
="-lpng -lm -lz $LIBS"
16457 cat >conftest.
$ac_ext <<_ACEOF
16460 cat confdefs.h
>>conftest.
$ac_ext
16461 cat >>conftest.
$ac_ext <<_ACEOF
16462 /* end confdefs.h. */
16464 /* Override any GCC internal prototype to avoid an error.
16465 Use char because int might match the return type of a GCC
16466 builtin and then its argument prototype would still apply. */
16470 char png_create_read_struct ();
16474 return png_create_read_struct ();
16479 rm -f conftest.
$ac_objext conftest
$ac_exeext
16480 if { (ac_try
="$ac_link"
16481 case "(($ac_try" in
16482 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16483 *) ac_try_echo=$ac_try;;
16485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16486 (eval "$ac_link") 2>conftest.er1
16488 grep -v '^ *+' conftest.er1 >conftest.err
16490 cat conftest.err >&5
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); } && {
16493 test -z "$ac_c_werror_flag" ||
16494 test ! -s conftest.err
16495 } && test -s conftest$ac_exeext &&
16496 $as_test_x conftest$ac_exeext; then
16499 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'` ;;
16500 *) 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'` ;;
16503 echo "$as_me: failed program was:" >&5
16504 sed 's/^/| /' conftest.$ac_ext >&5
16509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16510 conftest$ac_exeext conftest.$ac_ext
16511 LIBS=$ac_check_soname_save_LIBS
16513 if test "x$ac_cv_lib_soname_png" = "x"; then
16514 { echo "$as_me:$LINENO: result: not found" >&5
16515 echo "${ECHO_T}not found" >&6; }
16518 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16519 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16521 cat >>confdefs.h <<_ACEOF
16522 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16529 if test "x$ac_cv_lib_soname_png" = "x"; then
16530 case "x$with_png" in
16531 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16533 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16534 This is an error since --with-png was requested." >&5
16535 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16536 This is an error since --with-png was requested." >&2;}
16537 { (exit 1); exit 1; }; } ;;
16542 if test "$ac_cv_header_kstat_h" = "yes"
16544 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16545 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16546 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16547 echo $ECHO_N "(cached) $ECHO_C" >&6
16549 ac_check_lib_save_LIBS=$LIBS
16550 LIBS="-lkstat $LIBS"
16551 cat >conftest.$ac_ext <<_ACEOF
16554 cat confdefs.h >>conftest.$ac_ext
16555 cat >>conftest.$ac_ext <<_ACEOF
16556 /* end confdefs.h. */
16558 /* Override any GCC internal prototype to avoid an error.
16559 Use char because int might match the return type of a GCC
16560 builtin and then its argument prototype would still apply. */
16564 char kstat_open ();
16568 return kstat_open ();
16573 rm -f conftest.$ac_objext conftest$ac_exeext
16574 if { (ac_try="$ac_link"
16575 case "(($ac_try" in
16576 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16577 *) ac_try_echo
=$ac_try;;
16579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16580 (eval "$ac_link") 2>conftest.er1
16582 grep -v '^ *+' conftest.er1
>conftest.err
16584 cat conftest.err
>&5
16585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16586 (exit $ac_status); } && {
16587 test -z "$ac_c_werror_flag" ||
16588 test ! -s conftest.err
16589 } && test -s conftest
$ac_exeext &&
16590 $as_test_x conftest
$ac_exeext; then
16591 ac_cv_lib_kstat_kstat_open
=yes
16593 echo "$as_me: failed program was:" >&5
16594 sed 's/^/| /' conftest.
$ac_ext >&5
16596 ac_cv_lib_kstat_kstat_open
=no
16599 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16600 conftest
$ac_exeext conftest.
$ac_ext
16601 LIBS
=$ac_check_lib_save_LIBS
16603 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16604 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16605 if test $ac_cv_lib_kstat_kstat_open = yes; then
16607 cat >>confdefs.h
<<\_ACEOF
16608 #define HAVE_LIBKSTAT 1
16617 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16618 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16619 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16620 echo $ECHO_N "(cached) $ECHO_C" >&6
16622 ac_check_soname_save_LIBS
=$LIBS
16623 LIBS
="-lodbc $LIBS"
16624 cat >conftest.
$ac_ext <<_ACEOF
16627 cat confdefs.h
>>conftest.
$ac_ext
16628 cat >>conftest.
$ac_ext <<_ACEOF
16629 /* end confdefs.h. */
16631 /* Override any GCC internal prototype to avoid an error.
16632 Use char because int might match the return type of a GCC
16633 builtin and then its argument prototype would still apply. */
16637 char SQLConnect ();
16641 return SQLConnect ();
16646 rm -f conftest.
$ac_objext conftest
$ac_exeext
16647 if { (ac_try
="$ac_link"
16648 case "(($ac_try" in
16649 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16650 *) ac_try_echo=$ac_try;;
16652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16653 (eval "$ac_link") 2>conftest.er1
16655 grep -v '^ *+' conftest.er1 >conftest.err
16657 cat conftest.err >&5
16658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16659 (exit $ac_status); } && {
16660 test -z "$ac_c_werror_flag" ||
16661 test ! -s conftest.err
16662 } && test -s conftest$ac_exeext &&
16663 $as_test_x conftest$ac_exeext; then
16666 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'` ;;
16667 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16670 echo "$as_me: failed program was:" >&5
16671 sed 's/^/| /' conftest.$ac_ext >&5
16676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16677 conftest$ac_exeext conftest.$ac_ext
16678 LIBS=$ac_check_soname_save_LIBS
16680 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16681 { echo "$as_me:$LINENO: result: not found" >&5
16682 echo "${ECHO_T}not found" >&6; }
16683 cat >>confdefs.h <<_ACEOF
16684 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16688 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16689 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16691 cat >>confdefs.h <<_ACEOF
16692 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16699 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16700 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16701 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16702 "$ac_cv_header_soundcard_h" != "yes" -a \
16703 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16705 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16711 if test "x${GCC}" = "xyes"
16713 EXTRACFLAGS="-Wall -pipe"
16715 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16716 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16717 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16718 echo $ECHO_N "(cached) $ECHO_C" >&6
16720 if test "$cross_compiling" = yes; then
16721 ac_cv_c_gcc_strength_bug="yes"
16723 cat >conftest.$ac_ext <<_ACEOF
16726 cat confdefs.h >>conftest.$ac_ext
16727 cat >>conftest.$ac_ext <<_ACEOF
16728 /* end confdefs.h. */
16729 int L[4] = {0,1,2,3};
16733 static int Array[3];
16734 unsigned int B = 3;
16736 for(i=0; i<B; i++) Array[i] = i - 3;
16737 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16739 return (Array[1] != -2 || L[2] != 3)
16744 rm -f conftest$ac_exeext
16745 if { (ac_try="$ac_link"
16746 case "(($ac_try" in
16747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16748 *) ac_try_echo
=$ac_try;;
16750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16751 (eval "$ac_link") 2>&5
16753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16754 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16755 { (case "(($ac_try" in
16756 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16757 *) ac_try_echo=$ac_try;;
16759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16760 (eval "$ac_try") 2>&5
16762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16763 (exit $ac_status); }; }; then
16764 ac_cv_c_gcc_strength_bug="no"
16766 echo "$as_me: program exited with status $ac_status" >&5
16767 echo "$as_me: failed program was:" >&5
16768 sed 's/^/| /' conftest.$ac_ext >&5
16770 ( exit $ac_status )
16771 ac_cv_c_gcc_strength_bug="yes"
16773 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16778 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16779 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16780 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16782 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16785 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16786 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16787 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16788 echo $ECHO_N "(cached) $ECHO_C" >&6
16790 ac_wine_try_cflags_saved=$CFLAGS
16791 CFLAGS="$CFLAGS -fno-builtin"
16792 cat >conftest.$ac_ext <<_ACEOF
16795 cat confdefs.h >>conftest.$ac_ext
16796 cat >>conftest.$ac_ext <<_ACEOF
16797 /* end confdefs.h. */
16807 rm -f conftest.$ac_objext conftest$ac_exeext
16808 if { (ac_try="$ac_link"
16809 case "(($ac_try" in
16810 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16811 *) ac_try_echo
=$ac_try;;
16813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16814 (eval "$ac_link") 2>conftest.er1
16816 grep -v '^ *+' conftest.er1
>conftest.err
16818 cat conftest.err
>&5
16819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16820 (exit $ac_status); } && {
16821 test -z "$ac_c_werror_flag" ||
16822 test ! -s conftest.err
16823 } && test -s conftest
$ac_exeext &&
16824 $as_test_x conftest
$ac_exeext; then
16825 ac_cv_cflags__fno_builtin
=yes
16827 echo "$as_me: failed program was:" >&5
16828 sed 's/^/| /' conftest.
$ac_ext >&5
16830 ac_cv_cflags__fno_builtin
=no
16833 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16834 conftest
$ac_exeext conftest.
$ac_ext
16835 CFLAGS
=$ac_wine_try_cflags_saved
16837 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16838 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16839 if test $ac_cv_cflags__fno_builtin = yes; then
16840 BUILTINFLAG
="-fno-builtin"
16844 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16845 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16846 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16847 echo $ECHO_N "(cached) $ECHO_C" >&6
16849 ac_wine_try_cflags_saved
=$CFLAGS
16850 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16851 cat >conftest.
$ac_ext <<_ACEOF
16854 cat confdefs.h
>>conftest.
$ac_ext
16855 cat >>conftest.
$ac_ext <<_ACEOF
16856 /* end confdefs.h. */
16866 rm -f conftest.
$ac_objext conftest
$ac_exeext
16867 if { (ac_try
="$ac_link"
16868 case "(($ac_try" in
16869 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16870 *) ac_try_echo=$ac_try;;
16872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16873 (eval "$ac_link") 2>conftest.er1
16875 grep -v '^ *+' conftest.er1 >conftest.err
16877 cat conftest.err >&5
16878 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 $as_test_x conftest$ac_exeext; then
16884 ac_cv_cflags__fno_strict_aliasing=yes
16886 echo "$as_me: failed program was:" >&5
16887 sed 's/^/| /' conftest.$ac_ext >&5
16889 ac_cv_cflags__fno_strict_aliasing=no
16892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16893 conftest$ac_exeext conftest.$ac_ext
16894 CFLAGS=$ac_wine_try_cflags_saved
16896 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16897 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16898 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16899 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16902 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16903 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16904 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16905 echo $ECHO_N "(cached) $ECHO_C" >&6
16907 ac_wine_try_cflags_saved=$CFLAGS
16908 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16909 cat >conftest.$ac_ext <<_ACEOF
16912 cat confdefs.h >>conftest.$ac_ext
16913 cat >>conftest.$ac_ext <<_ACEOF
16914 /* end confdefs.h. */
16924 rm -f conftest.$ac_objext conftest$ac_exeext
16925 if { (ac_try="$ac_link"
16926 case "(($ac_try" in
16927 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16928 *) ac_try_echo
=$ac_try;;
16930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16931 (eval "$ac_link") 2>conftest.er1
16933 grep -v '^ *+' conftest.er1
>conftest.err
16935 cat conftest.err
>&5
16936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16937 (exit $ac_status); } && {
16938 test -z "$ac_c_werror_flag" ||
16939 test ! -s conftest.err
16940 } && test -s conftest
$ac_exeext &&
16941 $as_test_x conftest
$ac_exeext; then
16942 ac_cv_cflags__Wdeclaration_after_statement
=yes
16944 echo "$as_me: failed program was:" >&5
16945 sed 's/^/| /' conftest.
$ac_ext >&5
16947 ac_cv_cflags__Wdeclaration_after_statement
=no
16950 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16951 conftest
$ac_exeext conftest.
$ac_ext
16952 CFLAGS
=$ac_wine_try_cflags_saved
16954 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16955 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16956 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16957 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16960 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16961 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16962 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16963 echo $ECHO_N "(cached) $ECHO_C" >&6
16965 ac_wine_try_cflags_saved
=$CFLAGS
16966 CFLAGS
="$CFLAGS -Wwrite-strings"
16967 cat >conftest.
$ac_ext <<_ACEOF
16970 cat confdefs.h
>>conftest.
$ac_ext
16971 cat >>conftest.
$ac_ext <<_ACEOF
16972 /* end confdefs.h. */
16982 rm -f conftest.
$ac_objext conftest
$ac_exeext
16983 if { (ac_try
="$ac_link"
16984 case "(($ac_try" in
16985 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16986 *) ac_try_echo=$ac_try;;
16988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16989 (eval "$ac_link") 2>conftest.er1
16991 grep -v '^ *+' conftest.er1 >conftest.err
16993 cat conftest.err >&5
16994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16995 (exit $ac_status); } && {
16996 test -z "$ac_c_werror_flag" ||
16997 test ! -s conftest.err
16998 } && test -s conftest$ac_exeext &&
16999 $as_test_x conftest$ac_exeext; then
17000 ac_cv_cflags__Wwrite_strings=yes
17002 echo "$as_me: failed program was:" >&5
17003 sed 's/^/| /' conftest.$ac_ext >&5
17005 ac_cv_cflags__Wwrite_strings=no
17008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17009 conftest$ac_exeext conftest.$ac_ext
17010 CFLAGS=$ac_wine_try_cflags_saved
17012 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17013 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17014 if test $ac_cv_cflags__Wwrite_strings = yes; then
17015 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17018 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17019 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17020 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17021 echo $ECHO_N "(cached) $ECHO_C" >&6
17023 ac_wine_try_cflags_saved=$CFLAGS
17024 CFLAGS="$CFLAGS -Wtype-limits"
17025 cat >conftest.$ac_ext <<_ACEOF
17028 cat confdefs.h >>conftest.$ac_ext
17029 cat >>conftest.$ac_ext <<_ACEOF
17030 /* end confdefs.h. */
17040 rm -f conftest.$ac_objext conftest$ac_exeext
17041 if { (ac_try="$ac_link"
17042 case "(($ac_try" in
17043 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17044 *) ac_try_echo
=$ac_try;;
17046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17047 (eval "$ac_link") 2>conftest.er1
17049 grep -v '^ *+' conftest.er1
>conftest.err
17051 cat conftest.err
>&5
17052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17053 (exit $ac_status); } && {
17054 test -z "$ac_c_werror_flag" ||
17055 test ! -s conftest.err
17056 } && test -s conftest
$ac_exeext &&
17057 $as_test_x conftest
$ac_exeext; then
17058 ac_cv_cflags__Wtype_limits
=yes
17060 echo "$as_me: failed program was:" >&5
17061 sed 's/^/| /' conftest.
$ac_ext >&5
17063 ac_cv_cflags__Wtype_limits
=no
17066 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17067 conftest
$ac_exeext conftest.
$ac_ext
17068 CFLAGS
=$ac_wine_try_cflags_saved
17070 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17071 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17072 if test $ac_cv_cflags__Wtype_limits = yes; then
17073 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
17077 saved_CFLAGS
="$CFLAGS"
17078 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
17079 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17080 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17081 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17082 echo $ECHO_N "(cached) $ECHO_C" >&6
17084 cat >conftest.
$ac_ext <<_ACEOF
17087 cat confdefs.h
>>conftest.
$ac_ext
17088 cat >>conftest.
$ac_ext <<_ACEOF
17089 /* end confdefs.h. */
17090 #include <string.h>
17099 rm -f conftest.
$ac_objext
17100 if { (ac_try
="$ac_compile"
17101 case "(($ac_try" in
17102 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17103 *) ac_try_echo=$ac_try;;
17105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17106 (eval "$ac_compile") 2>conftest.er1
17108 grep -v '^ *+' conftest.er1 >conftest.err
17110 cat conftest.err >&5
17111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17112 (exit $ac_status); } && {
17113 test -z "$ac_c_werror_flag" ||
17114 test ! -s conftest.err
17115 } && test -s conftest.$ac_objext; then
17116 ac_cv_c_string_h_warnings=no
17118 echo "$as_me: failed program was:" >&5
17119 sed 's/^/| /' conftest.$ac_ext >&5
17121 ac_cv_c_string_h_warnings=yes
17124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17126 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17127 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17128 CFLAGS="$saved_CFLAGS"
17129 if test "$ac_cv_c_string_h_warnings" = "no"
17131 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17136 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17137 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17138 if test "${ac_cv_asm_func_def+set}" = set; then
17139 echo $ECHO_N "(cached) $ECHO_C" >&6
17141 cat >conftest.$ac_ext <<_ACEOF
17144 cat confdefs.h >>conftest.$ac_ext
17145 cat >>conftest.$ac_ext <<_ACEOF
17146 /* end confdefs.h. */
17151 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17156 rm -f conftest.$ac_objext conftest$ac_exeext
17157 if { (ac_try="$ac_link"
17158 case "(($ac_try" in
17159 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17160 *) ac_try_echo
=$ac_try;;
17162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17163 (eval "$ac_link") 2>conftest.er1
17165 grep -v '^ *+' conftest.er1
>conftest.err
17167 cat conftest.err
>&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } && {
17170 test -z "$ac_c_werror_flag" ||
17171 test ! -s conftest.err
17172 } && test -s conftest
$ac_exeext &&
17173 $as_test_x conftest
$ac_exeext; then
17174 ac_cv_asm_func_def
=".def"
17176 echo "$as_me: failed program was:" >&5
17177 sed 's/^/| /' conftest.
$ac_ext >&5
17179 cat >conftest.
$ac_ext <<_ACEOF
17182 cat confdefs.h
>>conftest.
$ac_ext
17183 cat >>conftest.
$ac_ext <<_ACEOF
17184 /* end confdefs.h. */
17189 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17194 rm -f conftest.
$ac_objext conftest
$ac_exeext
17195 if { (ac_try
="$ac_link"
17196 case "(($ac_try" in
17197 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17198 *) ac_try_echo=$ac_try;;
17200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17201 (eval "$ac_link") 2>conftest.er1
17203 grep -v '^ *+' conftest.er1 >conftest.err
17205 cat conftest.err >&5
17206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17207 (exit $ac_status); } && {
17208 test -z "$ac_c_werror_flag" ||
17209 test ! -s conftest.err
17210 } && test -s conftest$ac_exeext &&
17211 $as_test_x conftest$ac_exeext; then
17212 ac_cv_asm_func_def=".type @function"
17214 echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.$ac_ext >&5
17217 cat >conftest.$ac_ext <<_ACEOF
17220 cat confdefs.h >>conftest.$ac_ext
17221 cat >>conftest.$ac_ext <<_ACEOF
17222 /* end confdefs.h. */
17227 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17232 rm -f conftest.$ac_objext conftest$ac_exeext
17233 if { (ac_try="$ac_link"
17234 case "(($ac_try" in
17235 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17236 *) ac_try_echo
=$ac_try;;
17238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17239 (eval "$ac_link") 2>conftest.er1
17241 grep -v '^ *+' conftest.er1
>conftest.err
17243 cat conftest.err
>&5
17244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17245 (exit $ac_status); } && {
17246 test -z "$ac_c_werror_flag" ||
17247 test ! -s conftest.err
17248 } && test -s conftest
$ac_exeext &&
17249 $as_test_x conftest
$ac_exeext; then
17250 ac_cv_asm_func_def
=".type 2"
17252 echo "$as_me: failed program was:" >&5
17253 sed 's/^/| /' conftest.
$ac_ext >&5
17255 ac_cv_asm_func_def
="unknown"
17258 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17259 conftest
$ac_exeext conftest.
$ac_ext
17262 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17263 conftest
$ac_exeext conftest.
$ac_ext
17266 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17267 conftest
$ac_exeext conftest.
$ac_ext
17269 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17270 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17274 case "$ac_cv_asm_func_def" in
17276 cat >>confdefs.h
<<\_ACEOF
17277 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17281 cat >>confdefs.h
<<\_ACEOF
17282 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17286 cat >>confdefs.h
<<\_ACEOF
17287 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17291 cat >>confdefs.h
<<\_ACEOF
17292 #define __ASM_FUNC(name) ""
17298 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17299 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17300 if test "${ac_cv_c_extern_prefix+set}" = set; then
17301 echo $ECHO_N "(cached) $ECHO_C" >&6
17303 cat >conftest.
$ac_ext <<_ACEOF
17306 cat confdefs.h
>>conftest.
$ac_ext
17307 cat >>conftest.
$ac_ext <<_ACEOF
17308 /* end confdefs.h. */
17309 extern int ac_test;
17313 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17318 rm -f conftest.
$ac_objext conftest
$ac_exeext
17319 if { (ac_try
="$ac_link"
17320 case "(($ac_try" in
17321 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17322 *) ac_try_echo=$ac_try;;
17324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17325 (eval "$ac_link") 2>conftest.er1
17327 grep -v '^ *+' conftest.er1 >conftest.err
17329 cat conftest.err >&5
17330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17331 (exit $ac_status); } && {
17332 test -z "$ac_c_werror_flag" ||
17333 test ! -s conftest.err
17334 } && test -s conftest$ac_exeext &&
17335 $as_test_x conftest$ac_exeext; then
17336 ac_cv_c_extern_prefix="yes"
17338 echo "$as_me: failed program was:" >&5
17339 sed 's/^/| /' conftest.$ac_ext >&5
17341 ac_cv_c_extern_prefix="no"
17344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17345 conftest$ac_exeext conftest.$ac_ext
17347 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17348 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17352 if test "$ac_cv_c_extern_prefix" = "yes"
17354 cat >>confdefs.h <<\_ACEOF
17355 #define __ASM_NAME(name) "_" name
17359 cat >>confdefs.h <<\_ACEOF
17360 #define __ASM_NAME(name) name
17370 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17375 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17383 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17391 linux* | k*bsd*-gnu)
17392 EXTRA_BINARIES="wine-preloader"
17399 ac_save_CFLAGS="$CFLAGS"
17400 CFLAGS="$CFLAGS $BUILTINFLAG"
17546 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17547 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17548 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17549 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17550 echo $ECHO_N "(cached) $ECHO_C" >&6
17552 cat >conftest.$ac_ext <<_ACEOF
17555 cat confdefs.h >>conftest.$ac_ext
17556 cat >>conftest.$ac_ext <<_ACEOF
17557 /* end confdefs.h. */
17558 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17559 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17560 #define $ac_func innocuous_$ac_func
17562 /* System header to define __stub macros and hopefully few prototypes,
17563 which can conflict with char $ac_func (); below.
17564 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17565 <limits.h> exists even on freestanding compilers. */
17568 # include <limits.h>
17570 # include <assert.h>
17575 /* Override any GCC internal prototype to avoid an error.
17576 Use char because int might match the return type of a GCC
17577 builtin and then its argument prototype would still apply. */
17582 /* The GNU C library defines this for functions which it implements
17583 to always fail with ENOSYS. Some functions are actually named
17584 something starting with __ and the normal name is an alias. */
17585 #if defined __stub_$ac_func || defined __stub___$ac_func
17592 return $ac_func ();
17597 rm -f conftest.$ac_objext conftest$ac_exeext
17598 if { (ac_try="$ac_link"
17599 case "(($ac_try" in
17600 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17601 *) ac_try_echo
=$ac_try;;
17603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17604 (eval "$ac_link") 2>conftest.er1
17606 grep -v '^ *+' conftest.er1
>conftest.err
17608 cat conftest.err
>&5
17609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610 (exit $ac_status); } && {
17611 test -z "$ac_c_werror_flag" ||
17612 test ! -s conftest.err
17613 } && test -s conftest
$ac_exeext &&
17614 $as_test_x conftest
$ac_exeext; then
17615 eval "$as_ac_var=yes"
17617 echo "$as_me: failed program was:" >&5
17618 sed 's/^/| /' conftest.
$ac_ext >&5
17620 eval "$as_ac_var=no"
17623 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17624 conftest
$ac_exeext conftest.
$ac_ext
17626 ac_res
=`eval echo '${'$as_ac_var'}'`
17627 { echo "$as_me:$LINENO: result: $ac_res" >&5
17628 echo "${ECHO_T}$ac_res" >&6; }
17629 if test `eval echo '${'$as_ac_var'}'` = yes; then
17630 cat >>confdefs.h
<<_ACEOF
17631 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17637 CFLAGS
="$ac_save_CFLAGS"
17639 if test "$ac_cv_func_dlopen" = no
17641 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17642 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17643 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17644 echo $ECHO_N "(cached) $ECHO_C" >&6
17646 ac_check_lib_save_LIBS
=$LIBS
17648 cat >conftest.
$ac_ext <<_ACEOF
17651 cat confdefs.h
>>conftest.
$ac_ext
17652 cat >>conftest.
$ac_ext <<_ACEOF
17653 /* end confdefs.h. */
17655 /* Override any GCC internal prototype to avoid an error.
17656 Use char because int might match the return type of a GCC
17657 builtin and then its argument prototype would still apply. */
17670 rm -f conftest.
$ac_objext conftest
$ac_exeext
17671 if { (ac_try
="$ac_link"
17672 case "(($ac_try" in
17673 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17674 *) ac_try_echo=$ac_try;;
17676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17677 (eval "$ac_link") 2>conftest.er1
17679 grep -v '^ *+' conftest.er1 >conftest.err
17681 cat conftest.err >&5
17682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17683 (exit $ac_status); } && {
17684 test -z "$ac_c_werror_flag" ||
17685 test ! -s conftest.err
17686 } && test -s conftest$ac_exeext &&
17687 $as_test_x conftest$ac_exeext; then
17688 ac_cv_lib_dl_dlopen=yes
17690 echo "$as_me: failed program was:" >&5
17691 sed 's/^/| /' conftest.$ac_ext >&5
17693 ac_cv_lib_dl_dlopen=no
17696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17697 conftest$ac_exeext conftest.$ac_ext
17698 LIBS=$ac_check_lib_save_LIBS
17700 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17701 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17702 if test $ac_cv_lib_dl_dlopen = yes; then
17703 cat >>confdefs.h <<\_ACEOF
17704 #define HAVE_DLOPEN 1
17711 ac_wine_check_funcs_save_LIBS="$LIBS"
17712 LIBS="$LIBS $LIBDL"
17714 for ac_func in dladdr
17716 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17717 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17718 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17719 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17720 echo $ECHO_N "(cached) $ECHO_C" >&6
17722 cat >conftest.$ac_ext <<_ACEOF
17725 cat confdefs.h >>conftest.$ac_ext
17726 cat >>conftest.$ac_ext <<_ACEOF
17727 /* end confdefs.h. */
17728 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17729 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17730 #define $ac_func innocuous_$ac_func
17732 /* System header to define __stub macros and hopefully few prototypes,
17733 which can conflict with char $ac_func (); below.
17734 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17735 <limits.h> exists even on freestanding compilers. */
17738 # include <limits.h>
17740 # include <assert.h>
17745 /* Override any GCC internal prototype to avoid an error.
17746 Use char because int might match the return type of a GCC
17747 builtin and then its argument prototype would still apply. */
17752 /* The GNU C library defines this for functions which it implements
17753 to always fail with ENOSYS. Some functions are actually named
17754 something starting with __ and the normal name is an alias. */
17755 #if defined __stub_$ac_func || defined __stub___$ac_func
17762 return $ac_func ();
17767 rm -f conftest.$ac_objext conftest$ac_exeext
17768 if { (ac_try="$ac_link"
17769 case "(($ac_try" in
17770 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17771 *) ac_try_echo
=$ac_try;;
17773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17774 (eval "$ac_link") 2>conftest.er1
17776 grep -v '^ *+' conftest.er1
>conftest.err
17778 cat conftest.err
>&5
17779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17780 (exit $ac_status); } && {
17781 test -z "$ac_c_werror_flag" ||
17782 test ! -s conftest.err
17783 } && test -s conftest
$ac_exeext &&
17784 $as_test_x conftest
$ac_exeext; then
17785 eval "$as_ac_var=yes"
17787 echo "$as_me: failed program was:" >&5
17788 sed 's/^/| /' conftest.
$ac_ext >&5
17790 eval "$as_ac_var=no"
17793 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17794 conftest
$ac_exeext conftest.
$ac_ext
17796 ac_res
=`eval echo '${'$as_ac_var'}'`
17797 { echo "$as_me:$LINENO: result: $ac_res" >&5
17798 echo "${ECHO_T}$ac_res" >&6; }
17799 if test `eval echo '${'$as_ac_var'}'` = yes; then
17800 cat >>confdefs.h
<<_ACEOF
17801 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17807 LIBS
="$ac_wine_check_funcs_save_LIBS"
17809 if test "$ac_cv_func_poll" = no
17811 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17812 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17813 if test "${ac_cv_lib_poll_poll+set}" = set; then
17814 echo $ECHO_N "(cached) $ECHO_C" >&6
17816 ac_check_lib_save_LIBS
=$LIBS
17817 LIBS
="-lpoll $LIBS"
17818 cat >conftest.
$ac_ext <<_ACEOF
17821 cat confdefs.h
>>conftest.
$ac_ext
17822 cat >>conftest.
$ac_ext <<_ACEOF
17823 /* end confdefs.h. */
17825 /* Override any GCC internal prototype to avoid an error.
17826 Use char because int might match the return type of a GCC
17827 builtin and then its argument prototype would still apply. */
17840 rm -f conftest.
$ac_objext conftest
$ac_exeext
17841 if { (ac_try
="$ac_link"
17842 case "(($ac_try" in
17843 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17844 *) ac_try_echo=$ac_try;;
17846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17847 (eval "$ac_link") 2>conftest.er1
17849 grep -v '^ *+' conftest.er1 >conftest.err
17851 cat conftest.err >&5
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); } && {
17854 test -z "$ac_c_werror_flag" ||
17855 test ! -s conftest.err
17856 } && test -s conftest$ac_exeext &&
17857 $as_test_x conftest$ac_exeext; then
17858 ac_cv_lib_poll_poll=yes
17860 echo "$as_me: failed program was:" >&5
17861 sed 's/^/| /' conftest.$ac_ext >&5
17863 ac_cv_lib_poll_poll=no
17866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17867 conftest$ac_exeext conftest.$ac_ext
17868 LIBS=$ac_check_lib_save_LIBS
17870 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17871 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17872 if test $ac_cv_lib_poll_poll = yes; then
17873 cat >>confdefs.h <<\_ACEOF
17874 #define HAVE_POLL 1
17882 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17883 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17884 if test "${ac_cv_search_gethostbyname+set}" = set; then
17885 echo $ECHO_N "(cached) $ECHO_C" >&6
17887 ac_func_search_save_LIBS=$LIBS
17888 cat >conftest.$ac_ext <<_ACEOF
17891 cat confdefs.h >>conftest.$ac_ext
17892 cat >>conftest.$ac_ext <<_ACEOF
17893 /* end confdefs.h. */
17895 /* Override any GCC internal prototype to avoid an error.
17896 Use char because int might match the return type of a GCC
17897 builtin and then its argument prototype would still apply. */
17901 char gethostbyname ();
17905 return gethostbyname ();
17910 for ac_lib in '' nsl; do
17911 if test -z "$ac_lib"; then
17912 ac_res="none required"
17915 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17917 rm -f conftest.$ac_objext conftest$ac_exeext
17918 if { (ac_try="$ac_link"
17919 case "(($ac_try" in
17920 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17921 *) ac_try_echo
=$ac_try;;
17923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17924 (eval "$ac_link") 2>conftest.er1
17926 grep -v '^ *+' conftest.er1
>conftest.err
17928 cat conftest.err
>&5
17929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17930 (exit $ac_status); } && {
17931 test -z "$ac_c_werror_flag" ||
17932 test ! -s conftest.err
17933 } && test -s conftest
$ac_exeext &&
17934 $as_test_x conftest
$ac_exeext; then
17935 ac_cv_search_gethostbyname
=$ac_res
17937 echo "$as_me: failed program was:" >&5
17938 sed 's/^/| /' conftest.
$ac_ext >&5
17943 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17945 if test "${ac_cv_search_gethostbyname+set}" = set; then
17949 if test "${ac_cv_search_gethostbyname+set}" = set; then
17952 ac_cv_search_gethostbyname
=no
17954 rm conftest.
$ac_ext
17955 LIBS
=$ac_func_search_save_LIBS
17957 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17958 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17959 ac_res
=$ac_cv_search_gethostbyname
17960 if test "$ac_res" != no
; then
17961 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17966 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17967 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17968 if test "${ac_cv_search_connect+set}" = set; then
17969 echo $ECHO_N "(cached) $ECHO_C" >&6
17971 ac_func_search_save_LIBS
=$LIBS
17972 cat >conftest.
$ac_ext <<_ACEOF
17975 cat confdefs.h
>>conftest.
$ac_ext
17976 cat >>conftest.
$ac_ext <<_ACEOF
17977 /* end confdefs.h. */
17979 /* Override any GCC internal prototype to avoid an error.
17980 Use char because int might match the return type of a GCC
17981 builtin and then its argument prototype would still apply. */
17994 for ac_lib
in '' socket
; do
17995 if test -z "$ac_lib"; then
17996 ac_res
="none required"
17999 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
18001 rm -f conftest.
$ac_objext conftest
$ac_exeext
18002 if { (ac_try
="$ac_link"
18003 case "(($ac_try" in
18004 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18005 *) ac_try_echo=$ac_try;;
18007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18008 (eval "$ac_link") 2>conftest.er1
18010 grep -v '^ *+' conftest.er1 >conftest.err
18012 cat conftest.err >&5
18013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18014 (exit $ac_status); } && {
18015 test -z "$ac_c_werror_flag" ||
18016 test ! -s conftest.err
18017 } && test -s conftest$ac_exeext &&
18018 $as_test_x conftest$ac_exeext; then
18019 ac_cv_search_connect=$ac_res
18021 echo "$as_me: failed program was:" >&5
18022 sed 's/^/| /' conftest.$ac_ext >&5
18027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18029 if test "${ac_cv_search_connect+set}" = set; then
18033 if test "${ac_cv_search_connect+set}" = set; then
18036 ac_cv_search_connect=no
18038 rm conftest.$ac_ext
18039 LIBS=$ac_func_search_save_LIBS
18041 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18042 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18043 ac_res=$ac_cv_search_connect
18044 if test "$ac_res" != no; then
18045 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18050 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18051 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18052 if test "${ac_cv_search_inet_aton+set}" = set; then
18053 echo $ECHO_N "(cached) $ECHO_C" >&6
18055 ac_func_search_save_LIBS=$LIBS
18056 cat >conftest.$ac_ext <<_ACEOF
18059 cat confdefs.h >>conftest.$ac_ext
18060 cat >>conftest.$ac_ext <<_ACEOF
18061 /* end confdefs.h. */
18063 /* Override any GCC internal prototype to avoid an error.
18064 Use char because int might match the return type of a GCC
18065 builtin and then its argument prototype would still apply. */
18073 return inet_aton ();
18078 for ac_lib in '' resolv; do
18079 if test -z "$ac_lib"; then
18080 ac_res="none required"
18083 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18085 rm -f conftest.$ac_objext conftest$ac_exeext
18086 if { (ac_try="$ac_link"
18087 case "(($ac_try" in
18088 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18089 *) ac_try_echo
=$ac_try;;
18091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18092 (eval "$ac_link") 2>conftest.er1
18094 grep -v '^ *+' conftest.er1
>conftest.err
18096 cat conftest.err
>&5
18097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18098 (exit $ac_status); } && {
18099 test -z "$ac_c_werror_flag" ||
18100 test ! -s conftest.err
18101 } && test -s conftest
$ac_exeext &&
18102 $as_test_x conftest
$ac_exeext; then
18103 ac_cv_search_inet_aton
=$ac_res
18105 echo "$as_me: failed program was:" >&5
18106 sed 's/^/| /' conftest.
$ac_ext >&5
18111 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18113 if test "${ac_cv_search_inet_aton+set}" = set; then
18117 if test "${ac_cv_search_inet_aton+set}" = set; then
18120 ac_cv_search_inet_aton
=no
18122 rm conftest.
$ac_ext
18123 LIBS
=$ac_func_search_save_LIBS
18125 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18126 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18127 ac_res
=$ac_cv_search_inet_aton
18128 if test "$ac_res" != no
; then
18129 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18153 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18154 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18155 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18156 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18157 echo $ECHO_N "(cached) $ECHO_C" >&6
18159 cat >conftest.
$ac_ext <<_ACEOF
18162 cat confdefs.h
>>conftest.
$ac_ext
18163 cat >>conftest.
$ac_ext <<_ACEOF
18164 /* end confdefs.h. */
18165 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18166 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18167 #define $ac_func innocuous_$ac_func
18169 /* System header to define __stub macros and hopefully few prototypes,
18170 which can conflict with char $ac_func (); below.
18171 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18172 <limits.h> exists even on freestanding compilers. */
18175 # include <limits.h>
18177 # include <assert.h>
18182 /* Override any GCC internal prototype to avoid an error.
18183 Use char because int might match the return type of a GCC
18184 builtin and then its argument prototype would still apply. */
18189 /* The GNU C library defines this for functions which it implements
18190 to always fail with ENOSYS. Some functions are actually named
18191 something starting with __ and the normal name is an alias. */
18192 #if defined __stub_$ac_func || defined __stub___$ac_func
18199 return $ac_func ();
18204 rm -f conftest.
$ac_objext conftest
$ac_exeext
18205 if { (ac_try
="$ac_link"
18206 case "(($ac_try" in
18207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18208 *) ac_try_echo=$ac_try;;
18210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18211 (eval "$ac_link") 2>conftest.er1
18213 grep -v '^ *+' conftest.er1 >conftest.err
18215 cat conftest.err >&5
18216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18217 (exit $ac_status); } && {
18218 test -z "$ac_c_werror_flag" ||
18219 test ! -s conftest.err
18220 } && test -s conftest$ac_exeext &&
18221 $as_test_x conftest$ac_exeext; then
18222 eval "$as_ac_var=yes"
18224 echo "$as_me: failed program was:" >&5
18225 sed 's/^/| /' conftest.$ac_ext >&5
18227 eval "$as_ac_var=no"
18230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18231 conftest$ac_exeext conftest.$ac_ext
18233 ac_res=`eval echo '${'$as_ac_var'}'`
18234 { echo "$as_me:$LINENO: result: $ac_res" >&5
18235 echo "${ECHO_T}$ac_res" >&6; }
18236 if test `eval echo '${'$as_ac_var'}'` = yes; then
18237 cat >>confdefs.h <<_ACEOF
18238 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18247 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18249 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18250 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18251 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18252 echo $ECHO_N "(cached) $ECHO_C" >&6
18254 cat >conftest.$ac_ext <<_ACEOF
18257 cat confdefs.h >>conftest.$ac_ext
18258 cat >>conftest.$ac_ext <<_ACEOF
18259 /* end confdefs.h. */
18262 typedef LDAPSortKey ac__type_new_;
18266 if ((ac__type_new_ *) 0)
18268 if (sizeof (ac__type_new_))
18274 rm -f conftest.$ac_objext
18275 if { (ac_try="$ac_compile"
18276 case "(($ac_try" in
18277 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18278 *) ac_try_echo
=$ac_try;;
18280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18281 (eval "$ac_compile") 2>conftest.er1
18283 grep -v '^ *+' conftest.er1
>conftest.err
18285 cat conftest.err
>&5
18286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18287 (exit $ac_status); } && {
18288 test -z "$ac_c_werror_flag" ||
18289 test ! -s conftest.err
18290 } && test -s conftest.
$ac_objext; then
18291 ac_cv_type_LDAPSortKey
=yes
18293 echo "$as_me: failed program was:" >&5
18294 sed 's/^/| /' conftest.
$ac_ext >&5
18296 ac_cv_type_LDAPSortKey
=no
18299 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18301 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18302 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18303 if test $ac_cv_type_LDAPSortKey = yes; then
18304 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18305 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18306 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18307 echo $ECHO_N "(cached) $ECHO_C" >&6
18309 ac_check_lib_save_LIBS
=$LIBS
18310 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
18311 cat >conftest.
$ac_ext <<_ACEOF
18314 cat confdefs.h
>>conftest.
$ac_ext
18315 cat >>conftest.
$ac_ext <<_ACEOF
18316 /* end confdefs.h. */
18318 /* Override any GCC internal prototype to avoid an error.
18319 Use char because int might match the return type of a GCC
18320 builtin and then its argument prototype would still apply. */
18324 char ldap_initialize ();
18328 return ldap_initialize ();
18333 rm -f conftest.
$ac_objext conftest
$ac_exeext
18334 if { (ac_try
="$ac_link"
18335 case "(($ac_try" in
18336 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18337 *) ac_try_echo=$ac_try;;
18339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18340 (eval "$ac_link") 2>conftest.er1
18342 grep -v '^ *+' conftest.er1 >conftest.err
18344 cat conftest.err >&5
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); } && {
18347 test -z "$ac_c_werror_flag" ||
18348 test ! -s conftest.err
18349 } && test -s conftest$ac_exeext &&
18350 $as_test_x conftest$ac_exeext; then
18351 ac_cv_lib_ldap_r_ldap_initialize=yes
18353 echo "$as_me: failed program was:" >&5
18354 sed 's/^/| /' conftest.$ac_ext >&5
18356 ac_cv_lib_ldap_r_ldap_initialize=no
18359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18360 conftest$ac_exeext conftest.$ac_ext
18361 LIBS=$ac_check_lib_save_LIBS
18363 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18364 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18365 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18366 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18367 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18368 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18369 echo $ECHO_N "(cached) $ECHO_C" >&6
18371 ac_check_lib_save_LIBS=$LIBS
18372 LIBS="-llber $LIBPTHREAD $LIBS"
18373 cat >conftest.$ac_ext <<_ACEOF
18376 cat confdefs.h >>conftest.$ac_ext
18377 cat >>conftest.$ac_ext <<_ACEOF
18378 /* end confdefs.h. */
18380 /* Override any GCC internal prototype to avoid an error.
18381 Use char because int might match the return type of a GCC
18382 builtin and then its argument prototype would still apply. */
18390 return ber_init ();
18395 rm -f conftest.$ac_objext conftest$ac_exeext
18396 if { (ac_try="$ac_link"
18397 case "(($ac_try" in
18398 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18399 *) ac_try_echo
=$ac_try;;
18401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18402 (eval "$ac_link") 2>conftest.er1
18404 grep -v '^ *+' conftest.er1
>conftest.err
18406 cat conftest.err
>&5
18407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18408 (exit $ac_status); } && {
18409 test -z "$ac_c_werror_flag" ||
18410 test ! -s conftest.err
18411 } && test -s conftest
$ac_exeext &&
18412 $as_test_x conftest
$ac_exeext; then
18413 ac_cv_lib_lber_ber_init
=yes
18415 echo "$as_me: failed program was:" >&5
18416 sed 's/^/| /' conftest.
$ac_ext >&5
18418 ac_cv_lib_lber_ber_init
=no
18421 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18422 conftest
$ac_exeext conftest.
$ac_ext
18423 LIBS
=$ac_check_lib_save_LIBS
18425 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18426 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18427 if test $ac_cv_lib_lber_ber_init = yes; then
18429 cat >>confdefs.h
<<\_ACEOF
18430 #define HAVE_LDAP 1
18433 LDAPLIBS
="-lldap_r -llber"
18440 ac_wine_check_funcs_save_LIBS
="$LIBS"
18441 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
18451 ldap_count_references \
18452 ldap_first_reference \
18453 ldap_next_reference \
18454 ldap_parse_reference \
18455 ldap_parse_sort_control \
18456 ldap_parse_sortresponse_control \
18457 ldap_parse_vlv_control \
18458 ldap_parse_vlvresponse_control
18460 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18461 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18462 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18463 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18464 echo $ECHO_N "(cached) $ECHO_C" >&6
18466 cat >conftest.
$ac_ext <<_ACEOF
18469 cat confdefs.h
>>conftest.
$ac_ext
18470 cat >>conftest.
$ac_ext <<_ACEOF
18471 /* end confdefs.h. */
18472 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18473 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18474 #define $ac_func innocuous_$ac_func
18476 /* System header to define __stub macros and hopefully few prototypes,
18477 which can conflict with char $ac_func (); below.
18478 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18479 <limits.h> exists even on freestanding compilers. */
18482 # include <limits.h>
18484 # include <assert.h>
18489 /* Override any GCC internal prototype to avoid an error.
18490 Use char because int might match the return type of a GCC
18491 builtin and then its argument prototype would still apply. */
18496 /* The GNU C library defines this for functions which it implements
18497 to always fail with ENOSYS. Some functions are actually named
18498 something starting with __ and the normal name is an alias. */
18499 #if defined __stub_$ac_func || defined __stub___$ac_func
18506 return $ac_func ();
18511 rm -f conftest.
$ac_objext conftest
$ac_exeext
18512 if { (ac_try
="$ac_link"
18513 case "(($ac_try" in
18514 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18515 *) ac_try_echo=$ac_try;;
18517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18518 (eval "$ac_link") 2>conftest.er1
18520 grep -v '^ *+' conftest.er1 >conftest.err
18522 cat conftest.err >&5
18523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18524 (exit $ac_status); } && {
18525 test -z "$ac_c_werror_flag" ||
18526 test ! -s conftest.err
18527 } && test -s conftest$ac_exeext &&
18528 $as_test_x conftest$ac_exeext; then
18529 eval "$as_ac_var=yes"
18531 echo "$as_me: failed program was:" >&5
18532 sed 's/^/| /' conftest.$ac_ext >&5
18534 eval "$as_ac_var=no"
18537 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18538 conftest$ac_exeext conftest.$ac_ext
18540 ac_res=`eval echo '${'$as_ac_var'}'`
18541 { echo "$as_me:$LINENO: result: $ac_res" >&5
18542 echo "${ECHO_T}$ac_res" >&6; }
18543 if test `eval echo '${'$as_ac_var'}'` = yes; then
18544 cat >>confdefs.h <<_ACEOF
18545 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18551 LIBS="$ac_wine_check_funcs_save_LIBS"
18553 if test "x$LDAPLIBS" = "x"; then
18554 case "x$with_ldap" in
18555 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18557 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18558 This is an error since --with-ldap was requested." >&5
18559 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18560 This is an error since --with-ldap was requested." >&2;}
18561 { (exit 1); exit 1; }; } ;;
18566 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18567 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18568 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18569 echo $ECHO_N "(cached) $ECHO_C" >&6
18571 cat >conftest.$ac_ext <<_ACEOF
18574 cat confdefs.h >>conftest.$ac_ext
18575 cat >>conftest.$ac_ext <<_ACEOF
18576 /* end confdefs.h. */
18577 #include <sys/stat.h>
18586 rm -f conftest.$ac_objext
18587 if { (ac_try="$ac_compile"
18588 case "(($ac_try" in
18589 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18590 *) ac_try_echo
=$ac_try;;
18592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18593 (eval "$ac_compile") 2>conftest.er1
18595 grep -v '^ *+' conftest.er1
>conftest.err
18597 cat conftest.err
>&5
18598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18599 (exit $ac_status); } && {
18600 test -z "$ac_c_werror_flag" ||
18601 test ! -s conftest.err
18602 } && test -s conftest.
$ac_objext; then
18603 wine_cv_one_arg_mkdir
=yes
18605 echo "$as_me: failed program was:" >&5
18606 sed 's/^/| /' conftest.
$ac_ext >&5
18608 wine_cv_one_arg_mkdir
=no
18611 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18613 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18614 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18615 if test "$wine_cv_one_arg_mkdir" = "yes"
18618 cat >>confdefs.h
<<\_ACEOF
18619 #define HAVE_ONE_ARG_MKDIR 1
18625 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18626 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18627 if test "${ac_cv_c_const+set}" = set; then
18628 echo $ECHO_N "(cached) $ECHO_C" >&6
18630 cat >conftest.
$ac_ext <<_ACEOF
18633 cat confdefs.h
>>conftest.
$ac_ext
18634 cat >>conftest.
$ac_ext <<_ACEOF
18635 /* end confdefs.h. */
18640 /* FIXME: Include the comments suggested by Paul. */
18641 #ifndef __cplusplus
18642 /* Ultrix mips cc rejects this. */
18643 typedef int charset[2];
18645 /* SunOS 4.1.1 cc rejects this. */
18646 char const *const *pcpcc;
18648 /* NEC SVR4.0.2 mips cc rejects this. */
18649 struct point {int x, y;};
18650 static struct point const zero = {0,0};
18651 /* AIX XL C 1.02.0.0 rejects this.
18652 It does not let you subtract one const X* pointer from another in
18653 an arm of an if-expression whose if-part is not a constant
18655 const char *g = "string";
18656 pcpcc = &g + (g ? g-g : 0);
18657 /* HPUX 7.0 cc rejects these. */
18659 ppc = (char**) pcpcc;
18660 pcpcc = (char const *const *) ppc;
18661 { /* SCO 3.2v4 cc rejects this. */
18663 char const *s = 0 ? (char *) 0 : (char const *) 0;
18668 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18669 int x[] = {25, 17};
18670 const int *foo = &x[0];
18673 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18674 typedef const int *iptr;
18678 { /* AIX XL C 1.02.0.0 rejects this saying
18679 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18680 struct s { int j; const int *ap[3]; };
18681 struct s *b; b->j = 5;
18683 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18684 const int foo = 10;
18685 if (!foo) return 0;
18687 return !cs[0] && !zero.x;
18694 rm -f conftest.
$ac_objext
18695 if { (ac_try
="$ac_compile"
18696 case "(($ac_try" in
18697 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18698 *) ac_try_echo=$ac_try;;
18700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18701 (eval "$ac_compile") 2>conftest.er1
18703 grep -v '^ *+' conftest.er1 >conftest.err
18705 cat conftest.err >&5
18706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18707 (exit $ac_status); } && {
18708 test -z "$ac_c_werror_flag" ||
18709 test ! -s conftest.err
18710 } && test -s conftest.$ac_objext; then
18713 echo "$as_me: failed program was:" >&5
18714 sed 's/^/| /' conftest.$ac_ext >&5
18719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18721 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18722 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18723 if test $ac_cv_c_const = no; then
18725 cat >>confdefs.h <<\_ACEOF
18731 { echo "$as_me:$LINENO: checking for inline" >&5
18732 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18733 if test "${ac_cv_c_inline+set}" = set; then
18734 echo $ECHO_N "(cached) $ECHO_C" >&6
18737 for ac_kw in inline __inline__ __inline; do
18738 cat >conftest.$ac_ext <<_ACEOF
18741 cat confdefs.h >>conftest.$ac_ext
18742 cat >>conftest.$ac_ext <<_ACEOF
18743 /* end confdefs.h. */
18744 #ifndef __cplusplus
18746 static $ac_kw foo_t static_foo () {return 0; }
18747 $ac_kw foo_t foo () {return 0; }
18751 rm -f conftest.$ac_objext
18752 if { (ac_try="$ac_compile"
18753 case "(($ac_try" in
18754 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18755 *) ac_try_echo
=$ac_try;;
18757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18758 (eval "$ac_compile") 2>conftest.er1
18760 grep -v '^ *+' conftest.er1
>conftest.err
18762 cat conftest.err
>&5
18763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18764 (exit $ac_status); } && {
18765 test -z "$ac_c_werror_flag" ||
18766 test ! -s conftest.err
18767 } && test -s conftest.
$ac_objext; then
18768 ac_cv_c_inline
=$ac_kw
18770 echo "$as_me: failed program was:" >&5
18771 sed 's/^/| /' conftest.
$ac_ext >&5
18776 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18777 test "$ac_cv_c_inline" != no
&& break
18781 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18782 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18785 case $ac_cv_c_inline in
18788 case $ac_cv_c_inline in
18790 *) ac_val
=$ac_cv_c_inline;;
18792 cat >>confdefs.h
<<_ACEOF
18793 #ifndef __cplusplus
18794 #define inline $ac_val
18800 { echo "$as_me:$LINENO: checking for mode_t" >&5
18801 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18802 if test "${ac_cv_type_mode_t+set}" = set; then
18803 echo $ECHO_N "(cached) $ECHO_C" >&6
18805 cat >conftest.
$ac_ext <<_ACEOF
18808 cat confdefs.h
>>conftest.
$ac_ext
18809 cat >>conftest.
$ac_ext <<_ACEOF
18810 /* end confdefs.h. */
18811 $ac_includes_default
18812 typedef mode_t ac__type_new_;
18816 if ((ac__type_new_ *) 0)
18818 if (sizeof (ac__type_new_))
18824 rm -f conftest.
$ac_objext
18825 if { (ac_try
="$ac_compile"
18826 case "(($ac_try" in
18827 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18828 *) ac_try_echo=$ac_try;;
18830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18831 (eval "$ac_compile") 2>conftest.er1
18833 grep -v '^ *+' conftest.er1 >conftest.err
18835 cat conftest.err >&5
18836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837 (exit $ac_status); } && {
18838 test -z "$ac_c_werror_flag" ||
18839 test ! -s conftest.err
18840 } && test -s conftest.$ac_objext; then
18841 ac_cv_type_mode_t=yes
18843 echo "$as_me: failed program was:" >&5
18844 sed 's/^/| /' conftest.$ac_ext >&5
18846 ac_cv_type_mode_t=no
18849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18851 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18852 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18853 if test $ac_cv_type_mode_t = yes; then
18855 cat >>confdefs.h <<_ACEOF
18856 #define HAVE_MODE_T 1
18861 { echo "$as_me:$LINENO: checking for off_t" >&5
18862 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18863 if test "${ac_cv_type_off_t+set}" = set; then
18864 echo $ECHO_N "(cached) $ECHO_C" >&6
18866 cat >conftest.$ac_ext <<_ACEOF
18869 cat confdefs.h >>conftest.$ac_ext
18870 cat >>conftest.$ac_ext <<_ACEOF
18871 /* end confdefs.h. */
18872 $ac_includes_default
18873 typedef off_t ac__type_new_;
18877 if ((ac__type_new_ *) 0)
18879 if (sizeof (ac__type_new_))
18885 rm -f conftest.$ac_objext
18886 if { (ac_try="$ac_compile"
18887 case "(($ac_try" in
18888 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18889 *) ac_try_echo
=$ac_try;;
18891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18892 (eval "$ac_compile") 2>conftest.er1
18894 grep -v '^ *+' conftest.er1
>conftest.err
18896 cat conftest.err
>&5
18897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18898 (exit $ac_status); } && {
18899 test -z "$ac_c_werror_flag" ||
18900 test ! -s conftest.err
18901 } && test -s conftest.
$ac_objext; then
18902 ac_cv_type_off_t
=yes
18904 echo "$as_me: failed program was:" >&5
18905 sed 's/^/| /' conftest.
$ac_ext >&5
18907 ac_cv_type_off_t
=no
18910 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18912 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18913 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18914 if test $ac_cv_type_off_t = yes; then
18916 cat >>confdefs.h
<<_ACEOF
18917 #define HAVE_OFF_T 1
18922 { echo "$as_me:$LINENO: checking for pid_t" >&5
18923 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18924 if test "${ac_cv_type_pid_t+set}" = set; then
18925 echo $ECHO_N "(cached) $ECHO_C" >&6
18927 cat >conftest.
$ac_ext <<_ACEOF
18930 cat confdefs.h
>>conftest.
$ac_ext
18931 cat >>conftest.
$ac_ext <<_ACEOF
18932 /* end confdefs.h. */
18933 $ac_includes_default
18934 typedef pid_t ac__type_new_;
18938 if ((ac__type_new_ *) 0)
18940 if (sizeof (ac__type_new_))
18946 rm -f conftest.
$ac_objext
18947 if { (ac_try
="$ac_compile"
18948 case "(($ac_try" in
18949 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18950 *) ac_try_echo=$ac_try;;
18952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18953 (eval "$ac_compile") 2>conftest.er1
18955 grep -v '^ *+' conftest.er1 >conftest.err
18957 cat conftest.err >&5
18958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18959 (exit $ac_status); } && {
18960 test -z "$ac_c_werror_flag" ||
18961 test ! -s conftest.err
18962 } && test -s conftest.$ac_objext; then
18963 ac_cv_type_pid_t=yes
18965 echo "$as_me: failed program was:" >&5
18966 sed 's/^/| /' conftest.$ac_ext >&5
18968 ac_cv_type_pid_t=no
18971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18973 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18974 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18975 if test $ac_cv_type_pid_t = yes; then
18977 cat >>confdefs.h <<_ACEOF
18978 #define HAVE_PID_T 1
18983 { echo "$as_me:$LINENO: checking for size_t" >&5
18984 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18985 if test "${ac_cv_type_size_t+set}" = set; then
18986 echo $ECHO_N "(cached) $ECHO_C" >&6
18988 cat >conftest.$ac_ext <<_ACEOF
18991 cat confdefs.h >>conftest.$ac_ext
18992 cat >>conftest.$ac_ext <<_ACEOF
18993 /* end confdefs.h. */
18994 $ac_includes_default
18995 typedef size_t ac__type_new_;
18999 if ((ac__type_new_ *) 0)
19001 if (sizeof (ac__type_new_))
19007 rm -f conftest.$ac_objext
19008 if { (ac_try="$ac_compile"
19009 case "(($ac_try" in
19010 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19011 *) ac_try_echo
=$ac_try;;
19013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19014 (eval "$ac_compile") 2>conftest.er1
19016 grep -v '^ *+' conftest.er1
>conftest.err
19018 cat conftest.err
>&5
19019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19020 (exit $ac_status); } && {
19021 test -z "$ac_c_werror_flag" ||
19022 test ! -s conftest.err
19023 } && test -s conftest.
$ac_objext; then
19024 ac_cv_type_size_t
=yes
19026 echo "$as_me: failed program was:" >&5
19027 sed 's/^/| /' conftest.
$ac_ext >&5
19029 ac_cv_type_size_t
=no
19032 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19034 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19035 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19036 if test $ac_cv_type_size_t = yes; then
19038 cat >>confdefs.h
<<_ACEOF
19039 #define HAVE_SIZE_T 1
19044 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19045 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19046 if test "${ac_cv_type_ssize_t+set}" = set; then
19047 echo $ECHO_N "(cached) $ECHO_C" >&6
19049 cat >conftest.
$ac_ext <<_ACEOF
19052 cat confdefs.h
>>conftest.
$ac_ext
19053 cat >>conftest.
$ac_ext <<_ACEOF
19054 /* end confdefs.h. */
19055 $ac_includes_default
19056 typedef ssize_t ac__type_new_;
19060 if ((ac__type_new_ *) 0)
19062 if (sizeof (ac__type_new_))
19068 rm -f conftest.
$ac_objext
19069 if { (ac_try
="$ac_compile"
19070 case "(($ac_try" in
19071 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19072 *) ac_try_echo=$ac_try;;
19074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19075 (eval "$ac_compile") 2>conftest.er1
19077 grep -v '^ *+' conftest.er1 >conftest.err
19079 cat conftest.err >&5
19080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19081 (exit $ac_status); } && {
19082 test -z "$ac_c_werror_flag" ||
19083 test ! -s conftest.err
19084 } && test -s conftest.$ac_objext; then
19085 ac_cv_type_ssize_t=yes
19087 echo "$as_me: failed program was:" >&5
19088 sed 's/^/| /' conftest.$ac_ext >&5
19090 ac_cv_type_ssize_t=no
19093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19095 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19096 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19097 if test $ac_cv_type_ssize_t = yes; then
19099 cat >>confdefs.h <<_ACEOF
19100 #define HAVE_SSIZE_T 1
19105 { echo "$as_me:$LINENO: checking for long long" >&5
19106 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19107 if test "${ac_cv_type_long_long+set}" = set; then
19108 echo $ECHO_N "(cached) $ECHO_C" >&6
19110 cat >conftest.$ac_ext <<_ACEOF
19113 cat confdefs.h >>conftest.$ac_ext
19114 cat >>conftest.$ac_ext <<_ACEOF
19115 /* end confdefs.h. */
19116 $ac_includes_default
19117 typedef long long ac__type_new_;
19121 if ((ac__type_new_ *) 0)
19123 if (sizeof (ac__type_new_))
19129 rm -f conftest.$ac_objext
19130 if { (ac_try="$ac_compile"
19131 case "(($ac_try" in
19132 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19133 *) ac_try_echo
=$ac_try;;
19135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19136 (eval "$ac_compile") 2>conftest.er1
19138 grep -v '^ *+' conftest.er1
>conftest.err
19140 cat conftest.err
>&5
19141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19142 (exit $ac_status); } && {
19143 test -z "$ac_c_werror_flag" ||
19144 test ! -s conftest.err
19145 } && test -s conftest.
$ac_objext; then
19146 ac_cv_type_long_long
=yes
19148 echo "$as_me: failed program was:" >&5
19149 sed 's/^/| /' conftest.
$ac_ext >&5
19151 ac_cv_type_long_long
=no
19154 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19156 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19157 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19158 if test $ac_cv_type_long_long = yes; then
19160 cat >>confdefs.h
<<_ACEOF
19161 #define HAVE_LONG_LONG 1
19166 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19167 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19168 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19169 echo $ECHO_N "(cached) $ECHO_C" >&6
19171 cat >conftest.
$ac_ext <<_ACEOF
19174 cat confdefs.h
>>conftest.
$ac_ext
19175 cat >>conftest.
$ac_ext <<_ACEOF
19176 /* end confdefs.h. */
19177 $ac_includes_default
19178 typedef fsblkcnt_t ac__type_new_;
19182 if ((ac__type_new_ *) 0)
19184 if (sizeof (ac__type_new_))
19190 rm -f conftest.
$ac_objext
19191 if { (ac_try
="$ac_compile"
19192 case "(($ac_try" in
19193 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19194 *) ac_try_echo=$ac_try;;
19196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19197 (eval "$ac_compile") 2>conftest.er1
19199 grep -v '^ *+' conftest.er1 >conftest.err
19201 cat conftest.err >&5
19202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19203 (exit $ac_status); } && {
19204 test -z "$ac_c_werror_flag" ||
19205 test ! -s conftest.err
19206 } && test -s conftest.$ac_objext; then
19207 ac_cv_type_fsblkcnt_t=yes
19209 echo "$as_me: failed program was:" >&5
19210 sed 's/^/| /' conftest.$ac_ext >&5
19212 ac_cv_type_fsblkcnt_t=no
19215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19217 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19218 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19219 if test $ac_cv_type_fsblkcnt_t = yes; then
19221 cat >>confdefs.h <<_ACEOF
19222 #define HAVE_FSBLKCNT_T 1
19227 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19228 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19229 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19230 echo $ECHO_N "(cached) $ECHO_C" >&6
19232 cat >conftest.$ac_ext <<_ACEOF
19235 cat confdefs.h >>conftest.$ac_ext
19236 cat >>conftest.$ac_ext <<_ACEOF
19237 /* end confdefs.h. */
19238 $ac_includes_default
19239 typedef fsfilcnt_t ac__type_new_;
19243 if ((ac__type_new_ *) 0)
19245 if (sizeof (ac__type_new_))
19251 rm -f conftest.$ac_objext
19252 if { (ac_try="$ac_compile"
19253 case "(($ac_try" in
19254 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19255 *) ac_try_echo
=$ac_try;;
19257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19258 (eval "$ac_compile") 2>conftest.er1
19260 grep -v '^ *+' conftest.er1
>conftest.err
19262 cat conftest.err
>&5
19263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19264 (exit $ac_status); } && {
19265 test -z "$ac_c_werror_flag" ||
19266 test ! -s conftest.err
19267 } && test -s conftest.
$ac_objext; then
19268 ac_cv_type_fsfilcnt_t
=yes
19270 echo "$as_me: failed program was:" >&5
19271 sed 's/^/| /' conftest.
$ac_ext >&5
19273 ac_cv_type_fsfilcnt_t
=no
19276 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19278 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19279 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19280 if test $ac_cv_type_fsfilcnt_t = yes; then
19282 cat >>confdefs.h
<<_ACEOF
19283 #define HAVE_FSFILCNT_T 1
19289 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19290 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19291 if test "${ac_cv_type_sigset_t+set}" = set; then
19292 echo $ECHO_N "(cached) $ECHO_C" >&6
19294 cat >conftest.
$ac_ext <<_ACEOF
19297 cat confdefs.h
>>conftest.
$ac_ext
19298 cat >>conftest.
$ac_ext <<_ACEOF
19299 /* end confdefs.h. */
19300 #include <sys/types.h>
19301 #include <signal.h>
19303 typedef sigset_t ac__type_new_;
19307 if ((ac__type_new_ *) 0)
19309 if (sizeof (ac__type_new_))
19315 rm -f conftest.
$ac_objext
19316 if { (ac_try
="$ac_compile"
19317 case "(($ac_try" in
19318 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19319 *) ac_try_echo=$ac_try;;
19321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19322 (eval "$ac_compile") 2>conftest.er1
19324 grep -v '^ *+' conftest.er1 >conftest.err
19326 cat conftest.err >&5
19327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19328 (exit $ac_status); } && {
19329 test -z "$ac_c_werror_flag" ||
19330 test ! -s conftest.err
19331 } && test -s conftest.$ac_objext; then
19332 ac_cv_type_sigset_t=yes
19334 echo "$as_me: failed program was:" >&5
19335 sed 's/^/| /' conftest.$ac_ext >&5
19337 ac_cv_type_sigset_t=no
19340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19342 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19343 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19344 if test $ac_cv_type_sigset_t = yes; then
19346 cat >>confdefs.h <<_ACEOF
19347 #define HAVE_SIGSET_T 1
19353 { echo "$as_me:$LINENO: checking for request_sense" >&5
19354 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19355 if test "${ac_cv_type_request_sense+set}" = set; then
19356 echo $ECHO_N "(cached) $ECHO_C" >&6
19358 cat >conftest.$ac_ext <<_ACEOF
19361 cat confdefs.h >>conftest.$ac_ext
19362 cat >>conftest.$ac_ext <<_ACEOF
19363 /* end confdefs.h. */
19364 #include <linux/cdrom.h>
19366 typedef request_sense ac__type_new_;
19370 if ((ac__type_new_ *) 0)
19372 if (sizeof (ac__type_new_))
19378 rm -f conftest.$ac_objext
19379 if { (ac_try="$ac_compile"
19380 case "(($ac_try" in
19381 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19382 *) ac_try_echo
=$ac_try;;
19384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19385 (eval "$ac_compile") 2>conftest.er1
19387 grep -v '^ *+' conftest.er1
>conftest.err
19389 cat conftest.err
>&5
19390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19391 (exit $ac_status); } && {
19392 test -z "$ac_c_werror_flag" ||
19393 test ! -s conftest.err
19394 } && test -s conftest.
$ac_objext; then
19395 ac_cv_type_request_sense
=yes
19397 echo "$as_me: failed program was:" >&5
19398 sed 's/^/| /' conftest.
$ac_ext >&5
19400 ac_cv_type_request_sense
=no
19403 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19405 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19406 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19407 if test $ac_cv_type_request_sense = yes; then
19409 cat >>confdefs.h
<<_ACEOF
19410 #define HAVE_REQUEST_SENSE 1
19417 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19418 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19419 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19420 echo $ECHO_N "(cached) $ECHO_C" >&6
19422 cat >conftest.
$ac_ext <<_ACEOF
19425 cat confdefs.h
>>conftest.
$ac_ext
19426 cat >>conftest.
$ac_ext <<_ACEOF
19427 /* end confdefs.h. */
19428 #include <sys/types.h>
19429 #ifdef HAVE_SYS_SOCKET_H
19430 #include <sys/socket.h>
19432 #ifdef HAVE_SYS_SOCKETVAR_H
19433 #include <sys/socketvar.h>
19435 #ifdef HAVE_NET_ROUTE_H
19436 #include <net/route.h>
19438 #ifdef HAVE_NETINET_IN_H
19439 #include <netinet/in.h>
19441 #ifdef HAVE_NETINET_IN_SYSTM_H
19442 #include <netinet/in_systm.h>
19444 #ifdef HAVE_NETINET_IP_H
19445 #include <netinet/ip.h>
19447 #ifdef HAVE_NETINET_IN_PCB_H
19448 #include <netinet/in_pcb.h>
19451 typedef struct xinpgen ac__type_new_;
19455 if ((ac__type_new_ *) 0)
19457 if (sizeof (ac__type_new_))
19463 rm -f conftest.
$ac_objext
19464 if { (ac_try
="$ac_compile"
19465 case "(($ac_try" in
19466 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19467 *) ac_try_echo=$ac_try;;
19469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19470 (eval "$ac_compile") 2>conftest.er1
19472 grep -v '^ *+' conftest.er1 >conftest.err
19474 cat conftest.err >&5
19475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19476 (exit $ac_status); } && {
19477 test -z "$ac_c_werror_flag" ||
19478 test ! -s conftest.err
19479 } && test -s conftest.$ac_objext; then
19480 ac_cv_type_struct_xinpgen=yes
19482 echo "$as_me: failed program was:" >&5
19483 sed 's/^/| /' conftest.$ac_ext >&5
19485 ac_cv_type_struct_xinpgen=no
19488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19490 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19491 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19492 if test $ac_cv_type_struct_xinpgen = yes; then
19494 cat >>confdefs.h <<_ACEOF
19495 #define HAVE_STRUCT_XINPGEN 1
19502 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19503 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19504 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19505 echo $ECHO_N "(cached) $ECHO_C" >&6
19507 cat >conftest.$ac_ext <<_ACEOF
19510 cat confdefs.h >>conftest.$ac_ext
19511 cat >>conftest.$ac_ext <<_ACEOF
19512 /* end confdefs.h. */
19513 #ifdef HAVE_LINUX_INPUT_H
19514 #include <linux/input.h>
19520 static struct ff_effect ac_aggr;
19521 if (ac_aggr.direction)
19527 rm -f conftest.$ac_objext
19528 if { (ac_try="$ac_compile"
19529 case "(($ac_try" in
19530 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19531 *) ac_try_echo
=$ac_try;;
19533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19534 (eval "$ac_compile") 2>conftest.er1
19536 grep -v '^ *+' conftest.er1
>conftest.err
19538 cat conftest.err
>&5
19539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19540 (exit $ac_status); } && {
19541 test -z "$ac_c_werror_flag" ||
19542 test ! -s conftest.err
19543 } && test -s conftest.
$ac_objext; then
19544 ac_cv_member_struct_ff_effect_direction
=yes
19546 echo "$as_me: failed program was:" >&5
19547 sed 's/^/| /' conftest.
$ac_ext >&5
19549 cat >conftest.
$ac_ext <<_ACEOF
19552 cat confdefs.h
>>conftest.
$ac_ext
19553 cat >>conftest.
$ac_ext <<_ACEOF
19554 /* end confdefs.h. */
19555 #ifdef HAVE_LINUX_INPUT_H
19556 #include <linux/input.h>
19562 static struct ff_effect ac_aggr;
19563 if (sizeof ac_aggr.direction)
19569 rm -f conftest.
$ac_objext
19570 if { (ac_try
="$ac_compile"
19571 case "(($ac_try" in
19572 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19573 *) ac_try_echo=$ac_try;;
19575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19576 (eval "$ac_compile") 2>conftest.er1
19578 grep -v '^ *+' conftest.er1 >conftest.err
19580 cat conftest.err >&5
19581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19582 (exit $ac_status); } && {
19583 test -z "$ac_c_werror_flag" ||
19584 test ! -s conftest.err
19585 } && test -s conftest.$ac_objext; then
19586 ac_cv_member_struct_ff_effect_direction=yes
19588 echo "$as_me: failed program was:" >&5
19589 sed 's/^/| /' conftest.$ac_ext >&5
19591 ac_cv_member_struct_ff_effect_direction=no
19594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19599 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19600 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19601 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19603 cat >>confdefs.h <<_ACEOF
19604 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19611 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19612 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19613 if test "${wine_cv_have_sigaddset+set}" = set; then
19614 echo $ECHO_N "(cached) $ECHO_C" >&6
19616 cat >conftest.$ac_ext <<_ACEOF
19619 cat confdefs.h >>conftest.$ac_ext
19620 cat >>conftest.$ac_ext <<_ACEOF
19621 /* end confdefs.h. */
19622 #include <signal.h>
19626 sigset_t set; sigaddset(&set,SIGTERM);
19631 rm -f conftest.$ac_objext conftest$ac_exeext
19632 if { (ac_try="$ac_link"
19633 case "(($ac_try" in
19634 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19635 *) ac_try_echo
=$ac_try;;
19637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19638 (eval "$ac_link") 2>conftest.er1
19640 grep -v '^ *+' conftest.er1
>conftest.err
19642 cat conftest.err
>&5
19643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19644 (exit $ac_status); } && {
19645 test -z "$ac_c_werror_flag" ||
19646 test ! -s conftest.err
19647 } && test -s conftest
$ac_exeext &&
19648 $as_test_x conftest
$ac_exeext; then
19649 wine_cv_have_sigaddset
=yes
19651 echo "$as_me: failed program was:" >&5
19652 sed 's/^/| /' conftest.
$ac_ext >&5
19654 wine_cv_have_sigaddset
=no
19657 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19658 conftest
$ac_exeext conftest.
$ac_ext
19660 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19661 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19662 if test "$wine_cv_have_sigaddset" = "yes"
19665 cat >>confdefs.h
<<\_ACEOF
19666 #define HAVE_SIGADDSET 1
19672 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19673 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19674 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19675 echo $ECHO_N "(cached) $ECHO_C" >&6
19677 cat >conftest.
$ac_ext <<_ACEOF
19680 cat confdefs.h
>>conftest.
$ac_ext
19681 cat >>conftest.
$ac_ext <<_ACEOF
19682 /* end confdefs.h. */
19690 struct hostent *result;
19697 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19698 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19704 rm -f conftest.
$ac_objext conftest
$ac_exeext
19705 if { (ac_try
="$ac_link"
19706 case "(($ac_try" in
19707 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19708 *) ac_try_echo=$ac_try;;
19710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19711 (eval "$ac_link") 2>conftest.er1
19713 grep -v '^ *+' conftest.er1 >conftest.err
19715 cat conftest.err >&5
19716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest$ac_exeext &&
19721 $as_test_x conftest$ac_exeext; then
19722 wine_cv_linux_gethostbyname_r_6=yes
19724 echo "$as_me: failed program was:" >&5
19725 sed 's/^/| /' conftest.$ac_ext >&5
19727 wine_cv_linux_gethostbyname_r_6=no
19731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19732 conftest$ac_exeext conftest.$ac_ext
19735 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19736 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19737 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19740 cat >>confdefs.h <<\_ACEOF
19741 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19746 if test "$ac_cv_header_linux_joystick_h" = "yes"
19748 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19749 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19750 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19751 echo $ECHO_N "(cached) $ECHO_C" >&6
19753 cat >conftest.$ac_ext <<_ACEOF
19756 cat confdefs.h >>conftest.$ac_ext
19757 cat >>conftest.$ac_ext <<_ACEOF
19758 /* end confdefs.h. */
19760 #include <sys/ioctl.h>
19761 #include <sys/types.h>
19762 #include <linux/joystick.h>
19764 struct js_event blub;
19765 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19766 #error "no 2.2 header"
19777 rm -f conftest.$ac_objext
19778 if { (ac_try="$ac_compile"
19779 case "(($ac_try" in
19780 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19781 *) ac_try_echo
=$ac_try;;
19783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19784 (eval "$ac_compile") 2>conftest.er1
19786 grep -v '^ *+' conftest.er1
>conftest.err
19788 cat conftest.err
>&5
19789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19790 (exit $ac_status); } && {
19791 test -z "$ac_c_werror_flag" ||
19792 test ! -s conftest.err
19793 } && test -s conftest.
$ac_objext; then
19794 wine_cv_linux_joystick_22_api
=yes
19796 echo "$as_me: failed program was:" >&5
19797 sed 's/^/| /' conftest.
$ac_ext >&5
19799 wine_cv_linux_joystick_22_api
=no
19802 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19805 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19806 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19807 if test "$wine_cv_linux_joystick_22_api" = "yes"
19810 cat >>confdefs.h
<<\_ACEOF
19811 #define HAVE_LINUX_22_JOYSTICK_API 1
19818 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19819 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19820 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19821 echo $ECHO_N "(cached) $ECHO_C" >&6
19823 cat >conftest.
$ac_ext <<_ACEOF
19826 cat confdefs.h
>>conftest.
$ac_ext
19827 cat >>conftest.
$ac_ext <<_ACEOF
19828 /* end confdefs.h. */
19829 #include <sys/types.h>
19830 #ifdef HAVE_SYS_PARAM_H
19831 # include <sys/param.h>
19833 #ifdef HAVE_SYS_MOUNT_H
19834 # include <sys/mount.h>
19836 #ifdef HAVE_SYS_VFS_H
19837 # include <sys/vfs.h>
19839 #ifdef HAVE_SYS_STATFS_H
19840 # include <sys/statfs.h>
19846 static struct statfs ac_aggr;
19847 if (ac_aggr.f_bfree)
19853 rm -f conftest.
$ac_objext
19854 if { (ac_try
="$ac_compile"
19855 case "(($ac_try" in
19856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19857 *) ac_try_echo=$ac_try;;
19859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19860 (eval "$ac_compile") 2>conftest.er1
19862 grep -v '^ *+' conftest.er1 >conftest.err
19864 cat conftest.err >&5
19865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866 (exit $ac_status); } && {
19867 test -z "$ac_c_werror_flag" ||
19868 test ! -s conftest.err
19869 } && test -s conftest.$ac_objext; then
19870 ac_cv_member_struct_statfs_f_bfree=yes
19872 echo "$as_me: failed program was:" >&5
19873 sed 's/^/| /' conftest.$ac_ext >&5
19875 cat >conftest.$ac_ext <<_ACEOF
19878 cat confdefs.h >>conftest.$ac_ext
19879 cat >>conftest.$ac_ext <<_ACEOF
19880 /* end confdefs.h. */
19881 #include <sys/types.h>
19882 #ifdef HAVE_SYS_PARAM_H
19883 # include <sys/param.h>
19885 #ifdef HAVE_SYS_MOUNT_H
19886 # include <sys/mount.h>
19888 #ifdef HAVE_SYS_VFS_H
19889 # include <sys/vfs.h>
19891 #ifdef HAVE_SYS_STATFS_H
19892 # include <sys/statfs.h>
19898 static struct statfs ac_aggr;
19899 if (sizeof ac_aggr.f_bfree)
19905 rm -f conftest.$ac_objext
19906 if { (ac_try="$ac_compile"
19907 case "(($ac_try" in
19908 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19909 *) ac_try_echo
=$ac_try;;
19911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19912 (eval "$ac_compile") 2>conftest.er1
19914 grep -v '^ *+' conftest.er1
>conftest.err
19916 cat conftest.err
>&5
19917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19918 (exit $ac_status); } && {
19919 test -z "$ac_c_werror_flag" ||
19920 test ! -s conftest.err
19921 } && test -s conftest.
$ac_objext; then
19922 ac_cv_member_struct_statfs_f_bfree
=yes
19924 echo "$as_me: failed program was:" >&5
19925 sed 's/^/| /' conftest.
$ac_ext >&5
19927 ac_cv_member_struct_statfs_f_bfree
=no
19930 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19933 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19935 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19936 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19937 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19939 cat >>confdefs.h
<<_ACEOF
19940 #define HAVE_STRUCT_STATFS_F_BFREE 1
19945 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19946 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19947 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19948 echo $ECHO_N "(cached) $ECHO_C" >&6
19950 cat >conftest.
$ac_ext <<_ACEOF
19953 cat confdefs.h
>>conftest.
$ac_ext
19954 cat >>conftest.
$ac_ext <<_ACEOF
19955 /* end confdefs.h. */
19956 #include <sys/types.h>
19957 #ifdef HAVE_SYS_PARAM_H
19958 # include <sys/param.h>
19960 #ifdef HAVE_SYS_MOUNT_H
19961 # include <sys/mount.h>
19963 #ifdef HAVE_SYS_VFS_H
19964 # include <sys/vfs.h>
19966 #ifdef HAVE_SYS_STATFS_H
19967 # include <sys/statfs.h>
19973 static struct statfs ac_aggr;
19974 if (ac_aggr.f_bavail)
19980 rm -f conftest.
$ac_objext
19981 if { (ac_try
="$ac_compile"
19982 case "(($ac_try" in
19983 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19984 *) ac_try_echo=$ac_try;;
19986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19987 (eval "$ac_compile") 2>conftest.er1
19989 grep -v '^ *+' conftest.er1 >conftest.err
19991 cat conftest.err >&5
19992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19993 (exit $ac_status); } && {
19994 test -z "$ac_c_werror_flag" ||
19995 test ! -s conftest.err
19996 } && test -s conftest.$ac_objext; then
19997 ac_cv_member_struct_statfs_f_bavail=yes
19999 echo "$as_me: failed program was:" >&5
20000 sed 's/^/| /' conftest.$ac_ext >&5
20002 cat >conftest.$ac_ext <<_ACEOF
20005 cat confdefs.h >>conftest.$ac_ext
20006 cat >>conftest.$ac_ext <<_ACEOF
20007 /* end confdefs.h. */
20008 #include <sys/types.h>
20009 #ifdef HAVE_SYS_PARAM_H
20010 # include <sys/param.h>
20012 #ifdef HAVE_SYS_MOUNT_H
20013 # include <sys/mount.h>
20015 #ifdef HAVE_SYS_VFS_H
20016 # include <sys/vfs.h>
20018 #ifdef HAVE_SYS_STATFS_H
20019 # include <sys/statfs.h>
20025 static struct statfs ac_aggr;
20026 if (sizeof ac_aggr.f_bavail)
20032 rm -f conftest.$ac_objext
20033 if { (ac_try="$ac_compile"
20034 case "(($ac_try" in
20035 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20036 *) ac_try_echo
=$ac_try;;
20038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20039 (eval "$ac_compile") 2>conftest.er1
20041 grep -v '^ *+' conftest.er1
>conftest.err
20043 cat conftest.err
>&5
20044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20045 (exit $ac_status); } && {
20046 test -z "$ac_c_werror_flag" ||
20047 test ! -s conftest.err
20048 } && test -s conftest.
$ac_objext; then
20049 ac_cv_member_struct_statfs_f_bavail
=yes
20051 echo "$as_me: failed program was:" >&5
20052 sed 's/^/| /' conftest.
$ac_ext >&5
20054 ac_cv_member_struct_statfs_f_bavail
=no
20057 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20060 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20062 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20063 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20064 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20066 cat >>confdefs.h
<<_ACEOF
20067 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20072 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20073 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20074 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20075 echo $ECHO_N "(cached) $ECHO_C" >&6
20077 cat >conftest.
$ac_ext <<_ACEOF
20080 cat confdefs.h
>>conftest.
$ac_ext
20081 cat >>conftest.
$ac_ext <<_ACEOF
20082 /* end confdefs.h. */
20083 #include <sys/types.h>
20084 #ifdef HAVE_SYS_PARAM_H
20085 # include <sys/param.h>
20087 #ifdef HAVE_SYS_MOUNT_H
20088 # include <sys/mount.h>
20090 #ifdef HAVE_SYS_VFS_H
20091 # include <sys/vfs.h>
20093 #ifdef HAVE_SYS_STATFS_H
20094 # include <sys/statfs.h>
20100 static struct statfs ac_aggr;
20101 if (ac_aggr.f_frsize)
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;;
20113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20114 (eval "$ac_compile") 2>conftest.er1
20116 grep -v '^ *+' conftest.er1 >conftest.err
20118 cat conftest.err >&5
20119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20120 (exit $ac_status); } && {
20121 test -z "$ac_c_werror_flag" ||
20122 test ! -s conftest.err
20123 } && test -s conftest.$ac_objext; then
20124 ac_cv_member_struct_statfs_f_frsize=yes
20126 echo "$as_me: failed program was:" >&5
20127 sed 's/^/| /' conftest.$ac_ext >&5
20129 cat >conftest.$ac_ext <<_ACEOF
20132 cat confdefs.h >>conftest.$ac_ext
20133 cat >>conftest.$ac_ext <<_ACEOF
20134 /* end confdefs.h. */
20135 #include <sys/types.h>
20136 #ifdef HAVE_SYS_PARAM_H
20137 # include <sys/param.h>
20139 #ifdef HAVE_SYS_MOUNT_H
20140 # include <sys/mount.h>
20142 #ifdef HAVE_SYS_VFS_H
20143 # include <sys/vfs.h>
20145 #ifdef HAVE_SYS_STATFS_H
20146 # include <sys/statfs.h>
20152 static struct statfs ac_aggr;
20153 if (sizeof ac_aggr.f_frsize)
20159 rm -f conftest.$ac_objext
20160 if { (ac_try="$ac_compile"
20161 case "(($ac_try" in
20162 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20163 *) ac_try_echo
=$ac_try;;
20165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20166 (eval "$ac_compile") 2>conftest.er1
20168 grep -v '^ *+' conftest.er1
>conftest.err
20170 cat conftest.err
>&5
20171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20172 (exit $ac_status); } && {
20173 test -z "$ac_c_werror_flag" ||
20174 test ! -s conftest.err
20175 } && test -s conftest.
$ac_objext; then
20176 ac_cv_member_struct_statfs_f_frsize
=yes
20178 echo "$as_me: failed program was:" >&5
20179 sed 's/^/| /' conftest.
$ac_ext >&5
20181 ac_cv_member_struct_statfs_f_frsize
=no
20184 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20187 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20189 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20190 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20191 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20193 cat >>confdefs.h
<<_ACEOF
20194 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20199 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20200 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20201 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20202 echo $ECHO_N "(cached) $ECHO_C" >&6
20204 cat >conftest.
$ac_ext <<_ACEOF
20207 cat confdefs.h
>>conftest.
$ac_ext
20208 cat >>conftest.
$ac_ext <<_ACEOF
20209 /* end confdefs.h. */
20210 #include <sys/types.h>
20211 #ifdef HAVE_SYS_PARAM_H
20212 # include <sys/param.h>
20214 #ifdef HAVE_SYS_MOUNT_H
20215 # include <sys/mount.h>
20217 #ifdef HAVE_SYS_VFS_H
20218 # include <sys/vfs.h>
20220 #ifdef HAVE_SYS_STATFS_H
20221 # include <sys/statfs.h>
20227 static struct statfs ac_aggr;
20228 if (ac_aggr.f_ffree)
20234 rm -f conftest.
$ac_objext
20235 if { (ac_try
="$ac_compile"
20236 case "(($ac_try" in
20237 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20238 *) ac_try_echo=$ac_try;;
20240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20241 (eval "$ac_compile") 2>conftest.er1
20243 grep -v '^ *+' conftest.er1 >conftest.err
20245 cat conftest.err >&5
20246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20247 (exit $ac_status); } && {
20248 test -z "$ac_c_werror_flag" ||
20249 test ! -s conftest.err
20250 } && test -s conftest.$ac_objext; then
20251 ac_cv_member_struct_statfs_f_ffree=yes
20253 echo "$as_me: failed program was:" >&5
20254 sed 's/^/| /' conftest.$ac_ext >&5
20256 cat >conftest.$ac_ext <<_ACEOF
20259 cat confdefs.h >>conftest.$ac_ext
20260 cat >>conftest.$ac_ext <<_ACEOF
20261 /* end confdefs.h. */
20262 #include <sys/types.h>
20263 #ifdef HAVE_SYS_PARAM_H
20264 # include <sys/param.h>
20266 #ifdef HAVE_SYS_MOUNT_H
20267 # include <sys/mount.h>
20269 #ifdef HAVE_SYS_VFS_H
20270 # include <sys/vfs.h>
20272 #ifdef HAVE_SYS_STATFS_H
20273 # include <sys/statfs.h>
20279 static struct statfs ac_aggr;
20280 if (sizeof ac_aggr.f_ffree)
20286 rm -f conftest.$ac_objext
20287 if { (ac_try="$ac_compile"
20288 case "(($ac_try" in
20289 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20290 *) ac_try_echo
=$ac_try;;
20292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20293 (eval "$ac_compile") 2>conftest.er1
20295 grep -v '^ *+' conftest.er1
>conftest.err
20297 cat conftest.err
>&5
20298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20299 (exit $ac_status); } && {
20300 test -z "$ac_c_werror_flag" ||
20301 test ! -s conftest.err
20302 } && test -s conftest.
$ac_objext; then
20303 ac_cv_member_struct_statfs_f_ffree
=yes
20305 echo "$as_me: failed program was:" >&5
20306 sed 's/^/| /' conftest.
$ac_ext >&5
20308 ac_cv_member_struct_statfs_f_ffree
=no
20311 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20314 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20316 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20317 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20318 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20320 cat >>confdefs.h
<<_ACEOF
20321 #define HAVE_STRUCT_STATFS_F_FFREE 1
20326 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20327 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20328 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20329 echo $ECHO_N "(cached) $ECHO_C" >&6
20331 cat >conftest.
$ac_ext <<_ACEOF
20334 cat confdefs.h
>>conftest.
$ac_ext
20335 cat >>conftest.
$ac_ext <<_ACEOF
20336 /* end confdefs.h. */
20337 #include <sys/types.h>
20338 #ifdef HAVE_SYS_PARAM_H
20339 # include <sys/param.h>
20341 #ifdef HAVE_SYS_MOUNT_H
20342 # include <sys/mount.h>
20344 #ifdef HAVE_SYS_VFS_H
20345 # include <sys/vfs.h>
20347 #ifdef HAVE_SYS_STATFS_H
20348 # include <sys/statfs.h>
20354 static struct statfs ac_aggr;
20355 if (ac_aggr.f_favail)
20361 rm -f conftest.
$ac_objext
20362 if { (ac_try
="$ac_compile"
20363 case "(($ac_try" in
20364 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20365 *) ac_try_echo=$ac_try;;
20367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20368 (eval "$ac_compile") 2>conftest.er1
20370 grep -v '^ *+' conftest.er1 >conftest.err
20372 cat conftest.err >&5
20373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20374 (exit $ac_status); } && {
20375 test -z "$ac_c_werror_flag" ||
20376 test ! -s conftest.err
20377 } && test -s conftest.$ac_objext; then
20378 ac_cv_member_struct_statfs_f_favail=yes
20380 echo "$as_me: failed program was:" >&5
20381 sed 's/^/| /' conftest.$ac_ext >&5
20383 cat >conftest.$ac_ext <<_ACEOF
20386 cat confdefs.h >>conftest.$ac_ext
20387 cat >>conftest.$ac_ext <<_ACEOF
20388 /* end confdefs.h. */
20389 #include <sys/types.h>
20390 #ifdef HAVE_SYS_PARAM_H
20391 # include <sys/param.h>
20393 #ifdef HAVE_SYS_MOUNT_H
20394 # include <sys/mount.h>
20396 #ifdef HAVE_SYS_VFS_H
20397 # include <sys/vfs.h>
20399 #ifdef HAVE_SYS_STATFS_H
20400 # include <sys/statfs.h>
20406 static struct statfs ac_aggr;
20407 if (sizeof ac_aggr.f_favail)
20413 rm -f conftest.$ac_objext
20414 if { (ac_try="$ac_compile"
20415 case "(($ac_try" in
20416 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20417 *) ac_try_echo
=$ac_try;;
20419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20420 (eval "$ac_compile") 2>conftest.er1
20422 grep -v '^ *+' conftest.er1
>conftest.err
20424 cat conftest.err
>&5
20425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20426 (exit $ac_status); } && {
20427 test -z "$ac_c_werror_flag" ||
20428 test ! -s conftest.err
20429 } && test -s conftest.
$ac_objext; then
20430 ac_cv_member_struct_statfs_f_favail
=yes
20432 echo "$as_me: failed program was:" >&5
20433 sed 's/^/| /' conftest.
$ac_ext >&5
20435 ac_cv_member_struct_statfs_f_favail
=no
20438 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20441 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20443 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20444 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20445 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20447 cat >>confdefs.h
<<_ACEOF
20448 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20453 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20454 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20455 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20456 echo $ECHO_N "(cached) $ECHO_C" >&6
20458 cat >conftest.
$ac_ext <<_ACEOF
20461 cat confdefs.h
>>conftest.
$ac_ext
20462 cat >>conftest.
$ac_ext <<_ACEOF
20463 /* end confdefs.h. */
20464 #include <sys/types.h>
20465 #ifdef HAVE_SYS_PARAM_H
20466 # include <sys/param.h>
20468 #ifdef HAVE_SYS_MOUNT_H
20469 # include <sys/mount.h>
20471 #ifdef HAVE_SYS_VFS_H
20472 # include <sys/vfs.h>
20474 #ifdef HAVE_SYS_STATFS_H
20475 # include <sys/statfs.h>
20481 static struct statfs ac_aggr;
20482 if (ac_aggr.f_namelen)
20488 rm -f conftest.
$ac_objext
20489 if { (ac_try
="$ac_compile"
20490 case "(($ac_try" in
20491 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20492 *) ac_try_echo=$ac_try;;
20494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20495 (eval "$ac_compile") 2>conftest.er1
20497 grep -v '^ *+' conftest.er1 >conftest.err
20499 cat conftest.err >&5
20500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20501 (exit $ac_status); } && {
20502 test -z "$ac_c_werror_flag" ||
20503 test ! -s conftest.err
20504 } && test -s conftest.$ac_objext; then
20505 ac_cv_member_struct_statfs_f_namelen=yes
20507 echo "$as_me: failed program was:" >&5
20508 sed 's/^/| /' conftest.$ac_ext >&5
20510 cat >conftest.$ac_ext <<_ACEOF
20513 cat confdefs.h >>conftest.$ac_ext
20514 cat >>conftest.$ac_ext <<_ACEOF
20515 /* end confdefs.h. */
20516 #include <sys/types.h>
20517 #ifdef HAVE_SYS_PARAM_H
20518 # include <sys/param.h>
20520 #ifdef HAVE_SYS_MOUNT_H
20521 # include <sys/mount.h>
20523 #ifdef HAVE_SYS_VFS_H
20524 # include <sys/vfs.h>
20526 #ifdef HAVE_SYS_STATFS_H
20527 # include <sys/statfs.h>
20533 static struct statfs ac_aggr;
20534 if (sizeof ac_aggr.f_namelen)
20540 rm -f conftest.$ac_objext
20541 if { (ac_try="$ac_compile"
20542 case "(($ac_try" in
20543 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20544 *) ac_try_echo
=$ac_try;;
20546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20547 (eval "$ac_compile") 2>conftest.er1
20549 grep -v '^ *+' conftest.er1
>conftest.err
20551 cat conftest.err
>&5
20552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20553 (exit $ac_status); } && {
20554 test -z "$ac_c_werror_flag" ||
20555 test ! -s conftest.err
20556 } && test -s conftest.
$ac_objext; then
20557 ac_cv_member_struct_statfs_f_namelen
=yes
20559 echo "$as_me: failed program was:" >&5
20560 sed 's/^/| /' conftest.
$ac_ext >&5
20562 ac_cv_member_struct_statfs_f_namelen
=no
20565 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20568 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20570 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20571 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20572 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20574 cat >>confdefs.h
<<_ACEOF
20575 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20582 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20583 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20584 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20585 echo $ECHO_N "(cached) $ECHO_C" >&6
20587 cat >conftest.
$ac_ext <<_ACEOF
20590 cat confdefs.h
>>conftest.
$ac_ext
20591 cat >>conftest.
$ac_ext <<_ACEOF
20592 /* end confdefs.h. */
20593 #ifdef HAVE_SYS_STATVFS_H
20594 #include <sys/statvfs.h>
20600 static struct statvfs ac_aggr;
20601 if (ac_aggr.f_blocks)
20607 rm -f conftest.
$ac_objext
20608 if { (ac_try
="$ac_compile"
20609 case "(($ac_try" in
20610 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20611 *) ac_try_echo=$ac_try;;
20613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20614 (eval "$ac_compile") 2>conftest.er1
20616 grep -v '^ *+' conftest.er1 >conftest.err
20618 cat conftest.err >&5
20619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20620 (exit $ac_status); } && {
20621 test -z "$ac_c_werror_flag" ||
20622 test ! -s conftest.err
20623 } && test -s conftest.$ac_objext; then
20624 ac_cv_member_struct_statvfs_f_blocks=yes
20626 echo "$as_me: failed program was:" >&5
20627 sed 's/^/| /' conftest.$ac_ext >&5
20629 cat >conftest.$ac_ext <<_ACEOF
20632 cat confdefs.h >>conftest.$ac_ext
20633 cat >>conftest.$ac_ext <<_ACEOF
20634 /* end confdefs.h. */
20635 #ifdef HAVE_SYS_STATVFS_H
20636 #include <sys/statvfs.h>
20642 static struct statvfs ac_aggr;
20643 if (sizeof ac_aggr.f_blocks)
20649 rm -f conftest.$ac_objext
20650 if { (ac_try="$ac_compile"
20651 case "(($ac_try" in
20652 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20653 *) ac_try_echo
=$ac_try;;
20655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20656 (eval "$ac_compile") 2>conftest.er1
20658 grep -v '^ *+' conftest.er1
>conftest.err
20660 cat conftest.err
>&5
20661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20662 (exit $ac_status); } && {
20663 test -z "$ac_c_werror_flag" ||
20664 test ! -s conftest.err
20665 } && test -s conftest.
$ac_objext; then
20666 ac_cv_member_struct_statvfs_f_blocks
=yes
20668 echo "$as_me: failed program was:" >&5
20669 sed 's/^/| /' conftest.
$ac_ext >&5
20671 ac_cv_member_struct_statvfs_f_blocks
=no
20674 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20677 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20679 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20680 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20681 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20683 cat >>confdefs.h
<<_ACEOF
20684 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20691 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20692 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20693 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20694 echo $ECHO_N "(cached) $ECHO_C" >&6
20696 cat >conftest.
$ac_ext <<_ACEOF
20699 cat confdefs.h
>>conftest.
$ac_ext
20700 cat >>conftest.
$ac_ext <<_ACEOF
20701 /* end confdefs.h. */
20702 #include <sys/types.h>
20703 #ifdef HAVE_SYS_SOCKET_H
20704 # include <sys/socket.h>
20706 #ifdef HAVE_SYS_UN_H
20707 # include <sys/un.h>
20713 static struct msghdr ac_aggr;
20714 if (ac_aggr.msg_accrights)
20720 rm -f conftest.
$ac_objext
20721 if { (ac_try
="$ac_compile"
20722 case "(($ac_try" in
20723 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20724 *) ac_try_echo=$ac_try;;
20726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20727 (eval "$ac_compile") 2>conftest.er1
20729 grep -v '^ *+' conftest.er1 >conftest.err
20731 cat conftest.err >&5
20732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20733 (exit $ac_status); } && {
20734 test -z "$ac_c_werror_flag" ||
20735 test ! -s conftest.err
20736 } && test -s conftest.$ac_objext; then
20737 ac_cv_member_struct_msghdr_msg_accrights=yes
20739 echo "$as_me: failed program was:" >&5
20740 sed 's/^/| /' conftest.$ac_ext >&5
20742 cat >conftest.$ac_ext <<_ACEOF
20745 cat confdefs.h >>conftest.$ac_ext
20746 cat >>conftest.$ac_ext <<_ACEOF
20747 /* end confdefs.h. */
20748 #include <sys/types.h>
20749 #ifdef HAVE_SYS_SOCKET_H
20750 # include <sys/socket.h>
20752 #ifdef HAVE_SYS_UN_H
20753 # include <sys/un.h>
20759 static struct msghdr ac_aggr;
20760 if (sizeof ac_aggr.msg_accrights)
20766 rm -f conftest.$ac_objext
20767 if { (ac_try="$ac_compile"
20768 case "(($ac_try" in
20769 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20770 *) ac_try_echo
=$ac_try;;
20772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20773 (eval "$ac_compile") 2>conftest.er1
20775 grep -v '^ *+' conftest.er1
>conftest.err
20777 cat conftest.err
>&5
20778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20779 (exit $ac_status); } && {
20780 test -z "$ac_c_werror_flag" ||
20781 test ! -s conftest.err
20782 } && test -s conftest.
$ac_objext; then
20783 ac_cv_member_struct_msghdr_msg_accrights
=yes
20785 echo "$as_me: failed program was:" >&5
20786 sed 's/^/| /' conftest.
$ac_ext >&5
20788 ac_cv_member_struct_msghdr_msg_accrights
=no
20791 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20794 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20796 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20797 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20798 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20800 cat >>confdefs.h
<<_ACEOF
20801 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20806 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20807 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20808 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20809 echo $ECHO_N "(cached) $ECHO_C" >&6
20811 cat >conftest.
$ac_ext <<_ACEOF
20814 cat confdefs.h
>>conftest.
$ac_ext
20815 cat >>conftest.
$ac_ext <<_ACEOF
20816 /* end confdefs.h. */
20817 #include <sys/types.h>
20818 #ifdef HAVE_SYS_SOCKET_H
20819 # include <sys/socket.h>
20821 #ifdef HAVE_SYS_UN_H
20822 # include <sys/un.h>
20828 static struct sockaddr ac_aggr;
20829 if (ac_aggr.sa_len)
20835 rm -f conftest.
$ac_objext
20836 if { (ac_try
="$ac_compile"
20837 case "(($ac_try" in
20838 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20839 *) ac_try_echo=$ac_try;;
20841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20842 (eval "$ac_compile") 2>conftest.er1
20844 grep -v '^ *+' conftest.er1 >conftest.err
20846 cat conftest.err >&5
20847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20848 (exit $ac_status); } && {
20849 test -z "$ac_c_werror_flag" ||
20850 test ! -s conftest.err
20851 } && test -s conftest.$ac_objext; then
20852 ac_cv_member_struct_sockaddr_sa_len=yes
20854 echo "$as_me: failed program was:" >&5
20855 sed 's/^/| /' conftest.$ac_ext >&5
20857 cat >conftest.$ac_ext <<_ACEOF
20860 cat confdefs.h >>conftest.$ac_ext
20861 cat >>conftest.$ac_ext <<_ACEOF
20862 /* end confdefs.h. */
20863 #include <sys/types.h>
20864 #ifdef HAVE_SYS_SOCKET_H
20865 # include <sys/socket.h>
20867 #ifdef HAVE_SYS_UN_H
20868 # include <sys/un.h>
20874 static struct sockaddr ac_aggr;
20875 if (sizeof ac_aggr.sa_len)
20881 rm -f conftest.$ac_objext
20882 if { (ac_try="$ac_compile"
20883 case "(($ac_try" in
20884 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20885 *) ac_try_echo
=$ac_try;;
20887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20888 (eval "$ac_compile") 2>conftest.er1
20890 grep -v '^ *+' conftest.er1
>conftest.err
20892 cat conftest.err
>&5
20893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20894 (exit $ac_status); } && {
20895 test -z "$ac_c_werror_flag" ||
20896 test ! -s conftest.err
20897 } && test -s conftest.
$ac_objext; then
20898 ac_cv_member_struct_sockaddr_sa_len
=yes
20900 echo "$as_me: failed program was:" >&5
20901 sed 's/^/| /' conftest.
$ac_ext >&5
20903 ac_cv_member_struct_sockaddr_sa_len
=no
20906 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20909 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20911 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20912 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20913 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20915 cat >>confdefs.h
<<_ACEOF
20916 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20921 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20922 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20923 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20924 echo $ECHO_N "(cached) $ECHO_C" >&6
20926 cat >conftest.
$ac_ext <<_ACEOF
20929 cat confdefs.h
>>conftest.
$ac_ext
20930 cat >>conftest.
$ac_ext <<_ACEOF
20931 /* end confdefs.h. */
20932 #include <sys/types.h>
20933 #ifdef HAVE_SYS_SOCKET_H
20934 # include <sys/socket.h>
20936 #ifdef HAVE_SYS_UN_H
20937 # include <sys/un.h>
20943 static struct sockaddr_un ac_aggr;
20944 if (ac_aggr.sun_len)
20950 rm -f conftest.
$ac_objext
20951 if { (ac_try
="$ac_compile"
20952 case "(($ac_try" in
20953 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20954 *) ac_try_echo=$ac_try;;
20956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20957 (eval "$ac_compile") 2>conftest.er1
20959 grep -v '^ *+' conftest.er1 >conftest.err
20961 cat conftest.err >&5
20962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20963 (exit $ac_status); } && {
20964 test -z "$ac_c_werror_flag" ||
20965 test ! -s conftest.err
20966 } && test -s conftest.$ac_objext; then
20967 ac_cv_member_struct_sockaddr_un_sun_len=yes
20969 echo "$as_me: failed program was:" >&5
20970 sed 's/^/| /' conftest.$ac_ext >&5
20972 cat >conftest.$ac_ext <<_ACEOF
20975 cat confdefs.h >>conftest.$ac_ext
20976 cat >>conftest.$ac_ext <<_ACEOF
20977 /* end confdefs.h. */
20978 #include <sys/types.h>
20979 #ifdef HAVE_SYS_SOCKET_H
20980 # include <sys/socket.h>
20982 #ifdef HAVE_SYS_UN_H
20983 # include <sys/un.h>
20989 static struct sockaddr_un ac_aggr;
20990 if (sizeof ac_aggr.sun_len)
20996 rm -f conftest.$ac_objext
20997 if { (ac_try="$ac_compile"
20998 case "(($ac_try" in
20999 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21000 *) ac_try_echo
=$ac_try;;
21002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21003 (eval "$ac_compile") 2>conftest.er1
21005 grep -v '^ *+' conftest.er1
>conftest.err
21007 cat conftest.err
>&5
21008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); } && {
21010 test -z "$ac_c_werror_flag" ||
21011 test ! -s conftest.err
21012 } && test -s conftest.
$ac_objext; then
21013 ac_cv_member_struct_sockaddr_un_sun_len
=yes
21015 echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.
$ac_ext >&5
21018 ac_cv_member_struct_sockaddr_un_sun_len
=no
21021 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21024 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21026 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21027 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21028 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21030 cat >>confdefs.h
<<_ACEOF
21031 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21038 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21039 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21040 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21041 echo $ECHO_N "(cached) $ECHO_C" >&6
21043 cat >conftest.
$ac_ext <<_ACEOF
21046 cat confdefs.h
>>conftest.
$ac_ext
21047 cat >>conftest.
$ac_ext <<_ACEOF
21048 /* end confdefs.h. */
21049 #include <sys/types.h>
21050 #ifdef HAVE_SCSI_SG_H
21051 #include <scsi/sg.h>
21057 static scsireq_t ac_aggr;
21064 rm -f conftest.
$ac_objext
21065 if { (ac_try
="$ac_compile"
21066 case "(($ac_try" in
21067 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21068 *) ac_try_echo=$ac_try;;
21070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21071 (eval "$ac_compile") 2>conftest.er1
21073 grep -v '^ *+' conftest.er1 >conftest.err
21075 cat conftest.err >&5
21076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21077 (exit $ac_status); } && {
21078 test -z "$ac_c_werror_flag" ||
21079 test ! -s conftest.err
21080 } && test -s conftest.$ac_objext; then
21081 ac_cv_member_scsireq_t_cmd=yes
21083 echo "$as_me: failed program was:" >&5
21084 sed 's/^/| /' conftest.$ac_ext >&5
21086 cat >conftest.$ac_ext <<_ACEOF
21089 cat confdefs.h >>conftest.$ac_ext
21090 cat >>conftest.$ac_ext <<_ACEOF
21091 /* end confdefs.h. */
21092 #include <sys/types.h>
21093 #ifdef HAVE_SCSI_SG_H
21094 #include <scsi/sg.h>
21100 static scsireq_t ac_aggr;
21101 if (sizeof ac_aggr.cmd)
21107 rm -f conftest.$ac_objext
21108 if { (ac_try="$ac_compile"
21109 case "(($ac_try" in
21110 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21111 *) ac_try_echo
=$ac_try;;
21113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21114 (eval "$ac_compile") 2>conftest.er1
21116 grep -v '^ *+' conftest.er1
>conftest.err
21118 cat conftest.err
>&5
21119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21120 (exit $ac_status); } && {
21121 test -z "$ac_c_werror_flag" ||
21122 test ! -s conftest.err
21123 } && test -s conftest.
$ac_objext; then
21124 ac_cv_member_scsireq_t_cmd
=yes
21126 echo "$as_me: failed program was:" >&5
21127 sed 's/^/| /' conftest.
$ac_ext >&5
21129 ac_cv_member_scsireq_t_cmd
=no
21132 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21135 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21137 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21138 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21139 if test $ac_cv_member_scsireq_t_cmd = yes; then
21141 cat >>confdefs.h
<<_ACEOF
21142 #define HAVE_SCSIREQ_T_CMD 1
21147 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21148 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21149 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21150 echo $ECHO_N "(cached) $ECHO_C" >&6
21152 cat >conftest.
$ac_ext <<_ACEOF
21155 cat confdefs.h
>>conftest.
$ac_ext
21156 cat >>conftest.
$ac_ext <<_ACEOF
21157 /* end confdefs.h. */
21158 #include <sys/types.h>
21159 #ifdef HAVE_SCSI_SG_H
21160 #include <scsi/sg.h>
21166 static sg_io_hdr_t ac_aggr;
21167 if (ac_aggr.interface_id)
21173 rm -f conftest.
$ac_objext
21174 if { (ac_try
="$ac_compile"
21175 case "(($ac_try" in
21176 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21177 *) ac_try_echo=$ac_try;;
21179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21180 (eval "$ac_compile") 2>conftest.er1
21182 grep -v '^ *+' conftest.er1 >conftest.err
21184 cat conftest.err >&5
21185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21186 (exit $ac_status); } && {
21187 test -z "$ac_c_werror_flag" ||
21188 test ! -s conftest.err
21189 } && test -s conftest.$ac_objext; then
21190 ac_cv_member_sg_io_hdr_t_interface_id=yes
21192 echo "$as_me: failed program was:" >&5
21193 sed 's/^/| /' conftest.$ac_ext >&5
21195 cat >conftest.$ac_ext <<_ACEOF
21198 cat confdefs.h >>conftest.$ac_ext
21199 cat >>conftest.$ac_ext <<_ACEOF
21200 /* end confdefs.h. */
21201 #include <sys/types.h>
21202 #ifdef HAVE_SCSI_SG_H
21203 #include <scsi/sg.h>
21209 static sg_io_hdr_t ac_aggr;
21210 if (sizeof ac_aggr.interface_id)
21216 rm -f conftest.$ac_objext
21217 if { (ac_try="$ac_compile"
21218 case "(($ac_try" in
21219 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21220 *) ac_try_echo
=$ac_try;;
21222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21223 (eval "$ac_compile") 2>conftest.er1
21225 grep -v '^ *+' conftest.er1
>conftest.err
21227 cat conftest.err
>&5
21228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21229 (exit $ac_status); } && {
21230 test -z "$ac_c_werror_flag" ||
21231 test ! -s conftest.err
21232 } && test -s conftest.
$ac_objext; then
21233 ac_cv_member_sg_io_hdr_t_interface_id
=yes
21235 echo "$as_me: failed program was:" >&5
21236 sed 's/^/| /' conftest.
$ac_ext >&5
21238 ac_cv_member_sg_io_hdr_t_interface_id
=no
21241 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21244 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21246 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21247 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21248 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21250 cat >>confdefs.h
<<_ACEOF
21251 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21258 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21259 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21260 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21261 echo $ECHO_N "(cached) $ECHO_C" >&6
21263 cat >conftest.
$ac_ext <<_ACEOF
21266 cat confdefs.h
>>conftest.
$ac_ext
21267 cat >>conftest.
$ac_ext <<_ACEOF
21268 /* end confdefs.h. */
21269 #include <signal.h>
21274 static siginfo_t ac_aggr;
21281 rm -f conftest.
$ac_objext
21282 if { (ac_try
="$ac_compile"
21283 case "(($ac_try" in
21284 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21285 *) ac_try_echo=$ac_try;;
21287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21288 (eval "$ac_compile") 2>conftest.er1
21290 grep -v '^ *+' conftest.er1 >conftest.err
21292 cat conftest.err >&5
21293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21294 (exit $ac_status); } && {
21295 test -z "$ac_c_werror_flag" ||
21296 test ! -s conftest.err
21297 } && test -s conftest.$ac_objext; then
21298 ac_cv_member_siginfo_t_si_fd=yes
21300 echo "$as_me: failed program was:" >&5
21301 sed 's/^/| /' conftest.$ac_ext >&5
21303 cat >conftest.$ac_ext <<_ACEOF
21306 cat confdefs.h >>conftest.$ac_ext
21307 cat >>conftest.$ac_ext <<_ACEOF
21308 /* end confdefs.h. */
21309 #include <signal.h>
21314 static siginfo_t ac_aggr;
21315 if (sizeof ac_aggr.si_fd)
21321 rm -f conftest.$ac_objext
21322 if { (ac_try="$ac_compile"
21323 case "(($ac_try" in
21324 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21325 *) ac_try_echo
=$ac_try;;
21327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21328 (eval "$ac_compile") 2>conftest.er1
21330 grep -v '^ *+' conftest.er1
>conftest.err
21332 cat conftest.err
>&5
21333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21334 (exit $ac_status); } && {
21335 test -z "$ac_c_werror_flag" ||
21336 test ! -s conftest.err
21337 } && test -s conftest.
$ac_objext; then
21338 ac_cv_member_siginfo_t_si_fd
=yes
21340 echo "$as_me: failed program was:" >&5
21341 sed 's/^/| /' conftest.
$ac_ext >&5
21343 ac_cv_member_siginfo_t_si_fd
=no
21346 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21349 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21351 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21352 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21353 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21355 cat >>confdefs.h
<<_ACEOF
21356 #define HAVE_SIGINFO_T_SI_FD 1
21363 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21364 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21365 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21366 echo $ECHO_N "(cached) $ECHO_C" >&6
21368 cat >conftest.
$ac_ext <<_ACEOF
21371 cat confdefs.h
>>conftest.
$ac_ext
21372 cat >>conftest.
$ac_ext <<_ACEOF
21373 /* end confdefs.h. */
21374 #include <sys/types.h>
21375 #ifdef HAVE_SYS_MTIO_H
21376 #include <sys/mtio.h>
21382 static struct mtget ac_aggr;
21383 if (ac_aggr.mt_blksiz)
21389 rm -f conftest.
$ac_objext
21390 if { (ac_try
="$ac_compile"
21391 case "(($ac_try" in
21392 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21393 *) ac_try_echo=$ac_try;;
21395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21396 (eval "$ac_compile") 2>conftest.er1
21398 grep -v '^ *+' conftest.er1 >conftest.err
21400 cat conftest.err >&5
21401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21402 (exit $ac_status); } && {
21403 test -z "$ac_c_werror_flag" ||
21404 test ! -s conftest.err
21405 } && test -s conftest.$ac_objext; then
21406 ac_cv_member_struct_mtget_mt_blksiz=yes
21408 echo "$as_me: failed program was:" >&5
21409 sed 's/^/| /' conftest.$ac_ext >&5
21411 cat >conftest.$ac_ext <<_ACEOF
21414 cat confdefs.h >>conftest.$ac_ext
21415 cat >>conftest.$ac_ext <<_ACEOF
21416 /* end confdefs.h. */
21417 #include <sys/types.h>
21418 #ifdef HAVE_SYS_MTIO_H
21419 #include <sys/mtio.h>
21425 static struct mtget ac_aggr;
21426 if (sizeof ac_aggr.mt_blksiz)
21432 rm -f conftest.$ac_objext
21433 if { (ac_try="$ac_compile"
21434 case "(($ac_try" in
21435 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21436 *) ac_try_echo
=$ac_try;;
21438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21439 (eval "$ac_compile") 2>conftest.er1
21441 grep -v '^ *+' conftest.er1
>conftest.err
21443 cat conftest.err
>&5
21444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21445 (exit $ac_status); } && {
21446 test -z "$ac_c_werror_flag" ||
21447 test ! -s conftest.err
21448 } && test -s conftest.
$ac_objext; then
21449 ac_cv_member_struct_mtget_mt_blksiz
=yes
21451 echo "$as_me: failed program was:" >&5
21452 sed 's/^/| /' conftest.
$ac_ext >&5
21454 ac_cv_member_struct_mtget_mt_blksiz
=no
21457 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21460 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21462 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21463 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21464 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21466 cat >>confdefs.h
<<_ACEOF
21467 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21472 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21473 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21474 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21475 echo $ECHO_N "(cached) $ECHO_C" >&6
21477 cat >conftest.
$ac_ext <<_ACEOF
21480 cat confdefs.h
>>conftest.
$ac_ext
21481 cat >>conftest.
$ac_ext <<_ACEOF
21482 /* end confdefs.h. */
21483 #include <sys/types.h>
21484 #ifdef HAVE_SYS_MTIO_H
21485 #include <sys/mtio.h>
21491 static struct mtget ac_aggr;
21492 if (ac_aggr.mt_gstat)
21498 rm -f conftest.
$ac_objext
21499 if { (ac_try
="$ac_compile"
21500 case "(($ac_try" in
21501 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21502 *) ac_try_echo=$ac_try;;
21504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21505 (eval "$ac_compile") 2>conftest.er1
21507 grep -v '^ *+' conftest.er1 >conftest.err
21509 cat conftest.err >&5
21510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21511 (exit $ac_status); } && {
21512 test -z "$ac_c_werror_flag" ||
21513 test ! -s conftest.err
21514 } && test -s conftest.$ac_objext; then
21515 ac_cv_member_struct_mtget_mt_gstat=yes
21517 echo "$as_me: failed program was:" >&5
21518 sed 's/^/| /' conftest.$ac_ext >&5
21520 cat >conftest.$ac_ext <<_ACEOF
21523 cat confdefs.h >>conftest.$ac_ext
21524 cat >>conftest.$ac_ext <<_ACEOF
21525 /* end confdefs.h. */
21526 #include <sys/types.h>
21527 #ifdef HAVE_SYS_MTIO_H
21528 #include <sys/mtio.h>
21534 static struct mtget ac_aggr;
21535 if (sizeof ac_aggr.mt_gstat)
21541 rm -f conftest.$ac_objext
21542 if { (ac_try="$ac_compile"
21543 case "(($ac_try" in
21544 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21545 *) ac_try_echo
=$ac_try;;
21547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21548 (eval "$ac_compile") 2>conftest.er1
21550 grep -v '^ *+' conftest.er1
>conftest.err
21552 cat conftest.err
>&5
21553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21554 (exit $ac_status); } && {
21555 test -z "$ac_c_werror_flag" ||
21556 test ! -s conftest.err
21557 } && test -s conftest.
$ac_objext; then
21558 ac_cv_member_struct_mtget_mt_gstat
=yes
21560 echo "$as_me: failed program was:" >&5
21561 sed 's/^/| /' conftest.
$ac_ext >&5
21563 ac_cv_member_struct_mtget_mt_gstat
=no
21566 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21569 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21571 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21572 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21573 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21575 cat >>confdefs.h
<<_ACEOF
21576 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21581 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21582 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21583 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21584 echo $ECHO_N "(cached) $ECHO_C" >&6
21586 cat >conftest.
$ac_ext <<_ACEOF
21589 cat confdefs.h
>>conftest.
$ac_ext
21590 cat >>conftest.
$ac_ext <<_ACEOF
21591 /* end confdefs.h. */
21592 #include <sys/types.h>
21593 #ifdef HAVE_SYS_MTIO_H
21594 #include <sys/mtio.h>
21600 static struct mtget ac_aggr;
21601 if (ac_aggr.mt_blkno)
21607 rm -f conftest.
$ac_objext
21608 if { (ac_try
="$ac_compile"
21609 case "(($ac_try" in
21610 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21611 *) ac_try_echo=$ac_try;;
21613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21614 (eval "$ac_compile") 2>conftest.er1
21616 grep -v '^ *+' conftest.er1 >conftest.err
21618 cat conftest.err >&5
21619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21620 (exit $ac_status); } && {
21621 test -z "$ac_c_werror_flag" ||
21622 test ! -s conftest.err
21623 } && test -s conftest.$ac_objext; then
21624 ac_cv_member_struct_mtget_mt_blkno=yes
21626 echo "$as_me: failed program was:" >&5
21627 sed 's/^/| /' conftest.$ac_ext >&5
21629 cat >conftest.$ac_ext <<_ACEOF
21632 cat confdefs.h >>conftest.$ac_ext
21633 cat >>conftest.$ac_ext <<_ACEOF
21634 /* end confdefs.h. */
21635 #include <sys/types.h>
21636 #ifdef HAVE_SYS_MTIO_H
21637 #include <sys/mtio.h>
21643 static struct mtget ac_aggr;
21644 if (sizeof ac_aggr.mt_blkno)
21650 rm -f conftest.$ac_objext
21651 if { (ac_try="$ac_compile"
21652 case "(($ac_try" in
21653 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21654 *) ac_try_echo
=$ac_try;;
21656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21657 (eval "$ac_compile") 2>conftest.er1
21659 grep -v '^ *+' conftest.er1
>conftest.err
21661 cat conftest.err
>&5
21662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21663 (exit $ac_status); } && {
21664 test -z "$ac_c_werror_flag" ||
21665 test ! -s conftest.err
21666 } && test -s conftest.
$ac_objext; then
21667 ac_cv_member_struct_mtget_mt_blkno
=yes
21669 echo "$as_me: failed program was:" >&5
21670 sed 's/^/| /' conftest.
$ac_ext >&5
21672 ac_cv_member_struct_mtget_mt_blkno
=no
21675 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21678 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21680 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21681 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21682 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21684 cat >>confdefs.h
<<_ACEOF
21685 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21692 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21693 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21694 if test "${ac_cv_member_struct_option_name+set}" = set; then
21695 echo $ECHO_N "(cached) $ECHO_C" >&6
21697 cat >conftest.
$ac_ext <<_ACEOF
21700 cat confdefs.h
>>conftest.
$ac_ext
21701 cat >>conftest.
$ac_ext <<_ACEOF
21702 /* end confdefs.h. */
21703 #ifdef HAVE_GETOPT_H
21704 #include <getopt.h>
21710 static struct option ac_aggr;
21717 rm -f conftest.
$ac_objext
21718 if { (ac_try
="$ac_compile"
21719 case "(($ac_try" in
21720 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21721 *) ac_try_echo=$ac_try;;
21723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21724 (eval "$ac_compile") 2>conftest.er1
21726 grep -v '^ *+' conftest.er1 >conftest.err
21728 cat conftest.err >&5
21729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21730 (exit $ac_status); } && {
21731 test -z "$ac_c_werror_flag" ||
21732 test ! -s conftest.err
21733 } && test -s conftest.$ac_objext; then
21734 ac_cv_member_struct_option_name=yes
21736 echo "$as_me: failed program was:" >&5
21737 sed 's/^/| /' conftest.$ac_ext >&5
21739 cat >conftest.$ac_ext <<_ACEOF
21742 cat confdefs.h >>conftest.$ac_ext
21743 cat >>conftest.$ac_ext <<_ACEOF
21744 /* end confdefs.h. */
21745 #ifdef HAVE_GETOPT_H
21746 #include <getopt.h>
21752 static struct option ac_aggr;
21753 if (sizeof ac_aggr.name)
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;;
21765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21766 (eval "$ac_compile") 2>conftest.er1
21768 grep -v '^ *+' conftest.er1
>conftest.err
21770 cat conftest.err
>&5
21771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21772 (exit $ac_status); } && {
21773 test -z "$ac_c_werror_flag" ||
21774 test ! -s conftest.err
21775 } && test -s conftest.
$ac_objext; then
21776 ac_cv_member_struct_option_name
=yes
21778 echo "$as_me: failed program was:" >&5
21779 sed 's/^/| /' conftest.
$ac_ext >&5
21781 ac_cv_member_struct_option_name
=no
21784 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21787 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21789 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21790 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21791 if test $ac_cv_member_struct_option_name = yes; then
21793 cat >>confdefs.h
<<_ACEOF
21794 #define HAVE_STRUCT_OPTION_NAME 1
21801 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21802 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21803 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21804 echo $ECHO_N "(cached) $ECHO_C" >&6
21806 cat >conftest.
$ac_ext <<_ACEOF
21809 cat confdefs.h
>>conftest.
$ac_ext
21810 cat >>conftest.
$ac_ext <<_ACEOF
21811 /* end confdefs.h. */
21812 $ac_includes_default
21816 static struct stat ac_aggr;
21817 if (ac_aggr.st_blocks)
21823 rm -f conftest.
$ac_objext
21824 if { (ac_try
="$ac_compile"
21825 case "(($ac_try" in
21826 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21827 *) ac_try_echo=$ac_try;;
21829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21830 (eval "$ac_compile") 2>conftest.er1
21832 grep -v '^ *+' conftest.er1 >conftest.err
21834 cat conftest.err >&5
21835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21836 (exit $ac_status); } && {
21837 test -z "$ac_c_werror_flag" ||
21838 test ! -s conftest.err
21839 } && test -s conftest.$ac_objext; then
21840 ac_cv_member_struct_stat_st_blocks=yes
21842 echo "$as_me: failed program was:" >&5
21843 sed 's/^/| /' conftest.$ac_ext >&5
21845 cat >conftest.$ac_ext <<_ACEOF
21848 cat confdefs.h >>conftest.$ac_ext
21849 cat >>conftest.$ac_ext <<_ACEOF
21850 /* end confdefs.h. */
21851 $ac_includes_default
21855 static struct stat ac_aggr;
21856 if (sizeof ac_aggr.st_blocks)
21862 rm -f conftest.$ac_objext
21863 if { (ac_try="$ac_compile"
21864 case "(($ac_try" in
21865 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21866 *) ac_try_echo
=$ac_try;;
21868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21869 (eval "$ac_compile") 2>conftest.er1
21871 grep -v '^ *+' conftest.er1
>conftest.err
21873 cat conftest.err
>&5
21874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21875 (exit $ac_status); } && {
21876 test -z "$ac_c_werror_flag" ||
21877 test ! -s conftest.err
21878 } && test -s conftest.
$ac_objext; then
21879 ac_cv_member_struct_stat_st_blocks
=yes
21881 echo "$as_me: failed program was:" >&5
21882 sed 's/^/| /' conftest.
$ac_ext >&5
21884 ac_cv_member_struct_stat_st_blocks
=no
21887 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21890 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21892 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21893 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21894 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21896 cat >>confdefs.h
<<_ACEOF
21897 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21902 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21903 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21904 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21905 echo $ECHO_N "(cached) $ECHO_C" >&6
21907 cat >conftest.
$ac_ext <<_ACEOF
21910 cat confdefs.h
>>conftest.
$ac_ext
21911 cat >>conftest.
$ac_ext <<_ACEOF
21912 /* end confdefs.h. */
21913 $ac_includes_default
21917 static struct stat ac_aggr;
21918 if (ac_aggr.st_mtim)
21924 rm -f conftest.
$ac_objext
21925 if { (ac_try
="$ac_compile"
21926 case "(($ac_try" in
21927 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21928 *) ac_try_echo=$ac_try;;
21930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21931 (eval "$ac_compile") 2>conftest.er1
21933 grep -v '^ *+' conftest.er1 >conftest.err
21935 cat conftest.err >&5
21936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21937 (exit $ac_status); } && {
21938 test -z "$ac_c_werror_flag" ||
21939 test ! -s conftest.err
21940 } && test -s conftest.$ac_objext; then
21941 ac_cv_member_struct_stat_st_mtim=yes
21943 echo "$as_me: failed program was:" >&5
21944 sed 's/^/| /' conftest.$ac_ext >&5
21946 cat >conftest.$ac_ext <<_ACEOF
21949 cat confdefs.h >>conftest.$ac_ext
21950 cat >>conftest.$ac_ext <<_ACEOF
21951 /* end confdefs.h. */
21952 $ac_includes_default
21956 static struct stat ac_aggr;
21957 if (sizeof ac_aggr.st_mtim)
21963 rm -f conftest.$ac_objext
21964 if { (ac_try="$ac_compile"
21965 case "(($ac_try" in
21966 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21967 *) ac_try_echo
=$ac_try;;
21969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21970 (eval "$ac_compile") 2>conftest.er1
21972 grep -v '^ *+' conftest.er1
>conftest.err
21974 cat conftest.err
>&5
21975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21976 (exit $ac_status); } && {
21977 test -z "$ac_c_werror_flag" ||
21978 test ! -s conftest.err
21979 } && test -s conftest.
$ac_objext; then
21980 ac_cv_member_struct_stat_st_mtim
=yes
21982 echo "$as_me: failed program was:" >&5
21983 sed 's/^/| /' conftest.
$ac_ext >&5
21985 ac_cv_member_struct_stat_st_mtim
=no
21988 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21991 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21993 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21994 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21995 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21997 cat >>confdefs.h
<<_ACEOF
21998 #define HAVE_STRUCT_STAT_ST_MTIM 1
22003 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22004 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22005 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22006 echo $ECHO_N "(cached) $ECHO_C" >&6
22008 cat >conftest.
$ac_ext <<_ACEOF
22011 cat confdefs.h
>>conftest.
$ac_ext
22012 cat >>conftest.
$ac_ext <<_ACEOF
22013 /* end confdefs.h. */
22014 $ac_includes_default
22018 static struct stat ac_aggr;
22019 if (ac_aggr.st_ctim)
22025 rm -f conftest.
$ac_objext
22026 if { (ac_try
="$ac_compile"
22027 case "(($ac_try" in
22028 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22029 *) ac_try_echo=$ac_try;;
22031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22032 (eval "$ac_compile") 2>conftest.er1
22034 grep -v '^ *+' conftest.er1 >conftest.err
22036 cat conftest.err >&5
22037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22038 (exit $ac_status); } && {
22039 test -z "$ac_c_werror_flag" ||
22040 test ! -s conftest.err
22041 } && test -s conftest.$ac_objext; then
22042 ac_cv_member_struct_stat_st_ctim=yes
22044 echo "$as_me: failed program was:" >&5
22045 sed 's/^/| /' conftest.$ac_ext >&5
22047 cat >conftest.$ac_ext <<_ACEOF
22050 cat confdefs.h >>conftest.$ac_ext
22051 cat >>conftest.$ac_ext <<_ACEOF
22052 /* end confdefs.h. */
22053 $ac_includes_default
22057 static struct stat ac_aggr;
22058 if (sizeof ac_aggr.st_ctim)
22064 rm -f conftest.$ac_objext
22065 if { (ac_try="$ac_compile"
22066 case "(($ac_try" in
22067 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22068 *) ac_try_echo
=$ac_try;;
22070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22071 (eval "$ac_compile") 2>conftest.er1
22073 grep -v '^ *+' conftest.er1
>conftest.err
22075 cat conftest.err
>&5
22076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22077 (exit $ac_status); } && {
22078 test -z "$ac_c_werror_flag" ||
22079 test ! -s conftest.err
22080 } && test -s conftest.
$ac_objext; then
22081 ac_cv_member_struct_stat_st_ctim
=yes
22083 echo "$as_me: failed program was:" >&5
22084 sed 's/^/| /' conftest.
$ac_ext >&5
22086 ac_cv_member_struct_stat_st_ctim
=no
22089 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22092 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22094 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22095 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22096 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22098 cat >>confdefs.h
<<_ACEOF
22099 #define HAVE_STRUCT_STAT_ST_CTIM 1
22104 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22105 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22106 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22107 echo $ECHO_N "(cached) $ECHO_C" >&6
22109 cat >conftest.
$ac_ext <<_ACEOF
22112 cat confdefs.h
>>conftest.
$ac_ext
22113 cat >>conftest.
$ac_ext <<_ACEOF
22114 /* end confdefs.h. */
22115 $ac_includes_default
22119 static struct stat ac_aggr;
22120 if (ac_aggr.st_atim)
22126 rm -f conftest.
$ac_objext
22127 if { (ac_try
="$ac_compile"
22128 case "(($ac_try" in
22129 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22130 *) ac_try_echo=$ac_try;;
22132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22133 (eval "$ac_compile") 2>conftest.er1
22135 grep -v '^ *+' conftest.er1 >conftest.err
22137 cat conftest.err >&5
22138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22139 (exit $ac_status); } && {
22140 test -z "$ac_c_werror_flag" ||
22141 test ! -s conftest.err
22142 } && test -s conftest.$ac_objext; then
22143 ac_cv_member_struct_stat_st_atim=yes
22145 echo "$as_me: failed program was:" >&5
22146 sed 's/^/| /' conftest.$ac_ext >&5
22148 cat >conftest.$ac_ext <<_ACEOF
22151 cat confdefs.h >>conftest.$ac_ext
22152 cat >>conftest.$ac_ext <<_ACEOF
22153 /* end confdefs.h. */
22154 $ac_includes_default
22158 static struct stat ac_aggr;
22159 if (sizeof ac_aggr.st_atim)
22165 rm -f conftest.$ac_objext
22166 if { (ac_try="$ac_compile"
22167 case "(($ac_try" in
22168 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22169 *) ac_try_echo
=$ac_try;;
22171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22172 (eval "$ac_compile") 2>conftest.er1
22174 grep -v '^ *+' conftest.er1
>conftest.err
22176 cat conftest.err
>&5
22177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178 (exit $ac_status); } && {
22179 test -z "$ac_c_werror_flag" ||
22180 test ! -s conftest.err
22181 } && test -s conftest.
$ac_objext; then
22182 ac_cv_member_struct_stat_st_atim
=yes
22184 echo "$as_me: failed program was:" >&5
22185 sed 's/^/| /' conftest.
$ac_ext >&5
22187 ac_cv_member_struct_stat_st_atim
=no
22190 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22193 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22195 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22196 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22197 if test $ac_cv_member_struct_stat_st_atim = yes; then
22199 cat >>confdefs.h
<<_ACEOF
22200 #define HAVE_STRUCT_STAT_ST_ATIM 1
22207 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22208 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22209 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22210 echo $ECHO_N "(cached) $ECHO_C" >&6
22212 cat >conftest.
$ac_ext <<_ACEOF
22215 cat confdefs.h
>>conftest.
$ac_ext
22216 cat >>conftest.
$ac_ext <<_ACEOF
22217 /* end confdefs.h. */
22218 #ifdef HAVE_SYS_TYPES_H
22219 #include <sys/types.h>
22221 #ifdef HAVE_NETINET_IN_H
22222 #include <netinet/in.h>
22228 static struct sockaddr_in6 ac_aggr;
22229 if (ac_aggr.sin6_scope_id)
22235 rm -f conftest.
$ac_objext
22236 if { (ac_try
="$ac_compile"
22237 case "(($ac_try" in
22238 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22239 *) ac_try_echo=$ac_try;;
22241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22242 (eval "$ac_compile") 2>conftest.er1
22244 grep -v '^ *+' conftest.er1 >conftest.err
22246 cat conftest.err >&5
22247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22248 (exit $ac_status); } && {
22249 test -z "$ac_c_werror_flag" ||
22250 test ! -s conftest.err
22251 } && test -s conftest.$ac_objext; then
22252 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22254 echo "$as_me: failed program was:" >&5
22255 sed 's/^/| /' conftest.$ac_ext >&5
22257 cat >conftest.$ac_ext <<_ACEOF
22260 cat confdefs.h >>conftest.$ac_ext
22261 cat >>conftest.$ac_ext <<_ACEOF
22262 /* end confdefs.h. */
22263 #ifdef HAVE_SYS_TYPES_H
22264 #include <sys/types.h>
22266 #ifdef HAVE_NETINET_IN_H
22267 #include <netinet/in.h>
22273 static struct sockaddr_in6 ac_aggr;
22274 if (sizeof ac_aggr.sin6_scope_id)
22280 rm -f conftest.$ac_objext
22281 if { (ac_try="$ac_compile"
22282 case "(($ac_try" in
22283 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22284 *) ac_try_echo
=$ac_try;;
22286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22287 (eval "$ac_compile") 2>conftest.er1
22289 grep -v '^ *+' conftest.er1
>conftest.err
22291 cat conftest.err
>&5
22292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22293 (exit $ac_status); } && {
22294 test -z "$ac_c_werror_flag" ||
22295 test ! -s conftest.err
22296 } && test -s conftest.
$ac_objext; then
22297 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
22299 echo "$as_me: failed program was:" >&5
22300 sed 's/^/| /' conftest.
$ac_ext >&5
22302 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=no
22305 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22308 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22310 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22311 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22312 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22314 cat >>confdefs.h
<<_ACEOF
22315 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22322 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22323 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22324 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22325 echo $ECHO_N "(cached) $ECHO_C" >&6
22327 cat >conftest.
$ac_ext <<_ACEOF
22330 cat confdefs.h
>>conftest.
$ac_ext
22331 cat >>conftest.
$ac_ext <<_ACEOF
22332 /* end confdefs.h. */
22333 #ifdef HAVE_SYS_TYPES_H
22334 #include <sys/types.h>
22336 #ifdef HAVE_NETINET_IN_H
22337 # include <netinet/in.h>
22339 #ifdef HAVE_ARPA_NAMESER_H
22340 # include <arpa/nameser.h>
22346 static ns_msg ac_aggr;
22347 if (ac_aggr._msg_ptr)
22353 rm -f conftest.
$ac_objext
22354 if { (ac_try
="$ac_compile"
22355 case "(($ac_try" in
22356 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22357 *) ac_try_echo=$ac_try;;
22359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22360 (eval "$ac_compile") 2>conftest.er1
22362 grep -v '^ *+' conftest.er1 >conftest.err
22364 cat conftest.err >&5
22365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22366 (exit $ac_status); } && {
22367 test -z "$ac_c_werror_flag" ||
22368 test ! -s conftest.err
22369 } && test -s conftest.$ac_objext; then
22370 ac_cv_member_ns_msg__msg_ptr=yes
22372 echo "$as_me: failed program was:" >&5
22373 sed 's/^/| /' conftest.$ac_ext >&5
22375 cat >conftest.$ac_ext <<_ACEOF
22378 cat confdefs.h >>conftest.$ac_ext
22379 cat >>conftest.$ac_ext <<_ACEOF
22380 /* end confdefs.h. */
22381 #ifdef HAVE_SYS_TYPES_H
22382 #include <sys/types.h>
22384 #ifdef HAVE_NETINET_IN_H
22385 # include <netinet/in.h>
22387 #ifdef HAVE_ARPA_NAMESER_H
22388 # include <arpa/nameser.h>
22394 static ns_msg ac_aggr;
22395 if (sizeof ac_aggr._msg_ptr)
22401 rm -f conftest.$ac_objext
22402 if { (ac_try="$ac_compile"
22403 case "(($ac_try" in
22404 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22405 *) ac_try_echo
=$ac_try;;
22407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22408 (eval "$ac_compile") 2>conftest.er1
22410 grep -v '^ *+' conftest.er1
>conftest.err
22412 cat conftest.err
>&5
22413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414 (exit $ac_status); } && {
22415 test -z "$ac_c_werror_flag" ||
22416 test ! -s conftest.err
22417 } && test -s conftest.
$ac_objext; then
22418 ac_cv_member_ns_msg__msg_ptr
=yes
22420 echo "$as_me: failed program was:" >&5
22421 sed 's/^/| /' conftest.
$ac_ext >&5
22423 ac_cv_member_ns_msg__msg_ptr
=no
22426 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22429 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22431 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22432 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22433 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22435 cat >>confdefs.h
<<_ACEOF
22436 #define HAVE_NS_MSG__MSG_PTR 1
22443 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22444 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22445 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22446 echo $ECHO_N "(cached) $ECHO_C" >&6
22448 cat >conftest.
$ac_ext <<_ACEOF
22451 cat confdefs.h
>>conftest.
$ac_ext
22452 cat >>conftest.
$ac_ext <<_ACEOF
22453 /* end confdefs.h. */
22454 #ifdef HAVE_SYS_TYPES_H
22455 #include <sys/types.h>
22457 #ifdef HAVE_ALIAS_H
22460 #ifdef HAVE_SYS_SOCKET_H
22461 #include <sys/socket.h>
22463 #ifdef HAVE_SYS_SOCKETVAR_H
22464 #include <sys/socketvar.h>
22466 #ifdef HAVE_SYS_TIMEOUT_H
22467 #include <sys/timeout.h>
22469 #ifdef HAVE_NETINET_IN_H
22470 #include <netinet/in.h>
22472 #ifdef HAVE_NETINET_IN_SYSTM_H
22473 #include <netinet/in_systm.h>
22475 #ifdef HAVE_NETINET_IP_H
22476 #include <netinet/ip.h>
22478 #ifdef HAVE_NETINET_IP_VAR_H
22479 #include <netinet/ip_var.h>
22481 #ifdef HAVE_NETINET_IP_ICMP_H
22482 #include <netinet/ip_icmp.h>
22484 #ifdef HAVE_NETINET_ICMP_VAR
22485 #include <netinet/icmp_var.h>
22491 static struct icmpstat ac_aggr;
22492 if (ac_aggr.icps_outhist)
22498 rm -f conftest.
$ac_objext
22499 if { (ac_try
="$ac_compile"
22500 case "(($ac_try" in
22501 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22502 *) ac_try_echo=$ac_try;;
22504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22505 (eval "$ac_compile") 2>conftest.er1
22507 grep -v '^ *+' conftest.er1 >conftest.err
22509 cat conftest.err >&5
22510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22511 (exit $ac_status); } && {
22512 test -z "$ac_c_werror_flag" ||
22513 test ! -s conftest.err
22514 } && test -s conftest.$ac_objext; then
22515 ac_cv_member_struct_icmpstat_icps_outhist=yes
22517 echo "$as_me: failed program was:" >&5
22518 sed 's/^/| /' conftest.$ac_ext >&5
22520 cat >conftest.$ac_ext <<_ACEOF
22523 cat confdefs.h >>conftest.$ac_ext
22524 cat >>conftest.$ac_ext <<_ACEOF
22525 /* end confdefs.h. */
22526 #ifdef HAVE_SYS_TYPES_H
22527 #include <sys/types.h>
22529 #ifdef HAVE_ALIAS_H
22532 #ifdef HAVE_SYS_SOCKET_H
22533 #include <sys/socket.h>
22535 #ifdef HAVE_SYS_SOCKETVAR_H
22536 #include <sys/socketvar.h>
22538 #ifdef HAVE_SYS_TIMEOUT_H
22539 #include <sys/timeout.h>
22541 #ifdef HAVE_NETINET_IN_H
22542 #include <netinet/in.h>
22544 #ifdef HAVE_NETINET_IN_SYSTM_H
22545 #include <netinet/in_systm.h>
22547 #ifdef HAVE_NETINET_IP_H
22548 #include <netinet/ip.h>
22550 #ifdef HAVE_NETINET_IP_VAR_H
22551 #include <netinet/ip_var.h>
22553 #ifdef HAVE_NETINET_IP_ICMP_H
22554 #include <netinet/ip_icmp.h>
22556 #ifdef HAVE_NETINET_ICMP_VAR
22557 #include <netinet/icmp_var.h>
22563 static struct icmpstat ac_aggr;
22564 if (sizeof ac_aggr.icps_outhist)
22570 rm -f conftest.$ac_objext
22571 if { (ac_try="$ac_compile"
22572 case "(($ac_try" in
22573 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22574 *) ac_try_echo
=$ac_try;;
22576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22577 (eval "$ac_compile") 2>conftest.er1
22579 grep -v '^ *+' conftest.er1
>conftest.err
22581 cat conftest.err
>&5
22582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22583 (exit $ac_status); } && {
22584 test -z "$ac_c_werror_flag" ||
22585 test ! -s conftest.err
22586 } && test -s conftest.
$ac_objext; then
22587 ac_cv_member_struct_icmpstat_icps_outhist
=yes
22589 echo "$as_me: failed program was:" >&5
22590 sed 's/^/| /' conftest.
$ac_ext >&5
22592 ac_cv_member_struct_icmpstat_icps_outhist
=no
22595 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22598 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22600 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22601 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22602 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22604 cat >>confdefs.h
<<_ACEOF
22605 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22612 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22613 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22614 if test "${ac_cv_have_timezone+set}" = set; then
22615 echo $ECHO_N "(cached) $ECHO_C" >&6
22617 cat >conftest.
$ac_ext <<_ACEOF
22620 cat confdefs.h
>>conftest.
$ac_ext
22621 cat >>conftest.
$ac_ext <<_ACEOF
22622 /* end confdefs.h. */
22632 rm -f conftest.
$ac_objext conftest
$ac_exeext
22633 if { (ac_try
="$ac_link"
22634 case "(($ac_try" in
22635 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22636 *) ac_try_echo=$ac_try;;
22638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22639 (eval "$ac_link") 2>conftest.er1
22641 grep -v '^ *+' conftest.er1 >conftest.err
22643 cat conftest.err >&5
22644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22645 (exit $ac_status); } && {
22646 test -z "$ac_c_werror_flag" ||
22647 test ! -s conftest.err
22648 } && test -s conftest$ac_exeext &&
22649 $as_test_x conftest$ac_exeext; then
22650 ac_cv_have_timezone="yes"
22652 echo "$as_me: failed program was:" >&5
22653 sed 's/^/| /' conftest.$ac_ext >&5
22655 ac_cv_have_timezone="no"
22658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22659 conftest$ac_exeext conftest.$ac_ext
22661 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22662 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22663 if test "$ac_cv_have_timezone" = "yes"
22666 cat >>confdefs.h <<\_ACEOF
22667 #define HAVE_TIMEZONE 1
22671 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22672 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22673 if test "${ac_cv_have_daylight+set}" = set; then
22674 echo $ECHO_N "(cached) $ECHO_C" >&6
22676 cat >conftest.$ac_ext <<_ACEOF
22679 cat confdefs.h >>conftest.$ac_ext
22680 cat >>conftest.$ac_ext <<_ACEOF
22681 /* end confdefs.h. */
22691 rm -f conftest.$ac_objext conftest$ac_exeext
22692 if { (ac_try="$ac_link"
22693 case "(($ac_try" in
22694 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22695 *) ac_try_echo
=$ac_try;;
22697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22698 (eval "$ac_link") 2>conftest.er1
22700 grep -v '^ *+' conftest.er1
>conftest.err
22702 cat conftest.err
>&5
22703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22704 (exit $ac_status); } && {
22705 test -z "$ac_c_werror_flag" ||
22706 test ! -s conftest.err
22707 } && test -s conftest
$ac_exeext &&
22708 $as_test_x conftest
$ac_exeext; then
22709 ac_cv_have_daylight
="yes"
22711 echo "$as_me: failed program was:" >&5
22712 sed 's/^/| /' conftest.
$ac_ext >&5
22714 ac_cv_have_daylight
="no"
22717 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22718 conftest
$ac_exeext conftest.
$ac_ext
22720 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22721 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22722 if test "$ac_cv_have_daylight" = "yes"
22725 cat >>confdefs.h
<<\_ACEOF
22726 #define HAVE_DAYLIGHT 1
22731 { echo "$as_me:$LINENO: checking for isinf" >&5
22732 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22733 if test "${ac_cv_have_isinf+set}" = set; then
22734 echo $ECHO_N "(cached) $ECHO_C" >&6
22736 cat >conftest.
$ac_ext <<_ACEOF
22739 cat confdefs.h
>>conftest.
$ac_ext
22740 cat >>conftest.
$ac_ext <<_ACEOF
22741 /* end confdefs.h. */
22746 float f = 0.0; int i=isinf(f)
22751 rm -f conftest.
$ac_objext conftest
$ac_exeext
22752 if { (ac_try
="$ac_link"
22753 case "(($ac_try" in
22754 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22755 *) ac_try_echo=$ac_try;;
22757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22758 (eval "$ac_link") 2>conftest.er1
22760 grep -v '^ *+' conftest.er1 >conftest.err
22762 cat conftest.err >&5
22763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22764 (exit $ac_status); } && {
22765 test -z "$ac_c_werror_flag" ||
22766 test ! -s conftest.err
22767 } && test -s conftest$ac_exeext &&
22768 $as_test_x conftest$ac_exeext; then
22769 ac_cv_have_isinf="yes"
22771 echo "$as_me: failed program was:" >&5
22772 sed 's/^/| /' conftest.$ac_ext >&5
22774 ac_cv_have_isinf="no"
22777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22778 conftest$ac_exeext conftest.$ac_ext
22780 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22781 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22782 if test "$ac_cv_have_isinf" = "yes"
22785 cat >>confdefs.h <<\_ACEOF
22786 #define HAVE_ISINF 1
22791 { echo "$as_me:$LINENO: checking for isnan" >&5
22792 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22793 if test "${ac_cv_have_isnan+set}" = set; then
22794 echo $ECHO_N "(cached) $ECHO_C" >&6
22796 cat >conftest.$ac_ext <<_ACEOF
22799 cat confdefs.h >>conftest.$ac_ext
22800 cat >>conftest.$ac_ext <<_ACEOF
22801 /* end confdefs.h. */
22806 float f = 0.0; int i=isnan(f)
22811 rm -f conftest.$ac_objext conftest$ac_exeext
22812 if { (ac_try="$ac_link"
22813 case "(($ac_try" in
22814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22815 *) ac_try_echo
=$ac_try;;
22817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22818 (eval "$ac_link") 2>conftest.er1
22820 grep -v '^ *+' conftest.er1
>conftest.err
22822 cat conftest.err
>&5
22823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22824 (exit $ac_status); } && {
22825 test -z "$ac_c_werror_flag" ||
22826 test ! -s conftest.err
22827 } && test -s conftest
$ac_exeext &&
22828 $as_test_x conftest
$ac_exeext; then
22829 ac_cv_have_isnan
="yes"
22831 echo "$as_me: failed program was:" >&5
22832 sed 's/^/| /' conftest.
$ac_ext >&5
22834 ac_cv_have_isnan
="no"
22837 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22838 conftest
$ac_exeext conftest.
$ac_ext
22840 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22841 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22842 if test "$ac_cv_have_isnan" = "yes"
22845 cat >>confdefs.h
<<\_ACEOF
22846 #define HAVE_ISNAN 1
22853 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22854 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22855 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22856 echo $ECHO_N "(cached) $ECHO_C" >&6
22858 cat >conftest.
$ac_ext <<_ACEOF
22861 cat confdefs.h
>>conftest.
$ac_ext
22862 cat >>conftest.
$ac_ext <<_ACEOF
22863 /* end confdefs.h. */
22868 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22869 $EGREP "yes" >/dev
/null
2>&1; then
22870 ac_cv_cpp_def___i386__
=yes
22872 ac_cv_cpp_def___i386__
=no
22877 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22878 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22879 if test $ac_cv_cpp_def___i386__ = yes; then
22880 CFLAGS
="$CFLAGS -D__i386__"
22881 LINTFLAGS
="$LINTFLAGS -D__i386__"
22884 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22885 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22886 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22887 echo $ECHO_N "(cached) $ECHO_C" >&6
22889 cat >conftest.
$ac_ext <<_ACEOF
22892 cat confdefs.h
>>conftest.
$ac_ext
22893 cat >>conftest.
$ac_ext <<_ACEOF
22894 /* end confdefs.h. */
22899 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22900 $EGREP "yes" >/dev
/null
2>&1; then
22901 ac_cv_cpp_def___x86_64__
=yes
22903 ac_cv_cpp_def___x86_64__
=no
22908 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22909 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22910 if test $ac_cv_cpp_def___x86_64__ = yes; then
22911 CFLAGS
="$CFLAGS -D__x86_64__"
22912 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22915 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22916 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22917 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22918 echo $ECHO_N "(cached) $ECHO_C" >&6
22920 cat >conftest.
$ac_ext <<_ACEOF
22923 cat confdefs.h
>>conftest.
$ac_ext
22924 cat >>conftest.
$ac_ext <<_ACEOF
22925 /* end confdefs.h. */
22930 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22931 $EGREP "yes" >/dev
/null
2>&1; then
22932 ac_cv_cpp_def___ALPHA__
=yes
22934 ac_cv_cpp_def___ALPHA__
=no
22939 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22940 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22941 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22942 CFLAGS
="$CFLAGS -D__ALPHA__"
22943 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22946 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22947 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22948 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22949 echo $ECHO_N "(cached) $ECHO_C" >&6
22951 cat >conftest.
$ac_ext <<_ACEOF
22954 cat confdefs.h
>>conftest.
$ac_ext
22955 cat >>conftest.
$ac_ext <<_ACEOF
22956 /* end confdefs.h. */
22961 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22962 $EGREP "yes" >/dev
/null
2>&1; then
22963 ac_cv_cpp_def___sparc__
=yes
22965 ac_cv_cpp_def___sparc__
=no
22970 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22971 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22972 if test $ac_cv_cpp_def___sparc__ = yes; then
22973 CFLAGS
="$CFLAGS -D__sparc__"
22974 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22977 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22978 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22979 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22980 echo $ECHO_N "(cached) $ECHO_C" >&6
22982 cat >conftest.
$ac_ext <<_ACEOF
22985 cat confdefs.h
>>conftest.
$ac_ext
22986 cat >>conftest.
$ac_ext <<_ACEOF
22987 /* end confdefs.h. */
22988 #ifndef __powerpc__
22992 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22993 $EGREP "yes" >/dev
/null
2>&1; then
22994 ac_cv_cpp_def___powerpc__
=yes
22996 ac_cv_cpp_def___powerpc__
=no
23001 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23002 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23003 if test $ac_cv_cpp_def___powerpc__ = yes; then
23004 CFLAGS
="$CFLAGS -D__powerpc__"
23005 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
23010 case $host_vendor in
23011 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23012 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23013 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23014 echo $ECHO_N "(cached) $ECHO_C" >&6
23016 cat >conftest.
$ac_ext <<_ACEOF
23019 cat confdefs.h
>>conftest.
$ac_ext
23020 cat >>conftest.
$ac_ext <<_ACEOF
23021 /* end confdefs.h. */
23026 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23027 $EGREP "yes" >/dev
/null
2>&1; then
23028 ac_cv_cpp_def___sun__
=yes
23030 ac_cv_cpp_def___sun__
=no
23035 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23036 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23037 if test $ac_cv_cpp_def___sun__ = yes; then
23038 CFLAGS
="$CFLAGS -D__sun__"
23039 LINTFLAGS
="$LINTFLAGS -D__sun__"
23045 DEPENDENCIES
="### Dependencies:
23051 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23053 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23054 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23055 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23056 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23057 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23064 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
23075 ALL_PROGRAM_DIRS
=""
23077 ALL_PROGRAM_INSTALL_DIRS
=""
23079 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
23085 ac_config_commands
="$ac_config_commands include/stamp-h"
23088 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
23090 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
23092 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
23094 ac_config_commands
="$ac_config_commands dlls/user32/resources"
23096 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
23098 ac_config_commands
="$ac_config_commands include/wine"
23101 ALL_MAKERULES
="$ALL_MAKERULES \\
23103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23104 Make.rules: Make.rules.in"
23105 MAKE_RULES
=Make.rules
23106 ac_config_files
="$ac_config_files Make.rules"
23108 ALL_MAKERULES
="$ALL_MAKERULES \\
23109 dlls/Makedll.rules"
23110 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23111 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23112 MAKE_DLL_RULES
=dlls
/Makedll.rules
23113 ac_config_files
="$ac_config_files dlls/Makedll.rules"
23115 ALL_MAKERULES
="$ALL_MAKERULES \\
23116 dlls/Makeimplib.rules"
23117 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23118 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23119 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
23120 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
23122 ALL_MAKERULES
="$ALL_MAKERULES \\
23123 dlls/Maketest.rules"
23124 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23125 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23126 MAKE_TEST_RULES
=dlls
/Maketest.rules
23127 ac_config_files
="$ac_config_files dlls/Maketest.rules"
23129 ALL_MAKERULES
="$ALL_MAKERULES \\
23130 programs/Makeprog.rules"
23131 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23132 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23133 MAKE_PROG_RULES
=programs
/Makeprog.rules
23134 ac_config_files
="$ac_config_files programs/Makeprog.rules"
23139 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23140 Makefile: Makefile.in Make.rules"
23141 ac_config_files
="$ac_config_files Makefile"
23143 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23145 test "x$enable_dlls" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
23147 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23148 dlls/Makefile: dlls/Makefile.in Make.rules"
23149 ac_config_files
="$ac_config_files dlls/Makefile"
23151 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23152 dlls/acledit/Makefile"
23153 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23155 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23156 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23157 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
23159 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23160 dlls/aclui/Makefile"
23161 test "x$enable_aclui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23163 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23164 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23165 ac_config_files
="$ac_config_files dlls/aclui/Makefile"
23167 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23168 dlls/activeds/Makefile"
23169 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23171 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23172 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23173 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
23175 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23176 dlls/actxprxy/Makefile"
23177 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23179 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23180 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23181 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
23183 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23184 dlls/adsiid/Makefile"
23185 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23187 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23188 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23189 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
23191 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23192 dlls/advapi32/Makefile"
23193 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23195 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23196 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23197 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
23199 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23200 dlls/advapi32/tests/Makefile"
23201 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23203 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23204 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23205 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
23207 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23208 dlls/advpack/Makefile"
23209 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23211 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23212 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23213 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
23215 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23216 dlls/advpack/tests/Makefile"
23217 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23219 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23220 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23221 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
23223 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23224 dlls/amstream/Makefile"
23225 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23227 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23228 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23229 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
23231 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23232 dlls/appwiz.cpl/Makefile"
23233 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23235 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23236 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23237 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
23239 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23241 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23243 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23244 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23245 ac_config_files
="$ac_config_files dlls/atl/Makefile"
23247 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23248 dlls/authz/Makefile"
23249 test "x$enable_authz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23251 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23252 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23253 ac_config_files
="$ac_config_files dlls/authz/Makefile"
23255 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23256 dlls/avicap32/Makefile"
23257 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23259 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23260 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23261 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
23263 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23264 dlls/avifil32/Makefile"
23265 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23267 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23268 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23269 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
23271 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23272 dlls/avifile.dll16/Makefile"
23273 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23275 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23276 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23277 ac_config_files
="$ac_config_files dlls/avifile.dll16/Makefile"
23279 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23280 dlls/browseui/Makefile"
23281 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23283 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23284 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23285 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
23287 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23288 dlls/browseui/tests/Makefile"
23289 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23291 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23292 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23293 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
23295 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23296 dlls/cabinet/Makefile"
23297 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23299 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23300 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23301 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
23303 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23304 dlls/cabinet/tests/Makefile"
23305 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23307 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23308 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23309 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
23311 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23312 dlls/capi2032/Makefile"
23313 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23315 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23316 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23317 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
23319 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23320 dlls/cards/Makefile"
23321 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23323 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23324 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23325 ac_config_files
="$ac_config_files dlls/cards/Makefile"
23327 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23328 dlls/cfgmgr32/Makefile"
23329 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23331 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23332 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23333 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
23335 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23336 dlls/clusapi/Makefile"
23337 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23339 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23340 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23341 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
23343 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23344 dlls/comcat/Makefile"
23345 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23347 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23348 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23349 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
23351 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23352 dlls/comcat/tests/Makefile"
23353 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23355 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23356 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23357 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
23359 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23360 dlls/comctl32/Makefile"
23361 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23363 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23364 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23365 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
23367 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23368 dlls/comctl32/tests/Makefile"
23369 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23371 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23372 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23373 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
23375 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23376 dlls/comdlg32/Makefile"
23377 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23379 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23380 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23381 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
23383 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23384 dlls/comdlg32/tests/Makefile"
23385 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23387 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23388 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23389 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
23391 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23392 dlls/comm.drv16/Makefile"
23393 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23395 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23396 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23397 ac_config_files
="$ac_config_files dlls/comm.drv16/Makefile"
23399 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23400 dlls/compobj.dll16/Makefile"
23401 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23403 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23404 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23405 ac_config_files
="$ac_config_files dlls/compobj.dll16/Makefile"
23407 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23408 dlls/compstui/Makefile"
23409 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23411 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23412 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23413 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
23415 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23416 dlls/credui/Makefile"
23417 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23419 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23420 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23421 ac_config_files
="$ac_config_files dlls/credui/Makefile"
23423 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23424 dlls/credui/tests/Makefile"
23425 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23427 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23428 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23429 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
23431 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23432 dlls/crtdll/Makefile"
23433 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23435 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23436 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23437 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
23439 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23440 dlls/crypt32/Makefile"
23441 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23443 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23444 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23445 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
23447 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23448 dlls/crypt32/tests/Makefile"
23449 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23451 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23452 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23453 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
23455 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23456 dlls/cryptdlg/Makefile"
23457 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23459 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23460 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23461 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
23463 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23464 dlls/cryptdll/Makefile"
23465 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23467 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23468 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23469 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
23471 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23472 dlls/cryptnet/Makefile"
23473 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23475 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23476 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23477 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
23479 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23480 dlls/cryptnet/tests/Makefile"
23481 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23483 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23484 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23485 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
23487 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23488 dlls/cryptui/Makefile"
23489 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23491 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23492 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23493 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
23495 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23496 dlls/cryptui/tests/Makefile"
23497 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23499 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23500 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23501 ac_config_files
="$ac_config_files dlls/cryptui/tests/Makefile"
23503 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23504 dlls/ctapi32/Makefile"
23505 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23507 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23508 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23509 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
23511 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23512 dlls/ctl3d.dll16/Makefile"
23513 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23515 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23516 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23517 ac_config_files
="$ac_config_files dlls/ctl3d.dll16/Makefile"
23519 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23520 dlls/ctl3d32/Makefile"
23521 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23523 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23524 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23525 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
23527 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23528 dlls/ctl3dv2.dll16/Makefile"
23529 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23531 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23532 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23533 ac_config_files
="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23535 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23536 dlls/d3d10/Makefile"
23537 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23539 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23540 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23541 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
23543 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23544 dlls/d3d10/tests/Makefile"
23545 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23547 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23548 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23549 ac_config_files
="$ac_config_files dlls/d3d10/tests/Makefile"
23551 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23552 dlls/d3d10core/Makefile"
23553 test "x$enable_d3d10core" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23555 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23556 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23557 ac_config_files
="$ac_config_files dlls/d3d10core/Makefile"
23559 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23560 dlls/d3d10core/tests/Makefile"
23561 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23563 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23564 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23565 ac_config_files
="$ac_config_files dlls/d3d10core/tests/Makefile"
23567 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23568 dlls/d3d8/Makefile"
23569 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23571 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23572 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23573 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
23575 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23576 dlls/d3d8/tests/Makefile"
23577 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23579 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23580 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23581 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
23583 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23584 dlls/d3d9/Makefile"
23585 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23587 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23588 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23589 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
23591 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23592 dlls/d3d9/tests/Makefile"
23593 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23595 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23596 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23597 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
23599 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23600 dlls/d3dim/Makefile"
23601 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23603 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23604 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23605 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
23607 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23608 dlls/d3drm/Makefile"
23609 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23611 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23612 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23613 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
23615 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23616 dlls/d3drm/tests/Makefile"
23617 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23619 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23620 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23621 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
23623 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23624 dlls/d3dx8/Makefile"
23625 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23627 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23628 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23629 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
23631 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23632 dlls/d3dx8/tests/Makefile"
23633 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23635 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23636 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23637 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
23639 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23640 dlls/d3dx9_24/Makefile"
23641 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23643 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23644 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23645 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
23647 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23648 dlls/d3dx9_25/Makefile"
23649 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23651 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23652 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23653 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
23655 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23656 dlls/d3dx9_26/Makefile"
23657 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23659 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23660 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23661 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
23663 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23664 dlls/d3dx9_27/Makefile"
23665 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23667 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23668 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23669 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
23671 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23672 dlls/d3dx9_28/Makefile"
23673 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23675 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23676 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23677 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
23679 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23680 dlls/d3dx9_29/Makefile"
23681 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23683 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23684 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23685 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
23687 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23688 dlls/d3dx9_30/Makefile"
23689 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23691 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23692 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23693 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
23695 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23696 dlls/d3dx9_31/Makefile"
23697 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23699 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23700 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23701 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
23703 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23704 dlls/d3dx9_32/Makefile"
23705 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23707 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23708 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23709 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
23711 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23712 dlls/d3dx9_33/Makefile"
23713 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23715 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23716 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23717 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
23719 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23720 dlls/d3dx9_34/Makefile"
23721 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23723 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23724 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23725 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
23727 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23728 dlls/d3dx9_35/Makefile"
23729 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23731 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23732 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23733 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
23735 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23736 dlls/d3dx9_36/Makefile"
23737 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23739 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23740 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23741 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
23743 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23744 dlls/d3dx9_36/tests/Makefile"
23745 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23747 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23748 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23749 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23751 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23752 dlls/d3dx9_37/Makefile"
23753 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23755 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23756 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23757 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
23759 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23760 dlls/d3dx9_38/Makefile"
23761 test "x$enable_d3dx9_38" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23763 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23764 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23765 ac_config_files
="$ac_config_files dlls/d3dx9_38/Makefile"
23767 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23768 dlls/d3dx9_39/Makefile"
23769 test "x$enable_d3dx9_39" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23771 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23772 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23773 ac_config_files
="$ac_config_files dlls/d3dx9_39/Makefile"
23775 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23776 dlls/d3dx9_40/Makefile"
23777 test "x$enable_d3dx9_40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23779 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23780 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23781 ac_config_files
="$ac_config_files dlls/d3dx9_40/Makefile"
23783 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23784 dlls/d3dxof/Makefile"
23785 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23787 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23788 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23789 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
23791 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23792 dlls/d3dxof/tests/Makefile"
23793 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23795 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23796 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23797 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
23799 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23800 dlls/dbghelp/Makefile"
23801 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23803 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23804 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23805 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
23807 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23808 dlls/dciman32/Makefile"
23809 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23811 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23812 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23813 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
23815 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23816 dlls/ddraw/Makefile"
23817 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23819 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23820 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23821 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
23823 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23824 dlls/ddraw/tests/Makefile"
23825 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23827 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23828 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23829 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
23831 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23832 dlls/ddrawex/Makefile"
23833 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23835 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23836 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23837 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
23839 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23840 dlls/ddrawex/tests/Makefile"
23841 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23843 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23844 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23845 ac_config_files
="$ac_config_files dlls/ddrawex/tests/Makefile"
23847 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23848 dlls/devenum/Makefile"
23849 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23851 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23852 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23853 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
23855 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23856 dlls/dinput/Makefile"
23857 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23859 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23860 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23861 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
23863 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23864 dlls/dinput/tests/Makefile"
23865 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23867 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23868 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23869 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
23871 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23872 dlls/dinput8/Makefile"
23873 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23875 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23876 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23877 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
23879 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23880 dlls/dispdib.dll16/Makefile"
23881 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23883 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23884 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23885 ac_config_files
="$ac_config_files dlls/dispdib.dll16/Makefile"
23887 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23888 dlls/display.drv16/Makefile"
23889 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23891 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23892 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23893 ac_config_files
="$ac_config_files dlls/display.drv16/Makefile"
23895 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23896 dlls/dmband/Makefile"
23897 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23899 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23900 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23901 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
23903 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23904 dlls/dmcompos/Makefile"
23905 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23907 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23908 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23909 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
23911 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23912 dlls/dmime/Makefile"
23913 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23915 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23916 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23917 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
23919 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23920 dlls/dmloader/Makefile"
23921 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23923 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23924 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23925 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
23927 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23928 dlls/dmscript/Makefile"
23929 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23931 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23932 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23933 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
23935 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23936 dlls/dmstyle/Makefile"
23937 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23939 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23940 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23941 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
23943 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23944 dlls/dmsynth/Makefile"
23945 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23947 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23948 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23949 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
23951 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23952 dlls/dmusic/Makefile"
23953 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23955 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23956 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23957 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
23959 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23960 dlls/dmusic32/Makefile"
23961 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23963 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23964 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23965 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
23967 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23968 dlls/dnsapi/Makefile"
23969 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23971 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23972 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23973 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
23975 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23976 dlls/dnsapi/tests/Makefile"
23977 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23979 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23980 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23981 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
23983 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23984 dlls/dplay/Makefile"
23985 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23987 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23988 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23989 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
23991 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23992 dlls/dplayx/Makefile"
23993 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23995 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23996 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23997 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
23999 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24000 dlls/dplayx/tests/Makefile"
24001 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24003 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24004 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24005 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
24007 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24008 dlls/dpnaddr/Makefile"
24009 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24011 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24012 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24013 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
24015 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24016 dlls/dpnet/Makefile"
24017 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24019 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24020 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24021 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
24023 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24024 dlls/dpnhpast/Makefile"
24025 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24027 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24028 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24029 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
24031 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24032 dlls/dpnlobby/Makefile"
24033 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24035 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24036 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24037 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
24039 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24040 dlls/dpwsockx/Makefile"
24041 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24043 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24044 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24045 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
24047 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24048 dlls/dsound/Makefile"
24049 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24051 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24052 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24053 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
24055 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24056 dlls/dsound/tests/Makefile"
24057 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24059 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24060 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24061 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
24063 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24064 dlls/dssenh/Makefile"
24065 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24067 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24068 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24069 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
24071 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24072 dlls/dswave/Makefile"
24073 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24075 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24076 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24077 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
24079 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24080 dlls/dwmapi/Makefile"
24081 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24083 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24084 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24085 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
24087 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24088 dlls/dxdiagn/Makefile"
24089 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24091 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24092 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24093 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
24095 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24096 dlls/dxerr8/Makefile"
24097 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24099 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24100 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24101 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
24103 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24104 dlls/dxerr9/Makefile"
24105 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24107 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24108 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24109 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
24111 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24112 dlls/dxgi/Makefile"
24113 test "x$enable_dxgi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24115 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24116 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24117 ac_config_files
="$ac_config_files dlls/dxgi/Makefile"
24119 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24120 dlls/dxgi/tests/Makefile"
24121 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24123 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24124 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24125 ac_config_files
="$ac_config_files dlls/dxgi/tests/Makefile"
24127 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24128 dlls/dxguid/Makefile"
24129 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24131 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24132 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24133 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
24135 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24136 dlls/faultrep/Makefile"
24137 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24139 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24140 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24141 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
24143 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24144 dlls/fusion/Makefile"
24145 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24147 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24148 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24149 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
24151 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24152 dlls/fusion/tests/Makefile"
24153 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24155 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24156 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24157 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
24159 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24160 dlls/gdi32/Makefile"
24161 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24163 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24164 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24165 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
24167 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24168 dlls/gdi32/tests/Makefile"
24169 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24171 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24172 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24173 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
24175 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24176 dlls/gdiplus/Makefile"
24177 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24179 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24180 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24181 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
24183 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24184 dlls/gdiplus/tests/Makefile"
24185 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24187 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24188 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24189 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
24191 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24192 dlls/glu32/Makefile"
24193 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24195 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24196 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24197 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
24199 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24200 dlls/gphoto2.ds/Makefile"
24201 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24203 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24204 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24205 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
24207 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24208 dlls/gpkcsp/Makefile"
24209 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24211 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24212 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24213 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
24215 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24217 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24219 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24220 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24221 ac_config_files
="$ac_config_files dlls/hal/Makefile"
24223 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24224 dlls/hhctrl.ocx/Makefile"
24225 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24227 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24228 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24229 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
24231 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24233 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24235 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24236 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24237 ac_config_files
="$ac_config_files dlls/hid/Makefile"
24239 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24240 dlls/hlink/Makefile"
24241 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24243 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24244 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24245 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
24247 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24248 dlls/hlink/tests/Makefile"
24249 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24251 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24252 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24253 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
24255 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24256 dlls/hnetcfg/Makefile"
24257 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24259 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24260 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24261 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
24263 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24264 dlls/httpapi/Makefile"
24265 test "x$enable_httpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24267 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24268 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24269 ac_config_files
="$ac_config_files dlls/httpapi/Makefile"
24271 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24272 dlls/iccvid/Makefile"
24273 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24275 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24276 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24277 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
24279 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24280 dlls/icmp/Makefile"
24281 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24283 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24284 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24285 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
24287 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24288 dlls/ifsmgr.vxd/Makefile"
24289 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24291 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24292 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24293 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24295 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24296 dlls/imaadp32.acm/Makefile"
24297 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24299 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24300 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24301 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
24303 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24304 dlls/imagehlp/Makefile"
24305 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24307 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24308 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24309 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
24311 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24312 dlls/imm.dll16/Makefile"
24313 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24315 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24316 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24317 ac_config_files
="$ac_config_files dlls/imm.dll16/Makefile"
24319 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24320 dlls/imm32/Makefile"
24321 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24323 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24324 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24325 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
24327 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24328 dlls/imm32/tests/Makefile"
24329 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24331 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24332 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24333 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
24335 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24336 dlls/inetcomm/Makefile"
24337 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24339 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24340 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24341 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
24343 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24344 dlls/inetcomm/tests/Makefile"
24345 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24347 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24348 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24349 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
24351 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24352 dlls/inetmib1/Makefile"
24353 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24355 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24356 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24357 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
24359 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24360 dlls/inetmib1/tests/Makefile"
24361 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24363 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24364 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24365 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
24367 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24368 dlls/infosoft/Makefile"
24369 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24371 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24372 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24373 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
24375 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24376 dlls/infosoft/tests/Makefile"
24377 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24379 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24380 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24381 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
24383 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24384 dlls/initpki/Makefile"
24385 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24387 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24388 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24389 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
24391 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24392 dlls/inkobj/Makefile"
24393 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24395 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24396 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24397 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
24399 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24400 dlls/inseng/Makefile"
24401 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24403 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24404 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24405 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
24407 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24408 dlls/iphlpapi/Makefile"
24409 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24411 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24412 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24413 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
24415 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24416 dlls/iphlpapi/tests/Makefile"
24417 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24419 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24420 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24421 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
24423 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24424 dlls/itircl/Makefile"
24425 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24427 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24428 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24429 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
24431 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24432 dlls/itss/Makefile"
24433 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24435 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24436 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24437 ac_config_files
="$ac_config_files dlls/itss/Makefile"
24439 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24440 dlls/itss/tests/Makefile"
24441 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24443 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24444 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24445 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
24447 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24448 dlls/jscript/Makefile"
24449 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24451 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24452 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24453 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
24455 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24456 dlls/jscript/tests/Makefile"
24457 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24459 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24460 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24461 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
24463 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24464 dlls/kernel32/Makefile"
24465 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24467 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24468 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24469 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
24471 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24472 dlls/kernel32/tests/Makefile"
24473 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24475 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24476 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24477 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
24479 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24480 dlls/keyboard.drv16/Makefile"
24481 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24483 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24484 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24485 ac_config_files
="$ac_config_files dlls/keyboard.drv16/Makefile"
24487 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24488 dlls/loadperf/Makefile"
24489 test "x$enable_loadperf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24491 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24492 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24493 ac_config_files
="$ac_config_files dlls/loadperf/Makefile"
24495 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24496 dlls/localspl/Makefile"
24497 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24499 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24500 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24501 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
24503 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24504 dlls/localspl/tests/Makefile"
24505 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24507 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24508 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24509 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
24511 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24512 dlls/localui/Makefile"
24513 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24515 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24516 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24517 ac_config_files
="$ac_config_files dlls/localui/Makefile"
24519 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24520 dlls/localui/tests/Makefile"
24521 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24523 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24524 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24525 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
24527 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24528 dlls/lz32/Makefile"
24529 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24531 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24532 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24533 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
24535 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24536 dlls/lz32/tests/Makefile"
24537 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24539 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24540 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24541 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
24543 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24544 dlls/lzexpand.dll16/Makefile"
24545 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24547 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24548 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24549 ac_config_files
="$ac_config_files dlls/lzexpand.dll16/Makefile"
24551 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24552 dlls/mapi32/Makefile"
24553 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24555 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24556 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24557 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
24559 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24560 dlls/mapi32/tests/Makefile"
24561 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24563 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24564 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24565 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
24567 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24568 dlls/mciavi32/Makefile"
24569 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24571 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24572 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24573 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
24575 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24576 dlls/mcicda/Makefile"
24577 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24579 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24580 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24581 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
24583 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24584 dlls/mciqtz32/Makefile"
24585 test "x$enable_mciqtz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24587 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24588 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24589 ac_config_files
="$ac_config_files dlls/mciqtz32/Makefile"
24591 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24592 dlls/mciseq/Makefile"
24593 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24595 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24596 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24597 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
24599 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24600 dlls/mciwave/Makefile"
24601 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24603 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24604 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24605 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
24607 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24608 dlls/midimap/Makefile"
24609 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24611 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24612 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24613 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
24615 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24616 dlls/mlang/Makefile"
24617 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24619 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24620 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24621 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
24623 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24624 dlls/mlang/tests/Makefile"
24625 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24627 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24628 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24629 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
24631 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24632 dlls/mmdevldr.vxd/Makefile"
24633 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24635 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24636 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24637 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24639 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24640 dlls/monodebg.vxd/Makefile"
24641 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24643 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24644 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24645 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
24647 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24648 dlls/mountmgr.sys/Makefile"
24649 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24651 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24652 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24653 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
24655 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24656 dlls/mouse.drv16/Makefile"
24657 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24659 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24660 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24661 ac_config_files
="$ac_config_files dlls/mouse.drv16/Makefile"
24663 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24665 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24667 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24668 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24669 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
24671 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24672 dlls/mprapi/Makefile"
24673 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24675 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24676 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24677 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
24679 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24680 dlls/msacm.dll16/Makefile"
24681 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24683 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24684 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24685 ac_config_files
="$ac_config_files dlls/msacm.dll16/Makefile"
24687 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24688 dlls/msacm32.drv/Makefile"
24689 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24691 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24692 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24693 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
24695 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24696 dlls/msacm32/Makefile"
24697 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24699 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24700 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24701 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
24703 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24704 dlls/msacm32/tests/Makefile"
24705 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24707 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24708 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24709 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
24711 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24712 dlls/msadp32.acm/Makefile"
24713 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24715 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24716 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24717 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
24719 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24720 dlls/mscat32/Makefile"
24721 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24723 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24724 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24725 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
24727 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24728 dlls/mscms/Makefile"
24729 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24731 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24732 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24733 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
24735 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24736 dlls/mscms/tests/Makefile"
24737 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24739 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24740 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24741 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
24743 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24744 dlls/mscoree/Makefile"
24745 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24747 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24748 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24749 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
24751 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24752 dlls/msctf/Makefile"
24753 test "x$enable_msctf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24755 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24756 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24757 ac_config_files
="$ac_config_files dlls/msctf/Makefile"
24759 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24760 dlls/msctf/tests/Makefile"
24761 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24763 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24764 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24765 ac_config_files
="$ac_config_files dlls/msctf/tests/Makefile"
24767 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24768 dlls/msdmo/Makefile"
24769 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24771 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24772 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24773 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
24775 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24776 dlls/msftedit/Makefile"
24777 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24779 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24780 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24781 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
24783 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24784 dlls/msg711.acm/Makefile"
24785 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24787 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24788 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24789 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
24791 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24792 dlls/mshtml.tlb/Makefile"
24793 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24795 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24796 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24797 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
24799 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24800 dlls/mshtml/Makefile"
24801 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24803 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24804 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24805 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
24807 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24808 dlls/mshtml/tests/Makefile"
24809 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24811 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24812 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24813 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
24815 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24817 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24819 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24820 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24821 ac_config_files
="$ac_config_files dlls/msi/Makefile"
24823 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24824 dlls/msi/tests/Makefile"
24825 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24827 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24828 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24829 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
24831 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24832 dlls/msimg32/Makefile"
24833 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24835 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24836 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24837 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
24839 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24840 dlls/msimtf/Makefile"
24841 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24843 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24844 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24845 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
24847 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24848 dlls/msisip/Makefile"
24849 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24851 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24852 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24853 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
24855 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24856 dlls/msisys.ocx/Makefile"
24857 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24859 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24860 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24861 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
24863 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24864 dlls/msnet32/Makefile"
24865 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24867 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24868 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24869 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
24871 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24872 dlls/msrle32/Makefile"
24873 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24875 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24876 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24877 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
24879 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24880 dlls/mssign32/Makefile"
24881 test "x$enable_mssign32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24883 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24884 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24885 ac_config_files
="$ac_config_files dlls/mssign32/Makefile"
24887 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24888 dlls/mssip32/Makefile"
24889 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24891 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24892 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24893 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
24895 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24896 dlls/mstask/Makefile"
24897 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24899 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24900 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24901 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
24903 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24904 dlls/mstask/tests/Makefile"
24905 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24907 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24908 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24909 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
24911 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24912 dlls/msvcirt/Makefile"
24913 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24915 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24916 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24917 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
24919 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24920 dlls/msvcr71/Makefile"
24921 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24923 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24924 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24925 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
24927 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24928 dlls/msvcrt/Makefile"
24929 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24931 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24932 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24933 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
24935 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24936 dlls/msvcrt/tests/Makefile"
24937 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24939 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24940 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24941 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
24943 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24944 dlls/msvcrt20/Makefile"
24945 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24947 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24948 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24949 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
24951 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24952 dlls/msvcrt40/Makefile"
24953 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24955 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24956 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24957 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
24959 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24960 dlls/msvcrtd/Makefile"
24961 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24963 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24964 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24965 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
24967 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24968 dlls/msvcrtd/tests/Makefile"
24969 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24971 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24972 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24973 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
24975 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24976 dlls/msvfw32/Makefile"
24977 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24979 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24980 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24981 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
24983 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24984 dlls/msvfw32/tests/Makefile"
24985 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24987 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24988 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24989 ac_config_files
="$ac_config_files dlls/msvfw32/tests/Makefile"
24991 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24992 dlls/msvidc32/Makefile"
24993 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24995 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24996 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24997 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
24999 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25000 dlls/mswsock/Makefile"
25001 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25003 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25004 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25005 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
25007 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25008 dlls/msxml3/Makefile"
25009 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25011 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25012 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25013 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
25015 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25016 dlls/msxml3/tests/Makefile"
25017 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25019 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25020 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25021 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
25023 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25024 dlls/nddeapi/Makefile"
25025 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25027 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25028 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25029 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
25031 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25032 dlls/netapi32/Makefile"
25033 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25035 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25036 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25037 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
25039 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25040 dlls/netapi32/tests/Makefile"
25041 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25043 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25044 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25045 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
25047 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25048 dlls/newdev/Makefile"
25049 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25051 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25052 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25053 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
25055 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25056 dlls/ntdll/Makefile"
25057 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25059 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25060 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25061 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
25063 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25064 dlls/ntdll/tests/Makefile"
25065 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25067 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25068 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25069 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
25071 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25072 dlls/ntdsapi/Makefile"
25073 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25075 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25076 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25077 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
25079 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25080 dlls/ntdsapi/tests/Makefile"
25081 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25083 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25084 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25085 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
25087 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25088 dlls/ntoskrnl.exe/Makefile"
25089 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25091 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25092 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25093 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25095 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25096 dlls/ntprint/Makefile"
25097 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25099 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25100 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25101 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
25103 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25104 dlls/ntprint/tests/Makefile"
25105 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25107 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25108 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25109 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
25111 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25112 dlls/objsel/Makefile"
25113 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25115 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25116 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25117 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
25119 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25120 dlls/odbc32/Makefile"
25121 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25123 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25124 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25125 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
25127 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25128 dlls/odbccp32/Makefile"
25129 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25131 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25132 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25133 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
25135 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25136 dlls/odbccp32/tests/Makefile"
25137 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25139 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25140 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25141 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
25143 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25144 dlls/ole2.dll16/Makefile"
25145 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25147 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25148 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25149 ac_config_files
="$ac_config_files dlls/ole2.dll16/Makefile"
25151 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25152 dlls/ole2conv.dll16/Makefile"
25153 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25155 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25156 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25157 ac_config_files
="$ac_config_files dlls/ole2conv.dll16/Makefile"
25159 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25160 dlls/ole2disp.dll16/Makefile"
25161 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25163 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25164 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25165 ac_config_files
="$ac_config_files dlls/ole2disp.dll16/Makefile"
25167 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25168 dlls/ole2nls.dll16/Makefile"
25169 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25171 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25172 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25173 ac_config_files
="$ac_config_files dlls/ole2nls.dll16/Makefile"
25175 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25176 dlls/ole2prox.dll16/Makefile"
25177 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25179 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25180 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25181 ac_config_files
="$ac_config_files dlls/ole2prox.dll16/Makefile"
25183 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25184 dlls/ole2thk.dll16/Makefile"
25185 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25187 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25188 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25189 ac_config_files
="$ac_config_files dlls/ole2thk.dll16/Makefile"
25191 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25192 dlls/ole32/Makefile"
25193 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25195 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25196 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25197 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
25199 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25200 dlls/ole32/tests/Makefile"
25201 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25203 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25204 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25205 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
25207 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25208 dlls/oleacc/Makefile"
25209 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25211 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25212 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25213 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
25215 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25216 dlls/oleacc/tests/Makefile"
25217 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25219 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25220 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25221 ac_config_files
="$ac_config_files dlls/oleacc/tests/Makefile"
25223 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25224 dlls/oleaut32/Makefile"
25225 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25227 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25228 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25229 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
25231 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25232 dlls/oleaut32/tests/Makefile"
25233 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25235 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25236 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25237 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
25239 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25240 dlls/olecli.dll16/Makefile"
25241 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25243 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25244 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25245 ac_config_files
="$ac_config_files dlls/olecli.dll16/Makefile"
25247 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25248 dlls/olecli32/Makefile"
25249 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25251 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25252 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25253 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
25255 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25256 dlls/oledlg/Makefile"
25257 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25259 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25260 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25261 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
25263 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25264 dlls/olepro32/Makefile"
25265 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25267 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25268 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25269 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
25271 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25272 dlls/olesvr.dll16/Makefile"
25273 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25275 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25276 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25277 ac_config_files
="$ac_config_files dlls/olesvr.dll16/Makefile"
25279 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25280 dlls/olesvr32/Makefile"
25281 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25283 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25284 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25285 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
25287 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25288 dlls/olethk32/Makefile"
25289 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25291 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25292 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25293 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
25295 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25296 dlls/opengl32/Makefile"
25297 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25299 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25300 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25301 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
25303 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25304 dlls/opengl32/tests/Makefile"
25305 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25307 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25308 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25309 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
25311 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25313 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25315 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25316 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25317 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
25319 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25320 dlls/pdh/tests/Makefile"
25321 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25323 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25324 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25325 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
25327 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25328 dlls/pidgen/Makefile"
25329 test "x$enable_pidgen" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25331 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25332 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25333 ac_config_files
="$ac_config_files dlls/pidgen/Makefile"
25335 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25336 dlls/powrprof/Makefile"
25337 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25339 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25340 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25341 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
25343 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25344 dlls/printui/Makefile"
25345 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25347 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25348 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25349 ac_config_files
="$ac_config_files dlls/printui/Makefile"
25351 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25352 dlls/propsys/Makefile"
25353 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25355 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25356 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25357 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
25359 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25360 dlls/psapi/Makefile"
25361 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25363 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25364 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25365 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
25367 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25368 dlls/psapi/tests/Makefile"
25369 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25371 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25372 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25373 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
25375 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25376 dlls/pstorec/Makefile"
25377 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25379 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25380 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25381 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
25383 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25384 dlls/qcap/Makefile"
25385 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25387 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25388 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25389 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
25391 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25392 dlls/qedit/Makefile"
25393 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25395 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25396 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25397 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
25399 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25400 dlls/qedit/tests/Makefile"
25401 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25403 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25404 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25405 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
25407 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25408 dlls/qmgr/Makefile"
25409 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25411 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25412 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25413 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
25415 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25416 dlls/qmgr/tests/Makefile"
25417 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25419 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25420 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25421 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
25423 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25424 dlls/qmgrprxy/Makefile"
25425 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25427 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25428 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25429 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
25431 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25432 dlls/quartz/Makefile"
25433 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25435 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25436 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25437 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
25439 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25440 dlls/quartz/tests/Makefile"
25441 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25443 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25444 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25445 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
25447 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25448 dlls/query/Makefile"
25449 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25451 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25452 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25453 ac_config_files
="$ac_config_files dlls/query/Makefile"
25455 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25456 dlls/rasapi16.dll16/Makefile"
25457 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25459 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25460 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25461 ac_config_files
="$ac_config_files dlls/rasapi16.dll16/Makefile"
25463 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25464 dlls/rasapi32/Makefile"
25465 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25467 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25468 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25469 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
25471 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25472 dlls/rasapi32/tests/Makefile"
25473 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25475 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25476 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25477 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
25479 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25480 dlls/rasdlg/Makefile"
25481 test "x$enable_rasdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25483 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25484 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25485 ac_config_files
="$ac_config_files dlls/rasdlg/Makefile"
25487 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25488 dlls/resutils/Makefile"
25489 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25491 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25492 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25493 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
25495 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25496 dlls/riched20/Makefile"
25497 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25499 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25500 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25501 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
25503 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25504 dlls/riched20/tests/Makefile"
25505 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25507 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25508 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25509 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
25511 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25512 dlls/riched32/Makefile"
25513 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25515 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25516 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25517 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
25519 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25520 dlls/riched32/tests/Makefile"
25521 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25523 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25524 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25525 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
25527 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25528 dlls/rpcrt4/Makefile"
25529 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25531 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25532 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25533 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
25535 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25536 dlls/rpcrt4/tests/Makefile"
25537 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25539 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25540 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25541 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
25543 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25544 dlls/rsabase/Makefile"
25545 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25547 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25548 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25549 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
25551 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25552 dlls/rsaenh/Makefile"
25553 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25555 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25556 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25557 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
25559 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25560 dlls/rsaenh/tests/Makefile"
25561 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25563 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25564 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25565 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
25567 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25568 dlls/sane.ds/Makefile"
25569 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25571 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25572 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25573 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
25575 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25576 dlls/sccbase/Makefile"
25577 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25579 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25580 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25581 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
25583 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25584 dlls/schannel/Makefile"
25585 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25587 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25588 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25589 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
25591 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25592 dlls/schannel/tests/Makefile"
25593 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25595 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25596 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25597 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
25599 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25600 dlls/secur32/Makefile"
25601 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25603 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25604 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25605 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
25607 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25608 dlls/secur32/tests/Makefile"
25609 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25611 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25612 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25613 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
25615 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25616 dlls/security/Makefile"
25617 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25619 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25620 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25621 ac_config_files
="$ac_config_files dlls/security/Makefile"
25623 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25624 dlls/sensapi/Makefile"
25625 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25627 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25628 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25629 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
25631 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25632 dlls/serialui/Makefile"
25633 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25635 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25636 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25637 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
25639 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25640 dlls/serialui/tests/Makefile"
25641 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25643 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25644 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25645 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
25647 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25648 dlls/setupapi/Makefile"
25649 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25651 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25652 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25653 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
25655 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25656 dlls/setupapi/tests/Makefile"
25657 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25659 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25660 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25661 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
25663 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25665 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25667 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25668 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25669 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
25671 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25672 dlls/sfc_os/Makefile"
25673 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25675 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25676 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25677 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
25679 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25680 dlls/shdoclc/Makefile"
25681 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25683 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25684 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25685 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
25687 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25688 dlls/shdocvw/Makefile"
25689 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25691 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25692 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25693 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
25695 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25696 dlls/shdocvw/tests/Makefile"
25697 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25699 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25700 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25701 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
25703 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25704 dlls/shell32/Makefile"
25705 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25707 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25708 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25709 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
25711 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25712 dlls/shell32/tests/Makefile"
25713 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25715 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25716 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25717 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
25719 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25720 dlls/shfolder/Makefile"
25721 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25723 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25724 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25725 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
25727 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25728 dlls/shlwapi/Makefile"
25729 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25731 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25732 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25733 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
25735 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25736 dlls/shlwapi/tests/Makefile"
25737 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25739 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25740 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25741 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
25743 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25744 dlls/slbcsp/Makefile"
25745 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25747 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25748 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25749 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
25751 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25753 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25755 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25756 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25757 ac_config_files
="$ac_config_files dlls/slc/Makefile"
25759 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25760 dlls/snmpapi/Makefile"
25761 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25763 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25764 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25765 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
25767 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25768 dlls/snmpapi/tests/Makefile"
25769 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25771 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25772 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25773 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
25775 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25776 dlls/softpub/Makefile"
25777 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25779 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25780 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25781 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
25783 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25784 dlls/sound.drv16/Makefile"
25785 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25787 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25788 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25789 ac_config_files
="$ac_config_files dlls/sound.drv16/Makefile"
25791 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25792 dlls/spoolss/Makefile"
25793 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25795 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25796 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25797 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
25799 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25800 dlls/spoolss/tests/Makefile"
25801 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25803 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25804 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25805 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
25807 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25808 dlls/stdole2.tlb/Makefile"
25809 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25811 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25812 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25813 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
25815 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25816 dlls/stdole32.tlb/Makefile"
25817 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25819 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25820 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25821 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
25823 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25825 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25827 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25828 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25829 ac_config_files
="$ac_config_files dlls/sti/Makefile"
25831 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25832 dlls/storage.dll16/Makefile"
25833 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25835 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25836 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25837 ac_config_files
="$ac_config_files dlls/storage.dll16/Makefile"
25839 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25840 dlls/stress.dll16/Makefile"
25841 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25843 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25844 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25845 ac_config_files
="$ac_config_files dlls/stress.dll16/Makefile"
25847 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25848 dlls/strmiids/Makefile"
25849 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
25851 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25852 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25853 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
25855 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25856 dlls/svrapi/Makefile"
25857 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25859 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25860 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25861 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
25863 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25865 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25867 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25868 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25869 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
25871 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25872 dlls/tapi32/Makefile"
25873 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25875 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25876 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25877 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
25879 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25880 dlls/traffic/Makefile"
25881 test "x$enable_traffic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25883 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25884 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25885 ac_config_files
="$ac_config_files dlls/traffic/Makefile"
25887 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25888 dlls/twain.dll16/Makefile"
25889 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25891 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25892 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
25893 ac_config_files
="$ac_config_files dlls/twain.dll16/Makefile"
25895 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25896 dlls/twain_32/Makefile"
25897 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25899 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25900 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25901 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
25903 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25904 dlls/twain_32/tests/Makefile"
25905 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25907 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25908 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25909 ac_config_files
="$ac_config_files dlls/twain_32/tests/Makefile"
25911 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25912 dlls/typelib.dll16/Makefile"
25913 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25915 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25916 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25917 ac_config_files
="$ac_config_files dlls/typelib.dll16/Makefile"
25919 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25920 dlls/unicows/Makefile"
25921 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25923 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25924 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25925 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
25927 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25928 dlls/updspapi/Makefile"
25929 test "x$enable_updspapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25931 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25932 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25933 ac_config_files
="$ac_config_files dlls/updspapi/Makefile"
25935 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25937 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25939 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25940 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25941 ac_config_files
="$ac_config_files dlls/url/Makefile"
25943 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25944 dlls/urlmon/Makefile"
25945 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25947 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25948 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25949 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
25951 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25952 dlls/urlmon/tests/Makefile"
25953 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25955 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25956 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25957 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
25959 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25960 dlls/user32/Makefile"
25961 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25963 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25964 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25965 ac_config_files
="$ac_config_files dlls/user32/Makefile"
25967 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25968 dlls/user32/tests/Makefile"
25969 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25971 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25972 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25973 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
25975 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25976 dlls/userenv/Makefile"
25977 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25979 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25980 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25981 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
25983 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25984 dlls/userenv/tests/Makefile"
25985 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25987 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25988 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25989 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
25991 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25992 dlls/usp10/Makefile"
25993 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25995 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25996 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25997 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
25999 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26000 dlls/usp10/tests/Makefile"
26001 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26003 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26004 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26005 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
26007 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26008 dlls/uuid/Makefile"
26009 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
26011 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26012 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26013 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
26015 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26016 dlls/uxtheme/Makefile"
26017 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26019 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26020 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26021 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
26023 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26024 dlls/uxtheme/tests/Makefile"
26025 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26027 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26028 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26029 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
26031 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26032 dlls/vdhcp.vxd/Makefile"
26033 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26035 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26036 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26037 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
26039 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26040 dlls/vdmdbg/Makefile"
26041 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26043 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26044 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26045 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
26047 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26048 dlls/version/Makefile"
26049 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26051 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26052 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26053 ac_config_files
="$ac_config_files dlls/version/Makefile"
26055 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26056 dlls/version/tests/Makefile"
26057 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26059 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26060 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26061 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
26063 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26064 dlls/vmm.vxd/Makefile"
26065 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26067 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26068 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26069 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
26071 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26072 dlls/vnbt.vxd/Makefile"
26073 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26075 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26076 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26077 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
26079 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26080 dlls/vnetbios.vxd/Makefile"
26081 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26083 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26084 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26085 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
26087 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26088 dlls/vtdapi.vxd/Makefile"
26089 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26091 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26092 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26093 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
26095 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26096 dlls/vwin32.vxd/Makefile"
26097 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26099 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26100 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26101 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
26103 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26104 dlls/w32skrnl/Makefile"
26105 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26107 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26108 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26109 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
26111 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26112 dlls/w32sys.dll16/Makefile"
26113 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26115 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26116 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26117 ac_config_files
="$ac_config_files dlls/w32sys.dll16/Makefile"
26119 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26120 dlls/win32s16.dll16/Makefile"
26121 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26123 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26124 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26125 ac_config_files
="$ac_config_files dlls/win32s16.dll16/Makefile"
26127 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26128 dlls/win87em.dll16/Makefile"
26129 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26131 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26132 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26133 ac_config_files
="$ac_config_files dlls/win87em.dll16/Makefile"
26135 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26136 dlls/winaspi.dll16/Makefile"
26137 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26139 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26140 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26141 ac_config_files
="$ac_config_files dlls/winaspi.dll16/Makefile"
26143 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26144 dlls/windebug.dll16/Makefile"
26145 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26147 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26148 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26149 ac_config_files
="$ac_config_files dlls/windebug.dll16/Makefile"
26151 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26152 dlls/winealsa.drv/Makefile"
26153 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26155 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26156 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26157 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
26159 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26160 dlls/wineaudioio.drv/Makefile"
26161 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26163 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26164 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26165 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
26167 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26168 dlls/winecoreaudio.drv/Makefile"
26169 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26171 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26172 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26173 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26175 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26176 dlls/winecrt0/Makefile"
26177 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
26179 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26180 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26181 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
26183 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26184 dlls/wined3d/Makefile"
26185 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26187 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26188 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26189 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
26191 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26192 dlls/winedos/Makefile"
26193 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26195 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26196 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26197 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
26199 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26200 dlls/wineesd.drv/Makefile"
26201 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26203 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26204 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26205 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
26207 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26208 dlls/winejack.drv/Makefile"
26209 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26211 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26212 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26213 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
26215 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26216 dlls/winejoystick.drv/Makefile"
26217 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26219 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26220 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26221 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
26223 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26224 dlls/winemp3.acm/Makefile"
26225 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26227 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26228 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26229 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
26231 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26232 dlls/winenas.drv/Makefile"
26233 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26235 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26236 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26237 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
26239 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26240 dlls/wineoss.drv/Makefile"
26241 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26243 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26244 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26245 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
26247 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26248 dlls/wineps.drv/Makefile"
26249 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26251 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26252 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26253 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
26255 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26256 dlls/winepulse.drv/Makefile"
26257 test "x$enable_winepulse_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26259 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26260 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26261 ac_config_files
="$ac_config_files dlls/winepulse.drv/Makefile"
26263 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26264 dlls/winequartz.drv/Makefile"
26265 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26267 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26268 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26269 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
26271 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26272 dlls/winex11.drv/Makefile"
26273 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26275 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26276 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26277 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
26279 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26280 dlls/wing32/Makefile"
26281 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26283 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26284 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26285 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
26287 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26288 dlls/winhttp/Makefile"
26289 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26291 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26292 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26293 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
26295 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26296 dlls/winhttp/tests/Makefile"
26297 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26299 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26300 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26301 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
26303 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26304 dlls/wininet/Makefile"
26305 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26307 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26308 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26309 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
26311 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26312 dlls/wininet/tests/Makefile"
26313 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26315 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26316 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26317 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
26319 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26320 dlls/winmm/Makefile"
26321 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26323 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26324 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26325 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
26327 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26328 dlls/winmm/tests/Makefile"
26329 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26331 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26332 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26333 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
26335 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26336 dlls/winnls.dll16/Makefile"
26337 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26339 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26340 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26341 ac_config_files
="$ac_config_files dlls/winnls.dll16/Makefile"
26343 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26344 dlls/winnls32/Makefile"
26345 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26347 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26348 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26349 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
26351 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26352 dlls/winscard/Makefile"
26353 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26355 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26356 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26357 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
26359 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26360 dlls/winspool.drv/Makefile"
26361 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26363 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26364 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26365 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
26367 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26368 dlls/winspool.drv/tests/Makefile"
26369 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26370 winspool.drv/tests"
26371 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26372 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26373 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
26375 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26376 dlls/wintab.dll16/Makefile"
26377 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26379 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26380 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26381 ac_config_files
="$ac_config_files dlls/wintab.dll16/Makefile"
26383 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26384 dlls/wintab32/Makefile"
26385 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26387 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26388 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26389 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
26391 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26392 dlls/wintrust/Makefile"
26393 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26395 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26396 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26397 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
26399 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26400 dlls/wintrust/tests/Makefile"
26401 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26403 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26404 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26405 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
26407 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26408 dlls/wldap32/Makefile"
26409 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26411 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26412 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26413 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
26415 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26416 dlls/wldap32/tests/Makefile"
26417 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26419 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26420 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26421 ac_config_files
="$ac_config_files dlls/wldap32/tests/Makefile"
26423 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26425 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26427 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26428 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26429 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
26431 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26432 dlls/wnaspi32/Makefile"
26433 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26435 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26436 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26437 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
26439 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26440 dlls/wow32/Makefile"
26441 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26443 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26444 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26445 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
26447 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26448 dlls/ws2_32/Makefile"
26449 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26451 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26452 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26453 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
26455 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26456 dlls/ws2_32/tests/Makefile"
26457 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26459 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26460 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26461 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
26463 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26464 dlls/wsock32/Makefile"
26465 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26467 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26468 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26469 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
26471 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26472 dlls/wtsapi32/Makefile"
26473 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26475 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26476 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26477 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
26479 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26480 dlls/wuapi/Makefile"
26481 test "x$enable_wuapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26483 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26484 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26485 ac_config_files
="$ac_config_files dlls/wuapi/Makefile"
26487 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26488 dlls/xinput1_1/Makefile"
26489 test "x$enable_xinput1_1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26491 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26492 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26493 ac_config_files
="$ac_config_files dlls/xinput1_1/Makefile"
26495 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26496 dlls/xinput1_2/Makefile"
26497 test "x$enable_xinput1_2" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26499 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26500 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26501 ac_config_files
="$ac_config_files dlls/xinput1_2/Makefile"
26503 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26504 dlls/xinput1_3/Makefile"
26505 test "x$enable_xinput1_3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26507 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26508 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26509 ac_config_files
="$ac_config_files dlls/xinput1_3/Makefile"
26511 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26512 dlls/xinput1_3/tests/Makefile"
26513 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26515 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26516 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26517 ac_config_files
="$ac_config_files dlls/xinput1_3/tests/Makefile"
26519 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26520 dlls/xinput9_1_0/Makefile"
26521 test "x$enable_xinput9_1_0" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26523 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26524 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26525 ac_config_files
="$ac_config_files dlls/xinput9_1_0/Makefile"
26527 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26528 documentation/Makefile"
26529 test "x$enable_documentation" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26531 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26532 documentation/Makefile: documentation/Makefile.in Make.rules"
26533 ac_config_files
="$ac_config_files documentation/Makefile"
26535 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26537 test "x$enable_fonts" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26539 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26540 fonts/Makefile: fonts/Makefile.in Make.rules"
26541 ac_config_files
="$ac_config_files fonts/Makefile"
26543 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26545 test "x$enable_include" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26547 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26548 include/Makefile: include/Makefile.in Make.rules"
26549 ac_config_files
="$ac_config_files include/Makefile"
26551 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26553 test "x$enable_libs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26555 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26556 libs/Makefile: libs/Makefile.in Make.rules"
26557 ac_config_files
="$ac_config_files libs/Makefile"
26559 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26560 libs/port/Makefile"
26562 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26563 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26564 ac_config_files
="$ac_config_files libs/port/Makefile"
26566 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26567 libs/wine/Makefile"
26569 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26570 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26571 ac_config_files
="$ac_config_files libs/wine/Makefile"
26573 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26576 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26577 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26578 ac_config_files
="$ac_config_files libs/wpp/Makefile"
26580 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26582 test "x$enable_loader" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26584 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26585 loader/Makefile: loader/Makefile.in Make.rules"
26586 ac_config_files
="$ac_config_files loader/Makefile"
26588 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26590 test "x$enable_programs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26592 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26593 programs/Makefile: programs/Makefile.in Make.rules"
26594 ac_config_files
="$ac_config_files programs/Makefile"
26596 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26597 programs/cacls/Makefile"
26598 test "x$enable_cacls" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26599 cacls" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26601 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26602 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26603 ac_config_files
="$ac_config_files programs/cacls/Makefile"
26605 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26606 programs/clock/Makefile"
26607 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26608 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26610 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26611 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26612 ac_config_files
="$ac_config_files programs/clock/Makefile"
26614 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26615 programs/cmd/Makefile"
26616 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26617 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26619 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26620 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26621 ac_config_files
="$ac_config_files programs/cmd/Makefile"
26623 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26624 programs/cmdlgtst/Makefile"
26625 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26627 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26628 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26629 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
26631 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26632 programs/control/Makefile"
26633 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26634 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26636 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26637 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26638 ac_config_files
="$ac_config_files programs/control/Makefile"
26640 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26641 programs/eject/Makefile"
26642 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26643 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26645 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26646 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26647 ac_config_files
="$ac_config_files programs/eject/Makefile"
26649 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26650 programs/expand/Makefile"
26651 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26652 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26654 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26655 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26656 ac_config_files
="$ac_config_files programs/expand/Makefile"
26658 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26659 programs/explorer/Makefile"
26660 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26661 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26664 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26665 ac_config_files
="$ac_config_files programs/explorer/Makefile"
26667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26668 programs/hh/Makefile"
26669 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26670 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26672 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26673 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26674 ac_config_files
="$ac_config_files programs/hh/Makefile"
26676 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26677 programs/icinfo/Makefile"
26678 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26679 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26681 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26682 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26683 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
26685 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26686 programs/iexplore/Makefile"
26687 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26688 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26690 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26691 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26692 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
26694 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26695 programs/lodctr/Makefile"
26696 test "x$enable_lodctr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26697 lodctr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26699 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26700 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26701 ac_config_files
="$ac_config_files programs/lodctr/Makefile"
26703 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26704 programs/msiexec/Makefile"
26705 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26706 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26707 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26709 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26710 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26711 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
26713 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26714 programs/net/Makefile"
26715 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26716 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26718 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26719 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26720 ac_config_files
="$ac_config_files programs/net/Makefile"
26722 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26723 programs/notepad/Makefile"
26724 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26725 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26726 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26728 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26729 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26730 ac_config_files
="$ac_config_files programs/notepad/Makefile"
26732 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26733 programs/oleview/Makefile"
26734 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26735 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26737 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26738 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26739 ac_config_files
="$ac_config_files programs/oleview/Makefile"
26741 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26742 programs/progman/Makefile"
26743 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26744 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26746 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26747 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26748 ac_config_files
="$ac_config_files programs/progman/Makefile"
26750 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26751 programs/reg/Makefile"
26752 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26753 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26755 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26756 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26757 ac_config_files
="$ac_config_files programs/reg/Makefile"
26759 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26760 programs/regedit/Makefile"
26761 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26762 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26763 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26765 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26766 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26767 ac_config_files
="$ac_config_files programs/regedit/Makefile"
26769 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26770 programs/regsvr32/Makefile"
26771 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26772 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26773 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26776 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26777 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
26779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26780 programs/rpcss/Makefile"
26781 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26782 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26784 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26785 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26786 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
26788 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26789 programs/rundll32/Makefile"
26790 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26791 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26793 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26794 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26795 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
26797 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26798 programs/secedit/Makefile"
26799 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26800 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26802 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26803 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26804 ac_config_files
="$ac_config_files programs/secedit/Makefile"
26806 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26807 programs/services/Makefile"
26808 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26809 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26811 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26812 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26813 ac_config_files
="$ac_config_files programs/services/Makefile"
26815 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26816 programs/spoolsv/Makefile"
26817 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26818 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26820 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26821 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26822 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
26824 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26825 programs/start/Makefile"
26826 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26827 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26829 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26830 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26831 ac_config_files
="$ac_config_files programs/start/Makefile"
26833 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26834 programs/svchost/Makefile"
26835 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26836 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26838 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26839 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26840 ac_config_files
="$ac_config_files programs/svchost/Makefile"
26842 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26843 programs/taskmgr/Makefile"
26844 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26845 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26848 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26849 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
26851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26852 programs/uninstaller/Makefile"
26853 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26854 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26856 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26857 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26858 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
26860 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26861 programs/unlodctr/Makefile"
26862 test "x$enable_unlodctr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26863 unlodctr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26865 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26866 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26867 ac_config_files
="$ac_config_files programs/unlodctr/Makefile"
26869 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26870 programs/view/Makefile"
26871 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26873 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26874 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26875 ac_config_files
="$ac_config_files programs/view/Makefile"
26877 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26878 programs/wineboot/Makefile"
26879 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26880 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26881 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26883 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26884 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26885 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
26887 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26888 programs/winebrowser/Makefile"
26889 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26890 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26892 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26893 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26894 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
26896 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26897 programs/winecfg/Makefile"
26898 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26899 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26900 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26902 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26903 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26904 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
26906 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26907 programs/wineconsole/Makefile"
26908 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26909 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26910 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26912 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26913 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26914 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
26916 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26917 programs/winedbg/Makefile"
26918 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26919 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26920 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26922 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26923 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26924 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
26926 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26927 programs/winedevice/Makefile"
26928 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26929 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26931 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26932 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26933 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
26935 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26936 programs/winefile/Makefile"
26937 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26938 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26939 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26941 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26942 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26943 ac_config_files
="$ac_config_files programs/winefile/Makefile"
26945 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26946 programs/winemenubuilder/Makefile"
26947 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26948 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26950 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26951 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26952 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
26954 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26955 programs/winemine/Makefile"
26956 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26957 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26958 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26960 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26961 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26962 ac_config_files
="$ac_config_files programs/winemine/Makefile"
26964 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26965 programs/winepath/Makefile"
26966 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26967 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26968 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26970 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26971 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26972 ac_config_files
="$ac_config_files programs/winepath/Makefile"
26974 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26975 programs/winetest/Makefile"
26976 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26978 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26979 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26980 ac_config_files
="$ac_config_files programs/winetest/Makefile"
26982 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26983 programs/winevdm/Makefile"
26984 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26985 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26987 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26988 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26989 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
26991 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26992 programs/winhelp.exe16/Makefile"
26993 test "x$enable_win16" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26994 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26996 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26997 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26998 ac_config_files
="$ac_config_files programs/winhelp.exe16/Makefile"
27000 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27001 programs/winhlp32/Makefile"
27002 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
27003 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
27005 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27006 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27007 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
27009 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27010 programs/winoldap.mod16/Makefile"
27011 test "x$enable_win16" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
27012 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
27014 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27015 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27016 ac_config_files
="$ac_config_files programs/winoldap.mod16/Makefile"
27018 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27019 programs/winver/Makefile"
27020 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
27021 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
27023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27024 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27025 ac_config_files
="$ac_config_files programs/winver/Makefile"
27027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27028 programs/wordpad/Makefile"
27029 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
27030 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
27032 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27033 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27034 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
27036 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27037 programs/write/Makefile"
27038 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
27039 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
27041 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27042 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27043 ac_config_files
="$ac_config_files programs/write/Makefile"
27045 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27046 programs/xcopy/Makefile"
27047 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
27048 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
27050 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27051 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27052 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
27054 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27056 test "x$enable_server" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
27058 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27059 server/Makefile: server/Makefile.in Make.rules"
27060 ac_config_files
="$ac_config_files server/Makefile"
27062 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27064 test "x$enable_tools" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
27066 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27067 tools/Makefile: tools/Makefile.in Make.rules"
27068 ac_config_files
="$ac_config_files tools/Makefile"
27070 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27071 tools/widl/Makefile"
27073 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27074 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27075 ac_config_files
="$ac_config_files tools/widl/Makefile"
27077 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27078 tools/winebuild/Makefile"
27080 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27081 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27082 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
27084 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27085 tools/winedump/Makefile"
27087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27088 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27089 ac_config_files
="$ac_config_files tools/winedump/Makefile"
27091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27092 tools/winegcc/Makefile"
27094 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27095 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27096 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
27098 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27099 tools/wmc/Makefile"
27101 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27102 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27103 ac_config_files
="$ac_config_files tools/wmc/Makefile"
27105 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27106 tools/wrc/Makefile"
27108 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27109 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27110 ac_config_files
="$ac_config_files tools/wrc/Makefile"
27114 ALL_WINETEST_DEPENDS
="# Test binaries"
27116 for dir
in $ALL_TEST_DIRS
27118 if test "$dir" != "\\"
27120 testname
=`expr $dir : '\(.*\)/tests'`_test.exe
27121 ALL_WINETEST_DEPENDS
="$ALL_WINETEST_DEPENDS
27122 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27123 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27127 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS
=""
27129 cat >confcache
<<\_ACEOF
27130 # This file is a shell script that caches the results of configure
27131 # tests run on this system so they can be shared between configure
27132 # scripts and configure runs, see configure's option --config-cache.
27133 # It is not useful on other systems. If it contains results you don't
27134 # want to keep, you may remove or edit it.
27136 # config.status only pays attention to the cache file if you give it
27137 # the --recheck option to rerun configure.
27139 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27140 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27141 # following values.
27145 # The following way of writing the cache mishandles newlines in values,
27146 # but we know of no workaround that is simple, portable, and efficient.
27147 # So, we kill variables containing newlines.
27148 # Ultrix sh set writes to stderr and can't be redirected directly,
27149 # and sets the high bit in the cache file unless we assign to the vars.
27151 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27152 eval ac_val
=\$
$ac_var
27156 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27157 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27160 _ | IFS | as_nl
) ;; #(
27161 *) $as_unset $ac_var ;;
27167 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27168 *${as_nl}ac_space
=\
*)
27169 # `set' does not quote correctly, so add quotes (double-quote
27170 # substitution turns \\\\ into \\, and sed turns \\ into \).
27173 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27176 # `set' quotes correctly as required by POSIX, so do not add quotes.
27177 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27186 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27188 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27190 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
27191 if test -w "$cache_file"; then
27192 test "x$cache_file" != "x/dev/null" &&
27193 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27194 echo "$as_me: updating cache $cache_file" >&6;}
27195 cat confcache
>$cache_file
27197 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27198 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27203 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
27204 # Let make expand exec_prefix.
27205 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
27207 DEFS
=-DHAVE_CONFIG_H
27211 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
27212 # 1. Remove the extension, and $U if already installed.
27213 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
27214 ac_i
=`echo "$ac_i" | sed "$ac_script"`
27215 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27216 # will be set to the directory where LIBOBJS objects are built.
27217 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27218 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27220 LIBOBJS
=$ac_libobjs
27222 LTLIBOBJS
=$ac_ltlibobjs
27226 : ${CONFIG_STATUS=./config.status}
27227 ac_clean_files_save
=$ac_clean_files
27228 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
27229 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27230 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27231 cat >$CONFIG_STATUS <<_ACEOF
27233 # Generated by $as_me.
27234 # Run this file to recreate the current configuration.
27235 # Compiler output produced by configure, useful for debugging
27236 # configure, is in config.log if it exists.
27239 ac_cs_recheck=false
27241 SHELL=\${CONFIG_SHELL-$SHELL}
27244 cat >>$CONFIG_STATUS <<\_ACEOF
27245 ## --------------------- ##
27246 ## M4sh Initialization. ##
27247 ## --------------------- ##
27249 # Be more Bourne compatible
27250 DUALCASE
=1; export DUALCASE
# for MKS sh
27251 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
27254 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27255 # is contrary to our usage. Disable this feature.
27256 alias -g '${1+"$@"}'='"$@"'
27257 setopt NO_GLOB_SUBST
27259 case `(set -o) 2>/dev/null` in
27260 *posix
*) set -o posix
;;
27269 # Avoid depending upon Character Ranges.
27270 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
27271 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27272 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
27273 as_cr_digits
='0123456789'
27274 as_cr_alnum
=$as_cr_Letters$as_cr_digits
27276 # The user is always right.
27277 if test "${PATH_SEPARATOR+set}" != set; then
27278 echo "#! /bin/sh" >conf$$.sh
27279 echo "exit 0" >>conf$$.sh
27281 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
27289 # Support unset when possible.
27290 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
27298 # We need space, tab and new line, in precisely that order. Quoting is
27299 # there to prevent editors from complaining about space-tab.
27300 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27301 # splitting by setting IFS to empty value.)
27306 # Find who we are. Look in the path if we contain no directory separator.
27308 *[\\/]* ) as_myself
=$0 ;;
27309 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27310 for as_dir
in $PATH
27313 test -z "$as_dir" && as_dir
=.
27314 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
27320 # We did not find ourselves, most probably we were run as `sh COMMAND'
27321 # in which case we are not to be found in the path.
27322 if test "x$as_myself" = x
; then
27325 if test ! -f "$as_myself"; then
27326 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27327 { (exit 1); exit 1; }
27330 # Work around bugs in pre-3.0 UWIN ksh.
27331 for as_var
in ENV MAIL MAILPATH
27332 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
27340 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27341 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27342 LC_TELEPHONE LC_TIME
27344 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27345 eval $as_var=C
; export $as_var
27347 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
27351 # Required to use basename.
27352 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
27353 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
27359 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27360 as_basename
=basename
27366 # Name of the executable.
27367 as_me
=`$as_basename -- "$0" ||
27368 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27369 X"$0" : 'X\(//\)$' \| \
27370 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27372 sed '/^.*\/\([^/][^/]*\)\/*$/{
27391 as_lineno_1
=$LINENO
27392 as_lineno_2
=$LINENO
27393 test "x$as_lineno_1" != "x$as_lineno_2" &&
27394 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
27396 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27397 # uniformly replaced by the line number. The first 'sed' inserts a
27398 # line-number line after each line using $LINENO; the second 'sed'
27399 # does the real work. The second script uses 'N' to pair each
27400 # line-number line with the line containing $LINENO, and appends
27401 # trailing '-' during substitution so that $LINENO is not a special
27402 # case at line end.
27403 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27404 # scripts with optimization help from Paolo Bonzini. Blame Lee
27405 # E. McMahon (1931-1989) for sed's syntax. :-)
27417 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27420 ' >$as_me.lineno
&&
27421 chmod +x
"$as_me.lineno" ||
27422 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27423 { (exit 1); exit 1; }; }
27425 # Don't try to exec as it changes $[0], causing all sort of problems
27426 # (the dirname of $[0] is not the place where we might find the
27427 # original and so on. Autoconf is especially sensitive to this).
27428 .
"./$as_me.lineno"
27429 # Exit status is that of the last command.
27434 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
27440 ECHO_C
= ECHO_N
= ECHO_T
=
27441 case `echo -n x` in
27443 case `echo 'x\c'` in
27444 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
27451 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
27452 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
27458 rm -f conf$$ conf$$.exe conf$$.
file
27459 if test -d conf$$.dir
; then
27460 rm -f conf$$.dir
/conf$$.
file
27466 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
27468 # ... but there are two gotchas:
27469 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27470 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27471 # In both cases, we have to default to `cp -p'.
27472 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
27474 elif ln conf$$.
file conf$$
2>/dev
/null
; then
27479 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
27480 rmdir conf$$.dir
2>/dev
/null
27482 if mkdir
-p .
2>/dev
/null
; then
27485 test -d .
/-p && rmdir .
/-p
27489 if test -x / >/dev
/null
2>&1; then
27490 as_test_x
='test -x'
27492 if ls -dL / >/dev
/null
2>&1; then
27499 if test -d "$1"; then
27505 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27506 ???[sx]*):;;*)false;;esac;fi
27510 as_executable_p
=$as_test_x
27512 # Sed expression to map a string onto a valid CPP name.
27513 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27515 # Sed expression to map a string onto a valid variable name.
27516 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27521 # Save the log message, to keep $[0] and so on meaningful, and to
27522 # report actual input values of CONFIG_FILES etc. instead of their
27523 # values after options handling.
27525 This file was extended by Wine $as_me 1.1.17, which was
27526 generated by GNU Autoconf 2.61. Invocation command line was
27528 CONFIG_FILES = $CONFIG_FILES
27529 CONFIG_HEADERS = $CONFIG_HEADERS
27530 CONFIG_LINKS = $CONFIG_LINKS
27531 CONFIG_COMMANDS = $CONFIG_COMMANDS
27534 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27539 cat >>$CONFIG_STATUS <<_ACEOF
27540 # Files that config.status was made for.
27541 config_files="$ac_config_files"
27542 config_headers="$ac_config_headers"
27543 config_commands="$ac_config_commands"
27547 cat >>$CONFIG_STATUS <<\_ACEOF
27549 \`$as_me' instantiates files from templates according to the
27550 current configuration.
27552 Usage: $0 [OPTIONS] [FILE]...
27554 -h, --help print this help, then exit
27555 -V, --version print version number and configuration settings, then exit
27556 -q, --quiet do not print progress messages
27557 -d, --debug don't remove temporary files
27558 --recheck update $as_me by reconfiguring in the same conditions
27559 --file=FILE[:TEMPLATE]
27560 instantiate the configuration file FILE
27561 --header=FILE[:TEMPLATE]
27562 instantiate the configuration header FILE
27564 Configuration files:
27567 Configuration headers:
27570 Configuration commands:
27573 Report bugs to <bug-autoconf@gnu.org>."
27576 cat >>$CONFIG_STATUS <<_ACEOF
27578 Wine config.status 1.1.17
27579 configured by $0, generated by GNU Autoconf 2.61,
27580 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27582 Copyright (C) 2006 Free Software Foundation, Inc.
27583 This config.status script is free software; the Free Software Foundation
27584 gives unlimited permission to copy, distribute and modify it."
27591 cat >>$CONFIG_STATUS <<\_ACEOF
27592 # If no file are specified by the user, then we need to provide default
27593 # value. By we need to know if files were specified by the user.
27599 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
27600 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
27611 # Handling of the options.
27612 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
27614 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
27615 echo "$ac_cs_version"; exit ;;
27616 --debug |
--debu |
--deb |
--de |
--d |
-d )
27618 --file |
--fil |
--fi |
--f )
27620 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
27621 ac_need_defaults
=false
;;
27622 --header |
--heade |
--head |
--hea )
27624 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
27625 ac_need_defaults
=false
;;
27627 # Conflict between --help and --header
27628 { echo "$as_me: error: ambiguous option: $1
27629 Try \`$0 --help' for more information." >&2
27630 { (exit 1); exit 1; }; };;
27631 --help |
--hel |
-h )
27632 echo "$ac_cs_usage"; exit ;;
27633 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
27634 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
27637 # This is an error.
27638 -*) { echo "$as_me: error: unrecognized option: $1
27639 Try \`$0 --help' for more information." >&2
27640 { (exit 1); exit 1; }; } ;;
27642 *) ac_config_targets
="$ac_config_targets $1"
27643 ac_need_defaults
=false
;;
27649 ac_configure_extra_args
=
27651 if $ac_cs_silent; then
27653 ac_configure_extra_args
="$ac_configure_extra_args --silent"
27657 cat >>$CONFIG_STATUS <<_ACEOF
27658 if \$ac_cs_recheck; then
27659 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27660 CONFIG_SHELL=$SHELL
27661 export CONFIG_SHELL
27662 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27666 cat >>$CONFIG_STATUS <<\_ACEOF
27670 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27671 ## Running $as_me. ##
27677 cat >>$CONFIG_STATUS <<_ACEOF
27680 cat >>$CONFIG_STATUS <<\_ACEOF
27682 # Handling of arguments.
27683 for ac_config_target
in $ac_config_targets
27685 case $ac_config_target in
27686 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
27687 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
27688 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27689 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27690 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27691 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
27692 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27693 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
27694 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
27695 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
27696 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27697 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
27698 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
27699 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
27700 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
27701 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
27702 "dlls/aclui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/aclui/Makefile" ;;
27703 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
27704 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27705 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27706 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27707 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27708 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
27709 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27710 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
27711 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27712 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
27713 "dlls/authz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/authz/Makefile" ;;
27714 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27715 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27716 "dlls/avifile.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27717 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
27718 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27719 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27720 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27721 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27722 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
27723 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27724 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27725 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
27726 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27727 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27728 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27729 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27730 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27731 "dlls/comm.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27732 "dlls/compobj.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27733 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
27734 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
27735 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27736 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27737 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27738 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27739 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27740 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27741 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27742 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27743 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27744 "dlls/cryptui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27745 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27746 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27747 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27748 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27749 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27750 "dlls/d3d10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27751 "dlls/d3d10core/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27752 "dlls/d3d10core/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27753 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27754 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27755 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27756 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27757 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27758 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27759 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27760 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27761 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27762 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27763 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27764 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27765 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27766 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27767 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27768 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27769 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27770 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27771 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27772 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27773 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27774 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27775 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27776 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27777 "dlls/d3dx9_38/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27778 "dlls/d3dx9_39/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27779 "dlls/d3dx9_40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27780 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27781 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27782 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27783 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27784 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27785 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27786 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27787 "dlls/ddrawex/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27788 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
27789 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
27790 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27791 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27792 "dlls/dispdib.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27793 "dlls/display.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27794 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
27795 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27796 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
27797 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27798 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27799 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27800 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27801 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27802 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27803 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27804 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27805 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
27806 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27807 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27808 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27809 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27810 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27811 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27812 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27813 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
27814 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27815 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27816 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
27817 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27818 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27819 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27820 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27821 "dlls/dxgi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27822 "dlls/dxgi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27823 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27824 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27825 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
27826 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27827 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27828 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27829 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27830 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27831 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
27832 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27833 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27834 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
27835 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27836 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
27837 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
27838 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27839 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27840 "dlls/httpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27841 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27842 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
27843 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27844 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27845 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27846 "dlls/imm.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
27847 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
27848 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27849 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27850 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27851 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27852 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27853 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27854 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27855 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
27856 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27857 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
27858 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27859 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27860 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
27861 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
27862 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27863 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
27864 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27865 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27866 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27867 "dlls/keyboard.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27868 "dlls/loadperf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27869 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
27870 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27871 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
27872 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27873 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
27874 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27875 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27876 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27877 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27878 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27879 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27880 "dlls/mciqtz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27881 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27882 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27883 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
27884 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
27885 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27886 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27887 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27888 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27889 "dlls/mouse.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27890 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
27891 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27892 "dlls/msacm.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27893 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27894 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27895 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27896 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27897 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27898 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
27899 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27900 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27901 "dlls/msctf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msctf/Makefile" ;;
27902 "dlls/msctf/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27903 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27904 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27905 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27906 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27907 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27908 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27909 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
27910 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27911 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27912 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27913 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
27914 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27915 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27916 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27917 "dlls/mssign32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27918 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27919 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
27920 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27921 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27922 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27923 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27924 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27925 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27926 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27927 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27928 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27929 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27930 "dlls/msvfw32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27931 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27932 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27933 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27934 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27935 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27936 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27937 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27938 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
27939 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27940 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27941 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27942 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27943 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27944 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27945 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27946 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
27947 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27948 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27949 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27950 "dlls/ole2.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27951 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27952 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27953 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27954 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27955 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27956 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
27957 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27958 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27959 "dlls/oleacc/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27960 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27961 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27962 "dlls/olecli.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27963 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27964 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27965 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27966 "dlls/olesvr.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27967 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27968 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27969 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27970 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27971 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
27972 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27973 "dlls/pidgen/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27974 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27975 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
27976 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
27977 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
27978 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27979 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27980 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
27981 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
27982 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27983 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27984 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27985 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27986 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
27987 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27988 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
27989 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
27990 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27991 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27992 "dlls/rasdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27993 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
27994 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
27995 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27996 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
27997 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27998 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27999 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28000 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28001 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28002 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28003 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28004 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28005 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
28006 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28007 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
28008 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28009 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
28010 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28011 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
28012 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28013 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28014 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28015 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
28016 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28017 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28018 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28019 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28020 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
28021 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28022 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28023 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28024 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28025 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28026 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
28027 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28028 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28029 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
28030 "dlls/sound.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
28031 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28032 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28033 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28034 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28035 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
28036 "dlls/storage.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28037 "dlls/stress.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28038 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28039 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28040 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
28041 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28042 "dlls/traffic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/traffic/Makefile" ;;
28043 "dlls/twain.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28044 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28045 "dlls/twain_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28046 "dlls/typelib.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28047 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
28048 "dlls/updspapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28049 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
28050 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28051 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28052 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
28053 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28054 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
28055 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28056 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
28057 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28058 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
28059 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28060 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28061 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28062 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28063 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
28064 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28065 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28066 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28067 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28068 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28069 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28070 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28071 "dlls/w32sys.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28072 "dlls/win32s16.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28073 "dlls/win87em.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28074 "dlls/winaspi.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28075 "dlls/windebug.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28076 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28077 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28078 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28079 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28080 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28081 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
28082 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28083 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28084 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28085 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28086 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28087 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28088 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28089 "dlls/winepulse.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28090 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28091 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28092 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
28093 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28094 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28095 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
28096 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28097 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
28098 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28099 "dlls/winnls.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28100 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28101 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
28102 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28103 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28104 "dlls/wintab.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28105 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28106 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28107 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28108 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28109 "dlls/wldap32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28110 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
28111 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28112 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
28113 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28114 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28115 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28116 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28117 "dlls/wuapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28118 "dlls/xinput1_1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28119 "dlls/xinput1_2/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28120 "dlls/xinput1_3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28121 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28122 "dlls/xinput9_1_0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28123 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
28124 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
28125 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
28126 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
28127 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
28128 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
28129 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
28130 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
28131 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
28132 "programs/cacls/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cacls/Makefile" ;;
28133 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
28134 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
28135 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28136 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
28137 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
28138 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
28139 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
28140 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
28141 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
28142 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
28143 "programs/lodctr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/lodctr/Makefile" ;;
28144 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
28145 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
28146 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
28147 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
28148 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
28149 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
28150 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
28151 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28152 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
28153 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
28154 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
28155 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
28156 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28157 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
28158 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
28159 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28160 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28161 "programs/unlodctr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28162 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
28163 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
28164 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28165 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
28166 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28167 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
28168 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
28169 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
28170 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28171 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
28172 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
28173 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
28174 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
28175 "programs/winhelp.exe16/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28176 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28177 "programs/winoldap.mod16/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28178 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
28179 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
28180 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
28181 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
28182 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
28183 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
28184 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
28185 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
28186 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
28187 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
28188 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
28189 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
28191 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28192 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28193 { (exit 1); exit 1; }; };;
28198 # If the user did not use the arguments to specify the items to instantiate,
28199 # then the envvar interface is used. Set only those that are not.
28200 # We use the long form for the default assignment because of an extremely
28201 # bizarre bug on SunOS 4.1.3.
28202 if $ac_need_defaults; then
28203 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
28204 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
28205 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
28208 # Have a temporary directory for convenience. Make it in the build tree
28209 # simply because there is no reason against having it here, and in addition,
28210 # creating and moving files from /tmp can sometimes cause problems.
28211 # Hook for its removal unless debugging.
28212 # Note that there is a small window in which the directory will not be cleaned:
28213 # after its creation but before its name has been assigned to `$tmp'.
28217 trap 'exit_status=$?
28218 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28220 trap '{ (exit 1); exit 1; }' 1 2 13 15
28222 # Create a (secure) tmp directory for tmp files.
28225 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28226 test -n "$tmp" && test -d "$tmp"
28229 tmp
=.
/conf$$
-$RANDOM
28230 (umask 077 && mkdir
"$tmp")
28233 echo "$me: cannot create a temporary directory in ." >&2
28234 { (exit 1); exit 1; }
28238 # Set up the sed scripts for CONFIG_FILES section.
28241 # No need to generate the scripts if there are no CONFIG_FILES.
28242 # This happens for instance when ./config.status config.h
28243 if test -n "$CONFIG_FILES"; then
28247 # Create sed commands to just substitute file output variables.
28249 # Remaining file output variables are in a fragment that also has non-file
28255 for ac_last_try
in false false false false false
:; do
28256 cat >conf$
$subs.
sed <<_ACEOF
28257 SHELL!$SHELL$ac_delim
28258 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28259 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28260 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28261 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28262 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28263 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28264 exec_prefix!$exec_prefix$ac_delim
28265 prefix!$prefix$ac_delim
28266 program_transform_name!$program_transform_name$ac_delim
28267 bindir!$bindir$ac_delim
28268 sbindir!$sbindir$ac_delim
28269 libexecdir!$libexecdir$ac_delim
28270 datarootdir!$datarootdir$ac_delim
28271 datadir!$datadir$ac_delim
28272 sysconfdir!$sysconfdir$ac_delim
28273 sharedstatedir!$sharedstatedir$ac_delim
28274 localstatedir!$localstatedir$ac_delim
28275 includedir!$includedir$ac_delim
28276 oldincludedir!$oldincludedir$ac_delim
28277 docdir!$docdir$ac_delim
28278 infodir!$infodir$ac_delim
28279 htmldir!$htmldir$ac_delim
28280 dvidir!$dvidir$ac_delim
28281 pdfdir!$pdfdir$ac_delim
28282 psdir!$psdir$ac_delim
28283 libdir!$libdir$ac_delim
28284 localedir!$localedir$ac_delim
28285 mandir!$mandir$ac_delim
28286 DEFS!$DEFS$ac_delim
28287 ECHO_C!$ECHO_C$ac_delim
28288 ECHO_N!$ECHO_N$ac_delim
28289 ECHO_T!$ECHO_T$ac_delim
28290 LIBS!$LIBS$ac_delim
28291 build_alias!$build_alias$ac_delim
28292 host_alias!$host_alias$ac_delim
28293 target_alias!$target_alias$ac_delim
28294 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28295 build!$build$ac_delim
28296 build_cpu!$build_cpu$ac_delim
28297 build_vendor!$build_vendor$ac_delim
28298 build_os!$build_os$ac_delim
28299 host!$host$ac_delim
28300 host_cpu!$host_cpu$ac_delim
28301 host_vendor!$host_vendor$ac_delim
28302 host_os!$host_os$ac_delim
28303 SET_MAKE!$SET_MAKE$ac_delim
28305 CFLAGS!$CFLAGS$ac_delim
28306 LDFLAGS!$LDFLAGS$ac_delim
28307 CPPFLAGS!$CPPFLAGS$ac_delim
28308 ac_ct_CC!$ac_ct_CC$ac_delim
28309 EXEEXT!$EXEEXT$ac_delim
28310 OBJEXT!$OBJEXT$ac_delim
28312 CXXFLAGS!$CXXFLAGS$ac_delim
28313 ac_ct_CXX!$ac_ct_CXX$ac_delim
28314 CPPBIN!$CPPBIN$ac_delim
28315 TARGETFLAGS!$TARGETFLAGS$ac_delim
28316 WIN16_FILES!$WIN16_FILES$ac_delim
28317 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28318 TOOLSDIR!$TOOLSDIR$ac_delim
28319 FLEX!$FLEX$ac_delim
28320 BISON!$BISON$ac_delim
28322 ac_ct_AS!$ac_ct_AS$ac_delim
28324 ac_ct_LD!$ac_ct_LD$ac_delim
28326 ac_ct_NM!$ac_ct_NM$ac_delim
28328 ac_ct_AR!$ac_ct_AR$ac_delim
28329 ARFLAGS!$ARFLAGS$ac_delim
28330 RANLIB!$RANLIB$ac_delim
28331 STRIP!$STRIP$ac_delim
28332 WINDRES!$WINDRES$ac_delim
28333 LN_S!$LN_S$ac_delim
28335 GREP!$GREP$ac_delim
28336 EGREP!$EGREP$ac_delim
28337 LDCONFIG!$LDCONFIG$ac_delim
28338 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28341 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28343 elif $ac_last_try; then
28344 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28345 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28346 { (exit 1); exit 1; }; }
28348 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
28352 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28353 if test -n "$ac_eof"; then
28354 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
28355 ac_eof
=`expr $ac_eof + 1`
28358 cat >>$CONFIG_STATUS <<_ACEOF
28359 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28360 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28361 /^[ ]*@MAKE_RULES@[ ]*$/{
28365 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28369 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28370 r $MAKE_IMPLIB_RULES
28373 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28377 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28383 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28384 s/^/s,@/; s/!/@,|#_!!_#|/
28387 s/'"$ac_delim"'$/,g/; t
28389 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28390 ' >>$CONFIG_STATUS <conf$
$subs.
sed
28391 rm -f conf$
$subs.
sed
28392 cat >>$CONFIG_STATUS <<_ACEOF
28398 for ac_last_try
in false false false false false
:; do
28399 cat >conf$
$subs.
sed <<_ACEOF
28400 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28401 INSTALL_DATA!$INSTALL_DATA$ac_delim
28402 LINT!$LINT$ac_delim
28403 LINTFLAGS!$LINTFLAGS$ac_delim
28404 FONTFORGE!$FONTFORGE$ac_delim
28405 PKG_CONFIG!$PKG_CONFIG$ac_delim
28406 RSVG!$RSVG$ac_delim
28407 ICOTOOL!$ICOTOOL$ac_delim
28408 PRELINK!$PRELINK$ac_delim
28409 XLIB!$XLIB$ac_delim
28410 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28412 DLLEXT!$DLLEXT$ac_delim
28413 DLLFLAGS!$DLLFLAGS$ac_delim
28414 LDSHARED!$LDSHARED$ac_delim
28415 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28416 LIBEXT!$LIBEXT$ac_delim
28417 IMPLIBEXT!$IMPLIBEXT$ac_delim
28418 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28419 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28421 DLLTOOL!$DLLTOOL$ac_delim
28422 DLLWRAP!$DLLWRAP$ac_delim
28423 MINGWAR!$MINGWAR$ac_delim
28424 SECURITYLIB!$SECURITYLIB$ac_delim
28425 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28426 IOKITLIB!$IOKITLIB$ac_delim
28427 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28428 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28429 COREAUDIO!$COREAUDIO$ac_delim
28430 CARBONLIB!$CARBONLIB$ac_delim
28431 CROSSCC!$CROSSCC$ac_delim
28432 CROSSWINDRES!$CROSSWINDRES$ac_delim
28433 CROSSTEST!$CROSSTEST$ac_delim
28434 LIBPTHREAD!$LIBPTHREAD$ac_delim
28435 XMKMF!$XMKMF$ac_delim
28436 X_CFLAGS!$X_CFLAGS$ac_delim
28437 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28438 X_LIBS!$X_LIBS$ac_delim
28439 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28440 NASLIBS!$NASLIBS$ac_delim
28441 XML2LIBS!$XML2LIBS$ac_delim
28442 XML2INCL!$XML2INCL$ac_delim
28443 XSLTINCL!$XSLTINCL$ac_delim
28444 HALINCL!$HALINCL$ac_delim
28445 GNUTLSINCL!$GNUTLSINCL$ac_delim
28446 sane_devel!$sane_devel$ac_delim
28447 SANEINCL!$SANEINCL$ac_delim
28448 gphoto2_devel!$gphoto2_devel$ac_delim
28449 gphoto2port_devel!$gphoto2port_devel$ac_delim
28450 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28451 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28452 RESOLVLIBS!$RESOLVLIBS$ac_delim
28453 LCMSLIBS!$LCMSLIBS$ac_delim
28454 ft_devel!$ft_devel$ac_delim
28455 FREETYPELIBS!$FREETYPELIBS$ac_delim
28456 FREETYPEINCL!$FREETYPEINCL$ac_delim
28457 ESDCONFIG!$ESDCONFIG$ac_delim
28458 ESDINCL!$ESDINCL$ac_delim
28459 ESDLIBS!$ESDLIBS$ac_delim
28460 PULSELIBS!$PULSELIBS$ac_delim
28461 ALSALIBS!$ALSALIBS$ac_delim
28462 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28463 CUPSINCL!$CUPSINCL$ac_delim
28464 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28465 LIBKSTAT!$LIBKSTAT$ac_delim
28466 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28467 BUILTINFLAG!$BUILTINFLAG$ac_delim
28468 LDPATH!$LDPATH$ac_delim
28469 CRTLIBS!$CRTLIBS$ac_delim
28470 SOCKETLIBS!$SOCKETLIBS$ac_delim
28471 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28472 LIBDL!$LIBDL$ac_delim
28473 LIBPOLL!$LIBPOLL$ac_delim
28474 LDAPLIBS!$LDAPLIBS$ac_delim
28475 DEPENDENCIES!$DEPENDENCIES$ac_delim
28476 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28477 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28478 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28479 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28480 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28481 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28482 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28483 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28484 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28485 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28486 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28487 LIBOBJS!$LIBOBJS$ac_delim
28488 LTLIBOBJS!$LTLIBOBJS$ac_delim
28491 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28493 elif $ac_last_try; then
28494 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28495 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28496 { (exit 1); exit 1; }; }
28498 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
28502 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28503 if test -n "$ac_eof"; then
28504 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
28505 ac_eof
=`expr $ac_eof + 1`
28508 cat >>$CONFIG_STATUS <<_ACEOF
28509 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28510 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28513 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28514 s/^/s,@/; s/!/@,|#_!!_#|/
28517 s/'"$ac_delim"'$/,g/; t
28519 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28520 ' >>$CONFIG_STATUS <conf$
$subs.
sed
28521 rm -f conf$
$subs.
sed
28522 cat >>$CONFIG_STATUS <<_ACEOF
28529 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28530 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28531 # trailing colons and then remove the whole line if VPATH becomes empty
28532 # (actually we leave an empty line to preserve line numbers).
28533 if test "x$srcdir" = x.
; then
28534 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
28535 s/:*\$(srcdir):*/:/
28536 s/:*\${srcdir}:*/:/
28538 s/^\([^=]*=[ ]*\):*/\1/
28544 cat >>$CONFIG_STATUS <<\_ACEOF
28545 fi # test -n "$CONFIG_FILES"
28548 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
28551 :[FHLC
]) ac_mode
=$ac_tag; continue;;
28553 case $ac_mode$ac_tag in
28555 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28556 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28557 { (exit 1); exit 1; }; };;
28558 :[FH
]-) ac_tag
=-:-;;
28559 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
28576 -) ac_f
="$tmp/stdin";;
28577 *) # Look for the file first in the build tree, then in the source tree
28578 # (if the path is not absolute). The absolute path cannot be DOS-style,
28579 # because $ac_f cannot contain `:'.
28583 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
28585 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28586 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28587 { (exit 1); exit 1; }; };;
28589 ac_file_inputs
="$ac_file_inputs $ac_f"
28592 # Let's still pretend it is `configure' which instantiates (i.e., don't
28593 # use $as_me), people would be surprised to read:
28594 # /* config.h. Generated by config.status. */
28595 configure_input
="Generated from "`IFS=:
28596 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28597 if test x
"$ac_file" != x-
; then
28598 configure_input
="$ac_file. $configure_input"
28599 { echo "$as_me:$LINENO: creating $ac_file" >&5
28600 echo "$as_me: creating $ac_file" >&6;}
28604 *:-:* |
*:-) cat >"$tmp/stdin";;
28609 ac_dir
=`$as_dirname -- "$ac_file" ||
28610 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28611 X"$ac_file" : 'X\(//\)[^/]' \| \
28612 X"$ac_file" : 'X\(//\)$' \| \
28613 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28615 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28619 /^X\(\/\/\)[^/].*/{
28634 -*) as_dir
=.
/$as_dir;;
28636 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
28640 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28641 *) as_qdir
=$as_dir;;
28643 as_dirs
="'$as_qdir' $as_dirs"
28644 as_dir
=`$as_dirname -- "$as_dir" ||
28645 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28646 X"$as_dir" : 'X\(//\)[^/]' \| \
28647 X"$as_dir" : 'X\(//\)$' \| \
28648 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28650 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28654 /^X\(\/\/\)[^/].*/{
28667 test -d "$as_dir" && break
28669 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
28670 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28671 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28672 { (exit 1); exit 1; }; }; }
28676 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
28678 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28679 # A ".." for each directory in $ac_dir_suffix.
28680 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28681 case $ac_top_builddir_sub in
28682 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
28683 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
28686 ac_abs_top_builddir
=$ac_pwd
28687 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
28688 # for backward compatibility:
28689 ac_top_builddir
=$ac_top_build_prefix
28692 .
) # We are building in place.
28694 ac_top_srcdir
=$ac_top_builddir_sub
28695 ac_abs_top_srcdir
=$ac_pwd ;;
28696 [\\/]* | ?
:[\\/]* ) # Absolute name.
28697 ac_srcdir
=$srcdir$ac_dir_suffix;
28698 ac_top_srcdir
=$srcdir
28699 ac_abs_top_srcdir
=$srcdir ;;
28700 *) # Relative name.
28701 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
28702 ac_top_srcdir
=$ac_top_build_prefix$srcdir
28703 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
28705 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
28715 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
28716 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
28720 cat >>$CONFIG_STATUS <<\_ACEOF
28721 # If the template does not know about datarootdir, expand it.
28722 # FIXME: This hack should be removed a few years after 2.60.
28723 ac_datarootdir_hack
=; ac_datarootdir_seen
=
28725 case `sed -n '/datarootdir/ {
28734 ' $ac_file_inputs` in
28735 *datarootdir
*) ac_datarootdir_seen
=yes;;
28736 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
28737 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28738 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28740 cat >>$CONFIG_STATUS <<_ACEOF
28741 ac_datarootdir_hack='
28742 s&@datadir@&$datadir&g
28743 s&@docdir@&$docdir&g
28744 s&@infodir@&$infodir&g
28745 s&@localedir@&$localedir&g
28746 s&@mandir@&$mandir&g
28747 s&\\\${datarootdir}&$datarootdir&g' ;;
28751 # Neutralize VPATH when `$srcdir' = `.'.
28752 # Shell code in configure.ac might set extrasub.
28753 # FIXME: do we really want to maintain this feature?
28754 cat >>$CONFIG_STATUS <<_ACEOF
28758 cat >>$CONFIG_STATUS <<\_ACEOF
28760 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
28761 s
&@configure_input@
&$configure_input&;t t
28762 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
28763 s
&@srcdir@
&$ac_srcdir&;t t
28764 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
28765 s
&@top_srcdir@
&$ac_top_srcdir&;t t
28766 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
28767 s
&@builddir@
&$ac_builddir&;t t
28768 s
&@abs_builddir@
&$ac_abs_builddir&;t t
28769 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
28770 s
&@INSTALL@
&$ac_INSTALL&;t t
28771 $ac_datarootdir_hack
28772 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
28774 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28775 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
28776 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
28777 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
28778 which seems to be undefined. Please make sure it is defined." >&5
28779 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
28780 which seems to be undefined. Please make sure it is defined." >&2;}
28784 -) cat "$tmp/out"; rm -f "$tmp/out";;
28785 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28794 # Transform confdefs.h into a sed script `conftest.defines', that
28795 # substitutes the proper values into config.h.in to produce config.h.
28796 rm -f conftest.defines conftest.
tail
28797 # First, append a space to every undef/define line, to ease matching.
28798 echo 's/$/ /' >conftest.defines
28799 # Then, protect against being on the right side of a sed subst, or in
28800 # an unquoted here document, in config.status. If some macros were
28801 # called several times there might be several #defines for the same
28802 # symbol, which is useless. But do not sort them, since the last
28803 # AC_DEFINE must be honored.
28804 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
28805 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28806 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28807 # PARAMS is the parameter list in the macro definition--in most cases, it's
28808 # just an empty string.
28809 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28810 ac_dB
='\\)[ (].*,\\1define\\2'
28818 s/^[ ]*#[ ]*define[ ][ ]*//
28823 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28824 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28825 ' >>conftest.defines
28827 # Remove the space that was appended to ease matching.
28828 # Then replace #undef with comments. This is necessary, for
28829 # example, in the case of _POSIX_SOURCE, which is predefined and required
28830 # on some systems where configure will not decide to define it.
28831 # (The regexp can be short, since the line contains either #define or #undef.)
28833 s,^[ #]*u.*,/* & */,' >>conftest.defines
28835 # Break up conftest.defines:
28836 ac_max_sed_lines
=50
28838 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28839 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28840 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28842 ac_in
='$ac_file_inputs'
28843 ac_out
='"$tmp/out1"'
28844 ac_nxt
='"$tmp/out2"'
28848 # Write a here document:
28849 cat >>$CONFIG_STATUS <<_ACEOF
28850 # First, check the format of the line:
28851 cat >"\$tmp/defines.sed" <<\\CEOF
28852 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28853 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28857 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
28859 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28860 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
28861 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
28862 grep . conftest.
tail >/dev
/null ||
break
28863 rm -f conftest.defines
28864 mv conftest.
tail conftest.defines
28866 rm -f conftest.defines conftest.
tail
28868 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28869 cat >>$CONFIG_STATUS <<\_ACEOF
28870 if test x
"$ac_file" != x-
; then
28871 echo "/* $configure_input */" >"$tmp/config.h"
28872 cat "$ac_result" >>"$tmp/config.h"
28873 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
28874 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28875 echo "$as_me: $ac_file is unchanged" >&6;}
28878 mv "$tmp/config.h" $ac_file
28881 echo "/* $configure_input */"
28887 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28888 echo "$as_me: executing $ac_file commands" >&6;}
28893 case $ac_file$ac_mode in
28894 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
28895 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28896 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
28897 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28898 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
28899 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28900 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
28901 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28902 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
28903 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28904 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
28905 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
28906 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
28912 { (exit 0); exit 0; }
28914 chmod +x
$CONFIG_STATUS
28915 ac_clean_files
=$ac_clean_files_save
28918 # configure is writing to config.log, and then calls config.status.
28919 # config.status does its own redirection, appending to config.log.
28920 # Unfortunately, on DOS this fails, as config.log is still kept open
28921 # by configure, so config.status won't be able to write to it; its
28922 # output is simply discarded. So we exec the FD to /dev/null,
28923 # effectively closing config.log, so it can be properly (re)opened and
28924 # appended to by config.status. When coming back to configure, we
28925 # need to make the FD available again.
28926 if test "$no_create" != yes; then
28928 ac_config_status_args
=
28929 test "$silent" = yes &&
28930 ac_config_status_args
="$ac_config_status_args --quiet"
28932 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
28934 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28935 # would make configure fail if this is the last instruction.
28936 $ac_cs_success ||
{ (exit 1); exit 1; }
28940 if test "$no_create" = "yes"
28946 if test "x$wine_notices != "x
; then
28949 for msg
in $wine_notices; do
28951 if test -n "$msg"; then
28952 { echo "$as_me:$LINENO: $msg" >&5
28953 echo "$as_me: $msg" >&6;}
28958 for msg
in $wine_warnings; do
28960 if test -n "$msg"; then
28962 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28963 echo "$as_me: WARNING: $msg" >&2;}
28969 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.