2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.3.
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.3'
578 PACKAGE_STRING
='Wine 1.1.3'
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
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
788 ac_subst_files
='MAKE_RULES
793 ac_precious_vars
='build_alias
808 # Initialize some variables set by options.
810 ac_init_version
=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
820 program_transform_name
=s
,x
,x
,
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir
='${exec_prefix}/bin'
835 sbindir
='${exec_prefix}/sbin'
836 libexecdir
='${exec_prefix}/libexec'
837 datarootdir
='${prefix}/share'
838 datadir
='${datarootdir}'
839 sysconfdir
='${prefix}/etc'
840 sharedstatedir
='${prefix}/com'
841 localstatedir
='${prefix}/var'
842 includedir
='${prefix}/include'
843 oldincludedir
='/usr/include'
844 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir
='${datarootdir}/info'
850 libdir
='${exec_prefix}/lib'
851 localedir
='${datarootdir}/locale'
852 mandir
='${datarootdir}/man'
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\
$ac_option
866 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
876 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
878 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
881 -build |
--build |
--buil |
--bui |
--bu)
882 ac_prev
=build_alias
;;
883 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
884 build_alias
=$ac_optarg ;;
886 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
887 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
888 ac_prev
=cache_file
;;
889 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
890 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
891 cache_file
=$ac_optarg ;;
894 cache_file
=config.cache
;;
896 -datadir |
--datadir |
--datadi |
--datad)
898 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
899 datadir
=$ac_optarg ;;
901 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
902 |
--dataroo |
--dataro |
--datar)
903 ac_prev
=datarootdir
;;
904 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
905 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
906 datarootdir
=$ac_optarg ;;
908 -disable-* |
--disable-*)
909 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_
$ac_feature=no
;;
917 -docdir |
--docdir |
--docdi |
--doc |
--do)
919 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
922 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
924 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
927 -enable-* |
--enable-*)
928 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_
$ac_feature=\
$ac_optarg ;;
936 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
937 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
938 |
--exec |
--exe |
--ex)
939 ac_prev
=exec_prefix
;;
940 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
941 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
942 |
--exec=* |
--exe=* |
--ex=*)
943 exec_prefix
=$ac_optarg ;;
945 -gas |
--gas |
--ga |
--g)
946 # Obsolete; use --with-gas.
949 -help |
--help |
--hel |
--he |
-h)
951 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
952 ac_init_help
=recursive
;;
953 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
954 ac_init_help
=short
;;
956 -host |
--host |
--hos |
--ho)
957 ac_prev
=host_alias
;;
958 -host=* |
--host=* |
--hos=* |
--ho=*)
959 host_alias
=$ac_optarg ;;
961 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
963 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
965 htmldir
=$ac_optarg ;;
967 -includedir |
--includedir |
--includedi |
--included |
--include \
968 |
--includ |
--inclu |
--incl |
--inc)
969 ac_prev
=includedir
;;
970 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
971 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
972 includedir
=$ac_optarg ;;
974 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
976 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
977 infodir
=$ac_optarg ;;
979 -libdir |
--libdir |
--libdi |
--libd)
981 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
984 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
985 |
--libexe |
--libex |
--libe)
986 ac_prev
=libexecdir
;;
987 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
988 |
--libexe=* |
--libex=* |
--libe=*)
989 libexecdir
=$ac_optarg ;;
991 -localedir |
--localedir |
--localedi |
--localed |
--locale)
993 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
994 localedir
=$ac_optarg ;;
996 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
997 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
998 ac_prev
=localstatedir
;;
999 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1000 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1001 localstatedir
=$ac_optarg ;;
1003 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1005 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1006 mandir
=$ac_optarg ;;
1008 -nfp |
--nfp |
--nf)
1009 # Obsolete; use --without-fp.
1012 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1013 |
--no-cr |
--no-c |
-n)
1016 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1017 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1020 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1021 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1022 |
--oldin |
--oldi |
--old |
--ol |
--o)
1023 ac_prev
=oldincludedir
;;
1024 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1025 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1026 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1027 oldincludedir
=$ac_optarg ;;
1029 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1031 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1032 prefix
=$ac_optarg ;;
1034 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1035 |
--program-pre |
--program-pr |
--program-p)
1036 ac_prev
=program_prefix
;;
1037 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1038 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1039 program_prefix
=$ac_optarg ;;
1041 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1042 |
--program-suf |
--program-su |
--program-s)
1043 ac_prev
=program_suffix
;;
1044 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1045 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1046 program_suffix
=$ac_optarg ;;
1048 -program-transform-name |
--program-transform-name \
1049 |
--program-transform-nam |
--program-transform-na \
1050 |
--program-transform-n |
--program-transform- \
1051 |
--program-transform |
--program-transfor \
1052 |
--program-transfo |
--program-transf \
1053 |
--program-trans |
--program-tran \
1054 |
--progr-tra |
--program-tr |
--program-t)
1055 ac_prev
=program_transform_name
;;
1056 -program-transform-name=* |
--program-transform-name=* \
1057 |
--program-transform-nam=* |
--program-transform-na=* \
1058 |
--program-transform-n=* |
--program-transform-=* \
1059 |
--program-transform=* |
--program-transfor=* \
1060 |
--program-transfo=* |
--program-transf=* \
1061 |
--program-trans=* |
--program-tran=* \
1062 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1063 program_transform_name
=$ac_optarg ;;
1065 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1067 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1068 pdfdir
=$ac_optarg ;;
1070 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1072 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1075 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1076 |
-silent |
--silent |
--silen |
--sile |
--sil)
1079 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1081 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1083 sbindir
=$ac_optarg ;;
1085 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1086 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1087 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1089 ac_prev
=sharedstatedir
;;
1090 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1091 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1092 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1094 sharedstatedir
=$ac_optarg ;;
1096 -site |
--site |
--sit)
1098 -site=* |
--site=* |
--sit=*)
1101 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1103 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1104 srcdir
=$ac_optarg ;;
1106 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1107 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1108 ac_prev
=sysconfdir
;;
1109 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1110 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1111 sysconfdir
=$ac_optarg ;;
1113 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1114 ac_prev
=target_alias
;;
1115 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1116 target_alias
=$ac_optarg ;;
1118 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1121 -version |
--version |
--versio |
--versi |
--vers |
-V)
1122 ac_init_version
=: ;;
1125 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_
$ac_package=\
$ac_optarg ;;
1133 -without-* |
--without-*)
1134 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_
$ac_package=no
;;
1143 # Obsolete; use --with-x.
1146 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1147 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1148 ac_prev
=x_includes
;;
1149 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1150 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1151 x_includes
=$ac_optarg ;;
1153 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1154 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1155 ac_prev
=x_libraries
;;
1156 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1157 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1158 x_libraries
=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1166 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\
$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1185 if test -n "$ac_prev"; then
1186 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val
=\$
$ac_var
1199 [\\/$
]* | ?
:[\\/]* ) continue;;
1200 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1211 target
=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x
; then
1215 if test "x$build_alias" = x
; then
1216 cross_compiling
=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1225 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1227 test "$silent" = yes && exec 6>/dev
/null
1230 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di
=`ls -di .` &&
1232 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted
=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir
=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1272 ac_srcdir_defaulted
=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1292 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 for ac_var
in $ac_precious_vars; do
1295 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1297 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1308 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1366 --x-includes=DIR X include files are
in DIR
1367 --x-libraries=DIR X library files are
in DIR
1370 --build=BUILD configure
for building on BUILD
[guessed
]
1371 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive
) echo "Configuration of Wine 1.1.3:";;
1382 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1383 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1389 --disable-tests do not build the testsuites
1392 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1393 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1394 --without-alsa do not use the Alsa sound support
1395 --without-audioio do not use the AudioIO sound support
1396 --without-capi do not use CAPI (ISDN support)
1397 --without-cms do not use CMS (color management support)
1398 --without-coreaudio do not use the CoreAudio sound support
1399 --without-cups do not use CUPS
1400 --without-curses do not use (n)curses
1401 --without-esd do not use the EsounD sound support
1402 --without-fontconfig do not use fontconfig
1403 --without-freetype do not use the FreeType library
1404 --without-gphoto do not use gphoto (Digital Camera support)
1405 --without-glu do not use the GLU library
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1443 Use these variables to override the choices made by `configure' or to
help
1444 it to
find libraries and programs with nonstandard names
/locations.
1446 Report bugs to
<wine-devel@winehq.org
>.
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1454 test -d "$ac_dir" ||
continue
1458 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1460 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1465 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1468 ac_abs_top_builddir
=$ac_pwd
1469 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir
=$ac_top_build_prefix
1474 .
) # We are building in place.
1476 ac_top_srcdir
=$ac_top_builddir_sub
1477 ac_abs_top_srcdir
=$ac_pwd ;;
1478 [\\/]* | ?
:[\\/]* ) # Absolute name.
1479 ac_srcdir
=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir
=$srcdir
1481 ac_abs_top_srcdir
=$srcdir ;;
1483 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1487 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1500 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1507 Wine configure
1.1.3
1508 generated by GNU Autoconf
2.61
1510 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1512 This configure
script is free software
; the Free Software Foundation
1513 gives unlimited permission to copy
, distribute and modify it.
1517 cat >config.log
<<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.3, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1557 test -z "$as_dir" && as_dir
=.
1558 echo "PATH: $as_dir"
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1582 ac_must_keep_next
=false
1588 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1589 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1590 |
-silent |
--silent |
--silen |
--sile |
--sil)
1593 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1596 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true
; then
1600 ac_must_keep_next
=false
# Got value, back to normal.
1603 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1604 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1605 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1606 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1611 -* ) ac_must_keep_next
=true
;;
1614 ac_configure_args
="$ac_configure_args '$ac_arg'"
1619 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1620 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1679 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1681 echo "$ac_var='\''$ac_val'\''"
1685 if test -n "$ac_subst_files"; then
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1692 for ac_var
in $ac_subst_files
1694 eval ac_val
=\$
$ac_var
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1698 echo "$ac_var='\''$ac_val'\''"
1703 if test -s confdefs.h; then
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1721 for ac_signal
in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest
* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h
<<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1736 cat >>confdefs.h
<<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1741 cat >>confdefs.h
<<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1746 cat >>confdefs.h
<<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1751 cat >>confdefs.h
<<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x
"$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE
; then
1761 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1763 set x
"$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1784 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1785 *) .
"./$cache_file";;
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1794 # Check that the precious variables saved in the cache have kept the same
1796 ac_cache_corrupted
=false
1797 for ac_var
in $ac_precious_vars; do
1798 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1799 eval ac_new_set
=\
$ac_env_${ac_var}_set
1800 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1801 eval ac_new_val
=\
$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted
=: ;;
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted
=: ;;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted
=:
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1826 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg
=$ac_var=$ac_new_val ;;
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1868 ac_cpp
='$CPP $CPPFLAGS'
1869 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1875 ac_config_headers
="$ac_config_headers include/config.h"
1878 for ac_dir
in tools
"$srcdir"/tools
; do
1879 if test -f "$ac_dir/install-sh"; then
1881 ac_install_sh
="$ac_aux_dir/install-sh -c"
1883 elif test -f "$ac_dir/install.sh"; then
1885 ac_install_sh
="$ac_aux_dir/install.sh -c"
1887 elif test -f "$ac_dir/shtool"; then
1889 ac_install_sh
="$ac_aux_dir/shtool install -c"
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval
=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval
=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval
=$enable_maintainer_mode;
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval
=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval
=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2002 # Check whether --with-hal was given.
2003 if test "${with_hal+set}" = set; then
2008 # Check whether --with-jack was given.
2009 if test "${with_jack+set}" = set; then
2010 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2014 # Check whether --with-jpeg was given.
2015 if test "${with_jpeg+set}" = set; then
2016 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2020 # Check whether --with-ldap was given.
2021 if test "${with_ldap+set}" = set; then
2022 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2026 # Check whether --with-nas was given.
2027 if test "${with_nas+set}" = set; then
2028 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2032 # Check whether --with-opengl was given.
2033 if test "${with_opengl+set}" = set; then
2034 withval
=$with_opengl;
2038 # Check whether --with-openssl was given.
2039 if test "${with_openssl+set}" = set; then
2040 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2044 # Check whether --with-oss was given.
2045 if test "${with_oss+set}" = set; then
2046 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
2050 # Check whether --with-png was given.
2051 if test "${with_png+set}" = set; then
2052 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2056 # Check whether --with-sane was given.
2057 if test "${with_sane+set}" = set; then
2062 # Check whether --with-xcomposite was given.
2063 if test "${with_xcomposite+set}" = set; then
2064 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2068 # Check whether --with-xcursor was given.
2069 if test "${with_xcursor+set}" = set; then
2070 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2074 # Check whether --with-xinerama was given.
2075 if test "${with_xinerama+set}" = set; then
2076 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2080 # Check whether --with-xinput was given.
2081 if test "${with_xinput+set}" = set; then
2082 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2086 # Check whether --with-xml was given.
2087 if test "${with_xml+set}" = set; then
2092 # Check whether --with-xrandr was given.
2093 if test "${with_xrandr+set}" = set; then
2094 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2098 # Check whether --with-xrender was given.
2099 if test "${with_xrender+set}" = set; then
2100 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2104 # Check whether --with-xshape was given.
2105 if test "${with_xshape+set}" = set; then
2106 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2110 # Check whether --with-xshm was given.
2111 if test "${with_xshm+set}" = set; then
2112 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2116 # Check whether --with-xslt was given.
2117 if test "${with_xslt+set}" = set; then
2122 # Check whether --with-xxf86vm was given.
2123 if test "${with_xxf86vm+set}" = set; then
2124 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2129 # Check whether --with-wine-tools was given.
2130 if test "${with_wine_tools+set}" = set; then
2131 withval
=$with_wine_tools;
2134 # Check whether --enable-tests was given.
2135 if test "${enable_tests+set}" = set; then
2136 enableval
=$enable_tests;
2140 # Make sure we can run config.sub.
2141 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2142 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2143 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2144 { (exit 1); exit 1; }; }
2146 { echo "$as_me:$LINENO: checking build system type" >&5
2147 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2148 if test "${ac_cv_build+set}" = set; then
2149 echo $ECHO_N "(cached) $ECHO_C" >&6
2151 ac_build_alias
=$build_alias
2152 test "x$ac_build_alias" = x
&&
2153 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2154 test "x$ac_build_alias" = x
&&
2155 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2156 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2157 { (exit 1); exit 1; }; }
2158 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2159 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2160 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2161 { (exit 1); exit 1; }; }
2164 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2165 echo "${ECHO_T}$ac_cv_build" >&6; }
2166 case $ac_cv_build in
2168 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2169 echo "$as_me: error: invalid value of canonical build" >&2;}
2170 { (exit 1); exit 1; }; };;
2173 ac_save_IFS
=$IFS; IFS
='-'
2179 # Remember, the first character of IFS is used to create $*,
2180 # except with old shells:
2183 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2186 { echo "$as_me:$LINENO: checking host system type" >&5
2187 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2188 if test "${ac_cv_host+set}" = set; then
2189 echo $ECHO_N "(cached) $ECHO_C" >&6
2191 if test "x$host_alias" = x
; then
2192 ac_cv_host
=$ac_cv_build
2194 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2195 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2196 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2197 { (exit 1); exit 1; }; }
2201 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2202 echo "${ECHO_T}$ac_cv_host" >&6; }
2205 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2206 echo "$as_me: error: invalid value of canonical host" >&2;}
2207 { (exit 1); exit 1; }; };;
2210 ac_save_IFS
=$IFS; IFS
='-'
2216 # Remember, the first character of IFS is used to create $*,
2217 # except with old shells:
2220 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2225 if test "x$enable_win64" != "xyes"
2227 test -n "$CC" || CC
="gcc -m32"
2228 test -n "$CXX"|| CXX
="g++ -m32"
2229 test -n "$LD" || LD
="ld -m elf_i386"
2230 test -n "$AS" || AS
="as --32"
2238 if test "x$enable_win16" != "xno"
2245 WIN16_FILES
="\$(WIN16_FILES)"
2247 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2249 if test "x$enable_win16" != "xyes"
2255 if test "x$enable_tests" == "xno"
2266 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2267 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2268 You need to run 'make distclean' in the source tree first." >&5
2269 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2270 You need to run 'make distclean' in the source tree first." >&2;}
2271 { (exit 1); exit 1; }; }
2276 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2277 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2278 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2279 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2280 echo $ECHO_N "(cached) $ECHO_C" >&6
2282 cat >conftest.
make <<\_ACEOF
2285 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2287 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2288 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2290 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2292 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2296 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2297 { echo "$as_me:$LINENO: result: yes" >&5
2298 echo "${ECHO_T}yes" >&6; }
2301 { echo "$as_me:$LINENO: result: no" >&5
2302 echo "${ECHO_T}no" >&6; }
2303 SET_MAKE
="MAKE=${MAKE-make}"
2307 ac_cpp
='$CPP $CPPFLAGS'
2308 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2309 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2310 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2311 if test -n "$ac_tool_prefix"; then
2312 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2313 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2314 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2315 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2316 if test "${ac_cv_prog_CC+set}" = set; then
2317 echo $ECHO_N "(cached) $ECHO_C" >&6
2319 if test -n "$CC"; then
2320 ac_cv_prog_CC
="$CC" # Let the user override the test.
2322 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2326 test -z "$as_dir" && as_dir
=.
2327 for ac_exec_ext
in '' $ac_executable_extensions; do
2328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2329 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2340 if test -n "$CC"; then
2341 { echo "$as_me:$LINENO: result: $CC" >&5
2342 echo "${ECHO_T}$CC" >&6; }
2344 { echo "$as_me:$LINENO: result: no" >&5
2345 echo "${ECHO_T}no" >&6; }
2350 if test -z "$ac_cv_prog_CC"; then
2352 # Extract the first word of "gcc", so it can be a program name with args.
2353 set dummy gcc
; ac_word
=$2
2354 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2355 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2356 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2357 echo $ECHO_N "(cached) $ECHO_C" >&6
2359 if test -n "$ac_ct_CC"; then
2360 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2362 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2366 test -z "$as_dir" && as_dir
=.
2367 for ac_exec_ext
in '' $ac_executable_extensions; do
2368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2369 ac_cv_prog_ac_ct_CC
="gcc"
2370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2379 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2380 if test -n "$ac_ct_CC"; then
2381 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2382 echo "${ECHO_T}$ac_ct_CC" >&6; }
2384 { echo "$as_me:$LINENO: result: no" >&5
2385 echo "${ECHO_T}no" >&6; }
2388 if test "x$ac_ct_CC" = x
; then
2391 case $cross_compiling:$ac_tool_warned in
2393 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2394 whose name does not start with the host triplet. If you think this
2395 configuration is useful to you, please write to autoconf@gnu.org." >&5
2396 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2397 whose name does not start with the host triplet. If you think this
2398 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2399 ac_tool_warned
=yes ;;
2407 if test -z "$CC"; then
2408 if test -n "$ac_tool_prefix"; then
2409 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2410 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2413 if test "${ac_cv_prog_CC+set}" = set; then
2414 echo $ECHO_N "(cached) $ECHO_C" >&6
2416 if test -n "$CC"; then
2417 ac_cv_prog_CC
="$CC" # Let the user override the test.
2419 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2423 test -z "$as_dir" && as_dir
=.
2424 for ac_exec_ext
in '' $ac_executable_extensions; do
2425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2426 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2437 if test -n "$CC"; then
2438 { echo "$as_me:$LINENO: result: $CC" >&5
2439 echo "${ECHO_T}$CC" >&6; }
2441 { echo "$as_me:$LINENO: result: no" >&5
2442 echo "${ECHO_T}no" >&6; }
2448 if test -z "$CC"; then
2449 # Extract the first word of "cc", so it can be a program name with args.
2450 set dummy cc
; ac_word
=$2
2451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2453 if test "${ac_cv_prog_CC+set}" = set; then
2454 echo $ECHO_N "(cached) $ECHO_C" >&6
2456 if test -n "$CC"; then
2457 ac_cv_prog_CC
="$CC" # Let the user override the test.
2460 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2464 test -z "$as_dir" && as_dir
=.
2465 for ac_exec_ext
in '' $ac_executable_extensions; do
2466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2467 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2468 ac_prog_rejected
=yes
2472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2479 if test $ac_prog_rejected = yes; then
2480 # We found a bogon in the path, so make sure we never use it.
2481 set dummy
$ac_cv_prog_CC
2483 if test $# != 0; then
2484 # We chose a different compiler from the bogus one.
2485 # However, it has the same basename, so the bogon will be chosen
2486 # first if we set CC to just the basename; use the full file name.
2488 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2494 if test -n "$CC"; then
2495 { echo "$as_me:$LINENO: result: $CC" >&5
2496 echo "${ECHO_T}$CC" >&6; }
2498 { echo "$as_me:$LINENO: result: no" >&5
2499 echo "${ECHO_T}no" >&6; }
2504 if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 for ac_prog
in cl.exe
2508 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2509 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2510 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2511 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2512 if test "${ac_cv_prog_CC+set}" = set; then
2513 echo $ECHO_N "(cached) $ECHO_C" >&6
2515 if test -n "$CC"; then
2516 ac_cv_prog_CC
="$CC" # Let the user override the test.
2518 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2522 test -z "$as_dir" && as_dir
=.
2523 for ac_exec_ext
in '' $ac_executable_extensions; do
2524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2525 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2526 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2536 if test -n "$CC"; then
2537 { echo "$as_me:$LINENO: result: $CC" >&5
2538 echo "${ECHO_T}$CC" >&6; }
2540 { echo "$as_me:$LINENO: result: no" >&5
2541 echo "${ECHO_T}no" >&6; }
2545 test -n "$CC" && break
2548 if test -z "$CC"; then
2550 for ac_prog
in cl.exe
2552 # Extract the first word of "$ac_prog", so it can be a program name with args.
2553 set dummy
$ac_prog; ac_word
=$2
2554 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2556 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2557 echo $ECHO_N "(cached) $ECHO_C" >&6
2559 if test -n "$ac_ct_CC"; then
2560 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2562 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2566 test -z "$as_dir" && as_dir
=.
2567 for ac_exec_ext
in '' $ac_executable_extensions; do
2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2569 ac_cv_prog_ac_ct_CC
="$ac_prog"
2570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2579 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2580 if test -n "$ac_ct_CC"; then
2581 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2582 echo "${ECHO_T}$ac_ct_CC" >&6; }
2584 { echo "$as_me:$LINENO: result: no" >&5
2585 echo "${ECHO_T}no" >&6; }
2589 test -n "$ac_ct_CC" && break
2592 if test "x$ac_ct_CC" = x
; then
2595 case $cross_compiling:$ac_tool_warned in
2597 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2598 whose name does not start with the host triplet. If you think this
2599 configuration is useful to you, please write to autoconf@gnu.org." >&5
2600 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2601 whose name does not start with the host triplet. If you think this
2602 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2603 ac_tool_warned
=yes ;;
2612 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2613 See \`config.log' for more details." >&5
2614 echo "$as_me: error: no acceptable C compiler found in \$PATH
2615 See \`config.log' for more details." >&2;}
2616 { (exit 1); exit 1; }; }
2618 # Provide some information about the compiler.
2619 echo "$as_me:$LINENO: checking for C compiler version" >&5
2620 ac_compiler
=`set X $ac_compile; echo $2`
2621 { (ac_try
="$ac_compiler --version >&5"
2623 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2624 *) ac_try_echo=$ac_try;;
2626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2627 (eval "$ac_compiler --version >&5") 2>&5
2629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 (exit $ac_status); }
2631 { (ac_try="$ac_compiler -v >&5"
2633 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2634 *) ac_try_echo
=$ac_try;;
2636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2637 (eval "$ac_compiler -v >&5") 2>&5
2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640 (exit $ac_status); }
2641 { (ac_try
="$ac_compiler -V >&5"
2643 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2644 *) ac_try_echo=$ac_try;;
2646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2647 (eval "$ac_compiler -V >&5") 2>&5
2649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2650 (exit $ac_status); }
2652 cat >conftest.$ac_ext <<_ACEOF
2655 cat confdefs.h >>conftest.$ac_ext
2656 cat >>conftest.$ac_ext <<_ACEOF
2657 /* end confdefs.h. */
2667 ac_clean_files_save=$ac_clean_files
2668 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2669 # Try to create an executable without -o first, disregard a.out.
2670 # It will help us diagnose broken compilers, and finding out an intuition
2672 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2673 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2674 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2676 # List of possible output files, starting from the most likely.
2677 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2678 # only as a last resort. b.out is created by i960 compilers.
2679 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2681 # The IRIX 6 linker writes into existing files which may not be
2682 # executable, retaining their permissions. Remove them first so a
2683 # subsequent execution test works.
2685 for ac_file in $ac_files
2688 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2689 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2694 if { (ac_try="$ac_link_default"
2696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2697 *) ac_try_echo=$ac_try;;
2699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2700 (eval "$ac_link_default") 2>&5
2702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703 (exit $ac_status); }; then
2704 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2705 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2706 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2707 # so that the user can short-circuit this test for compilers unknown to
2709 for ac_file
in $ac_files ''
2711 test -f "$ac_file" ||
continue
2713 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2716 # We found the default executable, but exeext='' is most
2720 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2722 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2724 # We set ac_cv_exeext here because the later test for it is not
2725 # safe: cross compilers may not add the suffix if given an `-o'
2726 # argument, so we may need to know it at that point already.
2727 # Even if this section looks crufty: it has the advantage of
2734 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2740 { echo "$as_me:$LINENO: result: $ac_file" >&5
2741 echo "${ECHO_T}$ac_file" >&6; }
2742 if test -z "$ac_file"; then
2743 echo "$as_me: failed program was:" >&5
2744 sed 's/^/| /' conftest.
$ac_ext >&5
2746 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2747 See \`config.log' for more details." >&5
2748 echo "$as_me: error: C compiler cannot create executables
2749 See \`config.log' for more details." >&2;}
2750 { (exit 77); exit 77; }; }
2753 ac_exeext
=$ac_cv_exeext
2755 # Check that the compiler produces executables we can run. If not, either
2756 # the compiler is broken, or we cross compile.
2757 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2758 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2759 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2760 # If not cross compiling, check that we can run a simple program.
2761 if test "$cross_compiling" != yes; then
2762 if { ac_try
='./$ac_file'
2763 { (case "(($ac_try" in
2764 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2768 (eval "$ac_try") 2>&5
2770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2771 (exit $ac_status); }; }; then
2774 if test "$cross_compiling" = maybe; then
2777 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2778 If you meant to cross compile, use \`--host'.
2779 See \`config.log' for more details.
" >&5
2780 echo "$as_me: error
: cannot run C compiled programs.
2781 If you meant to cross compile
, use \
`--host'.
2782 See \`config.log
' for more details." >&2;}
2783 { (exit 1); exit 1; }; }
2787 { echo "$as_me:$LINENO: result: yes" >&5
2788 echo "${ECHO_T}yes" >&6; }
2790 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2791 ac_clean_files=$ac_clean_files_save
2792 # Check that the compiler produces executables we can run. If not, either
2793 # the compiler is broken, or we cross compile.
2794 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2795 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2796 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2797 echo "${ECHO_T}$cross_compiling" >&6; }
2799 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2800 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2801 if { (ac_try="$ac_link"
2803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2804 *) ac_try_echo=$ac_try;;
2806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2807 (eval "$ac_link") 2>&5
2809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2810 (exit $ac_status); }; then
2811 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2812 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2813 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2815 for ac_file
in conftest.exe conftest conftest.
*; do
2816 test -f "$ac_file" ||
continue
2818 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2819 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2825 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2826 See \`config.log' for more details." >&5
2827 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2828 See \`config.log' for more details." >&2;}
2829 { (exit 1); exit 1; }; }
2832 rm -f conftest
$ac_cv_exeext
2833 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2834 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2836 rm -f conftest.
$ac_ext
2837 EXEEXT
=$ac_cv_exeext
2839 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2840 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2841 if test "${ac_cv_objext+set}" = set; then
2842 echo $ECHO_N "(cached) $ECHO_C" >&6
2844 cat >conftest.
$ac_ext <<_ACEOF
2847 cat confdefs.h
>>conftest.
$ac_ext
2848 cat >>conftest.
$ac_ext <<_ACEOF
2849 /* end confdefs.h. */
2859 rm -f conftest.o conftest.obj
2860 if { (ac_try
="$ac_compile"
2862 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2863 *) ac_try_echo=$ac_try;;
2865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2866 (eval "$ac_compile") 2>&5
2868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869 (exit $ac_status); }; then
2870 for ac_file in conftest.o conftest.obj conftest.*; do
2871 test -f "$ac_file" || continue;
2873 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2874 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2879 echo "$as_me: failed program was:" >&5
2880 sed 's/^/| /' conftest.$ac_ext >&5
2882 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2883 See \`config.log
' for more details." >&5
2884 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2885 See \`config.log' for more details.
" >&2;}
2886 { (exit 1); exit 1; }; }
2889 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2891 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2892 echo "${ECHO_T}$ac_cv_objext" >&6; }
2893 OBJEXT=$ac_cv_objext
2895 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2896 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2897 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2898 echo $ECHO_N "(cached
) $ECHO_C" >&6
2900 cat >conftest.$ac_ext <<_ACEOF
2903 cat confdefs.h >>conftest.$ac_ext
2904 cat >>conftest.$ac_ext <<_ACEOF
2905 /* end confdefs.h. */
2918 rm -f conftest.$ac_objext
2919 if { (ac_try="$ac_compile"
2921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2922 *) ac_try_echo=$ac_try;;
2924 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2925 (eval "$ac_compile") 2>conftest.er1
2927 grep -v '^ *+' conftest.er1 >conftest.err
2929 cat conftest.err >&5
2930 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2931 (exit $ac_status); } && {
2932 test -z "$ac_c_werror_flag" ||
2933 test ! -s conftest.err
2934 } && test -s conftest.$ac_objext; then
2937 echo "$as_me: failed program was
:" >&5
2938 sed 's/^/| /' conftest.$ac_ext >&5
2943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2944 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2947 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2948 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2949 GCC=`test $ac_compiler_gnu = yes && echo yes`
2950 ac_test_CFLAGS=${CFLAGS+set}
2951 ac_save_CFLAGS=$CFLAGS
2952 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2953 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2954 if test "${ac_cv_prog_cc_g+set}" = set; then
2955 echo $ECHO_N "(cached
) $ECHO_C" >&6
2957 ac_save_c_werror_flag=$ac_c_werror_flag
2958 ac_c_werror_flag=yes
2961 cat >conftest.$ac_ext <<_ACEOF
2964 cat confdefs.h >>conftest.$ac_ext
2965 cat >>conftest.$ac_ext <<_ACEOF
2966 /* end confdefs.h. */
2976 rm -f conftest.$ac_objext
2977 if { (ac_try="$ac_compile"
2979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2980 *) ac_try_echo=$ac_try;;
2982 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2983 (eval "$ac_compile") 2>conftest.er1
2985 grep -v '^ *+' conftest.er1 >conftest.err
2987 cat conftest.err >&5
2988 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2989 (exit $ac_status); } && {
2990 test -z "$ac_c_werror_flag" ||
2991 test ! -s conftest.err
2992 } && test -s conftest.$ac_objext; then
2995 echo "$as_me: failed program was
:" >&5
2996 sed 's/^/| /' conftest.$ac_ext >&5
2999 cat >conftest.$ac_ext <<_ACEOF
3002 cat confdefs.h >>conftest.$ac_ext
3003 cat >>conftest.$ac_ext <<_ACEOF
3004 /* end confdefs.h. */
3014 rm -f conftest.$ac_objext
3015 if { (ac_try="$ac_compile"
3017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3018 *) ac_try_echo=$ac_try;;
3020 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3021 (eval "$ac_compile") 2>conftest.er1
3023 grep -v '^ *+' conftest.er1 >conftest.err
3025 cat conftest.err >&5
3026 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3027 (exit $ac_status); } && {
3028 test -z "$ac_c_werror_flag" ||
3029 test ! -s conftest.err
3030 } && test -s conftest.$ac_objext; then
3033 echo "$as_me: failed program was
:" >&5
3034 sed 's/^/| /' conftest.$ac_ext >&5
3036 ac_c_werror_flag=$ac_save_c_werror_flag
3038 cat >conftest.$ac_ext <<_ACEOF
3041 cat confdefs.h >>conftest.$ac_ext
3042 cat >>conftest.$ac_ext <<_ACEOF
3043 /* end confdefs.h. */
3053 rm -f conftest.$ac_objext
3054 if { (ac_try="$ac_compile"
3056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3057 *) ac_try_echo=$ac_try;;
3059 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3060 (eval "$ac_compile") 2>conftest.er1
3062 grep -v '^ *+' conftest.er1 >conftest.err
3064 cat conftest.err >&5
3065 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3066 (exit $ac_status); } && {
3067 test -z "$ac_c_werror_flag" ||
3068 test ! -s conftest.err
3069 } && test -s conftest.$ac_objext; then
3072 echo "$as_me: failed program was
:" >&5
3073 sed 's/^/| /' conftest.$ac_ext >&5
3078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3085 ac_c_werror_flag=$ac_save_c_werror_flag
3087 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3088 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3089 if test "$ac_test_CFLAGS" = set; then
3090 CFLAGS=$ac_save_CFLAGS
3091 elif test $ac_cv_prog_cc_g = yes; then
3092 if test "$GCC" = yes; then
3098 if test "$GCC" = yes; then
3104 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3105 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3106 if test "${ac_cv_prog_cc_c89+set}" = set; then
3107 echo $ECHO_N "(cached
) $ECHO_C" >&6
3109 ac_cv_prog_cc_c89=no
3111 cat >conftest.$ac_ext <<_ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h. */
3119 #include <sys/types.h>
3120 #include <sys/stat.h>
3121 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3122 struct buf { int x; };
3123 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3124 static char *e (p, i)
3130 static char *f (char * (*g) (char **, int), char **p, ...)
3135 s = g (p, va_arg (v,int));
3140 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3141 function prototypes and stuff, but not '\xHH' hex character constants.
3142 These don't provoke an error unfortunately, instead are silently treated
3143 as 'x'. The following induces an error, until -std is added to get
3144 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3145 array size at least. It's necessary to write '\x00'==0 to get something
3146 that's true only with -std. */
3147 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3149 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3150 inside strings and character constants. */
3152 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3154 int test (int i, double x);
3155 struct s1 {int (*f) (int a);};
3156 struct s2 {int (*f) (double a);};
3157 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3163 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3168 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3169 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3171 CC="$ac_save_CC $ac_arg"
3172 rm -f conftest.$ac_objext
3173 if { (ac_try="$ac_compile"
3175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3176 *) ac_try_echo=$ac_try;;
3178 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3179 (eval "$ac_compile") 2>conftest.er1
3181 grep -v '^ *+' conftest.er1 >conftest.err
3183 cat conftest.err >&5
3184 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3185 (exit $ac_status); } && {
3186 test -z "$ac_c_werror_flag" ||
3187 test ! -s conftest.err
3188 } && test -s conftest.$ac_objext; then
3189 ac_cv_prog_cc_c89=$ac_arg
3191 echo "$as_me: failed program was
:" >&5
3192 sed 's/^/| /' conftest.$ac_ext >&5
3197 rm -f core conftest.err conftest.$ac_objext
3198 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3200 rm -f conftest.$ac_ext
3205 case "x
$ac_cv_prog_cc_c89" in
3207 { echo "$as_me:$LINENO: result
: none needed
" >&5
3208 echo "${ECHO_T}none needed
" >&6; } ;;
3210 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3211 echo "${ECHO_T}unsupported
" >&6; } ;;
3213 CC="$CC $ac_cv_prog_cc_c89"
3214 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3215 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3220 ac_cpp='$CPP $CPPFLAGS'
3221 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3222 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3223 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3226 ac_cpp='$CXXCPP $CPPFLAGS'
3227 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3230 if test -z "$CXX"; then
3231 if test -n "$CCC"; then
3234 if test -n "$ac_tool_prefix"; then
3235 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3237 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3238 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3239 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3240 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3241 if test "${ac_cv_prog_CXX+set}" = set; then
3242 echo $ECHO_N "(cached
) $ECHO_C" >&6
3244 if test -n "$CXX"; then
3245 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3251 test -z "$as_dir" && as_dir=.
3252 for ac_exec_ext in '' $ac_executable_extensions; do
3253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3254 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3255 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3265 if test -n "$CXX"; then
3266 { echo "$as_me:$LINENO: result
: $CXX" >&5
3267 echo "${ECHO_T}$CXX" >&6; }
3269 { echo "$as_me:$LINENO: result
: no
" >&5
3270 echo "${ECHO_T}no
" >&6; }
3274 test -n "$CXX" && break
3277 if test -z "$CXX"; then
3279 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3281 # Extract the first word of "$ac_prog", so it can be a program name with args.
3282 set dummy $ac_prog; ac_word=$2
3283 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3284 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3285 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3286 echo $ECHO_N "(cached
) $ECHO_C" >&6
3288 if test -n "$ac_ct_CXX"; then
3289 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3295 test -z "$as_dir" && as_dir=.
3296 for ac_exec_ext in '' $ac_executable_extensions; do
3297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3298 ac_cv_prog_ac_ct_CXX="$ac_prog"
3299 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3308 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3309 if test -n "$ac_ct_CXX"; then
3310 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3311 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3313 { echo "$as_me:$LINENO: result
: no
" >&5
3314 echo "${ECHO_T}no
" >&6; }
3318 test -n "$ac_ct_CXX" && break
3321 if test "x
$ac_ct_CXX" = x; then
3324 case $cross_compiling:$ac_tool_warned in
3326 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3327 whose name does not start with the
host triplet. If you think this
3328 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3329 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3330 whose name does not start with the
host triplet. If you think this
3331 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3332 ac_tool_warned=yes ;;
3340 # Provide some information about the compiler.
3341 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3342 ac_compiler=`set X $ac_compile; echo $2`
3343 { (ac_try="$ac_compiler --version >&5"
3345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3346 *) ac_try_echo=$ac_try;;
3348 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3349 (eval "$ac_compiler --version >&5") 2>&5
3351 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3352 (exit $ac_status); }
3353 { (ac_try="$ac_compiler -v >&5"
3355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3356 *) ac_try_echo=$ac_try;;
3358 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3359 (eval "$ac_compiler -v >&5") 2>&5
3361 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3362 (exit $ac_status); }
3363 { (ac_try="$ac_compiler -V >&5"
3365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3366 *) ac_try_echo=$ac_try;;
3368 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3369 (eval "$ac_compiler -V >&5") 2>&5
3371 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3372 (exit $ac_status); }
3374 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3375 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3376 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3377 echo $ECHO_N "(cached
) $ECHO_C" >&6
3379 cat >conftest.$ac_ext <<_ACEOF
3382 cat confdefs.h >>conftest.$ac_ext
3383 cat >>conftest.$ac_ext <<_ACEOF
3384 /* end confdefs.h. */
3397 rm -f conftest.$ac_objext
3398 if { (ac_try="$ac_compile"
3400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401 *) ac_try_echo=$ac_try;;
3403 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3404 (eval "$ac_compile") 2>conftest.er1
3406 grep -v '^ *+' conftest.er1 >conftest.err
3408 cat conftest.err >&5
3409 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3410 (exit $ac_status); } && {
3411 test -z "$ac_cxx_werror_flag" ||
3412 test ! -s conftest.err
3413 } && test -s conftest.$ac_objext; then
3416 echo "$as_me: failed program was
:" >&5
3417 sed 's/^/| /' conftest.$ac_ext >&5
3422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3423 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3426 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3427 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3428 GXX=`test $ac_compiler_gnu = yes && echo yes`
3429 ac_test_CXXFLAGS=${CXXFLAGS+set}
3430 ac_save_CXXFLAGS=$CXXFLAGS
3431 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3432 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3433 if test "${ac_cv_prog_cxx_g+set}" = set; then
3434 echo $ECHO_N "(cached
) $ECHO_C" >&6
3436 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3437 ac_cxx_werror_flag=yes
3440 cat >conftest.$ac_ext <<_ACEOF
3443 cat confdefs.h >>conftest.$ac_ext
3444 cat >>conftest.$ac_ext <<_ACEOF
3445 /* end confdefs.h. */
3455 rm -f conftest.$ac_objext
3456 if { (ac_try="$ac_compile"
3458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3459 *) ac_try_echo=$ac_try;;
3461 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3462 (eval "$ac_compile") 2>conftest.er1
3464 grep -v '^ *+' conftest.er1 >conftest.err
3466 cat conftest.err >&5
3467 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3468 (exit $ac_status); } && {
3469 test -z "$ac_cxx_werror_flag" ||
3470 test ! -s conftest.err
3471 } && test -s conftest.$ac_objext; then
3472 ac_cv_prog_cxx_g=yes
3474 echo "$as_me: failed program was
:" >&5
3475 sed 's/^/| /' conftest.$ac_ext >&5
3478 cat >conftest.$ac_ext <<_ACEOF
3481 cat confdefs.h >>conftest.$ac_ext
3482 cat >>conftest.$ac_ext <<_ACEOF
3483 /* end confdefs.h. */
3493 rm -f conftest.$ac_objext
3494 if { (ac_try="$ac_compile"
3496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3497 *) ac_try_echo=$ac_try;;
3499 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3500 (eval "$ac_compile") 2>conftest.er1
3502 grep -v '^ *+' conftest.er1 >conftest.err
3504 cat conftest.err >&5
3505 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3506 (exit $ac_status); } && {
3507 test -z "$ac_cxx_werror_flag" ||
3508 test ! -s conftest.err
3509 } && test -s conftest.$ac_objext; then
3512 echo "$as_me: failed program was
:" >&5
3513 sed 's/^/| /' conftest.$ac_ext >&5
3515 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3517 cat >conftest.$ac_ext <<_ACEOF
3520 cat confdefs.h >>conftest.$ac_ext
3521 cat >>conftest.$ac_ext <<_ACEOF
3522 /* end confdefs.h. */
3532 rm -f conftest.$ac_objext
3533 if { (ac_try="$ac_compile"
3535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3536 *) ac_try_echo=$ac_try;;
3538 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3539 (eval "$ac_compile") 2>conftest.er1
3541 grep -v '^ *+' conftest.er1 >conftest.err
3543 cat conftest.err >&5
3544 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3545 (exit $ac_status); } && {
3546 test -z "$ac_cxx_werror_flag" ||
3547 test ! -s conftest.err
3548 } && test -s conftest.$ac_objext; then
3549 ac_cv_prog_cxx_g=yes
3551 echo "$as_me: failed program was
:" >&5
3552 sed 's/^/| /' conftest.$ac_ext >&5
3557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3566 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3567 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3568 if test "$ac_test_CXXFLAGS" = set; then
3569 CXXFLAGS=$ac_save_CXXFLAGS
3570 elif test $ac_cv_prog_cxx_g = yes; then
3571 if test "$GXX" = yes; then
3577 if test "$GXX" = yes; then
3584 ac_cpp='$CPP $CPPFLAGS'
3585 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3586 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3587 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3589 if test -n "$ac_tool_prefix"; then
3590 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3591 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3592 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3593 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3594 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3595 echo $ECHO_N "(cached
) $ECHO_C" >&6
3597 if test -n "$CPPBIN"; then
3598 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3604 test -z "$as_dir" && as_dir=.
3605 for ac_exec_ext in '' $ac_executable_extensions; do
3606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3607 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3608 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3617 CPPBIN=$ac_cv_prog_CPPBIN
3618 if test -n "$CPPBIN"; then
3619 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3620 echo "${ECHO_T}$CPPBIN" >&6; }
3622 { echo "$as_me:$LINENO: result
: no
" >&5
3623 echo "${ECHO_T}no
" >&6; }
3628 if test -z "$ac_cv_prog_CPPBIN"; then
3629 ac_ct_CPPBIN=$CPPBIN
3630 # Extract the first word of "cpp
", so it can be a program name with args.
3631 set dummy cpp; ac_word=$2
3632 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3633 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3634 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3635 echo $ECHO_N "(cached
) $ECHO_C" >&6
3637 if test -n "$ac_ct_CPPBIN"; then
3638 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3644 test -z "$as_dir" && as_dir=.
3645 for ac_exec_ext in '' $ac_executable_extensions; do
3646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3647 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3648 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3657 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3658 if test -n "$ac_ct_CPPBIN"; then
3659 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3660 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3662 { echo "$as_me:$LINENO: result
: no
" >&5
3663 echo "${ECHO_T}no
" >&6; }
3666 if test "x
$ac_ct_CPPBIN" = x; then
3669 case $cross_compiling:$ac_tool_warned in
3671 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3672 whose name does not start with the
host triplet. If you think this
3673 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3674 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3675 whose name does not start with the
host triplet. If you think this
3676 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3677 ac_tool_warned=yes ;;
3679 CPPBIN=$ac_ct_CPPBIN
3682 CPPBIN="$ac_cv_prog_CPPBIN"
3686 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3687 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3688 if test "${wine_cv_toolsdir+set}" = set; then
3689 echo $ECHO_N "(cached
) $ECHO_C" >&6
3691 if test -z "$with_wine_tools"; then
3692 if test "$cross_compiling" = "yes"; then
3693 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3694 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3695 { (exit 1); exit 1; }; }
3697 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3699 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3700 case $with_wine_tools in
3701 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3702 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3705 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3706 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3707 { (exit 1); exit 1; }; }
3710 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3711 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3712 TOOLSDIR=$wine_cv_toolsdir
3717 ac_cpp='$CPP $CPPFLAGS'
3718 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3719 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3720 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3721 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3722 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3723 # On Suns, sometimes $CPP names a directory.
3724 if test -n "$CPP" && test -d "$CPP"; then
3727 if test -z "$CPP"; then
3728 if test "${ac_cv_prog_CPP+set}" = set; then
3729 echo $ECHO_N "(cached
) $ECHO_C" >&6
3731 # Double quotes because CPP needs to be expanded
3732 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3735 for ac_c_preproc_warn_flag in '' yes
3737 # Use a header file that comes with gcc, so configuring glibc
3738 # with a fresh cross-compiler works.
3739 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3740 # <limits.h> exists even on freestanding compilers.
3741 # On the NeXT, cc -E runs the code through the compiler's parser,
3742 # not just through cpp. "Syntax error
" is here to catch this case.
3743 cat >conftest.$ac_ext <<_ACEOF
3746 cat confdefs.h >>conftest.$ac_ext
3747 cat >>conftest.$ac_ext <<_ACEOF
3748 /* end confdefs.h. */
3750 # include <limits.h>
3752 # include <assert.h>
3756 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3759 *) ac_try_echo=$ac_try;;
3761 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3762 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3764 grep -v '^ *+' conftest.er1 >conftest.err
3766 cat conftest.err >&5
3767 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3768 (exit $ac_status); } >/dev/null && {
3769 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3770 test ! -s conftest.err
3774 echo "$as_me: failed program was
:" >&5
3775 sed 's/^/| /' conftest.$ac_ext >&5
3777 # Broken: fails on valid input.
3781 rm -f conftest.err conftest.$ac_ext
3783 # OK, works on sane cases. Now check whether nonexistent headers
3784 # can be detected and how.
3785 cat >conftest.$ac_ext <<_ACEOF
3788 cat confdefs.h >>conftest.$ac_ext
3789 cat >>conftest.$ac_ext <<_ACEOF
3790 /* end confdefs.h. */
3791 #include <ac_nonexistent.h>
3793 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3796 *) ac_try_echo=$ac_try;;
3798 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3799 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3801 grep -v '^ *+' conftest.er1 >conftest.err
3803 cat conftest.err >&5
3804 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3805 (exit $ac_status); } >/dev/null && {
3806 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3807 test ! -s conftest.err
3809 # Broken: success on invalid input.
3812 echo "$as_me: failed program was
:" >&5
3813 sed 's/^/| /' conftest.$ac_ext >&5
3815 # Passes both tests.
3820 rm -f conftest.err conftest.$ac_ext
3823 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3824 rm -f conftest.err conftest.$ac_ext
3825 if $ac_preproc_ok; then
3837 { echo "$as_me:$LINENO: result
: $CPP" >&5
3838 echo "${ECHO_T}$CPP" >&6; }
3840 for ac_c_preproc_warn_flag in '' yes
3842 # Use a header file that comes with gcc, so configuring glibc
3843 # with a fresh cross-compiler works.
3844 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3845 # <limits.h> exists even on freestanding compilers.
3846 # On the NeXT, cc -E runs the code through the compiler's parser,
3847 # not just through cpp. "Syntax error
" is here to catch this case.
3848 cat >conftest.$ac_ext <<_ACEOF
3851 cat confdefs.h >>conftest.$ac_ext
3852 cat >>conftest.$ac_ext <<_ACEOF
3853 /* end confdefs.h. */
3855 # include <limits.h>
3857 # include <assert.h>
3861 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3864 *) ac_try_echo=$ac_try;;
3866 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3867 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3869 grep -v '^ *+' conftest.er1 >conftest.err
3871 cat conftest.err >&5
3872 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3873 (exit $ac_status); } >/dev/null && {
3874 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3875 test ! -s conftest.err
3879 echo "$as_me: failed program was
:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 # Broken: fails on valid input.
3886 rm -f conftest.err conftest.$ac_ext
3888 # OK, works on sane cases. Now check whether nonexistent headers
3889 # can be detected and how.
3890 cat >conftest.$ac_ext <<_ACEOF
3893 cat confdefs.h >>conftest.$ac_ext
3894 cat >>conftest.$ac_ext <<_ACEOF
3895 /* end confdefs.h. */
3896 #include <ac_nonexistent.h>
3898 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3903 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3904 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3906 grep -v '^ *+' conftest.er1 >conftest.err
3908 cat conftest.err >&5
3909 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3910 (exit $ac_status); } >/dev/null && {
3911 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3912 test ! -s conftest.err
3914 # Broken: success on invalid input.
3917 echo "$as_me: failed program was
:" >&5
3918 sed 's/^/| /' conftest.$ac_ext >&5
3920 # Passes both tests.
3925 rm -f conftest.err conftest.$ac_ext
3928 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3929 rm -f conftest.err conftest.$ac_ext
3930 if $ac_preproc_ok; then
3933 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3934 See \
`config.log' for more details." >&5
3935 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3936 See \`config.log
' for more details." >&2;}
3937 { (exit 1); exit 1; }; }
3941 ac_cpp='$CPP $CPPFLAGS'
3942 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3943 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3944 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3947 { echo "$as_me:$LINENO: checking for X" >&5
3948 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3951 # Check whether --with-x was given.
3952 if test "${with_x+set}" = set; then
3956 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3957 if test "x$with_x" = xno; then
3958 # The user explicitly disabled X.
3961 case $x_includes,$x_libraries in #(
3962 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3963 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3964 { (exit 1); exit 1; }; };; #(
3965 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3966 echo $ECHO_N "(cached) $ECHO_C" >&6
3968 # One or both of the vars are not set, and there is no cached value.
3969 ac_x_includes=no ac_x_libraries=no
3970 rm -f -r conftest.dir
3971 if mkdir conftest.dir; then
3973 cat >Imakefile <<'_ACEOF'
3975 @echo incroot='${INCROOT}'
3977 @echo usrlibdir='${USRLIBDIR}'
3979 @echo libdir='${LIBDIR}'
3981 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3982 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3983 for ac_var in incroot usrlibdir libdir; do
3984 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3986 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3987 for ac_extension in a so sl; do
3988 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3989 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3990 ac_im_usrlibdir=$ac_im_libdir; break
3993 # Screen out bogus values from the imake configuration. They are
3994 # bogus both because they are the default anyway, and because
3995 # using them would break gcc on systems where it needs fixed includes.
3996 case $ac_im_incroot in
3997 /usr/include) ac_x_includes= ;;
3998 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4000 case $ac_im_usrlibdir in
4002 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4006 rm -f -r conftest.dir
4009 # Standard set of common directories for X headers.
4010 # Check X11 before X11Rn because it is often a symlink to the current release.
4022 /usr
/local
/X11
/include
4023 /usr
/local
/X11R
6/include
4024 /usr
/local
/X11R
5/include
4025 /usr
/local
/X11R
4/include
4027 /usr
/local
/include
/X11
4028 /usr
/local
/include
/X11R6
4029 /usr
/local
/include
/X11R5
4030 /usr
/local
/include
/X11R4
4034 /usr
/XFree86
/include
/X11
4038 /usr
/unsupported
/include
4040 /usr
/local
/x11r
5/include
4041 /usr
/lpp
/Xamples
/include
4043 /usr
/openwin
/include
4044 /usr
/openwin
/share
/include
'
4046 if test "$ac_x_includes" = no; then
4047 # Guess where to find include files, by looking for Xlib.h.
4048 # First, try using that file with no special directory specified.
4049 cat >conftest.$ac_ext <<_ACEOF
4052 cat confdefs.h >>conftest.$ac_ext
4053 cat >>conftest.$ac_ext <<_ACEOF
4054 /* end confdefs.h. */
4055 #include <X11/Xlib.h>
4057 if { (ac_try="$ac_cpp conftest.$ac_ext"
4059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4060 *) ac_try_echo=$ac_try;;
4062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4063 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4065 grep -v '^
*+' conftest.er1 >conftest.err
4067 cat conftest.err >&5
4068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 (exit $ac_status); } >/dev/null && {
4070 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4071 test ! -s conftest.err
4073 # We can compile using X headers with no special include directory.
4076 echo "$as_me: failed program was:" >&5
4077 sed 's
/^
/|
/' conftest.$ac_ext >&5
4079 for ac_dir in $ac_x_header_dirs; do
4080 if test -r "$ac_dir/X11/Xlib.h"; then
4081 ac_x_includes=$ac_dir
4087 rm -f conftest.err conftest.$ac_ext
4088 fi # $ac_x_includes = no
4090 if test "$ac_x_libraries" = no; then
4091 # Check for the libraries.
4092 # See if we find them without any special options.
4093 # Don't add to
$LIBS permanently.
4096 cat >conftest.
$ac_ext <<_ACEOF
4099 cat confdefs.h
>>conftest.
$ac_ext
4100 cat >>conftest.
$ac_ext <<_ACEOF
4101 /* end confdefs.h. */
4102 #include <X11/Xlib.h>
4111 rm -f conftest.
$ac_objext conftest
$ac_exeext
4112 if { (ac_try
="$ac_link"
4114 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4115 *) ac_try_echo=$ac_try;;
4117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4118 (eval "$ac_link") 2>conftest.er1
4120 grep -v '^ *+' conftest.er1 >conftest.err
4122 cat conftest.err >&5
4123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4124 (exit $ac_status); } && {
4125 test -z "$ac_c_werror_flag" ||
4126 test ! -s conftest.err
4127 } && test -s conftest$ac_exeext &&
4128 $as_test_x conftest$ac_exeext; then
4130 # We can link X programs with no special library path.
4133 echo "$as_me: failed program was:" >&5
4134 sed 's/^/| /' conftest.$ac_ext >&5
4137 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4139 # Don't even attempt the hair of trying to link an X program!
4140 for ac_extension in a so sl; do
4141 if test -r "$ac_dir/libX11.$ac_extension"; then
4142 ac_x_libraries=$ac_dir
4149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4150 conftest$ac_exeext conftest.$ac_ext
4151 fi # $ac_x_libraries = no
4153 case $ac_x_includes,$ac_x_libraries in #(
4155 # Didn't find X, or a directory has "'" in its name.
4156 ac_cv_have_x="have_x=no";; #(
4158 # Record where we found X for the cache.
4159 ac_cv_have_x="have_x=yes\
4160 ac_x_includes='$ac_x_includes'\
4161 ac_x_libraries='$ac_x_libraries'"
4167 eval "$ac_cv_have_x"
4170 if test "$have_x" != yes; then
4171 { echo "$as_me:$LINENO: result: $have_x" >&5
4172 echo "${ECHO_T}$have_x" >&6; }
4175 # If each of the values was on the command line, it overrides each guess.
4176 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4177 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4178 # Update the cache value to reflect the command line values.
4179 ac_cv_have_x="have_x=yes\
4180 ac_x_includes='$x_includes'\
4181 ac_x_libraries='$x_libraries'"
4182 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4183 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4186 if test "$no_x" = yes; then
4187 # Not all programs may use this symbol, but it does not hurt to define it.
4189 cat >>confdefs.h <<\_ACEOF
4190 #define X_DISPLAY_MISSING 1
4193 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4195 if test -n "$x_includes"; then
4196 X_CFLAGS="$X_CFLAGS -I$x_includes"
4199 # It would also be nice to do this for all -L options, not just this one.
4200 if test -n "$x_libraries"; then
4201 X_LIBS="$X_LIBS -L$x_libraries"
4202 # For Solaris; some versions of Sun CC require a space after -R and
4203 # others require no space. Words are not sufficient . . . .
4204 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4205 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4206 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4207 ac_xsave_c_werror_flag=$ac_c_werror_flag
4208 ac_c_werror_flag=yes
4209 cat >conftest.$ac_ext <<_ACEOF
4212 cat confdefs.h >>conftest.$ac_ext
4213 cat >>conftest.$ac_ext <<_ACEOF
4214 /* end confdefs.h. */
4224 rm -f conftest.$ac_objext conftest$ac_exeext
4225 if { (ac_try="$ac_link"
4227 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4228 *) ac_try_echo
=$ac_try;;
4230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4231 (eval "$ac_link") 2>conftest.er1
4233 grep -v '^ *+' conftest.er1
>conftest.err
4235 cat conftest.err
>&5
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); } && {
4238 test -z "$ac_c_werror_flag" ||
4239 test ! -s conftest.err
4240 } && test -s conftest
$ac_exeext &&
4241 $as_test_x conftest
$ac_exeext; then
4242 { echo "$as_me:$LINENO: result: no" >&5
4243 echo "${ECHO_T}no" >&6; }
4244 X_LIBS
="$X_LIBS -R$x_libraries"
4246 echo "$as_me: failed program was:" >&5
4247 sed 's/^/| /' conftest.
$ac_ext >&5
4249 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4250 cat >conftest.
$ac_ext <<_ACEOF
4253 cat confdefs.h
>>conftest.
$ac_ext
4254 cat >>conftest.
$ac_ext <<_ACEOF
4255 /* end confdefs.h. */
4265 rm -f conftest.
$ac_objext conftest
$ac_exeext
4266 if { (ac_try
="$ac_link"
4268 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4269 *) ac_try_echo=$ac_try;;
4271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4272 (eval "$ac_link") 2>conftest.er1
4274 grep -v '^ *+' conftest.er1 >conftest.err
4276 cat conftest.err >&5
4277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4278 (exit $ac_status); } && {
4279 test -z "$ac_c_werror_flag" ||
4280 test ! -s conftest.err
4281 } && test -s conftest$ac_exeext &&
4282 $as_test_x conftest$ac_exeext; then
4283 { echo "$as_me:$LINENO: result: yes" >&5
4284 echo "${ECHO_T}yes" >&6; }
4285 X_LIBS="$X_LIBS -R $x_libraries"
4287 echo "$as_me: failed program was:" >&5
4288 sed 's/^/| /' conftest.$ac_ext >&5
4290 { echo "$as_me:$LINENO: result: neither works" >&5
4291 echo "${ECHO_T}neither works" >&6; }
4294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4295 conftest$ac_exeext conftest.$ac_ext
4298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4299 conftest$ac_exeext conftest.$ac_ext
4300 ac_c_werror_flag=$ac_xsave_c_werror_flag
4304 # Check for system-dependent libraries X programs must link with.
4305 # Do this before checking for the system-independent R6 libraries
4306 # (-lICE), since we may need -lsocket or whatever for X linking.
4308 if test "$ISC" = yes; then
4309 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4311 # Martyn Johnson says this is needed for Ultrix, if the X
4312 # libraries were built with DECnet support. And Karl Berry says
4313 # the Alpha needs dnet_stub (dnet does not exist).
4314 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4315 cat >conftest.$ac_ext <<_ACEOF
4318 cat confdefs.h >>conftest.$ac_ext
4319 cat >>conftest.$ac_ext <<_ACEOF
4320 /* end confdefs.h. */
4322 /* Override any GCC internal prototype to avoid an error.
4323 Use char because int might match the return type of a GCC
4324 builtin and then its argument prototype would still apply. */
4328 char XOpenDisplay ();
4332 return XOpenDisplay ();
4337 rm -f conftest.$ac_objext conftest$ac_exeext
4338 if { (ac_try="$ac_link"
4340 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4341 *) ac_try_echo
=$ac_try;;
4343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4344 (eval "$ac_link") 2>conftest.er1
4346 grep -v '^ *+' conftest.er1
>conftest.err
4348 cat conftest.err
>&5
4349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4350 (exit $ac_status); } && {
4351 test -z "$ac_c_werror_flag" ||
4352 test ! -s conftest.err
4353 } && test -s conftest
$ac_exeext &&
4354 $as_test_x conftest
$ac_exeext; then
4357 echo "$as_me: failed program was:" >&5
4358 sed 's/^/| /' conftest.
$ac_ext >&5
4360 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4361 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4362 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4363 echo $ECHO_N "(cached) $ECHO_C" >&6
4365 ac_check_lib_save_LIBS
=$LIBS
4367 cat >conftest.
$ac_ext <<_ACEOF
4370 cat confdefs.h
>>conftest.
$ac_ext
4371 cat >>conftest.
$ac_ext <<_ACEOF
4372 /* end confdefs.h. */
4374 /* Override any GCC internal prototype to avoid an error.
4375 Use char because int might match the return type of a GCC
4376 builtin and then its argument prototype would still apply. */
4384 return dnet_ntoa ();
4389 rm -f conftest.
$ac_objext conftest
$ac_exeext
4390 if { (ac_try
="$ac_link"
4392 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4393 *) ac_try_echo=$ac_try;;
4395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4396 (eval "$ac_link") 2>conftest.er1
4398 grep -v '^ *+' conftest.er1 >conftest.err
4400 cat conftest.err >&5
4401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4402 (exit $ac_status); } && {
4403 test -z "$ac_c_werror_flag" ||
4404 test ! -s conftest.err
4405 } && test -s conftest$ac_exeext &&
4406 $as_test_x conftest$ac_exeext; then
4407 ac_cv_lib_dnet_dnet_ntoa=yes
4409 echo "$as_me: failed program was:" >&5
4410 sed 's/^/| /' conftest.$ac_ext >&5
4412 ac_cv_lib_dnet_dnet_ntoa=no
4415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4416 conftest$ac_exeext conftest.$ac_ext
4417 LIBS=$ac_check_lib_save_LIBS
4419 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4420 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4421 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4422 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4425 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4426 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4427 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4428 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4429 echo $ECHO_N "(cached) $ECHO_C" >&6
4431 ac_check_lib_save_LIBS=$LIBS
4432 LIBS="-ldnet_stub $LIBS"
4433 cat >conftest.$ac_ext <<_ACEOF
4436 cat confdefs.h >>conftest.$ac_ext
4437 cat >>conftest.$ac_ext <<_ACEOF
4438 /* end confdefs.h. */
4440 /* Override any GCC internal prototype to avoid an error.
4441 Use char because int might match the return type of a GCC
4442 builtin and then its argument prototype would still apply. */
4450 return dnet_ntoa ();
4455 rm -f conftest.$ac_objext conftest$ac_exeext
4456 if { (ac_try="$ac_link"
4458 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4459 *) ac_try_echo
=$ac_try;;
4461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4462 (eval "$ac_link") 2>conftest.er1
4464 grep -v '^ *+' conftest.er1
>conftest.err
4466 cat conftest.err
>&5
4467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4468 (exit $ac_status); } && {
4469 test -z "$ac_c_werror_flag" ||
4470 test ! -s conftest.err
4471 } && test -s conftest
$ac_exeext &&
4472 $as_test_x conftest
$ac_exeext; then
4473 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4475 echo "$as_me: failed program was:" >&5
4476 sed 's/^/| /' conftest.
$ac_ext >&5
4478 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4481 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4482 conftest
$ac_exeext conftest.
$ac_ext
4483 LIBS
=$ac_check_lib_save_LIBS
4485 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4486 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4487 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4488 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4494 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4495 conftest
$ac_exeext conftest.
$ac_ext
4496 LIBS
="$ac_xsave_LIBS"
4498 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4499 # to get the SysV transport functions.
4500 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4502 # The nsl library prevents programs from opening the X display
4503 # on Irix 5.2, according to T.E. Dickey.
4504 # The functions gethostbyname, getservbyname, and inet_addr are
4505 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4506 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4507 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4508 if test "${ac_cv_func_gethostbyname+set}" = set; then
4509 echo $ECHO_N "(cached) $ECHO_C" >&6
4511 cat >conftest.
$ac_ext <<_ACEOF
4514 cat confdefs.h
>>conftest.
$ac_ext
4515 cat >>conftest.
$ac_ext <<_ACEOF
4516 /* end confdefs.h. */
4517 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4518 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4519 #define gethostbyname innocuous_gethostbyname
4521 /* System header to define __stub macros and hopefully few prototypes,
4522 which can conflict with char gethostbyname (); below.
4523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4524 <limits.h> exists even on freestanding compilers. */
4527 # include <limits.h>
4529 # include <assert.h>
4532 #undef gethostbyname
4534 /* Override any GCC internal prototype to avoid an error.
4535 Use char because int might match the return type of a GCC
4536 builtin and then its argument prototype would still apply. */
4540 char gethostbyname ();
4541 /* The GNU C library defines this for functions which it implements
4542 to always fail with ENOSYS. Some functions are actually named
4543 something starting with __ and the normal name is an alias. */
4544 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4551 return gethostbyname ();
4556 rm -f conftest.
$ac_objext conftest
$ac_exeext
4557 if { (ac_try
="$ac_link"
4559 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4560 *) ac_try_echo=$ac_try;;
4562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4563 (eval "$ac_link") 2>conftest.er1
4565 grep -v '^ *+' conftest.er1 >conftest.err
4567 cat conftest.err >&5
4568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4569 (exit $ac_status); } && {
4570 test -z "$ac_c_werror_flag" ||
4571 test ! -s conftest.err
4572 } && test -s conftest$ac_exeext &&
4573 $as_test_x conftest$ac_exeext; then
4574 ac_cv_func_gethostbyname=yes
4576 echo "$as_me: failed program was:" >&5
4577 sed 's/^/| /' conftest.$ac_ext >&5
4579 ac_cv_func_gethostbyname=no
4582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4583 conftest$ac_exeext conftest.$ac_ext
4585 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4586 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4588 if test $ac_cv_func_gethostbyname = no; then
4589 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4590 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4591 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4592 echo $ECHO_N "(cached) $ECHO_C" >&6
4594 ac_check_lib_save_LIBS=$LIBS
4596 cat >conftest.$ac_ext <<_ACEOF
4599 cat confdefs.h >>conftest.$ac_ext
4600 cat >>conftest.$ac_ext <<_ACEOF
4601 /* end confdefs.h. */
4603 /* Override any GCC internal prototype to avoid an error.
4604 Use char because int might match the return type of a GCC
4605 builtin and then its argument prototype would still apply. */
4609 char gethostbyname ();
4613 return gethostbyname ();
4618 rm -f conftest.$ac_objext conftest$ac_exeext
4619 if { (ac_try="$ac_link"
4621 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4622 *) ac_try_echo
=$ac_try;;
4624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4625 (eval "$ac_link") 2>conftest.er1
4627 grep -v '^ *+' conftest.er1
>conftest.err
4629 cat conftest.err
>&5
4630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4631 (exit $ac_status); } && {
4632 test -z "$ac_c_werror_flag" ||
4633 test ! -s conftest.err
4634 } && test -s conftest
$ac_exeext &&
4635 $as_test_x conftest
$ac_exeext; then
4636 ac_cv_lib_nsl_gethostbyname
=yes
4638 echo "$as_me: failed program was:" >&5
4639 sed 's/^/| /' conftest.
$ac_ext >&5
4641 ac_cv_lib_nsl_gethostbyname
=no
4644 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4645 conftest
$ac_exeext conftest.
$ac_ext
4646 LIBS
=$ac_check_lib_save_LIBS
4648 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4649 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4650 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4651 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4654 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4655 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4656 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4657 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4658 echo $ECHO_N "(cached) $ECHO_C" >&6
4660 ac_check_lib_save_LIBS
=$LIBS
4662 cat >conftest.
$ac_ext <<_ACEOF
4665 cat confdefs.h
>>conftest.
$ac_ext
4666 cat >>conftest.
$ac_ext <<_ACEOF
4667 /* end confdefs.h. */
4669 /* Override any GCC internal prototype to avoid an error.
4670 Use char because int might match the return type of a GCC
4671 builtin and then its argument prototype would still apply. */
4675 char gethostbyname ();
4679 return gethostbyname ();
4684 rm -f conftest.
$ac_objext conftest
$ac_exeext
4685 if { (ac_try
="$ac_link"
4687 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4688 *) ac_try_echo=$ac_try;;
4690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4691 (eval "$ac_link") 2>conftest.er1
4693 grep -v '^ *+' conftest.er1 >conftest.err
4695 cat conftest.err >&5
4696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4697 (exit $ac_status); } && {
4698 test -z "$ac_c_werror_flag" ||
4699 test ! -s conftest.err
4700 } && test -s conftest$ac_exeext &&
4701 $as_test_x conftest$ac_exeext; then
4702 ac_cv_lib_bsd_gethostbyname=yes
4704 echo "$as_me: failed program was:" >&5
4705 sed 's/^/| /' conftest.$ac_ext >&5
4707 ac_cv_lib_bsd_gethostbyname=no
4710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4711 conftest$ac_exeext conftest.$ac_ext
4712 LIBS=$ac_check_lib_save_LIBS
4714 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4715 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4716 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4717 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4723 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4724 # socket/setsockopt and other routines are undefined under SCO ODT
4725 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4726 # on later versions), says Simon Leinen: it contains gethostby*
4727 # variants that don't use the name server (or something). -lsocket
4728 # must be given before -lnsl if both are needed. We assume that
4729 # if connect needs -lnsl, so does gethostbyname.
4730 { echo "$as_me:$LINENO: checking for connect" >&5
4731 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4732 if test "${ac_cv_func_connect+set}" = set; then
4733 echo $ECHO_N "(cached) $ECHO_C" >&6
4735 cat >conftest.$ac_ext <<_ACEOF
4738 cat confdefs.h >>conftest.$ac_ext
4739 cat >>conftest.$ac_ext <<_ACEOF
4740 /* end confdefs.h. */
4741 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4742 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4743 #define connect innocuous_connect
4745 /* System header to define __stub macros and hopefully few prototypes,
4746 which can conflict with char connect (); below.
4747 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4748 <limits.h> exists even on freestanding compilers. */
4751 # include <limits.h>
4753 # include <assert.h>
4758 /* Override any GCC internal prototype to avoid an error.
4759 Use char because int might match the return type of a GCC
4760 builtin and then its argument prototype would still apply. */
4765 /* The GNU C library defines this for functions which it implements
4766 to always fail with ENOSYS. Some functions are actually named
4767 something starting with __ and the normal name is an alias. */
4768 #if defined __stub_connect || defined __stub___connect
4780 rm -f conftest.$ac_objext conftest$ac_exeext
4781 if { (ac_try="$ac_link"
4783 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4784 *) ac_try_echo
=$ac_try;;
4786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4787 (eval "$ac_link") 2>conftest.er1
4789 grep -v '^ *+' conftest.er1
>conftest.err
4791 cat conftest.err
>&5
4792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4793 (exit $ac_status); } && {
4794 test -z "$ac_c_werror_flag" ||
4795 test ! -s conftest.err
4796 } && test -s conftest
$ac_exeext &&
4797 $as_test_x conftest
$ac_exeext; then
4798 ac_cv_func_connect
=yes
4800 echo "$as_me: failed program was:" >&5
4801 sed 's/^/| /' conftest.
$ac_ext >&5
4803 ac_cv_func_connect
=no
4806 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4807 conftest
$ac_exeext conftest.
$ac_ext
4809 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4810 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4812 if test $ac_cv_func_connect = no
; then
4813 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4814 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4815 if test "${ac_cv_lib_socket_connect+set}" = set; then
4816 echo $ECHO_N "(cached) $ECHO_C" >&6
4818 ac_check_lib_save_LIBS
=$LIBS
4819 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4820 cat >conftest.
$ac_ext <<_ACEOF
4823 cat confdefs.h
>>conftest.
$ac_ext
4824 cat >>conftest.
$ac_ext <<_ACEOF
4825 /* end confdefs.h. */
4827 /* Override any GCC internal prototype to avoid an error.
4828 Use char because int might match the return type of a GCC
4829 builtin and then its argument prototype would still apply. */
4842 rm -f conftest.
$ac_objext conftest
$ac_exeext
4843 if { (ac_try
="$ac_link"
4845 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4846 *) ac_try_echo=$ac_try;;
4848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4849 (eval "$ac_link") 2>conftest.er1
4851 grep -v '^ *+' conftest.er1 >conftest.err
4853 cat conftest.err >&5
4854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4855 (exit $ac_status); } && {
4856 test -z "$ac_c_werror_flag" ||
4857 test ! -s conftest.err
4858 } && test -s conftest$ac_exeext &&
4859 $as_test_x conftest$ac_exeext; then
4860 ac_cv_lib_socket_connect=yes
4862 echo "$as_me: failed program was:" >&5
4863 sed 's/^/| /' conftest.$ac_ext >&5
4865 ac_cv_lib_socket_connect=no
4868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4869 conftest$ac_exeext conftest.$ac_ext
4870 LIBS=$ac_check_lib_save_LIBS
4872 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4873 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4874 if test $ac_cv_lib_socket_connect = yes; then
4875 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4880 # Guillermo Gomez says -lposix is necessary on A/UX.
4881 { echo "$as_me:$LINENO: checking for remove" >&5
4882 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4883 if test "${ac_cv_func_remove+set}" = set; then
4884 echo $ECHO_N "(cached) $ECHO_C" >&6
4886 cat >conftest.$ac_ext <<_ACEOF
4889 cat confdefs.h >>conftest.$ac_ext
4890 cat >>conftest.$ac_ext <<_ACEOF
4891 /* end confdefs.h. */
4892 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4893 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4894 #define remove innocuous_remove
4896 /* System header to define __stub macros and hopefully few prototypes,
4897 which can conflict with char remove (); below.
4898 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4899 <limits.h> exists even on freestanding compilers. */
4902 # include <limits.h>
4904 # include <assert.h>
4909 /* Override any GCC internal prototype to avoid an error.
4910 Use char because int might match the return type of a GCC
4911 builtin and then its argument prototype would still apply. */
4916 /* The GNU C library defines this for functions which it implements
4917 to always fail with ENOSYS. Some functions are actually named
4918 something starting with __ and the normal name is an alias. */
4919 #if defined __stub_remove || defined __stub___remove
4931 rm -f conftest.$ac_objext conftest$ac_exeext
4932 if { (ac_try="$ac_link"
4934 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4935 *) ac_try_echo
=$ac_try;;
4937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4938 (eval "$ac_link") 2>conftest.er1
4940 grep -v '^ *+' conftest.er1
>conftest.err
4942 cat conftest.err
>&5
4943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4944 (exit $ac_status); } && {
4945 test -z "$ac_c_werror_flag" ||
4946 test ! -s conftest.err
4947 } && test -s conftest
$ac_exeext &&
4948 $as_test_x conftest
$ac_exeext; then
4949 ac_cv_func_remove
=yes
4951 echo "$as_me: failed program was:" >&5
4952 sed 's/^/| /' conftest.
$ac_ext >&5
4954 ac_cv_func_remove
=no
4957 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4958 conftest
$ac_exeext conftest.
$ac_ext
4960 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4961 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4963 if test $ac_cv_func_remove = no
; then
4964 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4965 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4966 if test "${ac_cv_lib_posix_remove+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
4969 ac_check_lib_save_LIBS
=$LIBS
4970 LIBS
="-lposix $LIBS"
4971 cat >conftest.
$ac_ext <<_ACEOF
4974 cat confdefs.h
>>conftest.
$ac_ext
4975 cat >>conftest.
$ac_ext <<_ACEOF
4976 /* end confdefs.h. */
4978 /* Override any GCC internal prototype to avoid an error.
4979 Use char because int might match the return type of a GCC
4980 builtin and then its argument prototype would still apply. */
4993 rm -f conftest.
$ac_objext conftest
$ac_exeext
4994 if { (ac_try
="$ac_link"
4996 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4997 *) ac_try_echo=$ac_try;;
4999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5000 (eval "$ac_link") 2>conftest.er1
5002 grep -v '^ *+' conftest.er1 >conftest.err
5004 cat conftest.err >&5
5005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5006 (exit $ac_status); } && {
5007 test -z "$ac_c_werror_flag" ||
5008 test ! -s conftest.err
5009 } && test -s conftest$ac_exeext &&
5010 $as_test_x conftest$ac_exeext; then
5011 ac_cv_lib_posix_remove=yes
5013 echo "$as_me: failed program was:" >&5
5014 sed 's/^/| /' conftest.$ac_ext >&5
5016 ac_cv_lib_posix_remove=no
5019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5020 conftest$ac_exeext conftest.$ac_ext
5021 LIBS=$ac_check_lib_save_LIBS
5023 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5024 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5025 if test $ac_cv_lib_posix_remove = yes; then
5026 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5031 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5032 { echo "$as_me:$LINENO: checking for shmat" >&5
5033 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5034 if test "${ac_cv_func_shmat+set}" = set; then
5035 echo $ECHO_N "(cached) $ECHO_C" >&6
5037 cat >conftest.$ac_ext <<_ACEOF
5040 cat confdefs.h >>conftest.$ac_ext
5041 cat >>conftest.$ac_ext <<_ACEOF
5042 /* end confdefs.h. */
5043 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5044 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5045 #define shmat innocuous_shmat
5047 /* System header to define __stub macros and hopefully few prototypes,
5048 which can conflict with char shmat (); below.
5049 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5050 <limits.h> exists even on freestanding compilers. */
5053 # include <limits.h>
5055 # include <assert.h>
5060 /* Override any GCC internal prototype to avoid an error.
5061 Use char because int might match the return type of a GCC
5062 builtin and then its argument prototype would still apply. */
5067 /* The GNU C library defines this for functions which it implements
5068 to always fail with ENOSYS. Some functions are actually named
5069 something starting with __ and the normal name is an alias. */
5070 #if defined __stub_shmat || defined __stub___shmat
5082 rm -f conftest.$ac_objext conftest$ac_exeext
5083 if { (ac_try="$ac_link"
5085 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5086 *) ac_try_echo
=$ac_try;;
5088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5089 (eval "$ac_link") 2>conftest.er1
5091 grep -v '^ *+' conftest.er1
>conftest.err
5093 cat conftest.err
>&5
5094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5095 (exit $ac_status); } && {
5096 test -z "$ac_c_werror_flag" ||
5097 test ! -s conftest.err
5098 } && test -s conftest
$ac_exeext &&
5099 $as_test_x conftest
$ac_exeext; then
5100 ac_cv_func_shmat
=yes
5102 echo "$as_me: failed program was:" >&5
5103 sed 's/^/| /' conftest.
$ac_ext >&5
5108 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5109 conftest
$ac_exeext conftest.
$ac_ext
5111 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5112 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5114 if test $ac_cv_func_shmat = no
; then
5115 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5116 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5117 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5118 echo $ECHO_N "(cached) $ECHO_C" >&6
5120 ac_check_lib_save_LIBS
=$LIBS
5122 cat >conftest.
$ac_ext <<_ACEOF
5125 cat confdefs.h
>>conftest.
$ac_ext
5126 cat >>conftest.
$ac_ext <<_ACEOF
5127 /* end confdefs.h. */
5129 /* Override any GCC internal prototype to avoid an error.
5130 Use char because int might match the return type of a GCC
5131 builtin and then its argument prototype would still apply. */
5144 rm -f conftest.
$ac_objext conftest
$ac_exeext
5145 if { (ac_try
="$ac_link"
5147 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5148 *) ac_try_echo=$ac_try;;
5150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5151 (eval "$ac_link") 2>conftest.er1
5153 grep -v '^ *+' conftest.er1 >conftest.err
5155 cat conftest.err >&5
5156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5157 (exit $ac_status); } && {
5158 test -z "$ac_c_werror_flag" ||
5159 test ! -s conftest.err
5160 } && test -s conftest$ac_exeext &&
5161 $as_test_x conftest$ac_exeext; then
5162 ac_cv_lib_ipc_shmat=yes
5164 echo "$as_me: failed program was:" >&5
5165 sed 's/^/| /' conftest.$ac_ext >&5
5167 ac_cv_lib_ipc_shmat=no
5170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5171 conftest$ac_exeext conftest.$ac_ext
5172 LIBS=$ac_check_lib_save_LIBS
5174 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5175 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5176 if test $ac_cv_lib_ipc_shmat = yes; then
5177 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5183 # Check for libraries that X11R6 Xt/Xaw programs need.
5184 ac_save_LDFLAGS=$LDFLAGS
5185 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5186 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5187 # check for ICE first), but we must link in the order -lSM -lICE or
5188 # we get undefined symbols. So assume we have SM if we have ICE.
5189 # These have to be linked with before -lX11, unlike the other
5190 # libraries we check for below, so use a different variable.
5191 # John Interrante, Karl Berry
5192 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5193 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5194 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5197 ac_check_lib_save_LIBS=$LIBS
5198 LIBS="-lICE $X_EXTRA_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 IceConnectionNumber ();
5216 return IceConnectionNumber ();
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_ICE_IceConnectionNumber
=yes
5241 echo "$as_me: failed program was:" >&5
5242 sed 's/^/| /' conftest.
$ac_ext >&5
5244 ac_cv_lib_ICE_IceConnectionNumber
=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_ICE_IceConnectionNumber" >&5
5252 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5253 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5254 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5257 LDFLAGS
=$ac_save_LDFLAGS
5264 # Extract the first word of "$ac_prog", so it can be a program name with args.
5265 set dummy
$ac_prog; ac_word
=$2
5266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5268 if test "${ac_cv_prog_FLEX+set}" = set; then
5269 echo $ECHO_N "(cached) $ECHO_C" >&6
5271 if test -n "$FLEX"; then
5272 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5274 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5278 test -z "$as_dir" && as_dir
=.
5279 for ac_exec_ext
in '' $ac_executable_extensions; do
5280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5281 ac_cv_prog_FLEX
="$ac_prog"
5282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5291 FLEX
=$ac_cv_prog_FLEX
5292 if test -n "$FLEX"; then
5293 { echo "$as_me:$LINENO: result: $FLEX" >&5
5294 echo "${ECHO_T}$FLEX" >&6; }
5296 { echo "$as_me:$LINENO: result: no" >&5
5297 echo "${ECHO_T}no" >&6; }
5301 test -n "$FLEX" && break
5303 test -n "$FLEX" || FLEX
="none"
5305 if test "$FLEX" = "none"
5307 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5308 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5309 { (exit 1); exit 1; }; }
5312 for ac_prog
in bison
5314 # Extract the first word of "$ac_prog", so it can be a program name with args.
5315 set dummy
$ac_prog; ac_word
=$2
5316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5318 if test "${ac_cv_prog_BISON+set}" = set; then
5319 echo $ECHO_N "(cached) $ECHO_C" >&6
5321 if test -n "$BISON"; then
5322 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5324 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5328 test -z "$as_dir" && as_dir
=.
5329 for ac_exec_ext
in '' $ac_executable_extensions; do
5330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5331 ac_cv_prog_BISON
="$ac_prog"
5332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5341 BISON
=$ac_cv_prog_BISON
5342 if test -n "$BISON"; then
5343 { echo "$as_me:$LINENO: result: $BISON" >&5
5344 echo "${ECHO_T}$BISON" >&6; }
5346 { echo "$as_me:$LINENO: result: no" >&5
5347 echo "${ECHO_T}no" >&6; }
5351 test -n "$BISON" && break
5353 test -n "$BISON" || BISON
="none"
5355 if test "$BISON" = "none"
5357 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5358 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5359 { (exit 1); exit 1; }; }
5362 if test -n "$ac_tool_prefix"; then
5363 for ac_prog
in gas as
5365 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5366 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5367 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5369 if test "${ac_cv_prog_AS+set}" = set; then
5370 echo $ECHO_N "(cached) $ECHO_C" >&6
5372 if test -n "$AS"; then
5373 ac_cv_prog_AS
="$AS" # Let the user override the test.
5375 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5379 test -z "$as_dir" && as_dir
=.
5380 for ac_exec_ext
in '' $ac_executable_extensions; do
5381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5382 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5383 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5393 if test -n "$AS"; then
5394 { echo "$as_me:$LINENO: result: $AS" >&5
5395 echo "${ECHO_T}$AS" >&6; }
5397 { echo "$as_me:$LINENO: result: no" >&5
5398 echo "${ECHO_T}no" >&6; }
5402 test -n "$AS" && break
5405 if test -z "$AS"; then
5407 for ac_prog
in gas as
5409 # Extract the first word of "$ac_prog", so it can be a program name with args.
5410 set dummy
$ac_prog; ac_word
=$2
5411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5413 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5414 echo $ECHO_N "(cached) $ECHO_C" >&6
5416 if test -n "$ac_ct_AS"; then
5417 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5419 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5423 test -z "$as_dir" && as_dir
=.
5424 for ac_exec_ext
in '' $ac_executable_extensions; do
5425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5426 ac_cv_prog_ac_ct_AS
="$ac_prog"
5427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5436 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5437 if test -n "$ac_ct_AS"; then
5438 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5439 echo "${ECHO_T}$ac_ct_AS" >&6; }
5441 { echo "$as_me:$LINENO: result: no" >&5
5442 echo "${ECHO_T}no" >&6; }
5446 test -n "$ac_ct_AS" && break
5449 if test "x$ac_ct_AS" = x
; then
5452 case $cross_compiling:$ac_tool_warned in
5454 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5455 whose name does not start with the host triplet. If you think this
5456 configuration is useful to you, please write to autoconf@gnu.org." >&5
5457 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5458 whose name does not start with the host triplet. If you think this
5459 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5460 ac_tool_warned
=yes ;;
5466 if test -n "$ac_tool_prefix"; then
5467 for ac_prog
in ld gld
5469 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5470 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5473 if test "${ac_cv_prog_LD+set}" = set; then
5474 echo $ECHO_N "(cached) $ECHO_C" >&6
5476 if test -n "$LD"; then
5477 ac_cv_prog_LD
="$LD" # Let the user override the test.
5479 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5483 test -z "$as_dir" && as_dir
=.
5484 for ac_exec_ext
in '' $ac_executable_extensions; do
5485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5486 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5497 if test -n "$LD"; then
5498 { echo "$as_me:$LINENO: result: $LD" >&5
5499 echo "${ECHO_T}$LD" >&6; }
5501 { echo "$as_me:$LINENO: result: no" >&5
5502 echo "${ECHO_T}no" >&6; }
5506 test -n "$LD" && break
5509 if test -z "$LD"; then
5511 for ac_prog
in ld gld
5513 # Extract the first word of "$ac_prog", so it can be a program name with args.
5514 set dummy
$ac_prog; ac_word
=$2
5515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5517 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5518 echo $ECHO_N "(cached) $ECHO_C" >&6
5520 if test -n "$ac_ct_LD"; then
5521 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5523 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5527 test -z "$as_dir" && as_dir
=.
5528 for ac_exec_ext
in '' $ac_executable_extensions; do
5529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5530 ac_cv_prog_ac_ct_LD
="$ac_prog"
5531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5540 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5541 if test -n "$ac_ct_LD"; then
5542 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5543 echo "${ECHO_T}$ac_ct_LD" >&6; }
5545 { echo "$as_me:$LINENO: result: no" >&5
5546 echo "${ECHO_T}no" >&6; }
5550 test -n "$ac_ct_LD" && break
5553 if test "x$ac_ct_LD" = x
; then
5556 case $cross_compiling:$ac_tool_warned in
5558 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5559 whose name does not start with the host triplet. If you think this
5560 configuration is useful to you, please write to autoconf@gnu.org." >&5
5561 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5562 whose name does not start with the host triplet. If you think this
5563 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5564 ac_tool_warned
=yes ;;
5570 if test -n "$ac_tool_prefix"; then
5571 for ac_prog
in nm gnm
5573 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5574 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5575 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5577 if test "${ac_cv_prog_NM+set}" = set; then
5578 echo $ECHO_N "(cached) $ECHO_C" >&6
5580 if test -n "$NM"; then
5581 ac_cv_prog_NM
="$NM" # Let the user override the test.
5583 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5587 test -z "$as_dir" && as_dir
=.
5588 for ac_exec_ext
in '' $ac_executable_extensions; do
5589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5590 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5601 if test -n "$NM"; then
5602 { echo "$as_me:$LINENO: result: $NM" >&5
5603 echo "${ECHO_T}$NM" >&6; }
5605 { echo "$as_me:$LINENO: result: no" >&5
5606 echo "${ECHO_T}no" >&6; }
5610 test -n "$NM" && break
5613 if test -z "$NM"; then
5615 for ac_prog
in nm gnm
5617 # Extract the first word of "$ac_prog", so it can be a program name with args.
5618 set dummy
$ac_prog; ac_word
=$2
5619 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5621 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5622 echo $ECHO_N "(cached) $ECHO_C" >&6
5624 if test -n "$ac_ct_NM"; then
5625 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5627 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5631 test -z "$as_dir" && as_dir
=.
5632 for ac_exec_ext
in '' $ac_executable_extensions; do
5633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5634 ac_cv_prog_ac_ct_NM
="$ac_prog"
5635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5644 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5645 if test -n "$ac_ct_NM"; then
5646 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5647 echo "${ECHO_T}$ac_ct_NM" >&6; }
5649 { echo "$as_me:$LINENO: result: no" >&5
5650 echo "${ECHO_T}no" >&6; }
5654 test -n "$ac_ct_NM" && break
5657 if test "x$ac_ct_NM" = x
; then
5660 case $cross_compiling:$ac_tool_warned in
5662 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5663 whose name does not start with the host triplet. If you think this
5664 configuration is useful to you, please write to autoconf@gnu.org." >&5
5665 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5666 whose name does not start with the host triplet. If you think this
5667 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5668 ac_tool_warned
=yes ;;
5674 if test -n "$ac_tool_prefix"; then
5675 for ac_prog
in ar gar
5677 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5678 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5679 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5681 if test "${ac_cv_prog_AR+set}" = set; then
5682 echo $ECHO_N "(cached) $ECHO_C" >&6
5684 if test -n "$AR"; then
5685 ac_cv_prog_AR
="$AR" # Let the user override the test.
5687 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5691 test -z "$as_dir" && as_dir
=.
5692 for ac_exec_ext
in '' $ac_executable_extensions; do
5693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5694 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5705 if test -n "$AR"; then
5706 { echo "$as_me:$LINENO: result: $AR" >&5
5707 echo "${ECHO_T}$AR" >&6; }
5709 { echo "$as_me:$LINENO: result: no" >&5
5710 echo "${ECHO_T}no" >&6; }
5714 test -n "$AR" && break
5717 if test -z "$AR"; then
5719 for ac_prog
in ar gar
5721 # Extract the first word of "$ac_prog", so it can be a program name with args.
5722 set dummy
$ac_prog; ac_word
=$2
5723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5725 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5726 echo $ECHO_N "(cached) $ECHO_C" >&6
5728 if test -n "$ac_ct_AR"; then
5729 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5731 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5735 test -z "$as_dir" && as_dir
=.
5736 for ac_exec_ext
in '' $ac_executable_extensions; do
5737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5738 ac_cv_prog_ac_ct_AR
="$ac_prog"
5739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5748 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5749 if test -n "$ac_ct_AR"; then
5750 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5751 echo "${ECHO_T}$ac_ct_AR" >&6; }
5753 { echo "$as_me:$LINENO: result: no" >&5
5754 echo "${ECHO_T}no" >&6; }
5758 test -n "$ac_ct_AR" && break
5761 if test "x$ac_ct_AR" = x
; then
5764 case $cross_compiling:$ac_tool_warned in
5766 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5767 whose name does not start with the host triplet. If you think this
5768 configuration is useful to you, please write to autoconf@gnu.org." >&5
5769 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5770 whose name does not start with the host triplet. If you think this
5771 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5772 ac_tool_warned
=yes ;;
5780 if test -n "$ac_tool_prefix"; then
5781 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5782 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5783 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5785 if test "${ac_cv_prog_RANLIB+set}" = set; then
5786 echo $ECHO_N "(cached) $ECHO_C" >&6
5788 if test -n "$RANLIB"; then
5789 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5791 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5795 test -z "$as_dir" && as_dir
=.
5796 for ac_exec_ext
in '' $ac_executable_extensions; do
5797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5798 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5808 RANLIB
=$ac_cv_prog_RANLIB
5809 if test -n "$RANLIB"; then
5810 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5811 echo "${ECHO_T}$RANLIB" >&6; }
5813 { echo "$as_me:$LINENO: result: no" >&5
5814 echo "${ECHO_T}no" >&6; }
5819 if test -z "$ac_cv_prog_RANLIB"; then
5820 ac_ct_RANLIB
=$RANLIB
5821 # Extract the first word of "ranlib", so it can be a program name with args.
5822 set dummy ranlib
; ac_word
=$2
5823 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5825 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5826 echo $ECHO_N "(cached) $ECHO_C" >&6
5828 if test -n "$ac_ct_RANLIB"; then
5829 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5831 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5835 test -z "$as_dir" && as_dir
=.
5836 for ac_exec_ext
in '' $ac_executable_extensions; do
5837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5838 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5848 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5849 if test -n "$ac_ct_RANLIB"; then
5850 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5851 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5853 { echo "$as_me:$LINENO: result: no" >&5
5854 echo "${ECHO_T}no" >&6; }
5857 if test "x$ac_ct_RANLIB" = x
; then
5860 case $cross_compiling:$ac_tool_warned in
5862 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5863 whose name does not start with the host triplet. If you think this
5864 configuration is useful to you, please write to autoconf@gnu.org." >&5
5865 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5866 whose name does not start with the host triplet. If you think this
5867 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5868 ac_tool_warned
=yes ;;
5870 RANLIB
=$ac_ct_RANLIB
5873 RANLIB
="$ac_cv_prog_RANLIB"
5876 if test -n "$ac_tool_prefix"; then
5877 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5878 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5879 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5881 if test "${ac_cv_prog_STRIP+set}" = set; then
5882 echo $ECHO_N "(cached) $ECHO_C" >&6
5884 if test -n "$STRIP"; then
5885 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5887 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5891 test -z "$as_dir" && as_dir
=.
5892 for ac_exec_ext
in '' $ac_executable_extensions; do
5893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5894 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5904 STRIP
=$ac_cv_prog_STRIP
5905 if test -n "$STRIP"; then
5906 { echo "$as_me:$LINENO: result: $STRIP" >&5
5907 echo "${ECHO_T}$STRIP" >&6; }
5909 { echo "$as_me:$LINENO: result: no" >&5
5910 echo "${ECHO_T}no" >&6; }
5915 if test -z "$ac_cv_prog_STRIP"; then
5917 # Extract the first word of "strip", so it can be a program name with args.
5918 set dummy strip
; ac_word
=$2
5919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5921 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5922 echo $ECHO_N "(cached) $ECHO_C" >&6
5924 if test -n "$ac_ct_STRIP"; then
5925 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5927 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5931 test -z "$as_dir" && as_dir
=.
5932 for ac_exec_ext
in '' $ac_executable_extensions; do
5933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5934 ac_cv_prog_ac_ct_STRIP
="strip"
5935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5944 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5945 if test -n "$ac_ct_STRIP"; then
5946 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5947 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5949 { echo "$as_me:$LINENO: result: no" >&5
5950 echo "${ECHO_T}no" >&6; }
5953 if test "x$ac_ct_STRIP" = x
; then
5956 case $cross_compiling:$ac_tool_warned in
5958 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5959 whose name does not start with the host triplet. If you think this
5960 configuration is useful to you, please write to autoconf@gnu.org." >&5
5961 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5962 whose name does not start with the host triplet. If you think this
5963 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5964 ac_tool_warned
=yes ;;
5969 STRIP
="$ac_cv_prog_STRIP"
5972 if test -n "$ac_tool_prefix"; then
5973 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5974 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5975 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5977 if test "${ac_cv_prog_WINDRES+set}" = set; then
5978 echo $ECHO_N "(cached) $ECHO_C" >&6
5980 if test -n "$WINDRES"; then
5981 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5983 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5987 test -z "$as_dir" && as_dir
=.
5988 for ac_exec_ext
in '' $ac_executable_extensions; do
5989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5990 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6000 WINDRES
=$ac_cv_prog_WINDRES
6001 if test -n "$WINDRES"; then
6002 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6003 echo "${ECHO_T}$WINDRES" >&6; }
6005 { echo "$as_me:$LINENO: result: no" >&5
6006 echo "${ECHO_T}no" >&6; }
6011 if test -z "$ac_cv_prog_WINDRES"; then
6012 ac_ct_WINDRES
=$WINDRES
6013 # Extract the first word of "windres", so it can be a program name with args.
6014 set dummy windres
; ac_word
=$2
6015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6017 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6018 echo $ECHO_N "(cached) $ECHO_C" >&6
6020 if test -n "$ac_ct_WINDRES"; then
6021 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6023 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6027 test -z "$as_dir" && as_dir
=.
6028 for ac_exec_ext
in '' $ac_executable_extensions; do
6029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6030 ac_cv_prog_ac_ct_WINDRES
="windres"
6031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6040 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6041 if test -n "$ac_ct_WINDRES"; then
6042 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6043 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6045 { echo "$as_me:$LINENO: result: no" >&5
6046 echo "${ECHO_T}no" >&6; }
6049 if test "x$ac_ct_WINDRES" = x
; then
6052 case $cross_compiling:$ac_tool_warned in
6054 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6055 whose name does not start with the host triplet. If you think this
6056 configuration is useful to you, please write to autoconf@gnu.org." >&5
6057 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6058 whose name does not start with the host triplet. If you think this
6059 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6060 ac_tool_warned
=yes ;;
6062 WINDRES
=$ac_ct_WINDRES
6065 WINDRES
="$ac_cv_prog_WINDRES"
6068 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6069 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6071 if test "$LN_S" = "ln -s"; then
6072 { echo "$as_me:$LINENO: result: yes" >&5
6073 echo "${ECHO_T}yes" >&6; }
6075 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6076 echo "${ECHO_T}no, using $LN_S" >&6; }
6079 { echo "$as_me:$LINENO: checking whether ln works" >&5
6080 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6081 rm -f conf$$ conf$$.
file
6083 if ln conf$$.
file conf$$
2>/dev
/null
; then
6086 { echo "$as_me:$LINENO: result: yes" >&5
6087 echo "${ECHO_T}yes" >&6; }
6091 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6092 echo "${ECHO_T}no, using $LN" >&6; }
6094 rm -f conf$$ conf$$.
file
6095 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6096 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6097 if test "${ac_cv_path_GREP+set}" = set; then
6098 echo $ECHO_N "(cached) $ECHO_C" >&6
6100 # Extract the first word of "grep ggrep" to use in msg output
6101 if test -z "$GREP"; then
6102 set dummy
grep ggrep
; ac_prog_name
=$2
6103 if test "${ac_cv_path_GREP+set}" = set; then
6104 echo $ECHO_N "(cached) $ECHO_C" >&6
6106 ac_path_GREP_found
=false
6107 # Loop through the user's path and test for each of PROGNAME-LIST
6108 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6109 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6112 test -z "$as_dir" && as_dir
=.
6113 for ac_prog
in grep ggrep
; do
6114 for ac_exec_ext
in '' $ac_executable_extensions; do
6115 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6116 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6117 # Check for GNU ac_path_GREP and select it if it is found.
6118 # Check for GNU $ac_path_GREP
6119 case `"$ac_path_GREP" --version 2>&1` in
6121 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6124 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6127 cat "conftest.in" "conftest.in" >"conftest.tmp"
6128 mv "conftest.tmp" "conftest.in"
6129 cp "conftest.in" "conftest.nl"
6130 echo 'GREP' >> "conftest.nl"
6131 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6132 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6133 ac_count
=`expr $ac_count + 1`
6134 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6135 # Best one so far, save it but keep looking for a better one
6136 ac_cv_path_GREP
="$ac_path_GREP"
6137 ac_path_GREP_max
=$ac_count
6139 # 10*(2^10) chars as input seems more than enough
6140 test $ac_count -gt 10 && break
6142 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6146 $ac_path_GREP_found && break 3
6156 GREP
="$ac_cv_path_GREP"
6157 if test -z "$GREP"; then
6158 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6159 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6160 { (exit 1); exit 1; }; }
6164 ac_cv_path_GREP
=$GREP
6169 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6170 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6171 GREP
="$ac_cv_path_GREP"
6174 { echo "$as_me:$LINENO: checking for egrep" >&5
6175 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6176 if test "${ac_cv_path_EGREP+set}" = set; then
6177 echo $ECHO_N "(cached) $ECHO_C" >&6
6179 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6180 then ac_cv_path_EGREP
="$GREP -E"
6182 # Extract the first word of "egrep" to use in msg output
6183 if test -z "$EGREP"; then
6184 set dummy
egrep; ac_prog_name
=$2
6185 if test "${ac_cv_path_EGREP+set}" = set; then
6186 echo $ECHO_N "(cached) $ECHO_C" >&6
6188 ac_path_EGREP_found
=false
6189 # Loop through the user's path and test for each of PROGNAME-LIST
6190 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6191 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6194 test -z "$as_dir" && as_dir
=.
6195 for ac_prog
in egrep; do
6196 for ac_exec_ext
in '' $ac_executable_extensions; do
6197 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6198 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6199 # Check for GNU ac_path_EGREP and select it if it is found.
6200 # Check for GNU $ac_path_EGREP
6201 case `"$ac_path_EGREP" --version 2>&1` in
6203 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6206 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6209 cat "conftest.in" "conftest.in" >"conftest.tmp"
6210 mv "conftest.tmp" "conftest.in"
6211 cp "conftest.in" "conftest.nl"
6212 echo 'EGREP' >> "conftest.nl"
6213 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6214 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6215 ac_count
=`expr $ac_count + 1`
6216 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6217 # Best one so far, save it but keep looking for a better one
6218 ac_cv_path_EGREP
="$ac_path_EGREP"
6219 ac_path_EGREP_max
=$ac_count
6221 # 10*(2^10) chars as input seems more than enough
6222 test $ac_count -gt 10 && break
6224 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6228 $ac_path_EGREP_found && break 3
6238 EGREP
="$ac_cv_path_EGREP"
6239 if test -z "$EGREP"; then
6240 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6241 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6242 { (exit 1); exit 1; }; }
6246 ac_cv_path_EGREP
=$EGREP
6252 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6253 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6254 EGREP
="$ac_cv_path_EGREP"
6257 # Extract the first word of "ldconfig", so it can be a program name with args.
6258 set dummy ldconfig
; ac_word
=$2
6259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6261 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6262 echo $ECHO_N "(cached) $ECHO_C" >&6
6266 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6269 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6270 for as_dir
in /sbin
/usr
/sbin
$PATH
6273 test -z "$as_dir" && as_dir
=.
6274 for ac_exec_ext
in '' $ac_executable_extensions; do
6275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6276 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6284 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6288 LDCONFIG
=$ac_cv_path_LDCONFIG
6289 if test -n "$LDCONFIG"; then
6290 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6291 echo "${ECHO_T}$LDCONFIG" >&6; }
6293 { echo "$as_me:$LINENO: result: no" >&5
6294 echo "${ECHO_T}no" >&6; }
6298 # Find a good install program. We prefer a C program (faster),
6299 # so one script is as good as another. But avoid the broken or
6300 # incompatible versions:
6301 # SysV /etc/install, /usr/sbin/install
6302 # SunOS /usr/etc/install
6303 # IRIX /sbin/install
6305 # AmigaOS /C/install, which installs bootblocks on floppy discs
6306 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6307 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6308 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6309 # OS/2's system install, which has a completely different semantic
6310 # ./install, which can be erroneously created by make from ./install.sh.
6311 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6312 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6313 if test -z "$INSTALL"; then
6314 if test "${ac_cv_path_install+set}" = set; then
6315 echo $ECHO_N "(cached) $ECHO_C" >&6
6317 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6321 test -z "$as_dir" && as_dir
=.
6322 # Account for people who put trailing slashes in PATH elements.
6324 .
/ | .
// |
/cC
/* | \
6325 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6326 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6329 # OSF1 and SCO ODT 3.0 have their own names for install.
6330 # Don't use installbsd from OSF since it installs stuff as root
6332 for ac_prog
in ginstall scoinst
install; do
6333 for ac_exec_ext
in '' $ac_executable_extensions; do
6334 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6335 if test $ac_prog = install &&
6336 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6337 # AIX install. It has an incompatible calling convention.
6339 elif test $ac_prog = install &&
6340 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6341 # program-specific install script used by HP pwplus--don't use.
6344 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6357 if test "${ac_cv_path_install+set}" = set; then
6358 INSTALL
=$ac_cv_path_install
6360 # As a last resort, use the slow shell script. Don't cache a
6361 # value for INSTALL within a source directory, because that will
6362 # break other packages using the cache if that directory is
6363 # removed, or if the value is a relative name.
6364 INSTALL
=$ac_install_sh
6367 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6368 echo "${ECHO_T}$INSTALL" >&6; }
6370 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6371 # It thinks the first close brace ends the variable substitution.
6372 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6374 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6376 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6379 [\\/$
]* | ?
:[\\/]* ) ;;
6380 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6383 for ac_prog
in lclint lint
6385 # Extract the first word of "$ac_prog", so it can be a program name with args.
6386 set dummy
$ac_prog; ac_word
=$2
6387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6389 if test "${ac_cv_prog_LINT+set}" = set; then
6390 echo $ECHO_N "(cached) $ECHO_C" >&6
6392 if test -n "$LINT"; then
6393 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6395 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6399 test -z "$as_dir" && as_dir
=.
6400 for ac_exec_ext
in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6402 ac_cv_prog_LINT
="$ac_prog"
6403 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6412 LINT
=$ac_cv_prog_LINT
6413 if test -n "$LINT"; then
6414 { echo "$as_me:$LINENO: result: $LINT" >&5
6415 echo "${ECHO_T}$LINT" >&6; }
6417 { echo "$as_me:$LINENO: result: no" >&5
6418 echo "${ECHO_T}no" >&6; }
6422 test -n "$LINT" && break
6425 if test "$LINT" = "lint"
6427 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6432 for ac_prog
in fontforge
6434 # Extract the first word of "$ac_prog", so it can be a program name with args.
6435 set dummy
$ac_prog; ac_word
=$2
6436 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6438 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6439 echo $ECHO_N "(cached) $ECHO_C" >&6
6441 if test -n "$FONTFORGE"; then
6442 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6444 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6448 test -z "$as_dir" && as_dir
=.
6449 for ac_exec_ext
in '' $ac_executable_extensions; do
6450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451 ac_cv_prog_FONTFORGE
="$ac_prog"
6452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6461 FONTFORGE
=$ac_cv_prog_FONTFORGE
6462 if test -n "$FONTFORGE"; then
6463 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6464 echo "${ECHO_T}$FONTFORGE" >&6; }
6466 { echo "$as_me:$LINENO: result: no" >&5
6467 echo "${ECHO_T}no" >&6; }
6471 test -n "$FONTFORGE" && break
6473 test -n "$FONTFORGE" || FONTFORGE
="false"
6475 for ac_prog
in pkg-config
6477 # Extract the first word of "$ac_prog", so it can be a program name with args.
6478 set dummy
$ac_prog; ac_word
=$2
6479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6481 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6482 echo $ECHO_N "(cached) $ECHO_C" >&6
6484 if test -n "$PKG_CONFIG"; then
6485 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6487 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6491 test -z "$as_dir" && as_dir
=.
6492 for ac_exec_ext
in '' $ac_executable_extensions; do
6493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6494 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6504 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6505 if test -n "$PKG_CONFIG"; then
6506 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6507 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6509 { echo "$as_me:$LINENO: result: no" >&5
6510 echo "${ECHO_T}no" >&6; }
6514 test -n "$PKG_CONFIG" && break
6516 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6520 # Extract the first word of "$ac_prog", so it can be a program name with args.
6521 set dummy
$ac_prog; ac_word
=$2
6522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6524 if test "${ac_cv_prog_RSVG+set}" = set; then
6525 echo $ECHO_N "(cached) $ECHO_C" >&6
6527 if test -n "$RSVG"; then
6528 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6530 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6534 test -z "$as_dir" && as_dir
=.
6535 for ac_exec_ext
in '' $ac_executable_extensions; do
6536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6537 ac_cv_prog_RSVG
="$ac_prog"
6538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6547 RSVG
=$ac_cv_prog_RSVG
6548 if test -n "$RSVG"; then
6549 { echo "$as_me:$LINENO: result: $RSVG" >&5
6550 echo "${ECHO_T}$RSVG" >&6; }
6552 { echo "$as_me:$LINENO: result: no" >&5
6553 echo "${ECHO_T}no" >&6; }
6557 test -n "$RSVG" && break
6559 test -n "$RSVG" || RSVG
="false"
6561 for ac_prog
in icotool
6563 # Extract the first word of "$ac_prog", so it can be a program name with args.
6564 set dummy
$ac_prog; ac_word
=$2
6565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6567 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6568 echo $ECHO_N "(cached) $ECHO_C" >&6
6570 if test -n "$ICOTOOL"; then
6571 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6573 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6577 test -z "$as_dir" && as_dir
=.
6578 for ac_exec_ext
in '' $ac_executable_extensions; do
6579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6580 ac_cv_prog_ICOTOOL
="$ac_prog"
6581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6590 ICOTOOL
=$ac_cv_prog_ICOTOOL
6591 if test -n "$ICOTOOL"; then
6592 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6593 echo "${ECHO_T}$ICOTOOL" >&6; }
6595 { echo "$as_me:$LINENO: result: no" >&5
6596 echo "${ECHO_T}no" >&6; }
6600 test -n "$ICOTOOL" && break
6602 test -n "$ICOTOOL" || ICOTOOL
="false"
6605 if test "${enable_maintainer_mode+set}" = set
6607 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6608 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6609 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6614 # Extract the first word of "prelink", so it can be a program name with args.
6615 set dummy prelink
; ac_word
=$2
6616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6618 if test "${ac_cv_path_PRELINK+set}" = set; then
6619 echo $ECHO_N "(cached) $ECHO_C" >&6
6623 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6626 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6627 for as_dir
in /sbin
/usr
/sbin
$PATH
6630 test -z "$as_dir" && as_dir
=.
6631 for ac_exec_ext
in '' $ac_executable_extensions; do
6632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6633 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6641 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6645 PRELINK
=$ac_cv_path_PRELINK
6646 if test -n "$PRELINK"; then
6647 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6648 echo "${ECHO_T}$PRELINK" >&6; }
6650 { echo "$as_me:$LINENO: result: no" >&5
6651 echo "${ECHO_T}no" >&6; }
6660 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6661 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6662 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6663 echo $ECHO_N "(cached) $ECHO_C" >&6
6665 ac_check_lib_save_LIBS
=$LIBS
6667 cat >conftest.
$ac_ext <<_ACEOF
6670 cat confdefs.h
>>conftest.
$ac_ext
6671 cat >>conftest.
$ac_ext <<_ACEOF
6672 /* end confdefs.h. */
6674 /* Override any GCC internal prototype to avoid an error.
6675 Use char because int might match the return type of a GCC
6676 builtin and then its argument prototype would still apply. */
6680 char i386_set_ldt ();
6684 return i386_set_ldt ();
6689 rm -f conftest.
$ac_objext conftest
$ac_exeext
6690 if { (ac_try
="$ac_link"
6692 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6693 *) ac_try_echo=$ac_try;;
6695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6696 (eval "$ac_link") 2>conftest.er1
6698 grep -v '^ *+' conftest.er1 >conftest.err
6700 cat conftest.err >&5
6701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6702 (exit $ac_status); } && {
6703 test -z "$ac_c_werror_flag" ||
6704 test ! -s conftest.err
6705 } && test -s conftest$ac_exeext &&
6706 $as_test_x conftest$ac_exeext; then
6707 ac_cv_lib_i386_i386_set_ldt=yes
6709 echo "$as_me: failed program was:" >&5
6710 sed 's/^/| /' conftest.$ac_ext >&5
6712 ac_cv_lib_i386_i386_set_ldt=no
6715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6716 conftest$ac_exeext conftest.$ac_ext
6717 LIBS=$ac_check_lib_save_LIBS
6719 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6720 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6721 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6722 cat >>confdefs.h <<_ACEOF
6723 #define HAVE_LIBI386 1
6731 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6732 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6733 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6734 echo $ECHO_N "(cached) $ECHO_C" >&6
6736 ac_check_lib_save_LIBS=$LIBS
6737 LIBS="-lossaudio $LIBS"
6738 cat >conftest.$ac_ext <<_ACEOF
6741 cat confdefs.h >>conftest.$ac_ext
6742 cat >>conftest.$ac_ext <<_ACEOF
6743 /* end confdefs.h. */
6745 /* Override any GCC internal prototype to avoid an error.
6746 Use char because int might match the return type of a GCC
6747 builtin and then its argument prototype would still apply. */
6755 return _oss_ioctl ();
6760 rm -f conftest.$ac_objext conftest$ac_exeext
6761 if { (ac_try="$ac_link"
6763 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6764 *) ac_try_echo
=$ac_try;;
6766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6767 (eval "$ac_link") 2>conftest.er1
6769 grep -v '^ *+' conftest.er1
>conftest.err
6771 cat conftest.err
>&5
6772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6773 (exit $ac_status); } && {
6774 test -z "$ac_c_werror_flag" ||
6775 test ! -s conftest.err
6776 } && test -s conftest
$ac_exeext &&
6777 $as_test_x conftest
$ac_exeext; then
6778 ac_cv_lib_ossaudio__oss_ioctl
=yes
6780 echo "$as_me: failed program was:" >&5
6781 sed 's/^/| /' conftest.
$ac_ext >&5
6783 ac_cv_lib_ossaudio__oss_ioctl
=no
6786 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6787 conftest
$ac_exeext conftest.
$ac_ext
6788 LIBS
=$ac_check_lib_save_LIBS
6790 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6791 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6792 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6793 cat >>confdefs.h
<<_ACEOF
6794 #define HAVE_LIBOSSAUDIO 1
6797 LIBS
="-lossaudio $LIBS"
6801 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6802 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6803 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6804 echo $ECHO_N "(cached) $ECHO_C" >&6
6806 ac_check_lib_save_LIBS
=$LIBS
6807 LIBS
="-lpthread $LIBS"
6808 cat >conftest.
$ac_ext <<_ACEOF
6811 cat confdefs.h
>>conftest.
$ac_ext
6812 cat >>conftest.
$ac_ext <<_ACEOF
6813 /* end confdefs.h. */
6815 /* Override any GCC internal prototype to avoid an error.
6816 Use char because int might match the return type of a GCC
6817 builtin and then its argument prototype would still apply. */
6821 char pthread_create ();
6825 return pthread_create ();
6830 rm -f conftest.
$ac_objext conftest
$ac_exeext
6831 if { (ac_try
="$ac_link"
6833 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6834 *) ac_try_echo=$ac_try;;
6836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6837 (eval "$ac_link") 2>conftest.er1
6839 grep -v '^ *+' conftest.er1 >conftest.err
6841 cat conftest.err >&5
6842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6843 (exit $ac_status); } && {
6844 test -z "$ac_c_werror_flag" ||
6845 test ! -s conftest.err
6846 } && test -s conftest$ac_exeext &&
6847 $as_test_x conftest$ac_exeext; then
6848 ac_cv_lib_pthread_pthread_create=yes
6850 echo "$as_me: failed program was:" >&5
6851 sed 's/^/| /' conftest.$ac_ext >&5
6853 ac_cv_lib_pthread_pthread_create=no
6856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6857 conftest$ac_exeext conftest.$ac_ext
6858 LIBS=$ac_check_lib_save_LIBS
6860 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6861 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6862 if test $ac_cv_lib_pthread_pthread_create = yes; then
6863 LIBPTHREAD="-lpthread"
6874 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6875 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6876 if test "${ac_cv_header_stdc+set}" = set; then
6877 echo $ECHO_N "(cached) $ECHO_C" >&6
6879 cat >conftest.$ac_ext <<_ACEOF
6882 cat confdefs.h >>conftest.$ac_ext
6883 cat >>conftest.$ac_ext <<_ACEOF
6884 /* end confdefs.h. */
6898 rm -f conftest.$ac_objext
6899 if { (ac_try="$ac_compile"
6901 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6902 *) ac_try_echo
=$ac_try;;
6904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6905 (eval "$ac_compile") 2>conftest.er1
6907 grep -v '^ *+' conftest.er1
>conftest.err
6909 cat conftest.err
>&5
6910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6911 (exit $ac_status); } && {
6912 test -z "$ac_c_werror_flag" ||
6913 test ! -s conftest.err
6914 } && test -s conftest.
$ac_objext; then
6915 ac_cv_header_stdc
=yes
6917 echo "$as_me: failed program was:" >&5
6918 sed 's/^/| /' conftest.
$ac_ext >&5
6920 ac_cv_header_stdc
=no
6923 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6925 if test $ac_cv_header_stdc = yes; then
6926 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6927 cat >conftest.
$ac_ext <<_ACEOF
6930 cat confdefs.h
>>conftest.
$ac_ext
6931 cat >>conftest.
$ac_ext <<_ACEOF
6932 /* end confdefs.h. */
6936 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6937 $EGREP "memchr" >/dev
/null
2>&1; then
6940 ac_cv_header_stdc
=no
6946 if test $ac_cv_header_stdc = yes; then
6947 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6948 cat >conftest.
$ac_ext <<_ACEOF
6951 cat confdefs.h
>>conftest.
$ac_ext
6952 cat >>conftest.
$ac_ext <<_ACEOF
6953 /* end confdefs.h. */
6957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6958 $EGREP "free" >/dev
/null
2>&1; then
6961 ac_cv_header_stdc
=no
6967 if test $ac_cv_header_stdc = yes; then
6968 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6969 if test "$cross_compiling" = yes; then
6972 cat >conftest.
$ac_ext <<_ACEOF
6975 cat confdefs.h
>>conftest.
$ac_ext
6976 cat >>conftest.
$ac_ext <<_ACEOF
6977 /* end confdefs.h. */
6980 #if ((' ' & 0x0FF) == 0x020)
6981 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6982 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6984 # define ISLOWER(c) \
6985 (('a' <= (c) && (c) <= 'i') \
6986 || ('j' <= (c) && (c) <= 'r') \
6987 || ('s' <= (c) && (c) <= 'z'))
6988 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6991 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6996 for (i = 0; i < 256; i++)
6997 if (XOR (islower (i), ISLOWER (i))
6998 || toupper (i) != TOUPPER (i))
7003 rm -f conftest
$ac_exeext
7004 if { (ac_try
="$ac_link"
7006 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7007 *) ac_try_echo=$ac_try;;
7009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7010 (eval "$ac_link") 2>&5
7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7013 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7014 { (case "(($ac_try" in
7015 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7016 *) ac_try_echo
=$ac_try;;
7018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7019 (eval "$ac_try") 2>&5
7021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7022 (exit $ac_status); }; }; then
7025 echo "$as_me: program exited with status $ac_status" >&5
7026 echo "$as_me: failed program was:" >&5
7027 sed 's/^/| /' conftest.
$ac_ext >&5
7030 ac_cv_header_stdc
=no
7032 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7038 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7039 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7040 if test $ac_cv_header_stdc = yes; then
7042 cat >>confdefs.h
<<\_ACEOF
7043 #define STDC_HEADERS 1
7048 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7058 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7059 inttypes.h stdint.h unistd.h
7061 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7062 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7063 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7064 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7065 echo $ECHO_N "(cached) $ECHO_C" >&6
7067 cat >conftest.
$ac_ext <<_ACEOF
7070 cat confdefs.h
>>conftest.
$ac_ext
7071 cat >>conftest.
$ac_ext <<_ACEOF
7072 /* end confdefs.h. */
7073 $ac_includes_default
7075 #include <$ac_header>
7077 rm -f conftest.
$ac_objext
7078 if { (ac_try
="$ac_compile"
7080 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7081 *) ac_try_echo=$ac_try;;
7083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7084 (eval "$ac_compile") 2>conftest.er1
7086 grep -v '^ *+' conftest.er1 >conftest.err
7088 cat conftest.err >&5
7089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7090 (exit $ac_status); } && {
7091 test -z "$ac_c_werror_flag" ||
7092 test ! -s conftest.err
7093 } && test -s conftest.$ac_objext; then
7094 eval "$as_ac_Header=yes"
7096 echo "$as_me: failed program was:" >&5
7097 sed 's/^/| /' conftest.$ac_ext >&5
7099 eval "$as_ac_Header=no"
7102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7104 ac_res=`eval echo '${'$as_ac_Header'}'`
7105 { echo "$as_me:$LINENO: result: $ac_res" >&5
7106 echo "${ECHO_T}$ac_res" >&6; }
7107 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7108 cat >>confdefs.h <<_ACEOF
7109 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7229 AudioUnit/AudioUnit.h \
7231 CoreAudio/CoreAudio.h \
7232 DiskArbitration/DiskArbitration.h \
7245 fontconfig/fontconfig.h \
7271 machine/soundcard.h \
7276 netinet/in_systm.h \
7338 valgrind/memcheck.h \
7342 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7343 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7344 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7346 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7347 echo $ECHO_N "(cached) $ECHO_C" >&6
7349 ac_res=`eval echo '${'$as_ac_Header'}'`
7350 { echo "$as_me:$LINENO: result: $ac_res" >&5
7351 echo "${ECHO_T}$ac_res" >&6; }
7353 # Is the header compilable?
7354 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7355 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7356 cat >conftest.$ac_ext <<_ACEOF
7359 cat confdefs.h >>conftest.$ac_ext
7360 cat >>conftest.$ac_ext <<_ACEOF
7361 /* end confdefs.h. */
7362 $ac_includes_default
7363 #include <$ac_header>
7365 rm -f conftest.$ac_objext
7366 if { (ac_try="$ac_compile"
7368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7369 *) ac_try_echo
=$ac_try;;
7371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7372 (eval "$ac_compile") 2>conftest.er1
7374 grep -v '^ *+' conftest.er1
>conftest.err
7376 cat conftest.err
>&5
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); } && {
7379 test -z "$ac_c_werror_flag" ||
7380 test ! -s conftest.err
7381 } && test -s conftest.
$ac_objext; then
7382 ac_header_compiler
=yes
7384 echo "$as_me: failed program was:" >&5
7385 sed 's/^/| /' conftest.
$ac_ext >&5
7387 ac_header_compiler
=no
7390 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7391 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7392 echo "${ECHO_T}$ac_header_compiler" >&6; }
7394 # Is the header present?
7395 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7396 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7397 cat >conftest.
$ac_ext <<_ACEOF
7400 cat confdefs.h
>>conftest.
$ac_ext
7401 cat >>conftest.
$ac_ext <<_ACEOF
7402 /* end confdefs.h. */
7403 #include <$ac_header>
7405 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7407 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7408 *) ac_try_echo=$ac_try;;
7410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7411 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7413 grep -v '^ *+' conftest.er1 >conftest.err
7415 cat conftest.err >&5
7416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7417 (exit $ac_status); } >/dev/null && {
7418 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7419 test ! -s conftest.err
7421 ac_header_preproc=yes
7423 echo "$as_me: failed program was:" >&5
7424 sed 's/^/| /' conftest.$ac_ext >&5
7426 ac_header_preproc=no
7429 rm -f conftest.err conftest.$ac_ext
7430 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7431 echo "${ECHO_T}$ac_header_preproc" >&6; }
7433 # So? What about this header?
7434 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7437 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7438 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7439 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7440 ac_header_preproc=yes
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7444 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7446 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7447 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7448 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7449 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7450 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7451 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7452 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7453 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7454 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7456 ## ------------------------------------ ##
7457 ## Report this to wine-devel@winehq.org ##
7458 ## ------------------------------------ ##
7460 ) | sed "s/^/$as_me: WARNING: /" >&2
7463 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7464 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7466 echo $ECHO_N "(cached) $ECHO_C" >&6
7468 eval "$as_ac_Header=\$ac_header_preproc"
7470 ac_res=`eval echo '${'$as_ac_Header'}'`
7471 { echo "$as_me:$LINENO: result: $ac_res" >&5
7472 echo "${ECHO_T}$ac_res" >&6; }
7475 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7476 cat >>confdefs.h <<_ACEOF
7477 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7484 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7485 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7486 if test "${ac_cv_header_stat_broken+set}" = set; then
7487 echo $ECHO_N "(cached) $ECHO_C" >&6
7489 cat >conftest.$ac_ext <<_ACEOF
7492 cat confdefs.h >>conftest.$ac_ext
7493 cat >>conftest.$ac_ext <<_ACEOF
7494 /* end confdefs.h. */
7495 #include <sys/types.h>
7496 #include <sys/stat.h>
7498 #if defined S_ISBLK && defined S_IFDIR
7499 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7502 #if defined S_ISBLK && defined S_IFCHR
7503 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7506 #if defined S_ISLNK && defined S_IFREG
7507 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7510 #if defined S_ISSOCK && defined S_IFREG
7511 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7515 rm -f conftest.$ac_objext
7516 if { (ac_try="$ac_compile"
7518 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7519 *) ac_try_echo
=$ac_try;;
7521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7522 (eval "$ac_compile") 2>conftest.er1
7524 grep -v '^ *+' conftest.er1
>conftest.err
7526 cat conftest.err
>&5
7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); } && {
7529 test -z "$ac_c_werror_flag" ||
7530 test ! -s conftest.err
7531 } && test -s conftest.
$ac_objext; then
7532 ac_cv_header_stat_broken
=no
7534 echo "$as_me: failed program was:" >&5
7535 sed 's/^/| /' conftest.
$ac_ext >&5
7537 ac_cv_header_stat_broken
=yes
7540 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7542 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7543 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7544 if test $ac_cv_header_stat_broken = yes; then
7546 cat >>confdefs.h
<<\_ACEOF
7547 #define STAT_MACROS_BROKEN 1
7558 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7560 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7561 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7563 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7564 echo $ECHO_N "(cached) $ECHO_C" >&6
7566 cat >conftest.
$ac_ext <<_ACEOF
7569 cat confdefs.h
>>conftest.
$ac_ext
7570 cat >>conftest.
$ac_ext <<_ACEOF
7571 /* end confdefs.h. */
7572 #include <sys/types.h>
7573 #ifdef HAVE_SYS_PARAM_H
7574 # include <sys/param.h>
7577 #include <$ac_header>
7579 rm -f conftest.
$ac_objext
7580 if { (ac_try
="$ac_compile"
7582 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7583 *) ac_try_echo=$ac_try;;
7585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7586 (eval "$ac_compile") 2>conftest.er1
7588 grep -v '^ *+' conftest.er1 >conftest.err
7590 cat conftest.err >&5
7591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592 (exit $ac_status); } && {
7593 test -z "$ac_c_werror_flag" ||
7594 test ! -s conftest.err
7595 } && test -s conftest.$ac_objext; then
7596 eval "$as_ac_Header=yes"
7598 echo "$as_me: failed program was:" >&5
7599 sed 's/^/| /' conftest.$ac_ext >&5
7601 eval "$as_ac_Header=no"
7604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7606 ac_res=`eval echo '${'$as_ac_Header'}'`
7607 { echo "$as_me:$LINENO: result: $ac_res" >&5
7608 echo "${ECHO_T}$ac_res" >&6; }
7609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7610 cat >>confdefs.h <<_ACEOF
7611 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7638 netinet/if_ether.h \
7646 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7647 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7648 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7649 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7650 echo $ECHO_N "(cached) $ECHO_C" >&6
7652 cat >conftest.$ac_ext <<_ACEOF
7655 cat confdefs.h >>conftest.$ac_ext
7656 cat >>conftest.$ac_ext <<_ACEOF
7657 /* end confdefs.h. */
7658 #include <sys/types.h>
7659 #ifdef HAVE_SYS_SOCKET_H
7660 # include <sys/socket.h>
7662 #ifdef HAVE_SYS_SOCKETVAR_H
7663 # include <sys/socketvar.h>
7665 #ifdef HAVE_NETINET_IN_H
7666 # include <netinet/in.h>
7668 #ifdef HAVE_NETINET_IP_H
7669 # include <netinet/ip.h>
7672 #include <$ac_header>
7674 rm -f conftest.$ac_objext
7675 if { (ac_try="$ac_compile"
7677 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7678 *) ac_try_echo
=$ac_try;;
7680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7681 (eval "$ac_compile") 2>conftest.er1
7683 grep -v '^ *+' conftest.er1
>conftest.err
7685 cat conftest.err
>&5
7686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687 (exit $ac_status); } && {
7688 test -z "$ac_c_werror_flag" ||
7689 test ! -s conftest.err
7690 } && test -s conftest.
$ac_objext; then
7691 eval "$as_ac_Header=yes"
7693 echo "$as_me: failed program was:" >&5
7694 sed 's/^/| /' conftest.
$ac_ext >&5
7696 eval "$as_ac_Header=no"
7699 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7701 ac_res
=`eval echo '${'$as_ac_Header'}'`
7702 { echo "$as_me:$LINENO: result: $ac_res" >&5
7703 echo "${ECHO_T}$ac_res" >&6; }
7704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7705 cat >>confdefs.h
<<_ACEOF
7706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7718 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7720 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7721 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7722 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7723 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7724 echo $ECHO_N "(cached) $ECHO_C" >&6
7726 cat >conftest.
$ac_ext <<_ACEOF
7729 cat confdefs.h
>>conftest.
$ac_ext
7730 cat >>conftest.
$ac_ext <<_ACEOF
7731 /* end confdefs.h. */
7732 #include <sys/types.h>
7736 #ifdef HAVE_SYS_SOCKET_H
7737 # include <sys/socket.h>
7739 #ifdef HAVE_SYS_SOCKETVAR_H
7740 # include <sys/socketvar.h>
7742 #ifdef HAVE_NETINET_IN_H
7743 # include <netinet/in.h>
7745 #ifdef HAVE_NETINET_IP_H
7746 # include <netinet/ip.h>
7748 #ifdef HAVE_NETINET_IP_VAR_H
7749 # include <netinet/ip_var.h>
7751 #ifdef HAVE_NETINET_IP_ICMP_H
7752 # include <netinet/ip_icmp.h>
7754 #ifdef HAVE_NETINET_UDP_H
7755 # include <netinet/udp.h>
7757 #ifdef HAVE_NETINET_TCP_H
7758 # include <netinet/tcp.h>
7761 #include <$ac_header>
7763 rm -f conftest.
$ac_objext
7764 if { (ac_try
="$ac_compile"
7766 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7767 *) ac_try_echo=$ac_try;;
7769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7770 (eval "$ac_compile") 2>conftest.er1
7772 grep -v '^ *+' conftest.er1 >conftest.err
7774 cat conftest.err >&5
7775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776 (exit $ac_status); } && {
7777 test -z "$ac_c_werror_flag" ||
7778 test ! -s conftest.err
7779 } && test -s conftest.$ac_objext; then
7780 eval "$as_ac_Header=yes"
7782 echo "$as_me: failed program was:" >&5
7783 sed 's/^/| /' conftest.$ac_ext >&5
7785 eval "$as_ac_Header=no"
7788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7790 ac_res=`eval echo '${'$as_ac_Header'}'`
7791 { echo "$as_me:$LINENO: result: $ac_res" >&5
7792 echo "${ECHO_T}$ac_res" >&6; }
7793 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7794 cat >>confdefs.h <<_ACEOF
7795 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7804 for ac_header in linux/ipx.h
7806 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7810 echo $ECHO_N "(cached) $ECHO_C" >&6
7812 cat >conftest.$ac_ext <<_ACEOF
7815 cat confdefs.h >>conftest.$ac_ext
7816 cat >>conftest.$ac_ext <<_ACEOF
7817 /* end confdefs.h. */
7818 #include <sys/types.h>
7819 #ifdef HAVE_ASM_TYPES_H
7820 # include <asm/types.h>
7822 #ifdef HAVE_SYS_SOCKET_H
7823 # include <sys/socket.h>
7826 #include <$ac_header>
7828 rm -f conftest.$ac_objext
7829 if { (ac_try="$ac_compile"
7831 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7832 *) ac_try_echo
=$ac_try;;
7834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7835 (eval "$ac_compile") 2>conftest.er1
7837 grep -v '^ *+' conftest.er1
>conftest.err
7839 cat conftest.err
>&5
7840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7841 (exit $ac_status); } && {
7842 test -z "$ac_c_werror_flag" ||
7843 test ! -s conftest.err
7844 } && test -s conftest.
$ac_objext; then
7845 eval "$as_ac_Header=yes"
7847 echo "$as_me: failed program was:" >&5
7848 sed 's/^/| /' conftest.
$ac_ext >&5
7850 eval "$as_ac_Header=no"
7853 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7855 ac_res
=`eval echo '${'$as_ac_Header'}'`
7856 { echo "$as_me:$LINENO: result: $ac_res" >&5
7857 echo "${ECHO_T}$ac_res" >&6; }
7858 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7859 cat >>confdefs.h
<<_ACEOF
7860 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7869 for ac_header
in resolv.h
7871 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7872 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7873 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7874 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7875 echo $ECHO_N "(cached) $ECHO_C" >&6
7877 cat >conftest.
$ac_ext <<_ACEOF
7880 cat confdefs.h
>>conftest.
$ac_ext
7881 cat >>conftest.
$ac_ext <<_ACEOF
7882 /* end confdefs.h. */
7883 #include <sys/types.h>
7884 #ifdef HAVE_SYS_SOCKET_H
7885 # include <sys/socket.h>
7887 #ifdef HAVE_NETINET_IN_H
7888 # include <netinet/in.h>
7890 #ifdef HAVE_ARPA_NAMESER_H
7891 # include <arpa/nameser.h>
7894 #include <$ac_header>
7896 rm -f conftest.
$ac_objext
7897 if { (ac_try
="$ac_compile"
7899 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7900 *) ac_try_echo=$ac_try;;
7902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7903 (eval "$ac_compile") 2>conftest.er1
7905 grep -v '^ *+' conftest.er1 >conftest.err
7907 cat conftest.err >&5
7908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7909 (exit $ac_status); } && {
7910 test -z "$ac_c_werror_flag" ||
7911 test ! -s conftest.err
7912 } && test -s conftest.$ac_objext; then
7913 eval "$as_ac_Header=yes"
7915 echo "$as_me: failed program was:" >&5
7916 sed 's/^/| /' conftest.$ac_ext >&5
7918 eval "$as_ac_Header=no"
7921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7923 ac_res=`eval echo '${'$as_ac_Header'}'`
7924 { echo "$as_me:$LINENO: result: $ac_res" >&5
7925 echo "${ECHO_T}$ac_res" >&6; }
7926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7927 cat >>confdefs.h <<_ACEOF
7928 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7937 for ac_header in ucontext.h
7939 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7940 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7943 echo $ECHO_N "(cached) $ECHO_C" >&6
7945 cat >conftest.$ac_ext <<_ACEOF
7948 cat confdefs.h >>conftest.$ac_ext
7949 cat >>conftest.$ac_ext <<_ACEOF
7950 /* end confdefs.h. */
7953 #include <$ac_header>
7955 rm -f conftest.$ac_objext
7956 if { (ac_try="$ac_compile"
7958 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7959 *) ac_try_echo
=$ac_try;;
7961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7962 (eval "$ac_compile") 2>conftest.er1
7964 grep -v '^ *+' conftest.er1
>conftest.err
7966 cat conftest.err
>&5
7967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7968 (exit $ac_status); } && {
7969 test -z "$ac_c_werror_flag" ||
7970 test ! -s conftest.err
7971 } && test -s conftest.
$ac_objext; then
7972 eval "$as_ac_Header=yes"
7974 echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.
$ac_ext >&5
7977 eval "$as_ac_Header=no"
7980 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7982 ac_res
=`eval echo '${'$as_ac_Header'}'`
7983 { echo "$as_me:$LINENO: result: $ac_res" >&5
7984 echo "${ECHO_T}$ac_res" >&6; }
7985 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7986 cat >>confdefs.h
<<_ACEOF
7987 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7996 for ac_header
in sys
/thr.h
7998 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7999 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8000 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8001 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8002 echo $ECHO_N "(cached) $ECHO_C" >&6
8004 cat >conftest.
$ac_ext <<_ACEOF
8007 cat confdefs.h
>>conftest.
$ac_ext
8008 cat >>conftest.
$ac_ext <<_ACEOF
8009 /* end confdefs.h. */
8010 #include <sys/types.h>
8011 #ifdef HAVE_UCONTEXT_H
8012 #include <ucontext.h>
8015 #include <$ac_header>
8017 rm -f conftest.
$ac_objext
8018 if { (ac_try
="$ac_compile"
8020 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8021 *) ac_try_echo=$ac_try;;
8023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8024 (eval "$ac_compile") 2>conftest.er1
8026 grep -v '^ *+' conftest.er1 >conftest.err
8028 cat conftest.err >&5
8029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 (exit $ac_status); } && {
8031 test -z "$ac_c_werror_flag" ||
8032 test ! -s conftest.err
8033 } && test -s conftest.$ac_objext; then
8034 eval "$as_ac_Header=yes"
8036 echo "$as_me: failed program was:" >&5
8037 sed 's/^/| /' conftest.$ac_ext >&5
8039 eval "$as_ac_Header=no"
8042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8044 ac_res=`eval echo '${'$as_ac_Header'}'`
8045 { echo "$as_me:$LINENO: result: $ac_res" >&5
8046 echo "${ECHO_T}$ac_res" >&6; }
8047 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8048 cat >>confdefs.h <<_ACEOF
8049 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8058 for ac_header in pthread_np.h
8060 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8064 echo $ECHO_N "(cached) $ECHO_C" >&6
8066 cat >conftest.$ac_ext <<_ACEOF
8069 cat confdefs.h >>conftest.$ac_ext
8070 cat >>conftest.$ac_ext <<_ACEOF
8071 /* end confdefs.h. */
8072 #ifdef HAVE_PTHREAD_H
8073 #include <pthread.h>
8076 #include <$ac_header>
8078 rm -f conftest.$ac_objext
8079 if { (ac_try="$ac_compile"
8081 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8082 *) ac_try_echo
=$ac_try;;
8084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8085 (eval "$ac_compile") 2>conftest.er1
8087 grep -v '^ *+' conftest.er1
>conftest.err
8089 cat conftest.err
>&5
8090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8091 (exit $ac_status); } && {
8092 test -z "$ac_c_werror_flag" ||
8093 test ! -s conftest.err
8094 } && test -s conftest.
$ac_objext; then
8095 eval "$as_ac_Header=yes"
8097 echo "$as_me: failed program was:" >&5
8098 sed 's/^/| /' conftest.
$ac_ext >&5
8100 eval "$as_ac_Header=no"
8103 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8105 ac_res
=`eval echo '${'$as_ac_Header'}'`
8106 { echo "$as_me:$LINENO: result: $ac_res" >&5
8107 echo "${ECHO_T}$ac_res" >&6; }
8108 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8109 cat >>confdefs.h
<<_ACEOF
8110 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8119 for ac_header
in linux
/videodev.h
8121 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8122 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8123 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8124 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8125 echo $ECHO_N "(cached) $ECHO_C" >&6
8127 cat >conftest.
$ac_ext <<_ACEOF
8130 cat confdefs.h
>>conftest.
$ac_ext
8131 cat >>conftest.
$ac_ext <<_ACEOF
8132 /* end confdefs.h. */
8133 #ifdef HAVE_SYS_TIME_H
8134 #include <sys/time.h>
8136 #include <sys/types.h>
8137 #ifdef HAVE_ASM_TYPES_H
8138 #include <asm/types.h>
8141 #include <$ac_header>
8143 rm -f conftest.
$ac_objext
8144 if { (ac_try
="$ac_compile"
8146 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8147 *) ac_try_echo=$ac_try;;
8149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8150 (eval "$ac_compile") 2>conftest.er1
8152 grep -v '^ *+' conftest.er1 >conftest.err
8154 cat conftest.err >&5
8155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8156 (exit $ac_status); } && {
8157 test -z "$ac_c_werror_flag" ||
8158 test ! -s conftest.err
8159 } && test -s conftest.$ac_objext; then
8160 eval "$as_ac_Header=yes"
8162 echo "$as_me: failed program was:" >&5
8163 sed 's/^/| /' conftest.$ac_ext >&5
8165 eval "$as_ac_Header=no"
8168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8170 ac_res=`eval echo '${'$as_ac_Header'}'`
8171 { echo "$as_me:$LINENO: result: $ac_res" >&5
8172 echo "${ECHO_T}$ac_res" >&6; }
8173 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8174 cat >>confdefs.h <<_ACEOF
8175 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8184 for ac_header in linux/capi.h
8186 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8187 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8188 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8190 echo $ECHO_N "(cached) $ECHO_C" >&6
8192 cat >conftest.$ac_ext <<_ACEOF
8195 cat confdefs.h >>conftest.$ac_ext
8196 cat >>conftest.$ac_ext <<_ACEOF
8197 /* end confdefs.h. */
8200 #include <$ac_header>
8202 rm -f conftest.$ac_objext
8203 if { (ac_try="$ac_compile"
8205 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8206 *) ac_try_echo
=$ac_try;;
8208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8209 (eval "$ac_compile") 2>conftest.er1
8211 grep -v '^ *+' conftest.er1
>conftest.err
8213 cat conftest.err
>&5
8214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215 (exit $ac_status); } && {
8216 test -z "$ac_c_werror_flag" ||
8217 test ! -s conftest.err
8218 } && test -s conftest.
$ac_objext; then
8219 eval "$as_ac_Header=yes"
8221 echo "$as_me: failed program was:" >&5
8222 sed 's/^/| /' conftest.
$ac_ext >&5
8224 eval "$as_ac_Header=no"
8227 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8229 ac_res
=`eval echo '${'$as_ac_Header'}'`
8230 { echo "$as_me:$LINENO: result: $ac_res" >&5
8231 echo "${ECHO_T}$ac_res" >&6; }
8232 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8233 cat >>confdefs.h
<<_ACEOF
8234 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8245 DLLFLAGS
="-D_REENTRANT"
8259 # Extract the first word of "ldd", so it can be a program name with args.
8260 set dummy ldd
; ac_word
=$2
8261 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8263 if test "${ac_cv_path_LDD+set}" = set; then
8264 echo $ECHO_N "(cached) $ECHO_C" >&6
8268 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8271 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8272 as_dummy
="/sbin:/usr/sbin:$PATH"
8273 for as_dir
in $as_dummy
8276 test -z "$as_dir" && as_dir
=.
8277 for ac_exec_ext
in '' $ac_executable_extensions; do
8278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8279 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8287 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8292 if test -n "$LDD"; then
8293 { echo "$as_me:$LINENO: result: $LDD" >&5
8294 echo "${ECHO_T}$LDD" >&6; }
8296 { echo "$as_me:$LINENO: result: no" >&5
8297 echo "${ECHO_T}no" >&6; }
8304 if test -n "$ac_tool_prefix"; then
8305 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8306 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8309 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8310 echo $ECHO_N "(cached) $ECHO_C" >&6
8312 if test -n "$DLLTOOL"; then
8313 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8315 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8319 test -z "$as_dir" && as_dir
=.
8320 for ac_exec_ext
in '' $ac_executable_extensions; do
8321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8322 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8332 DLLTOOL
=$ac_cv_prog_DLLTOOL
8333 if test -n "$DLLTOOL"; then
8334 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8335 echo "${ECHO_T}$DLLTOOL" >&6; }
8337 { echo "$as_me:$LINENO: result: no" >&5
8338 echo "${ECHO_T}no" >&6; }
8343 if test -z "$ac_cv_prog_DLLTOOL"; then
8344 ac_ct_DLLTOOL
=$DLLTOOL
8345 # Extract the first word of "dlltool", so it can be a program name with args.
8346 set dummy dlltool
; ac_word
=$2
8347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8349 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8350 echo $ECHO_N "(cached) $ECHO_C" >&6
8352 if test -n "$ac_ct_DLLTOOL"; then
8353 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8355 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8359 test -z "$as_dir" && as_dir
=.
8360 for ac_exec_ext
in '' $ac_executable_extensions; do
8361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8362 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8372 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8373 if test -n "$ac_ct_DLLTOOL"; then
8374 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8375 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8377 { echo "$as_me:$LINENO: result: no" >&5
8378 echo "${ECHO_T}no" >&6; }
8381 if test "x$ac_ct_DLLTOOL" = x
; then
8384 case $cross_compiling:$ac_tool_warned in
8386 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8387 whose name does not start with the host triplet. If you think this
8388 configuration is useful to you, please write to autoconf@gnu.org." >&5
8389 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8390 whose name does not start with the host triplet. If you think this
8391 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8392 ac_tool_warned
=yes ;;
8394 DLLTOOL
=$ac_ct_DLLTOOL
8397 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8400 if test -n "$ac_tool_prefix"; then
8401 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8402 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8405 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8406 echo $ECHO_N "(cached) $ECHO_C" >&6
8408 if test -n "$DLLWRAP"; then
8409 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8415 test -z "$as_dir" && as_dir
=.
8416 for ac_exec_ext
in '' $ac_executable_extensions; do
8417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8418 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8428 DLLWRAP
=$ac_cv_prog_DLLWRAP
8429 if test -n "$DLLWRAP"; then
8430 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8431 echo "${ECHO_T}$DLLWRAP" >&6; }
8433 { echo "$as_me:$LINENO: result: no" >&5
8434 echo "${ECHO_T}no" >&6; }
8439 if test -z "$ac_cv_prog_DLLWRAP"; then
8440 ac_ct_DLLWRAP
=$DLLWRAP
8441 # Extract the first word of "dllwrap", so it can be a program name with args.
8442 set dummy dllwrap
; ac_word
=$2
8443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8445 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8446 echo $ECHO_N "(cached) $ECHO_C" >&6
8448 if test -n "$ac_ct_DLLWRAP"; then
8449 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8451 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8455 test -z "$as_dir" && as_dir
=.
8456 for ac_exec_ext
in '' $ac_executable_extensions; do
8457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8458 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8468 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8469 if test -n "$ac_ct_DLLWRAP"; then
8470 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8471 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8473 { echo "$as_me:$LINENO: result: no" >&5
8474 echo "${ECHO_T}no" >&6; }
8477 if test "x$ac_ct_DLLWRAP" = x
; then
8480 case $cross_compiling:$ac_tool_warned in
8482 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8483 whose name does not start with the host triplet. If you think this
8484 configuration is useful to you, please write to autoconf@gnu.org." >&5
8485 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8486 whose name does not start with the host triplet. If you think this
8487 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8488 ac_tool_warned
=yes ;;
8490 DLLWRAP
=$ac_ct_DLLWRAP
8493 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8496 if test -n "$ac_tool_prefix"; then
8497 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8498 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8501 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8502 echo $ECHO_N "(cached) $ECHO_C" >&6
8504 if test -n "$MINGWAR"; then
8505 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8511 test -z "$as_dir" && as_dir
=.
8512 for ac_exec_ext
in '' $ac_executable_extensions; do
8513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8514 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8524 MINGWAR
=$ac_cv_prog_MINGWAR
8525 if test -n "$MINGWAR"; then
8526 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8527 echo "${ECHO_T}$MINGWAR" >&6; }
8529 { echo "$as_me:$LINENO: result: no" >&5
8530 echo "${ECHO_T}no" >&6; }
8535 if test -z "$ac_cv_prog_MINGWAR"; then
8536 ac_ct_MINGWAR
=$MINGWAR
8537 # Extract the first word of "ar", so it can be a program name with args.
8538 set dummy
ar; ac_word
=$2
8539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8541 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8542 echo $ECHO_N "(cached) $ECHO_C" >&6
8544 if test -n "$ac_ct_MINGWAR"; then
8545 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8547 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8551 test -z "$as_dir" && as_dir
=.
8552 for ac_exec_ext
in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_ac_ct_MINGWAR
="ar"
8555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8564 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8565 if test -n "$ac_ct_MINGWAR"; then
8566 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8567 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8569 { echo "$as_me:$LINENO: result: no" >&5
8570 echo "${ECHO_T}no" >&6; }
8573 if test "x$ac_ct_MINGWAR" = x
; then
8576 case $cross_compiling:$ac_tool_warned in
8578 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8579 whose name does not start with the host triplet. If you think this
8580 configuration is useful to you, please write to autoconf@gnu.org." >&5
8581 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8582 whose name does not start with the host triplet. If you think this
8583 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8584 ac_tool_warned
=yes ;;
8586 MINGWAR
=$ac_ct_MINGWAR
8589 MINGWAR
="$ac_cv_prog_MINGWAR"
8592 if test "$DLLWRAP" = "false"; then
8604 DLLFLAGS
="$DLLFLAGS -fPIC"
8605 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8606 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8607 LDSHARED
="\$(CC) -dynamiclib"
8609 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8610 SECURITYLIB
="-framework Security -framework CoreFoundation"
8612 COREFOUNDATIONLIB
="-framework CoreFoundation"
8614 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8616 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8618 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8620 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8623 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8625 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8630 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8632 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8634 CARBONLIB
="-framework Carbon"
8636 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8640 DLLFLAGS
="$DLLFLAGS -fPIC"
8642 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8643 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8644 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8645 echo $ECHO_N "(cached) $ECHO_C" >&6
8647 ac_wine_try_cflags_saved
=$CFLAGS
8648 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8649 cat >conftest.
$ac_ext <<_ACEOF
8652 rm -f conftest.
$ac_objext conftest
$ac_exeext
8653 if { (ac_try
="$ac_link"
8655 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8656 *) ac_try_echo=$ac_try;;
8658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8659 (eval "$ac_link") 2>conftest.er1
8661 grep -v '^ *+' conftest.er1 >conftest.err
8663 cat conftest.err >&5
8664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8665 (exit $ac_status); } && {
8666 test -z "$ac_c_werror_flag" ||
8667 test ! -s conftest.err
8668 } && test -s conftest$ac_exeext &&
8669 $as_test_x conftest$ac_exeext; then
8670 ac_cv_c_dll_gnuelf="yes"
8672 echo "$as_me: failed program was:" >&5
8673 sed 's/^/| /' conftest.$ac_ext >&5
8675 ac_cv_c_dll_gnuelf="no"
8678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8679 conftest$ac_exeext conftest.$ac_ext
8680 CFLAGS=$ac_wine_try_cflags_saved
8682 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8683 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8684 if test "$ac_cv_c_dll_gnuelf" = "yes"
8686 LDSHARED="\$(CC) -shared"
8687 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8688 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8689 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8690 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8691 echo $ECHO_N "(cached) $ECHO_C" >&6
8693 ac_wine_try_cflags_saved=$CFLAGS
8694 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8695 cat >conftest.$ac_ext <<_ACEOF
8698 cat confdefs.h >>conftest.$ac_ext
8699 cat >>conftest.$ac_ext <<_ACEOF
8700 /* end confdefs.h. */
8710 rm -f conftest.$ac_objext conftest$ac_exeext
8711 if { (ac_try="$ac_link"
8713 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8714 *) ac_try_echo
=$ac_try;;
8716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8717 (eval "$ac_link") 2>conftest.er1
8719 grep -v '^ *+' conftest.er1
>conftest.err
8721 cat conftest.err
>&5
8722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8723 (exit $ac_status); } && {
8724 test -z "$ac_c_werror_flag" ||
8725 test ! -s conftest.err
8726 } && test -s conftest
$ac_exeext &&
8727 $as_test_x conftest
$ac_exeext; then
8728 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8730 echo "$as_me: failed program was:" >&5
8731 sed 's/^/| /' conftest.
$ac_ext >&5
8733 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8736 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8737 conftest
$ac_exeext conftest.
$ac_ext
8738 CFLAGS
=$ac_wine_try_cflags_saved
8740 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8741 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8742 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8743 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8745 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8746 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8747 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8748 echo $ECHO_N "(cached) $ECHO_C" >&6
8750 ac_wine_try_cflags_saved
=$CFLAGS
8751 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8752 cat >conftest.
$ac_ext <<_ACEOF
8755 cat confdefs.h
>>conftest.
$ac_ext
8756 cat >>conftest.
$ac_ext <<_ACEOF
8757 /* end confdefs.h. */
8767 rm -f conftest.
$ac_objext conftest
$ac_exeext
8768 if { (ac_try
="$ac_link"
8770 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8771 *) ac_try_echo=$ac_try;;
8773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8774 (eval "$ac_link") 2>conftest.er1
8776 grep -v '^ *+' conftest.er1 >conftest.err
8778 cat conftest.err >&5
8779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8780 (exit $ac_status); } && {
8781 test -z "$ac_c_werror_flag" ||
8782 test ! -s conftest.err
8783 } && test -s conftest$ac_exeext &&
8784 $as_test_x conftest$ac_exeext; then
8785 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8787 echo "$as_me: failed program was:" >&5
8788 sed 's/^/| /' conftest.$ac_ext >&5
8790 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8794 conftest$ac_exeext conftest.$ac_ext
8795 CFLAGS=$ac_wine_try_cflags_saved
8797 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8798 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8799 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8800 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8806 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8807 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8808 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8809 echo $ECHO_N "(cached) $ECHO_C" >&6
8811 ac_wine_try_cflags_saved=$CFLAGS
8812 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8813 cat >conftest.$ac_ext <<_ACEOF
8816 cat confdefs.h >>conftest.$ac_ext
8817 cat >>conftest.$ac_ext <<_ACEOF
8818 /* end confdefs.h. */
8828 rm -f conftest.$ac_objext conftest$ac_exeext
8829 if { (ac_try="$ac_link"
8831 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8832 *) ac_try_echo
=$ac_try;;
8834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8835 (eval "$ac_link") 2>conftest.er1
8837 grep -v '^ *+' conftest.er1
>conftest.err
8839 cat conftest.err
>&5
8840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8841 (exit $ac_status); } && {
8842 test -z "$ac_c_werror_flag" ||
8843 test ! -s conftest.err
8844 } && test -s conftest
$ac_exeext &&
8845 $as_test_x conftest
$ac_exeext; then
8846 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8848 echo "$as_me: failed program was:" >&5
8849 sed 's/^/| /' conftest.
$ac_ext >&5
8851 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8854 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8855 conftest
$ac_exeext conftest.
$ac_ext
8856 CFLAGS
=$ac_wine_try_cflags_saved
8858 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8859 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8860 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8861 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8865 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8866 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8867 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8868 echo $ECHO_N "(cached) $ECHO_C" >&6
8870 ac_wine_try_cflags_saved
=$CFLAGS
8871 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8872 cat >conftest.
$ac_ext <<_ACEOF
8875 cat confdefs.h
>>conftest.
$ac_ext
8876 cat >>conftest.
$ac_ext <<_ACEOF
8877 /* end confdefs.h. */
8887 rm -f conftest.
$ac_objext conftest
$ac_exeext
8888 if { (ac_try
="$ac_link"
8890 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8891 *) ac_try_echo=$ac_try;;
8893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8894 (eval "$ac_link") 2>conftest.er1
8896 grep -v '^ *+' conftest.er1 >conftest.err
8898 cat conftest.err >&5
8899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8900 (exit $ac_status); } && {
8901 test -z "$ac_c_werror_flag" ||
8902 test ! -s conftest.err
8903 } && test -s conftest$ac_exeext &&
8904 $as_test_x conftest$ac_exeext; then
8905 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8907 echo "$as_me: failed program was:" >&5
8908 sed 's/^/| /' conftest.$ac_ext >&5
8910 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8913 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8914 conftest$ac_exeext conftest.$ac_ext
8915 CFLAGS=$ac_wine_try_cflags_saved
8917 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8918 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8919 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8920 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8924 echo '{ global: *; };' >conftest.map
8925 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8926 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8927 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8928 echo $ECHO_N "(cached) $ECHO_C" >&6
8930 ac_wine_try_cflags_saved=$CFLAGS
8931 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8932 cat >conftest.$ac_ext <<_ACEOF
8935 cat confdefs.h >>conftest.$ac_ext
8936 cat >>conftest.$ac_ext <<_ACEOF
8937 /* end confdefs.h. */
8947 rm -f conftest.$ac_objext conftest$ac_exeext
8948 if { (ac_try="$ac_link"
8950 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8951 *) ac_try_echo
=$ac_try;;
8953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8954 (eval "$ac_link") 2>conftest.er1
8956 grep -v '^ *+' conftest.er1
>conftest.err
8958 cat conftest.err
>&5
8959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8960 (exit $ac_status); } && {
8961 test -z "$ac_c_werror_flag" ||
8962 test ! -s conftest.err
8963 } && test -s conftest
$ac_exeext &&
8964 $as_test_x conftest
$ac_exeext; then
8965 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8967 echo "$as_me: failed program was:" >&5
8968 sed 's/^/| /' conftest.
$ac_ext >&5
8970 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8973 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8974 conftest
$ac_exeext conftest.
$ac_ext
8975 CFLAGS
=$ac_wine_try_cflags_saved
8977 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8978 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8979 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8980 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8985 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8986 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8987 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8988 echo $ECHO_N "(cached) $ECHO_C" >&6
8990 ac_wine_try_cflags_saved
=$CFLAGS
8991 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8992 cat >conftest.
$ac_ext <<_ACEOF
8995 cat confdefs.h
>>conftest.
$ac_ext
8996 cat >>conftest.
$ac_ext <<_ACEOF
8997 /* end confdefs.h. */
9007 rm -f conftest.
$ac_objext conftest
$ac_exeext
9008 if { (ac_try
="$ac_link"
9010 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9011 *) ac_try_echo=$ac_try;;
9013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9014 (eval "$ac_link") 2>conftest.er1
9016 grep -v '^ *+' conftest.er1 >conftest.err
9018 cat conftest.err >&5
9019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9020 (exit $ac_status); } && {
9021 test -z "$ac_c_werror_flag" ||
9022 test ! -s conftest.err
9023 } && test -s conftest$ac_exeext &&
9024 $as_test_x conftest$ac_exeext; then
9025 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9027 echo "$as_me: failed program was:" >&5
9028 sed 's/^/| /' conftest.$ac_ext >&5
9030 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9034 conftest$ac_exeext conftest.$ac_ext
9035 CFLAGS=$ac_wine_try_cflags_saved
9037 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9038 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9039 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9040 LDEXECFLAGS="-Wl,--export-dynamic"
9045 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9046 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9047 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9048 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9049 echo $ECHO_N "(cached) $ECHO_C" >&6
9051 ac_wine_try_cflags_saved=$CFLAGS
9052 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9053 cat >conftest.$ac_ext <<_ACEOF
9056 cat confdefs.h >>conftest.$ac_ext
9057 cat >>conftest.$ac_ext <<_ACEOF
9058 /* end confdefs.h. */
9068 rm -f conftest.$ac_objext conftest$ac_exeext
9069 if { (ac_try="$ac_link"
9071 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9072 *) ac_try_echo
=$ac_try;;
9074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9075 (eval "$ac_link") 2>conftest.er1
9077 grep -v '^ *+' conftest.er1
>conftest.err
9079 cat conftest.err
>&5
9080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9081 (exit $ac_status); } && {
9082 test -z "$ac_c_werror_flag" ||
9083 test ! -s conftest.err
9084 } && test -s conftest
$ac_exeext &&
9085 $as_test_x conftest
$ac_exeext; then
9086 eval "$as_ac_var=yes"
9088 echo "$as_me: failed program was:" >&5
9089 sed 's/^/| /' conftest.
$ac_ext >&5
9091 eval "$as_ac_var=no"
9094 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9095 conftest
$ac_exeext conftest.
$ac_ext
9096 CFLAGS
=$ac_wine_try_cflags_saved
9098 ac_res
=`eval echo '${'$as_ac_var'}'`
9099 { echo "$as_me:$LINENO: result: $ac_res" >&5
9100 echo "${ECHO_T}$ac_res" >&6; }
9101 if test `eval echo '${'$as_ac_var'}'` = yes; then
9102 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9103 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9105 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9106 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9107 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9108 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9109 echo $ECHO_N "(cached) $ECHO_C" >&6
9111 ac_wine_try_cflags_saved
=$CFLAGS
9112 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9113 cat >conftest.
$ac_ext <<_ACEOF
9116 cat confdefs.h
>>conftest.
$ac_ext
9117 cat >>conftest.
$ac_ext <<_ACEOF
9118 /* end confdefs.h. */
9128 rm -f conftest.
$ac_objext conftest
$ac_exeext
9129 if { (ac_try
="$ac_link"
9131 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9132 *) ac_try_echo=$ac_try;;
9134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9135 (eval "$ac_link") 2>conftest.er1
9137 grep -v '^ *+' conftest.er1 >conftest.err
9139 cat conftest.err >&5
9140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141 (exit $ac_status); } && {
9142 test -z "$ac_c_werror_flag" ||
9143 test ! -s conftest.err
9144 } && test -s conftest$ac_exeext &&
9145 $as_test_x conftest$ac_exeext; then
9146 eval "$as_ac_var=yes"
9148 echo "$as_me: failed program was:" >&5
9149 sed 's/^/| /' conftest.$ac_ext >&5
9151 eval "$as_ac_var=no"
9154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9155 conftest$ac_exeext conftest.$ac_ext
9156 CFLAGS=$ac_wine_try_cflags_saved
9158 ac_res=`eval echo '${'$as_ac_var'}'`
9159 { echo "$as_me:$LINENO: result: $ac_res" >&5
9160 echo "${ECHO_T}$ac_res" >&6; }
9161 if test `eval echo '${'$as_ac_var'}'` = yes; then
9162 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9163 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9169 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9170 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9171 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9172 echo $ECHO_N "(cached) $ECHO_C" >&6
9174 ac_wine_try_cflags_saved=$CFLAGS
9175 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9176 cat >conftest.$ac_ext <<_ACEOF
9179 cat confdefs.h >>conftest.$ac_ext
9180 cat >>conftest.$ac_ext <<_ACEOF
9181 /* end confdefs.h. */
9191 rm -f conftest.$ac_objext conftest$ac_exeext
9192 if { (ac_try="$ac_link"
9194 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9195 *) ac_try_echo
=$ac_try;;
9197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9198 (eval "$ac_link") 2>conftest.er1
9200 grep -v '^ *+' conftest.er1
>conftest.err
9202 cat conftest.err
>&5
9203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9204 (exit $ac_status); } && {
9205 test -z "$ac_c_werror_flag" ||
9206 test ! -s conftest.err
9207 } && test -s conftest
$ac_exeext &&
9208 $as_test_x conftest
$ac_exeext; then
9209 ac_cv_cflags__Wl___enable_new_dtags
=yes
9211 echo "$as_me: failed program was:" >&5
9212 sed 's/^/| /' conftest.
$ac_ext >&5
9214 ac_cv_cflags__Wl___enable_new_dtags
=no
9217 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9218 conftest
$ac_exeext conftest.
$ac_ext
9219 CFLAGS
=$ac_wine_try_cflags_saved
9221 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9222 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9223 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9224 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9229 *i
[3456789]86* | x86_64
)
9230 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9231 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9232 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9233 echo $ECHO_N "(cached) $ECHO_C" >&6
9235 ac_wine_try_cflags_saved
=$CFLAGS
9236 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9237 cat >conftest.
$ac_ext <<_ACEOF
9240 cat confdefs.h
>>conftest.
$ac_ext
9241 cat >>conftest.
$ac_ext <<_ACEOF
9242 /* end confdefs.h. */
9252 rm -f conftest.
$ac_objext conftest
$ac_exeext
9253 if { (ac_try
="$ac_link"
9255 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9256 *) ac_try_echo=$ac_try;;
9258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9259 (eval "$ac_link") 2>conftest.er1
9261 grep -v '^ *+' conftest.er1 >conftest.err
9263 cat conftest.err >&5
9264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9265 (exit $ac_status); } && {
9266 test -z "$ac_c_werror_flag" ||
9267 test ! -s conftest.err
9268 } && test -s conftest$ac_exeext &&
9269 $as_test_x conftest$ac_exeext; then
9270 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9272 echo "$as_me: failed program was:" >&5
9273 sed 's/^/| /' conftest.$ac_ext >&5
9275 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9279 conftest$ac_exeext conftest.$ac_ext
9280 CFLAGS=$ac_wine_try_cflags_saved
9282 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9283 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9284 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9285 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9292 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9293 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9294 if test "${ac_cv_c_dll_unixware+set}" = set; then
9295 echo $ECHO_N "(cached) $ECHO_C" >&6
9297 ac_wine_try_cflags_saved=$CFLAGS
9298 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9299 cat >conftest.$ac_ext <<_ACEOF
9302 rm -f conftest.$ac_objext conftest$ac_exeext
9303 if { (ac_try="$ac_link"
9305 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9306 *) ac_try_echo
=$ac_try;;
9308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9309 (eval "$ac_link") 2>conftest.er1
9311 grep -v '^ *+' conftest.er1
>conftest.err
9313 cat conftest.err
>&5
9314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9315 (exit $ac_status); } && {
9316 test -z "$ac_c_werror_flag" ||
9317 test ! -s conftest.err
9318 } && test -s conftest
$ac_exeext &&
9319 $as_test_x conftest
$ac_exeext; then
9320 ac_cv_c_dll_unixware
="yes"
9322 echo "$as_me: failed program was:" >&5
9323 sed 's/^/| /' conftest.
$ac_ext >&5
9325 ac_cv_c_dll_unixware
="no"
9328 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9329 conftest
$ac_exeext conftest.
$ac_ext
9330 CFLAGS
=$ac_wine_try_cflags_saved
9332 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9333 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9334 if test "$ac_cv_c_dll_unixware" = "yes"
9336 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9337 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9340 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9341 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9342 if test "${ac_cv_c_dll_hpux+set}" = set; then
9343 echo $ECHO_N "(cached) $ECHO_C" >&6
9345 ac_wine_try_cflags_saved
=$CFLAGS
9346 CFLAGS
="$CFLAGS -shared"
9347 cat >conftest.
$ac_ext <<_ACEOF
9350 rm -f conftest.
$ac_objext conftest
$ac_exeext
9351 if { (ac_try
="$ac_link"
9353 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9354 *) ac_try_echo=$ac_try;;
9356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9357 (eval "$ac_link") 2>conftest.er1
9359 grep -v '^ *+' conftest.er1 >conftest.err
9361 cat conftest.err >&5
9362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9363 (exit $ac_status); } && {
9364 test -z "$ac_c_werror_flag" ||
9365 test ! -s conftest.err
9366 } && test -s conftest$ac_exeext &&
9367 $as_test_x conftest$ac_exeext; then
9368 ac_cv_c_dll_hpux="yes"
9370 echo "$as_me: failed program was:" >&5
9371 sed 's/^/| /' conftest.$ac_ext >&5
9373 ac_cv_c_dll_hpux="no"
9376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9377 conftest$ac_exeext conftest.$ac_ext
9378 CFLAGS=$ac_wine_try_cflags_saved
9380 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9381 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9382 if test "$ac_cv_c_dll_hpux" = "yes"
9386 LDDLLFLAGS="-shared -fPIC"
9387 LDSHARED="\$(CC) -shared"
9394 if test "$cross_compiling" = "no"
9396 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9398 # Extract the first word of "$ac_prog", so it can be a program name with args.
9399 set dummy $ac_prog; ac_word=$2
9400 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9401 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9402 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9403 echo $ECHO_N "(cached) $ECHO_C" >&6
9405 if test -n "$CROSSCC"; then
9406 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9412 test -z "$as_dir" && as_dir=.
9413 for ac_exec_ext in '' $ac_executable_extensions; do
9414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9415 ac_cv_prog_CROSSCC="$ac_prog"
9416 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9425 CROSSCC=$ac_cv_prog_CROSSCC
9426 if test -n "$CROSSCC"; then
9427 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9428 echo "${ECHO_T}$CROSSCC" >&6; }
9430 { echo "$as_me:$LINENO: result: no" >&5
9431 echo "${ECHO_T}no" >&6; }
9435 test -n "$CROSSCC" && break
9437 test -n "$CROSSCC" || CROSSCC="false"
9439 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9441 # Extract the first word of "$ac_prog", so it can be a program name with args.
9442 set dummy $ac_prog; ac_word=$2
9443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9445 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9446 echo $ECHO_N "(cached) $ECHO_C" >&6
9448 if test -n "$DLLTOOL"; then
9449 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9455 test -z "$as_dir" && as_dir=.
9456 for ac_exec_ext in '' $ac_executable_extensions; do
9457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9458 ac_cv_prog_DLLTOOL="$ac_prog"
9459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9468 DLLTOOL=$ac_cv_prog_DLLTOOL
9469 if test -n "$DLLTOOL"; then
9470 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9471 echo "${ECHO_T}$DLLTOOL" >&6; }
9473 { echo "$as_me:$LINENO: result: no" >&5
9474 echo "${ECHO_T}no" >&6; }
9478 test -n "$DLLTOOL" && break
9480 test -n "$DLLTOOL" || DLLTOOL="false"
9482 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9484 # Extract the first word of "$ac_prog", so it can be a program name with args.
9485 set dummy $ac_prog; ac_word=$2
9486 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9487 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9488 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9489 echo $ECHO_N "(cached) $ECHO_C" >&6
9491 if test -n "$CROSSWINDRES"; then
9492 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9498 test -z "$as_dir" && as_dir=.
9499 for ac_exec_ext in '' $ac_executable_extensions; do
9500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9501 ac_cv_prog_CROSSWINDRES="$ac_prog"
9502 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9511 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9512 if test -n "$CROSSWINDRES"; then
9513 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9514 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9516 { echo "$as_me:$LINENO: result: no" >&5
9517 echo "${ECHO_T}no" >&6; }
9521 test -n "$CROSSWINDRES" && break
9523 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9525 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9527 # Extract the first word of "$ac_prog", so it can be a program name with args.
9528 set dummy $ac_prog; ac_word=$2
9529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9531 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9532 echo $ECHO_N "(cached) $ECHO_C" >&6
9534 if test -n "$MINGWAR"; then
9535 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9541 test -z "$as_dir" && as_dir=.
9542 for ac_exec_ext in '' $ac_executable_extensions; do
9543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9544 ac_cv_prog_MINGWAR="$ac_prog"
9545 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9554 MINGWAR=$ac_cv_prog_MINGWAR
9555 if test -n "$MINGWAR"; then
9556 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9557 echo "${ECHO_T}$MINGWAR" >&6; }
9559 { echo "$as_me:$LINENO: result: no" >&5
9560 echo "${ECHO_T}no" >&6; }
9564 test -n "$MINGWAR" && break
9566 test -n "$MINGWAR" || MINGWAR="false"
9568 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9573 enable_winequartz_drv=${enable_winequartz_drv:-no}
9575 if test "$LIBEXT" = "a"; then
9576 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9577 It is currently not possible to build Wine without shared library
9578 (.so) support to allow transparent switch between .so and .dll files.
9579 If you are using Linux, you will need a newer binutils.
9581 echo "$as_me: error: could not find a way to build shared libraries.
9582 It is currently not possible to build Wine without shared library
9583 (.so) support to allow transparent switch between .so and .dll files.
9584 If you are using Linux, you will need a newer binutils.
9586 { (exit 1); exit 1; }; }
9590 if test "$have_x" = "yes"
9593 ac_save_CPPFLAGS="$CPPFLAGS"
9594 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9596 { echo "$as_me:$LINENO: checking for -lX11" >&5
9597 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9598 if test "${ac_cv_lib_soname_X11+set}" = set; then
9599 echo $ECHO_N "(cached) $ECHO_C" >&6
9601 ac_check_soname_save_LIBS=$LIBS
9602 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9603 cat >conftest.$ac_ext <<_ACEOF
9606 cat confdefs.h >>conftest.$ac_ext
9607 cat >>conftest.$ac_ext <<_ACEOF
9608 /* end confdefs.h. */
9610 /* Override any GCC internal prototype to avoid an error.
9611 Use char because int might match the return type of a GCC
9612 builtin and then its argument prototype would still apply. */
9616 char XCreateWindow ();
9620 return XCreateWindow ();
9625 rm -f conftest.$ac_objext conftest$ac_exeext
9626 if { (ac_try="$ac_link"
9628 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9629 *) ac_try_echo
=$ac_try;;
9631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9632 (eval "$ac_link") 2>conftest.er1
9634 grep -v '^ *+' conftest.er1
>conftest.err
9636 cat conftest.err
>&5
9637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9638 (exit $ac_status); } && {
9639 test -z "$ac_c_werror_flag" ||
9640 test ! -s conftest.err
9641 } && test -s conftest
$ac_exeext &&
9642 $as_test_x conftest
$ac_exeext; then
9645 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'` ;;
9646 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9649 echo "$as_me: failed program was:" >&5
9650 sed 's/^/| /' conftest.
$ac_ext >&5
9655 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9656 conftest
$ac_exeext conftest.
$ac_ext
9657 LIBS
=$ac_check_soname_save_LIBS
9659 if test "x$ac_cv_lib_soname_X11" = "x"; then
9660 { echo "$as_me:$LINENO: result: not found" >&5
9661 echo "${ECHO_T}not found" >&6; }
9664 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9665 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9667 cat >>confdefs.h
<<_ACEOF
9668 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9674 { echo "$as_me:$LINENO: checking for -lXext" >&5
9675 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9676 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9677 echo $ECHO_N "(cached) $ECHO_C" >&6
9679 ac_check_soname_save_LIBS
=$LIBS
9680 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9681 cat >conftest.
$ac_ext <<_ACEOF
9684 cat confdefs.h
>>conftest.
$ac_ext
9685 cat >>conftest.
$ac_ext <<_ACEOF
9686 /* end confdefs.h. */
9688 /* Override any GCC internal prototype to avoid an error.
9689 Use char because int might match the return type of a GCC
9690 builtin and then its argument prototype would still apply. */
9694 char XextCreateExtension ();
9698 return XextCreateExtension ();
9703 rm -f conftest.
$ac_objext conftest
$ac_exeext
9704 if { (ac_try
="$ac_link"
9706 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9707 *) ac_try_echo=$ac_try;;
9709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9710 (eval "$ac_link") 2>conftest.er1
9712 grep -v '^ *+' conftest.er1 >conftest.err
9714 cat conftest.err >&5
9715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9716 (exit $ac_status); } && {
9717 test -z "$ac_c_werror_flag" ||
9718 test ! -s conftest.err
9719 } && test -s conftest$ac_exeext &&
9720 $as_test_x conftest$ac_exeext; then
9723 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'` ;;
9724 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9727 echo "$as_me: failed program was:" >&5
9728 sed 's/^/| /' conftest.$ac_ext >&5
9733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9734 conftest$ac_exeext conftest.$ac_ext
9735 LIBS=$ac_check_soname_save_LIBS
9737 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9738 { echo "$as_me:$LINENO: result: not found" >&5
9739 echo "${ECHO_T}not found" >&6; }
9742 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9743 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9745 cat >>confdefs.h <<_ACEOF
9746 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9765 for ac_header in X11/Xlib.h \
9768 X11/Xcursor/Xcursor.h \
9769 X11/extensions/shape.h \
9770 X11/extensions/XInput.h \
9771 X11/extensions/XShm.h \
9772 X11/extensions/Xcomposite.h \
9773 X11/extensions/Xinerama.h \
9774 X11/extensions/Xrandr.h \
9775 X11/extensions/Xrender.h \
9776 X11/extensions/xf86vmode.h
9778 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9779 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9780 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9781 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9782 echo $ECHO_N "(cached) $ECHO_C" >&6
9784 cat >conftest.$ac_ext <<_ACEOF
9787 cat confdefs.h >>conftest.$ac_ext
9788 cat >>conftest.$ac_ext <<_ACEOF
9789 /* end confdefs.h. */
9790 #ifdef HAVE_X11_XLIB_H
9791 # include <X11/Xlib.h>
9793 #ifdef HAVE_X11_XUTIL_H
9794 # include <X11/Xutil.h>
9797 #include <$ac_header>
9799 rm -f conftest.$ac_objext
9800 if { (ac_try="$ac_compile"
9802 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9803 *) ac_try_echo
=$ac_try;;
9805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9806 (eval "$ac_compile") 2>conftest.er1
9808 grep -v '^ *+' conftest.er1
>conftest.err
9810 cat conftest.err
>&5
9811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9812 (exit $ac_status); } && {
9813 test -z "$ac_c_werror_flag" ||
9814 test ! -s conftest.err
9815 } && test -s conftest.
$ac_objext; then
9816 eval "$as_ac_Header=yes"
9818 echo "$as_me: failed program was:" >&5
9819 sed 's/^/| /' conftest.
$ac_ext >&5
9821 eval "$as_ac_Header=no"
9824 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9826 ac_res
=`eval echo '${'$as_ac_Header'}'`
9827 { echo "$as_me:$LINENO: result: $ac_res" >&5
9828 echo "${ECHO_T}$ac_res" >&6; }
9829 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9830 cat >>confdefs.h
<<_ACEOF
9831 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9839 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9841 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9842 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9843 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9844 echo $ECHO_N "(cached) $ECHO_C" >&6
9846 ac_check_lib_save_LIBS
=$LIBS
9847 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9848 cat >conftest.
$ac_ext <<_ACEOF
9851 cat confdefs.h
>>conftest.
$ac_ext
9852 cat >>conftest.
$ac_ext <<_ACEOF
9853 /* end confdefs.h. */
9855 /* Override any GCC internal prototype to avoid an error.
9856 Use char because int might match the return type of a GCC
9857 builtin and then its argument prototype would still apply. */
9861 char XkbQueryExtension ();
9865 return XkbQueryExtension ();
9870 rm -f conftest.
$ac_objext conftest
$ac_exeext
9871 if { (ac_try
="$ac_link"
9873 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9874 *) ac_try_echo=$ac_try;;
9876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9877 (eval "$ac_link") 2>conftest.er1
9879 grep -v '^ *+' conftest.er1 >conftest.err
9881 cat conftest.err >&5
9882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9883 (exit $ac_status); } && {
9884 test -z "$ac_c_werror_flag" ||
9885 test ! -s conftest.err
9886 } && test -s conftest$ac_exeext &&
9887 $as_test_x conftest$ac_exeext; then
9888 ac_cv_lib_X11_XkbQueryExtension=yes
9890 echo "$as_me: failed program was:" >&5
9891 sed 's/^/| /' conftest.$ac_ext >&5
9893 ac_cv_lib_X11_XkbQueryExtension=no
9896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9897 conftest$ac_exeext conftest.$ac_ext
9898 LIBS=$ac_check_lib_save_LIBS
9900 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9901 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9902 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9904 cat >>confdefs.h <<\_ACEOF
9912 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9914 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9915 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9916 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9917 echo $ECHO_N "(cached) $ECHO_C" >&6
9919 ac_check_soname_save_LIBS=$LIBS
9920 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9921 cat >conftest.$ac_ext <<_ACEOF
9924 cat confdefs.h >>conftest.$ac_ext
9925 cat >>conftest.$ac_ext <<_ACEOF
9926 /* end confdefs.h. */
9928 /* Override any GCC internal prototype to avoid an error.
9929 Use char because int might match the return type of a GCC
9930 builtin and then its argument prototype would still apply. */
9934 char XcursorImageLoadCursor ();
9938 return XcursorImageLoadCursor ();
9943 rm -f conftest.$ac_objext conftest$ac_exeext
9944 if { (ac_try="$ac_link"
9946 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9947 *) ac_try_echo
=$ac_try;;
9949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9950 (eval "$ac_link") 2>conftest.er1
9952 grep -v '^ *+' conftest.er1
>conftest.err
9954 cat conftest.err
>&5
9955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9956 (exit $ac_status); } && {
9957 test -z "$ac_c_werror_flag" ||
9958 test ! -s conftest.err
9959 } && test -s conftest
$ac_exeext &&
9960 $as_test_x conftest
$ac_exeext; then
9963 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'` ;;
9964 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9967 echo "$as_me: failed program was:" >&5
9968 sed 's/^/| /' conftest.
$ac_ext >&5
9973 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9974 conftest
$ac_exeext conftest.
$ac_ext
9975 LIBS
=$ac_check_soname_save_LIBS
9977 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9978 { echo "$as_me:$LINENO: result: not found" >&5
9979 echo "${ECHO_T}not found" >&6; }
9982 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9983 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9985 cat >>confdefs.h
<<_ACEOF
9986 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9993 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9994 case "x$with_xcursor" in
9995 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9997 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9998 This is an error since --with-xcursor was requested." >&5
9999 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10000 This is an error since --with-xcursor was requested." >&2;}
10001 { (exit 1); exit 1; }; } ;;
10006 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10008 { echo "$as_me:$LINENO: checking for -lXi" >&5
10009 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10010 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10011 echo $ECHO_N "(cached) $ECHO_C" >&6
10013 ac_check_soname_save_LIBS
=$LIBS
10014 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10015 cat >conftest.
$ac_ext <<_ACEOF
10018 cat confdefs.h
>>conftest.
$ac_ext
10019 cat >>conftest.
$ac_ext <<_ACEOF
10020 /* end confdefs.h. */
10022 /* Override any GCC internal prototype to avoid an error.
10023 Use char because int might match the return type of a GCC
10024 builtin and then its argument prototype would still apply. */
10028 char XOpenDevice ();
10032 return XOpenDevice ();
10037 rm -f conftest.
$ac_objext conftest
$ac_exeext
10038 if { (ac_try
="$ac_link"
10039 case "(($ac_try" in
10040 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10041 *) ac_try_echo=$ac_try;;
10043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10044 (eval "$ac_link") 2>conftest.er1
10046 grep -v '^ *+' conftest.er1 >conftest.err
10048 cat conftest.err >&5
10049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10050 (exit $ac_status); } && {
10051 test -z "$ac_c_werror_flag" ||
10052 test ! -s conftest.err
10053 } && test -s conftest$ac_exeext &&
10054 $as_test_x conftest$ac_exeext; then
10057 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'` ;;
10058 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10061 echo "$as_me: failed program was:" >&5
10062 sed 's/^/| /' conftest.$ac_ext >&5
10067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10068 conftest$ac_exeext conftest.$ac_ext
10069 LIBS=$ac_check_soname_save_LIBS
10071 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10072 { echo "$as_me:$LINENO: result: not found" >&5
10073 echo "${ECHO_T}not found" >&6; }
10076 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10077 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10079 cat >>confdefs.h <<_ACEOF
10080 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10087 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10088 case "x$with_xinput" in
10089 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10091 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10092 This is an error since --with-xinput was requested." >&5
10093 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10094 This is an error since --with-xinput was requested." >&2;}
10095 { (exit 1); exit 1; }; } ;;
10100 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10102 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10103 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10104 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10105 echo $ECHO_N "(cached) $ECHO_C" >&6
10107 ac_check_lib_save_LIBS=$LIBS
10108 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10109 cat >conftest.$ac_ext <<_ACEOF
10112 cat confdefs.h >>conftest.$ac_ext
10113 cat >>conftest.$ac_ext <<_ACEOF
10114 /* end confdefs.h. */
10116 /* Override any GCC internal prototype to avoid an error.
10117 Use char because int might match the return type of a GCC
10118 builtin and then its argument prototype would still apply. */
10122 char XShmQueryExtension ();
10126 return XShmQueryExtension ();
10131 rm -f conftest.$ac_objext conftest$ac_exeext
10132 if { (ac_try="$ac_link"
10133 case "(($ac_try" in
10134 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10135 *) ac_try_echo
=$ac_try;;
10137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10138 (eval "$ac_link") 2>conftest.er1
10140 grep -v '^ *+' conftest.er1
>conftest.err
10142 cat conftest.err
>&5
10143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10144 (exit $ac_status); } && {
10145 test -z "$ac_c_werror_flag" ||
10146 test ! -s conftest.err
10147 } && test -s conftest
$ac_exeext &&
10148 $as_test_x conftest
$ac_exeext; then
10149 ac_cv_lib_Xext_XShmQueryExtension
=yes
10151 echo "$as_me: failed program was:" >&5
10152 sed 's/^/| /' conftest.
$ac_ext >&5
10154 ac_cv_lib_Xext_XShmQueryExtension
=no
10157 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10158 conftest
$ac_exeext conftest.
$ac_ext
10159 LIBS
=$ac_check_lib_save_LIBS
10161 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10162 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10163 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10165 cat >>confdefs.h
<<\_ACEOF
10166 #define HAVE_LIBXXSHM 1
10172 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10173 case "x$with_xshm" in
10174 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10176 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10177 This is an error since --with-xshm was requested." >&5
10178 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10179 This is an error since --with-xshm was requested." >&2;}
10180 { (exit 1); exit 1; }; } ;;
10185 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10187 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10188 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10189 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10190 echo $ECHO_N "(cached) $ECHO_C" >&6
10192 ac_check_lib_save_LIBS
=$LIBS
10193 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10194 cat >conftest.
$ac_ext <<_ACEOF
10197 cat confdefs.h
>>conftest.
$ac_ext
10198 cat >>conftest.
$ac_ext <<_ACEOF
10199 /* end confdefs.h. */
10201 /* Override any GCC internal prototype to avoid an error.
10202 Use char because int might match the return type of a GCC
10203 builtin and then its argument prototype would still apply. */
10207 char XShapeQueryExtension ();
10211 return XShapeQueryExtension ();
10216 rm -f conftest.
$ac_objext conftest
$ac_exeext
10217 if { (ac_try
="$ac_link"
10218 case "(($ac_try" in
10219 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10220 *) ac_try_echo=$ac_try;;
10222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10223 (eval "$ac_link") 2>conftest.er1
10225 grep -v '^ *+' conftest.er1 >conftest.err
10227 cat conftest.err >&5
10228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10229 (exit $ac_status); } && {
10230 test -z "$ac_c_werror_flag" ||
10231 test ! -s conftest.err
10232 } && test -s conftest$ac_exeext &&
10233 $as_test_x conftest$ac_exeext; then
10234 ac_cv_lib_Xext_XShapeQueryExtension=yes
10236 echo "$as_me: failed program was:" >&5
10237 sed 's/^/| /' conftest.$ac_ext >&5
10239 ac_cv_lib_Xext_XShapeQueryExtension=no
10242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10243 conftest$ac_exeext conftest.$ac_ext
10244 LIBS=$ac_check_lib_save_LIBS
10246 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10247 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10248 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10250 cat >>confdefs.h <<\_ACEOF
10251 #define HAVE_LIBXSHAPE 1
10257 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10258 case "x$with_xshape" in
10259 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10261 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10262 This is an error since --with-xshape was requested." >&5
10263 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10264 This is an error since --with-xshape was requested." >&2;}
10265 { (exit 1); exit 1; }; } ;;
10270 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10272 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10273 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10274 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10275 echo $ECHO_N "(cached) $ECHO_C" >&6
10277 ac_check_soname_save_LIBS=$LIBS
10278 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10279 cat >conftest.$ac_ext <<_ACEOF
10282 cat confdefs.h >>conftest.$ac_ext
10283 cat >>conftest.$ac_ext <<_ACEOF
10284 /* end confdefs.h. */
10286 /* Override any GCC internal prototype to avoid an error.
10287 Use char because int might match the return type of a GCC
10288 builtin and then its argument prototype would still apply. */
10292 char XF86VidModeQueryExtension ();
10296 return XF86VidModeQueryExtension ();
10301 rm -f conftest.$ac_objext conftest$ac_exeext
10302 if { (ac_try="$ac_link"
10303 case "(($ac_try" in
10304 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10305 *) ac_try_echo
=$ac_try;;
10307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10308 (eval "$ac_link") 2>conftest.er1
10310 grep -v '^ *+' conftest.er1
>conftest.err
10312 cat conftest.err
>&5
10313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10314 (exit $ac_status); } && {
10315 test -z "$ac_c_werror_flag" ||
10316 test ! -s conftest.err
10317 } && test -s conftest
$ac_exeext &&
10318 $as_test_x conftest
$ac_exeext; then
10321 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'` ;;
10322 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10325 echo "$as_me: failed program was:" >&5
10326 sed 's/^/| /' conftest.
$ac_ext >&5
10331 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10332 conftest
$ac_exeext conftest.
$ac_ext
10333 LIBS
=$ac_check_soname_save_LIBS
10335 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10336 { echo "$as_me:$LINENO: result: not found" >&5
10337 echo "${ECHO_T}not found" >&6; }
10340 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10341 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10343 cat >>confdefs.h
<<_ACEOF
10344 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10351 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10352 case "x$with_xxf86vm" in
10353 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10355 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10356 This is an error since --with-xxf86vm was requested." >&5
10357 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10358 This is an error since --with-xxf86vm was requested." >&2;}
10359 { (exit 1); exit 1; }; } ;;
10364 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"
10366 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10367 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10368 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10369 echo $ECHO_N "(cached) $ECHO_C" >&6
10371 ac_check_soname_save_LIBS
=$LIBS
10372 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10373 cat >conftest.
$ac_ext <<_ACEOF
10376 cat confdefs.h
>>conftest.
$ac_ext
10377 cat >>conftest.
$ac_ext <<_ACEOF
10378 /* end confdefs.h. */
10380 /* Override any GCC internal prototype to avoid an error.
10381 Use char because int might match the return type of a GCC
10382 builtin and then its argument prototype would still apply. */
10386 char XRenderQueryExtension ();
10390 return XRenderQueryExtension ();
10395 rm -f conftest.
$ac_objext conftest
$ac_exeext
10396 if { (ac_try
="$ac_link"
10397 case "(($ac_try" in
10398 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10399 *) ac_try_echo=$ac_try;;
10401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10402 (eval "$ac_link") 2>conftest.er1
10404 grep -v '^ *+' conftest.er1 >conftest.err
10406 cat conftest.err >&5
10407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10408 (exit $ac_status); } && {
10409 test -z "$ac_c_werror_flag" ||
10410 test ! -s conftest.err
10411 } && test -s conftest$ac_exeext &&
10412 $as_test_x conftest$ac_exeext; then
10415 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'` ;;
10416 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10419 echo "$as_me: failed program was:" >&5
10420 sed 's/^/| /' conftest.$ac_ext >&5
10425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10426 conftest$ac_exeext conftest.$ac_ext
10427 LIBS=$ac_check_soname_save_LIBS
10429 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10430 { echo "$as_me:$LINENO: result: not found" >&5
10431 echo "${ECHO_T}not found" >&6; }
10434 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10435 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10437 cat >>confdefs.h <<_ACEOF
10438 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10441 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10442 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10443 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10444 echo $ECHO_N "(cached) $ECHO_C" >&6
10446 ac_check_lib_save_LIBS=$LIBS
10447 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10448 cat >conftest.$ac_ext <<_ACEOF
10451 cat confdefs.h >>conftest.$ac_ext
10452 cat >>conftest.$ac_ext <<_ACEOF
10453 /* end confdefs.h. */
10455 /* Override any GCC internal prototype to avoid an error.
10456 Use char because int might match the return type of a GCC
10457 builtin and then its argument prototype would still apply. */
10461 char XRenderSetPictureTransform ();
10465 return XRenderSetPictureTransform ();
10470 rm -f conftest.$ac_objext conftest$ac_exeext
10471 if { (ac_try="$ac_link"
10472 case "(($ac_try" in
10473 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10474 *) ac_try_echo
=$ac_try;;
10476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10477 (eval "$ac_link") 2>conftest.er1
10479 grep -v '^ *+' conftest.er1
>conftest.err
10481 cat conftest.err
>&5
10482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10483 (exit $ac_status); } && {
10484 test -z "$ac_c_werror_flag" ||
10485 test ! -s conftest.err
10486 } && test -s conftest
$ac_exeext &&
10487 $as_test_x conftest
$ac_exeext; then
10488 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10490 echo "$as_me: failed program was:" >&5
10491 sed 's/^/| /' conftest.
$ac_ext >&5
10493 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10496 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10497 conftest
$ac_exeext conftest.
$ac_ext
10498 LIBS
=$ac_check_lib_save_LIBS
10500 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10501 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10502 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10504 cat >>confdefs.h
<<\_ACEOF
10505 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10514 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10515 case "x$with_xrender" in
10516 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10518 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10519 This is an error since --with-xrender was requested." >&5
10520 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10521 This is an error since --with-xrender was requested." >&2;}
10522 { (exit 1); exit 1; }; } ;;
10527 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10529 cat >conftest.
$ac_ext <<_ACEOF
10532 cat confdefs.h
>>conftest.
$ac_ext
10533 cat >>conftest.
$ac_ext <<_ACEOF
10534 /* end confdefs.h. */
10535 #include <X11/Xlib.h>
10536 #include <X11/extensions/Xrandr.h>
10540 static typeof(XRRSetScreenConfigAndRate) * func;
10545 rm -f conftest.
$ac_objext
10546 if { (ac_try
="$ac_compile"
10547 case "(($ac_try" in
10548 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10549 *) ac_try_echo=$ac_try;;
10551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10552 (eval "$ac_compile") 2>conftest.er1
10554 grep -v '^ *+' conftest.er1 >conftest.err
10556 cat conftest.err >&5
10557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10558 (exit $ac_status); } && {
10559 test -z "$ac_c_werror_flag" ||
10560 test ! -s conftest.err
10561 } && test -s conftest.$ac_objext; then
10562 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10563 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10564 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10565 echo $ECHO_N "(cached) $ECHO_C" >&6
10567 ac_check_soname_save_LIBS=$LIBS
10568 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10569 cat >conftest.$ac_ext <<_ACEOF
10572 cat confdefs.h >>conftest.$ac_ext
10573 cat >>conftest.$ac_ext <<_ACEOF
10574 /* end confdefs.h. */
10576 /* Override any GCC internal prototype to avoid an error.
10577 Use char because int might match the return type of a GCC
10578 builtin and then its argument prototype would still apply. */
10582 char XRRQueryExtension ();
10586 return XRRQueryExtension ();
10591 rm -f conftest.$ac_objext conftest$ac_exeext
10592 if { (ac_try="$ac_link"
10593 case "(($ac_try" in
10594 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10595 *) ac_try_echo
=$ac_try;;
10597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10598 (eval "$ac_link") 2>conftest.er1
10600 grep -v '^ *+' conftest.er1
>conftest.err
10602 cat conftest.err
>&5
10603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10604 (exit $ac_status); } && {
10605 test -z "$ac_c_werror_flag" ||
10606 test ! -s conftest.err
10607 } && test -s conftest
$ac_exeext &&
10608 $as_test_x conftest
$ac_exeext; then
10611 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'` ;;
10612 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10615 echo "$as_me: failed program was:" >&5
10616 sed 's/^/| /' conftest.
$ac_ext >&5
10621 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10622 conftest
$ac_exeext conftest.
$ac_ext
10623 LIBS
=$ac_check_soname_save_LIBS
10625 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10626 { echo "$as_me:$LINENO: result: not found" >&5
10627 echo "${ECHO_T}not found" >&6; }
10630 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10631 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10633 cat >>confdefs.h
<<_ACEOF
10634 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10641 echo "$as_me: failed program was:" >&5
10642 sed 's/^/| /' conftest.
$ac_ext >&5
10647 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10649 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10650 case "x$with_xrandr" in
10651 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10653 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10654 This is an error since --with-xrandr was requested." >&5
10655 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10656 This is an error since --with-xrandr was requested." >&2;}
10657 { (exit 1); exit 1; }; } ;;
10662 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10664 cat >conftest.
$ac_ext <<_ACEOF
10667 cat confdefs.h
>>conftest.
$ac_ext
10668 cat >>conftest.
$ac_ext <<_ACEOF
10669 /* end confdefs.h. */
10670 #include <X11/Xlib.h>
10671 #include <X11/extensions/Xinerama.h>
10675 static typeof(XineramaQueryScreens) * func;
10680 rm -f conftest.
$ac_objext
10681 if { (ac_try
="$ac_compile"
10682 case "(($ac_try" in
10683 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10684 *) ac_try_echo=$ac_try;;
10686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10687 (eval "$ac_compile") 2>conftest.er1
10689 grep -v '^ *+' conftest.er1 >conftest.err
10691 cat conftest.err >&5
10692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10693 (exit $ac_status); } && {
10694 test -z "$ac_c_werror_flag" ||
10695 test ! -s conftest.err
10696 } && test -s conftest.$ac_objext; then
10697 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10698 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10699 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10700 echo $ECHO_N "(cached) $ECHO_C" >&6
10702 ac_check_soname_save_LIBS=$LIBS
10703 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10704 cat >conftest.$ac_ext <<_ACEOF
10707 cat confdefs.h >>conftest.$ac_ext
10708 cat >>conftest.$ac_ext <<_ACEOF
10709 /* end confdefs.h. */
10711 /* Override any GCC internal prototype to avoid an error.
10712 Use char because int might match the return type of a GCC
10713 builtin and then its argument prototype would still apply. */
10717 char XineramaQueryScreens ();
10721 return XineramaQueryScreens ();
10726 rm -f conftest.$ac_objext conftest$ac_exeext
10727 if { (ac_try="$ac_link"
10728 case "(($ac_try" in
10729 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10730 *) ac_try_echo
=$ac_try;;
10732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10733 (eval "$ac_link") 2>conftest.er1
10735 grep -v '^ *+' conftest.er1
>conftest.err
10737 cat conftest.err
>&5
10738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10739 (exit $ac_status); } && {
10740 test -z "$ac_c_werror_flag" ||
10741 test ! -s conftest.err
10742 } && test -s conftest
$ac_exeext &&
10743 $as_test_x conftest
$ac_exeext; then
10746 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'` ;;
10747 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10750 echo "$as_me: failed program was:" >&5
10751 sed 's/^/| /' conftest.
$ac_ext >&5
10756 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10757 conftest
$ac_exeext conftest.
$ac_ext
10758 LIBS
=$ac_check_soname_save_LIBS
10760 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10761 { echo "$as_me:$LINENO: result: not found" >&5
10762 echo "${ECHO_T}not found" >&6; }
10765 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10766 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10768 cat >>confdefs.h
<<_ACEOF
10769 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10776 echo "$as_me: failed program was:" >&5
10777 sed 's/^/| /' conftest.
$ac_ext >&5
10782 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10784 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10785 case "x$with_xinerama" in
10786 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10788 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10789 This is an error since --with-xinerama was requested." >&5
10790 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10791 This is an error since --with-xinerama was requested." >&2;}
10792 { (exit 1); exit 1; }; } ;;
10797 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10799 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10800 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10801 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10802 echo $ECHO_N "(cached) $ECHO_C" >&6
10804 ac_check_soname_save_LIBS
=$LIBS
10805 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10806 cat >conftest.
$ac_ext <<_ACEOF
10809 cat confdefs.h
>>conftest.
$ac_ext
10810 cat >>conftest.
$ac_ext <<_ACEOF
10811 /* end confdefs.h. */
10813 /* Override any GCC internal prototype to avoid an error.
10814 Use char because int might match the return type of a GCC
10815 builtin and then its argument prototype would still apply. */
10819 char XCompositeRedirectWindow ();
10823 return XCompositeRedirectWindow ();
10828 rm -f conftest.
$ac_objext conftest
$ac_exeext
10829 if { (ac_try
="$ac_link"
10830 case "(($ac_try" in
10831 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10832 *) ac_try_echo=$ac_try;;
10834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10835 (eval "$ac_link") 2>conftest.er1
10837 grep -v '^ *+' conftest.er1 >conftest.err
10839 cat conftest.err >&5
10840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10841 (exit $ac_status); } && {
10842 test -z "$ac_c_werror_flag" ||
10843 test ! -s conftest.err
10844 } && test -s conftest$ac_exeext &&
10845 $as_test_x conftest$ac_exeext; then
10848 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'` ;;
10849 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10852 echo "$as_me: failed program was:" >&5
10853 sed 's/^/| /' conftest.$ac_ext >&5
10858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10859 conftest$ac_exeext conftest.$ac_ext
10860 LIBS=$ac_check_soname_save_LIBS
10862 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10863 { echo "$as_me:$LINENO: result: not found" >&5
10864 echo "${ECHO_T}not found" >&6; }
10867 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10868 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10870 cat >>confdefs.h <<_ACEOF
10871 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10878 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10879 case "x$with_xcomposite" in
10880 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10882 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10883 This is an error since --with-xcomposite was requested." >&5
10884 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10885 This is an error since --with-xcomposite was requested." >&2;}
10886 { (exit 1); exit 1; }; } ;;
10891 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10892 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10893 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10894 echo $ECHO_N "(cached) $ECHO_C" >&6
10896 cat >conftest.$ac_ext <<_ACEOF
10899 cat confdefs.h >>conftest.$ac_ext
10900 cat >>conftest.$ac_ext <<_ACEOF
10901 /* end confdefs.h. */
10902 #ifdef HAVE_X11_XLIB_H
10903 #include <X11/Xlib.h>
10909 static XICCallback ac_aggr;
10910 if (ac_aggr.callback)
10916 rm -f conftest.$ac_objext
10917 if { (ac_try="$ac_compile"
10918 case "(($ac_try" in
10919 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10920 *) ac_try_echo
=$ac_try;;
10922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10923 (eval "$ac_compile") 2>conftest.er1
10925 grep -v '^ *+' conftest.er1
>conftest.err
10927 cat conftest.err
>&5
10928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10929 (exit $ac_status); } && {
10930 test -z "$ac_c_werror_flag" ||
10931 test ! -s conftest.err
10932 } && test -s conftest.
$ac_objext; then
10933 ac_cv_member_XICCallback_callback
=yes
10935 echo "$as_me: failed program was:" >&5
10936 sed 's/^/| /' conftest.
$ac_ext >&5
10938 cat >conftest.
$ac_ext <<_ACEOF
10941 cat confdefs.h
>>conftest.
$ac_ext
10942 cat >>conftest.
$ac_ext <<_ACEOF
10943 /* end confdefs.h. */
10944 #ifdef HAVE_X11_XLIB_H
10945 #include <X11/Xlib.h>
10951 static XICCallback ac_aggr;
10952 if (sizeof ac_aggr.callback)
10958 rm -f conftest.
$ac_objext
10959 if { (ac_try
="$ac_compile"
10960 case "(($ac_try" in
10961 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10962 *) ac_try_echo=$ac_try;;
10964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10965 (eval "$ac_compile") 2>conftest.er1
10967 grep -v '^ *+' conftest.er1 >conftest.err
10969 cat conftest.err >&5
10970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10971 (exit $ac_status); } && {
10972 test -z "$ac_c_werror_flag" ||
10973 test ! -s conftest.err
10974 } && test -s conftest.$ac_objext; then
10975 ac_cv_member_XICCallback_callback=yes
10977 echo "$as_me: failed program was:" >&5
10978 sed 's/^/| /' conftest.$ac_ext >&5
10980 ac_cv_member_XICCallback_callback=no
10983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10988 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10989 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10990 if test $ac_cv_member_XICCallback_callback = yes; then
10992 cat >>confdefs.h <<_ACEOF
10993 #define HAVE_XICCALLBACK_CALLBACK 1
11002 if test "x$with_opengl" != "xno"
11008 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11010 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11011 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11012 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11013 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11014 echo $ECHO_N "(cached) $ECHO_C" >&6
11016 cat >conftest.$ac_ext <<_ACEOF
11019 cat confdefs.h >>conftest.$ac_ext
11020 cat >>conftest.$ac_ext <<_ACEOF
11021 /* end confdefs.h. */
11022 #ifdef HAVE_GL_GLX_H
11023 # include <GL/glx.h>
11026 #include <$ac_header>
11028 rm -f conftest.$ac_objext
11029 if { (ac_try="$ac_compile"
11030 case "(($ac_try" in
11031 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11032 *) ac_try_echo
=$ac_try;;
11034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11035 (eval "$ac_compile") 2>conftest.er1
11037 grep -v '^ *+' conftest.er1
>conftest.err
11039 cat conftest.err
>&5
11040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11041 (exit $ac_status); } && {
11042 test -z "$ac_c_werror_flag" ||
11043 test ! -s conftest.err
11044 } && test -s conftest.
$ac_objext; then
11045 eval "$as_ac_Header=yes"
11047 echo "$as_me: failed program was:" >&5
11048 sed 's/^/| /' conftest.
$ac_ext >&5
11050 eval "$as_ac_Header=no"
11053 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11055 ac_res
=`eval echo '${'$as_ac_Header'}'`
11056 { echo "$as_me:$LINENO: result: $ac_res" >&5
11057 echo "${ECHO_T}$ac_res" >&6; }
11058 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11059 cat >>confdefs.h
<<_ACEOF
11060 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11067 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11069 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11070 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11071 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11072 echo $ECHO_N "(cached) $ECHO_C" >&6
11074 cat >conftest.
$ac_ext <<_ACEOF
11077 cat confdefs.h
>>conftest.
$ac_ext
11078 cat >>conftest.
$ac_ext <<_ACEOF
11079 /* end confdefs.h. */
11084 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11089 rm -f conftest.
$ac_objext
11090 if { (ac_try
="$ac_compile"
11091 case "(($ac_try" in
11092 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11093 *) ac_try_echo=$ac_try;;
11095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11096 (eval "$ac_compile") 2>conftest.er1
11098 grep -v '^ *+' conftest.er1 >conftest.err
11100 cat conftest.err >&5
11101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11102 (exit $ac_status); } && {
11103 test -z "$ac_c_werror_flag" ||
11104 test ! -s conftest.err
11105 } && test -s conftest.$ac_objext; then
11106 wine_cv_opengl_header_version_OK="yes"
11108 echo "$as_me: failed program was:" >&5
11109 sed 's/^/| /' conftest.$ac_ext >&5
11111 wine_cv_opengl_header_version_OK="no"
11114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11116 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11117 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11119 if test "$wine_cv_opengl_header_version_OK" = "yes"
11121 { echo "$as_me:$LINENO: checking for -lGL" >&5
11122 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11123 if test "${ac_cv_lib_soname_GL+set}" = set; then
11124 echo $ECHO_N "(cached) $ECHO_C" >&6
11126 ac_check_soname_save_LIBS=$LIBS
11127 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11128 cat >conftest.$ac_ext <<_ACEOF
11131 cat confdefs.h >>conftest.$ac_ext
11132 cat >>conftest.$ac_ext <<_ACEOF
11133 /* end confdefs.h. */
11135 /* Override any GCC internal prototype to avoid an error.
11136 Use char because int might match the return type of a GCC
11137 builtin and then its argument prototype would still apply. */
11141 char glXCreateContext ();
11145 return glXCreateContext ();
11150 rm -f conftest.$ac_objext conftest$ac_exeext
11151 if { (ac_try="$ac_link"
11152 case "(($ac_try" in
11153 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11154 *) ac_try_echo
=$ac_try;;
11156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11157 (eval "$ac_link") 2>conftest.er1
11159 grep -v '^ *+' conftest.er1
>conftest.err
11161 cat conftest.err
>&5
11162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11163 (exit $ac_status); } && {
11164 test -z "$ac_c_werror_flag" ||
11165 test ! -s conftest.err
11166 } && test -s conftest
$ac_exeext &&
11167 $as_test_x conftest
$ac_exeext; then
11170 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'` ;;
11171 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11174 echo "$as_me: failed program was:" >&5
11175 sed 's/^/| /' conftest.
$ac_ext >&5
11180 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11181 conftest
$ac_exeext conftest.
$ac_ext
11182 LIBS
=$ac_check_soname_save_LIBS
11184 if test "x$ac_cv_lib_soname_GL" = "x"; then
11185 { echo "$as_me:$LINENO: result: not found" >&5
11186 echo "${ECHO_T}not found" >&6; }
11187 { echo "$as_me:$LINENO: checking for -lGL" >&5
11188 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11189 if test "${ac_cv_lib_soname_GL+set}" = set; then
11190 echo $ECHO_N "(cached) $ECHO_C" >&6
11192 ac_check_soname_save_LIBS
=$LIBS
11193 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"
11194 cat >conftest.
$ac_ext <<_ACEOF
11197 cat confdefs.h
>>conftest.
$ac_ext
11198 cat >>conftest.
$ac_ext <<_ACEOF
11199 /* end confdefs.h. */
11201 /* Override any GCC internal prototype to avoid an error.
11202 Use char because int might match the return type of a GCC
11203 builtin and then its argument prototype would still apply. */
11207 char glXCreateContext ();
11211 return glXCreateContext ();
11216 rm -f conftest.
$ac_objext conftest
$ac_exeext
11217 if { (ac_try
="$ac_link"
11218 case "(($ac_try" in
11219 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11220 *) ac_try_echo=$ac_try;;
11222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11223 (eval "$ac_link") 2>conftest.er1
11225 grep -v '^ *+' conftest.er1 >conftest.err
11227 cat conftest.err >&5
11228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11229 (exit $ac_status); } && {
11230 test -z "$ac_c_werror_flag" ||
11231 test ! -s conftest.err
11232 } && test -s conftest$ac_exeext &&
11233 $as_test_x conftest$ac_exeext; then
11236 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'` ;;
11237 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11240 echo "$as_me: failed program was:" >&5
11241 sed 's/^/| /' conftest.$ac_ext >&5
11246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11247 conftest$ac_exeext conftest.$ac_ext
11248 LIBS=$ac_check_soname_save_LIBS
11250 if test "x$ac_cv_lib_soname_GL" = "x"; then
11251 { echo "$as_me:$LINENO: result: not found" >&5
11252 echo "${ECHO_T}not found" >&6; }
11253 if test -f /usr/X11R6/lib/libGL.a
11255 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11256 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11258 opengl_msg="No OpenGL library found on this system."
11261 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11262 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11264 cat >>confdefs.h <<_ACEOF
11265 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11268 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"
11270 cat >>confdefs.h <<\_ACEOF
11271 #define HAVE_OPENGL 1
11277 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11278 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11280 cat >>confdefs.h <<_ACEOF
11281 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11286 cat >>confdefs.h <<\_ACEOF
11287 #define HAVE_OPENGL 1
11292 if test "$ac_cv_header_GL_glu_h" = "yes"
11294 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11295 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11296 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11297 echo $ECHO_N "(cached) $ECHO_C" >&6
11299 ac_check_soname_save_LIBS=$LIBS
11300 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11301 cat >conftest.$ac_ext <<_ACEOF
11304 cat confdefs.h >>conftest.$ac_ext
11305 cat >>conftest.$ac_ext <<_ACEOF
11306 /* end confdefs.h. */
11308 /* Override any GCC internal prototype to avoid an error.
11309 Use char because int might match the return type of a GCC
11310 builtin and then its argument prototype would still apply. */
11318 return gluLookAt ();
11323 rm -f conftest.$ac_objext conftest$ac_exeext
11324 if { (ac_try="$ac_link"
11325 case "(($ac_try" in
11326 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11327 *) ac_try_echo
=$ac_try;;
11329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11330 (eval "$ac_link") 2>conftest.er1
11332 grep -v '^ *+' conftest.er1
>conftest.err
11334 cat conftest.err
>&5
11335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11336 (exit $ac_status); } && {
11337 test -z "$ac_c_werror_flag" ||
11338 test ! -s conftest.err
11339 } && test -s conftest
$ac_exeext &&
11340 $as_test_x conftest
$ac_exeext; then
11343 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'` ;;
11344 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11347 echo "$as_me: failed program was:" >&5
11348 sed 's/^/| /' conftest.
$ac_ext >&5
11353 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11354 conftest
$ac_exeext conftest.
$ac_ext
11355 LIBS
=$ac_check_soname_save_LIBS
11357 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11358 { echo "$as_me:$LINENO: result: not found" >&5
11359 echo "${ECHO_T}not found" >&6; }
11362 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11363 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11365 cat >>confdefs.h
<<_ACEOF
11366 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11373 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11374 case "x$with_glu" in
11375 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11377 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11378 This is an error since --with-glu was requested." >&5
11379 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11380 This is an error since --with-glu was requested." >&2;}
11381 { (exit 1); exit 1; }; } ;;
11386 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11389 opengl_msg
="OpenGL development headers not found."
11392 if test -n "$opengl_msg"; then
11393 case "x$with_opengl" in
11394 x
) wine_warnings
="$wine_warnings|$opengl_msg
11395 OpenGL and Direct3D won't be supported." ;;
11397 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11398 OpenGL and Direct3D won't be supported.
11399 This is an error since --with-opengl was requested." >&5
11400 echo "$as_me: error: $opengl_msg
11401 OpenGL and Direct3D won't be supported.
11402 This is an error since --with-opengl was requested." >&2;}
11403 { (exit 1); exit 1; }; } ;;
11408 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11409 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11414 for ac_header
in audio
/audiolib.h
11416 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11417 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11418 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11419 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11420 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11421 echo $ECHO_N "(cached) $ECHO_C" >&6
11423 ac_res
=`eval echo '${'$as_ac_Header'}'`
11424 { echo "$as_me:$LINENO: result: $ac_res" >&5
11425 echo "${ECHO_T}$ac_res" >&6; }
11427 # Is the header compilable?
11428 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11429 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11430 cat >conftest.
$ac_ext <<_ACEOF
11433 cat confdefs.h
>>conftest.
$ac_ext
11434 cat >>conftest.
$ac_ext <<_ACEOF
11435 /* end confdefs.h. */
11436 $ac_includes_default
11437 #include <$ac_header>
11439 rm -f conftest.
$ac_objext
11440 if { (ac_try
="$ac_compile"
11441 case "(($ac_try" in
11442 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11443 *) ac_try_echo=$ac_try;;
11445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11446 (eval "$ac_compile") 2>conftest.er1
11448 grep -v '^ *+' conftest.er1 >conftest.err
11450 cat conftest.err >&5
11451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11452 (exit $ac_status); } && {
11453 test -z "$ac_c_werror_flag" ||
11454 test ! -s conftest.err
11455 } && test -s conftest.$ac_objext; then
11456 ac_header_compiler=yes
11458 echo "$as_me: failed program was:" >&5
11459 sed 's/^/| /' conftest.$ac_ext >&5
11461 ac_header_compiler=no
11464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11465 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11466 echo "${ECHO_T}$ac_header_compiler" >&6; }
11468 # Is the header present?
11469 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11470 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11471 cat >conftest.$ac_ext <<_ACEOF
11474 cat confdefs.h >>conftest.$ac_ext
11475 cat >>conftest.$ac_ext <<_ACEOF
11476 /* end confdefs.h. */
11477 #include <$ac_header>
11479 if { (ac_try="$ac_cpp conftest.$ac_ext"
11480 case "(($ac_try" in
11481 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11482 *) ac_try_echo
=$ac_try;;
11484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11485 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11487 grep -v '^ *+' conftest.er1
>conftest.err
11489 cat conftest.err
>&5
11490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11491 (exit $ac_status); } >/dev
/null
&& {
11492 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11493 test ! -s conftest.err
11495 ac_header_preproc
=yes
11497 echo "$as_me: failed program was:" >&5
11498 sed 's/^/| /' conftest.
$ac_ext >&5
11500 ac_header_preproc
=no
11503 rm -f conftest.err conftest.
$ac_ext
11504 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11505 echo "${ECHO_T}$ac_header_preproc" >&6; }
11507 # So? What about this header?
11508 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11511 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11512 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11513 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11514 ac_header_preproc
=yes
11517 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11518 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11519 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11520 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11521 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11522 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11523 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11524 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11525 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11526 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11527 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11528 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11530 ## ------------------------------------ ##
11531 ## Report this to wine-devel@winehq.org ##
11532 ## ------------------------------------ ##
11534 ) |
sed "s/^/$as_me: WARNING: /" >&2
11537 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11538 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11539 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11540 echo $ECHO_N "(cached) $ECHO_C" >&6
11542 eval "$as_ac_Header=\$ac_header_preproc"
11544 ac_res
=`eval echo '${'$as_ac_Header'}'`
11545 { echo "$as_me:$LINENO: result: $ac_res" >&5
11546 echo "${ECHO_T}$ac_res" >&6; }
11549 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11550 cat >>confdefs.h
<<_ACEOF
11551 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11554 for ac_header
in audio
/soundlib.h
11556 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11557 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11558 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11559 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11560 echo $ECHO_N "(cached) $ECHO_C" >&6
11562 cat >conftest.
$ac_ext <<_ACEOF
11565 cat confdefs.h
>>conftest.
$ac_ext
11566 cat >>conftest.
$ac_ext <<_ACEOF
11567 /* end confdefs.h. */
11568 #include <audio/audiolib.h>
11570 #include <$ac_header>
11572 rm -f conftest.
$ac_objext
11573 if { (ac_try
="$ac_compile"
11574 case "(($ac_try" in
11575 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11576 *) ac_try_echo=$ac_try;;
11578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11579 (eval "$ac_compile") 2>conftest.er1
11581 grep -v '^ *+' conftest.er1 >conftest.err
11583 cat conftest.err >&5
11584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11585 (exit $ac_status); } && {
11586 test -z "$ac_c_werror_flag" ||
11587 test ! -s conftest.err
11588 } && test -s conftest.$ac_objext; then
11589 eval "$as_ac_Header=yes"
11591 echo "$as_me: failed program was:" >&5
11592 sed 's/^/| /' conftest.$ac_ext >&5
11594 eval "$as_ac_Header=no"
11597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11599 ac_res=`eval echo '${'$as_ac_Header'}'`
11600 { echo "$as_me:$LINENO: result: $ac_res" >&5
11601 echo "${ECHO_T}$ac_res" >&6; }
11602 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11603 cat >>confdefs.h <<_ACEOF
11604 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11611 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11612 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11613 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11614 echo $ECHO_N "(cached) $ECHO_C" >&6
11616 ac_check_lib_save_LIBS=$LIBS
11617 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11618 cat >conftest.$ac_ext <<_ACEOF
11621 cat confdefs.h >>conftest.$ac_ext
11622 cat >>conftest.$ac_ext <<_ACEOF
11623 /* end confdefs.h. */
11625 /* Override any GCC internal prototype to avoid an error.
11626 Use char because int might match the return type of a GCC
11627 builtin and then its argument prototype would still apply. */
11631 char AuCreateFlow ();
11635 return AuCreateFlow ();
11640 rm -f conftest.$ac_objext conftest$ac_exeext
11641 if { (ac_try="$ac_link"
11642 case "(($ac_try" in
11643 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11644 *) ac_try_echo
=$ac_try;;
11646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11647 (eval "$ac_link") 2>conftest.er1
11649 grep -v '^ *+' conftest.er1
>conftest.err
11651 cat conftest.err
>&5
11652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11653 (exit $ac_status); } && {
11654 test -z "$ac_c_werror_flag" ||
11655 test ! -s conftest.err
11656 } && test -s conftest
$ac_exeext &&
11657 $as_test_x conftest
$ac_exeext; then
11658 ac_cv_lib_audio_AuCreateFlow
=yes
11660 echo "$as_me: failed program was:" >&5
11661 sed 's/^/| /' conftest.
$ac_ext >&5
11663 ac_cv_lib_audio_AuCreateFlow
=no
11666 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11667 conftest
$ac_exeext conftest.
$ac_ext
11668 LIBS
=$ac_check_lib_save_LIBS
11670 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11671 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11672 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11674 cat >>confdefs.h
<<\_ACEOF
11678 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11679 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11680 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11681 echo $ECHO_N "(cached) $ECHO_C" >&6
11683 ac_check_lib_save_LIBS
=$LIBS
11684 LIBS
="-lXau $X_LIBS $LIBS"
11685 cat >conftest.
$ac_ext <<_ACEOF
11688 cat confdefs.h
>>conftest.
$ac_ext
11689 cat >>conftest.
$ac_ext <<_ACEOF
11690 /* end confdefs.h. */
11692 /* Override any GCC internal prototype to avoid an error.
11693 Use char because int might match the return type of a GCC
11694 builtin and then its argument prototype would still apply. */
11698 char XauGetBestAuthByAddr ();
11702 return XauGetBestAuthByAddr ();
11707 rm -f conftest.
$ac_objext conftest
$ac_exeext
11708 if { (ac_try
="$ac_link"
11709 case "(($ac_try" in
11710 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11711 *) ac_try_echo=$ac_try;;
11713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11714 (eval "$ac_link") 2>conftest.er1
11716 grep -v '^ *+' conftest.er1 >conftest.err
11718 cat conftest.err >&5
11719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11720 (exit $ac_status); } && {
11721 test -z "$ac_c_werror_flag" ||
11722 test ! -s conftest.err
11723 } && test -s conftest$ac_exeext &&
11724 $as_test_x conftest$ac_exeext; then
11725 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11727 echo "$as_me: failed program was:" >&5
11728 sed 's/^/| /' conftest.$ac_ext >&5
11730 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11734 conftest$ac_exeext conftest.$ac_ext
11735 LIBS=$ac_check_lib_save_LIBS
11737 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11738 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11739 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11740 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11742 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11753 CPPFLAGS="$ac_save_CPPFLAGS"
11758 enable_winex11_drv=${enable_winex11_drv:-no}
11759 enable_opengl32=${enable_opengl32:-no}
11760 enable_glu32=${enable_glu32:-no}
11762 if test "x$XLIB" = "x"; then
11765 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11766 without X support, which probably isn't what you want. You will need to install
11767 development packages of Xlib/Xfree86 at the very least.
11768 Use the --without-x option if you really want this." >&5
11769 echo "$as_me: error: X development files not found. Wine will be built
11770 without X support, which probably isn't what you want. You will need to install
11771 development packages of Xlib/Xfree86 at the very least.
11772 Use the --without-x option if you really want this." >&2;}
11773 { (exit 1); exit 1; }; } ;;
11787 if test "x$with_xml" != "xno"
11789 ac_save_CPPFLAGS="$CPPFLAGS"
11790 if test "$PKG_CONFIG" != "false"
11792 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11793 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11795 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11796 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11798 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11800 for ac_header in libxml/parser.h
11802 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11804 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11805 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11807 echo $ECHO_N "(cached) $ECHO_C" >&6
11809 ac_res=`eval echo '${'$as_ac_Header'}'`
11810 { echo "$as_me:$LINENO: result: $ac_res" >&5
11811 echo "${ECHO_T}$ac_res" >&6; }
11813 # Is the header compilable?
11814 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11815 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11816 cat >conftest.$ac_ext <<_ACEOF
11819 cat confdefs.h >>conftest.$ac_ext
11820 cat >>conftest.$ac_ext <<_ACEOF
11821 /* end confdefs.h. */
11822 $ac_includes_default
11823 #include <$ac_header>
11825 rm -f conftest.$ac_objext
11826 if { (ac_try="$ac_compile"
11827 case "(($ac_try" in
11828 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11829 *) ac_try_echo
=$ac_try;;
11831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11832 (eval "$ac_compile") 2>conftest.er1
11834 grep -v '^ *+' conftest.er1
>conftest.err
11836 cat conftest.err
>&5
11837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11838 (exit $ac_status); } && {
11839 test -z "$ac_c_werror_flag" ||
11840 test ! -s conftest.err
11841 } && test -s conftest.
$ac_objext; then
11842 ac_header_compiler
=yes
11844 echo "$as_me: failed program was:" >&5
11845 sed 's/^/| /' conftest.
$ac_ext >&5
11847 ac_header_compiler
=no
11850 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11851 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11852 echo "${ECHO_T}$ac_header_compiler" >&6; }
11854 # Is the header present?
11855 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11856 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11857 cat >conftest.
$ac_ext <<_ACEOF
11860 cat confdefs.h
>>conftest.
$ac_ext
11861 cat >>conftest.
$ac_ext <<_ACEOF
11862 /* end confdefs.h. */
11863 #include <$ac_header>
11865 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11866 case "(($ac_try" in
11867 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11868 *) ac_try_echo=$ac_try;;
11870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11871 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11873 grep -v '^ *+' conftest.er1 >conftest.err
11875 cat conftest.err >&5
11876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11877 (exit $ac_status); } >/dev/null && {
11878 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11879 test ! -s conftest.err
11881 ac_header_preproc=yes
11883 echo "$as_me: failed program was:" >&5
11884 sed 's/^/| /' conftest.$ac_ext >&5
11886 ac_header_preproc=no
11889 rm -f conftest.err conftest.$ac_ext
11890 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11891 echo "${ECHO_T}$ac_header_preproc" >&6; }
11893 # So? What about this header?
11894 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11897 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11899 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11900 ac_header_preproc=yes
11903 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11904 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11905 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11906 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11907 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11908 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11909 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11910 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11911 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11912 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11913 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11914 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11916 ## ------------------------------------ ##
11917 ## Report this to wine-devel@winehq.org ##
11918 ## ------------------------------------ ##
11920 ) | sed "s/^/$as_me: WARNING: /" >&2
11923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11926 echo $ECHO_N "(cached) $ECHO_C" >&6
11928 eval "$as_ac_Header=\$ac_header_preproc"
11930 ac_res=`eval echo '${'$as_ac_Header'}'`
11931 { echo "$as_me:$LINENO: result: $ac_res" >&5
11932 echo "${ECHO_T}$ac_res" >&6; }
11935 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11936 cat >>confdefs.h <<_ACEOF
11937 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11939 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11940 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11941 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11942 echo $ECHO_N "(cached) $ECHO_C" >&6
11944 ac_check_lib_save_LIBS=$LIBS
11945 LIBS="-lxml2 $ac_xml_libs $LIBS"
11946 cat >conftest.$ac_ext <<_ACEOF
11949 cat confdefs.h >>conftest.$ac_ext
11950 cat >>conftest.$ac_ext <<_ACEOF
11951 /* end confdefs.h. */
11953 /* Override any GCC internal prototype to avoid an error.
11954 Use char because int might match the return type of a GCC
11955 builtin and then its argument prototype would still apply. */
11959 char xmlParseMemory ();
11963 return xmlParseMemory ();
11968 rm -f conftest.$ac_objext conftest$ac_exeext
11969 if { (ac_try="$ac_link"
11970 case "(($ac_try" in
11971 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11972 *) ac_try_echo
=$ac_try;;
11974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11975 (eval "$ac_link") 2>conftest.er1
11977 grep -v '^ *+' conftest.er1
>conftest.err
11979 cat conftest.err
>&5
11980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11981 (exit $ac_status); } && {
11982 test -z "$ac_c_werror_flag" ||
11983 test ! -s conftest.err
11984 } && test -s conftest
$ac_exeext &&
11985 $as_test_x conftest
$ac_exeext; then
11986 ac_cv_lib_xml2_xmlParseMemory
=yes
11988 echo "$as_me: failed program was:" >&5
11989 sed 's/^/| /' conftest.
$ac_ext >&5
11991 ac_cv_lib_xml2_xmlParseMemory
=no
11994 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11995 conftest
$ac_exeext conftest.
$ac_ext
11996 LIBS
=$ac_check_lib_save_LIBS
11998 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11999 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12000 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12002 cat >>confdefs.h
<<\_ACEOF
12003 #define HAVE_LIBXML2 1
12006 XML2LIBS
="$ac_xml_libs"
12007 XML2INCL
="$ac_xml_cflags"
12010 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12011 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12012 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12013 echo $ECHO_N "(cached) $ECHO_C" >&6
12015 ac_check_lib_save_LIBS
=$LIBS
12016 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12017 cat >conftest.
$ac_ext <<_ACEOF
12020 cat confdefs.h
>>conftest.
$ac_ext
12021 cat >>conftest.
$ac_ext <<_ACEOF
12022 /* end confdefs.h. */
12024 /* Override any GCC internal prototype to avoid an error.
12025 Use char because int might match the return type of a GCC
12026 builtin and then its argument prototype would still apply. */
12030 char xmlReadMemory ();
12034 return xmlReadMemory ();
12039 rm -f conftest.
$ac_objext conftest
$ac_exeext
12040 if { (ac_try
="$ac_link"
12041 case "(($ac_try" in
12042 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12043 *) ac_try_echo=$ac_try;;
12045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12046 (eval "$ac_link") 2>conftest.er1
12048 grep -v '^ *+' conftest.er1 >conftest.err
12050 cat conftest.err >&5
12051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12052 (exit $ac_status); } && {
12053 test -z "$ac_c_werror_flag" ||
12054 test ! -s conftest.err
12055 } && test -s conftest$ac_exeext &&
12056 $as_test_x conftest$ac_exeext; then
12057 ac_cv_lib_xml2_xmlReadMemory=yes
12059 echo "$as_me: failed program was:" >&5
12060 sed 's/^/| /' conftest.$ac_ext >&5
12062 ac_cv_lib_xml2_xmlReadMemory=no
12065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12066 conftest$ac_exeext conftest.$ac_ext
12067 LIBS=$ac_check_lib_save_LIBS
12069 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12070 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12071 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12073 cat >>confdefs.h <<\_ACEOF
12074 #define HAVE_XMLREADMEMORY 1
12079 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12080 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12081 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12082 echo $ECHO_N "(cached) $ECHO_C" >&6
12084 ac_check_lib_save_LIBS=$LIBS
12085 LIBS="-lxml2 $ac_xml_libs $LIBS"
12086 cat >conftest.$ac_ext <<_ACEOF
12089 cat confdefs.h >>conftest.$ac_ext
12090 cat >>conftest.$ac_ext <<_ACEOF
12091 /* end confdefs.h. */
12093 /* Override any GCC internal prototype to avoid an error.
12094 Use char because int might match the return type of a GCC
12095 builtin and then its argument prototype would still apply. */
12099 char xmlNewDocPI ();
12103 return xmlNewDocPI ();
12108 rm -f conftest.$ac_objext conftest$ac_exeext
12109 if { (ac_try="$ac_link"
12110 case "(($ac_try" in
12111 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12112 *) ac_try_echo
=$ac_try;;
12114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12115 (eval "$ac_link") 2>conftest.er1
12117 grep -v '^ *+' conftest.er1
>conftest.err
12119 cat conftest.err
>&5
12120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12121 (exit $ac_status); } && {
12122 test -z "$ac_c_werror_flag" ||
12123 test ! -s conftest.err
12124 } && test -s conftest
$ac_exeext &&
12125 $as_test_x conftest
$ac_exeext; then
12126 ac_cv_lib_xml2_xmlNewDocPI
=yes
12128 echo "$as_me: failed program was:" >&5
12129 sed 's/^/| /' conftest.
$ac_ext >&5
12131 ac_cv_lib_xml2_xmlNewDocPI
=no
12134 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12135 conftest
$ac_exeext conftest.
$ac_ext
12136 LIBS
=$ac_check_lib_save_LIBS
12138 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12139 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12140 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12142 cat >>confdefs.h
<<\_ACEOF
12143 #define HAVE_XMLNEWDOCPI 1
12153 CPPFLAGS
="$ac_save_CPPFLAGS"
12155 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12156 case "x$with_xml" in
12157 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12159 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12160 This is an error since --with-xml was requested." >&5
12161 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12162 This is an error since --with-xml was requested." >&2;}
12163 { (exit 1); exit 1; }; } ;;
12168 if test "x$with_xslt" != "xno"
12170 if test "$PKG_CONFIG" != "false"
12172 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12173 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12175 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12176 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12178 ac_save_CPPFLAGS
="$CPPFLAGS"
12179 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12182 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12184 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12185 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12186 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12187 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12188 echo $ECHO_N "(cached) $ECHO_C" >&6
12190 cat >conftest.
$ac_ext <<_ACEOF
12193 cat confdefs.h
>>conftest.
$ac_ext
12194 cat >>conftest.
$ac_ext <<_ACEOF
12195 /* end confdefs.h. */
12196 #ifdef HAVE_LIBXSLT_PATTERN_H
12197 # include <libxslt/pattern.h>
12200 #include <$ac_header>
12202 rm -f conftest.
$ac_objext
12203 if { (ac_try
="$ac_compile"
12204 case "(($ac_try" in
12205 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12206 *) ac_try_echo=$ac_try;;
12208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12209 (eval "$ac_compile") 2>conftest.er1
12211 grep -v '^ *+' conftest.er1 >conftest.err
12213 cat conftest.err >&5
12214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12215 (exit $ac_status); } && {
12216 test -z "$ac_c_werror_flag" ||
12217 test ! -s conftest.err
12218 } && test -s conftest.$ac_objext; then
12219 eval "$as_ac_Header=yes"
12221 echo "$as_me: failed program was:" >&5
12222 sed 's/^/| /' conftest.$ac_ext >&5
12224 eval "$as_ac_Header=no"
12227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12229 ac_res=`eval echo '${'$as_ac_Header'}'`
12230 { echo "$as_me:$LINENO: result: $ac_res" >&5
12231 echo "${ECHO_T}$ac_res" >&6; }
12232 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12233 cat >>confdefs.h <<_ACEOF
12234 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12241 CPPFLAGS="$ac_save_CPPFLAGS"
12242 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12244 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12245 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12246 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12247 echo $ECHO_N "(cached) $ECHO_C" >&6
12249 ac_check_lib_save_LIBS=$LIBS
12250 LIBS="-lxslt $ac_xslt_libs $LIBS"
12251 cat >conftest.$ac_ext <<_ACEOF
12254 cat confdefs.h >>conftest.$ac_ext
12255 cat >>conftest.$ac_ext <<_ACEOF
12256 /* end confdefs.h. */
12258 /* Override any GCC internal prototype to avoid an error.
12259 Use char because int might match the return type of a GCC
12260 builtin and then its argument prototype would still apply. */
12264 char xsltCompilePattern ();
12268 return xsltCompilePattern ();
12273 rm -f conftest.$ac_objext conftest$ac_exeext
12274 if { (ac_try="$ac_link"
12275 case "(($ac_try" in
12276 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12277 *) ac_try_echo
=$ac_try;;
12279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12280 (eval "$ac_link") 2>conftest.er1
12282 grep -v '^ *+' conftest.er1
>conftest.err
12284 cat conftest.err
>&5
12285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12286 (exit $ac_status); } && {
12287 test -z "$ac_c_werror_flag" ||
12288 test ! -s conftest.err
12289 } && test -s conftest
$ac_exeext &&
12290 $as_test_x conftest
$ac_exeext; then
12291 ac_cv_lib_xslt_xsltCompilePattern
=yes
12293 echo "$as_me: failed program was:" >&5
12294 sed 's/^/| /' conftest.
$ac_ext >&5
12296 ac_cv_lib_xslt_xsltCompilePattern
=no
12299 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12300 conftest
$ac_exeext conftest.
$ac_ext
12301 LIBS
=$ac_check_lib_save_LIBS
12303 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12304 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12305 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12307 cat >>confdefs.h
<<\_ACEOF
12308 #define HAVE_LIBXSLT 1
12311 XSLTLIBS
="$ac_xslt_libs"
12312 XSLTINCL
="$ac_xslt_cflags"
12313 ac_save_LIBS
="$LIBS"
12314 LIBS
="$LIBS $ac_xslt_libs"
12316 for ac_func
in xsltInit
12318 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12319 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12320 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12321 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12322 echo $ECHO_N "(cached) $ECHO_C" >&6
12324 cat >conftest.
$ac_ext <<_ACEOF
12327 cat confdefs.h
>>conftest.
$ac_ext
12328 cat >>conftest.
$ac_ext <<_ACEOF
12329 /* end confdefs.h. */
12330 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12332 #define $ac_func innocuous_$ac_func
12334 /* System header to define __stub macros and hopefully few prototypes,
12335 which can conflict with char $ac_func (); below.
12336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12337 <limits.h> exists even on freestanding compilers. */
12340 # include <limits.h>
12342 # include <assert.h>
12347 /* Override any GCC internal prototype to avoid an error.
12348 Use char because int might match the return type of a GCC
12349 builtin and then its argument prototype would still apply. */
12354 /* The GNU C library defines this for functions which it implements
12355 to always fail with ENOSYS. Some functions are actually named
12356 something starting with __ and the normal name is an alias. */
12357 #if defined __stub_$ac_func || defined __stub___$ac_func
12364 return $ac_func ();
12369 rm -f conftest.
$ac_objext conftest
$ac_exeext
12370 if { (ac_try
="$ac_link"
12371 case "(($ac_try" in
12372 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12373 *) ac_try_echo=$ac_try;;
12375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12376 (eval "$ac_link") 2>conftest.er1
12378 grep -v '^ *+' conftest.er1 >conftest.err
12380 cat conftest.err >&5
12381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382 (exit $ac_status); } && {
12383 test -z "$ac_c_werror_flag" ||
12384 test ! -s conftest.err
12385 } && test -s conftest$ac_exeext &&
12386 $as_test_x conftest$ac_exeext; then
12387 eval "$as_ac_var=yes"
12389 echo "$as_me: failed program was:" >&5
12390 sed 's/^/| /' conftest.$ac_ext >&5
12392 eval "$as_ac_var=no"
12395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12396 conftest$ac_exeext conftest.$ac_ext
12398 ac_res=`eval echo '${'$as_ac_var'}'`
12399 { echo "$as_me:$LINENO: result: $ac_res" >&5
12400 echo "${ECHO_T}$ac_res" >&6; }
12401 if test `eval echo '${'$as_ac_var'}'` = yes; then
12402 cat >>confdefs.h <<_ACEOF
12403 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12409 LIBS="$ac_save_LIBS"
12414 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12415 case "x$with_xslt" in
12416 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12418 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12419 This is an error since --with-xslt was requested." >&5
12420 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12421 This is an error since --with-xslt was requested." >&2;}
12422 { (exit 1); exit 1; }; } ;;
12429 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12431 ac_save_CPPFLAGS="$CPPFLAGS"
12432 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12433 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12434 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12437 for ac_header in dbus/dbus.h hal/libhal.h
12439 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12440 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12441 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12442 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12444 echo $ECHO_N "(cached) $ECHO_C" >&6
12446 ac_res=`eval echo '${'$as_ac_Header'}'`
12447 { echo "$as_me:$LINENO: result: $ac_res" >&5
12448 echo "${ECHO_T}$ac_res" >&6; }
12450 # Is the header compilable?
12451 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12452 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12453 cat >conftest.$ac_ext <<_ACEOF
12456 cat confdefs.h >>conftest.$ac_ext
12457 cat >>conftest.$ac_ext <<_ACEOF
12458 /* end confdefs.h. */
12459 $ac_includes_default
12460 #include <$ac_header>
12462 rm -f conftest.$ac_objext
12463 if { (ac_try="$ac_compile"
12464 case "(($ac_try" in
12465 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12466 *) ac_try_echo
=$ac_try;;
12468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12469 (eval "$ac_compile") 2>conftest.er1
12471 grep -v '^ *+' conftest.er1
>conftest.err
12473 cat conftest.err
>&5
12474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12475 (exit $ac_status); } && {
12476 test -z "$ac_c_werror_flag" ||
12477 test ! -s conftest.err
12478 } && test -s conftest.
$ac_objext; then
12479 ac_header_compiler
=yes
12481 echo "$as_me: failed program was:" >&5
12482 sed 's/^/| /' conftest.
$ac_ext >&5
12484 ac_header_compiler
=no
12487 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12488 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12489 echo "${ECHO_T}$ac_header_compiler" >&6; }
12491 # Is the header present?
12492 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12493 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12494 cat >conftest.
$ac_ext <<_ACEOF
12497 cat confdefs.h
>>conftest.
$ac_ext
12498 cat >>conftest.
$ac_ext <<_ACEOF
12499 /* end confdefs.h. */
12500 #include <$ac_header>
12502 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12503 case "(($ac_try" in
12504 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12505 *) ac_try_echo=$ac_try;;
12507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12508 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12510 grep -v '^ *+' conftest.er1 >conftest.err
12512 cat conftest.err >&5
12513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12514 (exit $ac_status); } >/dev/null && {
12515 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12516 test ! -s conftest.err
12518 ac_header_preproc=yes
12520 echo "$as_me: failed program was:" >&5
12521 sed 's/^/| /' conftest.$ac_ext >&5
12523 ac_header_preproc=no
12526 rm -f conftest.err conftest.$ac_ext
12527 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12528 echo "${ECHO_T}$ac_header_preproc" >&6; }
12530 # So? What about this header?
12531 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12534 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12535 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12536 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12537 ac_header_preproc=yes
12540 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12541 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12542 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12543 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12544 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12545 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12546 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12547 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12548 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12549 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12550 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12551 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12553 ## ------------------------------------ ##
12554 ## Report this to wine-devel@winehq.org ##
12555 ## ------------------------------------ ##
12557 ) | sed "s/^/$as_me: WARNING: /" >&2
12560 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12561 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12563 echo $ECHO_N "(cached) $ECHO_C" >&6
12565 eval "$as_ac_Header=\$ac_header_preproc"
12567 ac_res=`eval echo '${'$as_ac_Header'}'`
12568 { echo "$as_me:$LINENO: result: $ac_res" >&5
12569 echo "${ECHO_T}$ac_res" >&6; }
12572 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12573 cat >>confdefs.h <<_ACEOF
12574 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12581 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12583 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12584 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12585 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12586 echo $ECHO_N "(cached) $ECHO_C" >&6
12588 ac_check_lib_save_LIBS=$LIBS
12589 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12590 cat >conftest.$ac_ext <<_ACEOF
12593 cat confdefs.h >>conftest.$ac_ext
12594 cat >>conftest.$ac_ext <<_ACEOF
12595 /* end confdefs.h. */
12597 /* Override any GCC internal prototype to avoid an error.
12598 Use char because int might match the return type of a GCC
12599 builtin and then its argument prototype would still apply. */
12603 char dbus_connection_close ();
12607 return dbus_connection_close ();
12612 rm -f conftest.$ac_objext conftest$ac_exeext
12613 if { (ac_try="$ac_link"
12614 case "(($ac_try" in
12615 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12616 *) ac_try_echo
=$ac_try;;
12618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12619 (eval "$ac_link") 2>conftest.er1
12621 grep -v '^ *+' conftest.er1
>conftest.err
12623 cat conftest.err
>&5
12624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12625 (exit $ac_status); } && {
12626 test -z "$ac_c_werror_flag" ||
12627 test ! -s conftest.err
12628 } && test -s conftest
$ac_exeext &&
12629 $as_test_x conftest
$ac_exeext; then
12630 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12632 echo "$as_me: failed program was:" >&5
12633 sed 's/^/| /' conftest.
$ac_ext >&5
12635 ac_cv_lib_dbus_1_dbus_connection_close
=no
12638 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12639 conftest
$ac_exeext conftest.
$ac_ext
12640 LIBS
=$ac_check_lib_save_LIBS
12642 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12643 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12644 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12645 { echo "$as_me:$LINENO: checking for -lhal" >&5
12646 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12647 if test "${ac_cv_lib_soname_hal+set}" = set; then
12648 echo $ECHO_N "(cached) $ECHO_C" >&6
12650 ac_check_soname_save_LIBS
=$LIBS
12651 LIBS
="-lhal $ac_hal_libs $LIBS"
12652 cat >conftest.
$ac_ext <<_ACEOF
12655 cat confdefs.h
>>conftest.
$ac_ext
12656 cat >>conftest.
$ac_ext <<_ACEOF
12657 /* end confdefs.h. */
12659 /* Override any GCC internal prototype to avoid an error.
12660 Use char because int might match the return type of a GCC
12661 builtin and then its argument prototype would still apply. */
12665 char libhal_ctx_new ();
12669 return libhal_ctx_new ();
12674 rm -f conftest.
$ac_objext conftest
$ac_exeext
12675 if { (ac_try
="$ac_link"
12676 case "(($ac_try" in
12677 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12678 *) ac_try_echo=$ac_try;;
12680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12681 (eval "$ac_link") 2>conftest.er1
12683 grep -v '^ *+' conftest.er1 >conftest.err
12685 cat conftest.err >&5
12686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12687 (exit $ac_status); } && {
12688 test -z "$ac_c_werror_flag" ||
12689 test ! -s conftest.err
12690 } && test -s conftest$ac_exeext &&
12691 $as_test_x conftest$ac_exeext; then
12694 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'` ;;
12695 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12698 echo "$as_me: failed program was:" >&5
12699 sed 's/^/| /' conftest.$ac_ext >&5
12704 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12705 conftest$ac_exeext conftest.$ac_ext
12706 LIBS=$ac_check_soname_save_LIBS
12708 if test "x$ac_cv_lib_soname_hal" = "x"; then
12709 { echo "$as_me:$LINENO: result: not found" >&5
12710 echo "${ECHO_T}not found" >&6; }
12713 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12714 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12716 cat >>confdefs.h <<_ACEOF
12717 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12720 HALINCL="$ac_hal_cflags"
12726 CPPFLAGS="$ac_save_CPPFLAGS"
12728 if test "x$ac_cv_lib_soname_hal" = "x"; then
12729 case "x$with_hal" in
12730 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12732 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12733 This is an error since --with-hal was requested." >&5
12734 echo "$as_me: error: libhal development files not found, no dynamic device support.
12735 This is an error since --with-hal was requested." >&2;}
12736 { (exit 1); exit 1; }; } ;;
12742 if test "$ac_cv_header_ncurses_h" = "yes"
12744 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12745 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12746 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12747 echo $ECHO_N "(cached) $ECHO_C" >&6
12749 ac_check_soname_save_LIBS=$LIBS
12750 LIBS="-lncurses $LIBS"
12751 cat >conftest.$ac_ext <<_ACEOF
12754 cat confdefs.h >>conftest.$ac_ext
12755 cat >>conftest.$ac_ext <<_ACEOF
12756 /* end confdefs.h. */
12758 /* Override any GCC internal prototype to avoid an error.
12759 Use char because int might match the return type of a GCC
12760 builtin and then its argument prototype would still apply. */
12773 rm -f conftest.$ac_objext conftest$ac_exeext
12774 if { (ac_try="$ac_link"
12775 case "(($ac_try" in
12776 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12777 *) ac_try_echo
=$ac_try;;
12779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12780 (eval "$ac_link") 2>conftest.er1
12782 grep -v '^ *+' conftest.er1
>conftest.err
12784 cat conftest.err
>&5
12785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12786 (exit $ac_status); } && {
12787 test -z "$ac_c_werror_flag" ||
12788 test ! -s conftest.err
12789 } && test -s conftest
$ac_exeext &&
12790 $as_test_x conftest
$ac_exeext; then
12793 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'` ;;
12794 *) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12797 echo "$as_me: failed program was:" >&5
12798 sed 's/^/| /' conftest.
$ac_ext >&5
12803 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12804 conftest
$ac_exeext conftest.
$ac_ext
12805 LIBS
=$ac_check_soname_save_LIBS
12807 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12808 { echo "$as_me:$LINENO: result: not found" >&5
12809 echo "${ECHO_T}not found" >&6; }
12812 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12813 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12815 cat >>confdefs.h
<<_ACEOF
12816 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12819 CURSESLIBS
="-lncurses"
12822 elif test "$ac_cv_header_curses_h" = "yes"
12824 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12825 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12826 if test "${ac_cv_lib_soname_curses+set}" = set; then
12827 echo $ECHO_N "(cached) $ECHO_C" >&6
12829 ac_check_soname_save_LIBS
=$LIBS
12830 LIBS
="-lcurses $LIBS"
12831 cat >conftest.
$ac_ext <<_ACEOF
12834 cat confdefs.h
>>conftest.
$ac_ext
12835 cat >>conftest.
$ac_ext <<_ACEOF
12836 /* end confdefs.h. */
12838 /* Override any GCC internal prototype to avoid an error.
12839 Use char because int might match the return type of a GCC
12840 builtin and then its argument prototype would still apply. */
12853 rm -f conftest.
$ac_objext conftest
$ac_exeext
12854 if { (ac_try
="$ac_link"
12855 case "(($ac_try" in
12856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12857 *) ac_try_echo=$ac_try;;
12859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12860 (eval "$ac_link") 2>conftest.er1
12862 grep -v '^ *+' conftest.er1 >conftest.err
12864 cat conftest.err >&5
12865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12866 (exit $ac_status); } && {
12867 test -z "$ac_c_werror_flag" ||
12868 test ! -s conftest.err
12869 } && test -s conftest$ac_exeext &&
12870 $as_test_x conftest$ac_exeext; then
12873 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'` ;;
12874 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcurses\\.$LIBEXT" |
sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12877 echo "$as_me: failed program was:" >&5
12878 sed 's/^/| /' conftest.$ac_ext >&5
12883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12884 conftest$ac_exeext conftest.$ac_ext
12885 LIBS=$ac_check_soname_save_LIBS
12887 if test "x$ac_cv_lib_soname_curses" = "x"; then
12888 { echo "$as_me:$LINENO: result: not found" >&5
12889 echo "${ECHO_T}not found" >&6; }
12892 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12893 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12895 cat >>confdefs.h <<_ACEOF
12896 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12899 CURSESLIBS="-lcurses"
12903 ac_save_LIBS="$LIBS"
12904 LIBS="$LIBS $CURSESLIBS"
12906 for ac_func in mousemask
12908 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12909 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12910 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12911 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12912 echo $ECHO_N "(cached) $ECHO_C" >&6
12914 cat >conftest.$ac_ext <<_ACEOF
12917 cat confdefs.h >>conftest.$ac_ext
12918 cat >>conftest.$ac_ext <<_ACEOF
12919 /* end confdefs.h. */
12920 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12921 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12922 #define $ac_func innocuous_$ac_func
12924 /* System header to define __stub macros and hopefully few prototypes,
12925 which can conflict with char $ac_func (); below.
12926 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12927 <limits.h> exists even on freestanding compilers. */
12930 # include <limits.h>
12932 # include <assert.h>
12937 /* Override any GCC internal prototype to avoid an error.
12938 Use char because int might match the return type of a GCC
12939 builtin and then its argument prototype would still apply. */
12944 /* The GNU C library defines this for functions which it implements
12945 to always fail with ENOSYS. Some functions are actually named
12946 something starting with __ and the normal name is an alias. */
12947 #if defined __stub_$ac_func || defined __stub___$ac_func
12954 return $ac_func ();
12959 rm -f conftest.$ac_objext conftest$ac_exeext
12960 if { (ac_try="$ac_link"
12961 case "(($ac_try" in
12962 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12963 *) ac_try_echo
=$ac_try;;
12965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12966 (eval "$ac_link") 2>conftest.er1
12968 grep -v '^ *+' conftest.er1
>conftest.err
12970 cat conftest.err
>&5
12971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12972 (exit $ac_status); } && {
12973 test -z "$ac_c_werror_flag" ||
12974 test ! -s conftest.err
12975 } && test -s conftest
$ac_exeext &&
12976 $as_test_x conftest
$ac_exeext; then
12977 eval "$as_ac_var=yes"
12979 echo "$as_me: failed program was:" >&5
12980 sed 's/^/| /' conftest.
$ac_ext >&5
12982 eval "$as_ac_var=no"
12985 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12986 conftest
$ac_exeext conftest.
$ac_ext
12988 ac_res
=`eval echo '${'$as_ac_var'}'`
12989 { echo "$as_me:$LINENO: result: $ac_res" >&5
12990 echo "${ECHO_T}$ac_res" >&6; }
12991 if test `eval echo '${'$as_ac_var'}'` = yes; then
12992 cat >>confdefs.h
<<_ACEOF
12993 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12999 LIBS
="$ac_save_LIBS"
13000 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13001 case "x$with_curses" in
13002 x
) wine_notices
="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13004 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13005 This is an error since --with-curses was requested." >&5
13006 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13007 This is an error since --with-curses was requested." >&2;}
13008 { (exit 1); exit 1; }; } ;;
13013 # Extract the first word of "sane-config", so it can be a program name with args.
13014 set dummy sane-config
; ac_word
=$2
13015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13017 if test "${ac_cv_prog_sane_devel+set}" = set; then
13018 echo $ECHO_N "(cached) $ECHO_C" >&6
13020 if test -n "$sane_devel"; then
13021 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
13023 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13024 for as_dir
in $PATH
13027 test -z "$as_dir" && as_dir
=.
13028 for ac_exec_ext
in '' $ac_executable_extensions; do
13029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13030 ac_cv_prog_sane_devel
="sane-config"
13031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13038 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
13041 sane_devel
=$ac_cv_prog_sane_devel
13042 if test -n "$sane_devel"; then
13043 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13044 echo "${ECHO_T}$sane_devel" >&6; }
13046 { echo "$as_me:$LINENO: result: no" >&5
13047 echo "${ECHO_T}no" >&6; }
13051 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13053 ac_sane_incl
="`$sane_devel --cflags`"
13054 ac_sane_libs
="`$sane_devel --ldflags`"
13055 ac_save_CPPFLAGS
="$CPPFLAGS"
13056 CPPFLAGS
="$CPPFLAGS $ac_sane_incl"
13057 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13058 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13059 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13060 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13061 echo $ECHO_N "(cached) $ECHO_C" >&6
13063 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13064 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13066 # Is the header compilable?
13067 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13068 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13069 cat >conftest.
$ac_ext <<_ACEOF
13072 cat confdefs.h
>>conftest.
$ac_ext
13073 cat >>conftest.
$ac_ext <<_ACEOF
13074 /* end confdefs.h. */
13075 $ac_includes_default
13076 #include <sane/sane.h>
13078 rm -f conftest.
$ac_objext
13079 if { (ac_try
="$ac_compile"
13080 case "(($ac_try" in
13081 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13082 *) ac_try_echo=$ac_try;;
13084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13085 (eval "$ac_compile") 2>conftest.er1
13087 grep -v '^ *+' conftest.er1 >conftest.err
13089 cat conftest.err >&5
13090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13091 (exit $ac_status); } && {
13092 test -z "$ac_c_werror_flag" ||
13093 test ! -s conftest.err
13094 } && test -s conftest.$ac_objext; then
13095 ac_header_compiler=yes
13097 echo "$as_me: failed program was:" >&5
13098 sed 's/^/| /' conftest.$ac_ext >&5
13100 ac_header_compiler=no
13103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13104 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13105 echo "${ECHO_T}$ac_header_compiler" >&6; }
13107 # Is the header present?
13108 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13109 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13110 cat >conftest.$ac_ext <<_ACEOF
13113 cat confdefs.h >>conftest.$ac_ext
13114 cat >>conftest.$ac_ext <<_ACEOF
13115 /* end confdefs.h. */
13116 #include <sane/sane.h>
13118 if { (ac_try="$ac_cpp conftest.$ac_ext"
13119 case "(($ac_try" in
13120 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13121 *) ac_try_echo
=$ac_try;;
13123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13124 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13126 grep -v '^ *+' conftest.er1
>conftest.err
13128 cat conftest.err
>&5
13129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13130 (exit $ac_status); } >/dev
/null
&& {
13131 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13132 test ! -s conftest.err
13134 ac_header_preproc
=yes
13136 echo "$as_me: failed program was:" >&5
13137 sed 's/^/| /' conftest.
$ac_ext >&5
13139 ac_header_preproc
=no
13142 rm -f conftest.err conftest.
$ac_ext
13143 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13144 echo "${ECHO_T}$ac_header_preproc" >&6; }
13146 # So? What about this header?
13147 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13150 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13151 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13152 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13153 ac_header_preproc
=yes
13156 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13157 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13158 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13159 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13160 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13161 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13162 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13163 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13164 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13165 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13166 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13167 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13169 ## ------------------------------------ ##
13170 ## Report this to wine-devel@winehq.org ##
13171 ## ------------------------------------ ##
13173 ) |
sed "s/^/$as_me: WARNING: /" >&2
13176 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13177 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13178 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13179 echo $ECHO_N "(cached) $ECHO_C" >&6
13181 ac_cv_header_sane_sane_h
=$ac_header_preproc
13183 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13184 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13187 if test $ac_cv_header_sane_sane_h = yes; then
13188 { echo "$as_me:$LINENO: checking for -lsane" >&5
13189 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13190 if test "${ac_cv_lib_soname_sane+set}" = set; then
13191 echo $ECHO_N "(cached) $ECHO_C" >&6
13193 ac_check_soname_save_LIBS
=$LIBS
13194 LIBS
="-lsane $ac_sane_libs $LIBS"
13195 cat >conftest.
$ac_ext <<_ACEOF
13198 cat confdefs.h
>>conftest.
$ac_ext
13199 cat >>conftest.
$ac_ext <<_ACEOF
13200 /* end confdefs.h. */
13202 /* Override any GCC internal prototype to avoid an error.
13203 Use char because int might match the return type of a GCC
13204 builtin and then its argument prototype would still apply. */
13212 return sane_init ();
13217 rm -f conftest.
$ac_objext conftest
$ac_exeext
13218 if { (ac_try
="$ac_link"
13219 case "(($ac_try" in
13220 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13221 *) ac_try_echo=$ac_try;;
13223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13224 (eval "$ac_link") 2>conftest.er1
13226 grep -v '^ *+' conftest.er1 >conftest.err
13228 cat conftest.err >&5
13229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13230 (exit $ac_status); } && {
13231 test -z "$ac_c_werror_flag" ||
13232 test ! -s conftest.err
13233 } && test -s conftest$ac_exeext &&
13234 $as_test_x conftest$ac_exeext; then
13237 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'` ;;
13238 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libsane\\.$LIBEXT" |
sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13241 echo "$as_me: failed program was:" >&5
13242 sed 's/^/| /' conftest.$ac_ext >&5
13247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13248 conftest$ac_exeext conftest.$ac_ext
13249 LIBS=$ac_check_soname_save_LIBS
13251 if test "x$ac_cv_lib_soname_sane" = "x"; then
13252 { echo "$as_me:$LINENO: result: not found" >&5
13253 echo "${ECHO_T}not found" >&6; }
13256 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13257 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13259 cat >>confdefs.h <<_ACEOF
13260 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13263 SANEINCL="$ac_sane_incl"
13270 CPPFLAGS="$ac_save_CPPFLAGS"
13272 if test "x$ac_cv_lib_soname_sane" = "x"; then
13273 case "x$with_sane" in
13274 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13276 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13277 This is an error since --with-sane was requested." >&5
13278 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13279 This is an error since --with-sane was requested." >&2;}
13280 { (exit 1); exit 1; }; } ;;
13285 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13286 set dummy gphoto2-config; ac_word=$2
13287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13289 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13290 echo $ECHO_N "(cached) $ECHO_C" >&6
13292 if test -n "$gphoto2_devel"; then
13293 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13296 for as_dir in $PATH
13299 test -z "$as_dir" && as_dir=.
13300 for ac_exec_ext in '' $ac_executable_extensions; do
13301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13302 ac_cv_prog_gphoto2_devel="gphoto2-config"
13303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13310 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13313 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13314 if test -n "$gphoto2_devel"; then
13315 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13316 echo "${ECHO_T}$gphoto2_devel" >&6; }
13318 { echo "$as_me:$LINENO: result: no" >&5
13319 echo "${ECHO_T}no" >&6; }
13323 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13324 set dummy gphoto2-port-config; ac_word=$2
13325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13327 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13328 echo $ECHO_N "(cached) $ECHO_C" >&6
13330 if test -n "$gphoto2port_devel"; then
13331 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13334 for as_dir in $PATH
13337 test -z "$as_dir" && as_dir=.
13338 for ac_exec_ext in '' $ac_executable_extensions; do
13339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13340 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13348 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13351 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13352 if test -n "$gphoto2port_devel"; then
13353 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13354 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13356 { echo "$as_me:$LINENO: result: no" >&5
13357 echo "${ECHO_T}no" >&6; }
13361 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13363 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13365 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13368 -L/usr/lib|-L/usr/lib64) ;;
13369 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13372 ac_save_CPPFLAGS="$CPPFLAGS"
13373 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13374 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13375 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13376 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13377 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13378 echo $ECHO_N "(cached) $ECHO_C" >&6
13380 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13381 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13383 # Is the header compilable?
13384 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13385 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13386 cat >conftest.$ac_ext <<_ACEOF
13389 cat confdefs.h >>conftest.$ac_ext
13390 cat >>conftest.$ac_ext <<_ACEOF
13391 /* end confdefs.h. */
13392 $ac_includes_default
13393 #include <gphoto2-camera.h>
13395 rm -f conftest.$ac_objext
13396 if { (ac_try="$ac_compile"
13397 case "(($ac_try" in
13398 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13399 *) ac_try_echo
=$ac_try;;
13401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13402 (eval "$ac_compile") 2>conftest.er1
13404 grep -v '^ *+' conftest.er1
>conftest.err
13406 cat conftest.err
>&5
13407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13408 (exit $ac_status); } && {
13409 test -z "$ac_c_werror_flag" ||
13410 test ! -s conftest.err
13411 } && test -s conftest.
$ac_objext; then
13412 ac_header_compiler
=yes
13414 echo "$as_me: failed program was:" >&5
13415 sed 's/^/| /' conftest.
$ac_ext >&5
13417 ac_header_compiler
=no
13420 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13421 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13422 echo "${ECHO_T}$ac_header_compiler" >&6; }
13424 # Is the header present?
13425 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13426 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13427 cat >conftest.
$ac_ext <<_ACEOF
13430 cat confdefs.h
>>conftest.
$ac_ext
13431 cat >>conftest.
$ac_ext <<_ACEOF
13432 /* end confdefs.h. */
13433 #include <gphoto2-camera.h>
13435 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13436 case "(($ac_try" in
13437 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13438 *) ac_try_echo=$ac_try;;
13440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13441 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13443 grep -v '^ *+' conftest.er1 >conftest.err
13445 cat conftest.err >&5
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); } >/dev/null && {
13448 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13449 test ! -s conftest.err
13451 ac_header_preproc=yes
13453 echo "$as_me: failed program was:" >&5
13454 sed 's/^/| /' conftest.$ac_ext >&5
13456 ac_header_preproc=no
13459 rm -f conftest.err conftest.$ac_ext
13460 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13461 echo "${ECHO_T}$ac_header_preproc" >&6; }
13463 # So? What about this header?
13464 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13468 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13469 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13470 ac_header_preproc=yes
13473 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13474 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13475 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13476 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13477 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13478 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13479 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13480 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13481 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13482 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13483 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13484 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13486 ## ------------------------------------ ##
13487 ## Report this to wine-devel@winehq.org ##
13488 ## ------------------------------------ ##
13490 ) | sed "s/^/$as_me: WARNING: /" >&2
13493 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13494 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13495 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13496 echo $ECHO_N "(cached) $ECHO_C" >&6
13498 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13500 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13501 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13504 if test $ac_cv_header_gphoto2_camera_h = yes; then
13505 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13506 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13507 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13508 echo $ECHO_N "(cached) $ECHO_C" >&6
13510 ac_check_lib_save_LIBS=$LIBS
13511 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13512 cat >conftest.$ac_ext <<_ACEOF
13515 cat confdefs.h >>conftest.$ac_ext
13516 cat >>conftest.$ac_ext <<_ACEOF
13517 /* end confdefs.h. */
13519 /* Override any GCC internal prototype to avoid an error.
13520 Use char because int might match the return type of a GCC
13521 builtin and then its argument prototype would still apply. */
13525 char gp_camera_new ();
13529 return gp_camera_new ();
13534 rm -f conftest.$ac_objext conftest$ac_exeext
13535 if { (ac_try="$ac_link"
13536 case "(($ac_try" in
13537 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13538 *) ac_try_echo
=$ac_try;;
13540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13541 (eval "$ac_link") 2>conftest.er1
13543 grep -v '^ *+' conftest.er1
>conftest.err
13545 cat conftest.err
>&5
13546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13547 (exit $ac_status); } && {
13548 test -z "$ac_c_werror_flag" ||
13549 test ! -s conftest.err
13550 } && test -s conftest
$ac_exeext &&
13551 $as_test_x conftest
$ac_exeext; then
13552 ac_cv_lib_gphoto2_gp_camera_new
=yes
13554 echo "$as_me: failed program was:" >&5
13555 sed 's/^/| /' conftest.
$ac_ext >&5
13557 ac_cv_lib_gphoto2_gp_camera_new
=no
13560 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13561 conftest
$ac_exeext conftest.
$ac_ext
13562 LIBS
=$ac_check_lib_save_LIBS
13564 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13565 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13566 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13568 cat >>confdefs.h
<<\_ACEOF
13569 #define HAVE_GPHOTO2 1
13572 GPHOTO2LIBS
="$ac_gphoto2_libs"
13574 GPHOTO2INCL
="$ac_gphoto2_incl"
13581 CPPFLAGS
="$ac_save_CPPFLAGS"
13583 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13584 case "x$with_gphoto" in
13585 x
) wine_notices
="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13587 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13588 This is an error since --with-gphoto was requested." >&5
13589 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13590 This is an error since --with-gphoto was requested." >&2;}
13591 { (exit 1); exit 1; }; } ;;
13599 if test "$ac_cv_header_resolv_h" = "yes"
13601 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13602 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13603 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13604 echo $ECHO_N "(cached) $ECHO_C" >&6
13606 ac_check_lib_save_LIBS
=$LIBS
13607 LIBS
="-lresolv $LIBS"
13608 cat >conftest.
$ac_ext <<_ACEOF
13611 cat confdefs.h
>>conftest.
$ac_ext
13612 cat >>conftest.
$ac_ext <<_ACEOF
13613 /* end confdefs.h. */
13615 /* Override any GCC internal prototype to avoid an error.
13616 Use char because int might match the return type of a GCC
13617 builtin and then its argument prototype would still apply. */
13625 return res_query ();
13630 rm -f conftest.
$ac_objext conftest
$ac_exeext
13631 if { (ac_try
="$ac_link"
13632 case "(($ac_try" in
13633 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13634 *) ac_try_echo=$ac_try;;
13636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13637 (eval "$ac_link") 2>conftest.er1
13639 grep -v '^ *+' conftest.er1 >conftest.err
13641 cat conftest.err >&5
13642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643 (exit $ac_status); } && {
13644 test -z "$ac_c_werror_flag" ||
13645 test ! -s conftest.err
13646 } && test -s conftest$ac_exeext &&
13647 $as_test_x conftest$ac_exeext; then
13648 ac_cv_lib_resolv_res_query=yes
13650 echo "$as_me: failed program was:" >&5
13651 sed 's/^/| /' conftest.$ac_ext >&5
13653 ac_cv_lib_resolv_res_query=no
13656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13657 conftest$ac_exeext conftest.$ac_ext
13658 LIBS=$ac_check_lib_save_LIBS
13660 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13661 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13662 if test $ac_cv_lib_resolv_res_query = yes; then
13664 cat >>confdefs.h <<\_ACEOF
13665 #define HAVE_RESOLV 1
13668 RESOLVLIBS="-lresolv"
13675 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13677 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13678 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13679 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13680 echo $ECHO_N "(cached) $ECHO_C" >&6
13682 ac_check_lib_save_LIBS=$LIBS
13683 LIBS="-llcms $LIBS"
13684 cat >conftest.$ac_ext <<_ACEOF
13687 cat confdefs.h >>conftest.$ac_ext
13688 cat >>conftest.$ac_ext <<_ACEOF
13689 /* end confdefs.h. */
13691 /* Override any GCC internal prototype to avoid an error.
13692 Use char because int might match the return type of a GCC
13693 builtin and then its argument prototype would still apply. */
13697 char cmsOpenProfileFromFile ();
13701 return cmsOpenProfileFromFile ();
13706 rm -f conftest.$ac_objext conftest$ac_exeext
13707 if { (ac_try="$ac_link"
13708 case "(($ac_try" in
13709 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13710 *) ac_try_echo
=$ac_try;;
13712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13713 (eval "$ac_link") 2>conftest.er1
13715 grep -v '^ *+' conftest.er1
>conftest.err
13717 cat conftest.err
>&5
13718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13719 (exit $ac_status); } && {
13720 test -z "$ac_c_werror_flag" ||
13721 test ! -s conftest.err
13722 } && test -s conftest
$ac_exeext &&
13723 $as_test_x conftest
$ac_exeext; then
13724 ac_cv_lib_lcms_cmsOpenProfileFromFile
=yes
13726 echo "$as_me: failed program was:" >&5
13727 sed 's/^/| /' conftest.
$ac_ext >&5
13729 ac_cv_lib_lcms_cmsOpenProfileFromFile
=no
13732 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13733 conftest
$ac_exeext conftest.
$ac_ext
13734 LIBS
=$ac_check_lib_save_LIBS
13736 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13737 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13738 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13740 cat >>confdefs.h
<<\_ACEOF
13741 #define HAVE_LCMS 1
13748 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13749 case "x$with_cms" in
13750 x
) wine_notices
="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13752 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13753 This is an error since --with-cms was requested." >&5
13754 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13755 This is an error since --with-cms was requested." >&2;}
13756 { (exit 1); exit 1; }; } ;;
13761 for ac_prog
in freetype-config freetype2-config
13763 # Extract the first word of "$ac_prog", so it can be a program name with args.
13764 set dummy
$ac_prog; ac_word
=$2
13765 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13766 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13767 if test "${ac_cv_prog_ft_devel+set}" = set; then
13768 echo $ECHO_N "(cached) $ECHO_C" >&6
13770 if test -n "$ft_devel"; then
13771 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
13773 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13774 for as_dir
in $PATH
13777 test -z "$as_dir" && as_dir
=.
13778 for ac_exec_ext
in '' $ac_executable_extensions; do
13779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13780 ac_cv_prog_ft_devel
="$ac_prog"
13781 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13790 ft_devel
=$ac_cv_prog_ft_devel
13791 if test -n "$ft_devel"; then
13792 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13793 echo "${ECHO_T}$ft_devel" >&6; }
13795 { echo "$as_me:$LINENO: result: no" >&5
13796 echo "${ECHO_T}no" >&6; }
13800 test -n "$ft_devel" && break
13802 test -n "$ft_devel" || ft_devel
="false"
13804 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13806 ac_freetype_libs
=`$ft_devel --libs`
13807 ac_freetype_incl
=`$ft_devel --cflags`
13808 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13809 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13810 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13811 echo $ECHO_N "(cached) $ECHO_C" >&6
13813 ac_check_soname_save_LIBS
=$LIBS
13814 LIBS
="-lfreetype $ac_freetype_libs $LIBS"
13815 cat >conftest.
$ac_ext <<_ACEOF
13818 cat confdefs.h
>>conftest.
$ac_ext
13819 cat >>conftest.
$ac_ext <<_ACEOF
13820 /* end confdefs.h. */
13822 /* Override any GCC internal prototype to avoid an error.
13823 Use char because int might match the return type of a GCC
13824 builtin and then its argument prototype would still apply. */
13828 char FT_Init_FreeType ();
13832 return FT_Init_FreeType ();
13837 rm -f conftest.
$ac_objext conftest
$ac_exeext
13838 if { (ac_try
="$ac_link"
13839 case "(($ac_try" in
13840 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13841 *) ac_try_echo=$ac_try;;
13843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13844 (eval "$ac_link") 2>conftest.er1
13846 grep -v '^ *+' conftest.er1 >conftest.err
13848 cat conftest.err >&5
13849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13850 (exit $ac_status); } && {
13851 test -z "$ac_c_werror_flag" ||
13852 test ! -s conftest.err
13853 } && test -s conftest$ac_exeext &&
13854 $as_test_x conftest$ac_exeext; then
13857 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'` ;;
13858 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfreetype\\.$LIBEXT" |
sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13861 echo "$as_me: failed program was:" >&5
13862 sed 's/^/| /' conftest.$ac_ext >&5
13867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13868 conftest$ac_exeext conftest.$ac_ext
13869 LIBS=$ac_check_soname_save_LIBS
13871 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13872 { echo "$as_me:$LINENO: result: not found" >&5
13873 echo "${ECHO_T}not found" >&6; }
13876 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13877 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13879 cat >>confdefs.h <<_ACEOF
13880 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13886 if test "$ft_lib" = "yes"
13888 ac_save_CPPFLAGS="$CPPFLAGS"
13889 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13902 for ac_header in ft2build.h \
13903 freetype/freetype.h \
13904 freetype/ftglyph.h \
13905 freetype/fttypes.h \
13906 freetype/tttables.h \
13907 freetype/ftnames.h \
13908 freetype/ftsnames.h \
13909 freetype/ttnameid.h \
13910 freetype/ftoutln.h \
13911 freetype/ftwinfnt.h \
13912 freetype/ftmodapi.h \
13913 freetype/internal/sfnt.h
13915 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13916 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13917 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13918 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13919 echo $ECHO_N "(cached) $ECHO_C" >&6
13921 cat >conftest.$ac_ext <<_ACEOF
13924 cat confdefs.h >>conftest.$ac_ext
13925 cat >>conftest.$ac_ext <<_ACEOF
13926 /* end confdefs.h. */
13927 #ifdef HAVE_FT2BUILD_H
13928 # include <ft2build.h>
13931 #include <$ac_header>
13933 rm -f conftest.$ac_objext
13934 if { (ac_try="$ac_compile"
13935 case "(($ac_try" in
13936 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13937 *) ac_try_echo
=$ac_try;;
13939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13940 (eval "$ac_compile") 2>conftest.er1
13942 grep -v '^ *+' conftest.er1
>conftest.err
13944 cat conftest.err
>&5
13945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13946 (exit $ac_status); } && {
13947 test -z "$ac_c_werror_flag" ||
13948 test ! -s conftest.err
13949 } && test -s conftest.
$ac_objext; then
13950 eval "$as_ac_Header=yes"
13952 echo "$as_me: failed program was:" >&5
13953 sed 's/^/| /' conftest.
$ac_ext >&5
13955 eval "$as_ac_Header=no"
13958 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13960 ac_res
=`eval echo '${'$as_ac_Header'}'`
13961 { echo "$as_me:$LINENO: result: $ac_res" >&5
13962 echo "${ECHO_T}$ac_res" >&6; }
13963 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13964 cat >>confdefs.h
<<_ACEOF
13965 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13972 cat >conftest.
$ac_ext <<_ACEOF
13975 cat confdefs.h
>>conftest.
$ac_ext
13976 cat >>conftest.
$ac_ext <<_ACEOF
13977 /* end confdefs.h. */
13978 #include <ft2build.h>
13979 #include <freetype/fttrigon.h>
13981 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13982 case "(($ac_try" in
13983 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13984 *) ac_try_echo=$ac_try;;
13986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13987 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13989 grep -v '^ *+' conftest.er1 >conftest.err
13991 cat conftest.err >&5
13992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13993 (exit $ac_status); } >/dev/null && {
13994 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13995 test ! -s conftest.err
13998 cat >>confdefs.h <<\_ACEOF
13999 #define HAVE_FREETYPE_FTTRIGON_H 1
14002 wine_cv_fttrigon=yes
14004 echo "$as_me: failed program was:" >&5
14005 sed 's/^/| /' conftest.$ac_ext >&5
14007 wine_cv_fttrigon=no
14010 rm -f conftest.err conftest.$ac_ext
14011 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14012 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14013 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14014 echo $ECHO_N "(cached) $ECHO_C" >&6
14016 cat >conftest.$ac_ext <<_ACEOF
14019 cat confdefs.h >>conftest.$ac_ext
14020 cat >>conftest.$ac_ext <<_ACEOF
14021 /* end confdefs.h. */
14022 #include <freetype/ftmodapi.h>
14024 typedef FT_TrueTypeEngineType ac__type_new_;
14028 if ((ac__type_new_ *) 0)
14030 if (sizeof (ac__type_new_))
14036 rm -f conftest.$ac_objext
14037 if { (ac_try="$ac_compile"
14038 case "(($ac_try" in
14039 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14040 *) ac_try_echo
=$ac_try;;
14042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14043 (eval "$ac_compile") 2>conftest.er1
14045 grep -v '^ *+' conftest.er1
>conftest.err
14047 cat conftest.err
>&5
14048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14049 (exit $ac_status); } && {
14050 test -z "$ac_c_werror_flag" ||
14051 test ! -s conftest.err
14052 } && test -s conftest.
$ac_objext; then
14053 ac_cv_type_FT_TrueTypeEngineType
=yes
14055 echo "$as_me: failed program was:" >&5
14056 sed 's/^/| /' conftest.
$ac_ext >&5
14058 ac_cv_type_FT_TrueTypeEngineType
=no
14061 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14063 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14064 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14065 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14067 cat >>confdefs.h
<<_ACEOF
14068 #define HAVE_FT_TRUETYPEENGINETYPE 1
14074 ac_save_CFLAGS
="$CFLAGS"
14075 CFLAGS
="$CFLAGS $ac_freetype_libs"
14077 for ac_func
in FT_Load_Sfnt_Table
14079 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14080 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14081 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14082 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14083 echo $ECHO_N "(cached) $ECHO_C" >&6
14085 cat >conftest.
$ac_ext <<_ACEOF
14088 cat confdefs.h
>>conftest.
$ac_ext
14089 cat >>conftest.
$ac_ext <<_ACEOF
14090 /* end confdefs.h. */
14091 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14092 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14093 #define $ac_func innocuous_$ac_func
14095 /* System header to define __stub macros and hopefully few prototypes,
14096 which can conflict with char $ac_func (); below.
14097 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14098 <limits.h> exists even on freestanding compilers. */
14101 # include <limits.h>
14103 # include <assert.h>
14108 /* Override any GCC internal prototype to avoid an error.
14109 Use char because int might match the return type of a GCC
14110 builtin and then its argument prototype would still apply. */
14115 /* The GNU C library defines this for functions which it implements
14116 to always fail with ENOSYS. Some functions are actually named
14117 something starting with __ and the normal name is an alias. */
14118 #if defined __stub_$ac_func || defined __stub___$ac_func
14125 return $ac_func ();
14130 rm -f conftest.
$ac_objext conftest
$ac_exeext
14131 if { (ac_try
="$ac_link"
14132 case "(($ac_try" in
14133 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14134 *) ac_try_echo=$ac_try;;
14136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14137 (eval "$ac_link") 2>conftest.er1
14139 grep -v '^ *+' conftest.er1 >conftest.err
14141 cat conftest.err >&5
14142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); } && {
14144 test -z "$ac_c_werror_flag" ||
14145 test ! -s conftest.err
14146 } && test -s conftest$ac_exeext &&
14147 $as_test_x conftest$ac_exeext; then
14148 eval "$as_ac_var=yes"
14150 echo "$as_me: failed program was:" >&5
14151 sed 's/^/| /' conftest.$ac_ext >&5
14153 eval "$as_ac_var=no"
14156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14157 conftest$ac_exeext conftest.$ac_ext
14159 ac_res=`eval echo '${'$as_ac_var'}'`
14160 { echo "$as_me:$LINENO: result: $ac_res" >&5
14161 echo "${ECHO_T}$ac_res" >&6; }
14162 if test `eval echo '${'$as_ac_var'}'` = yes; then
14163 cat >>confdefs.h <<_ACEOF
14164 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14170 CFLAGS="$ac_save_CFLAGS"
14171 CPPFLAGS="$ac_save_CPPFLAGS"
14172 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14175 cat >>confdefs.h <<\_ACEOF
14176 #define HAVE_FREETYPE 1
14179 FREETYPELIBS="$ac_freetype_libs"
14181 FREETYPEINCL="$ac_freetype_incl"
14186 if test "x$FREETYPELIBS" = "x"; then
14187 case "x$with_freetype" in
14189 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14190 Fonts will not be built. Dialog text may be invisible or unaligned.
14191 Use the --without-freetype option if you really want this." >&5
14192 echo "$as_me: error: FreeType development files not found.
14193 Fonts will not be built. Dialog text may be invisible or unaligned.
14194 Use the --without-freetype option if you really want this." >&2;}
14195 { (exit 1); exit 1; }; } ;;
14199 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14201 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14202 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14203 if test "${ac_cv_c_ppdev+set}" = set; then
14204 echo $ECHO_N "(cached) $ECHO_C" >&6
14206 cat >conftest.$ac_ext <<_ACEOF
14209 cat confdefs.h >>conftest.$ac_ext
14210 cat >>conftest.$ac_ext <<_ACEOF
14211 /* end confdefs.h. */
14212 #include <linux/ppdev.h>
14216 ioctl (1,PPCLAIM,0)
14221 rm -f conftest.$ac_objext
14222 if { (ac_try="$ac_compile"
14223 case "(($ac_try" in
14224 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14225 *) ac_try_echo
=$ac_try;;
14227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14228 (eval "$ac_compile") 2>conftest.er1
14230 grep -v '^ *+' conftest.er1
>conftest.err
14232 cat conftest.err
>&5
14233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14234 (exit $ac_status); } && {
14235 test -z "$ac_c_werror_flag" ||
14236 test ! -s conftest.err
14237 } && test -s conftest.
$ac_objext; then
14238 ac_cv_c_ppdev
="yes"
14240 echo "$as_me: failed program was:" >&5
14241 sed 's/^/| /' conftest.
$ac_ext >&5
14246 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14248 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14249 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14250 if test "$ac_cv_c_ppdev" = "yes"
14253 cat >>confdefs.h
<<\_ACEOF
14254 #define HAVE_PPDEV 1
14259 { echo "$as_me:$LINENO: checking for va_copy" >&5
14260 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14261 if test "${ac_cv_c_va_copy+set}" = set; then
14262 echo $ECHO_N "(cached) $ECHO_C" >&6
14264 cat >conftest.
$ac_ext <<_ACEOF
14267 cat confdefs.h
>>conftest.
$ac_ext
14268 cat >>conftest.
$ac_ext <<_ACEOF
14269 /* end confdefs.h. */
14270 #include <stdarg.h>
14274 va_list ap1, ap2; va_copy(ap1,ap2);
14279 rm -f conftest.
$ac_objext conftest
$ac_exeext
14280 if { (ac_try
="$ac_link"
14281 case "(($ac_try" in
14282 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14283 *) ac_try_echo=$ac_try;;
14285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14286 (eval "$ac_link") 2>conftest.er1
14288 grep -v '^ *+' conftest.er1 >conftest.err
14290 cat conftest.err >&5
14291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14292 (exit $ac_status); } && {
14293 test -z "$ac_c_werror_flag" ||
14294 test ! -s conftest.err
14295 } && test -s conftest$ac_exeext &&
14296 $as_test_x conftest$ac_exeext; then
14297 ac_cv_c_va_copy="yes"
14299 echo "$as_me: failed program was:" >&5
14300 sed 's/^/| /' conftest.$ac_ext >&5
14302 ac_cv_c_va_copy="no"
14305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14306 conftest$ac_exeext conftest.$ac_ext
14309 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14310 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14311 if test "$ac_cv_c_va_copy" = "yes"
14314 cat >>confdefs.h <<\_ACEOF
14315 #define HAVE_VA_COPY 1
14319 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14320 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14321 if test "${ac_cv_c___va_copy+set}" = set; then
14322 echo $ECHO_N "(cached) $ECHO_C" >&6
14324 cat >conftest.$ac_ext <<_ACEOF
14327 cat confdefs.h >>conftest.$ac_ext
14328 cat >>conftest.$ac_ext <<_ACEOF
14329 /* end confdefs.h. */
14330 #include <stdarg.h>
14334 va_list ap1, ap2; __va_copy(ap1,ap2);
14339 rm -f conftest.$ac_objext conftest$ac_exeext
14340 if { (ac_try="$ac_link"
14341 case "(($ac_try" in
14342 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14343 *) ac_try_echo
=$ac_try;;
14345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14346 (eval "$ac_link") 2>conftest.er1
14348 grep -v '^ *+' conftest.er1
>conftest.err
14350 cat conftest.err
>&5
14351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14352 (exit $ac_status); } && {
14353 test -z "$ac_c_werror_flag" ||
14354 test ! -s conftest.err
14355 } && test -s conftest
$ac_exeext &&
14356 $as_test_x conftest
$ac_exeext; then
14357 ac_cv_c___va_copy
="yes"
14359 echo "$as_me: failed program was:" >&5
14360 sed 's/^/| /' conftest.
$ac_ext >&5
14362 ac_cv_c___va_copy
="no"
14365 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14366 conftest
$ac_exeext conftest.
$ac_ext
14369 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14370 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14371 if test "$ac_cv_c___va_copy" = "yes"
14374 cat >>confdefs.h
<<\_ACEOF
14375 #define HAVE___VA_COPY 1
14380 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14381 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14382 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14383 echo $ECHO_N "(cached) $ECHO_C" >&6
14385 cat >conftest.
$ac_ext <<_ACEOF
14388 cat confdefs.h
>>conftest.
$ac_ext
14389 cat >>conftest.
$ac_ext <<_ACEOF
14390 /* end confdefs.h. */
14391 #define _GNU_SOURCE
14392 #include <pthread.h>
14394 typedef pthread_rwlock_t ac__type_new_;
14398 if ((ac__type_new_ *) 0)
14400 if (sizeof (ac__type_new_))
14406 rm -f conftest.
$ac_objext
14407 if { (ac_try
="$ac_compile"
14408 case "(($ac_try" in
14409 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14410 *) ac_try_echo=$ac_try;;
14412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14413 (eval "$ac_compile") 2>conftest.er1
14415 grep -v '^ *+' conftest.er1 >conftest.err
14417 cat conftest.err >&5
14418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14419 (exit $ac_status); } && {
14420 test -z "$ac_c_werror_flag" ||
14421 test ! -s conftest.err
14422 } && test -s conftest.$ac_objext; then
14423 ac_cv_type_pthread_rwlock_t=yes
14425 echo "$as_me: failed program was:" >&5
14426 sed 's/^/| /' conftest.$ac_ext >&5
14428 ac_cv_type_pthread_rwlock_t=no
14431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14433 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14434 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14435 if test $ac_cv_type_pthread_rwlock_t = yes; then
14437 cat >>confdefs.h <<_ACEOF
14438 #define HAVE_PTHREAD_RWLOCK_T 1
14443 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14444 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14445 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14446 echo $ECHO_N "(cached) $ECHO_C" >&6
14448 cat >conftest.$ac_ext <<_ACEOF
14451 cat confdefs.h >>conftest.$ac_ext
14452 cat >>conftest.$ac_ext <<_ACEOF
14453 /* end confdefs.h. */
14454 #define _GNU_SOURCE
14455 #include <pthread.h>
14457 typedef pthread_rwlockattr_t ac__type_new_;
14461 if ((ac__type_new_ *) 0)
14463 if (sizeof (ac__type_new_))
14469 rm -f conftest.$ac_objext
14470 if { (ac_try="$ac_compile"
14471 case "(($ac_try" in
14472 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14473 *) ac_try_echo
=$ac_try;;
14475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14476 (eval "$ac_compile") 2>conftest.er1
14478 grep -v '^ *+' conftest.er1
>conftest.err
14480 cat conftest.err
>&5
14481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14482 (exit $ac_status); } && {
14483 test -z "$ac_c_werror_flag" ||
14484 test ! -s conftest.err
14485 } && test -s conftest.
$ac_objext; then
14486 ac_cv_type_pthread_rwlockattr_t
=yes
14488 echo "$as_me: failed program was:" >&5
14489 sed 's/^/| /' conftest.
$ac_ext >&5
14491 ac_cv_type_pthread_rwlockattr_t
=no
14494 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14496 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14497 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14498 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14500 cat >>confdefs.h
<<_ACEOF
14501 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14508 ac_wine_check_funcs_save_LIBS
="$LIBS"
14509 LIBS
="$LIBS $LIBPTHREAD"
14515 pthread_attr_get_np \
14516 pthread_getattr_np \
14517 pthread_get_stackaddr_np \
14518 pthread_get_stacksize_np
14520 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14521 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14522 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14523 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14524 echo $ECHO_N "(cached) $ECHO_C" >&6
14526 cat >conftest.
$ac_ext <<_ACEOF
14529 cat confdefs.h
>>conftest.
$ac_ext
14530 cat >>conftest.
$ac_ext <<_ACEOF
14531 /* end confdefs.h. */
14532 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14533 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14534 #define $ac_func innocuous_$ac_func
14536 /* System header to define __stub macros and hopefully few prototypes,
14537 which can conflict with char $ac_func (); below.
14538 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14539 <limits.h> exists even on freestanding compilers. */
14542 # include <limits.h>
14544 # include <assert.h>
14549 /* Override any GCC internal prototype to avoid an error.
14550 Use char because int might match the return type of a GCC
14551 builtin and then its argument prototype would still apply. */
14556 /* The GNU C library defines this for functions which it implements
14557 to always fail with ENOSYS. Some functions are actually named
14558 something starting with __ and the normal name is an alias. */
14559 #if defined __stub_$ac_func || defined __stub___$ac_func
14566 return $ac_func ();
14571 rm -f conftest.
$ac_objext conftest
$ac_exeext
14572 if { (ac_try
="$ac_link"
14573 case "(($ac_try" in
14574 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14575 *) ac_try_echo=$ac_try;;
14577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14578 (eval "$ac_link") 2>conftest.er1
14580 grep -v '^ *+' conftest.er1 >conftest.err
14582 cat conftest.err >&5
14583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14584 (exit $ac_status); } && {
14585 test -z "$ac_c_werror_flag" ||
14586 test ! -s conftest.err
14587 } && test -s conftest$ac_exeext &&
14588 $as_test_x conftest$ac_exeext; then
14589 eval "$as_ac_var=yes"
14591 echo "$as_me: failed program was:" >&5
14592 sed 's/^/| /' conftest.$ac_ext >&5
14594 eval "$as_ac_var=no"
14597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14598 conftest$ac_exeext conftest.$ac_ext
14600 ac_res=`eval echo '${'$as_ac_var'}'`
14601 { echo "$as_me:$LINENO: result: $ac_res" >&5
14602 echo "${ECHO_T}$ac_res" >&6; }
14603 if test `eval echo '${'$as_ac_var'}'` = yes; then
14604 cat >>confdefs.h <<_ACEOF
14605 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14611 LIBS="$ac_wine_check_funcs_save_LIBS"
14613 # Extract the first word of "esd-config", so it can be a program name with args.
14614 set dummy esd-config; ac_word=$2
14615 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14616 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14617 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14618 echo $ECHO_N "(cached) $ECHO_C" >&6
14622 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14626 for as_dir in $PATH
14629 test -z "$as_dir" && as_dir=.
14630 for ac_exec_ext in '' $ac_executable_extensions; do
14631 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14632 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14633 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14643 ESDCONFIG=$ac_cv_path_ESDCONFIG
14644 if test -n "$ESDCONFIG"; then
14645 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14646 echo "${ECHO_T}$ESDCONFIG" >&6; }
14648 { echo "$as_me:$LINENO: result: no" >&5
14649 echo "${ECHO_T}no" >&6; }
14653 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14656 for i in `$ESDCONFIG --cflags`
14659 -I*) ac_esd_incl="$ac_esd_incl $i";;
14662 ac_esd_libs=`$ESDCONFIG --libs`
14663 save_CFLAGS="$CFLAGS"
14664 CFLAGS="$CFLAGS $ac_esd_incl"
14665 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14666 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14667 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14668 echo $ECHO_N "(cached) $ECHO_C" >&6
14670 ac_check_lib_save_LIBS=$LIBS
14671 LIBS="-lesd $ac_esd_libs $LIBS"
14672 cat >conftest.$ac_ext <<_ACEOF
14675 cat confdefs.h >>conftest.$ac_ext
14676 cat >>conftest.$ac_ext <<_ACEOF
14677 /* end confdefs.h. */
14679 /* Override any GCC internal prototype to avoid an error.
14680 Use char because int might match the return type of a GCC
14681 builtin and then its argument prototype would still apply. */
14685 char esd_open_sound ();
14689 return esd_open_sound ();
14694 rm -f conftest.$ac_objext conftest$ac_exeext
14695 if { (ac_try="$ac_link"
14696 case "(($ac_try" in
14697 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14698 *) ac_try_echo
=$ac_try;;
14700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14701 (eval "$ac_link") 2>conftest.er1
14703 grep -v '^ *+' conftest.er1
>conftest.err
14705 cat conftest.err
>&5
14706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707 (exit $ac_status); } && {
14708 test -z "$ac_c_werror_flag" ||
14709 test ! -s conftest.err
14710 } && test -s conftest
$ac_exeext &&
14711 $as_test_x conftest
$ac_exeext; then
14712 ac_cv_lib_esd_esd_open_sound
=yes
14714 echo "$as_me: failed program was:" >&5
14715 sed 's/^/| /' conftest.
$ac_ext >&5
14717 ac_cv_lib_esd_esd_open_sound
=no
14720 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14721 conftest
$ac_exeext conftest.
$ac_ext
14722 LIBS
=$ac_check_lib_save_LIBS
14724 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14725 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14726 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14727 ESDINCL
="$ac_esd_incl"
14729 ESDLIBS
="$ac_esd_libs"
14732 cat >>confdefs.h
<<\_ACEOF
14738 CFLAGS
="$save_CFLAGS"
14743 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14745 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14746 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14747 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14748 echo $ECHO_N "(cached) $ECHO_C" >&6
14750 ac_check_lib_save_LIBS
=$LIBS
14751 LIBS
="-lasound $LIBS"
14752 cat >conftest.
$ac_ext <<_ACEOF
14755 cat confdefs.h
>>conftest.
$ac_ext
14756 cat >>conftest.
$ac_ext <<_ACEOF
14757 /* end confdefs.h. */
14759 /* Override any GCC internal prototype to avoid an error.
14760 Use char because int might match the return type of a GCC
14761 builtin and then its argument prototype would still apply. */
14765 char snd_pcm_hw_params_get_access ();
14769 return snd_pcm_hw_params_get_access ();
14774 rm -f conftest.
$ac_objext conftest
$ac_exeext
14775 if { (ac_try
="$ac_link"
14776 case "(($ac_try" in
14777 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14778 *) ac_try_echo=$ac_try;;
14780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14781 (eval "$ac_link") 2>conftest.er1
14783 grep -v '^ *+' conftest.er1 >conftest.err
14785 cat conftest.err >&5
14786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14787 (exit $ac_status); } && {
14788 test -z "$ac_c_werror_flag" ||
14789 test ! -s conftest.err
14790 } && test -s conftest$ac_exeext &&
14791 $as_test_x conftest$ac_exeext; then
14792 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14794 echo "$as_me: failed program was:" >&5
14795 sed 's/^/| /' conftest.$ac_ext >&5
14797 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14801 conftest$ac_exeext conftest.$ac_ext
14802 LIBS=$ac_check_lib_save_LIBS
14804 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14805 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14806 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14807 cat >conftest.$ac_ext <<_ACEOF
14810 cat confdefs.h >>conftest.$ac_ext
14811 cat >>conftest.$ac_ext <<_ACEOF
14812 /* end confdefs.h. */
14813 #ifdef HAVE_ALSA_ASOUNDLIB_H
14814 #include <alsa/asoundlib.h>
14815 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14816 #include <sys/asoundlib.h>
14821 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14826 rm -f conftest.$ac_objext
14827 if { (ac_try="$ac_compile"
14828 case "(($ac_try" in
14829 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14830 *) ac_try_echo
=$ac_try;;
14832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14833 (eval "$ac_compile") 2>conftest.er1
14835 grep -v '^ *+' conftest.er1
>conftest.err
14837 cat conftest.err
>&5
14838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14839 (exit $ac_status); } && {
14840 test -z "$ac_c_werror_flag" ||
14841 test ! -s conftest.err
14842 } && test -s conftest.
$ac_objext; then
14844 cat >>confdefs.h
<<\_ACEOF
14845 #define HAVE_ALSA 1
14848 ALSALIBS
="-lasound"
14850 echo "$as_me: failed program was:" >&5
14851 sed 's/^/| /' conftest.
$ac_ext >&5
14856 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14863 if test "$ac_cv_header_libaudioio_h" = "yes"
14865 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14866 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14867 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14868 echo $ECHO_N "(cached) $ECHO_C" >&6
14870 ac_check_lib_save_LIBS
=$LIBS
14871 LIBS
="-laudioio $LIBS"
14872 cat >conftest.
$ac_ext <<_ACEOF
14875 cat confdefs.h
>>conftest.
$ac_ext
14876 cat >>conftest.
$ac_ext <<_ACEOF
14877 /* end confdefs.h. */
14879 /* Override any GCC internal prototype to avoid an error.
14880 Use char because int might match the return type of a GCC
14881 builtin and then its argument prototype would still apply. */
14885 char AudioIOGetVersion ();
14889 return AudioIOGetVersion ();
14894 rm -f conftest.
$ac_objext conftest
$ac_exeext
14895 if { (ac_try
="$ac_link"
14896 case "(($ac_try" in
14897 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14898 *) ac_try_echo=$ac_try;;
14900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14901 (eval "$ac_link") 2>conftest.er1
14903 grep -v '^ *+' conftest.er1 >conftest.err
14905 cat conftest.err >&5
14906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14907 (exit $ac_status); } && {
14908 test -z "$ac_c_werror_flag" ||
14909 test ! -s conftest.err
14910 } && test -s conftest$ac_exeext &&
14911 $as_test_x conftest$ac_exeext; then
14912 ac_cv_lib_audioio_AudioIOGetVersion=yes
14914 echo "$as_me: failed program was:" >&5
14915 sed 's/^/| /' conftest.$ac_ext >&5
14917 ac_cv_lib_audioio_AudioIOGetVersion=no
14920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14921 conftest$ac_exeext conftest.$ac_ext
14922 LIBS=$ac_check_lib_save_LIBS
14924 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14925 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14926 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14927 AUDIOIOLIBS="-laudioio"
14929 cat >>confdefs.h <<\_ACEOF
14930 #define HAVE_LIBAUDIOIO 1
14938 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14940 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14941 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14942 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14943 echo $ECHO_N "(cached) $ECHO_C" >&6
14945 ac_check_soname_save_LIBS=$LIBS
14946 LIBS="-lcapi20 $LIBS"
14947 cat >conftest.$ac_ext <<_ACEOF
14950 cat confdefs.h >>conftest.$ac_ext
14951 cat >>conftest.$ac_ext <<_ACEOF
14952 /* end confdefs.h. */
14954 /* Override any GCC internal prototype to avoid an error.
14955 Use char because int might match the return type of a GCC
14956 builtin and then its argument prototype would still apply. */
14960 char capi20_register ();
14964 return capi20_register ();
14969 rm -f conftest.$ac_objext conftest$ac_exeext
14970 if { (ac_try="$ac_link"
14971 case "(($ac_try" in
14972 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14973 *) ac_try_echo
=$ac_try;;
14975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14976 (eval "$ac_link") 2>conftest.er1
14978 grep -v '^ *+' conftest.er1
>conftest.err
14980 cat conftest.err
>&5
14981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14982 (exit $ac_status); } && {
14983 test -z "$ac_c_werror_flag" ||
14984 test ! -s conftest.err
14985 } && test -s conftest
$ac_exeext &&
14986 $as_test_x conftest
$ac_exeext; then
14989 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'` ;;
14990 *) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14993 echo "$as_me: failed program was:" >&5
14994 sed 's/^/| /' conftest.
$ac_ext >&5
14999 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15000 conftest
$ac_exeext conftest.
$ac_ext
15001 LIBS
=$ac_check_soname_save_LIBS
15003 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15004 { echo "$as_me:$LINENO: result: not found" >&5
15005 echo "${ECHO_T}not found" >&6; }
15008 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15009 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15011 cat >>confdefs.h
<<_ACEOF
15012 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15019 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15020 case "x$with_capi" in
15021 x
) wine_notices
="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15023 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15024 This is an error since --with-capi was requested." >&5
15025 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15026 This is an error since --with-capi was requested." >&2;}
15027 { (exit 1); exit 1; }; } ;;
15034 if test "x$with_cups" != "xno"
15036 ac_save_CPPFLAGS
="$CPPFLAGS"
15037 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
15038 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
15039 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
15041 for ac_header
in cups
/cups.h
15043 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15044 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15047 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15048 echo $ECHO_N "(cached) $ECHO_C" >&6
15050 ac_res
=`eval echo '${'$as_ac_Header'}'`
15051 { echo "$as_me:$LINENO: result: $ac_res" >&5
15052 echo "${ECHO_T}$ac_res" >&6; }
15054 # Is the header compilable?
15055 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15056 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15057 cat >conftest.
$ac_ext <<_ACEOF
15060 cat confdefs.h
>>conftest.
$ac_ext
15061 cat >>conftest.
$ac_ext <<_ACEOF
15062 /* end confdefs.h. */
15063 $ac_includes_default
15064 #include <$ac_header>
15066 rm -f conftest.
$ac_objext
15067 if { (ac_try
="$ac_compile"
15068 case "(($ac_try" in
15069 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15070 *) ac_try_echo=$ac_try;;
15072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15073 (eval "$ac_compile") 2>conftest.er1
15075 grep -v '^ *+' conftest.er1 >conftest.err
15077 cat conftest.err >&5
15078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15079 (exit $ac_status); } && {
15080 test -z "$ac_c_werror_flag" ||
15081 test ! -s conftest.err
15082 } && test -s conftest.$ac_objext; then
15083 ac_header_compiler=yes
15085 echo "$as_me: failed program was:" >&5
15086 sed 's/^/| /' conftest.$ac_ext >&5
15088 ac_header_compiler=no
15091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15092 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15093 echo "${ECHO_T}$ac_header_compiler" >&6; }
15095 # Is the header present?
15096 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15097 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15098 cat >conftest.$ac_ext <<_ACEOF
15101 cat confdefs.h >>conftest.$ac_ext
15102 cat >>conftest.$ac_ext <<_ACEOF
15103 /* end confdefs.h. */
15104 #include <$ac_header>
15106 if { (ac_try="$ac_cpp conftest.$ac_ext"
15107 case "(($ac_try" in
15108 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15109 *) ac_try_echo
=$ac_try;;
15111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15114 grep -v '^ *+' conftest.er1
>conftest.err
15116 cat conftest.err
>&5
15117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15118 (exit $ac_status); } >/dev
/null
&& {
15119 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15120 test ! -s conftest.err
15122 ac_header_preproc
=yes
15124 echo "$as_me: failed program was:" >&5
15125 sed 's/^/| /' conftest.
$ac_ext >&5
15127 ac_header_preproc
=no
15130 rm -f conftest.err conftest.
$ac_ext
15131 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15132 echo "${ECHO_T}$ac_header_preproc" >&6; }
15134 # So? What about this header?
15135 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15138 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15140 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15141 ac_header_preproc
=yes
15144 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15145 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15146 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15147 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15148 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15149 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15150 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15151 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15152 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15153 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15154 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15155 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15157 ## ------------------------------------ ##
15158 ## Report this to wine-devel@winehq.org ##
15159 ## ------------------------------------ ##
15161 ) |
sed "s/^/$as_me: WARNING: /" >&2
15164 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15165 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15166 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15167 echo $ECHO_N "(cached) $ECHO_C" >&6
15169 eval "$as_ac_Header=\$ac_header_preproc"
15171 ac_res
=`eval echo '${'$as_ac_Header'}'`
15172 { echo "$as_me:$LINENO: result: $ac_res" >&5
15173 echo "${ECHO_T}$ac_res" >&6; }
15176 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15177 cat >>confdefs.h
<<_ACEOF
15178 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15180 { echo "$as_me:$LINENO: checking for -lcups" >&5
15181 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15182 if test "${ac_cv_lib_soname_cups+set}" = set; then
15183 echo $ECHO_N "(cached) $ECHO_C" >&6
15185 ac_check_soname_save_LIBS
=$LIBS
15186 LIBS
="-lcups $ac_cups_libs $LIBS"
15187 cat >conftest.
$ac_ext <<_ACEOF
15190 cat confdefs.h
>>conftest.
$ac_ext
15191 cat >>conftest.
$ac_ext <<_ACEOF
15192 /* end confdefs.h. */
15194 /* Override any GCC internal prototype to avoid an error.
15195 Use char because int might match the return type of a GCC
15196 builtin and then its argument prototype would still apply. */
15200 char cupsGetDefault ();
15204 return cupsGetDefault ();
15209 rm -f conftest.
$ac_objext conftest
$ac_exeext
15210 if { (ac_try
="$ac_link"
15211 case "(($ac_try" in
15212 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15213 *) ac_try_echo=$ac_try;;
15215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15216 (eval "$ac_link") 2>conftest.er1
15218 grep -v '^ *+' conftest.er1 >conftest.err
15220 cat conftest.err >&5
15221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15222 (exit $ac_status); } && {
15223 test -z "$ac_c_werror_flag" ||
15224 test ! -s conftest.err
15225 } && test -s conftest$ac_exeext &&
15226 $as_test_x conftest$ac_exeext; then
15229 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'` ;;
15230 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcups\\.$LIBEXT" |
sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15233 echo "$as_me: failed program was:" >&5
15234 sed 's/^/| /' conftest.$ac_ext >&5
15239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15240 conftest$ac_exeext conftest.$ac_ext
15241 LIBS=$ac_check_soname_save_LIBS
15243 if test "x$ac_cv_lib_soname_cups" = "x"; then
15244 { echo "$as_me:$LINENO: result: not found" >&5
15245 echo "${ECHO_T}not found" >&6; }
15248 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15249 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15251 cat >>confdefs.h <<_ACEOF
15252 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15255 CUPSINCL="$ac_cups_cflags"
15262 CPPFLAGS="$ac_save_CPPFLAGS"
15264 if test "x$ac_cv_lib_soname_cups" = "x"; then
15265 case "x$with_cups" in
15266 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15268 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15269 This is an error since --with-cups was requested." >&5
15270 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15271 This is an error since --with-cups was requested." >&2;}
15272 { (exit 1); exit 1; }; } ;;
15277 if test "$ac_cv_header_jack_jack_h" = "yes"
15279 { echo "$as_me:$LINENO: checking for -ljack" >&5
15280 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15281 if test "${ac_cv_lib_soname_jack+set}" = set; then
15282 echo $ECHO_N "(cached) $ECHO_C" >&6
15284 ac_check_soname_save_LIBS=$LIBS
15285 LIBS="-ljack $LIBS"
15286 cat >conftest.$ac_ext <<_ACEOF
15289 cat confdefs.h >>conftest.$ac_ext
15290 cat >>conftest.$ac_ext <<_ACEOF
15291 /* end confdefs.h. */
15293 /* Override any GCC internal prototype to avoid an error.
15294 Use char because int might match the return type of a GCC
15295 builtin and then its argument prototype would still apply. */
15299 char jack_client_new ();
15303 return jack_client_new ();
15308 rm -f conftest.$ac_objext conftest$ac_exeext
15309 if { (ac_try="$ac_link"
15310 case "(($ac_try" in
15311 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15312 *) ac_try_echo
=$ac_try;;
15314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15315 (eval "$ac_link") 2>conftest.er1
15317 grep -v '^ *+' conftest.er1
>conftest.err
15319 cat conftest.err
>&5
15320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15321 (exit $ac_status); } && {
15322 test -z "$ac_c_werror_flag" ||
15323 test ! -s conftest.err
15324 } && test -s conftest
$ac_exeext &&
15325 $as_test_x conftest
$ac_exeext; then
15328 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'` ;;
15329 *) 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'` ;;
15332 echo "$as_me: failed program was:" >&5
15333 sed 's/^/| /' conftest.
$ac_ext >&5
15338 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15339 conftest
$ac_exeext conftest.
$ac_ext
15340 LIBS
=$ac_check_soname_save_LIBS
15342 if test "x$ac_cv_lib_soname_jack" = "x"; then
15343 { echo "$as_me:$LINENO: result: not found" >&5
15344 echo "${ECHO_T}not found" >&6; }
15347 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15348 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15350 cat >>confdefs.h
<<_ACEOF
15351 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15359 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15361 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15362 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15363 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15364 echo $ECHO_N "(cached) $ECHO_C" >&6
15366 ac_check_soname_save_LIBS
=$LIBS
15367 LIBS
="-lfontconfig $LIBS"
15368 cat >conftest.
$ac_ext <<_ACEOF
15371 cat confdefs.h
>>conftest.
$ac_ext
15372 cat >>conftest.
$ac_ext <<_ACEOF
15373 /* end confdefs.h. */
15375 /* Override any GCC internal prototype to avoid an error.
15376 Use char because int might match the return type of a GCC
15377 builtin and then its argument prototype would still apply. */
15390 rm -f conftest.
$ac_objext conftest
$ac_exeext
15391 if { (ac_try
="$ac_link"
15392 case "(($ac_try" in
15393 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15394 *) ac_try_echo=$ac_try;;
15396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15397 (eval "$ac_link") 2>conftest.er1
15399 grep -v '^ *+' conftest.er1 >conftest.err
15401 cat conftest.err >&5
15402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); } && {
15404 test -z "$ac_c_werror_flag" ||
15405 test ! -s conftest.err
15406 } && test -s conftest$ac_exeext &&
15407 $as_test_x conftest$ac_exeext; then
15410 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'` ;;
15411 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15414 echo "$as_me: failed program was:" >&5
15415 sed 's/^/| /' conftest.$ac_ext >&5
15420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15421 conftest$ac_exeext conftest.$ac_ext
15422 LIBS=$ac_check_soname_save_LIBS
15424 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15425 { echo "$as_me:$LINENO: result: not found" >&5
15426 echo "${ECHO_T}not found" >&6; }
15429 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15430 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15432 cat >>confdefs.h <<_ACEOF
15433 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15439 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15441 ac_save_CPPFLAGS="$CPPFLAGS"
15442 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15443 $as_unset ac_cv_header_fontconfig_fontconfig_h
15445 for ac_header in fontconfig/fontconfig.h
15447 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15449 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15450 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15451 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15452 echo $ECHO_N "(cached) $ECHO_C" >&6
15454 ac_res=`eval echo '${'$as_ac_Header'}'`
15455 { echo "$as_me:$LINENO: result: $ac_res" >&5
15456 echo "${ECHO_T}$ac_res" >&6; }
15458 # Is the header compilable?
15459 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15460 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15461 cat >conftest.$ac_ext <<_ACEOF
15464 cat confdefs.h >>conftest.$ac_ext
15465 cat >>conftest.$ac_ext <<_ACEOF
15466 /* end confdefs.h. */
15467 $ac_includes_default
15468 #include <$ac_header>
15470 rm -f conftest.$ac_objext
15471 if { (ac_try="$ac_compile"
15472 case "(($ac_try" in
15473 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15474 *) ac_try_echo
=$ac_try;;
15476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15477 (eval "$ac_compile") 2>conftest.er1
15479 grep -v '^ *+' conftest.er1
>conftest.err
15481 cat conftest.err
>&5
15482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15483 (exit $ac_status); } && {
15484 test -z "$ac_c_werror_flag" ||
15485 test ! -s conftest.err
15486 } && test -s conftest.
$ac_objext; then
15487 ac_header_compiler
=yes
15489 echo "$as_me: failed program was:" >&5
15490 sed 's/^/| /' conftest.
$ac_ext >&5
15492 ac_header_compiler
=no
15495 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15496 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15497 echo "${ECHO_T}$ac_header_compiler" >&6; }
15499 # Is the header present?
15500 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15501 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15502 cat >conftest.
$ac_ext <<_ACEOF
15505 cat confdefs.h
>>conftest.
$ac_ext
15506 cat >>conftest.
$ac_ext <<_ACEOF
15507 /* end confdefs.h. */
15508 #include <$ac_header>
15510 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15511 case "(($ac_try" in
15512 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15513 *) ac_try_echo=$ac_try;;
15515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15516 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15518 grep -v '^ *+' conftest.er1 >conftest.err
15520 cat conftest.err >&5
15521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15522 (exit $ac_status); } >/dev/null && {
15523 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15524 test ! -s conftest.err
15526 ac_header_preproc=yes
15528 echo "$as_me: failed program was:" >&5
15529 sed 's/^/| /' conftest.$ac_ext >&5
15531 ac_header_preproc=no
15534 rm -f conftest.err conftest.$ac_ext
15535 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15536 echo "${ECHO_T}$ac_header_preproc" >&6; }
15538 # So? What about this header?
15539 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15542 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15544 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15545 ac_header_preproc=yes
15548 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15549 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15550 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15551 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15552 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15553 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15554 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15555 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15556 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15557 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15558 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15559 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15561 ## ------------------------------------ ##
15562 ## Report this to wine-devel@winehq.org ##
15563 ## ------------------------------------ ##
15565 ) | sed "s/^/$as_me: WARNING: /" >&2
15568 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15569 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15570 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15571 echo $ECHO_N "(cached) $ECHO_C" >&6
15573 eval "$as_ac_Header=\$ac_header_preproc"
15575 ac_res=`eval echo '${'$as_ac_Header'}'`
15576 { echo "$as_me:$LINENO: result: $ac_res" >&5
15577 echo "${ECHO_T}$ac_res" >&6; }
15580 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15581 cat >>confdefs.h <<_ACEOF
15582 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15589 CPPFLAGS="$ac_save_CPPFLAGS"
15590 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15592 FONTCONFIGINCL="$X_CFLAGS"
15594 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15595 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15596 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15597 echo $ECHO_N "(cached) $ECHO_C" >&6
15599 ac_check_soname_save_LIBS=$LIBS
15600 LIBS="-lfontconfig $X_LIBS $LIBS"
15601 cat >conftest.$ac_ext <<_ACEOF
15604 cat confdefs.h >>conftest.$ac_ext
15605 cat >>conftest.$ac_ext <<_ACEOF
15606 /* end confdefs.h. */
15608 /* Override any GCC internal prototype to avoid an error.
15609 Use char because int might match the return type of a GCC
15610 builtin and then its argument prototype would still apply. */
15623 rm -f conftest.$ac_objext conftest$ac_exeext
15624 if { (ac_try="$ac_link"
15625 case "(($ac_try" in
15626 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15627 *) ac_try_echo
=$ac_try;;
15629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15630 (eval "$ac_link") 2>conftest.er1
15632 grep -v '^ *+' conftest.er1
>conftest.err
15634 cat conftest.err
>&5
15635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15636 (exit $ac_status); } && {
15637 test -z "$ac_c_werror_flag" ||
15638 test ! -s conftest.err
15639 } && test -s conftest
$ac_exeext &&
15640 $as_test_x conftest
$ac_exeext; then
15643 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'` ;;
15644 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15647 echo "$as_me: failed program was:" >&5
15648 sed 's/^/| /' conftest.
$ac_ext >&5
15653 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15654 conftest
$ac_exeext conftest.
$ac_ext
15655 LIBS
=$ac_check_soname_save_LIBS
15657 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15658 { echo "$as_me:$LINENO: result: not found" >&5
15659 echo "${ECHO_T}not found" >&6; }
15662 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15663 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15665 cat >>confdefs.h
<<_ACEOF
15666 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15674 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15675 case "x$with_fontconfig" in
15676 x
) wine_notices
="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15678 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15679 This is an error since --with-fontconfig was requested." >&5
15680 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15681 This is an error since --with-fontconfig was requested." >&2;}
15682 { (exit 1); exit 1; }; } ;;
15687 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15689 { echo "$as_me:$LINENO: checking for -lssl" >&5
15690 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15691 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15692 echo $ECHO_N "(cached) $ECHO_C" >&6
15694 ac_check_soname_save_LIBS
=$LIBS
15696 cat >conftest.
$ac_ext <<_ACEOF
15699 cat confdefs.h
>>conftest.
$ac_ext
15700 cat >>conftest.
$ac_ext <<_ACEOF
15701 /* end confdefs.h. */
15703 /* Override any GCC internal prototype to avoid an error.
15704 Use char because int might match the return type of a GCC
15705 builtin and then its argument prototype would still apply. */
15709 char SSL_library_init ();
15713 return SSL_library_init ();
15718 rm -f conftest.
$ac_objext conftest
$ac_exeext
15719 if { (ac_try
="$ac_link"
15720 case "(($ac_try" in
15721 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15722 *) ac_try_echo=$ac_try;;
15724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15725 (eval "$ac_link") 2>conftest.er1
15727 grep -v '^ *+' conftest.er1 >conftest.err
15729 cat conftest.err >&5
15730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731 (exit $ac_status); } && {
15732 test -z "$ac_c_werror_flag" ||
15733 test ! -s conftest.err
15734 } && test -s conftest$ac_exeext &&
15735 $as_test_x conftest$ac_exeext; then
15738 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'` ;;
15739 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libssl\\.$LIBEXT" |
sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15742 echo "$as_me: failed program was:" >&5
15743 sed 's/^/| /' conftest.$ac_ext >&5
15748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15749 conftest$ac_exeext conftest.$ac_ext
15750 LIBS=$ac_check_soname_save_LIBS
15752 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15753 { echo "$as_me:$LINENO: result: not found" >&5
15754 echo "${ECHO_T}not found" >&6; }
15757 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15758 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15760 cat >>confdefs.h <<_ACEOF
15761 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15767 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15768 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15769 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15770 echo $ECHO_N "(cached) $ECHO_C" >&6
15772 ac_check_soname_save_LIBS=$LIBS
15773 LIBS="-lcrypto $LIBS"
15774 cat >conftest.$ac_ext <<_ACEOF
15777 cat confdefs.h >>conftest.$ac_ext
15778 cat >>conftest.$ac_ext <<_ACEOF
15779 /* end confdefs.h. */
15781 /* Override any GCC internal prototype to avoid an error.
15782 Use char because int might match the return type of a GCC
15783 builtin and then its argument prototype would still apply. */
15787 char BIO_new_socket ();
15791 return BIO_new_socket ();
15796 rm -f conftest.$ac_objext conftest$ac_exeext
15797 if { (ac_try="$ac_link"
15798 case "(($ac_try" in
15799 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15800 *) ac_try_echo
=$ac_try;;
15802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15803 (eval "$ac_link") 2>conftest.er1
15805 grep -v '^ *+' conftest.er1
>conftest.err
15807 cat conftest.err
>&5
15808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15809 (exit $ac_status); } && {
15810 test -z "$ac_c_werror_flag" ||
15811 test ! -s conftest.err
15812 } && test -s conftest
$ac_exeext &&
15813 $as_test_x conftest
$ac_exeext; then
15816 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'` ;;
15817 *) ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15820 echo "$as_me: failed program was:" >&5
15821 sed 's/^/| /' conftest.
$ac_ext >&5
15826 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15827 conftest
$ac_exeext conftest.
$ac_ext
15828 LIBS
=$ac_check_soname_save_LIBS
15830 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15831 { echo "$as_me:$LINENO: result: not found" >&5
15832 echo "${ECHO_T}not found" >&6; }
15835 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15836 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15838 cat >>confdefs.h
<<_ACEOF
15839 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15846 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15847 case "x$with_openssl" in
15848 x
) wine_warnings
="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15850 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15851 This is an error since --with-openssl was requested." >&5
15852 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15853 This is an error since --with-openssl was requested." >&2;}
15854 { (exit 1); exit 1; }; } ;;
15859 if test "$ac_cv_header_jpeglib_h" = "yes"
15861 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15862 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15863 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15864 echo $ECHO_N "(cached) $ECHO_C" >&6
15866 ac_check_soname_save_LIBS
=$LIBS
15867 LIBS
="-ljpeg $LIBS"
15868 cat >conftest.
$ac_ext <<_ACEOF
15871 cat confdefs.h
>>conftest.
$ac_ext
15872 cat >>conftest.
$ac_ext <<_ACEOF
15873 /* end confdefs.h. */
15875 /* Override any GCC internal prototype to avoid an error.
15876 Use char because int might match the return type of a GCC
15877 builtin and then its argument prototype would still apply. */
15881 char jpeg_start_decompress ();
15885 return jpeg_start_decompress ();
15890 rm -f conftest.
$ac_objext conftest
$ac_exeext
15891 if { (ac_try
="$ac_link"
15892 case "(($ac_try" in
15893 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15894 *) ac_try_echo=$ac_try;;
15896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15897 (eval "$ac_link") 2>conftest.er1
15899 grep -v '^ *+' conftest.er1 >conftest.err
15901 cat conftest.err >&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); } && {
15904 test -z "$ac_c_werror_flag" ||
15905 test ! -s conftest.err
15906 } && test -s conftest$ac_exeext &&
15907 $as_test_x conftest$ac_exeext; then
15910 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'` ;;
15911 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjpeg\\.$LIBEXT" |
sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15914 echo "$as_me: failed program was:" >&5
15915 sed 's/^/| /' conftest.$ac_ext >&5
15920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15921 conftest$ac_exeext conftest.$ac_ext
15922 LIBS=$ac_check_soname_save_LIBS
15924 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15925 { echo "$as_me:$LINENO: result: not found" >&5
15926 echo "${ECHO_T}not found" >&6; }
15929 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15930 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15932 cat >>confdefs.h <<_ACEOF
15933 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15940 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15941 case "x$with_jpeg" in
15942 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15944 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15945 This is an error since --with-jpeg was requested." >&5
15946 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15947 This is an error since --with-jpeg was requested." >&2;}
15948 { (exit 1); exit 1; }; } ;;
15953 if test "$ac_cv_header_png_h" = "yes"
15955 { echo "$as_me:$LINENO: checking for -lpng" >&5
15956 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15957 if test "${ac_cv_lib_soname_png+set}" = set; then
15958 echo $ECHO_N "(cached) $ECHO_C" >&6
15960 ac_check_soname_save_LIBS=$LIBS
15961 LIBS="-lpng -lm $LIBS"
15962 cat >conftest.$ac_ext <<_ACEOF
15965 cat confdefs.h >>conftest.$ac_ext
15966 cat >>conftest.$ac_ext <<_ACEOF
15967 /* end confdefs.h. */
15969 /* Override any GCC internal prototype to avoid an error.
15970 Use char because int might match the return type of a GCC
15971 builtin and then its argument prototype would still apply. */
15975 char png_create_read_struct ();
15979 return png_create_read_struct ();
15984 rm -f conftest.$ac_objext conftest$ac_exeext
15985 if { (ac_try="$ac_link"
15986 case "(($ac_try" in
15987 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15988 *) ac_try_echo
=$ac_try;;
15990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15991 (eval "$ac_link") 2>conftest.er1
15993 grep -v '^ *+' conftest.er1
>conftest.err
15995 cat conftest.err
>&5
15996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15997 (exit $ac_status); } && {
15998 test -z "$ac_c_werror_flag" ||
15999 test ! -s conftest.err
16000 } && test -s conftest
$ac_exeext &&
16001 $as_test_x conftest
$ac_exeext; then
16004 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'` ;;
16005 *) 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'` ;;
16008 echo "$as_me: failed program was:" >&5
16009 sed 's/^/| /' conftest.
$ac_ext >&5
16014 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16015 conftest
$ac_exeext conftest.
$ac_ext
16016 LIBS
=$ac_check_soname_save_LIBS
16018 if test "x$ac_cv_lib_soname_png" = "x"; then
16019 { echo "$as_me:$LINENO: result: not found" >&5
16020 echo "${ECHO_T}not found" >&6; }
16023 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16024 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16026 cat >>confdefs.h
<<_ACEOF
16027 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16034 if test "x$ac_cv_lib_soname_png" = "x"; then
16035 case "x$with_png" in
16036 x
) wine_warnings
="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16038 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16039 This is an error since --with-png was requested." >&5
16040 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16041 This is an error since --with-png was requested." >&2;}
16042 { (exit 1); exit 1; }; } ;;
16047 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16048 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16049 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16050 echo $ECHO_N "(cached) $ECHO_C" >&6
16052 ac_check_soname_save_LIBS
=$LIBS
16053 LIBS
="-lodbc $LIBS"
16054 cat >conftest.
$ac_ext <<_ACEOF
16057 cat confdefs.h
>>conftest.
$ac_ext
16058 cat >>conftest.
$ac_ext <<_ACEOF
16059 /* end confdefs.h. */
16061 /* Override any GCC internal prototype to avoid an error.
16062 Use char because int might match the return type of a GCC
16063 builtin and then its argument prototype would still apply. */
16067 char SQLConnect ();
16071 return SQLConnect ();
16076 rm -f conftest.
$ac_objext conftest
$ac_exeext
16077 if { (ac_try
="$ac_link"
16078 case "(($ac_try" in
16079 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16080 *) ac_try_echo=$ac_try;;
16082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16083 (eval "$ac_link") 2>conftest.er1
16085 grep -v '^ *+' conftest.er1 >conftest.err
16087 cat conftest.err >&5
16088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089 (exit $ac_status); } && {
16090 test -z "$ac_c_werror_flag" ||
16091 test ! -s conftest.err
16092 } && test -s conftest$ac_exeext &&
16093 $as_test_x conftest$ac_exeext; then
16096 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'` ;;
16097 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16100 echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16107 conftest$ac_exeext conftest.$ac_ext
16108 LIBS=$ac_check_soname_save_LIBS
16110 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16111 { echo "$as_me:$LINENO: result: not found" >&5
16112 echo "${ECHO_T}not found" >&6; }
16113 cat >>confdefs.h <<_ACEOF
16114 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16118 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16119 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16121 cat >>confdefs.h <<_ACEOF
16122 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16129 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16130 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16131 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16132 "$ac_cv_header_soundcard_h" != "yes" -a \
16133 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16135 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16141 if test "x${GCC}" = "xyes"
16143 EXTRACFLAGS="-Wall -pipe"
16145 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16146 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16147 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16148 echo $ECHO_N "(cached) $ECHO_C" >&6
16150 if test "$cross_compiling" = yes; then
16151 ac_cv_c_gcc_strength_bug="yes"
16153 cat >conftest.$ac_ext <<_ACEOF
16156 cat confdefs.h >>conftest.$ac_ext
16157 cat >>conftest.$ac_ext <<_ACEOF
16158 /* end confdefs.h. */
16159 int L[4] = {0,1,2,3};
16163 static int Array[3];
16164 unsigned int B = 3;
16166 for(i=0; i<B; i++) Array[i] = i - 3;
16167 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16169 exit( Array[1] != -2 || L[2] != 3)
16174 rm -f conftest$ac_exeext
16175 if { (ac_try="$ac_link"
16176 case "(($ac_try" in
16177 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16178 *) ac_try_echo
=$ac_try;;
16180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16181 (eval "$ac_link") 2>&5
16183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16185 { (case "(($ac_try" in
16186 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16187 *) ac_try_echo=$ac_try;;
16189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16190 (eval "$ac_try") 2>&5
16192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16193 (exit $ac_status); }; }; then
16194 ac_cv_c_gcc_strength_bug="no"
16196 echo "$as_me: program exited with status $ac_status" >&5
16197 echo "$as_me: failed program was:" >&5
16198 sed 's/^/| /' conftest.$ac_ext >&5
16200 ( exit $ac_status )
16201 ac_cv_c_gcc_strength_bug="yes"
16203 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16208 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16209 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16210 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16212 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16216 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16217 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16218 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16219 echo $ECHO_N "(cached) $ECHO_C" >&6
16221 ac_wine_try_cflags_saved=$CFLAGS
16222 CFLAGS="$CFLAGS -fshort-wchar"
16223 cat >conftest.$ac_ext <<_ACEOF
16226 cat confdefs.h >>conftest.$ac_ext
16227 cat >>conftest.$ac_ext <<_ACEOF
16228 /* end confdefs.h. */
16238 rm -f conftest.$ac_objext conftest$ac_exeext
16239 if { (ac_try="$ac_link"
16240 case "(($ac_try" in
16241 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16242 *) ac_try_echo
=$ac_try;;
16244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16245 (eval "$ac_link") 2>conftest.er1
16247 grep -v '^ *+' conftest.er1
>conftest.err
16249 cat conftest.err
>&5
16250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16251 (exit $ac_status); } && {
16252 test -z "$ac_c_werror_flag" ||
16253 test ! -s conftest.err
16254 } && test -s conftest
$ac_exeext &&
16255 $as_test_x conftest
$ac_exeext; then
16256 ac_cv_cflags__fshort_wchar
=yes
16258 echo "$as_me: failed program was:" >&5
16259 sed 's/^/| /' conftest.
$ac_ext >&5
16261 ac_cv_cflags__fshort_wchar
=no
16264 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16265 conftest
$ac_exeext conftest.
$ac_ext
16266 CFLAGS
=$ac_wine_try_cflags_saved
16268 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16269 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16270 if test $ac_cv_cflags__fshort_wchar = yes; then
16272 cat >>confdefs.h
<<\_ACEOF
16273 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16278 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16279 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16280 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16281 echo $ECHO_N "(cached) $ECHO_C" >&6
16283 ac_wine_try_cflags_saved
=$CFLAGS
16284 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16285 cat >conftest.
$ac_ext <<_ACEOF
16288 cat confdefs.h
>>conftest.
$ac_ext
16289 cat >>conftest.
$ac_ext <<_ACEOF
16290 /* end confdefs.h. */
16300 rm -f conftest.
$ac_objext conftest
$ac_exeext
16301 if { (ac_try
="$ac_link"
16302 case "(($ac_try" in
16303 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16304 *) ac_try_echo=$ac_try;;
16306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16307 (eval "$ac_link") 2>conftest.er1
16309 grep -v '^ *+' conftest.er1 >conftest.err
16311 cat conftest.err >&5
16312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16313 (exit $ac_status); } && {
16314 test -z "$ac_c_werror_flag" ||
16315 test ! -s conftest.err
16316 } && test -s conftest$ac_exeext &&
16317 $as_test_x conftest$ac_exeext; then
16318 ac_cv_cflags__fno_strict_aliasing=yes
16320 echo "$as_me: failed program was:" >&5
16321 sed 's/^/| /' conftest.$ac_ext >&5
16323 ac_cv_cflags__fno_strict_aliasing=no
16326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16327 conftest$ac_exeext conftest.$ac_ext
16328 CFLAGS=$ac_wine_try_cflags_saved
16330 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16331 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16332 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16333 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16336 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16337 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16338 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16339 echo $ECHO_N "(cached) $ECHO_C" >&6
16341 ac_wine_try_cflags_saved=$CFLAGS
16342 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16343 cat >conftest.$ac_ext <<_ACEOF
16346 cat confdefs.h >>conftest.$ac_ext
16347 cat >>conftest.$ac_ext <<_ACEOF
16348 /* end confdefs.h. */
16358 rm -f conftest.$ac_objext conftest$ac_exeext
16359 if { (ac_try="$ac_link"
16360 case "(($ac_try" in
16361 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16362 *) ac_try_echo
=$ac_try;;
16364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16365 (eval "$ac_link") 2>conftest.er1
16367 grep -v '^ *+' conftest.er1
>conftest.err
16369 cat conftest.err
>&5
16370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16371 (exit $ac_status); } && {
16372 test -z "$ac_c_werror_flag" ||
16373 test ! -s conftest.err
16374 } && test -s conftest
$ac_exeext &&
16375 $as_test_x conftest
$ac_exeext; then
16376 ac_cv_cflags__Wdeclaration_after_statement
=yes
16378 echo "$as_me: failed program was:" >&5
16379 sed 's/^/| /' conftest.
$ac_ext >&5
16381 ac_cv_cflags__Wdeclaration_after_statement
=no
16384 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16385 conftest
$ac_exeext conftest.
$ac_ext
16386 CFLAGS
=$ac_wine_try_cflags_saved
16388 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16389 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16390 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16391 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16394 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16395 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16396 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16397 echo $ECHO_N "(cached) $ECHO_C" >&6
16399 ac_wine_try_cflags_saved
=$CFLAGS
16400 CFLAGS
="$CFLAGS -Wwrite-strings"
16401 cat >conftest.
$ac_ext <<_ACEOF
16404 cat confdefs.h
>>conftest.
$ac_ext
16405 cat >>conftest.
$ac_ext <<_ACEOF
16406 /* end confdefs.h. */
16416 rm -f conftest.
$ac_objext conftest
$ac_exeext
16417 if { (ac_try
="$ac_link"
16418 case "(($ac_try" in
16419 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16420 *) ac_try_echo=$ac_try;;
16422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16423 (eval "$ac_link") 2>conftest.er1
16425 grep -v '^ *+' conftest.er1 >conftest.err
16427 cat conftest.err >&5
16428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16429 (exit $ac_status); } && {
16430 test -z "$ac_c_werror_flag" ||
16431 test ! -s conftest.err
16432 } && test -s conftest$ac_exeext &&
16433 $as_test_x conftest$ac_exeext; then
16434 ac_cv_cflags__Wwrite_strings=yes
16436 echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.$ac_ext >&5
16439 ac_cv_cflags__Wwrite_strings=no
16442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16443 conftest$ac_exeext conftest.$ac_ext
16444 CFLAGS=$ac_wine_try_cflags_saved
16446 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16447 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16448 if test $ac_cv_cflags__Wwrite_strings = yes; then
16449 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16452 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16453 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16454 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16455 echo $ECHO_N "(cached) $ECHO_C" >&6
16457 ac_wine_try_cflags_saved=$CFLAGS
16458 CFLAGS="$CFLAGS -Wtype-limits"
16459 cat >conftest.$ac_ext <<_ACEOF
16462 cat confdefs.h >>conftest.$ac_ext
16463 cat >>conftest.$ac_ext <<_ACEOF
16464 /* end confdefs.h. */
16474 rm -f conftest.$ac_objext conftest$ac_exeext
16475 if { (ac_try="$ac_link"
16476 case "(($ac_try" in
16477 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16478 *) ac_try_echo
=$ac_try;;
16480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16481 (eval "$ac_link") 2>conftest.er1
16483 grep -v '^ *+' conftest.er1
>conftest.err
16485 cat conftest.err
>&5
16486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16487 (exit $ac_status); } && {
16488 test -z "$ac_c_werror_flag" ||
16489 test ! -s conftest.err
16490 } && test -s conftest
$ac_exeext &&
16491 $as_test_x conftest
$ac_exeext; then
16492 ac_cv_cflags__Wtype_limits
=yes
16494 echo "$as_me: failed program was:" >&5
16495 sed 's/^/| /' conftest.
$ac_ext >&5
16497 ac_cv_cflags__Wtype_limits
=no
16500 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16501 conftest
$ac_exeext conftest.
$ac_ext
16502 CFLAGS
=$ac_wine_try_cflags_saved
16504 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16505 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16506 if test $ac_cv_cflags__Wtype_limits = yes; then
16507 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16511 saved_CFLAGS
="$CFLAGS"
16512 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16513 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16514 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16515 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16516 echo $ECHO_N "(cached) $ECHO_C" >&6
16518 cat >conftest.
$ac_ext <<_ACEOF
16521 cat confdefs.h
>>conftest.
$ac_ext
16522 cat >>conftest.
$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16524 #include <string.h>
16533 rm -f conftest.
$ac_objext
16534 if { (ac_try
="$ac_compile"
16535 case "(($ac_try" in
16536 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16537 *) ac_try_echo=$ac_try;;
16539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16540 (eval "$ac_compile") 2>conftest.er1
16542 grep -v '^ *+' conftest.er1 >conftest.err
16544 cat conftest.err >&5
16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); } && {
16547 test -z "$ac_c_werror_flag" ||
16548 test ! -s conftest.err
16549 } && test -s conftest.$ac_objext; then
16550 ac_cv_c_string_h_warnings=no
16552 echo "$as_me: failed program was:" >&5
16553 sed 's/^/| /' conftest.$ac_ext >&5
16555 ac_cv_c_string_h_warnings=yes
16558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16560 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16561 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16562 CFLAGS="$saved_CFLAGS"
16563 if test "$ac_cv_c_string_h_warnings" = "no"
16565 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16570 saved_CFLAGS="$CFLAGS"
16571 CFLAGS="$CFLAGS -Werror"
16572 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16573 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16574 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16575 echo $ECHO_N "(cached) $ECHO_C" >&6
16577 cat >conftest.$ac_ext <<_ACEOF
16580 cat confdefs.h >>conftest.$ac_ext
16581 cat >>conftest.$ac_ext <<_ACEOF
16582 /* end confdefs.h. */
16587 int iswlower(unsigned short);
16592 rm -f conftest.$ac_objext
16593 if { (ac_try="$ac_compile"
16594 case "(($ac_try" in
16595 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16596 *) ac_try_echo
=$ac_try;;
16598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16599 (eval "$ac_compile") 2>conftest.er1
16601 grep -v '^ *+' conftest.er1
>conftest.err
16603 cat conftest.err
>&5
16604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16605 (exit $ac_status); } && {
16606 test -z "$ac_c_werror_flag" ||
16607 test ! -s conftest.err
16608 } && test -s conftest.
$ac_objext; then
16609 ac_cv_c_builtin_wchar_ctype
=no
16611 echo "$as_me: failed program was:" >&5
16612 sed 's/^/| /' conftest.
$ac_ext >&5
16614 ac_cv_c_builtin_wchar_ctype
=yes
16617 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16619 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16620 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16621 CFLAGS
="$saved_CFLAGS"
16622 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16624 BUILTINFLAG
="-fno-builtin"
16629 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16630 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16631 if test "${ac_cv_asm_func_def+set}" = set; then
16632 echo $ECHO_N "(cached) $ECHO_C" >&6
16634 cat >conftest.
$ac_ext <<_ACEOF
16637 cat confdefs.h
>>conftest.
$ac_ext
16638 cat >>conftest.
$ac_ext <<_ACEOF
16639 /* end confdefs.h. */
16644 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16649 rm -f conftest.
$ac_objext conftest
$ac_exeext
16650 if { (ac_try
="$ac_link"
16651 case "(($ac_try" in
16652 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16653 *) ac_try_echo=$ac_try;;
16655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16656 (eval "$ac_link") 2>conftest.er1
16658 grep -v '^ *+' conftest.er1 >conftest.err
16660 cat conftest.err >&5
16661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16662 (exit $ac_status); } && {
16663 test -z "$ac_c_werror_flag" ||
16664 test ! -s conftest.err
16665 } && test -s conftest$ac_exeext &&
16666 $as_test_x conftest$ac_exeext; then
16667 ac_cv_asm_func_def=".def"
16669 echo "$as_me: failed program was:" >&5
16670 sed 's/^/| /' conftest.$ac_ext >&5
16672 cat >conftest.$ac_ext <<_ACEOF
16675 cat confdefs.h >>conftest.$ac_ext
16676 cat >>conftest.$ac_ext <<_ACEOF
16677 /* end confdefs.h. */
16682 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16687 rm -f conftest.$ac_objext conftest$ac_exeext
16688 if { (ac_try="$ac_link"
16689 case "(($ac_try" in
16690 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16691 *) ac_try_echo
=$ac_try;;
16693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16694 (eval "$ac_link") 2>conftest.er1
16696 grep -v '^ *+' conftest.er1
>conftest.err
16698 cat conftest.err
>&5
16699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16700 (exit $ac_status); } && {
16701 test -z "$ac_c_werror_flag" ||
16702 test ! -s conftest.err
16703 } && test -s conftest
$ac_exeext &&
16704 $as_test_x conftest
$ac_exeext; then
16705 ac_cv_asm_func_def
=".type @function"
16707 echo "$as_me: failed program was:" >&5
16708 sed 's/^/| /' conftest.
$ac_ext >&5
16710 cat >conftest.
$ac_ext <<_ACEOF
16713 cat confdefs.h
>>conftest.
$ac_ext
16714 cat >>conftest.
$ac_ext <<_ACEOF
16715 /* end confdefs.h. */
16720 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16725 rm -f conftest.
$ac_objext conftest
$ac_exeext
16726 if { (ac_try
="$ac_link"
16727 case "(($ac_try" in
16728 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16729 *) ac_try_echo=$ac_try;;
16731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16732 (eval "$ac_link") 2>conftest.er1
16734 grep -v '^ *+' conftest.er1 >conftest.err
16736 cat conftest.err >&5
16737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); } && {
16739 test -z "$ac_c_werror_flag" ||
16740 test ! -s conftest.err
16741 } && test -s conftest$ac_exeext &&
16742 $as_test_x conftest$ac_exeext; then
16743 ac_cv_asm_func_def=".type 2"
16745 echo "$as_me: failed program was:" >&5
16746 sed 's/^/| /' conftest.$ac_ext >&5
16748 ac_cv_asm_func_def="unknown"
16751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16752 conftest$ac_exeext conftest.$ac_ext
16755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16756 conftest$ac_exeext conftest.$ac_ext
16759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16760 conftest$ac_exeext conftest.$ac_ext
16762 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16763 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16767 case "$ac_cv_asm_func_def" in
16769 cat >>confdefs.h <<\_ACEOF
16770 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16774 cat >>confdefs.h <<\_ACEOF
16775 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16779 cat >>confdefs.h <<\_ACEOF
16780 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16784 cat >>confdefs.h <<\_ACEOF
16785 #define __ASM_FUNC(name) ""
16791 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16792 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16793 if test "${ac_cv_c_extern_prefix+set}" = set; then
16794 echo $ECHO_N "(cached) $ECHO_C" >&6
16796 cat >conftest.$ac_ext <<_ACEOF
16799 cat confdefs.h >>conftest.$ac_ext
16800 cat >>conftest.$ac_ext <<_ACEOF
16801 /* end confdefs.h. */
16802 extern int ac_test;
16806 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16811 rm -f conftest.$ac_objext conftest$ac_exeext
16812 if { (ac_try="$ac_link"
16813 case "(($ac_try" in
16814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16815 *) ac_try_echo
=$ac_try;;
16817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16818 (eval "$ac_link") 2>conftest.er1
16820 grep -v '^ *+' conftest.er1
>conftest.err
16822 cat conftest.err
>&5
16823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16824 (exit $ac_status); } && {
16825 test -z "$ac_c_werror_flag" ||
16826 test ! -s conftest.err
16827 } && test -s conftest
$ac_exeext &&
16828 $as_test_x conftest
$ac_exeext; then
16829 ac_cv_c_extern_prefix
="yes"
16831 echo "$as_me: failed program was:" >&5
16832 sed 's/^/| /' conftest.
$ac_ext >&5
16834 ac_cv_c_extern_prefix
="no"
16837 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16838 conftest
$ac_exeext conftest.
$ac_ext
16840 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16841 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16845 if test "$ac_cv_c_extern_prefix" = "yes"
16847 cat >>confdefs.h
<<\_ACEOF
16848 #define __ASM_NAME(name) "_" name
16852 cat >>confdefs.h
<<\_ACEOF
16853 #define __ASM_NAME(name) name
16863 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16867 linux
*|solaris
*) if test -z "$LDRPATH_LOCAL"
16869 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16873 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16881 SOCKETLIBS
="-lws2_32"
16886 MAIN_BINARY
="wine-pthread"
16890 linux
* | k
*bsd
*-gnu)
16891 MAIN_BINARY
="wine-glibc"
16893 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16896 MAIN_BINARY
="wine-freebsd"
16898 EXTRA_BINARIES
="wine-pthread"
17046 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17047 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17048 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17049 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17050 echo $ECHO_N "(cached) $ECHO_C" >&6
17052 cat >conftest.
$ac_ext <<_ACEOF
17055 cat confdefs.h
>>conftest.
$ac_ext
17056 cat >>conftest.
$ac_ext <<_ACEOF
17057 /* end confdefs.h. */
17058 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17059 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17060 #define $ac_func innocuous_$ac_func
17062 /* System header to define __stub macros and hopefully few prototypes,
17063 which can conflict with char $ac_func (); below.
17064 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17065 <limits.h> exists even on freestanding compilers. */
17068 # include <limits.h>
17070 # include <assert.h>
17075 /* Override any GCC internal prototype to avoid an error.
17076 Use char because int might match the return type of a GCC
17077 builtin and then its argument prototype would still apply. */
17082 /* The GNU C library defines this for functions which it implements
17083 to always fail with ENOSYS. Some functions are actually named
17084 something starting with __ and the normal name is an alias. */
17085 #if defined __stub_$ac_func || defined __stub___$ac_func
17092 return $ac_func ();
17097 rm -f conftest.
$ac_objext conftest
$ac_exeext
17098 if { (ac_try
="$ac_link"
17099 case "(($ac_try" in
17100 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17101 *) ac_try_echo=$ac_try;;
17103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17104 (eval "$ac_link") 2>conftest.er1
17106 grep -v '^ *+' conftest.er1 >conftest.err
17108 cat conftest.err >&5
17109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17110 (exit $ac_status); } && {
17111 test -z "$ac_c_werror_flag" ||
17112 test ! -s conftest.err
17113 } && test -s conftest$ac_exeext &&
17114 $as_test_x conftest$ac_exeext; then
17115 eval "$as_ac_var=yes"
17117 echo "$as_me: failed program was:" >&5
17118 sed 's/^/| /' conftest.$ac_ext >&5
17120 eval "$as_ac_var=no"
17123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17124 conftest$ac_exeext conftest.$ac_ext
17126 ac_res=`eval echo '${'$as_ac_var'}'`
17127 { echo "$as_me:$LINENO: result: $ac_res" >&5
17128 echo "${ECHO_T}$ac_res" >&6; }
17129 if test `eval echo '${'$as_ac_var'}'` = yes; then
17130 cat >>confdefs.h <<_ACEOF
17131 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17138 if test "$ac_cv_func_dlopen" = no
17140 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17141 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17142 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17143 echo $ECHO_N "(cached) $ECHO_C" >&6
17145 ac_check_lib_save_LIBS=$LIBS
17147 cat >conftest.$ac_ext <<_ACEOF
17150 cat confdefs.h >>conftest.$ac_ext
17151 cat >>conftest.$ac_ext <<_ACEOF
17152 /* end confdefs.h. */
17154 /* Override any GCC internal prototype to avoid an error.
17155 Use char because int might match the return type of a GCC
17156 builtin and then its argument prototype would still apply. */
17169 rm -f conftest.$ac_objext conftest$ac_exeext
17170 if { (ac_try="$ac_link"
17171 case "(($ac_try" in
17172 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17173 *) ac_try_echo
=$ac_try;;
17175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17176 (eval "$ac_link") 2>conftest.er1
17178 grep -v '^ *+' conftest.er1
>conftest.err
17180 cat conftest.err
>&5
17181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17182 (exit $ac_status); } && {
17183 test -z "$ac_c_werror_flag" ||
17184 test ! -s conftest.err
17185 } && test -s conftest
$ac_exeext &&
17186 $as_test_x conftest
$ac_exeext; then
17187 ac_cv_lib_dl_dlopen
=yes
17189 echo "$as_me: failed program was:" >&5
17190 sed 's/^/| /' conftest.
$ac_ext >&5
17192 ac_cv_lib_dl_dlopen
=no
17195 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17196 conftest
$ac_exeext conftest.
$ac_ext
17197 LIBS
=$ac_check_lib_save_LIBS
17199 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17200 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17201 if test $ac_cv_lib_dl_dlopen = yes; then
17202 cat >>confdefs.h
<<\_ACEOF
17203 #define HAVE_DLOPEN 1
17210 ac_wine_check_funcs_save_LIBS
="$LIBS"
17211 LIBS
="$LIBS $LIBDL"
17213 for ac_func
in dladdr
17215 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17216 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17217 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17218 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17219 echo $ECHO_N "(cached) $ECHO_C" >&6
17221 cat >conftest.
$ac_ext <<_ACEOF
17224 cat confdefs.h
>>conftest.
$ac_ext
17225 cat >>conftest.
$ac_ext <<_ACEOF
17226 /* end confdefs.h. */
17227 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17228 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17229 #define $ac_func innocuous_$ac_func
17231 /* System header to define __stub macros and hopefully few prototypes,
17232 which can conflict with char $ac_func (); below.
17233 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17234 <limits.h> exists even on freestanding compilers. */
17237 # include <limits.h>
17239 # include <assert.h>
17244 /* Override any GCC internal prototype to avoid an error.
17245 Use char because int might match the return type of a GCC
17246 builtin and then its argument prototype would still apply. */
17251 /* The GNU C library defines this for functions which it implements
17252 to always fail with ENOSYS. Some functions are actually named
17253 something starting with __ and the normal name is an alias. */
17254 #if defined __stub_$ac_func || defined __stub___$ac_func
17261 return $ac_func ();
17266 rm -f conftest.
$ac_objext conftest
$ac_exeext
17267 if { (ac_try
="$ac_link"
17268 case "(($ac_try" in
17269 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17270 *) ac_try_echo=$ac_try;;
17272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17273 (eval "$ac_link") 2>conftest.er1
17275 grep -v '^ *+' conftest.er1 >conftest.err
17277 cat conftest.err >&5
17278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17279 (exit $ac_status); } && {
17280 test -z "$ac_c_werror_flag" ||
17281 test ! -s conftest.err
17282 } && test -s conftest$ac_exeext &&
17283 $as_test_x conftest$ac_exeext; then
17284 eval "$as_ac_var=yes"
17286 echo "$as_me: failed program was:" >&5
17287 sed 's/^/| /' conftest.$ac_ext >&5
17289 eval "$as_ac_var=no"
17292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17293 conftest$ac_exeext conftest.$ac_ext
17295 ac_res=`eval echo '${'$as_ac_var'}'`
17296 { echo "$as_me:$LINENO: result: $ac_res" >&5
17297 echo "${ECHO_T}$ac_res" >&6; }
17298 if test `eval echo '${'$as_ac_var'}'` = yes; then
17299 cat >>confdefs.h <<_ACEOF
17300 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17306 LIBS="$ac_wine_check_funcs_save_LIBS"
17308 if test "$ac_cv_func_poll" = no
17310 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17311 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17312 if test "${ac_cv_lib_poll_poll+set}" = set; then
17313 echo $ECHO_N "(cached) $ECHO_C" >&6
17315 ac_check_lib_save_LIBS=$LIBS
17316 LIBS="-lpoll $LIBS"
17317 cat >conftest.$ac_ext <<_ACEOF
17320 cat confdefs.h >>conftest.$ac_ext
17321 cat >>conftest.$ac_ext <<_ACEOF
17322 /* end confdefs.h. */
17324 /* Override any GCC internal prototype to avoid an error.
17325 Use char because int might match the return type of a GCC
17326 builtin and then its argument prototype would still apply. */
17339 rm -f conftest.$ac_objext conftest$ac_exeext
17340 if { (ac_try="$ac_link"
17341 case "(($ac_try" in
17342 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17343 *) ac_try_echo
=$ac_try;;
17345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17346 (eval "$ac_link") 2>conftest.er1
17348 grep -v '^ *+' conftest.er1
>conftest.err
17350 cat conftest.err
>&5
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); } && {
17353 test -z "$ac_c_werror_flag" ||
17354 test ! -s conftest.err
17355 } && test -s conftest
$ac_exeext &&
17356 $as_test_x conftest
$ac_exeext; then
17357 ac_cv_lib_poll_poll
=yes
17359 echo "$as_me: failed program was:" >&5
17360 sed 's/^/| /' conftest.
$ac_ext >&5
17362 ac_cv_lib_poll_poll
=no
17365 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17366 conftest
$ac_exeext conftest.
$ac_ext
17367 LIBS
=$ac_check_lib_save_LIBS
17369 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17370 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17371 if test $ac_cv_lib_poll_poll = yes; then
17372 cat >>confdefs.h
<<\_ACEOF
17373 #define HAVE_POLL 1
17381 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17382 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17383 if test "${ac_cv_search_gethostbyname+set}" = set; then
17384 echo $ECHO_N "(cached) $ECHO_C" >&6
17386 ac_func_search_save_LIBS
=$LIBS
17387 cat >conftest.
$ac_ext <<_ACEOF
17390 cat confdefs.h
>>conftest.
$ac_ext
17391 cat >>conftest.
$ac_ext <<_ACEOF
17392 /* end confdefs.h. */
17394 /* Override any GCC internal prototype to avoid an error.
17395 Use char because int might match the return type of a GCC
17396 builtin and then its argument prototype would still apply. */
17400 char gethostbyname ();
17404 return gethostbyname ();
17409 for ac_lib
in '' nsl
; do
17410 if test -z "$ac_lib"; then
17411 ac_res
="none required"
17414 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17416 rm -f conftest.
$ac_objext conftest
$ac_exeext
17417 if { (ac_try
="$ac_link"
17418 case "(($ac_try" in
17419 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17420 *) ac_try_echo=$ac_try;;
17422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17423 (eval "$ac_link") 2>conftest.er1
17425 grep -v '^ *+' conftest.er1 >conftest.err
17427 cat conftest.err >&5
17428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17429 (exit $ac_status); } && {
17430 test -z "$ac_c_werror_flag" ||
17431 test ! -s conftest.err
17432 } && test -s conftest$ac_exeext &&
17433 $as_test_x conftest$ac_exeext; then
17434 ac_cv_search_gethostbyname=$ac_res
17436 echo "$as_me: failed program was:" >&5
17437 sed 's/^/| /' conftest.$ac_ext >&5
17442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17444 if test "${ac_cv_search_gethostbyname+set}" = set; then
17448 if test "${ac_cv_search_gethostbyname+set}" = set; then
17451 ac_cv_search_gethostbyname=no
17453 rm conftest.$ac_ext
17454 LIBS=$ac_func_search_save_LIBS
17456 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17457 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17458 ac_res=$ac_cv_search_gethostbyname
17459 if test "$ac_res" != no; then
17460 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17465 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17466 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17467 if test "${ac_cv_search_connect+set}" = set; then
17468 echo $ECHO_N "(cached) $ECHO_C" >&6
17470 ac_func_search_save_LIBS=$LIBS
17471 cat >conftest.$ac_ext <<_ACEOF
17474 cat confdefs.h >>conftest.$ac_ext
17475 cat >>conftest.$ac_ext <<_ACEOF
17476 /* end confdefs.h. */
17478 /* Override any GCC internal prototype to avoid an error.
17479 Use char because int might match the return type of a GCC
17480 builtin and then its argument prototype would still apply. */
17493 for ac_lib in '' socket; do
17494 if test -z "$ac_lib"; then
17495 ac_res="none required"
17498 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17500 rm -f conftest.$ac_objext conftest$ac_exeext
17501 if { (ac_try="$ac_link"
17502 case "(($ac_try" in
17503 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17504 *) ac_try_echo
=$ac_try;;
17506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17507 (eval "$ac_link") 2>conftest.er1
17509 grep -v '^ *+' conftest.er1
>conftest.err
17511 cat conftest.err
>&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); } && {
17514 test -z "$ac_c_werror_flag" ||
17515 test ! -s conftest.err
17516 } && test -s conftest
$ac_exeext &&
17517 $as_test_x conftest
$ac_exeext; then
17518 ac_cv_search_connect
=$ac_res
17520 echo "$as_me: failed program was:" >&5
17521 sed 's/^/| /' conftest.
$ac_ext >&5
17526 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17528 if test "${ac_cv_search_connect+set}" = set; then
17532 if test "${ac_cv_search_connect+set}" = set; then
17535 ac_cv_search_connect
=no
17537 rm conftest.
$ac_ext
17538 LIBS
=$ac_func_search_save_LIBS
17540 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17541 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17542 ac_res
=$ac_cv_search_connect
17543 if test "$ac_res" != no
; then
17544 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17549 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17550 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17551 if test "${ac_cv_search_inet_aton+set}" = set; then
17552 echo $ECHO_N "(cached) $ECHO_C" >&6
17554 ac_func_search_save_LIBS
=$LIBS
17555 cat >conftest.
$ac_ext <<_ACEOF
17558 cat confdefs.h
>>conftest.
$ac_ext
17559 cat >>conftest.
$ac_ext <<_ACEOF
17560 /* end confdefs.h. */
17562 /* Override any GCC internal prototype to avoid an error.
17563 Use char because int might match the return type of a GCC
17564 builtin and then its argument prototype would still apply. */
17572 return inet_aton ();
17577 for ac_lib
in '' resolv
; do
17578 if test -z "$ac_lib"; then
17579 ac_res
="none required"
17582 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17584 rm -f conftest.
$ac_objext conftest
$ac_exeext
17585 if { (ac_try
="$ac_link"
17586 case "(($ac_try" in
17587 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17588 *) ac_try_echo=$ac_try;;
17590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17591 (eval "$ac_link") 2>conftest.er1
17593 grep -v '^ *+' conftest.er1 >conftest.err
17595 cat conftest.err >&5
17596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17597 (exit $ac_status); } && {
17598 test -z "$ac_c_werror_flag" ||
17599 test ! -s conftest.err
17600 } && test -s conftest$ac_exeext &&
17601 $as_test_x conftest$ac_exeext; then
17602 ac_cv_search_inet_aton=$ac_res
17604 echo "$as_me: failed program was:" >&5
17605 sed 's/^/| /' conftest.$ac_ext >&5
17610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17612 if test "${ac_cv_search_inet_aton+set}" = set; then
17616 if test "${ac_cv_search_inet_aton+set}" = set; then
17619 ac_cv_search_inet_aton=no
17621 rm conftest.$ac_ext
17622 LIBS=$ac_func_search_save_LIBS
17624 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17625 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17626 ac_res=$ac_cv_search_inet_aton
17627 if test "$ac_res" != no; then
17628 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17652 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17653 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17654 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17655 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17656 echo $ECHO_N "(cached) $ECHO_C" >&6
17658 cat >conftest.$ac_ext <<_ACEOF
17661 cat confdefs.h >>conftest.$ac_ext
17662 cat >>conftest.$ac_ext <<_ACEOF
17663 /* end confdefs.h. */
17664 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17665 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17666 #define $ac_func innocuous_$ac_func
17668 /* System header to define __stub macros and hopefully few prototypes,
17669 which can conflict with char $ac_func (); below.
17670 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17671 <limits.h> exists even on freestanding compilers. */
17674 # include <limits.h>
17676 # include <assert.h>
17681 /* Override any GCC internal prototype to avoid an error.
17682 Use char because int might match the return type of a GCC
17683 builtin and then its argument prototype would still apply. */
17688 /* The GNU C library defines this for functions which it implements
17689 to always fail with ENOSYS. Some functions are actually named
17690 something starting with __ and the normal name is an alias. */
17691 #if defined __stub_$ac_func || defined __stub___$ac_func
17698 return $ac_func ();
17703 rm -f conftest.$ac_objext conftest$ac_exeext
17704 if { (ac_try="$ac_link"
17705 case "(($ac_try" in
17706 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17707 *) ac_try_echo
=$ac_try;;
17709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17710 (eval "$ac_link") 2>conftest.er1
17712 grep -v '^ *+' conftest.er1
>conftest.err
17714 cat conftest.err
>&5
17715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17716 (exit $ac_status); } && {
17717 test -z "$ac_c_werror_flag" ||
17718 test ! -s conftest.err
17719 } && test -s conftest
$ac_exeext &&
17720 $as_test_x conftest
$ac_exeext; then
17721 eval "$as_ac_var=yes"
17723 echo "$as_me: failed program was:" >&5
17724 sed 's/^/| /' conftest.
$ac_ext >&5
17726 eval "$as_ac_var=no"
17729 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17730 conftest
$ac_exeext conftest.
$ac_ext
17732 ac_res
=`eval echo '${'$as_ac_var'}'`
17733 { echo "$as_me:$LINENO: result: $ac_res" >&5
17734 echo "${ECHO_T}$ac_res" >&6; }
17735 if test `eval echo '${'$as_ac_var'}'` = yes; then
17736 cat >>confdefs.h
<<_ACEOF
17737 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17746 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17748 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17749 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17750 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17751 echo $ECHO_N "(cached) $ECHO_C" >&6
17753 cat >conftest.
$ac_ext <<_ACEOF
17756 cat confdefs.h
>>conftest.
$ac_ext
17757 cat >>conftest.
$ac_ext <<_ACEOF
17758 /* end confdefs.h. */
17761 typedef LDAPSortKey ac__type_new_;
17765 if ((ac__type_new_ *) 0)
17767 if (sizeof (ac__type_new_))
17773 rm -f conftest.
$ac_objext
17774 if { (ac_try
="$ac_compile"
17775 case "(($ac_try" in
17776 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17777 *) ac_try_echo=$ac_try;;
17779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17780 (eval "$ac_compile") 2>conftest.er1
17782 grep -v '^ *+' conftest.er1 >conftest.err
17784 cat conftest.err >&5
17785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17786 (exit $ac_status); } && {
17787 test -z "$ac_c_werror_flag" ||
17788 test ! -s conftest.err
17789 } && test -s conftest.$ac_objext; then
17790 ac_cv_type_LDAPSortKey=yes
17792 echo "$as_me: failed program was:" >&5
17793 sed 's/^/| /' conftest.$ac_ext >&5
17795 ac_cv_type_LDAPSortKey=no
17798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17800 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17801 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17802 if test $ac_cv_type_LDAPSortKey = yes; then
17803 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17804 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17805 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17806 echo $ECHO_N "(cached) $ECHO_C" >&6
17808 ac_check_lib_save_LIBS=$LIBS
17809 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17810 cat >conftest.$ac_ext <<_ACEOF
17813 cat confdefs.h >>conftest.$ac_ext
17814 cat >>conftest.$ac_ext <<_ACEOF
17815 /* end confdefs.h. */
17817 /* Override any GCC internal prototype to avoid an error.
17818 Use char because int might match the return type of a GCC
17819 builtin and then its argument prototype would still apply. */
17823 char ldap_initialize ();
17827 return ldap_initialize ();
17832 rm -f conftest.$ac_objext conftest$ac_exeext
17833 if { (ac_try="$ac_link"
17834 case "(($ac_try" in
17835 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17836 *) ac_try_echo
=$ac_try;;
17838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17839 (eval "$ac_link") 2>conftest.er1
17841 grep -v '^ *+' conftest.er1
>conftest.err
17843 cat conftest.err
>&5
17844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17845 (exit $ac_status); } && {
17846 test -z "$ac_c_werror_flag" ||
17847 test ! -s conftest.err
17848 } && test -s conftest
$ac_exeext &&
17849 $as_test_x conftest
$ac_exeext; then
17850 ac_cv_lib_ldap_r_ldap_initialize
=yes
17852 echo "$as_me: failed program was:" >&5
17853 sed 's/^/| /' conftest.
$ac_ext >&5
17855 ac_cv_lib_ldap_r_ldap_initialize
=no
17858 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17859 conftest
$ac_exeext conftest.
$ac_ext
17860 LIBS
=$ac_check_lib_save_LIBS
17862 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17863 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17864 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17865 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17866 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17867 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17868 echo $ECHO_N "(cached) $ECHO_C" >&6
17870 ac_check_lib_save_LIBS
=$LIBS
17871 LIBS
="-llber $LIBPTHREAD $LIBS"
17872 cat >conftest.
$ac_ext <<_ACEOF
17875 cat confdefs.h
>>conftest.
$ac_ext
17876 cat >>conftest.
$ac_ext <<_ACEOF
17877 /* end confdefs.h. */
17879 /* Override any GCC internal prototype to avoid an error.
17880 Use char because int might match the return type of a GCC
17881 builtin and then its argument prototype would still apply. */
17889 return ber_init ();
17894 rm -f conftest.
$ac_objext conftest
$ac_exeext
17895 if { (ac_try
="$ac_link"
17896 case "(($ac_try" in
17897 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17898 *) ac_try_echo=$ac_try;;
17900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17901 (eval "$ac_link") 2>conftest.er1
17903 grep -v '^ *+' conftest.er1 >conftest.err
17905 cat conftest.err >&5
17906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17907 (exit $ac_status); } && {
17908 test -z "$ac_c_werror_flag" ||
17909 test ! -s conftest.err
17910 } && test -s conftest$ac_exeext &&
17911 $as_test_x conftest$ac_exeext; then
17912 ac_cv_lib_lber_ber_init=yes
17914 echo "$as_me: failed program was:" >&5
17915 sed 's/^/| /' conftest.$ac_ext >&5
17917 ac_cv_lib_lber_ber_init=no
17920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17921 conftest$ac_exeext conftest.$ac_ext
17922 LIBS=$ac_check_lib_save_LIBS
17924 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17925 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17926 if test $ac_cv_lib_lber_ber_init = yes; then
17928 cat >>confdefs.h <<\_ACEOF
17929 #define HAVE_LDAP 1
17932 LDAPLIBS="-lldap_r -llber"
17939 ac_wine_check_funcs_save_LIBS="$LIBS"
17940 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17950 ldap_count_references \
17951 ldap_first_reference \
17952 ldap_next_reference \
17953 ldap_parse_reference \
17954 ldap_parse_sort_control \
17955 ldap_parse_sortresponse_control \
17956 ldap_parse_vlv_control \
17957 ldap_parse_vlvresponse_control
17959 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17960 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17961 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17962 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17963 echo $ECHO_N "(cached) $ECHO_C" >&6
17965 cat >conftest.$ac_ext <<_ACEOF
17968 cat confdefs.h >>conftest.$ac_ext
17969 cat >>conftest.$ac_ext <<_ACEOF
17970 /* end confdefs.h. */
17971 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17972 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17973 #define $ac_func innocuous_$ac_func
17975 /* System header to define __stub macros and hopefully few prototypes,
17976 which can conflict with char $ac_func (); below.
17977 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17978 <limits.h> exists even on freestanding compilers. */
17981 # include <limits.h>
17983 # include <assert.h>
17988 /* Override any GCC internal prototype to avoid an error.
17989 Use char because int might match the return type of a GCC
17990 builtin and then its argument prototype would still apply. */
17995 /* The GNU C library defines this for functions which it implements
17996 to always fail with ENOSYS. Some functions are actually named
17997 something starting with __ and the normal name is an alias. */
17998 #if defined __stub_$ac_func || defined __stub___$ac_func
18005 return $ac_func ();
18010 rm -f conftest.$ac_objext conftest$ac_exeext
18011 if { (ac_try="$ac_link"
18012 case "(($ac_try" in
18013 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18014 *) ac_try_echo
=$ac_try;;
18016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18017 (eval "$ac_link") 2>conftest.er1
18019 grep -v '^ *+' conftest.er1
>conftest.err
18021 cat conftest.err
>&5
18022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18023 (exit $ac_status); } && {
18024 test -z "$ac_c_werror_flag" ||
18025 test ! -s conftest.err
18026 } && test -s conftest
$ac_exeext &&
18027 $as_test_x conftest
$ac_exeext; then
18028 eval "$as_ac_var=yes"
18030 echo "$as_me: failed program was:" >&5
18031 sed 's/^/| /' conftest.
$ac_ext >&5
18033 eval "$as_ac_var=no"
18036 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18037 conftest
$ac_exeext conftest.
$ac_ext
18039 ac_res
=`eval echo '${'$as_ac_var'}'`
18040 { echo "$as_me:$LINENO: result: $ac_res" >&5
18041 echo "${ECHO_T}$ac_res" >&6; }
18042 if test `eval echo '${'$as_ac_var'}'` = yes; then
18043 cat >>confdefs.h
<<_ACEOF
18044 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18050 LIBS
="$ac_wine_check_funcs_save_LIBS"
18052 if test "x$LDAPLIBS" = "x"; then
18053 case "x$with_ldap" in
18054 x
) wine_notices
="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18056 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18057 This is an error since --with-ldap was requested." >&5
18058 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18059 This is an error since --with-ldap was requested." >&2;}
18060 { (exit 1); exit 1; }; } ;;
18066 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18067 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18068 if test "${ac_cv_c_const+set}" = set; then
18069 echo $ECHO_N "(cached) $ECHO_C" >&6
18071 cat >conftest.
$ac_ext <<_ACEOF
18074 cat confdefs.h
>>conftest.
$ac_ext
18075 cat >>conftest.
$ac_ext <<_ACEOF
18076 /* end confdefs.h. */
18081 /* FIXME: Include the comments suggested by Paul. */
18082 #ifndef __cplusplus
18083 /* Ultrix mips cc rejects this. */
18084 typedef int charset[2];
18086 /* SunOS 4.1.1 cc rejects this. */
18087 char const *const *pcpcc;
18089 /* NEC SVR4.0.2 mips cc rejects this. */
18090 struct point {int x, y;};
18091 static struct point const zero = {0,0};
18092 /* AIX XL C 1.02.0.0 rejects this.
18093 It does not let you subtract one const X* pointer from another in
18094 an arm of an if-expression whose if-part is not a constant
18096 const char *g = "string";
18097 pcpcc = &g + (g ? g-g : 0);
18098 /* HPUX 7.0 cc rejects these. */
18100 ppc = (char**) pcpcc;
18101 pcpcc = (char const *const *) ppc;
18102 { /* SCO 3.2v4 cc rejects this. */
18104 char const *s = 0 ? (char *) 0 : (char const *) 0;
18109 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18110 int x[] = {25, 17};
18111 const int *foo = &x[0];
18114 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18115 typedef const int *iptr;
18119 { /* AIX XL C 1.02.0.0 rejects this saying
18120 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18121 struct s { int j; const int *ap[3]; };
18122 struct s *b; b->j = 5;
18124 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18125 const int foo = 10;
18126 if (!foo) return 0;
18128 return !cs[0] && !zero.x;
18135 rm -f conftest.
$ac_objext
18136 if { (ac_try
="$ac_compile"
18137 case "(($ac_try" in
18138 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18139 *) ac_try_echo=$ac_try;;
18141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18142 (eval "$ac_compile") 2>conftest.er1
18144 grep -v '^ *+' conftest.er1 >conftest.err
18146 cat conftest.err >&5
18147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148 (exit $ac_status); } && {
18149 test -z "$ac_c_werror_flag" ||
18150 test ! -s conftest.err
18151 } && test -s conftest.$ac_objext; then
18154 echo "$as_me: failed program was:" >&5
18155 sed 's/^/| /' conftest.$ac_ext >&5
18160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18162 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18163 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18164 if test $ac_cv_c_const = no; then
18166 cat >>confdefs.h <<\_ACEOF
18172 { echo "$as_me:$LINENO: checking for inline" >&5
18173 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18174 if test "${ac_cv_c_inline+set}" = set; then
18175 echo $ECHO_N "(cached) $ECHO_C" >&6
18178 for ac_kw in inline __inline__ __inline; do
18179 cat >conftest.$ac_ext <<_ACEOF
18182 cat confdefs.h >>conftest.$ac_ext
18183 cat >>conftest.$ac_ext <<_ACEOF
18184 /* end confdefs.h. */
18185 #ifndef __cplusplus
18187 static $ac_kw foo_t static_foo () {return 0; }
18188 $ac_kw foo_t foo () {return 0; }
18192 rm -f conftest.$ac_objext
18193 if { (ac_try="$ac_compile"
18194 case "(($ac_try" in
18195 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18196 *) ac_try_echo
=$ac_try;;
18198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18199 (eval "$ac_compile") 2>conftest.er1
18201 grep -v '^ *+' conftest.er1
>conftest.err
18203 cat conftest.err
>&5
18204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18205 (exit $ac_status); } && {
18206 test -z "$ac_c_werror_flag" ||
18207 test ! -s conftest.err
18208 } && test -s conftest.
$ac_objext; then
18209 ac_cv_c_inline
=$ac_kw
18211 echo "$as_me: failed program was:" >&5
18212 sed 's/^/| /' conftest.
$ac_ext >&5
18217 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18218 test "$ac_cv_c_inline" != no
&& break
18222 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18223 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18226 case $ac_cv_c_inline in
18229 case $ac_cv_c_inline in
18231 *) ac_val
=$ac_cv_c_inline;;
18233 cat >>confdefs.h
<<_ACEOF
18234 #ifndef __cplusplus
18235 #define inline $ac_val
18241 { echo "$as_me:$LINENO: checking for mode_t" >&5
18242 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18243 if test "${ac_cv_type_mode_t+set}" = set; then
18244 echo $ECHO_N "(cached) $ECHO_C" >&6
18246 cat >conftest.
$ac_ext <<_ACEOF
18249 cat confdefs.h
>>conftest.
$ac_ext
18250 cat >>conftest.
$ac_ext <<_ACEOF
18251 /* end confdefs.h. */
18252 $ac_includes_default
18253 typedef mode_t ac__type_new_;
18257 if ((ac__type_new_ *) 0)
18259 if (sizeof (ac__type_new_))
18265 rm -f conftest.
$ac_objext
18266 if { (ac_try
="$ac_compile"
18267 case "(($ac_try" in
18268 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18269 *) ac_try_echo=$ac_try;;
18271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18272 (eval "$ac_compile") 2>conftest.er1
18274 grep -v '^ *+' conftest.er1 >conftest.err
18276 cat conftest.err >&5
18277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18278 (exit $ac_status); } && {
18279 test -z "$ac_c_werror_flag" ||
18280 test ! -s conftest.err
18281 } && test -s conftest.$ac_objext; then
18282 ac_cv_type_mode_t=yes
18284 echo "$as_me: failed program was:" >&5
18285 sed 's/^/| /' conftest.$ac_ext >&5
18287 ac_cv_type_mode_t=no
18290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18292 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18293 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18294 if test $ac_cv_type_mode_t = yes; then
18296 cat >>confdefs.h <<_ACEOF
18297 #define HAVE_MODE_T 1
18302 { echo "$as_me:$LINENO: checking for off_t" >&5
18303 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18304 if test "${ac_cv_type_off_t+set}" = set; then
18305 echo $ECHO_N "(cached) $ECHO_C" >&6
18307 cat >conftest.$ac_ext <<_ACEOF
18310 cat confdefs.h >>conftest.$ac_ext
18311 cat >>conftest.$ac_ext <<_ACEOF
18312 /* end confdefs.h. */
18313 $ac_includes_default
18314 typedef off_t ac__type_new_;
18318 if ((ac__type_new_ *) 0)
18320 if (sizeof (ac__type_new_))
18326 rm -f conftest.$ac_objext
18327 if { (ac_try="$ac_compile"
18328 case "(($ac_try" in
18329 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18330 *) ac_try_echo
=$ac_try;;
18332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18333 (eval "$ac_compile") 2>conftest.er1
18335 grep -v '^ *+' conftest.er1
>conftest.err
18337 cat conftest.err
>&5
18338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18339 (exit $ac_status); } && {
18340 test -z "$ac_c_werror_flag" ||
18341 test ! -s conftest.err
18342 } && test -s conftest.
$ac_objext; then
18343 ac_cv_type_off_t
=yes
18345 echo "$as_me: failed program was:" >&5
18346 sed 's/^/| /' conftest.
$ac_ext >&5
18348 ac_cv_type_off_t
=no
18351 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18353 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18354 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18355 if test $ac_cv_type_off_t = yes; then
18357 cat >>confdefs.h
<<_ACEOF
18358 #define HAVE_OFF_T 1
18363 { echo "$as_me:$LINENO: checking for pid_t" >&5
18364 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18365 if test "${ac_cv_type_pid_t+set}" = set; then
18366 echo $ECHO_N "(cached) $ECHO_C" >&6
18368 cat >conftest.
$ac_ext <<_ACEOF
18371 cat confdefs.h
>>conftest.
$ac_ext
18372 cat >>conftest.
$ac_ext <<_ACEOF
18373 /* end confdefs.h. */
18374 $ac_includes_default
18375 typedef pid_t ac__type_new_;
18379 if ((ac__type_new_ *) 0)
18381 if (sizeof (ac__type_new_))
18387 rm -f conftest.
$ac_objext
18388 if { (ac_try
="$ac_compile"
18389 case "(($ac_try" in
18390 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18391 *) ac_try_echo=$ac_try;;
18393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18394 (eval "$ac_compile") 2>conftest.er1
18396 grep -v '^ *+' conftest.er1 >conftest.err
18398 cat conftest.err >&5
18399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && {
18401 test -z "$ac_c_werror_flag" ||
18402 test ! -s conftest.err
18403 } && test -s conftest.$ac_objext; then
18404 ac_cv_type_pid_t=yes
18406 echo "$as_me: failed program was:" >&5
18407 sed 's/^/| /' conftest.$ac_ext >&5
18409 ac_cv_type_pid_t=no
18412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18414 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18415 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18416 if test $ac_cv_type_pid_t = yes; then
18418 cat >>confdefs.h <<_ACEOF
18419 #define HAVE_PID_T 1
18424 { echo "$as_me:$LINENO: checking for size_t" >&5
18425 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18426 if test "${ac_cv_type_size_t+set}" = set; then
18427 echo $ECHO_N "(cached) $ECHO_C" >&6
18429 cat >conftest.$ac_ext <<_ACEOF
18432 cat confdefs.h >>conftest.$ac_ext
18433 cat >>conftest.$ac_ext <<_ACEOF
18434 /* end confdefs.h. */
18435 $ac_includes_default
18436 typedef size_t ac__type_new_;
18440 if ((ac__type_new_ *) 0)
18442 if (sizeof (ac__type_new_))
18448 rm -f conftest.$ac_objext
18449 if { (ac_try="$ac_compile"
18450 case "(($ac_try" in
18451 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18452 *) ac_try_echo
=$ac_try;;
18454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18455 (eval "$ac_compile") 2>conftest.er1
18457 grep -v '^ *+' conftest.er1
>conftest.err
18459 cat conftest.err
>&5
18460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18461 (exit $ac_status); } && {
18462 test -z "$ac_c_werror_flag" ||
18463 test ! -s conftest.err
18464 } && test -s conftest.
$ac_objext; then
18465 ac_cv_type_size_t
=yes
18467 echo "$as_me: failed program was:" >&5
18468 sed 's/^/| /' conftest.
$ac_ext >&5
18470 ac_cv_type_size_t
=no
18473 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18475 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18476 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18477 if test $ac_cv_type_size_t = yes; then
18479 cat >>confdefs.h
<<_ACEOF
18480 #define HAVE_SIZE_T 1
18485 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18486 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18487 if test "${ac_cv_type_ssize_t+set}" = set; then
18488 echo $ECHO_N "(cached) $ECHO_C" >&6
18490 cat >conftest.
$ac_ext <<_ACEOF
18493 cat confdefs.h
>>conftest.
$ac_ext
18494 cat >>conftest.
$ac_ext <<_ACEOF
18495 /* end confdefs.h. */
18496 $ac_includes_default
18497 typedef ssize_t ac__type_new_;
18501 if ((ac__type_new_ *) 0)
18503 if (sizeof (ac__type_new_))
18509 rm -f conftest.
$ac_objext
18510 if { (ac_try
="$ac_compile"
18511 case "(($ac_try" in
18512 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18513 *) ac_try_echo=$ac_try;;
18515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18516 (eval "$ac_compile") 2>conftest.er1
18518 grep -v '^ *+' conftest.er1 >conftest.err
18520 cat conftest.err >&5
18521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18522 (exit $ac_status); } && {
18523 test -z "$ac_c_werror_flag" ||
18524 test ! -s conftest.err
18525 } && test -s conftest.$ac_objext; then
18526 ac_cv_type_ssize_t=yes
18528 echo "$as_me: failed program was:" >&5
18529 sed 's/^/| /' conftest.$ac_ext >&5
18531 ac_cv_type_ssize_t=no
18534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18536 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18537 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18538 if test $ac_cv_type_ssize_t = yes; then
18540 cat >>confdefs.h <<_ACEOF
18541 #define HAVE_SSIZE_T 1
18546 { echo "$as_me:$LINENO: checking for long long" >&5
18547 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18548 if test "${ac_cv_type_long_long+set}" = set; then
18549 echo $ECHO_N "(cached) $ECHO_C" >&6
18551 cat >conftest.$ac_ext <<_ACEOF
18554 cat confdefs.h >>conftest.$ac_ext
18555 cat >>conftest.$ac_ext <<_ACEOF
18556 /* end confdefs.h. */
18557 $ac_includes_default
18558 typedef long long ac__type_new_;
18562 if ((ac__type_new_ *) 0)
18564 if (sizeof (ac__type_new_))
18570 rm -f conftest.$ac_objext
18571 if { (ac_try="$ac_compile"
18572 case "(($ac_try" in
18573 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18574 *) ac_try_echo
=$ac_try;;
18576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18577 (eval "$ac_compile") 2>conftest.er1
18579 grep -v '^ *+' conftest.er1
>conftest.err
18581 cat conftest.err
>&5
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); } && {
18584 test -z "$ac_c_werror_flag" ||
18585 test ! -s conftest.err
18586 } && test -s conftest.
$ac_objext; then
18587 ac_cv_type_long_long
=yes
18589 echo "$as_me: failed program was:" >&5
18590 sed 's/^/| /' conftest.
$ac_ext >&5
18592 ac_cv_type_long_long
=no
18595 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18597 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18598 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18599 if test $ac_cv_type_long_long = yes; then
18601 cat >>confdefs.h
<<_ACEOF
18602 #define HAVE_LONG_LONG 1
18607 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18608 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18609 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18610 echo $ECHO_N "(cached) $ECHO_C" >&6
18612 cat >conftest.
$ac_ext <<_ACEOF
18615 cat confdefs.h
>>conftest.
$ac_ext
18616 cat >>conftest.
$ac_ext <<_ACEOF
18617 /* end confdefs.h. */
18618 $ac_includes_default
18619 typedef fsblkcnt_t ac__type_new_;
18623 if ((ac__type_new_ *) 0)
18625 if (sizeof (ac__type_new_))
18631 rm -f conftest.
$ac_objext
18632 if { (ac_try
="$ac_compile"
18633 case "(($ac_try" in
18634 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18635 *) ac_try_echo=$ac_try;;
18637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18638 (eval "$ac_compile") 2>conftest.er1
18640 grep -v '^ *+' conftest.er1 >conftest.err
18642 cat conftest.err >&5
18643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); } && {
18645 test -z "$ac_c_werror_flag" ||
18646 test ! -s conftest.err
18647 } && test -s conftest.$ac_objext; then
18648 ac_cv_type_fsblkcnt_t=yes
18650 echo "$as_me: failed program was:" >&5
18651 sed 's/^/| /' conftest.$ac_ext >&5
18653 ac_cv_type_fsblkcnt_t=no
18656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18658 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18659 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18660 if test $ac_cv_type_fsblkcnt_t = yes; then
18662 cat >>confdefs.h <<_ACEOF
18663 #define HAVE_FSBLKCNT_T 1
18668 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18669 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18670 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18671 echo $ECHO_N "(cached) $ECHO_C" >&6
18673 cat >conftest.$ac_ext <<_ACEOF
18676 cat confdefs.h >>conftest.$ac_ext
18677 cat >>conftest.$ac_ext <<_ACEOF
18678 /* end confdefs.h. */
18679 $ac_includes_default
18680 typedef fsfilcnt_t ac__type_new_;
18684 if ((ac__type_new_ *) 0)
18686 if (sizeof (ac__type_new_))
18692 rm -f conftest.$ac_objext
18693 if { (ac_try="$ac_compile"
18694 case "(($ac_try" in
18695 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18696 *) ac_try_echo
=$ac_try;;
18698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18699 (eval "$ac_compile") 2>conftest.er1
18701 grep -v '^ *+' conftest.er1
>conftest.err
18703 cat conftest.err
>&5
18704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18705 (exit $ac_status); } && {
18706 test -z "$ac_c_werror_flag" ||
18707 test ! -s conftest.err
18708 } && test -s conftest.
$ac_objext; then
18709 ac_cv_type_fsfilcnt_t
=yes
18711 echo "$as_me: failed program was:" >&5
18712 sed 's/^/| /' conftest.
$ac_ext >&5
18714 ac_cv_type_fsfilcnt_t
=no
18717 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18719 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18720 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18721 if test $ac_cv_type_fsfilcnt_t = yes; then
18723 cat >>confdefs.h
<<_ACEOF
18724 #define HAVE_FSFILCNT_T 1
18730 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18731 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18732 if test "${ac_cv_type_sigset_t+set}" = set; then
18733 echo $ECHO_N "(cached) $ECHO_C" >&6
18735 cat >conftest.
$ac_ext <<_ACEOF
18738 cat confdefs.h
>>conftest.
$ac_ext
18739 cat >>conftest.
$ac_ext <<_ACEOF
18740 /* end confdefs.h. */
18741 #include <signal.h>
18743 typedef sigset_t ac__type_new_;
18747 if ((ac__type_new_ *) 0)
18749 if (sizeof (ac__type_new_))
18755 rm -f conftest.
$ac_objext
18756 if { (ac_try
="$ac_compile"
18757 case "(($ac_try" in
18758 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18759 *) ac_try_echo=$ac_try;;
18761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18762 (eval "$ac_compile") 2>conftest.er1
18764 grep -v '^ *+' conftest.er1 >conftest.err
18766 cat conftest.err >&5
18767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18768 (exit $ac_status); } && {
18769 test -z "$ac_c_werror_flag" ||
18770 test ! -s conftest.err
18771 } && test -s conftest.$ac_objext; then
18772 ac_cv_type_sigset_t=yes
18774 echo "$as_me: failed program was:" >&5
18775 sed 's/^/| /' conftest.$ac_ext >&5
18777 ac_cv_type_sigset_t=no
18780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18782 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18783 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18784 if test $ac_cv_type_sigset_t = yes; then
18786 cat >>confdefs.h <<_ACEOF
18787 #define HAVE_SIGSET_T 1
18793 { echo "$as_me:$LINENO: checking for request_sense" >&5
18794 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18795 if test "${ac_cv_type_request_sense+set}" = set; then
18796 echo $ECHO_N "(cached) $ECHO_C" >&6
18798 cat >conftest.$ac_ext <<_ACEOF
18801 cat confdefs.h >>conftest.$ac_ext
18802 cat >>conftest.$ac_ext <<_ACEOF
18803 /* end confdefs.h. */
18804 #include <linux/cdrom.h>
18806 typedef request_sense ac__type_new_;
18810 if ((ac__type_new_ *) 0)
18812 if (sizeof (ac__type_new_))
18818 rm -f conftest.$ac_objext
18819 if { (ac_try="$ac_compile"
18820 case "(($ac_try" in
18821 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18822 *) ac_try_echo
=$ac_try;;
18824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18825 (eval "$ac_compile") 2>conftest.er1
18827 grep -v '^ *+' conftest.er1
>conftest.err
18829 cat conftest.err
>&5
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); } && {
18832 test -z "$ac_c_werror_flag" ||
18833 test ! -s conftest.err
18834 } && test -s conftest.
$ac_objext; then
18835 ac_cv_type_request_sense
=yes
18837 echo "$as_me: failed program was:" >&5
18838 sed 's/^/| /' conftest.
$ac_ext >&5
18840 ac_cv_type_request_sense
=no
18843 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18845 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18846 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18847 if test $ac_cv_type_request_sense = yes; then
18849 cat >>confdefs.h
<<_ACEOF
18850 #define HAVE_REQUEST_SENSE 1
18857 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18858 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18859 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18860 echo $ECHO_N "(cached) $ECHO_C" >&6
18862 cat >conftest.
$ac_ext <<_ACEOF
18865 cat confdefs.h
>>conftest.
$ac_ext
18866 cat >>conftest.
$ac_ext <<_ACEOF
18867 /* end confdefs.h. */
18868 #ifdef HAVE_LINUX_INPUT_H
18869 #include <linux/input.h>
18875 static struct ff_effect ac_aggr;
18876 if (ac_aggr.direction)
18882 rm -f conftest.
$ac_objext
18883 if { (ac_try
="$ac_compile"
18884 case "(($ac_try" in
18885 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18886 *) ac_try_echo=$ac_try;;
18888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18889 (eval "$ac_compile") 2>conftest.er1
18891 grep -v '^ *+' conftest.er1 >conftest.err
18893 cat conftest.err >&5
18894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18895 (exit $ac_status); } && {
18896 test -z "$ac_c_werror_flag" ||
18897 test ! -s conftest.err
18898 } && test -s conftest.$ac_objext; then
18899 ac_cv_member_struct_ff_effect_direction=yes
18901 echo "$as_me: failed program was:" >&5
18902 sed 's/^/| /' conftest.$ac_ext >&5
18904 cat >conftest.$ac_ext <<_ACEOF
18907 cat confdefs.h >>conftest.$ac_ext
18908 cat >>conftest.$ac_ext <<_ACEOF
18909 /* end confdefs.h. */
18910 #ifdef HAVE_LINUX_INPUT_H
18911 #include <linux/input.h>
18917 static struct ff_effect ac_aggr;
18918 if (sizeof ac_aggr.direction)
18924 rm -f conftest.$ac_objext
18925 if { (ac_try="$ac_compile"
18926 case "(($ac_try" in
18927 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18928 *) ac_try_echo
=$ac_try;;
18930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18931 (eval "$ac_compile") 2>conftest.er1
18933 grep -v '^ *+' conftest.er1
>conftest.err
18935 cat conftest.err
>&5
18936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18937 (exit $ac_status); } && {
18938 test -z "$ac_c_werror_flag" ||
18939 test ! -s conftest.err
18940 } && test -s conftest.
$ac_objext; then
18941 ac_cv_member_struct_ff_effect_direction
=yes
18943 echo "$as_me: failed program was:" >&5
18944 sed 's/^/| /' conftest.
$ac_ext >&5
18946 ac_cv_member_struct_ff_effect_direction
=no
18949 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18952 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18954 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18955 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18956 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18958 cat >>confdefs.h
<<_ACEOF
18959 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18966 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18967 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18968 if test "${wine_cv_have_sigaddset+set}" = set; then
18969 echo $ECHO_N "(cached) $ECHO_C" >&6
18971 cat >conftest.
$ac_ext <<_ACEOF
18974 cat confdefs.h
>>conftest.
$ac_ext
18975 cat >>conftest.
$ac_ext <<_ACEOF
18976 /* end confdefs.h. */
18977 #include <signal.h>
18981 sigset_t set; sigaddset(&set,SIGTERM);
18986 rm -f conftest.
$ac_objext conftest
$ac_exeext
18987 if { (ac_try
="$ac_link"
18988 case "(($ac_try" in
18989 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18990 *) ac_try_echo=$ac_try;;
18992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18993 (eval "$ac_link") 2>conftest.er1
18995 grep -v '^ *+' conftest.er1 >conftest.err
18997 cat conftest.err >&5
18998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18999 (exit $ac_status); } && {
19000 test -z "$ac_c_werror_flag" ||
19001 test ! -s conftest.err
19002 } && test -s conftest$ac_exeext &&
19003 $as_test_x conftest$ac_exeext; then
19004 wine_cv_have_sigaddset=yes
19006 echo "$as_me: failed program was:" >&5
19007 sed 's/^/| /' conftest.$ac_ext >&5
19009 wine_cv_have_sigaddset=no
19012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19013 conftest$ac_exeext conftest.$ac_ext
19015 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19016 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19017 if test "$wine_cv_have_sigaddset" = "yes"
19020 cat >>confdefs.h <<\_ACEOF
19021 #define HAVE_SIGADDSET 1
19027 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19028 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19029 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19030 echo $ECHO_N "(cached) $ECHO_C" >&6
19032 cat >conftest.$ac_ext <<_ACEOF
19035 cat confdefs.h >>conftest.$ac_ext
19036 cat >>conftest.$ac_ext <<_ACEOF
19037 /* end confdefs.h. */
19045 struct hostent *result;
19052 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19053 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19059 rm -f conftest.$ac_objext conftest$ac_exeext
19060 if { (ac_try="$ac_link"
19061 case "(($ac_try" in
19062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19063 *) ac_try_echo
=$ac_try;;
19065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19066 (eval "$ac_link") 2>conftest.er1
19068 grep -v '^ *+' conftest.er1
>conftest.err
19070 cat conftest.err
>&5
19071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19072 (exit $ac_status); } && {
19073 test -z "$ac_c_werror_flag" ||
19074 test ! -s conftest.err
19075 } && test -s conftest
$ac_exeext &&
19076 $as_test_x conftest
$ac_exeext; then
19077 wine_cv_linux_gethostbyname_r_6
=yes
19079 echo "$as_me: failed program was:" >&5
19080 sed 's/^/| /' conftest.
$ac_ext >&5
19082 wine_cv_linux_gethostbyname_r_6
=no
19086 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19087 conftest
$ac_exeext conftest.
$ac_ext
19090 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19091 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19092 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19095 cat >>confdefs.h
<<\_ACEOF
19096 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19101 if test "$ac_cv_header_linux_joystick_h" = "yes"
19103 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19104 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19105 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6
19108 cat >conftest.
$ac_ext <<_ACEOF
19111 cat confdefs.h
>>conftest.
$ac_ext
19112 cat >>conftest.
$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19115 #include <sys/ioctl.h>
19116 #include <sys/types.h>
19117 #include <linux/joystick.h>
19119 struct js_event blub;
19120 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19121 #error "no 2.2 header"
19132 rm -f conftest.
$ac_objext
19133 if { (ac_try
="$ac_compile"
19134 case "(($ac_try" in
19135 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19136 *) ac_try_echo=$ac_try;;
19138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19139 (eval "$ac_compile") 2>conftest.er1
19141 grep -v '^ *+' conftest.er1 >conftest.err
19143 cat conftest.err >&5
19144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19145 (exit $ac_status); } && {
19146 test -z "$ac_c_werror_flag" ||
19147 test ! -s conftest.err
19148 } && test -s conftest.$ac_objext; then
19149 wine_cv_linux_joystick_22_api=yes
19151 echo "$as_me: failed program was:" >&5
19152 sed 's/^/| /' conftest.$ac_ext >&5
19154 wine_cv_linux_joystick_22_api=no
19157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19160 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19161 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19162 if test "$wine_cv_linux_joystick_22_api" = "yes"
19165 cat >>confdefs.h <<\_ACEOF
19166 #define HAVE_LINUX_22_JOYSTICK_API 1
19173 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19174 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19175 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19176 echo $ECHO_N "(cached) $ECHO_C" >&6
19178 cat >conftest.$ac_ext <<_ACEOF
19181 cat confdefs.h >>conftest.$ac_ext
19182 cat >>conftest.$ac_ext <<_ACEOF
19183 /* end confdefs.h. */
19184 #include <sys/types.h>
19185 #ifdef HAVE_SYS_PARAM_H
19186 # include <sys/param.h>
19188 #ifdef HAVE_SYS_MOUNT_H
19189 # include <sys/mount.h>
19191 #ifdef HAVE_SYS_VFS_H
19192 # include <sys/vfs.h>
19194 #ifdef HAVE_SYS_STATFS_H
19195 # include <sys/statfs.h>
19201 static struct statfs ac_aggr;
19202 if (ac_aggr.f_bfree)
19208 rm -f conftest.$ac_objext
19209 if { (ac_try="$ac_compile"
19210 case "(($ac_try" in
19211 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19212 *) ac_try_echo
=$ac_try;;
19214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19215 (eval "$ac_compile") 2>conftest.er1
19217 grep -v '^ *+' conftest.er1
>conftest.err
19219 cat conftest.err
>&5
19220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19221 (exit $ac_status); } && {
19222 test -z "$ac_c_werror_flag" ||
19223 test ! -s conftest.err
19224 } && test -s conftest.
$ac_objext; then
19225 ac_cv_member_struct_statfs_f_bfree
=yes
19227 echo "$as_me: failed program was:" >&5
19228 sed 's/^/| /' conftest.
$ac_ext >&5
19230 cat >conftest.
$ac_ext <<_ACEOF
19233 cat confdefs.h
>>conftest.
$ac_ext
19234 cat >>conftest.
$ac_ext <<_ACEOF
19235 /* end confdefs.h. */
19236 #include <sys/types.h>
19237 #ifdef HAVE_SYS_PARAM_H
19238 # include <sys/param.h>
19240 #ifdef HAVE_SYS_MOUNT_H
19241 # include <sys/mount.h>
19243 #ifdef HAVE_SYS_VFS_H
19244 # include <sys/vfs.h>
19246 #ifdef HAVE_SYS_STATFS_H
19247 # include <sys/statfs.h>
19253 static struct statfs ac_aggr;
19254 if (sizeof ac_aggr.f_bfree)
19260 rm -f conftest.
$ac_objext
19261 if { (ac_try
="$ac_compile"
19262 case "(($ac_try" in
19263 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19264 *) ac_try_echo=$ac_try;;
19266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19267 (eval "$ac_compile") 2>conftest.er1
19269 grep -v '^ *+' conftest.er1 >conftest.err
19271 cat conftest.err >&5
19272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19273 (exit $ac_status); } && {
19274 test -z "$ac_c_werror_flag" ||
19275 test ! -s conftest.err
19276 } && test -s conftest.$ac_objext; then
19277 ac_cv_member_struct_statfs_f_bfree=yes
19279 echo "$as_me: failed program was:" >&5
19280 sed 's/^/| /' conftest.$ac_ext >&5
19282 ac_cv_member_struct_statfs_f_bfree=no
19285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19290 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19291 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19292 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19294 cat >>confdefs.h <<_ACEOF
19295 #define HAVE_STRUCT_STATFS_F_BFREE 1
19300 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19301 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19302 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19303 echo $ECHO_N "(cached) $ECHO_C" >&6
19305 cat >conftest.$ac_ext <<_ACEOF
19308 cat confdefs.h >>conftest.$ac_ext
19309 cat >>conftest.$ac_ext <<_ACEOF
19310 /* end confdefs.h. */
19311 #include <sys/types.h>
19312 #ifdef HAVE_SYS_PARAM_H
19313 # include <sys/param.h>
19315 #ifdef HAVE_SYS_MOUNT_H
19316 # include <sys/mount.h>
19318 #ifdef HAVE_SYS_VFS_H
19319 # include <sys/vfs.h>
19321 #ifdef HAVE_SYS_STATFS_H
19322 # include <sys/statfs.h>
19328 static struct statfs ac_aggr;
19329 if (ac_aggr.f_bavail)
19335 rm -f conftest.$ac_objext
19336 if { (ac_try="$ac_compile"
19337 case "(($ac_try" in
19338 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19339 *) ac_try_echo
=$ac_try;;
19341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19342 (eval "$ac_compile") 2>conftest.er1
19344 grep -v '^ *+' conftest.er1
>conftest.err
19346 cat conftest.err
>&5
19347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19348 (exit $ac_status); } && {
19349 test -z "$ac_c_werror_flag" ||
19350 test ! -s conftest.err
19351 } && test -s conftest.
$ac_objext; then
19352 ac_cv_member_struct_statfs_f_bavail
=yes
19354 echo "$as_me: failed program was:" >&5
19355 sed 's/^/| /' conftest.
$ac_ext >&5
19357 cat >conftest.
$ac_ext <<_ACEOF
19360 cat confdefs.h
>>conftest.
$ac_ext
19361 cat >>conftest.
$ac_ext <<_ACEOF
19362 /* end confdefs.h. */
19363 #include <sys/types.h>
19364 #ifdef HAVE_SYS_PARAM_H
19365 # include <sys/param.h>
19367 #ifdef HAVE_SYS_MOUNT_H
19368 # include <sys/mount.h>
19370 #ifdef HAVE_SYS_VFS_H
19371 # include <sys/vfs.h>
19373 #ifdef HAVE_SYS_STATFS_H
19374 # include <sys/statfs.h>
19380 static struct statfs ac_aggr;
19381 if (sizeof ac_aggr.f_bavail)
19387 rm -f conftest.
$ac_objext
19388 if { (ac_try
="$ac_compile"
19389 case "(($ac_try" in
19390 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19391 *) ac_try_echo=$ac_try;;
19393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19394 (eval "$ac_compile") 2>conftest.er1
19396 grep -v '^ *+' conftest.er1 >conftest.err
19398 cat conftest.err >&5
19399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19400 (exit $ac_status); } && {
19401 test -z "$ac_c_werror_flag" ||
19402 test ! -s conftest.err
19403 } && test -s conftest.$ac_objext; then
19404 ac_cv_member_struct_statfs_f_bavail=yes
19406 echo "$as_me: failed program was:" >&5
19407 sed 's/^/| /' conftest.$ac_ext >&5
19409 ac_cv_member_struct_statfs_f_bavail=no
19412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19418 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19419 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19421 cat >>confdefs.h <<_ACEOF
19422 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19427 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19428 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19429 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19430 echo $ECHO_N "(cached) $ECHO_C" >&6
19432 cat >conftest.$ac_ext <<_ACEOF
19435 cat confdefs.h >>conftest.$ac_ext
19436 cat >>conftest.$ac_ext <<_ACEOF
19437 /* end confdefs.h. */
19438 #include <sys/types.h>
19439 #ifdef HAVE_SYS_PARAM_H
19440 # include <sys/param.h>
19442 #ifdef HAVE_SYS_MOUNT_H
19443 # include <sys/mount.h>
19445 #ifdef HAVE_SYS_VFS_H
19446 # include <sys/vfs.h>
19448 #ifdef HAVE_SYS_STATFS_H
19449 # include <sys/statfs.h>
19455 static struct statfs ac_aggr;
19456 if (ac_aggr.f_frsize)
19462 rm -f conftest.$ac_objext
19463 if { (ac_try="$ac_compile"
19464 case "(($ac_try" in
19465 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19466 *) ac_try_echo
=$ac_try;;
19468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19469 (eval "$ac_compile") 2>conftest.er1
19471 grep -v '^ *+' conftest.er1
>conftest.err
19473 cat conftest.err
>&5
19474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19475 (exit $ac_status); } && {
19476 test -z "$ac_c_werror_flag" ||
19477 test ! -s conftest.err
19478 } && test -s conftest.
$ac_objext; then
19479 ac_cv_member_struct_statfs_f_frsize
=yes
19481 echo "$as_me: failed program was:" >&5
19482 sed 's/^/| /' conftest.
$ac_ext >&5
19484 cat >conftest.
$ac_ext <<_ACEOF
19487 cat confdefs.h
>>conftest.
$ac_ext
19488 cat >>conftest.
$ac_ext <<_ACEOF
19489 /* end confdefs.h. */
19490 #include <sys/types.h>
19491 #ifdef HAVE_SYS_PARAM_H
19492 # include <sys/param.h>
19494 #ifdef HAVE_SYS_MOUNT_H
19495 # include <sys/mount.h>
19497 #ifdef HAVE_SYS_VFS_H
19498 # include <sys/vfs.h>
19500 #ifdef HAVE_SYS_STATFS_H
19501 # include <sys/statfs.h>
19507 static struct statfs ac_aggr;
19508 if (sizeof ac_aggr.f_frsize)
19514 rm -f conftest.
$ac_objext
19515 if { (ac_try
="$ac_compile"
19516 case "(($ac_try" in
19517 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19518 *) ac_try_echo=$ac_try;;
19520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19521 (eval "$ac_compile") 2>conftest.er1
19523 grep -v '^ *+' conftest.er1 >conftest.err
19525 cat conftest.err >&5
19526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19527 (exit $ac_status); } && {
19528 test -z "$ac_c_werror_flag" ||
19529 test ! -s conftest.err
19530 } && test -s conftest.$ac_objext; then
19531 ac_cv_member_struct_statfs_f_frsize=yes
19533 echo "$as_me: failed program was:" >&5
19534 sed 's/^/| /' conftest.$ac_ext >&5
19536 ac_cv_member_struct_statfs_f_frsize=no
19539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19544 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19545 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19546 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19548 cat >>confdefs.h <<_ACEOF
19549 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19554 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19555 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19556 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19557 echo $ECHO_N "(cached) $ECHO_C" >&6
19559 cat >conftest.$ac_ext <<_ACEOF
19562 cat confdefs.h >>conftest.$ac_ext
19563 cat >>conftest.$ac_ext <<_ACEOF
19564 /* end confdefs.h. */
19565 #include <sys/types.h>
19566 #ifdef HAVE_SYS_PARAM_H
19567 # include <sys/param.h>
19569 #ifdef HAVE_SYS_MOUNT_H
19570 # include <sys/mount.h>
19572 #ifdef HAVE_SYS_VFS_H
19573 # include <sys/vfs.h>
19575 #ifdef HAVE_SYS_STATFS_H
19576 # include <sys/statfs.h>
19582 static struct statfs ac_aggr;
19583 if (ac_aggr.f_ffree)
19589 rm -f conftest.$ac_objext
19590 if { (ac_try="$ac_compile"
19591 case "(($ac_try" in
19592 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19593 *) ac_try_echo
=$ac_try;;
19595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19596 (eval "$ac_compile") 2>conftest.er1
19598 grep -v '^ *+' conftest.er1
>conftest.err
19600 cat conftest.err
>&5
19601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19602 (exit $ac_status); } && {
19603 test -z "$ac_c_werror_flag" ||
19604 test ! -s conftest.err
19605 } && test -s conftest.
$ac_objext; then
19606 ac_cv_member_struct_statfs_f_ffree
=yes
19608 echo "$as_me: failed program was:" >&5
19609 sed 's/^/| /' conftest.
$ac_ext >&5
19611 cat >conftest.
$ac_ext <<_ACEOF
19614 cat confdefs.h
>>conftest.
$ac_ext
19615 cat >>conftest.
$ac_ext <<_ACEOF
19616 /* end confdefs.h. */
19617 #include <sys/types.h>
19618 #ifdef HAVE_SYS_PARAM_H
19619 # include <sys/param.h>
19621 #ifdef HAVE_SYS_MOUNT_H
19622 # include <sys/mount.h>
19624 #ifdef HAVE_SYS_VFS_H
19625 # include <sys/vfs.h>
19627 #ifdef HAVE_SYS_STATFS_H
19628 # include <sys/statfs.h>
19634 static struct statfs ac_aggr;
19635 if (sizeof ac_aggr.f_ffree)
19641 rm -f conftest.
$ac_objext
19642 if { (ac_try
="$ac_compile"
19643 case "(($ac_try" in
19644 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19645 *) ac_try_echo=$ac_try;;
19647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19648 (eval "$ac_compile") 2>conftest.er1
19650 grep -v '^ *+' conftest.er1 >conftest.err
19652 cat conftest.err >&5
19653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19654 (exit $ac_status); } && {
19655 test -z "$ac_c_werror_flag" ||
19656 test ! -s conftest.err
19657 } && test -s conftest.$ac_objext; then
19658 ac_cv_member_struct_statfs_f_ffree=yes
19660 echo "$as_me: failed program was:" >&5
19661 sed 's/^/| /' conftest.$ac_ext >&5
19663 ac_cv_member_struct_statfs_f_ffree=no
19666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19671 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19672 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19673 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19675 cat >>confdefs.h <<_ACEOF
19676 #define HAVE_STRUCT_STATFS_F_FFREE 1
19681 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19682 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19683 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19684 echo $ECHO_N "(cached) $ECHO_C" >&6
19686 cat >conftest.$ac_ext <<_ACEOF
19689 cat confdefs.h >>conftest.$ac_ext
19690 cat >>conftest.$ac_ext <<_ACEOF
19691 /* end confdefs.h. */
19692 #include <sys/types.h>
19693 #ifdef HAVE_SYS_PARAM_H
19694 # include <sys/param.h>
19696 #ifdef HAVE_SYS_MOUNT_H
19697 # include <sys/mount.h>
19699 #ifdef HAVE_SYS_VFS_H
19700 # include <sys/vfs.h>
19702 #ifdef HAVE_SYS_STATFS_H
19703 # include <sys/statfs.h>
19709 static struct statfs ac_aggr;
19710 if (ac_aggr.f_favail)
19716 rm -f conftest.$ac_objext
19717 if { (ac_try="$ac_compile"
19718 case "(($ac_try" in
19719 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19720 *) ac_try_echo
=$ac_try;;
19722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19723 (eval "$ac_compile") 2>conftest.er1
19725 grep -v '^ *+' conftest.er1
>conftest.err
19727 cat conftest.err
>&5
19728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19729 (exit $ac_status); } && {
19730 test -z "$ac_c_werror_flag" ||
19731 test ! -s conftest.err
19732 } && test -s conftest.
$ac_objext; then
19733 ac_cv_member_struct_statfs_f_favail
=yes
19735 echo "$as_me: failed program was:" >&5
19736 sed 's/^/| /' conftest.
$ac_ext >&5
19738 cat >conftest.
$ac_ext <<_ACEOF
19741 cat confdefs.h
>>conftest.
$ac_ext
19742 cat >>conftest.
$ac_ext <<_ACEOF
19743 /* end confdefs.h. */
19744 #include <sys/types.h>
19745 #ifdef HAVE_SYS_PARAM_H
19746 # include <sys/param.h>
19748 #ifdef HAVE_SYS_MOUNT_H
19749 # include <sys/mount.h>
19751 #ifdef HAVE_SYS_VFS_H
19752 # include <sys/vfs.h>
19754 #ifdef HAVE_SYS_STATFS_H
19755 # include <sys/statfs.h>
19761 static struct statfs ac_aggr;
19762 if (sizeof ac_aggr.f_favail)
19768 rm -f conftest.
$ac_objext
19769 if { (ac_try
="$ac_compile"
19770 case "(($ac_try" in
19771 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19772 *) ac_try_echo=$ac_try;;
19774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19775 (eval "$ac_compile") 2>conftest.er1
19777 grep -v '^ *+' conftest.er1 >conftest.err
19779 cat conftest.err >&5
19780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19781 (exit $ac_status); } && {
19782 test -z "$ac_c_werror_flag" ||
19783 test ! -s conftest.err
19784 } && test -s conftest.$ac_objext; then
19785 ac_cv_member_struct_statfs_f_favail=yes
19787 echo "$as_me: failed program was:" >&5
19788 sed 's/^/| /' conftest.$ac_ext >&5
19790 ac_cv_member_struct_statfs_f_favail=no
19793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19798 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19799 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19800 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19802 cat >>confdefs.h <<_ACEOF
19803 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19808 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19809 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19810 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19811 echo $ECHO_N "(cached) $ECHO_C" >&6
19813 cat >conftest.$ac_ext <<_ACEOF
19816 cat confdefs.h >>conftest.$ac_ext
19817 cat >>conftest.$ac_ext <<_ACEOF
19818 /* end confdefs.h. */
19819 #include <sys/types.h>
19820 #ifdef HAVE_SYS_PARAM_H
19821 # include <sys/param.h>
19823 #ifdef HAVE_SYS_MOUNT_H
19824 # include <sys/mount.h>
19826 #ifdef HAVE_SYS_VFS_H
19827 # include <sys/vfs.h>
19829 #ifdef HAVE_SYS_STATFS_H
19830 # include <sys/statfs.h>
19836 static struct statfs ac_aggr;
19837 if (ac_aggr.f_namelen)
19843 rm -f conftest.$ac_objext
19844 if { (ac_try="$ac_compile"
19845 case "(($ac_try" in
19846 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19847 *) ac_try_echo
=$ac_try;;
19849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19850 (eval "$ac_compile") 2>conftest.er1
19852 grep -v '^ *+' conftest.er1
>conftest.err
19854 cat conftest.err
>&5
19855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19856 (exit $ac_status); } && {
19857 test -z "$ac_c_werror_flag" ||
19858 test ! -s conftest.err
19859 } && test -s conftest.
$ac_objext; then
19860 ac_cv_member_struct_statfs_f_namelen
=yes
19862 echo "$as_me: failed program was:" >&5
19863 sed 's/^/| /' conftest.
$ac_ext >&5
19865 cat >conftest.
$ac_ext <<_ACEOF
19868 cat confdefs.h
>>conftest.
$ac_ext
19869 cat >>conftest.
$ac_ext <<_ACEOF
19870 /* end confdefs.h. */
19871 #include <sys/types.h>
19872 #ifdef HAVE_SYS_PARAM_H
19873 # include <sys/param.h>
19875 #ifdef HAVE_SYS_MOUNT_H
19876 # include <sys/mount.h>
19878 #ifdef HAVE_SYS_VFS_H
19879 # include <sys/vfs.h>
19881 #ifdef HAVE_SYS_STATFS_H
19882 # include <sys/statfs.h>
19888 static struct statfs ac_aggr;
19889 if (sizeof ac_aggr.f_namelen)
19895 rm -f conftest.
$ac_objext
19896 if { (ac_try
="$ac_compile"
19897 case "(($ac_try" in
19898 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19899 *) ac_try_echo=$ac_try;;
19901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19902 (eval "$ac_compile") 2>conftest.er1
19904 grep -v '^ *+' conftest.er1 >conftest.err
19906 cat conftest.err >&5
19907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19908 (exit $ac_status); } && {
19909 test -z "$ac_c_werror_flag" ||
19910 test ! -s conftest.err
19911 } && test -s conftest.$ac_objext; then
19912 ac_cv_member_struct_statfs_f_namelen=yes
19914 echo "$as_me: failed program was:" >&5
19915 sed 's/^/| /' conftest.$ac_ext >&5
19917 ac_cv_member_struct_statfs_f_namelen=no
19920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19925 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19926 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19927 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19929 cat >>confdefs.h <<_ACEOF
19930 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19937 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19938 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19939 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19940 echo $ECHO_N "(cached) $ECHO_C" >&6
19942 cat >conftest.$ac_ext <<_ACEOF
19945 cat confdefs.h >>conftest.$ac_ext
19946 cat >>conftest.$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19948 #ifdef HAVE_SYS_STATVFS_H
19949 #include <sys/statvfs.h>
19955 static struct statvfs ac_aggr;
19956 if (ac_aggr.f_blocks)
19962 rm -f conftest.$ac_objext
19963 if { (ac_try="$ac_compile"
19964 case "(($ac_try" in
19965 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19966 *) ac_try_echo
=$ac_try;;
19968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19971 grep -v '^ *+' conftest.er1
>conftest.err
19973 cat conftest.err
>&5
19974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.
$ac_objext; then
19979 ac_cv_member_struct_statvfs_f_blocks
=yes
19981 echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.
$ac_ext >&5
19984 cat >conftest.
$ac_ext <<_ACEOF
19987 cat confdefs.h
>>conftest.
$ac_ext
19988 cat >>conftest.
$ac_ext <<_ACEOF
19989 /* end confdefs.h. */
19990 #ifdef HAVE_SYS_STATVFS_H
19991 #include <sys/statvfs.h>
19997 static struct statvfs ac_aggr;
19998 if (sizeof ac_aggr.f_blocks)
20004 rm -f conftest.
$ac_objext
20005 if { (ac_try
="$ac_compile"
20006 case "(($ac_try" in
20007 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20008 *) ac_try_echo=$ac_try;;
20010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20011 (eval "$ac_compile") 2>conftest.er1
20013 grep -v '^ *+' conftest.er1 >conftest.err
20015 cat conftest.err >&5
20016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017 (exit $ac_status); } && {
20018 test -z "$ac_c_werror_flag" ||
20019 test ! -s conftest.err
20020 } && test -s conftest.$ac_objext; then
20021 ac_cv_member_struct_statvfs_f_blocks=yes
20023 echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.$ac_ext >&5
20026 ac_cv_member_struct_statvfs_f_blocks=no
20029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20034 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20035 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20036 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20038 cat >>confdefs.h <<_ACEOF
20039 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20046 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20047 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20048 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20049 echo $ECHO_N "(cached) $ECHO_C" >&6
20051 cat >conftest.$ac_ext <<_ACEOF
20054 cat confdefs.h >>conftest.$ac_ext
20055 cat >>conftest.$ac_ext <<_ACEOF
20056 /* end confdefs.h. */
20057 #include <sys/types.h>
20058 #ifdef HAVE_SYS_SOCKET_H
20059 # include <sys/socket.h>
20061 #ifdef HAVE_SYS_UN_H
20062 # include <sys/un.h>
20068 static struct msghdr ac_aggr;
20069 if (ac_aggr.msg_accrights)
20075 rm -f conftest.$ac_objext
20076 if { (ac_try="$ac_compile"
20077 case "(($ac_try" in
20078 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20079 *) ac_try_echo
=$ac_try;;
20081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20082 (eval "$ac_compile") 2>conftest.er1
20084 grep -v '^ *+' conftest.er1
>conftest.err
20086 cat conftest.err
>&5
20087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20088 (exit $ac_status); } && {
20089 test -z "$ac_c_werror_flag" ||
20090 test ! -s conftest.err
20091 } && test -s conftest.
$ac_objext; then
20092 ac_cv_member_struct_msghdr_msg_accrights
=yes
20094 echo "$as_me: failed program was:" >&5
20095 sed 's/^/| /' conftest.
$ac_ext >&5
20097 cat >conftest.
$ac_ext <<_ACEOF
20100 cat confdefs.h
>>conftest.
$ac_ext
20101 cat >>conftest.
$ac_ext <<_ACEOF
20102 /* end confdefs.h. */
20103 #include <sys/types.h>
20104 #ifdef HAVE_SYS_SOCKET_H
20105 # include <sys/socket.h>
20107 #ifdef HAVE_SYS_UN_H
20108 # include <sys/un.h>
20114 static struct msghdr ac_aggr;
20115 if (sizeof ac_aggr.msg_accrights)
20121 rm -f conftest.
$ac_objext
20122 if { (ac_try
="$ac_compile"
20123 case "(($ac_try" in
20124 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20125 *) ac_try_echo=$ac_try;;
20127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20128 (eval "$ac_compile") 2>conftest.er1
20130 grep -v '^ *+' conftest.er1 >conftest.err
20132 cat conftest.err >&5
20133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134 (exit $ac_status); } && {
20135 test -z "$ac_c_werror_flag" ||
20136 test ! -s conftest.err
20137 } && test -s conftest.$ac_objext; then
20138 ac_cv_member_struct_msghdr_msg_accrights=yes
20140 echo "$as_me: failed program was:" >&5
20141 sed 's/^/| /' conftest.$ac_ext >&5
20143 ac_cv_member_struct_msghdr_msg_accrights=no
20146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20151 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20152 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20153 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20155 cat >>confdefs.h <<_ACEOF
20156 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20161 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20162 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20163 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20164 echo $ECHO_N "(cached) $ECHO_C" >&6
20166 cat >conftest.$ac_ext <<_ACEOF
20169 cat confdefs.h >>conftest.$ac_ext
20170 cat >>conftest.$ac_ext <<_ACEOF
20171 /* end confdefs.h. */
20172 #include <sys/types.h>
20173 #ifdef HAVE_SYS_SOCKET_H
20174 # include <sys/socket.h>
20176 #ifdef HAVE_SYS_UN_H
20177 # include <sys/un.h>
20183 static struct sockaddr ac_aggr;
20184 if (ac_aggr.sa_len)
20190 rm -f conftest.$ac_objext
20191 if { (ac_try="$ac_compile"
20192 case "(($ac_try" in
20193 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20194 *) ac_try_echo
=$ac_try;;
20196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20197 (eval "$ac_compile") 2>conftest.er1
20199 grep -v '^ *+' conftest.er1
>conftest.err
20201 cat conftest.err
>&5
20202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20203 (exit $ac_status); } && {
20204 test -z "$ac_c_werror_flag" ||
20205 test ! -s conftest.err
20206 } && test -s conftest.
$ac_objext; then
20207 ac_cv_member_struct_sockaddr_sa_len
=yes
20209 echo "$as_me: failed program was:" >&5
20210 sed 's/^/| /' conftest.
$ac_ext >&5
20212 cat >conftest.
$ac_ext <<_ACEOF
20215 cat confdefs.h
>>conftest.
$ac_ext
20216 cat >>conftest.
$ac_ext <<_ACEOF
20217 /* end confdefs.h. */
20218 #include <sys/types.h>
20219 #ifdef HAVE_SYS_SOCKET_H
20220 # include <sys/socket.h>
20222 #ifdef HAVE_SYS_UN_H
20223 # include <sys/un.h>
20229 static struct sockaddr ac_aggr;
20230 if (sizeof ac_aggr.sa_len)
20236 rm -f conftest.
$ac_objext
20237 if { (ac_try
="$ac_compile"
20238 case "(($ac_try" in
20239 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20240 *) ac_try_echo=$ac_try;;
20242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20243 (eval "$ac_compile") 2>conftest.er1
20245 grep -v '^ *+' conftest.er1 >conftest.err
20247 cat conftest.err >&5
20248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20249 (exit $ac_status); } && {
20250 test -z "$ac_c_werror_flag" ||
20251 test ! -s conftest.err
20252 } && test -s conftest.$ac_objext; then
20253 ac_cv_member_struct_sockaddr_sa_len=yes
20255 echo "$as_me: failed program was:" >&5
20256 sed 's/^/| /' conftest.$ac_ext >&5
20258 ac_cv_member_struct_sockaddr_sa_len=no
20261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20266 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20267 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20268 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20270 cat >>confdefs.h <<_ACEOF
20271 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20276 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20277 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20278 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20279 echo $ECHO_N "(cached) $ECHO_C" >&6
20281 cat >conftest.$ac_ext <<_ACEOF
20284 cat confdefs.h >>conftest.$ac_ext
20285 cat >>conftest.$ac_ext <<_ACEOF
20286 /* end confdefs.h. */
20287 #include <sys/types.h>
20288 #ifdef HAVE_SYS_SOCKET_H
20289 # include <sys/socket.h>
20291 #ifdef HAVE_SYS_UN_H
20292 # include <sys/un.h>
20298 static struct sockaddr_un ac_aggr;
20299 if (ac_aggr.sun_len)
20305 rm -f conftest.$ac_objext
20306 if { (ac_try="$ac_compile"
20307 case "(($ac_try" in
20308 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20309 *) ac_try_echo
=$ac_try;;
20311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20312 (eval "$ac_compile") 2>conftest.er1
20314 grep -v '^ *+' conftest.er1
>conftest.err
20316 cat conftest.err
>&5
20317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20318 (exit $ac_status); } && {
20319 test -z "$ac_c_werror_flag" ||
20320 test ! -s conftest.err
20321 } && test -s conftest.
$ac_objext; then
20322 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20324 echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.
$ac_ext >&5
20327 cat >conftest.
$ac_ext <<_ACEOF
20330 cat confdefs.h
>>conftest.
$ac_ext
20331 cat >>conftest.
$ac_ext <<_ACEOF
20332 /* end confdefs.h. */
20333 #include <sys/types.h>
20334 #ifdef HAVE_SYS_SOCKET_H
20335 # include <sys/socket.h>
20337 #ifdef HAVE_SYS_UN_H
20338 # include <sys/un.h>
20344 static struct sockaddr_un ac_aggr;
20345 if (sizeof ac_aggr.sun_len)
20351 rm -f conftest.
$ac_objext
20352 if { (ac_try
="$ac_compile"
20353 case "(($ac_try" in
20354 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20355 *) ac_try_echo=$ac_try;;
20357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20358 (eval "$ac_compile") 2>conftest.er1
20360 grep -v '^ *+' conftest.er1 >conftest.err
20362 cat conftest.err >&5
20363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20364 (exit $ac_status); } && {
20365 test -z "$ac_c_werror_flag" ||
20366 test ! -s conftest.err
20367 } && test -s conftest.$ac_objext; then
20368 ac_cv_member_struct_sockaddr_un_sun_len=yes
20370 echo "$as_me: failed program was:" >&5
20371 sed 's/^/| /' conftest.$ac_ext >&5
20373 ac_cv_member_struct_sockaddr_un_sun_len=no
20376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20381 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20382 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20383 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20385 cat >>confdefs.h <<_ACEOF
20386 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20393 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20394 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20395 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20396 echo $ECHO_N "(cached) $ECHO_C" >&6
20398 cat >conftest.$ac_ext <<_ACEOF
20401 cat confdefs.h >>conftest.$ac_ext
20402 cat >>conftest.$ac_ext <<_ACEOF
20403 /* end confdefs.h. */
20404 #include <sys/types.h>
20405 #ifdef HAVE_SCSI_SG_H
20406 #include <scsi/sg.h>
20412 static scsireq_t ac_aggr;
20419 rm -f conftest.$ac_objext
20420 if { (ac_try="$ac_compile"
20421 case "(($ac_try" in
20422 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20423 *) ac_try_echo
=$ac_try;;
20425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20426 (eval "$ac_compile") 2>conftest.er1
20428 grep -v '^ *+' conftest.er1
>conftest.err
20430 cat conftest.err
>&5
20431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20432 (exit $ac_status); } && {
20433 test -z "$ac_c_werror_flag" ||
20434 test ! -s conftest.err
20435 } && test -s conftest.
$ac_objext; then
20436 ac_cv_member_scsireq_t_cmd
=yes
20438 echo "$as_me: failed program was:" >&5
20439 sed 's/^/| /' conftest.
$ac_ext >&5
20441 cat >conftest.
$ac_ext <<_ACEOF
20444 cat confdefs.h
>>conftest.
$ac_ext
20445 cat >>conftest.
$ac_ext <<_ACEOF
20446 /* end confdefs.h. */
20447 #include <sys/types.h>
20448 #ifdef HAVE_SCSI_SG_H
20449 #include <scsi/sg.h>
20455 static scsireq_t ac_aggr;
20456 if (sizeof ac_aggr.cmd)
20462 rm -f conftest.
$ac_objext
20463 if { (ac_try
="$ac_compile"
20464 case "(($ac_try" in
20465 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20466 *) ac_try_echo=$ac_try;;
20468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20469 (eval "$ac_compile") 2>conftest.er1
20471 grep -v '^ *+' conftest.er1 >conftest.err
20473 cat conftest.err >&5
20474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20475 (exit $ac_status); } && {
20476 test -z "$ac_c_werror_flag" ||
20477 test ! -s conftest.err
20478 } && test -s conftest.$ac_objext; then
20479 ac_cv_member_scsireq_t_cmd=yes
20481 echo "$as_me: failed program was:" >&5
20482 sed 's/^/| /' conftest.$ac_ext >&5
20484 ac_cv_member_scsireq_t_cmd=no
20487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20492 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20493 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20494 if test $ac_cv_member_scsireq_t_cmd = yes; then
20496 cat >>confdefs.h <<_ACEOF
20497 #define HAVE_SCSIREQ_T_CMD 1
20502 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20503 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20504 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20505 echo $ECHO_N "(cached) $ECHO_C" >&6
20507 cat >conftest.$ac_ext <<_ACEOF
20510 cat confdefs.h >>conftest.$ac_ext
20511 cat >>conftest.$ac_ext <<_ACEOF
20512 /* end confdefs.h. */
20513 #include <sys/types.h>
20514 #ifdef HAVE_SCSI_SG_H
20515 #include <scsi/sg.h>
20521 static sg_io_hdr_t ac_aggr;
20522 if (ac_aggr.interface_id)
20528 rm -f conftest.$ac_objext
20529 if { (ac_try="$ac_compile"
20530 case "(($ac_try" in
20531 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20532 *) ac_try_echo
=$ac_try;;
20534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20535 (eval "$ac_compile") 2>conftest.er1
20537 grep -v '^ *+' conftest.er1
>conftest.err
20539 cat conftest.err
>&5
20540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541 (exit $ac_status); } && {
20542 test -z "$ac_c_werror_flag" ||
20543 test ! -s conftest.err
20544 } && test -s conftest.
$ac_objext; then
20545 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20547 echo "$as_me: failed program was:" >&5
20548 sed 's/^/| /' conftest.
$ac_ext >&5
20550 cat >conftest.
$ac_ext <<_ACEOF
20553 cat confdefs.h
>>conftest.
$ac_ext
20554 cat >>conftest.
$ac_ext <<_ACEOF
20555 /* end confdefs.h. */
20556 #include <sys/types.h>
20557 #ifdef HAVE_SCSI_SG_H
20558 #include <scsi/sg.h>
20564 static sg_io_hdr_t ac_aggr;
20565 if (sizeof ac_aggr.interface_id)
20571 rm -f conftest.
$ac_objext
20572 if { (ac_try
="$ac_compile"
20573 case "(($ac_try" in
20574 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20575 *) ac_try_echo=$ac_try;;
20577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20578 (eval "$ac_compile") 2>conftest.er1
20580 grep -v '^ *+' conftest.er1 >conftest.err
20582 cat conftest.err >&5
20583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20584 (exit $ac_status); } && {
20585 test -z "$ac_c_werror_flag" ||
20586 test ! -s conftest.err
20587 } && test -s conftest.$ac_objext; then
20588 ac_cv_member_sg_io_hdr_t_interface_id=yes
20590 echo "$as_me: failed program was:" >&5
20591 sed 's/^/| /' conftest.$ac_ext >&5
20593 ac_cv_member_sg_io_hdr_t_interface_id=no
20596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20601 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20602 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20603 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20605 cat >>confdefs.h <<_ACEOF
20606 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20613 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20614 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20615 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20616 echo $ECHO_N "(cached) $ECHO_C" >&6
20618 cat >conftest.$ac_ext <<_ACEOF
20621 cat confdefs.h >>conftest.$ac_ext
20622 cat >>conftest.$ac_ext <<_ACEOF
20623 /* end confdefs.h. */
20624 #include <signal.h>
20629 static siginfo_t ac_aggr;
20636 rm -f conftest.$ac_objext
20637 if { (ac_try="$ac_compile"
20638 case "(($ac_try" in
20639 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20640 *) ac_try_echo
=$ac_try;;
20642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20643 (eval "$ac_compile") 2>conftest.er1
20645 grep -v '^ *+' conftest.er1
>conftest.err
20647 cat conftest.err
>&5
20648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20649 (exit $ac_status); } && {
20650 test -z "$ac_c_werror_flag" ||
20651 test ! -s conftest.err
20652 } && test -s conftest.
$ac_objext; then
20653 ac_cv_member_siginfo_t_si_fd
=yes
20655 echo "$as_me: failed program was:" >&5
20656 sed 's/^/| /' conftest.
$ac_ext >&5
20658 cat >conftest.
$ac_ext <<_ACEOF
20661 cat confdefs.h
>>conftest.
$ac_ext
20662 cat >>conftest.
$ac_ext <<_ACEOF
20663 /* end confdefs.h. */
20664 #include <signal.h>
20669 static siginfo_t ac_aggr;
20670 if (sizeof ac_aggr.si_fd)
20676 rm -f conftest.
$ac_objext
20677 if { (ac_try
="$ac_compile"
20678 case "(($ac_try" in
20679 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20680 *) ac_try_echo=$ac_try;;
20682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20685 grep -v '^ *+' conftest.er1 >conftest.err
20687 cat conftest.err >&5
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_siginfo_t_si_fd=yes
20695 echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 ac_cv_member_siginfo_t_si_fd=no
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20706 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20707 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20708 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20710 cat >>confdefs.h <<_ACEOF
20711 #define HAVE_SIGINFO_T_SI_FD 1
20718 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20719 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20720 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20721 echo $ECHO_N "(cached) $ECHO_C" >&6
20723 cat >conftest.$ac_ext <<_ACEOF
20726 cat confdefs.h >>conftest.$ac_ext
20727 cat >>conftest.$ac_ext <<_ACEOF
20728 /* end confdefs.h. */
20729 #include <sys/types.h>
20730 #ifdef HAVE_SYS_MTIO_H
20731 #include <sys/mtio.h>
20737 static struct mtget ac_aggr;
20738 if (ac_aggr.mt_blksiz)
20744 rm -f conftest.$ac_objext
20745 if { (ac_try="$ac_compile"
20746 case "(($ac_try" in
20747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20748 *) ac_try_echo
=$ac_try;;
20750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20751 (eval "$ac_compile") 2>conftest.er1
20753 grep -v '^ *+' conftest.er1
>conftest.err
20755 cat conftest.err
>&5
20756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20757 (exit $ac_status); } && {
20758 test -z "$ac_c_werror_flag" ||
20759 test ! -s conftest.err
20760 } && test -s conftest.
$ac_objext; then
20761 ac_cv_member_struct_mtget_mt_blksiz
=yes
20763 echo "$as_me: failed program was:" >&5
20764 sed 's/^/| /' conftest.
$ac_ext >&5
20766 cat >conftest.
$ac_ext <<_ACEOF
20769 cat confdefs.h
>>conftest.
$ac_ext
20770 cat >>conftest.
$ac_ext <<_ACEOF
20771 /* end confdefs.h. */
20772 #include <sys/types.h>
20773 #ifdef HAVE_SYS_MTIO_H
20774 #include <sys/mtio.h>
20780 static struct mtget ac_aggr;
20781 if (sizeof ac_aggr.mt_blksiz)
20787 rm -f conftest.
$ac_objext
20788 if { (ac_try
="$ac_compile"
20789 case "(($ac_try" in
20790 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20791 *) ac_try_echo=$ac_try;;
20793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20794 (eval "$ac_compile") 2>conftest.er1
20796 grep -v '^ *+' conftest.er1 >conftest.err
20798 cat conftest.err >&5
20799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20800 (exit $ac_status); } && {
20801 test -z "$ac_c_werror_flag" ||
20802 test ! -s conftest.err
20803 } && test -s conftest.$ac_objext; then
20804 ac_cv_member_struct_mtget_mt_blksiz=yes
20806 echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.$ac_ext >&5
20809 ac_cv_member_struct_mtget_mt_blksiz=no
20812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20817 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20818 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20819 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20821 cat >>confdefs.h <<_ACEOF
20822 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20827 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20828 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20829 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20830 echo $ECHO_N "(cached) $ECHO_C" >&6
20832 cat >conftest.$ac_ext <<_ACEOF
20835 cat confdefs.h >>conftest.$ac_ext
20836 cat >>conftest.$ac_ext <<_ACEOF
20837 /* end confdefs.h. */
20838 #include <sys/types.h>
20839 #ifdef HAVE_SYS_MTIO_H
20840 #include <sys/mtio.h>
20846 static struct mtget ac_aggr;
20847 if (ac_aggr.mt_gstat)
20853 rm -f conftest.$ac_objext
20854 if { (ac_try="$ac_compile"
20855 case "(($ac_try" in
20856 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20857 *) ac_try_echo
=$ac_try;;
20859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20860 (eval "$ac_compile") 2>conftest.er1
20862 grep -v '^ *+' conftest.er1
>conftest.err
20864 cat conftest.err
>&5
20865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20866 (exit $ac_status); } && {
20867 test -z "$ac_c_werror_flag" ||
20868 test ! -s conftest.err
20869 } && test -s conftest.
$ac_objext; then
20870 ac_cv_member_struct_mtget_mt_gstat
=yes
20872 echo "$as_me: failed program was:" >&5
20873 sed 's/^/| /' conftest.
$ac_ext >&5
20875 cat >conftest.
$ac_ext <<_ACEOF
20878 cat confdefs.h
>>conftest.
$ac_ext
20879 cat >>conftest.
$ac_ext <<_ACEOF
20880 /* end confdefs.h. */
20881 #include <sys/types.h>
20882 #ifdef HAVE_SYS_MTIO_H
20883 #include <sys/mtio.h>
20889 static struct mtget ac_aggr;
20890 if (sizeof ac_aggr.mt_gstat)
20896 rm -f conftest.
$ac_objext
20897 if { (ac_try
="$ac_compile"
20898 case "(($ac_try" in
20899 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20900 *) ac_try_echo=$ac_try;;
20902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20903 (eval "$ac_compile") 2>conftest.er1
20905 grep -v '^ *+' conftest.er1 >conftest.err
20907 cat conftest.err >&5
20908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20909 (exit $ac_status); } && {
20910 test -z "$ac_c_werror_flag" ||
20911 test ! -s conftest.err
20912 } && test -s conftest.$ac_objext; then
20913 ac_cv_member_struct_mtget_mt_gstat=yes
20915 echo "$as_me: failed program was:" >&5
20916 sed 's/^/| /' conftest.$ac_ext >&5
20918 ac_cv_member_struct_mtget_mt_gstat=no
20921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20926 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20927 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20928 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20930 cat >>confdefs.h <<_ACEOF
20931 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20936 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20937 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20938 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20939 echo $ECHO_N "(cached) $ECHO_C" >&6
20941 cat >conftest.$ac_ext <<_ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h. */
20947 #include <sys/types.h>
20948 #ifdef HAVE_SYS_MTIO_H
20949 #include <sys/mtio.h>
20955 static struct mtget ac_aggr;
20956 if (ac_aggr.mt_blkno)
20962 rm -f conftest.$ac_objext
20963 if { (ac_try="$ac_compile"
20964 case "(($ac_try" in
20965 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20966 *) ac_try_echo
=$ac_try;;
20968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20969 (eval "$ac_compile") 2>conftest.er1
20971 grep -v '^ *+' conftest.er1
>conftest.err
20973 cat conftest.err
>&5
20974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20975 (exit $ac_status); } && {
20976 test -z "$ac_c_werror_flag" ||
20977 test ! -s conftest.err
20978 } && test -s conftest.
$ac_objext; then
20979 ac_cv_member_struct_mtget_mt_blkno
=yes
20981 echo "$as_me: failed program was:" >&5
20982 sed 's/^/| /' conftest.
$ac_ext >&5
20984 cat >conftest.
$ac_ext <<_ACEOF
20987 cat confdefs.h
>>conftest.
$ac_ext
20988 cat >>conftest.
$ac_ext <<_ACEOF
20989 /* end confdefs.h. */
20990 #include <sys/types.h>
20991 #ifdef HAVE_SYS_MTIO_H
20992 #include <sys/mtio.h>
20998 static struct mtget ac_aggr;
20999 if (sizeof ac_aggr.mt_blkno)
21005 rm -f conftest.
$ac_objext
21006 if { (ac_try
="$ac_compile"
21007 case "(($ac_try" in
21008 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21009 *) ac_try_echo=$ac_try;;
21011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21012 (eval "$ac_compile") 2>conftest.er1
21014 grep -v '^ *+' conftest.er1 >conftest.err
21016 cat conftest.err >&5
21017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21018 (exit $ac_status); } && {
21019 test -z "$ac_c_werror_flag" ||
21020 test ! -s conftest.err
21021 } && test -s conftest.$ac_objext; then
21022 ac_cv_member_struct_mtget_mt_blkno=yes
21024 echo "$as_me: failed program was:" >&5
21025 sed 's/^/| /' conftest.$ac_ext >&5
21027 ac_cv_member_struct_mtget_mt_blkno=no
21030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21035 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21036 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21037 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21039 cat >>confdefs.h <<_ACEOF
21040 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21047 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21048 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21049 if test "${ac_cv_member_struct_option_name+set}" = set; then
21050 echo $ECHO_N "(cached) $ECHO_C" >&6
21052 cat >conftest.$ac_ext <<_ACEOF
21055 cat confdefs.h >>conftest.$ac_ext
21056 cat >>conftest.$ac_ext <<_ACEOF
21057 /* end confdefs.h. */
21058 #ifdef HAVE_GETOPT_H
21059 #include <getopt.h>
21065 static struct option ac_aggr;
21072 rm -f conftest.$ac_objext
21073 if { (ac_try="$ac_compile"
21074 case "(($ac_try" in
21075 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21076 *) ac_try_echo
=$ac_try;;
21078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21079 (eval "$ac_compile") 2>conftest.er1
21081 grep -v '^ *+' conftest.er1
>conftest.err
21083 cat conftest.err
>&5
21084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21085 (exit $ac_status); } && {
21086 test -z "$ac_c_werror_flag" ||
21087 test ! -s conftest.err
21088 } && test -s conftest.
$ac_objext; then
21089 ac_cv_member_struct_option_name
=yes
21091 echo "$as_me: failed program was:" >&5
21092 sed 's/^/| /' conftest.
$ac_ext >&5
21094 cat >conftest.
$ac_ext <<_ACEOF
21097 cat confdefs.h
>>conftest.
$ac_ext
21098 cat >>conftest.
$ac_ext <<_ACEOF
21099 /* end confdefs.h. */
21100 #ifdef HAVE_GETOPT_H
21101 #include <getopt.h>
21107 static struct option ac_aggr;
21108 if (sizeof ac_aggr.name)
21114 rm -f conftest.
$ac_objext
21115 if { (ac_try
="$ac_compile"
21116 case "(($ac_try" in
21117 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21118 *) ac_try_echo=$ac_try;;
21120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21121 (eval "$ac_compile") 2>conftest.er1
21123 grep -v '^ *+' conftest.er1 >conftest.err
21125 cat conftest.err >&5
21126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21127 (exit $ac_status); } && {
21128 test -z "$ac_c_werror_flag" ||
21129 test ! -s conftest.err
21130 } && test -s conftest.$ac_objext; then
21131 ac_cv_member_struct_option_name=yes
21133 echo "$as_me: failed program was:" >&5
21134 sed 's/^/| /' conftest.$ac_ext >&5
21136 ac_cv_member_struct_option_name=no
21139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21144 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21145 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21146 if test $ac_cv_member_struct_option_name = yes; then
21148 cat >>confdefs.h <<_ACEOF
21149 #define HAVE_STRUCT_OPTION_NAME 1
21156 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21157 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21158 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21159 echo $ECHO_N "(cached) $ECHO_C" >&6
21161 cat >conftest.$ac_ext <<_ACEOF
21164 cat confdefs.h >>conftest.$ac_ext
21165 cat >>conftest.$ac_ext <<_ACEOF
21166 /* end confdefs.h. */
21167 $ac_includes_default
21171 static struct stat ac_aggr;
21172 if (ac_aggr.st_blocks)
21178 rm -f conftest.$ac_objext
21179 if { (ac_try="$ac_compile"
21180 case "(($ac_try" in
21181 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21182 *) ac_try_echo
=$ac_try;;
21184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21185 (eval "$ac_compile") 2>conftest.er1
21187 grep -v '^ *+' conftest.er1
>conftest.err
21189 cat conftest.err
>&5
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } && {
21192 test -z "$ac_c_werror_flag" ||
21193 test ! -s conftest.err
21194 } && test -s conftest.
$ac_objext; then
21195 ac_cv_member_struct_stat_st_blocks
=yes
21197 echo "$as_me: failed program was:" >&5
21198 sed 's/^/| /' conftest.
$ac_ext >&5
21200 cat >conftest.
$ac_ext <<_ACEOF
21203 cat confdefs.h
>>conftest.
$ac_ext
21204 cat >>conftest.
$ac_ext <<_ACEOF
21205 /* end confdefs.h. */
21206 $ac_includes_default
21210 static struct stat ac_aggr;
21211 if (sizeof ac_aggr.st_blocks)
21217 rm -f conftest.
$ac_objext
21218 if { (ac_try
="$ac_compile"
21219 case "(($ac_try" in
21220 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21221 *) ac_try_echo=$ac_try;;
21223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21224 (eval "$ac_compile") 2>conftest.er1
21226 grep -v '^ *+' conftest.er1 >conftest.err
21228 cat conftest.err >&5
21229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21230 (exit $ac_status); } && {
21231 test -z "$ac_c_werror_flag" ||
21232 test ! -s conftest.err
21233 } && test -s conftest.$ac_objext; then
21234 ac_cv_member_struct_stat_st_blocks=yes
21236 echo "$as_me: failed program was:" >&5
21237 sed 's/^/| /' conftest.$ac_ext >&5
21239 ac_cv_member_struct_stat_st_blocks=no
21242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21247 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21248 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21249 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21251 cat >>confdefs.h <<_ACEOF
21252 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21257 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21258 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21259 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21260 echo $ECHO_N "(cached) $ECHO_C" >&6
21262 cat >conftest.$ac_ext <<_ACEOF
21265 cat confdefs.h >>conftest.$ac_ext
21266 cat >>conftest.$ac_ext <<_ACEOF
21267 /* end confdefs.h. */
21268 $ac_includes_default
21272 static struct stat ac_aggr;
21273 if (ac_aggr.st_mtim)
21279 rm -f conftest.$ac_objext
21280 if { (ac_try="$ac_compile"
21281 case "(($ac_try" in
21282 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21283 *) ac_try_echo
=$ac_try;;
21285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21286 (eval "$ac_compile") 2>conftest.er1
21288 grep -v '^ *+' conftest.er1
>conftest.err
21290 cat conftest.err
>&5
21291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21292 (exit $ac_status); } && {
21293 test -z "$ac_c_werror_flag" ||
21294 test ! -s conftest.err
21295 } && test -s conftest.
$ac_objext; then
21296 ac_cv_member_struct_stat_st_mtim
=yes
21298 echo "$as_me: failed program was:" >&5
21299 sed 's/^/| /' conftest.
$ac_ext >&5
21301 cat >conftest.
$ac_ext <<_ACEOF
21304 cat confdefs.h
>>conftest.
$ac_ext
21305 cat >>conftest.
$ac_ext <<_ACEOF
21306 /* end confdefs.h. */
21307 $ac_includes_default
21311 static struct stat ac_aggr;
21312 if (sizeof ac_aggr.st_mtim)
21318 rm -f conftest.
$ac_objext
21319 if { (ac_try
="$ac_compile"
21320 case "(($ac_try" in
21321 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21322 *) ac_try_echo=$ac_try;;
21324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21325 (eval "$ac_compile") 2>conftest.er1
21327 grep -v '^ *+' conftest.er1 >conftest.err
21329 cat conftest.err >&5
21330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21331 (exit $ac_status); } && {
21332 test -z "$ac_c_werror_flag" ||
21333 test ! -s conftest.err
21334 } && test -s conftest.$ac_objext; then
21335 ac_cv_member_struct_stat_st_mtim=yes
21337 echo "$as_me: failed program was:" >&5
21338 sed 's/^/| /' conftest.$ac_ext >&5
21340 ac_cv_member_struct_stat_st_mtim=no
21343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21348 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21349 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21350 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21352 cat >>confdefs.h <<_ACEOF
21353 #define HAVE_STRUCT_STAT_ST_MTIM 1
21358 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21359 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21360 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21361 echo $ECHO_N "(cached) $ECHO_C" >&6
21363 cat >conftest.$ac_ext <<_ACEOF
21366 cat confdefs.h >>conftest.$ac_ext
21367 cat >>conftest.$ac_ext <<_ACEOF
21368 /* end confdefs.h. */
21369 $ac_includes_default
21373 static struct stat ac_aggr;
21374 if (ac_aggr.st_ctim)
21380 rm -f conftest.$ac_objext
21381 if { (ac_try="$ac_compile"
21382 case "(($ac_try" in
21383 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21384 *) ac_try_echo
=$ac_try;;
21386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21387 (eval "$ac_compile") 2>conftest.er1
21389 grep -v '^ *+' conftest.er1
>conftest.err
21391 cat conftest.err
>&5
21392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21393 (exit $ac_status); } && {
21394 test -z "$ac_c_werror_flag" ||
21395 test ! -s conftest.err
21396 } && test -s conftest.
$ac_objext; then
21397 ac_cv_member_struct_stat_st_ctim
=yes
21399 echo "$as_me: failed program was:" >&5
21400 sed 's/^/| /' conftest.
$ac_ext >&5
21402 cat >conftest.
$ac_ext <<_ACEOF
21405 cat confdefs.h
>>conftest.
$ac_ext
21406 cat >>conftest.
$ac_ext <<_ACEOF
21407 /* end confdefs.h. */
21408 $ac_includes_default
21412 static struct stat ac_aggr;
21413 if (sizeof ac_aggr.st_ctim)
21419 rm -f conftest.
$ac_objext
21420 if { (ac_try
="$ac_compile"
21421 case "(($ac_try" in
21422 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21423 *) ac_try_echo=$ac_try;;
21425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21426 (eval "$ac_compile") 2>conftest.er1
21428 grep -v '^ *+' conftest.er1 >conftest.err
21430 cat conftest.err >&5
21431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21432 (exit $ac_status); } && {
21433 test -z "$ac_c_werror_flag" ||
21434 test ! -s conftest.err
21435 } && test -s conftest.$ac_objext; then
21436 ac_cv_member_struct_stat_st_ctim=yes
21438 echo "$as_me: failed program was:" >&5
21439 sed 's/^/| /' conftest.$ac_ext >&5
21441 ac_cv_member_struct_stat_st_ctim=no
21444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21449 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21450 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21451 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21453 cat >>confdefs.h <<_ACEOF
21454 #define HAVE_STRUCT_STAT_ST_CTIM 1
21459 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21460 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21461 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21462 echo $ECHO_N "(cached) $ECHO_C" >&6
21464 cat >conftest.$ac_ext <<_ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 $ac_includes_default
21474 static struct stat ac_aggr;
21475 if (ac_aggr.st_atim)
21481 rm -f conftest.$ac_objext
21482 if { (ac_try="$ac_compile"
21483 case "(($ac_try" in
21484 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21485 *) ac_try_echo
=$ac_try;;
21487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21488 (eval "$ac_compile") 2>conftest.er1
21490 grep -v '^ *+' conftest.er1
>conftest.err
21492 cat conftest.err
>&5
21493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21494 (exit $ac_status); } && {
21495 test -z "$ac_c_werror_flag" ||
21496 test ! -s conftest.err
21497 } && test -s conftest.
$ac_objext; then
21498 ac_cv_member_struct_stat_st_atim
=yes
21500 echo "$as_me: failed program was:" >&5
21501 sed 's/^/| /' conftest.
$ac_ext >&5
21503 cat >conftest.
$ac_ext <<_ACEOF
21506 cat confdefs.h
>>conftest.
$ac_ext
21507 cat >>conftest.
$ac_ext <<_ACEOF
21508 /* end confdefs.h. */
21509 $ac_includes_default
21513 static struct stat ac_aggr;
21514 if (sizeof ac_aggr.st_atim)
21520 rm -f conftest.
$ac_objext
21521 if { (ac_try
="$ac_compile"
21522 case "(($ac_try" in
21523 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21524 *) ac_try_echo=$ac_try;;
21526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21527 (eval "$ac_compile") 2>conftest.er1
21529 grep -v '^ *+' conftest.er1 >conftest.err
21531 cat conftest.err >&5
21532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21533 (exit $ac_status); } && {
21534 test -z "$ac_c_werror_flag" ||
21535 test ! -s conftest.err
21536 } && test -s conftest.$ac_objext; then
21537 ac_cv_member_struct_stat_st_atim=yes
21539 echo "$as_me: failed program was:" >&5
21540 sed 's/^/| /' conftest.$ac_ext >&5
21542 ac_cv_member_struct_stat_st_atim=no
21545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21551 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21552 if test $ac_cv_member_struct_stat_st_atim = yes; then
21554 cat >>confdefs.h <<_ACEOF
21555 #define HAVE_STRUCT_STAT_ST_ATIM 1
21562 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21563 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21564 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21565 echo $ECHO_N "(cached) $ECHO_C" >&6
21567 cat >conftest.$ac_ext <<_ACEOF
21570 cat confdefs.h >>conftest.$ac_ext
21571 cat >>conftest.$ac_ext <<_ACEOF
21572 /* end confdefs.h. */
21573 #ifdef HAVE_SYS_TYPES_H
21574 #include <sys/types.h>
21576 #ifdef HAVE_NETINET_IN_H
21577 #include <netinet/in.h>
21583 static struct sockaddr_in6 ac_aggr;
21584 if (ac_aggr.sin6_scope_id)
21590 rm -f conftest.$ac_objext
21591 if { (ac_try="$ac_compile"
21592 case "(($ac_try" in
21593 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21594 *) ac_try_echo
=$ac_try;;
21596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21597 (eval "$ac_compile") 2>conftest.er1
21599 grep -v '^ *+' conftest.er1
>conftest.err
21601 cat conftest.err
>&5
21602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21603 (exit $ac_status); } && {
21604 test -z "$ac_c_werror_flag" ||
21605 test ! -s conftest.err
21606 } && test -s conftest.
$ac_objext; then
21607 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21609 echo "$as_me: failed program was:" >&5
21610 sed 's/^/| /' conftest.
$ac_ext >&5
21612 cat >conftest.
$ac_ext <<_ACEOF
21615 cat confdefs.h
>>conftest.
$ac_ext
21616 cat >>conftest.
$ac_ext <<_ACEOF
21617 /* end confdefs.h. */
21618 #ifdef HAVE_SYS_TYPES_H
21619 #include <sys/types.h>
21621 #ifdef HAVE_NETINET_IN_H
21622 #include <netinet/in.h>
21628 static struct sockaddr_in6 ac_aggr;
21629 if (sizeof ac_aggr.sin6_scope_id)
21635 rm -f conftest.
$ac_objext
21636 if { (ac_try
="$ac_compile"
21637 case "(($ac_try" in
21638 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21639 *) ac_try_echo=$ac_try;;
21641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21642 (eval "$ac_compile") 2>conftest.er1
21644 grep -v '^ *+' conftest.er1 >conftest.err
21646 cat conftest.err >&5
21647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21648 (exit $ac_status); } && {
21649 test -z "$ac_c_werror_flag" ||
21650 test ! -s conftest.err
21651 } && test -s conftest.$ac_objext; then
21652 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21654 echo "$as_me: failed program was:" >&5
21655 sed 's/^/| /' conftest.$ac_ext >&5
21657 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21666 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21667 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21669 cat >>confdefs.h <<_ACEOF
21670 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21677 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21678 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21679 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21680 echo $ECHO_N "(cached) $ECHO_C" >&6
21682 cat >conftest.$ac_ext <<_ACEOF
21685 cat confdefs.h >>conftest.$ac_ext
21686 cat >>conftest.$ac_ext <<_ACEOF
21687 /* end confdefs.h. */
21688 #ifdef HAVE_SYS_TYPES_H
21689 #include <sys/types.h>
21691 #ifdef HAVE_NETINET_IN_H
21692 # include <netinet/in.h>
21694 #ifdef HAVE_ARPA_NAMESER_H
21695 # include <arpa/nameser.h>
21701 static ns_msg ac_aggr;
21702 if (ac_aggr._msg_ptr)
21708 rm -f conftest.$ac_objext
21709 if { (ac_try="$ac_compile"
21710 case "(($ac_try" in
21711 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21712 *) ac_try_echo
=$ac_try;;
21714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21715 (eval "$ac_compile") 2>conftest.er1
21717 grep -v '^ *+' conftest.er1
>conftest.err
21719 cat conftest.err
>&5
21720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21721 (exit $ac_status); } && {
21722 test -z "$ac_c_werror_flag" ||
21723 test ! -s conftest.err
21724 } && test -s conftest.
$ac_objext; then
21725 ac_cv_member_ns_msg__msg_ptr
=yes
21727 echo "$as_me: failed program was:" >&5
21728 sed 's/^/| /' conftest.
$ac_ext >&5
21730 cat >conftest.
$ac_ext <<_ACEOF
21733 cat confdefs.h
>>conftest.
$ac_ext
21734 cat >>conftest.
$ac_ext <<_ACEOF
21735 /* end confdefs.h. */
21736 #ifdef HAVE_SYS_TYPES_H
21737 #include <sys/types.h>
21739 #ifdef HAVE_NETINET_IN_H
21740 # include <netinet/in.h>
21742 #ifdef HAVE_ARPA_NAMESER_H
21743 # include <arpa/nameser.h>
21749 static ns_msg ac_aggr;
21750 if (sizeof ac_aggr._msg_ptr)
21756 rm -f conftest.
$ac_objext
21757 if { (ac_try
="$ac_compile"
21758 case "(($ac_try" in
21759 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21760 *) ac_try_echo=$ac_try;;
21762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21763 (eval "$ac_compile") 2>conftest.er1
21765 grep -v '^ *+' conftest.er1 >conftest.err
21767 cat conftest.err >&5
21768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769 (exit $ac_status); } && {
21770 test -z "$ac_c_werror_flag" ||
21771 test ! -s conftest.err
21772 } && test -s conftest.$ac_objext; then
21773 ac_cv_member_ns_msg__msg_ptr=yes
21775 echo "$as_me: failed program was:" >&5
21776 sed 's/^/| /' conftest.$ac_ext >&5
21778 ac_cv_member_ns_msg__msg_ptr=no
21781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21786 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21787 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21788 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21790 cat >>confdefs.h <<_ACEOF
21791 #define HAVE_NS_MSG__MSG_PTR 1
21798 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21799 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21800 if test "${ac_cv_have_timezone+set}" = set; then
21801 echo $ECHO_N "(cached) $ECHO_C" >&6
21803 cat >conftest.$ac_ext <<_ACEOF
21806 cat confdefs.h >>conftest.$ac_ext
21807 cat >>conftest.$ac_ext <<_ACEOF
21808 /* end confdefs.h. */
21818 rm -f conftest.$ac_objext conftest$ac_exeext
21819 if { (ac_try="$ac_link"
21820 case "(($ac_try" in
21821 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21822 *) ac_try_echo
=$ac_try;;
21824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21825 (eval "$ac_link") 2>conftest.er1
21827 grep -v '^ *+' conftest.er1
>conftest.err
21829 cat conftest.err
>&5
21830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21831 (exit $ac_status); } && {
21832 test -z "$ac_c_werror_flag" ||
21833 test ! -s conftest.err
21834 } && test -s conftest
$ac_exeext &&
21835 $as_test_x conftest
$ac_exeext; then
21836 ac_cv_have_timezone
="yes"
21838 echo "$as_me: failed program was:" >&5
21839 sed 's/^/| /' conftest.
$ac_ext >&5
21841 ac_cv_have_timezone
="no"
21844 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21845 conftest
$ac_exeext conftest.
$ac_ext
21847 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21848 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21849 if test "$ac_cv_have_timezone" = "yes"
21852 cat >>confdefs.h
<<\_ACEOF
21853 #define HAVE_TIMEZONE 1
21857 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21858 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21859 if test "${ac_cv_have_daylight+set}" = set; then
21860 echo $ECHO_N "(cached) $ECHO_C" >&6
21862 cat >conftest.
$ac_ext <<_ACEOF
21865 cat confdefs.h
>>conftest.
$ac_ext
21866 cat >>conftest.
$ac_ext <<_ACEOF
21867 /* end confdefs.h. */
21877 rm -f conftest.
$ac_objext conftest
$ac_exeext
21878 if { (ac_try
="$ac_link"
21879 case "(($ac_try" in
21880 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21881 *) ac_try_echo=$ac_try;;
21883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21884 (eval "$ac_link") 2>conftest.er1
21886 grep -v '^ *+' conftest.er1 >conftest.err
21888 cat conftest.err >&5
21889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21890 (exit $ac_status); } && {
21891 test -z "$ac_c_werror_flag" ||
21892 test ! -s conftest.err
21893 } && test -s conftest$ac_exeext &&
21894 $as_test_x conftest$ac_exeext; then
21895 ac_cv_have_daylight="yes"
21897 echo "$as_me: failed program was:" >&5
21898 sed 's/^/| /' conftest.$ac_ext >&5
21900 ac_cv_have_daylight="no"
21903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21904 conftest$ac_exeext conftest.$ac_ext
21906 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21907 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21908 if test "$ac_cv_have_daylight" = "yes"
21911 cat >>confdefs.h <<\_ACEOF
21912 #define HAVE_DAYLIGHT 1
21917 { echo "$as_me:$LINENO: checking for isinf" >&5
21918 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21919 if test "${ac_cv_have_isinf+set}" = set; then
21920 echo $ECHO_N "(cached) $ECHO_C" >&6
21922 cat >conftest.$ac_ext <<_ACEOF
21925 cat confdefs.h >>conftest.$ac_ext
21926 cat >>conftest.$ac_ext <<_ACEOF
21927 /* end confdefs.h. */
21932 float f = 0.0; int i=isinf(f)
21937 rm -f conftest.$ac_objext conftest$ac_exeext
21938 if { (ac_try="$ac_link"
21939 case "(($ac_try" in
21940 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21941 *) ac_try_echo
=$ac_try;;
21943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21944 (eval "$ac_link") 2>conftest.er1
21946 grep -v '^ *+' conftest.er1
>conftest.err
21948 cat conftest.err
>&5
21949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21950 (exit $ac_status); } && {
21951 test -z "$ac_c_werror_flag" ||
21952 test ! -s conftest.err
21953 } && test -s conftest
$ac_exeext &&
21954 $as_test_x conftest
$ac_exeext; then
21955 ac_cv_have_isinf
="yes"
21957 echo "$as_me: failed program was:" >&5
21958 sed 's/^/| /' conftest.
$ac_ext >&5
21960 ac_cv_have_isinf
="no"
21963 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21964 conftest
$ac_exeext conftest.
$ac_ext
21966 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21967 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21968 if test "$ac_cv_have_isinf" = "yes"
21971 cat >>confdefs.h
<<\_ACEOF
21972 #define HAVE_ISINF 1
21979 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21980 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21981 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21982 echo $ECHO_N "(cached) $ECHO_C" >&6
21984 cat >conftest.
$ac_ext <<_ACEOF
21987 cat confdefs.h
>>conftest.
$ac_ext
21988 cat >>conftest.
$ac_ext <<_ACEOF
21989 /* end confdefs.h. */
21994 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21995 $EGREP "yes" >/dev
/null
2>&1; then
21996 ac_cv_cpp_def___i386__
=yes
21998 ac_cv_cpp_def___i386__
=no
22003 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22004 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22005 if test $ac_cv_cpp_def___i386__ = yes; then
22006 CFLAGS
="$CFLAGS -D__i386__"
22007 LINTFLAGS
="$LINTFLAGS -D__i386__"
22010 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22011 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22012 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22013 echo $ECHO_N "(cached) $ECHO_C" >&6
22015 cat >conftest.
$ac_ext <<_ACEOF
22018 cat confdefs.h
>>conftest.
$ac_ext
22019 cat >>conftest.
$ac_ext <<_ACEOF
22020 /* end confdefs.h. */
22025 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22026 $EGREP "yes" >/dev
/null
2>&1; then
22027 ac_cv_cpp_def___x86_64__
=yes
22029 ac_cv_cpp_def___x86_64__
=no
22034 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22035 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22036 if test $ac_cv_cpp_def___x86_64__ = yes; then
22037 CFLAGS
="$CFLAGS -D__x86_64__"
22038 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22041 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22042 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22043 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22044 echo $ECHO_N "(cached) $ECHO_C" >&6
22046 cat >conftest.
$ac_ext <<_ACEOF
22049 cat confdefs.h
>>conftest.
$ac_ext
22050 cat >>conftest.
$ac_ext <<_ACEOF
22051 /* end confdefs.h. */
22056 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22057 $EGREP "yes" >/dev
/null
2>&1; then
22058 ac_cv_cpp_def___ALPHA__
=yes
22060 ac_cv_cpp_def___ALPHA__
=no
22065 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22066 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22067 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22068 CFLAGS
="$CFLAGS -D__ALPHA__"
22069 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22072 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22073 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22074 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22075 echo $ECHO_N "(cached) $ECHO_C" >&6
22077 cat >conftest.
$ac_ext <<_ACEOF
22080 cat confdefs.h
>>conftest.
$ac_ext
22081 cat >>conftest.
$ac_ext <<_ACEOF
22082 /* end confdefs.h. */
22087 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22088 $EGREP "yes" >/dev
/null
2>&1; then
22089 ac_cv_cpp_def___sparc__
=yes
22091 ac_cv_cpp_def___sparc__
=no
22096 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22097 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22098 if test $ac_cv_cpp_def___sparc__ = yes; then
22099 CFLAGS
="$CFLAGS -D__sparc__"
22100 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22103 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22104 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22105 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22106 echo $ECHO_N "(cached) $ECHO_C" >&6
22108 cat >conftest.
$ac_ext <<_ACEOF
22111 cat confdefs.h
>>conftest.
$ac_ext
22112 cat >>conftest.
$ac_ext <<_ACEOF
22113 /* end confdefs.h. */
22114 #ifndef __powerpc__
22118 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22119 $EGREP "yes" >/dev
/null
2>&1; then
22120 ac_cv_cpp_def___powerpc__
=yes
22122 ac_cv_cpp_def___powerpc__
=no
22127 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22128 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22129 if test $ac_cv_cpp_def___powerpc__ = yes; then
22130 CFLAGS
="$CFLAGS -D__powerpc__"
22131 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
22136 case $host_vendor in
22137 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22138 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22139 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22140 echo $ECHO_N "(cached) $ECHO_C" >&6
22142 cat >conftest.
$ac_ext <<_ACEOF
22145 cat confdefs.h
>>conftest.
$ac_ext
22146 cat >>conftest.
$ac_ext <<_ACEOF
22147 /* end confdefs.h. */
22152 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22153 $EGREP "yes" >/dev
/null
2>&1; then
22154 ac_cv_cpp_def___sun__
=yes
22156 ac_cv_cpp_def___sun__
=no
22161 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22162 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22163 if test $ac_cv_cpp_def___sun__ = yes; then
22164 CFLAGS
="$CFLAGS -D__sun__"
22165 LINTFLAGS
="$LINTFLAGS -D__sun__"
22171 DEPENDENCIES
="### Dependencies:
22176 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22178 \$(OBJS): \$(IDL_GEN_HEADERS)
22179 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22180 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22181 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22182 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22189 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
22200 ALL_PROGRAM_DIRS
=""
22202 ALL_PROGRAM_INSTALL_DIRS
=""
22204 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
22210 ac_config_commands
="$ac_config_commands include/stamp-h"
22213 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
22215 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
22217 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
22219 ac_config_commands
="$ac_config_commands dlls/user32/resources"
22221 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
22223 ac_config_commands
="$ac_config_commands include/wine"
22226 ALL_MAKERULES
="$ALL_MAKERULES \\
22228 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22229 Make.rules: Make.rules.in"
22230 MAKE_RULES
=Make.rules
22231 ac_config_files
="$ac_config_files Make.rules"
22233 ALL_MAKERULES
="$ALL_MAKERULES \\
22234 dlls/Makedll.rules"
22235 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22236 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22237 MAKE_DLL_RULES
=dlls
/Makedll.rules
22238 ac_config_files
="$ac_config_files dlls/Makedll.rules"
22240 ALL_MAKERULES
="$ALL_MAKERULES \\
22241 dlls/Makeimplib.rules"
22242 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22243 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22244 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
22245 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
22247 ALL_MAKERULES
="$ALL_MAKERULES \\
22248 dlls/Maketest.rules"
22249 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22250 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22251 MAKE_TEST_RULES
=dlls
/Maketest.rules
22252 ac_config_files
="$ac_config_files dlls/Maketest.rules"
22254 ALL_MAKERULES
="$ALL_MAKERULES \\
22255 programs/Makeprog.rules"
22256 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22257 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22258 MAKE_PROG_RULES
=programs
/Makeprog.rules
22259 ac_config_files
="$ac_config_files programs/Makeprog.rules"
22264 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22265 Makefile: Makefile.in Make.rules"
22266 ac_config_files
="$ac_config_files Makefile"
22268 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22270 test "x$enable_dlls" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
22272 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22273 dlls/Makefile: dlls/Makefile.in Make.rules"
22274 ac_config_files
="$ac_config_files dlls/Makefile"
22276 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22277 dlls/acledit/Makefile"
22278 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22280 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22281 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22282 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
22284 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22285 dlls/activeds/Makefile"
22286 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22289 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22290 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
22292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22293 dlls/actxprxy/Makefile"
22294 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22296 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22297 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22298 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
22300 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22301 dlls/adsiid/Makefile"
22302 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
22304 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22305 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22306 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
22308 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22309 dlls/advapi32/Makefile"
22310 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22312 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22313 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22314 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
22316 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22317 dlls/advapi32/tests/Makefile"
22318 test "x$enable_advapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22320 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22321 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22322 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
22324 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22325 dlls/advpack/Makefile"
22326 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22328 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22329 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22330 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
22332 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22333 dlls/advpack/tests/Makefile"
22334 test "x$enable_advpack_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22336 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22337 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22338 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
22340 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22341 dlls/amstream/Makefile"
22342 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22344 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22345 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22346 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
22348 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22349 dlls/appwiz.cpl/Makefile"
22350 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22352 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22353 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22354 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
22356 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22358 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22360 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22361 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22362 ac_config_files
="$ac_config_files dlls/atl/Makefile"
22364 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22365 dlls/avicap32/Makefile"
22366 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22368 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22369 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22370 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
22372 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22373 dlls/avifil32/Makefile"
22374 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22376 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22377 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22378 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
22380 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22381 dlls/browseui/Makefile"
22382 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22384 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22385 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22386 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
22388 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22389 dlls/browseui/tests/Makefile"
22390 test "x$enable_browseui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22392 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22393 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22394 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
22396 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22397 dlls/cabinet/Makefile"
22398 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22401 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22402 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
22404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22405 dlls/cabinet/tests/Makefile"
22406 test "x$enable_cabinet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22408 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22409 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22410 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
22412 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22413 dlls/capi2032/Makefile"
22414 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22416 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22417 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22418 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
22420 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22421 dlls/cards/Makefile"
22422 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22424 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22425 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22426 ac_config_files
="$ac_config_files dlls/cards/Makefile"
22428 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22429 dlls/cfgmgr32/Makefile"
22430 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22432 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22433 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22434 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
22436 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22437 dlls/clusapi/Makefile"
22438 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22440 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22441 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22442 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
22444 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22445 dlls/comcat/Makefile"
22446 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22448 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22449 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22450 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
22452 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22453 dlls/comcat/tests/Makefile"
22454 test "x$enable_comcat_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22456 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22457 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22458 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
22460 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22461 dlls/comctl32/Makefile"
22462 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22464 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22465 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22466 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
22468 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22469 dlls/comctl32/tests/Makefile"
22470 test "x$enable_comctl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22472 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22473 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22474 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
22476 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22477 dlls/comdlg32/Makefile"
22478 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22480 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22481 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22482 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
22484 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22485 dlls/comdlg32/tests/Makefile"
22486 test "x$enable_comdlg32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22488 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22489 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22490 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
22492 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22493 dlls/compstui/Makefile"
22494 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22496 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22497 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22498 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
22500 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22501 dlls/credui/Makefile"
22502 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22504 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22505 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22506 ac_config_files
="$ac_config_files dlls/credui/Makefile"
22508 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22509 dlls/credui/tests/Makefile"
22510 test "x$enable_credui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22512 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22513 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22514 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
22516 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22517 dlls/crtdll/Makefile"
22518 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22520 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22521 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22522 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
22524 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22525 dlls/crypt32/Makefile"
22526 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22528 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22529 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22530 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
22532 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22533 dlls/crypt32/tests/Makefile"
22534 test "x$enable_crypt32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22536 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22537 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22538 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
22540 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22541 dlls/cryptdlg/Makefile"
22542 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22544 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22545 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22546 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
22548 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22549 dlls/cryptdll/Makefile"
22550 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22553 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22554 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
22556 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22557 dlls/cryptnet/Makefile"
22558 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22561 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22562 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
22564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22565 dlls/cryptnet/tests/Makefile"
22566 test "x$enable_cryptnet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22568 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22569 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22570 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
22572 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22573 dlls/cryptui/Makefile"
22574 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22576 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22577 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22578 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
22580 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22581 dlls/ctapi32/Makefile"
22582 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22584 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22585 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22586 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
22588 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22589 dlls/ctl3d32/Makefile"
22590 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22592 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22593 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22594 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
22596 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22597 dlls/d3d10/Makefile"
22598 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22600 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22601 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22602 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
22604 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22605 dlls/d3d8/Makefile"
22606 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22608 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22609 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22610 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
22612 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22613 dlls/d3d8/tests/Makefile"
22614 test "x$enable_d3d8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22616 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22617 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22618 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
22620 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22621 dlls/d3d9/Makefile"
22622 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22624 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22625 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22626 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
22628 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22629 dlls/d3d9/tests/Makefile"
22630 test "x$enable_d3d9_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22632 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22633 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22634 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
22636 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22637 dlls/d3dim/Makefile"
22638 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22640 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22641 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22642 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
22644 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22645 dlls/d3drm/Makefile"
22646 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22648 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22649 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22650 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
22652 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22653 dlls/d3drm/tests/Makefile"
22654 test "x$enable_d3drm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22656 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22657 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22658 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
22660 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22661 dlls/d3dx8/Makefile"
22662 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22664 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22665 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22666 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
22668 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22669 dlls/d3dx8/tests/Makefile"
22670 test "x$enable_d3dx8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22672 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22673 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22674 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
22676 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22677 dlls/d3dx9_24/Makefile"
22678 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22680 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22681 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22682 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
22684 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22685 dlls/d3dx9_25/Makefile"
22686 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22688 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22689 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22690 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
22692 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22693 dlls/d3dx9_26/Makefile"
22694 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22696 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22697 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22698 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
22700 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22701 dlls/d3dx9_27/Makefile"
22702 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22704 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22705 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22706 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
22708 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22709 dlls/d3dx9_28/Makefile"
22710 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22712 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22713 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22714 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
22716 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22717 dlls/d3dx9_29/Makefile"
22718 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22720 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22721 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22722 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
22724 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22725 dlls/d3dx9_30/Makefile"
22726 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22728 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22729 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22730 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
22732 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22733 dlls/d3dx9_31/Makefile"
22734 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22736 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22737 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22738 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
22740 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22741 dlls/d3dx9_32/Makefile"
22742 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22744 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22745 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22746 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
22748 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22749 dlls/d3dx9_33/Makefile"
22750 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22752 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22753 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22754 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
22756 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22757 dlls/d3dx9_34/Makefile"
22758 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22760 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22761 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22762 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
22764 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22765 dlls/d3dx9_35/Makefile"
22766 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22768 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22769 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22770 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
22772 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22773 dlls/d3dx9_36/Makefile"
22774 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22776 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22777 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22778 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
22780 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22781 dlls/d3dx9_36/tests/Makefile"
22782 test "x$enable_d3dx9_36_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22784 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22785 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22786 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22788 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22789 dlls/d3dx9_37/Makefile"
22790 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22792 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22793 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22794 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
22796 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22797 dlls/d3dxof/Makefile"
22798 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22800 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22801 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22802 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
22804 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22805 dlls/d3dxof/tests/Makefile"
22806 test "x$enable_d3dxof_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22808 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22809 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22810 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
22812 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22813 dlls/dbghelp/Makefile"
22814 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22816 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22817 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22818 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
22820 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22821 dlls/dciman32/Makefile"
22822 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22824 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22825 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22826 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
22828 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22829 dlls/ddraw/Makefile"
22830 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22832 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22833 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22834 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
22836 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22837 dlls/ddraw/tests/Makefile"
22838 test "x$enable_ddraw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22840 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22841 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22842 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
22844 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22845 dlls/ddrawex/Makefile"
22846 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22848 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22849 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22850 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
22852 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22853 dlls/devenum/Makefile"
22854 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22856 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22857 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22858 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
22860 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22861 dlls/dinput/Makefile"
22862 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22864 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22865 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22866 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
22868 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22869 dlls/dinput/tests/Makefile"
22870 test "x$enable_dinput_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22872 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22873 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22874 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
22876 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22877 dlls/dinput8/Makefile"
22878 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22880 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22881 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22882 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
22884 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22885 dlls/dmband/Makefile"
22886 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22888 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22889 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22890 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
22892 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22893 dlls/dmcompos/Makefile"
22894 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22896 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22897 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22898 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
22900 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22901 dlls/dmime/Makefile"
22902 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22904 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22905 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22906 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
22908 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22909 dlls/dmloader/Makefile"
22910 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22912 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22913 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22914 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
22916 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22917 dlls/dmscript/Makefile"
22918 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22920 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22921 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22922 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
22924 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22925 dlls/dmstyle/Makefile"
22926 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22928 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22929 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22930 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
22932 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22933 dlls/dmsynth/Makefile"
22934 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22936 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22937 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22938 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
22940 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22941 dlls/dmusic/Makefile"
22942 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22944 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22945 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22946 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
22948 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22949 dlls/dmusic32/Makefile"
22950 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22952 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22953 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22954 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
22956 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22957 dlls/dnsapi/Makefile"
22958 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22960 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22961 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22962 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
22964 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22965 dlls/dnsapi/tests/Makefile"
22966 test "x$enable_dnsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22968 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22969 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22970 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
22972 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22973 dlls/dplay/Makefile"
22974 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22976 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22977 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22978 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
22980 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22981 dlls/dplayx/Makefile"
22982 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22984 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22985 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22986 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
22988 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22989 dlls/dplayx/tests/Makefile"
22990 test "x$enable_dplayx_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22992 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22993 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22994 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
22996 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22997 dlls/dpnaddr/Makefile"
22998 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23000 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23001 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23002 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
23004 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23005 dlls/dpnet/Makefile"
23006 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23008 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23009 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23010 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
23012 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23013 dlls/dpnhpast/Makefile"
23014 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23016 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23017 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23018 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
23020 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23021 dlls/dpnlobby/Makefile"
23022 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23024 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23025 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23026 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
23028 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23029 dlls/dpwsockx/Makefile"
23030 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23032 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23033 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23034 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
23036 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23037 dlls/dsound/Makefile"
23038 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23040 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23041 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23042 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
23044 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23045 dlls/dsound/tests/Makefile"
23046 test "x$enable_dsound_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23048 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23049 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23050 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
23052 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23053 dlls/dssenh/Makefile"
23054 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23056 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23057 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23058 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
23060 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23061 dlls/dswave/Makefile"
23062 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23064 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23065 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23066 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
23068 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23069 dlls/dwmapi/Makefile"
23070 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23072 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23073 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23074 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
23076 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23077 dlls/dxdiagn/Makefile"
23078 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23080 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23081 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23082 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
23084 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23085 dlls/dxerr8/Makefile"
23086 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23088 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23089 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23090 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
23092 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23093 dlls/dxerr9/Makefile"
23094 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23096 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23097 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23098 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
23100 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23101 dlls/dxguid/Makefile"
23102 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23104 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23105 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23106 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
23108 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23109 dlls/faultrep/Makefile"
23110 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23112 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23113 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23114 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
23116 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23117 dlls/fusion/Makefile"
23118 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23120 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23121 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23122 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
23124 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23125 dlls/fusion/tests/Makefile"
23126 test "x$enable_fusion_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23128 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23129 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23130 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
23132 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23133 dlls/gdi32/Makefile"
23134 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23136 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23137 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23138 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
23140 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23141 dlls/gdi32/tests/Makefile"
23142 test "x$enable_gdi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23144 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23145 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23146 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
23148 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23149 dlls/gdiplus/Makefile"
23150 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23152 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23153 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23154 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
23156 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23157 dlls/gdiplus/tests/Makefile"
23158 test "x$enable_gdiplus_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23160 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23161 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23162 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
23164 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23165 dlls/glu32/Makefile"
23166 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23168 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23169 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23170 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
23172 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23173 dlls/gphoto2.ds/Makefile"
23174 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23176 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23177 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23178 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
23180 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23181 dlls/gpkcsp/Makefile"
23182 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23184 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23185 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23186 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
23188 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23190 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23192 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23193 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23194 ac_config_files
="$ac_config_files dlls/hal/Makefile"
23196 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23197 dlls/hhctrl.ocx/Makefile"
23198 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23200 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23201 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23202 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
23204 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23206 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23208 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23209 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23210 ac_config_files
="$ac_config_files dlls/hid/Makefile"
23212 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23213 dlls/hlink/Makefile"
23214 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23216 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23217 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23218 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
23220 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23221 dlls/hlink/tests/Makefile"
23222 test "x$enable_hlink_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23224 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23225 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23226 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
23228 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23229 dlls/hnetcfg/Makefile"
23230 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23232 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23233 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23234 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
23236 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23237 dlls/iccvid/Makefile"
23238 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23240 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23241 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23242 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
23244 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23245 dlls/icmp/Makefile"
23246 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23248 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23249 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23250 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
23252 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23253 dlls/ifsmgr.vxd/Makefile"
23254 test "x$enable_ifsmgr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23256 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23257 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23258 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23260 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23261 dlls/imaadp32.acm/Makefile"
23262 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23264 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23265 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23266 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
23268 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23269 dlls/imagehlp/Makefile"
23270 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23272 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23273 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23274 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
23276 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23277 dlls/imm32/Makefile"
23278 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23280 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23281 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23282 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
23284 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23285 dlls/imm32/tests/Makefile"
23286 test "x$enable_imm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23289 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23290 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
23292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23293 dlls/inetcomm/Makefile"
23294 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23296 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23297 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23298 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
23300 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23301 dlls/inetcomm/tests/Makefile"
23302 test "x$enable_inetcomm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23304 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23305 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23306 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
23308 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23309 dlls/inetmib1/Makefile"
23310 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23312 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23313 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23314 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
23316 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23317 dlls/inetmib1/tests/Makefile"
23318 test "x$enable_inetmib1_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23320 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23321 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23322 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
23324 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23325 dlls/infosoft/Makefile"
23326 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23328 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23329 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23330 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
23332 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23333 dlls/infosoft/tests/Makefile"
23334 test "x$enable_infosoft_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23336 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23337 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23338 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
23340 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23341 dlls/initpki/Makefile"
23342 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23344 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23345 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23346 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
23348 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23349 dlls/inkobj/Makefile"
23350 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23352 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23353 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23354 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
23356 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23357 dlls/inseng/Makefile"
23358 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23360 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23361 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23362 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
23364 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23365 dlls/iphlpapi/Makefile"
23366 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23368 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23369 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23370 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
23372 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23373 dlls/iphlpapi/tests/Makefile"
23374 test "x$enable_iphlpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23376 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23377 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23378 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
23380 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23381 dlls/itircl/Makefile"
23382 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23384 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23385 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23386 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
23388 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23389 dlls/itss/Makefile"
23390 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23392 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23393 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23394 ac_config_files
="$ac_config_files dlls/itss/Makefile"
23396 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23397 dlls/itss/tests/Makefile"
23398 test "x$enable_itss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23401 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23402 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
23404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23405 dlls/jscript/Makefile"
23406 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23408 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23409 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23410 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
23412 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23413 dlls/jscript/tests/Makefile"
23414 test "x$enable_jscript_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23416 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23417 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23418 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
23420 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23421 dlls/kernel32/Makefile"
23422 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23424 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23425 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23426 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
23428 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23429 dlls/kernel32/tests/Makefile"
23430 test "x$enable_kernel32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23432 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23433 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23434 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
23436 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23437 dlls/localspl/Makefile"
23438 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23440 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23441 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23442 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
23444 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23445 dlls/localspl/tests/Makefile"
23446 test "x$enable_localspl_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23448 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23449 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23450 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
23452 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23453 dlls/localui/Makefile"
23454 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23456 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23457 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23458 ac_config_files
="$ac_config_files dlls/localui/Makefile"
23460 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23461 dlls/localui/tests/Makefile"
23462 test "x$enable_localui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23464 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23465 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23466 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
23468 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23469 dlls/lz32/Makefile"
23470 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23472 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23473 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23474 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
23476 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23477 dlls/lz32/tests/Makefile"
23478 test "x$enable_lz32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23480 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23481 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23482 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
23484 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23485 dlls/mapi32/Makefile"
23486 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23488 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23489 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23490 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
23492 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23493 dlls/mapi32/tests/Makefile"
23494 test "x$enable_mapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23496 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23497 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23498 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
23500 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23501 dlls/mciavi32/Makefile"
23502 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23504 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23505 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23506 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
23508 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23509 dlls/mcicda/Makefile"
23510 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23512 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23513 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23514 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
23516 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23517 dlls/mciseq/Makefile"
23518 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23520 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23521 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23522 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
23524 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23525 dlls/mciwave/Makefile"
23526 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23528 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23529 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23530 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
23532 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23533 dlls/midimap/Makefile"
23534 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23536 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23537 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23538 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
23540 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23541 dlls/mlang/Makefile"
23542 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23544 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23545 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23546 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
23548 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23549 dlls/mlang/tests/Makefile"
23550 test "x$enable_mlang_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23553 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23554 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
23556 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23557 dlls/mmdevldr.vxd/Makefile"
23558 test "x$enable_mmdevldr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23561 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23562 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23565 dlls/monodebg.vxd/Makefile"
23566 test "x$enable_monodebg_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23568 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23569 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23570 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
23572 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23573 dlls/mountmgr.sys/Makefile"
23574 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23576 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23577 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23578 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
23580 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23582 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23584 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23585 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23586 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
23588 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23589 dlls/mprapi/Makefile"
23590 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23592 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23593 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23594 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
23596 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23597 dlls/msacm32.drv/Makefile"
23598 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23600 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23601 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23602 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
23604 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23605 dlls/msacm32/Makefile"
23606 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23608 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23609 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23610 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
23612 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23613 dlls/msacm32/tests/Makefile"
23614 test "x$enable_msacm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23616 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23617 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23618 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
23620 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23621 dlls/msadp32.acm/Makefile"
23622 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23624 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23625 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23626 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
23628 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23629 dlls/mscat32/Makefile"
23630 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23632 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23633 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23634 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
23636 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23637 dlls/mscms/Makefile"
23638 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23640 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23641 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23642 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
23644 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23645 dlls/mscms/tests/Makefile"
23646 test "x$enable_mscms_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23648 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23649 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23650 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
23652 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23653 dlls/mscoree/Makefile"
23654 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23656 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23657 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23658 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
23660 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23661 dlls/msdmo/Makefile"
23662 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23664 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23665 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23666 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
23668 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23669 dlls/msftedit/Makefile"
23670 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23672 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23673 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23674 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
23676 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23677 dlls/msg711.acm/Makefile"
23678 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23680 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23681 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23682 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
23684 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23685 dlls/mshtml.tlb/Makefile"
23686 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23688 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23689 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23690 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
23692 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23693 dlls/mshtml/Makefile"
23694 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23696 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23697 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23698 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
23700 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23701 dlls/mshtml/tests/Makefile"
23702 test "x$enable_mshtml_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23704 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23705 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23706 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
23708 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23710 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23712 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23713 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23714 ac_config_files
="$ac_config_files dlls/msi/Makefile"
23716 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23717 dlls/msi/tests/Makefile"
23718 test "x$enable_msi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23720 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23721 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23722 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
23724 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23725 dlls/msimg32/Makefile"
23726 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23728 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23729 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23730 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
23732 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23733 dlls/msimtf/Makefile"
23734 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23736 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23737 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23738 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
23740 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23741 dlls/msisip/Makefile"
23742 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23744 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23745 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23746 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
23748 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23749 dlls/msisys.ocx/Makefile"
23750 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23752 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23753 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23754 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
23756 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23757 dlls/msnet32/Makefile"
23758 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23760 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23761 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23762 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
23764 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23765 dlls/msrle32/Makefile"
23766 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23768 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23769 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23770 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
23772 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23773 dlls/mssip32/Makefile"
23774 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23776 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23777 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23778 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
23780 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23781 dlls/mstask/Makefile"
23782 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23784 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23785 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23786 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
23788 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23789 dlls/mstask/tests/Makefile"
23790 test "x$enable_mstask_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23792 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23793 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23794 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
23796 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23797 dlls/msvcirt/Makefile"
23798 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23800 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23801 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23802 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
23804 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23805 dlls/msvcr71/Makefile"
23806 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23808 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23809 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23810 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
23812 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23813 dlls/msvcrt/Makefile"
23814 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23816 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23817 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23818 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
23820 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23821 dlls/msvcrt/tests/Makefile"
23822 test "x$enable_msvcrt_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23824 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23825 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23826 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
23828 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23829 dlls/msvcrt20/Makefile"
23830 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23832 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23833 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23834 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
23836 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23837 dlls/msvcrt40/Makefile"
23838 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23840 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23841 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23842 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
23844 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23845 dlls/msvcrtd/Makefile"
23846 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23848 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23849 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23850 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
23852 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23853 dlls/msvcrtd/tests/Makefile"
23854 test "x$enable_msvcrtd_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23856 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23857 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23858 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
23860 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23861 dlls/msvfw32/Makefile"
23862 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23864 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23865 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23866 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
23868 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23869 dlls/msvidc32/Makefile"
23870 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23872 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23873 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23874 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
23876 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23877 dlls/mswsock/Makefile"
23878 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23880 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23881 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23882 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
23884 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23885 dlls/msxml3/Makefile"
23886 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23888 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23889 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23890 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
23892 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23893 dlls/msxml3/tests/Makefile"
23894 test "x$enable_msxml3_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23896 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23897 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23898 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
23900 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23901 dlls/nddeapi/Makefile"
23902 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23904 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23905 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23906 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
23908 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23909 dlls/netapi32/Makefile"
23910 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23912 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23913 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23914 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
23916 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23917 dlls/netapi32/tests/Makefile"
23918 test "x$enable_netapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23920 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23921 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23922 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
23924 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23925 dlls/newdev/Makefile"
23926 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23928 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23929 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23930 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
23932 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23933 dlls/ntdll/Makefile"
23934 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23936 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23937 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23938 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
23940 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23941 dlls/ntdll/tests/Makefile"
23942 test "x$enable_ntdll_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23944 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23945 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23946 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
23948 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23949 dlls/ntdsapi/Makefile"
23950 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23952 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23953 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23954 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
23956 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23957 dlls/ntdsapi/tests/Makefile"
23958 test "x$enable_ntdsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23960 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23961 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23962 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
23964 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23965 dlls/ntoskrnl.exe/Makefile"
23966 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23968 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23969 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23970 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23972 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23973 dlls/ntprint/Makefile"
23974 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23976 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23977 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23978 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
23980 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23981 dlls/ntprint/tests/Makefile"
23982 test "x$enable_ntprint_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23984 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23985 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23986 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
23988 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23989 dlls/objsel/Makefile"
23990 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23992 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23993 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23994 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
23996 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23997 dlls/odbc32/Makefile"
23998 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24000 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24001 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24002 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
24004 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24005 dlls/odbccp32/Makefile"
24006 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24008 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24009 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24010 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
24012 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24013 dlls/odbccp32/tests/Makefile"
24014 test "x$enable_odbccp32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24016 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24017 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24018 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
24020 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24021 dlls/ole32/Makefile"
24022 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24024 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24025 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24026 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
24028 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24029 dlls/ole32/tests/Makefile"
24030 test "x$enable_ole32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24032 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24033 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24034 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
24036 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24037 dlls/oleacc/Makefile"
24038 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24040 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24041 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24042 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
24044 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24045 dlls/oleaut32/Makefile"
24046 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24048 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24049 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24050 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
24052 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24053 dlls/oleaut32/tests/Makefile"
24054 test "x$enable_oleaut32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24056 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24057 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24058 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
24060 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24061 dlls/olecli32/Makefile"
24062 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24064 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24065 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24066 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
24068 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24069 dlls/oledlg/Makefile"
24070 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24072 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24073 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24074 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
24076 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24077 dlls/olepro32/Makefile"
24078 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24080 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24081 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24082 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
24084 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24085 dlls/olesvr32/Makefile"
24086 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24088 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24089 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24090 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
24092 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24093 dlls/olethk32/Makefile"
24094 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24096 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24097 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24098 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
24100 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24101 dlls/opengl32/Makefile"
24102 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24104 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24105 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24106 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
24108 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24109 dlls/opengl32/tests/Makefile"
24110 test "x$enable_opengl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24112 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24113 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24114 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
24116 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24118 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24120 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24121 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24122 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
24124 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24125 dlls/pdh/tests/Makefile"
24126 test "x$enable_pdh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24128 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24129 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24130 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
24132 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24133 dlls/powrprof/Makefile"
24134 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24136 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24137 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24138 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
24140 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24141 dlls/printui/Makefile"
24142 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24144 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24145 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24146 ac_config_files
="$ac_config_files dlls/printui/Makefile"
24148 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24149 dlls/propsys/Makefile"
24150 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24152 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24153 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24154 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
24156 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24157 dlls/psapi/Makefile"
24158 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24160 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24161 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24162 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
24164 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24165 dlls/psapi/tests/Makefile"
24166 test "x$enable_psapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24168 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24169 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24170 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
24172 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24173 dlls/pstorec/Makefile"
24174 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24176 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24177 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24178 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
24180 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24181 dlls/qcap/Makefile"
24182 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24184 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24185 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24186 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
24188 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24189 dlls/qedit/Makefile"
24190 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24192 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24193 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24194 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
24196 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24197 dlls/qedit/tests/Makefile"
24198 test "x$enable_qedit_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24200 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24201 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24202 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
24204 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24205 dlls/qmgr/Makefile"
24206 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24208 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24209 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24210 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
24212 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24213 dlls/qmgr/tests/Makefile"
24214 test "x$enable_qmgr_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24216 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24217 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24218 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
24220 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24221 dlls/qmgrprxy/Makefile"
24222 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24224 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24225 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24226 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
24228 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24229 dlls/quartz/Makefile"
24230 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24232 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24233 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24234 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
24236 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24237 dlls/quartz/tests/Makefile"
24238 test "x$enable_quartz_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24240 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24241 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24242 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
24244 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24245 dlls/query/Makefile"
24246 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24248 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24249 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24250 ac_config_files
="$ac_config_files dlls/query/Makefile"
24252 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24253 dlls/rasapi32/Makefile"
24254 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24256 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24257 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24258 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
24260 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24261 dlls/rasapi32/tests/Makefile"
24262 test "x$enable_rasapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24264 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24265 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24266 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
24268 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24269 dlls/resutils/Makefile"
24270 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24272 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24273 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24274 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
24276 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24277 dlls/riched20/Makefile"
24278 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24280 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24281 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24282 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
24284 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24285 dlls/riched20/tests/Makefile"
24286 test "x$enable_riched20_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24289 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24290 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
24292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24293 dlls/riched32/Makefile"
24294 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24296 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24297 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24298 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
24300 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24301 dlls/riched32/tests/Makefile"
24302 test "x$enable_riched32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24304 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24305 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24306 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
24308 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24309 dlls/rpcrt4/Makefile"
24310 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24312 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24313 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24314 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
24316 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24317 dlls/rpcrt4/tests/Makefile"
24318 test "x$enable_rpcrt4_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24320 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24321 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24322 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
24324 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24325 dlls/rsabase/Makefile"
24326 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24328 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24329 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24330 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
24332 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24333 dlls/rsaenh/Makefile"
24334 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24336 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24337 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24338 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
24340 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24341 dlls/rsaenh/tests/Makefile"
24342 test "x$enable_rsaenh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24344 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24345 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24346 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
24348 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24349 dlls/sane.ds/Makefile"
24350 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24352 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24353 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24354 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
24356 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24357 dlls/sccbase/Makefile"
24358 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24360 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24361 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24362 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
24364 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24365 dlls/schannel/Makefile"
24366 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24368 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24369 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24370 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
24372 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24373 dlls/schannel/tests/Makefile"
24374 test "x$enable_schannel_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24376 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24377 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24378 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
24380 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24381 dlls/secur32/Makefile"
24382 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24384 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24385 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24386 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
24388 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24389 dlls/secur32/tests/Makefile"
24390 test "x$enable_secur32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24392 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24393 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24394 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
24396 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24397 dlls/security/Makefile"
24398 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24401 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24402 ac_config_files
="$ac_config_files dlls/security/Makefile"
24404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24405 dlls/sensapi/Makefile"
24406 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24408 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24409 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24410 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
24412 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24413 dlls/serialui/Makefile"
24414 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24416 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24417 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24418 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
24420 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24421 dlls/serialui/tests/Makefile"
24422 test "x$enable_serialui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24424 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24425 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24426 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
24428 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24429 dlls/setupapi/Makefile"
24430 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24432 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24433 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24434 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
24436 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24437 dlls/setupapi/tests/Makefile"
24438 test "x$enable_setupapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24440 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24441 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24442 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
24444 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24446 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24448 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24449 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24450 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
24452 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24453 dlls/sfc_os/Makefile"
24454 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24456 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24457 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24458 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
24460 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24461 dlls/shdoclc/Makefile"
24462 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24464 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24465 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24466 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
24468 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24469 dlls/shdocvw/Makefile"
24470 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24472 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24473 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24474 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
24476 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24477 dlls/shdocvw/tests/Makefile"
24478 test "x$enable_shdocvw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24480 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24481 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
24484 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24485 dlls/shell32/Makefile"
24486 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24488 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24489 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24490 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
24492 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24493 dlls/shell32/tests/Makefile"
24494 test "x$enable_shell32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24496 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24497 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24498 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
24500 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24501 dlls/shfolder/Makefile"
24502 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24504 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24505 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24506 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
24508 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24509 dlls/shlwapi/Makefile"
24510 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24512 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24513 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24514 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
24516 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24517 dlls/shlwapi/tests/Makefile"
24518 test "x$enable_shlwapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24520 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24521 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24522 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
24524 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24525 dlls/slbcsp/Makefile"
24526 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24528 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24529 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24530 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
24532 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24534 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24536 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24537 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24538 ac_config_files
="$ac_config_files dlls/slc/Makefile"
24540 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24541 dlls/snmpapi/Makefile"
24542 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24544 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24545 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24546 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
24548 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24549 dlls/snmpapi/tests/Makefile"
24550 test "x$enable_snmpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24552 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24553 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24554 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
24556 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24557 dlls/softpub/Makefile"
24558 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24561 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24562 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
24564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24565 dlls/spoolss/Makefile"
24566 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24568 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24569 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24570 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
24572 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24573 dlls/spoolss/tests/Makefile"
24574 test "x$enable_spoolss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24576 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24577 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24578 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
24580 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24581 dlls/stdole2.tlb/Makefile"
24582 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24584 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24585 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24586 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
24588 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24589 dlls/stdole32.tlb/Makefile"
24590 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24592 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24593 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24594 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
24596 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24598 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24600 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24601 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24602 ac_config_files
="$ac_config_files dlls/sti/Makefile"
24604 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24605 dlls/strmiids/Makefile"
24606 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24608 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24609 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24610 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
24612 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24613 dlls/svrapi/Makefile"
24614 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24616 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24617 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24618 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
24620 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24622 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24624 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24625 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24626 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
24628 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24629 dlls/tapi32/Makefile"
24630 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24632 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24633 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24634 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
24636 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24637 dlls/twain_32/Makefile"
24638 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24640 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24641 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24642 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
24644 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24645 dlls/unicows/Makefile"
24646 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24648 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24649 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24650 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
24652 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24654 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24656 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24657 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24658 ac_config_files
="$ac_config_files dlls/url/Makefile"
24660 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24661 dlls/urlmon/Makefile"
24662 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24664 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24665 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24666 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
24668 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24669 dlls/urlmon/tests/Makefile"
24670 test "x$enable_urlmon_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24672 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24673 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24674 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
24676 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24677 dlls/user32/Makefile"
24678 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24680 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24681 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24682 ac_config_files
="$ac_config_files dlls/user32/Makefile"
24684 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24685 dlls/user32/tests/Makefile"
24686 test "x$enable_user32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24688 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24689 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24690 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
24692 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24693 dlls/userenv/Makefile"
24694 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24696 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24697 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24698 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
24700 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24701 dlls/userenv/tests/Makefile"
24702 test "x$enable_userenv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24704 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24705 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24706 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
24708 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24709 dlls/usp10/Makefile"
24710 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24712 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24713 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24714 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
24716 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24717 dlls/usp10/tests/Makefile"
24718 test "x$enable_usp10_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24720 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24721 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24722 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
24724 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24725 dlls/uuid/Makefile"
24726 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24728 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24729 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24730 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
24732 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24733 dlls/uxtheme/Makefile"
24734 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24736 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24737 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24738 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
24740 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24741 dlls/uxtheme/tests/Makefile"
24742 test "x$enable_uxtheme_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24744 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24745 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24746 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
24748 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24749 dlls/vdhcp.vxd/Makefile"
24750 test "x$enable_vdhcp_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24752 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24753 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24754 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
24756 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24757 dlls/vdmdbg/Makefile"
24758 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24760 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24761 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24762 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
24764 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24765 dlls/version/Makefile"
24766 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24768 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24769 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24770 ac_config_files
="$ac_config_files dlls/version/Makefile"
24772 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24773 dlls/version/tests/Makefile"
24774 test "x$enable_version_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24776 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24777 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24778 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
24780 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24781 dlls/vmm.vxd/Makefile"
24782 test "x$enable_vmm_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24784 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24785 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24786 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
24788 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24789 dlls/vnbt.vxd/Makefile"
24790 test "x$enable_vnbt_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24792 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24793 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24794 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
24796 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24797 dlls/vnetbios.vxd/Makefile"
24798 test "x$enable_vnetbios_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24800 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24801 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24802 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
24804 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24805 dlls/vtdapi.vxd/Makefile"
24806 test "x$enable_vtdapi_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24808 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24809 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24810 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
24812 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24813 dlls/vwin32.vxd/Makefile"
24814 test "x$enable_vwin32_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24816 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24817 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24818 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
24820 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24821 dlls/w32skrnl/Makefile"
24822 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24824 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24825 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24826 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
24828 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24829 dlls/winealsa.drv/Makefile"
24830 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24832 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24833 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24834 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
24836 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24837 dlls/wineaudioio.drv/Makefile"
24838 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24840 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24841 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24842 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
24844 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24845 dlls/winecoreaudio.drv/Makefile"
24846 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24848 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24849 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24850 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24852 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24853 dlls/winecrt0/Makefile"
24854 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24856 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24857 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24858 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
24860 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24861 dlls/wined3d/Makefile"
24862 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24864 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24865 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24866 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
24868 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24869 dlls/winedos/Makefile"
24870 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24872 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24873 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24874 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
24876 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24877 dlls/wineesd.drv/Makefile"
24878 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24880 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24881 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24882 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
24884 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24885 dlls/winejack.drv/Makefile"
24886 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24888 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24889 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24890 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
24892 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24893 dlls/winejoystick.drv/Makefile"
24894 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24896 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24897 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24898 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
24900 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24901 dlls/winemp3.acm/Makefile"
24902 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24904 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24905 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24906 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
24908 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24909 dlls/winenas.drv/Makefile"
24910 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24912 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24913 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24914 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
24916 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24917 dlls/wineoss.drv/Makefile"
24918 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24920 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24921 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24922 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
24924 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24925 dlls/wineps.drv/Makefile"
24926 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24928 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24929 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24930 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
24932 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24933 dlls/winequartz.drv/Makefile"
24934 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24936 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24937 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24938 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
24940 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24941 dlls/winex11.drv/Makefile"
24942 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24944 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24945 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24946 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
24948 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24949 dlls/wing32/Makefile"
24950 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24952 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24953 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24954 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
24956 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24957 dlls/winhttp/Makefile"
24958 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24960 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24961 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24962 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
24964 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24965 dlls/winhttp/tests/Makefile"
24966 test "x$enable_winhttp_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24968 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24969 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24970 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
24972 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24973 dlls/wininet/Makefile"
24974 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24976 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24977 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24978 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
24980 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24981 dlls/wininet/tests/Makefile"
24982 test "x$enable_wininet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24984 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24985 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24986 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
24988 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24989 dlls/winmm/Makefile"
24990 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24992 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24993 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24994 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
24996 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24997 dlls/winmm/tests/Makefile"
24998 test "x$enable_winmm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25000 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25001 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25002 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
25004 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25005 dlls/winnls32/Makefile"
25006 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25008 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25009 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25010 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
25012 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25013 dlls/winscard/Makefile"
25014 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25016 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25017 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25018 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
25020 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25021 dlls/winspool.drv/Makefile"
25022 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25024 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25025 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25026 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
25028 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25029 dlls/winspool.drv/tests/Makefile"
25030 test "x$enable_winspool_drv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25031 winspool.drv/tests"
25032 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25033 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25034 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
25036 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25037 dlls/wintab32/Makefile"
25038 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25040 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25041 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25042 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
25044 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25045 dlls/wintrust/Makefile"
25046 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25048 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25049 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25050 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
25052 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25053 dlls/wintrust/tests/Makefile"
25054 test "x$enable_wintrust_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25056 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25057 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25058 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
25060 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25061 dlls/wldap32/Makefile"
25062 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25064 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25065 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25066 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
25068 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25070 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25072 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25073 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25074 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
25076 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25077 dlls/wnaspi32/Makefile"
25078 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25080 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25081 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25082 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
25084 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25085 dlls/wow32/Makefile"
25086 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25088 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25089 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25090 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
25092 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25093 dlls/ws2_32/Makefile"
25094 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25096 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25097 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25098 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
25100 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25101 dlls/ws2_32/tests/Makefile"
25102 test "x$enable_ws2_32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25104 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25105 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25106 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
25108 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25109 dlls/wsock32/Makefile"
25110 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25112 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25113 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25114 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
25116 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25117 dlls/wtsapi32/Makefile"
25118 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25120 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25121 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25122 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
25124 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25125 documentation/Makefile"
25126 test "x$enable_documentation" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25128 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25129 documentation/Makefile: documentation/Makefile.in Make.rules"
25130 ac_config_files
="$ac_config_files documentation/Makefile"
25132 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25134 test "x$enable_fonts" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25136 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25137 fonts/Makefile: fonts/Makefile.in Make.rules"
25138 ac_config_files
="$ac_config_files fonts/Makefile"
25140 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25142 test "x$enable_include" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25144 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25145 include/Makefile: include/Makefile.in Make.rules"
25146 ac_config_files
="$ac_config_files include/Makefile"
25148 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25150 test "x$enable_libs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25152 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25153 libs/Makefile: libs/Makefile.in Make.rules"
25154 ac_config_files
="$ac_config_files libs/Makefile"
25156 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25157 libs/port/Makefile"
25159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25160 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25161 ac_config_files
="$ac_config_files libs/port/Makefile"
25163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25164 libs/wine/Makefile"
25166 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25167 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25168 ac_config_files
="$ac_config_files libs/wine/Makefile"
25170 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25173 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25174 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25175 ac_config_files
="$ac_config_files libs/wpp/Makefile"
25177 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25179 test "x$enable_loader" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25181 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25182 loader/Makefile: loader/Makefile.in Make.rules"
25183 ac_config_files
="$ac_config_files loader/Makefile"
25185 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25187 test "x$enable_programs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25189 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25190 programs/Makefile: programs/Makefile.in Make.rules"
25191 ac_config_files
="$ac_config_files programs/Makefile"
25193 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25194 programs/clock/Makefile"
25195 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25196 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25198 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25199 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25200 ac_config_files
="$ac_config_files programs/clock/Makefile"
25202 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25203 programs/cmd/Makefile"
25204 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25205 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25208 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25209 ac_config_files
="$ac_config_files programs/cmd/Makefile"
25211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25212 programs/cmdlgtst/Makefile"
25213 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25216 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25217 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
25219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25220 programs/control/Makefile"
25221 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25222 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25224 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25225 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25226 ac_config_files
="$ac_config_files programs/control/Makefile"
25228 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25229 programs/eject/Makefile"
25230 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25231 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25233 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25234 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25235 ac_config_files
="$ac_config_files programs/eject/Makefile"
25237 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25238 programs/expand/Makefile"
25239 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25240 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25242 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25243 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25244 ac_config_files
="$ac_config_files programs/expand/Makefile"
25246 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25247 programs/explorer/Makefile"
25248 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25249 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25251 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25252 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25253 ac_config_files
="$ac_config_files programs/explorer/Makefile"
25255 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25256 programs/hh/Makefile"
25257 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25258 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25260 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25261 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25262 ac_config_files
="$ac_config_files programs/hh/Makefile"
25264 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25265 programs/icinfo/Makefile"
25266 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25267 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25270 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25271 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
25273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25274 programs/iexplore/Makefile"
25275 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25276 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25278 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25279 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25280 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
25282 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25283 programs/msiexec/Makefile"
25284 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25285 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25286 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25288 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25289 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25290 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
25292 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25293 programs/net/Makefile"
25294 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25295 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25297 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25298 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25299 ac_config_files
="$ac_config_files programs/net/Makefile"
25301 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25302 programs/notepad/Makefile"
25303 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25304 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25305 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25307 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25308 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25309 ac_config_files
="$ac_config_files programs/notepad/Makefile"
25311 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25312 programs/oleview/Makefile"
25313 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25314 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25316 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25317 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25318 ac_config_files
="$ac_config_files programs/oleview/Makefile"
25320 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25321 programs/progman/Makefile"
25322 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25323 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25324 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25326 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25327 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25328 ac_config_files
="$ac_config_files programs/progman/Makefile"
25330 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25331 programs/reg/Makefile"
25332 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25333 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25336 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25337 ac_config_files
="$ac_config_files programs/reg/Makefile"
25339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25340 programs/regedit/Makefile"
25341 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25342 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25343 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25345 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25346 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25347 ac_config_files
="$ac_config_files programs/regedit/Makefile"
25349 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25350 programs/regsvr32/Makefile"
25351 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25352 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25353 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25355 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25356 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25357 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
25359 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25360 programs/rpcss/Makefile"
25361 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25362 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25364 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25365 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25366 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
25368 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25369 programs/rundll32/Makefile"
25370 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25371 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25374 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25375 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
25377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25378 programs/secedit/Makefile"
25379 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25380 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25382 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25383 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25384 ac_config_files
="$ac_config_files programs/secedit/Makefile"
25386 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25387 programs/services/Makefile"
25388 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25389 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25392 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25393 ac_config_files
="$ac_config_files programs/services/Makefile"
25395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25396 programs/spoolsv/Makefile"
25397 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25398 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25400 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25401 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25402 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
25404 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25405 programs/start/Makefile"
25406 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25407 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25409 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25410 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25411 ac_config_files
="$ac_config_files programs/start/Makefile"
25413 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25414 programs/svchost/Makefile"
25415 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25416 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25418 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25419 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25420 ac_config_files
="$ac_config_files programs/svchost/Makefile"
25422 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25423 programs/taskmgr/Makefile"
25424 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25425 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25427 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25428 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25429 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
25431 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25432 programs/uninstaller/Makefile"
25433 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25434 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25435 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25437 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25438 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25439 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
25441 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25442 programs/view/Makefile"
25443 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25445 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25446 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25447 ac_config_files
="$ac_config_files programs/view/Makefile"
25449 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25450 programs/wineboot/Makefile"
25451 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25452 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25453 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25456 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25457 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
25459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25460 programs/winebrowser/Makefile"
25461 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25462 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25463 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25465 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25466 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25467 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
25469 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25470 programs/winecfg/Makefile"
25471 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25472 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25473 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25475 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25476 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25477 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
25479 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25480 programs/wineconsole/Makefile"
25481 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25482 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25483 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25485 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25486 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25487 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
25489 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25490 programs/winedbg/Makefile"
25491 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25492 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25493 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25496 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25497 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
25499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25500 programs/winedevice/Makefile"
25501 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25502 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25504 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25505 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25506 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
25508 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25509 programs/winefile/Makefile"
25510 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25511 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25512 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25514 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25515 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25516 ac_config_files
="$ac_config_files programs/winefile/Makefile"
25518 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25519 programs/winemenubuilder/Makefile"
25520 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25521 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25523 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25524 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25525 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
25527 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25528 programs/winemine/Makefile"
25529 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25530 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25531 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25533 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25534 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25535 ac_config_files
="$ac_config_files programs/winemine/Makefile"
25537 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25538 programs/winepath/Makefile"
25539 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25540 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25541 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25544 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25545 ac_config_files
="$ac_config_files programs/winepath/Makefile"
25547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25548 programs/winetest/Makefile"
25549 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25552 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25553 ac_config_files
="$ac_config_files programs/winetest/Makefile"
25555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25556 programs/winevdm/Makefile"
25557 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25558 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25560 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25561 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25562 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
25564 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25565 programs/winhlp32/Makefile"
25566 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25567 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25569 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25570 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25571 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
25573 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25574 programs/winver/Makefile"
25575 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25576 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25578 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25579 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25580 ac_config_files
="$ac_config_files programs/winver/Makefile"
25582 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25583 programs/wordpad/Makefile"
25584 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25585 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25587 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25588 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25589 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
25591 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25592 programs/write/Makefile"
25593 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25594 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25596 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25597 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25598 ac_config_files
="$ac_config_files programs/write/Makefile"
25600 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25601 programs/xcopy/Makefile"
25602 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25603 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25606 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25607 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
25609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25611 test "x$enable_server" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25613 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25614 server/Makefile: server/Makefile.in Make.rules"
25615 ac_config_files
="$ac_config_files server/Makefile"
25617 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25619 test "x$enable_tools" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
25621 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25622 tools/Makefile: tools/Makefile.in Make.rules"
25623 ac_config_files
="$ac_config_files tools/Makefile"
25625 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25626 tools/widl/Makefile"
25628 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25629 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25630 ac_config_files
="$ac_config_files tools/widl/Makefile"
25632 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25633 tools/winebuild/Makefile"
25635 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25636 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25637 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
25639 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25640 tools/winedump/Makefile"
25642 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25643 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25644 ac_config_files
="$ac_config_files tools/winedump/Makefile"
25646 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25647 tools/winegcc/Makefile"
25649 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25650 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25651 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
25653 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25654 tools/wmc/Makefile"
25656 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25657 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25658 ac_config_files
="$ac_config_files tools/wmc/Makefile"
25660 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25661 tools/wrc/Makefile"
25663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25664 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25665 ac_config_files
="$ac_config_files tools/wrc/Makefile"
25668 if test "x$enable_tests" == "xno"
25675 ALL_WINETEST_DEPENDS
="# Test binaries"
25677 for dir
in $ALL_TEST_DIRS
25679 if test "$dir" != "\\"
25681 testname
=`expr $dir : '\(.*\)/tests'`_test.exe
25682 ALL_WINETEST_DEPENDS
="$ALL_WINETEST_DEPENDS
25683 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25684 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25688 cat >confcache
<<\_ACEOF
25689 # This file is a shell script that caches the results of configure
25690 # tests run on this system so they can be shared between configure
25691 # scripts and configure runs, see configure's option --config-cache.
25692 # It is not useful on other systems. If it contains results you don't
25693 # want to keep, you may remove or edit it.
25695 # config.status only pays attention to the cache file if you give it
25696 # the --recheck option to rerun configure.
25698 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25699 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25700 # following values.
25704 # The following way of writing the cache mishandles newlines in values,
25705 # but we know of no workaround that is simple, portable, and efficient.
25706 # So, we kill variables containing newlines.
25707 # Ultrix sh set writes to stderr and can't be redirected directly,
25708 # and sets the high bit in the cache file unless we assign to the vars.
25710 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25711 eval ac_val
=\$
$ac_var
25715 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25716 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25719 _ | IFS | as_nl
) ;; #(
25720 *) $as_unset $ac_var ;;
25726 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25727 *${as_nl}ac_space
=\
*)
25728 # `set' does not quote correctly, so add quotes (double-quote
25729 # substitution turns \\\\ into \\, and sed turns \\ into \).
25732 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25735 # `set' quotes correctly as required by POSIX, so do not add quotes.
25736 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25745 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25747 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25749 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25750 if test -w "$cache_file"; then
25751 test "x$cache_file" != "x/dev/null" &&
25752 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25753 echo "$as_me: updating cache $cache_file" >&6;}
25754 cat confcache
>$cache_file
25756 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25757 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25762 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
25763 # Let make expand exec_prefix.
25764 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
25766 DEFS
=-DHAVE_CONFIG_H
25770 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
25771 # 1. Remove the extension, and $U if already installed.
25772 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
25773 ac_i
=`echo "$ac_i" | sed "$ac_script"`
25774 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25775 # will be set to the directory where LIBOBJS objects are built.
25776 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25777 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25779 LIBOBJS
=$ac_libobjs
25781 LTLIBOBJS
=$ac_ltlibobjs
25785 : ${CONFIG_STATUS=./config.status}
25786 ac_clean_files_save
=$ac_clean_files
25787 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
25788 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25789 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25790 cat >$CONFIG_STATUS <<_ACEOF
25792 # Generated by $as_me.
25793 # Run this file to recreate the current configuration.
25794 # Compiler output produced by configure, useful for debugging
25795 # configure, is in config.log if it exists.
25798 ac_cs_recheck=false
25800 SHELL=\${CONFIG_SHELL-$SHELL}
25803 cat >>$CONFIG_STATUS <<\_ACEOF
25804 ## --------------------- ##
25805 ## M4sh Initialization. ##
25806 ## --------------------- ##
25808 # Be more Bourne compatible
25809 DUALCASE
=1; export DUALCASE
# for MKS sh
25810 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
25813 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25814 # is contrary to our usage. Disable this feature.
25815 alias -g '${1+"$@"}'='"$@"'
25816 setopt NO_GLOB_SUBST
25818 case `(set -o) 2>/dev/null` in
25819 *posix
*) set -o posix
;;
25828 # Avoid depending upon Character Ranges.
25829 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
25830 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25831 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
25832 as_cr_digits
='0123456789'
25833 as_cr_alnum
=$as_cr_Letters$as_cr_digits
25835 # The user is always right.
25836 if test "${PATH_SEPARATOR+set}" != set; then
25837 echo "#! /bin/sh" >conf$$.sh
25838 echo "exit 0" >>conf$$.sh
25840 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
25848 # Support unset when possible.
25849 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
25857 # We need space, tab and new line, in precisely that order. Quoting is
25858 # there to prevent editors from complaining about space-tab.
25859 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25860 # splitting by setting IFS to empty value.)
25865 # Find who we are. Look in the path if we contain no directory separator.
25867 *[\\/]* ) as_myself
=$0 ;;
25868 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25869 for as_dir
in $PATH
25872 test -z "$as_dir" && as_dir
=.
25873 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
25879 # We did not find ourselves, most probably we were run as `sh COMMAND'
25880 # in which case we are not to be found in the path.
25881 if test "x$as_myself" = x
; then
25884 if test ! -f "$as_myself"; then
25885 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25886 { (exit 1); exit 1; }
25889 # Work around bugs in pre-3.0 UWIN ksh.
25890 for as_var
in ENV MAIL MAILPATH
25891 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25899 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25900 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25901 LC_TELEPHONE LC_TIME
25903 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25904 eval $as_var=C
; export $as_var
25906 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25910 # Required to use basename.
25911 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25912 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25918 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25919 as_basename
=basename
25925 # Name of the executable.
25926 as_me
=`$as_basename -- "$0" ||
25927 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25928 X"$0" : 'X\(//\)$' \| \
25929 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25931 sed '/^.*\/\([^/][^/]*\)\/*$/{
25950 as_lineno_1
=$LINENO
25951 as_lineno_2
=$LINENO
25952 test "x$as_lineno_1" != "x$as_lineno_2" &&
25953 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
25955 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25956 # uniformly replaced by the line number. The first 'sed' inserts a
25957 # line-number line after each line using $LINENO; the second 'sed'
25958 # does the real work. The second script uses 'N' to pair each
25959 # line-number line with the line containing $LINENO, and appends
25960 # trailing '-' during substitution so that $LINENO is not a special
25961 # case at line end.
25962 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25963 # scripts with optimization help from Paolo Bonzini. Blame Lee
25964 # E. McMahon (1931-1989) for sed's syntax. :-)
25976 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25979 ' >$as_me.lineno
&&
25980 chmod +x
"$as_me.lineno" ||
25981 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25982 { (exit 1); exit 1; }; }
25984 # Don't try to exec as it changes $[0], causing all sort of problems
25985 # (the dirname of $[0] is not the place where we might find the
25986 # original and so on. Autoconf is especially sensitive to this).
25987 .
"./$as_me.lineno"
25988 # Exit status is that of the last command.
25993 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
25999 ECHO_C
= ECHO_N
= ECHO_T
=
26000 case `echo -n x` in
26002 case `echo 'x\c'` in
26003 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
26010 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26011 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26017 rm -f conf$$ conf$$.exe conf$$.
file
26018 if test -d conf$$.dir
; then
26019 rm -f conf$$.dir
/conf$$.
file
26025 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26027 # ... but there are two gotchas:
26028 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26029 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26030 # In both cases, we have to default to `cp -p'.
26031 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26033 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26038 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26039 rmdir conf$$.dir
2>/dev
/null
26041 if mkdir
-p .
2>/dev
/null
; then
26044 test -d .
/-p && rmdir .
/-p
26048 if test -x / >/dev
/null
2>&1; then
26049 as_test_x
='test -x'
26051 if ls -dL / >/dev
/null
2>&1; then
26058 if test -d "$1"; then
26064 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26065 ???[sx]*):;;*)false;;esac;fi
26069 as_executable_p
=$as_test_x
26071 # Sed expression to map a string onto a valid CPP name.
26072 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26074 # Sed expression to map a string onto a valid variable name.
26075 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26080 # Save the log message, to keep $[0] and so on meaningful, and to
26081 # report actual input values of CONFIG_FILES etc. instead of their
26082 # values after options handling.
26084 This file was extended by Wine $as_me 1.1.3, which was
26085 generated by GNU Autoconf 2.61. Invocation command line was
26087 CONFIG_FILES = $CONFIG_FILES
26088 CONFIG_HEADERS = $CONFIG_HEADERS
26089 CONFIG_LINKS = $CONFIG_LINKS
26090 CONFIG_COMMANDS = $CONFIG_COMMANDS
26093 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26098 cat >>$CONFIG_STATUS <<_ACEOF
26099 # Files that config.status was made for.
26100 config_files="$ac_config_files"
26101 config_headers="$ac_config_headers"
26102 config_commands="$ac_config_commands"
26106 cat >>$CONFIG_STATUS <<\_ACEOF
26108 \`$as_me' instantiates files from templates according to the
26109 current configuration.
26111 Usage: $0 [OPTIONS] [FILE]...
26113 -h, --help print this help, then exit
26114 -V, --version print version number and configuration settings, then exit
26115 -q, --quiet do not print progress messages
26116 -d, --debug don't remove temporary files
26117 --recheck update $as_me by reconfiguring in the same conditions
26118 --file=FILE[:TEMPLATE]
26119 instantiate the configuration file FILE
26120 --header=FILE[:TEMPLATE]
26121 instantiate the configuration header FILE
26123 Configuration files:
26126 Configuration headers:
26129 Configuration commands:
26132 Report bugs to <bug-autoconf@gnu.org>."
26135 cat >>$CONFIG_STATUS <<_ACEOF
26137 Wine config.status 1.1.3
26138 configured by $0, generated by GNU Autoconf 2.61,
26139 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26141 Copyright (C) 2006 Free Software Foundation, Inc.
26142 This config.status script is free software; the Free Software Foundation
26143 gives unlimited permission to copy, distribute and modify it."
26150 cat >>$CONFIG_STATUS <<\_ACEOF
26151 # If no file are specified by the user, then we need to provide default
26152 # value. By we need to know if files were specified by the user.
26158 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26159 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26170 # Handling of the options.
26171 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26173 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26174 echo "$ac_cs_version"; exit ;;
26175 --debug |
--debu |
--deb |
--de |
--d |
-d )
26177 --file |
--fil |
--fi |
--f )
26179 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26180 ac_need_defaults
=false
;;
26181 --header |
--heade |
--head |
--hea )
26183 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26184 ac_need_defaults
=false
;;
26186 # Conflict between --help and --header
26187 { echo "$as_me: error: ambiguous option: $1
26188 Try \`$0 --help' for more information." >&2
26189 { (exit 1); exit 1; }; };;
26190 --help |
--hel |
-h )
26191 echo "$ac_cs_usage"; exit ;;
26192 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26193 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26196 # This is an error.
26197 -*) { echo "$as_me: error: unrecognized option: $1
26198 Try \`$0 --help' for more information." >&2
26199 { (exit 1); exit 1; }; } ;;
26201 *) ac_config_targets
="$ac_config_targets $1"
26202 ac_need_defaults
=false
;;
26208 ac_configure_extra_args
=
26210 if $ac_cs_silent; then
26212 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26216 cat >>$CONFIG_STATUS <<_ACEOF
26217 if \$ac_cs_recheck; then
26218 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26219 CONFIG_SHELL=$SHELL
26220 export CONFIG_SHELL
26221 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26225 cat >>$CONFIG_STATUS <<\_ACEOF
26229 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26230 ## Running $as_me. ##
26236 cat >>$CONFIG_STATUS <<_ACEOF
26239 cat >>$CONFIG_STATUS <<\_ACEOF
26241 # Handling of arguments.
26242 for ac_config_target
in $ac_config_targets
26244 case $ac_config_target in
26245 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26246 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26247 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26248 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26249 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26250 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26251 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26252 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26253 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26254 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26255 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26256 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26257 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26258 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26259 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26260 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26261 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26262 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26263 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26264 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26265 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26266 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26267 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26268 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26269 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26270 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26271 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26272 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26273 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26274 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26275 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26276 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26277 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26278 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26279 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26280 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26281 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26282 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26283 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26284 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26285 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26286 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26287 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26288 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26289 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26290 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26291 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26292 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26293 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26294 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26295 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26296 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26297 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26298 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26299 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26300 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26301 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26302 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26303 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26304 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26305 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26306 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26307 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26308 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26309 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26310 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26311 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26312 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26313 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26314 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26315 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26316 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26317 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26318 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26319 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26320 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26321 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26322 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26323 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26324 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26325 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26326 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26327 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26328 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26329 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26330 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26331 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26332 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26333 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26334 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26335 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26336 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26337 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26338 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26339 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26340 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26341 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26342 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26343 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26344 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26345 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26346 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26347 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26348 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26349 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26350 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26351 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26352 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26353 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26354 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26355 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26356 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26357 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26358 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26359 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26360 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26361 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26362 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26363 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26364 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26365 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26366 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26367 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26368 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26369 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26370 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26371 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26372 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26373 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26374 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26375 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26376 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26377 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26378 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26379 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26380 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26381 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26382 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26383 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26384 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26385 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26386 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26387 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26388 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26389 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26390 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26391 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26392 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26393 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26394 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26395 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26396 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26397 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26398 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26399 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26400 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26401 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26402 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26403 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26404 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26405 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26406 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26407 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26408 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26409 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26410 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26411 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26412 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26413 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26414 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26415 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26416 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26417 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26418 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26419 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26420 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26421 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26422 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26423 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26424 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26425 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26426 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26427 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26428 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26429 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26430 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26431 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26432 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26433 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26434 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26435 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26436 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26437 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26438 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26439 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26440 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26441 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26442 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26443 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26444 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26445 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26446 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26447 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26448 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26449 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26450 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26451 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26452 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26453 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26454 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26455 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26456 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26457 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26458 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26459 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26460 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26461 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26462 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26463 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26464 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26465 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26466 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26467 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26468 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26469 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26470 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26471 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26472 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26473 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26474 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26475 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26476 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26477 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26478 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26479 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26480 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26481 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26482 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26483 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26484 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26485 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26486 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26487 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26488 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26489 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26490 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26491 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26492 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26493 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26494 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26495 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26496 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26497 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26498 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26499 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26500 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26501 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26502 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26503 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26504 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26505 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26506 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26507 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26508 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26509 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26510 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26511 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26512 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26513 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26514 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26515 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26516 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26517 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26518 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26519 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26520 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26521 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26522 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26523 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26524 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26525 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26526 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26527 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26528 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26529 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26530 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26531 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26532 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26533 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26534 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26535 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26536 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26537 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26538 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26539 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26540 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26541 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26542 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26543 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26544 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26545 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26546 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26547 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26548 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26549 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26550 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26551 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26552 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26553 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26554 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26555 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26556 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26557 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26558 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26559 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26560 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26561 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26562 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26563 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26564 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26565 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26566 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26567 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26568 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26569 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26570 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26571 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26572 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26573 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26574 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26575 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26576 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26577 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26578 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26579 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26580 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26581 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26582 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26583 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26584 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26585 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26586 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26587 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26588 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26589 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26590 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26591 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26592 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26593 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26594 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26595 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26596 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26597 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26598 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26599 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26600 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26601 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26602 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26603 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26604 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26605 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26606 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26607 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26608 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26609 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26610 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26611 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26612 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26613 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26614 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26615 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26616 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26617 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26618 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26619 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26620 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26621 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26622 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26623 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26624 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26625 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26626 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26627 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26628 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26629 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26630 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26631 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26632 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26633 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26634 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26635 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26636 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26637 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26638 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26639 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26640 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26641 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26642 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26643 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26644 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26645 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26646 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26647 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26648 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26649 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26650 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26651 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26652 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26653 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26654 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26655 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26656 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26657 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26658 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26659 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26660 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26661 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26662 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26663 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26664 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26665 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26666 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26667 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26668 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26669 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26670 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26671 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26672 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26673 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26674 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26675 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26676 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26677 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26679 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26680 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26681 { (exit 1); exit 1; }; };;
26686 # If the user did not use the arguments to specify the items to instantiate,
26687 # then the envvar interface is used. Set only those that are not.
26688 # We use the long form for the default assignment because of an extremely
26689 # bizarre bug on SunOS 4.1.3.
26690 if $ac_need_defaults; then
26691 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26692 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26693 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26696 # Have a temporary directory for convenience. Make it in the build tree
26697 # simply because there is no reason against having it here, and in addition,
26698 # creating and moving files from /tmp can sometimes cause problems.
26699 # Hook for its removal unless debugging.
26700 # Note that there is a small window in which the directory will not be cleaned:
26701 # after its creation but before its name has been assigned to `$tmp'.
26705 trap 'exit_status=$?
26706 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26708 trap '{ (exit 1); exit 1; }' 1 2 13 15
26710 # Create a (secure) tmp directory for tmp files.
26713 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26714 test -n "$tmp" && test -d "$tmp"
26717 tmp
=.
/conf$$
-$RANDOM
26718 (umask 077 && mkdir
"$tmp")
26721 echo "$me: cannot create a temporary directory in ." >&2
26722 { (exit 1); exit 1; }
26726 # Set up the sed scripts for CONFIG_FILES section.
26729 # No need to generate the scripts if there are no CONFIG_FILES.
26730 # This happens for instance when ./config.status config.h
26731 if test -n "$CONFIG_FILES"; then
26735 # Create sed commands to just substitute file output variables.
26737 # Remaining file output variables are in a fragment that also has non-file
26743 for ac_last_try
in false false false false false
:; do
26744 cat >conf$
$subs.
sed <<_ACEOF
26745 SHELL!$SHELL$ac_delim
26746 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26747 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26748 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26749 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26750 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26751 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26752 exec_prefix!$exec_prefix$ac_delim
26753 prefix!$prefix$ac_delim
26754 program_transform_name!$program_transform_name$ac_delim
26755 bindir!$bindir$ac_delim
26756 sbindir!$sbindir$ac_delim
26757 libexecdir!$libexecdir$ac_delim
26758 datarootdir!$datarootdir$ac_delim
26759 datadir!$datadir$ac_delim
26760 sysconfdir!$sysconfdir$ac_delim
26761 sharedstatedir!$sharedstatedir$ac_delim
26762 localstatedir!$localstatedir$ac_delim
26763 includedir!$includedir$ac_delim
26764 oldincludedir!$oldincludedir$ac_delim
26765 docdir!$docdir$ac_delim
26766 infodir!$infodir$ac_delim
26767 htmldir!$htmldir$ac_delim
26768 dvidir!$dvidir$ac_delim
26769 pdfdir!$pdfdir$ac_delim
26770 psdir!$psdir$ac_delim
26771 libdir!$libdir$ac_delim
26772 localedir!$localedir$ac_delim
26773 mandir!$mandir$ac_delim
26774 DEFS!$DEFS$ac_delim
26775 ECHO_C!$ECHO_C$ac_delim
26776 ECHO_N!$ECHO_N$ac_delim
26777 ECHO_T!$ECHO_T$ac_delim
26778 LIBS!$LIBS$ac_delim
26779 build_alias!$build_alias$ac_delim
26780 host_alias!$host_alias$ac_delim
26781 target_alias!$target_alias$ac_delim
26782 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26783 build!$build$ac_delim
26784 build_cpu!$build_cpu$ac_delim
26785 build_vendor!$build_vendor$ac_delim
26786 build_os!$build_os$ac_delim
26787 host!$host$ac_delim
26788 host_cpu!$host_cpu$ac_delim
26789 host_vendor!$host_vendor$ac_delim
26790 host_os!$host_os$ac_delim
26791 WIN16_FILES!$WIN16_FILES$ac_delim
26792 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26793 WINETEST!$WINETEST$ac_delim
26794 SET_MAKE!$SET_MAKE$ac_delim
26796 CFLAGS!$CFLAGS$ac_delim
26797 LDFLAGS!$LDFLAGS$ac_delim
26798 CPPFLAGS!$CPPFLAGS$ac_delim
26799 ac_ct_CC!$ac_ct_CC$ac_delim
26800 EXEEXT!$EXEEXT$ac_delim
26801 OBJEXT!$OBJEXT$ac_delim
26803 CXXFLAGS!$CXXFLAGS$ac_delim
26804 ac_ct_CXX!$ac_ct_CXX$ac_delim
26805 CPPBIN!$CPPBIN$ac_delim
26806 TOOLSDIR!$TOOLSDIR$ac_delim
26807 XMKMF!$XMKMF$ac_delim
26809 X_CFLAGS!$X_CFLAGS$ac_delim
26810 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26811 X_LIBS!$X_LIBS$ac_delim
26812 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26813 FLEX!$FLEX$ac_delim
26814 BISON!$BISON$ac_delim
26816 ac_ct_AS!$ac_ct_AS$ac_delim
26818 ac_ct_LD!$ac_ct_LD$ac_delim
26820 ac_ct_NM!$ac_ct_NM$ac_delim
26822 ac_ct_AR!$ac_ct_AR$ac_delim
26823 ARFLAGS!$ARFLAGS$ac_delim
26824 RANLIB!$RANLIB$ac_delim
26825 STRIP!$STRIP$ac_delim
26826 WINDRES!$WINDRES$ac_delim
26829 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26831 elif $ac_last_try; then
26832 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26833 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26834 { (exit 1); exit 1; }; }
26836 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26840 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26841 if test -n "$ac_eof"; then
26842 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26843 ac_eof
=`expr $ac_eof + 1`
26846 cat >>$CONFIG_STATUS <<_ACEOF
26847 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26848 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26849 /^[ ]*@MAKE_RULES@[ ]*$/{
26853 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26857 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26858 r $MAKE_IMPLIB_RULES
26861 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26865 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26871 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26872 s/^/s,@/; s/!/@,|#_!!_#|/
26875 s/'"$ac_delim"'$/,g/; t
26877 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26878 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26879 rm -f conf$
$subs.
sed
26880 cat >>$CONFIG_STATUS <<_ACEOF
26886 for ac_last_try
in false false false false false
:; do
26887 cat >conf$
$subs.
sed <<_ACEOF
26888 LN_S!$LN_S$ac_delim
26890 GREP!$GREP$ac_delim
26891 EGREP!$EGREP$ac_delim
26892 LDCONFIG!$LDCONFIG$ac_delim
26893 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26894 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26895 INSTALL_DATA!$INSTALL_DATA$ac_delim
26896 LINT!$LINT$ac_delim
26897 LINTFLAGS!$LINTFLAGS$ac_delim
26898 FONTFORGE!$FONTFORGE$ac_delim
26899 PKG_CONFIG!$PKG_CONFIG$ac_delim
26900 RSVG!$RSVG$ac_delim
26901 ICOTOOL!$ICOTOOL$ac_delim
26902 PRELINK!$PRELINK$ac_delim
26903 LIBPTHREAD!$LIBPTHREAD$ac_delim
26904 XLIB!$XLIB$ac_delim
26905 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26906 DLLEXT!$DLLEXT$ac_delim
26907 DLLFLAGS!$DLLFLAGS$ac_delim
26908 LDSHARED!$LDSHARED$ac_delim
26909 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26910 LIBEXT!$LIBEXT$ac_delim
26911 IMPLIBEXT!$IMPLIBEXT$ac_delim
26912 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26913 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26915 DLLTOOL!$DLLTOOL$ac_delim
26916 DLLWRAP!$DLLWRAP$ac_delim
26917 MINGWAR!$MINGWAR$ac_delim
26918 SECURITYLIB!$SECURITYLIB$ac_delim
26919 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26920 IOKITLIB!$IOKITLIB$ac_delim
26921 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26922 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26923 COREAUDIO!$COREAUDIO$ac_delim
26924 CARBONLIB!$CARBONLIB$ac_delim
26925 CROSSTEST!$CROSSTEST$ac_delim
26926 CROSSCC!$CROSSCC$ac_delim
26927 CROSSWINDRES!$CROSSWINDRES$ac_delim
26928 NASLIBS!$NASLIBS$ac_delim
26929 XML2LIBS!$XML2LIBS$ac_delim
26930 XML2INCL!$XML2INCL$ac_delim
26931 XSLTLIBS!$XSLTLIBS$ac_delim
26932 XSLTINCL!$XSLTINCL$ac_delim
26933 HALINCL!$HALINCL$ac_delim
26934 sane_devel!$sane_devel$ac_delim
26935 SANEINCL!$SANEINCL$ac_delim
26936 gphoto2_devel!$gphoto2_devel$ac_delim
26937 gphoto2port_devel!$gphoto2port_devel$ac_delim
26938 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26939 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26940 RESOLVLIBS!$RESOLVLIBS$ac_delim
26941 LCMSLIBS!$LCMSLIBS$ac_delim
26942 ft_devel!$ft_devel$ac_delim
26943 FREETYPELIBS!$FREETYPELIBS$ac_delim
26944 FREETYPEINCL!$FREETYPEINCL$ac_delim
26945 ESDCONFIG!$ESDCONFIG$ac_delim
26946 ESDINCL!$ESDINCL$ac_delim
26947 ESDLIBS!$ESDLIBS$ac_delim
26948 ALSALIBS!$ALSALIBS$ac_delim
26949 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26950 CUPSINCL!$CUPSINCL$ac_delim
26951 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26952 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26953 BUILTINFLAG!$BUILTINFLAG$ac_delim
26954 LDPATH!$LDPATH$ac_delim
26955 CRTLIBS!$CRTLIBS$ac_delim
26956 SOCKETLIBS!$SOCKETLIBS$ac_delim
26957 MAIN_BINARY!$MAIN_BINARY$ac_delim
26958 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26959 LIBDL!$LIBDL$ac_delim
26960 LIBPOLL!$LIBPOLL$ac_delim
26961 LDAPLIBS!$LDAPLIBS$ac_delim
26962 DEPENDENCIES!$DEPENDENCIES$ac_delim
26963 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26964 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26965 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26966 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26967 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26968 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26969 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26970 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26971 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26972 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26973 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26974 LIBOBJS!$LIBOBJS$ac_delim
26975 LTLIBOBJS!$LTLIBOBJS$ac_delim
26978 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
26980 elif $ac_last_try; then
26981 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26982 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26983 { (exit 1); exit 1; }; }
26985 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26989 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26990 if test -n "$ac_eof"; then
26991 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26992 ac_eof
=`expr $ac_eof + 1`
26995 cat >>$CONFIG_STATUS <<_ACEOF
26996 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26997 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27000 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27001 s/^/s,@/; s/!/@,|#_!!_#|/
27004 s/'"$ac_delim"'$/,g/; t
27006 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27007 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27008 rm -f conf$
$subs.
sed
27009 cat >>$CONFIG_STATUS <<_ACEOF
27016 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27017 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27018 # trailing colons and then remove the whole line if VPATH becomes empty
27019 # (actually we leave an empty line to preserve line numbers).
27020 if test "x$srcdir" = x.
; then
27021 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27022 s/:*\$(srcdir):*/:/
27023 s/:*\${srcdir}:*/:/
27025 s/^\([^=]*=[ ]*\):*/\1/
27031 cat >>$CONFIG_STATUS <<\_ACEOF
27032 fi # test -n "$CONFIG_FILES"
27035 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27038 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27040 case $ac_mode$ac_tag in
27042 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27043 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27044 { (exit 1); exit 1; }; };;
27045 :[FH
]-) ac_tag
=-:-;;
27046 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27063 -) ac_f
="$tmp/stdin";;
27064 *) # Look for the file first in the build tree, then in the source tree
27065 # (if the path is not absolute). The absolute path cannot be DOS-style,
27066 # because $ac_f cannot contain `:'.
27070 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27072 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27073 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27074 { (exit 1); exit 1; }; };;
27076 ac_file_inputs
="$ac_file_inputs $ac_f"
27079 # Let's still pretend it is `configure' which instantiates (i.e., don't
27080 # use $as_me), people would be surprised to read:
27081 # /* config.h. Generated by config.status. */
27082 configure_input
="Generated from "`IFS=:
27083 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27084 if test x
"$ac_file" != x-
; then
27085 configure_input
="$ac_file. $configure_input"
27086 { echo "$as_me:$LINENO: creating $ac_file" >&5
27087 echo "$as_me: creating $ac_file" >&6;}
27091 *:-:* |
*:-) cat >"$tmp/stdin";;
27096 ac_dir
=`$as_dirname -- "$ac_file" ||
27097 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27098 X"$ac_file" : 'X\(//\)[^/]' \| \
27099 X"$ac_file" : 'X\(//\)$' \| \
27100 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27102 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27106 /^X\(\/\/\)[^/].*/{
27121 -*) as_dir
=.
/$as_dir;;
27123 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27127 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27128 *) as_qdir
=$as_dir;;
27130 as_dirs
="'$as_qdir' $as_dirs"
27131 as_dir
=`$as_dirname -- "$as_dir" ||
27132 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27133 X"$as_dir" : 'X\(//\)[^/]' \| \
27134 X"$as_dir" : 'X\(//\)$' \| \
27135 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27137 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27141 /^X\(\/\/\)[^/].*/{
27154 test -d "$as_dir" && break
27156 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27157 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27158 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27159 { (exit 1); exit 1; }; }; }
27163 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27165 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27166 # A ".." for each directory in $ac_dir_suffix.
27167 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27168 case $ac_top_builddir_sub in
27169 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27170 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27173 ac_abs_top_builddir
=$ac_pwd
27174 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27175 # for backward compatibility:
27176 ac_top_builddir
=$ac_top_build_prefix
27179 .
) # We are building in place.
27181 ac_top_srcdir
=$ac_top_builddir_sub
27182 ac_abs_top_srcdir
=$ac_pwd ;;
27183 [\\/]* | ?
:[\\/]* ) # Absolute name.
27184 ac_srcdir
=$srcdir$ac_dir_suffix;
27185 ac_top_srcdir
=$srcdir
27186 ac_abs_top_srcdir
=$srcdir ;;
27187 *) # Relative name.
27188 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27189 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27190 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27192 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27202 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27203 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27207 cat >>$CONFIG_STATUS <<\_ACEOF
27208 # If the template does not know about datarootdir, expand it.
27209 # FIXME: This hack should be removed a few years after 2.60.
27210 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27212 case `sed -n '/datarootdir/ {
27221 ' $ac_file_inputs` in
27222 *datarootdir
*) ac_datarootdir_seen
=yes;;
27223 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27224 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27225 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27227 cat >>$CONFIG_STATUS <<_ACEOF
27228 ac_datarootdir_hack='
27229 s&@datadir@&$datadir&g
27230 s&@docdir@&$docdir&g
27231 s&@infodir@&$infodir&g
27232 s&@localedir@&$localedir&g
27233 s&@mandir@&$mandir&g
27234 s&\\\${datarootdir}&$datarootdir&g' ;;
27238 # Neutralize VPATH when `$srcdir' = `.'.
27239 # Shell code in configure.ac might set extrasub.
27240 # FIXME: do we really want to maintain this feature?
27241 cat >>$CONFIG_STATUS <<_ACEOF
27245 cat >>$CONFIG_STATUS <<\_ACEOF
27247 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27248 s
&@configure_input@
&$configure_input&;t t
27249 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27250 s
&@srcdir@
&$ac_srcdir&;t t
27251 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27252 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27253 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27254 s
&@builddir@
&$ac_builddir&;t t
27255 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27256 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27257 s
&@INSTALL@
&$ac_INSTALL&;t t
27258 $ac_datarootdir_hack
27259 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27261 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27262 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27263 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27264 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27265 which seems to be undefined. Please make sure it is defined." >&5
27266 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27267 which seems to be undefined. Please make sure it is defined." >&2;}
27271 -) cat "$tmp/out"; rm -f "$tmp/out";;
27272 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27281 # Transform confdefs.h into a sed script `conftest.defines', that
27282 # substitutes the proper values into config.h.in to produce config.h.
27283 rm -f conftest.defines conftest.
tail
27284 # First, append a space to every undef/define line, to ease matching.
27285 echo 's/$/ /' >conftest.defines
27286 # Then, protect against being on the right side of a sed subst, or in
27287 # an unquoted here document, in config.status. If some macros were
27288 # called several times there might be several #defines for the same
27289 # symbol, which is useless. But do not sort them, since the last
27290 # AC_DEFINE must be honored.
27291 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27292 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27293 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27294 # PARAMS is the parameter list in the macro definition--in most cases, it's
27295 # just an empty string.
27296 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27297 ac_dB
='\\)[ (].*,\\1define\\2'
27305 s/^[ ]*#[ ]*define[ ][ ]*//
27310 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27311 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27312 ' >>conftest.defines
27314 # Remove the space that was appended to ease matching.
27315 # Then replace #undef with comments. This is necessary, for
27316 # example, in the case of _POSIX_SOURCE, which is predefined and required
27317 # on some systems where configure will not decide to define it.
27318 # (The regexp can be short, since the line contains either #define or #undef.)
27320 s,^[ #]*u.*,/* & */,' >>conftest.defines
27322 # Break up conftest.defines:
27323 ac_max_sed_lines
=50
27325 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27326 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27327 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27329 ac_in
='$ac_file_inputs'
27330 ac_out
='"$tmp/out1"'
27331 ac_nxt
='"$tmp/out2"'
27335 # Write a here document:
27336 cat >>$CONFIG_STATUS <<_ACEOF
27337 # First, check the format of the line:
27338 cat >"\$tmp/defines.sed" <<\\CEOF
27339 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27340 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27344 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27346 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27347 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27348 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27349 grep . conftest.
tail >/dev
/null ||
break
27350 rm -f conftest.defines
27351 mv conftest.
tail conftest.defines
27353 rm -f conftest.defines conftest.
tail
27355 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27356 cat >>$CONFIG_STATUS <<\_ACEOF
27357 if test x
"$ac_file" != x-
; then
27358 echo "/* $configure_input */" >"$tmp/config.h"
27359 cat "$ac_result" >>"$tmp/config.h"
27360 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27361 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27362 echo "$as_me: $ac_file is unchanged" >&6;}
27365 mv "$tmp/config.h" $ac_file
27368 echo "/* $configure_input */"
27374 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27375 echo "$as_me: executing $ac_file commands" >&6;}
27380 case $ac_file$ac_mode in
27381 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27382 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27383 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27384 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27385 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27386 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27387 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27388 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27389 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27390 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27391 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27392 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27393 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27399 { (exit 0); exit 0; }
27401 chmod +x
$CONFIG_STATUS
27402 ac_clean_files
=$ac_clean_files_save
27405 # configure is writing to config.log, and then calls config.status.
27406 # config.status does its own redirection, appending to config.log.
27407 # Unfortunately, on DOS this fails, as config.log is still kept open
27408 # by configure, so config.status won't be able to write to it; its
27409 # output is simply discarded. So we exec the FD to /dev/null,
27410 # effectively closing config.log, so it can be properly (re)opened and
27411 # appended to by config.status. When coming back to configure, we
27412 # need to make the FD available again.
27413 if test "$no_create" != yes; then
27415 ac_config_status_args
=
27416 test "$silent" = yes &&
27417 ac_config_status_args
="$ac_config_status_args --quiet"
27419 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27421 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27422 # would make configure fail if this is the last instruction.
27423 $ac_cs_success ||
{ (exit 1); exit 1; }
27427 if test "$no_create" = "yes"
27434 if test "x$wine_notices != "x
; then
27436 for msg
in $wine_notices; do
27437 if test -n "$msg"; then
27438 { echo "$as_me:$LINENO: $msg" >&5
27439 echo "$as_me: $msg" >&6;}
27443 for msg
in $wine_warnings; do
27444 if test -n "$msg"; then
27446 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27447 echo "$as_me: WARNING: $msg" >&2;}
27453 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.