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
782 ALL_PROGRAM_INSTALL_DIRS
783 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ac_subst_files
='MAKE_RULES
791 ac_precious_vars
='build_alias
806 # Initialize some variables set by options.
808 ac_init_version
=false
809 # The variables have the same names as the options, with
810 # dashes changed to underlines.
818 program_transform_name
=s
,x
,x
,
826 # Installation directory options.
827 # These are left unexpanded so users can "make install exec_prefix=/foo"
828 # and all the variables that are supposed to be based on exec_prefix
829 # by default will actually change.
830 # Use braces instead of parens because sh, perl, etc. also accept them.
831 # (The list follows the same order as the GNU Coding Standards.)
832 bindir
='${exec_prefix}/bin'
833 sbindir
='${exec_prefix}/sbin'
834 libexecdir
='${exec_prefix}/libexec'
835 datarootdir
='${prefix}/share'
836 datadir
='${datarootdir}'
837 sysconfdir
='${prefix}/etc'
838 sharedstatedir
='${prefix}/com'
839 localstatedir
='${prefix}/var'
840 includedir
='${prefix}/include'
841 oldincludedir
='/usr/include'
842 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
843 infodir
='${datarootdir}/info'
848 libdir
='${exec_prefix}/lib'
849 localedir
='${datarootdir}/locale'
850 mandir
='${datarootdir}/man'
856 # If the previous option needs an argument, assign it.
857 if test -n "$ac_prev"; then
858 eval $ac_prev=\
$ac_option
864 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 # Accept the important Cygnus configure options, so we can diagnose typos.
870 case $ac_dashdash$ac_option in
874 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
876 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
879 -build |
--build |
--buil |
--bui |
--bu)
880 ac_prev
=build_alias
;;
881 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
882 build_alias
=$ac_optarg ;;
884 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
885 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
886 ac_prev
=cache_file
;;
887 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
888 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
889 cache_file
=$ac_optarg ;;
892 cache_file
=config.cache
;;
894 -datadir |
--datadir |
--datadi |
--datad)
896 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
897 datadir
=$ac_optarg ;;
899 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
900 |
--dataroo |
--dataro |
--datar)
901 ac_prev
=datarootdir
;;
902 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
903 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
904 datarootdir
=$ac_optarg ;;
906 -disable-* |
--disable-*)
907 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
908 # Reject names that are not valid shell variable names.
909 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
910 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
911 { (exit 1); exit 1; }; }
912 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
913 eval enable_
$ac_feature=no
;;
915 -docdir |
--docdir |
--docdi |
--doc |
--do)
917 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
920 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
922 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
925 -enable-* |
--enable-*)
926 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
929 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
930 { (exit 1); exit 1; }; }
931 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
932 eval enable_
$ac_feature=\
$ac_optarg ;;
934 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
935 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
936 |
--exec |
--exe |
--ex)
937 ac_prev
=exec_prefix
;;
938 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
939 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
940 |
--exec=* |
--exe=* |
--ex=*)
941 exec_prefix
=$ac_optarg ;;
943 -gas |
--gas |
--ga |
--g)
944 # Obsolete; use --with-gas.
947 -help |
--help |
--hel |
--he |
-h)
949 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
950 ac_init_help
=recursive
;;
951 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
952 ac_init_help
=short
;;
954 -host |
--host |
--hos |
--ho)
955 ac_prev
=host_alias
;;
956 -host=* |
--host=* |
--hos=* |
--ho=*)
957 host_alias
=$ac_optarg ;;
959 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
961 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
963 htmldir
=$ac_optarg ;;
965 -includedir |
--includedir |
--includedi |
--included |
--include \
966 |
--includ |
--inclu |
--incl |
--inc)
967 ac_prev
=includedir
;;
968 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
969 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
970 includedir
=$ac_optarg ;;
972 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
974 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
975 infodir
=$ac_optarg ;;
977 -libdir |
--libdir |
--libdi |
--libd)
979 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
982 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
983 |
--libexe |
--libex |
--libe)
984 ac_prev
=libexecdir
;;
985 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
986 |
--libexe=* |
--libex=* |
--libe=*)
987 libexecdir
=$ac_optarg ;;
989 -localedir |
--localedir |
--localedi |
--localed |
--locale)
991 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
992 localedir
=$ac_optarg ;;
994 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
995 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
996 ac_prev
=localstatedir
;;
997 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
998 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
999 localstatedir
=$ac_optarg ;;
1001 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1003 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1004 mandir
=$ac_optarg ;;
1006 -nfp |
--nfp |
--nf)
1007 # Obsolete; use --without-fp.
1010 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1011 |
--no-cr |
--no-c |
-n)
1014 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1015 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1018 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1019 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1020 |
--oldin |
--oldi |
--old |
--ol |
--o)
1021 ac_prev
=oldincludedir
;;
1022 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1023 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1024 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1025 oldincludedir
=$ac_optarg ;;
1027 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1029 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1030 prefix
=$ac_optarg ;;
1032 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1033 |
--program-pre |
--program-pr |
--program-p)
1034 ac_prev
=program_prefix
;;
1035 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1036 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1037 program_prefix
=$ac_optarg ;;
1039 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1040 |
--program-suf |
--program-su |
--program-s)
1041 ac_prev
=program_suffix
;;
1042 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1043 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1044 program_suffix
=$ac_optarg ;;
1046 -program-transform-name |
--program-transform-name \
1047 |
--program-transform-nam |
--program-transform-na \
1048 |
--program-transform-n |
--program-transform- \
1049 |
--program-transform |
--program-transfor \
1050 |
--program-transfo |
--program-transf \
1051 |
--program-trans |
--program-tran \
1052 |
--progr-tra |
--program-tr |
--program-t)
1053 ac_prev
=program_transform_name
;;
1054 -program-transform-name=* |
--program-transform-name=* \
1055 |
--program-transform-nam=* |
--program-transform-na=* \
1056 |
--program-transform-n=* |
--program-transform-=* \
1057 |
--program-transform=* |
--program-transfor=* \
1058 |
--program-transfo=* |
--program-transf=* \
1059 |
--program-trans=* |
--program-tran=* \
1060 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1061 program_transform_name
=$ac_optarg ;;
1063 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1065 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1066 pdfdir
=$ac_optarg ;;
1068 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1070 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1073 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1074 |
-silent |
--silent |
--silen |
--sile |
--sil)
1077 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1079 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1081 sbindir
=$ac_optarg ;;
1083 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1084 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1085 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1087 ac_prev
=sharedstatedir
;;
1088 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1089 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1090 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1092 sharedstatedir
=$ac_optarg ;;
1094 -site |
--site |
--sit)
1096 -site=* |
--site=* |
--sit=*)
1099 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1101 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1102 srcdir
=$ac_optarg ;;
1104 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1105 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1106 ac_prev
=sysconfdir
;;
1107 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1108 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1109 sysconfdir
=$ac_optarg ;;
1111 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1112 ac_prev
=target_alias
;;
1113 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1114 target_alias
=$ac_optarg ;;
1116 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1119 -version |
--version |
--versio |
--versi |
--vers |
-V)
1120 ac_init_version
=: ;;
1123 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1124 # Reject names that are not valid shell variable names.
1125 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1126 { echo "$as_me: error: invalid package name: $ac_package" >&2
1127 { (exit 1); exit 1; }; }
1128 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1129 eval with_
$ac_package=\
$ac_optarg ;;
1131 -without-* |
--without-*)
1132 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1135 { echo "$as_me: error: invalid package name: $ac_package" >&2
1136 { (exit 1); exit 1; }; }
1137 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1138 eval with_
$ac_package=no
;;
1141 # Obsolete; use --with-x.
1144 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1145 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1146 ac_prev
=x_includes
;;
1147 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1148 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1149 x_includes
=$ac_optarg ;;
1151 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1152 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1153 ac_prev
=x_libraries
;;
1154 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1155 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1156 x_libraries
=$ac_optarg ;;
1158 -*) { echo "$as_me: error: unrecognized option: $ac_option
1159 Try \`$0 --help' for more information." >&2
1160 { (exit 1); exit 1; }; }
1164 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1167 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1168 { (exit 1); exit 1; }; }
1169 eval $ac_envvar=\
$ac_optarg
1170 export $ac_envvar ;;
1173 # FIXME: should be removed in autoconf 3.0.
1174 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1175 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1176 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1177 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 if test -n "$ac_prev"; then
1184 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1185 { echo "$as_me: error: missing argument to $ac_option" >&2
1186 { (exit 1); exit 1; }; }
1189 # Be sure to have absolute directory names.
1190 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1191 datadir sysconfdir sharedstatedir localstatedir includedir \
1192 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1193 libdir localedir mandir
1195 eval ac_val
=\$
$ac_var
1197 [\\/$
]* | ?
:[\\/]* ) continue;;
1198 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1200 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1201 { (exit 1); exit 1; }; }
1204 # There might be people who depend on the old broken behavior: `$host'
1205 # used to hold the argument of --host etc.
1206 # FIXME: To remove some day.
1209 target
=$target_alias
1211 # FIXME: To remove some day.
1212 if test "x$host_alias" != x
; then
1213 if test "x$build_alias" = x
; then
1214 cross_compiling
=maybe
1215 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1216 If a cross compiler is detected then cross compile mode will be used." >&2
1217 elif test "x$build_alias" != "x$host_alias"; then
1223 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1225 test "$silent" = yes && exec 6>/dev
/null
1228 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1229 ac_ls_di
=`ls -di .` &&
1230 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1231 { echo "$as_me: error: Working directory cannot be determined" >&2
1232 { (exit 1); exit 1; }; }
1233 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1234 { echo "$as_me: error: pwd does not report name of working directory" >&2
1235 { (exit 1); exit 1; }; }
1238 # Find the source files, if location was not specified.
1239 if test -z "$srcdir"; then
1240 ac_srcdir_defaulted
=yes
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir
=`$as_dirname -- "$0" ||
1243 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$0" : 'X\(//\)[^/]' \| \
1245 X"$0" : 'X\(//\)$' \| \
1246 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1270 ac_srcdir_defaulted
=no
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1274 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1275 { (exit 1); exit 1; }; }
1277 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1279 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1280 { (exit 1); exit 1; }; }
1282 # When building in place, set srcdir=.
1283 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 # Remove unnecessary trailing slashes from srcdir.
1287 # Double slashes in file names in object file debugging info
1288 # mess up M-x gdb in Emacs.
1290 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1292 for ac_var
in $ac_precious_vars; do
1293 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1294 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1295 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1296 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1300 # Report the --help message.
1302 if test "$ac_init_help" = "long"; then
1303 # Omit some internal or obsolete options to make the list less imposing.
1304 # This message is too long to be a string in the A/UX 3.1 sh.
1306 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1308 Usage: $0 [OPTION]... [VAR=VALUE]...
1310 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1311 VAR=VALUE. See below for descriptions of some of the useful variables.
1313 Defaults for the options are specified in brackets.
1316 -h, --help display this help and exit
1317 --help=short display options specific to this package
1318 --help=recursive display the short help of all the included packages
1319 -V, --version display version information and exit
1320 -q, --quiet, --silent do not print \`checking...' messages
1321 --cache-file=FILE cache test results in FILE [disabled]
1322 -C, --config-cache alias for \`--cache-file=config.cache'
1323 -n, --no-create do not create output files
1324 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1326 Installation directories:
1327 --prefix=PREFIX install architecture-independent files in PREFIX
1328 [$ac_default_prefix]
1329 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 By default, \`make install' will install all the files in
1333 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1334 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1335 for instance \`--prefix=\$HOME'.
1337 For better control, use the options below.
1339 Fine tuning of the installation directories:
1340 --bindir=DIR user executables [EPREFIX/bin]
1341 --sbindir=DIR system admin executables [EPREFIX/sbin]
1342 --libexecdir=DIR program executables [EPREFIX/libexec]
1343 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1344 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1345 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1346 --libdir=DIR object code libraries [EPREFIX/lib]
1347 --includedir=DIR C header files [PREFIX/include]
1348 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1349 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1350 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1351 --infodir=DIR info documentation [DATAROOTDIR/info]
1352 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1353 --mandir=DIR man documentation [DATAROOTDIR/man]
1354 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1355 --htmldir=DIR html documentation [DOCDIR]
1356 --dvidir=DIR dvi documentation [DOCDIR]
1357 --pdfdir=DIR pdf documentation [DOCDIR]
1358 --psdir=DIR ps documentation [DOCDIR]
1364 --x-includes=DIR X include files are
in DIR
1365 --x-libraries=DIR X library files are
in DIR
1368 --build=BUILD configure
for building on BUILD
[guessed
]
1369 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1373 if test -n "$ac_init_help"; then
1374 case $ac_init_help in
1375 short | recursive
) echo "Configuration of Wine 1.1.3:";;
1380 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1381 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1382 --disable-win16 do not include Win16 support
1383 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1385 --enable-maintainer-mode
1386 enable maintainer-specific build rules
1389 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1390 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1391 --without-alsa do not use the Alsa sound support
1392 --without-audioio do not use the AudioIO sound support
1393 --without-capi do not use CAPI (ISDN support)
1394 --without-cms do not use CMS (color management support)
1395 --without-coreaudio do not use the CoreAudio sound support
1396 --without-cups do not use CUPS
1397 --without-curses do not use (n)curses
1398 --without-esd do not use the EsounD sound support
1399 --without-fontconfig do not use fontconfig
1400 --without-freetype do not use the FreeType library
1401 --without-gphoto do not use gphoto (Digital Camera support)
1402 --without-glu do not use the GLU library
1403 --without-hal do not use HAL (dynamic device support)
1404 --without-jack do not use the Jack sound support
1405 --without-jpeg do not use JPEG
1406 --without-ldap do not use LDAP
1407 --without-nas do not use the NAS sound support
1408 --without-opengl do not use OpenGL
1409 --without-openssl do not use OpenSSL
1410 --without-oss do not use the OSS sound support
1411 --without-png do not use PNG
1412 --without-sane do not use SANE (scanner support)
1413 --without-xcomposite do not use the Xcomposite extension
1414 --without-xcursor do not use the Xcursor extension
1415 --without-xinerama do not use Xinerama (multi-monitor support)
1416 --without-xinput do not use the Xinput extension
1417 --without-xml do not use XML
1418 --without-xrandr do not use Xrandr (resolution changes)
1419 --without-xrender do not use the Xrender extension
1420 --without-xshape do not use the Xshape extension
1421 --without-xshm do not use XShm (shared memory extension)
1422 --without-xslt do not use XSLT
1423 --without-xxf86vm do not use XFree video mode extension
1424 --with-wine-tools=DIR use Wine tools from directory DIR
1425 --with-x use the X Window System
1427 Some influential environment variables:
1428 CC C compiler command
1429 CFLAGS C compiler flags
1430 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1431 nonstandard directory <lib dir>
1432 LIBS libraries to pass to the linker, e.g. -l<library>
1433 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1434 you have headers in a nonstandard directory <include dir>
1435 CXX C++ compiler command
1436 CXXFLAGS C++ compiler flags
1437 XMKMF Path to xmkmf, Makefile generator for X Window System
1440 Use these variables to override the choices made by `configure' or to
help
1441 it to
find libraries and programs with nonstandard names
/locations.
1443 Report bugs to
<wine-devel@winehq.org
>.
1448 if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
1450 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1451 test -d "$ac_dir" ||
continue
1455 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1457 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1458 # A ".." for each directory in $ac_dir_suffix.
1459 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1460 case $ac_top_builddir_sub in
1461 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1462 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1465 ac_abs_top_builddir
=$ac_pwd
1466 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1467 # for backward compatibility:
1468 ac_top_builddir
=$ac_top_build_prefix
1471 .
) # We are building in place.
1473 ac_top_srcdir
=$ac_top_builddir_sub
1474 ac_abs_top_srcdir
=$ac_pwd ;;
1475 [\\/]* | ?
:[\\/]* ) # Absolute name.
1476 ac_srcdir
=$srcdir$ac_dir_suffix;
1477 ac_top_srcdir
=$srcdir
1478 ac_abs_top_srcdir
=$srcdir ;;
1480 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1481 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1482 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1484 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1486 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1487 # Check for guested configure.
1488 if test -f "$ac_srcdir/configure.gnu"; then
1490 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1491 elif test -f "$ac_srcdir/configure"; then
1493 $SHELL "$ac_srcdir/configure" --help=recursive
1495 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1501 test -n "$ac_init_help" && exit $ac_status
1502 if $ac_init_version; then
1504 Wine configure
1.1.3
1505 generated by GNU Autoconf
2.61
1507 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1508 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1509 This configure
script is free software
; the Free Software Foundation
1510 gives unlimited permission to copy
, distribute and modify it.
1514 cat >config.log
<<_ACEOF
1515 This file contains any messages produced by compilers while
1516 running configure, to aid debugging if configure makes a mistake.
1518 It was created by Wine $as_me 1.1.3, which was
1519 generated by GNU Autoconf 2.61. Invocation command line was
1531 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1532 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1533 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1534 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1535 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1537 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1538 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1540 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1541 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1542 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1543 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1544 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1545 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1546 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1550 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1554 test -z "$as_dir" && as_dir
=.
1555 echo "PATH: $as_dir"
1571 # Keep a trace of the command line.
1572 # Strip out --no-create and --no-recursion so they do not pile up.
1573 # Strip out --silent because we don't want to record it for future runs.
1574 # Also quote any args containing shell meta-characters.
1575 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_must_keep_next
=false
1585 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1586 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1587 |
-silent |
--silent |
--silen |
--sile |
--sil)
1590 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1593 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1595 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1596 if test $ac_must_keep_next = true
; then
1597 ac_must_keep_next
=false
# Got value, back to normal.
1600 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1601 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1602 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1603 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1604 case "$ac_configure_args0 " in
1605 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1608 -* ) ac_must_keep_next
=true
;;
1611 ac_configure_args
="$ac_configure_args '$ac_arg'"
1616 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1617 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1619 # When interrupted or exit'd, cleanup temporary files, and complete
1620 # config.log. We remove comments because anyway the quotes in there
1621 # would cause problems or look ugly.
1622 # WARNING: Use '\'' to represent an apostrophe within the trap.
1623 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1624 trap 'exit_status=$?
1625 # Save into config.log some information that might help in debugging.
1630 ## ---------------- ##
1631 ## Cache variables. ##
1632 ## ---------------- ##
1635 # The following way of writing the cache mishandles newlines in values,
1637 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1638 eval ac_val=\$$ac_var
1642 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1643 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1646 _ | IFS | as_nl) ;; #(
1647 *) $as_unset $ac_var ;;
1652 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1653 *${as_nl}ac_space=\ *)
1655 "s/'\''/'\''\\\\'\'''\''/g;
1656 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1659 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1667 ## ----------------- ##
1668 ## Output variables. ##
1669 ## ----------------- ##
1672 for ac_var in $ac_subst_vars
1674 eval ac_val=\$$ac_var
1676 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1678 echo "$ac_var='\''$ac_val'\''"
1682 if test -n "$ac_subst_files"; then
1684 ## ------------------- ##
1685 ## File substitutions. ##
1686 ## ------------------- ##
1689 for ac_var
in $ac_subst_files
1691 eval ac_val
=\$
$ac_var
1693 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1695 echo "$ac_var='\''$ac_val'\''"
1700 if test -s confdefs.h; then
1710 test "$ac_signal" != 0 &&
1711 echo "$as_me: caught signal $ac_signal"
1712 echo "$as_me: exit $exit_status"
1714 rm -f core *.core core.conftest.* &&
1715 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1718 for ac_signal
in 1 2 13 15; do
1719 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1724 rm -f -r conftest
* confdefs.h
1726 # Predefined preprocessor variables.
1728 cat >>confdefs.h
<<_ACEOF
1729 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 cat >>confdefs.h
<<_ACEOF
1734 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 cat >>confdefs.h
<<_ACEOF
1739 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 cat >>confdefs.h
<<_ACEOF
1744 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 cat >>confdefs.h
<<_ACEOF
1749 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 # Let the site file select an alternate cache file if it wants to.
1754 # Prefer explicitly selected file to automatically selected ones.
1755 if test -n "$CONFIG_SITE"; then
1756 set x
"$CONFIG_SITE"
1757 elif test "x$prefix" != xNONE
; then
1758 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1760 set x
"$ac_default_prefix/share/config.site" \
1761 "$ac_default_prefix/etc/config.site"
1766 if test -r "$ac_site_file"; then
1767 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1768 echo "$as_me: loading site script $ac_site_file" >&6;}
1769 sed 's/^/| /' "$ac_site_file" >&5
1774 if test -r "$cache_file"; then
1775 # Some versions of bash will fail to source /dev/null (special
1776 # files actually), so we avoid doing that.
1777 if test -f "$cache_file"; then
1778 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1779 echo "$as_me: loading cache $cache_file" >&6;}
1781 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1782 *) .
"./$cache_file";;
1786 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1787 echo "$as_me: creating cache $cache_file" >&6;}
1791 # Check that the precious variables saved in the cache have kept the same
1793 ac_cache_corrupted
=false
1794 for ac_var
in $ac_precious_vars; do
1795 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1796 eval ac_new_set
=\
$ac_env_${ac_var}_set
1797 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1798 eval ac_new_val
=\
$ac_env_${ac_var}_value
1799 case $ac_old_set,$ac_new_set in
1801 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1802 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1803 ac_cache_corrupted
=: ;;
1805 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1806 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1807 ac_cache_corrupted
=: ;;
1810 if test "x$ac_old_val" != "x$ac_new_val"; then
1811 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1812 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1813 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1814 echo "$as_me: former value: $ac_old_val" >&2;}
1815 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1816 echo "$as_me: current value: $ac_new_val" >&2;}
1817 ac_cache_corrupted
=:
1820 # Pass precious variables to config.status.
1821 if test "$ac_new_set" = set; then
1823 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1824 *) ac_arg
=$ac_var=$ac_new_val ;;
1826 case " $ac_configure_args " in
1827 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1828 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1832 if $ac_cache_corrupted; then
1833 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1834 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1835 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1836 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1837 { (exit 1); exit 1; }; }
1865 ac_cpp
='$CPP $CPPFLAGS'
1866 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1867 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1868 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1872 ac_config_headers
="$ac_config_headers include/config.h"
1875 for ac_dir
in tools
"$srcdir"/tools
; do
1876 if test -f "$ac_dir/install-sh"; then
1878 ac_install_sh
="$ac_aux_dir/install-sh -c"
1880 elif test -f "$ac_dir/install.sh"; then
1882 ac_install_sh
="$ac_aux_dir/install.sh -c"
1884 elif test -f "$ac_dir/shtool"; then
1886 ac_install_sh
="$ac_aux_dir/shtool install -c"
1890 if test -z "$ac_aux_dir"; then
1891 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1892 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1893 { (exit 1); exit 1; }; }
1896 # These three variables are undocumented and unsupported,
1897 # and are intended to be withdrawn in a future Autoconf release.
1898 # They can cause serious problems if a builder's source tree is in a directory
1899 # whose full name contains unusual characters.
1900 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1901 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1902 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1907 # Check whether --enable-win16 was given.
1908 if test "${enable_win16+set}" = set; then
1909 enableval
=$enable_win16;
1912 # Check whether --enable-win64 was given.
1913 if test "${enable_win64+set}" = set; then
1914 enableval
=$enable_win64;
1917 # Check whether --enable-maintainer-mode was given.
1918 if test "${enable_maintainer_mode+set}" = set; then
1919 enableval
=$enable_maintainer_mode;
1927 # Check whether --with-alsa was given.
1928 if test "${with_alsa+set}" = set; then
1929 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1933 # Check whether --with-audioio was given.
1934 if test "${with_audioio+set}" = set; then
1935 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1939 # Check whether --with-capi was given.
1940 if test "${with_capi+set}" = set; then
1941 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1945 # Check whether --with-cms was given.
1946 if test "${with_cms+set}" = set; then
1947 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1951 # Check whether --with-coreaudio was given.
1952 if test "${with_coreaudio+set}" = set; then
1953 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1957 # Check whether --with-cups was given.
1958 if test "${with_cups+set}" = set; then
1963 # Check whether --with-curses was given.
1964 if test "${with_curses+set}" = set; then
1965 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1969 # Check whether --with-esd was given.
1970 if test "${with_esd+set}" = set; then
1975 # Check whether --with-fontconfig was given.
1976 if test "${with_fontconfig+set}" = set; then
1977 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1981 # Check whether --with-freetype was given.
1982 if test "${with_freetype+set}" = set; then
1983 withval
=$with_freetype;
1987 # Check whether --with-gphoto was given.
1988 if test "${with_gphoto+set}" = set; then
1989 withval
=$with_gphoto;
1993 # Check whether --with-glu was given.
1994 if test "${with_glu+set}" = set; then
1995 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
1999 # Check whether --with-hal was given.
2000 if test "${with_hal+set}" = set; then
2005 # Check whether --with-jack was given.
2006 if test "${with_jack+set}" = set; then
2007 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2011 # Check whether --with-jpeg was given.
2012 if test "${with_jpeg+set}" = set; then
2013 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2017 # Check whether --with-ldap was given.
2018 if test "${with_ldap+set}" = set; then
2019 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2023 # Check whether --with-nas was given.
2024 if test "${with_nas+set}" = set; then
2025 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2029 # Check whether --with-opengl was given.
2030 if test "${with_opengl+set}" = set; then
2031 withval
=$with_opengl;
2035 # Check whether --with-openssl was given.
2036 if test "${with_openssl+set}" = set; then
2037 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2041 # Check whether --with-oss was given.
2042 if test "${with_oss+set}" = set; then
2043 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
2047 # Check whether --with-png was given.
2048 if test "${with_png+set}" = set; then
2049 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2053 # Check whether --with-sane was given.
2054 if test "${with_sane+set}" = set; then
2059 # Check whether --with-xcomposite was given.
2060 if test "${with_xcomposite+set}" = set; then
2061 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2065 # Check whether --with-xcursor was given.
2066 if test "${with_xcursor+set}" = set; then
2067 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2071 # Check whether --with-xinerama was given.
2072 if test "${with_xinerama+set}" = set; then
2073 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2077 # Check whether --with-xinput was given.
2078 if test "${with_xinput+set}" = set; then
2079 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2083 # Check whether --with-xml was given.
2084 if test "${with_xml+set}" = set; then
2089 # Check whether --with-xrandr was given.
2090 if test "${with_xrandr+set}" = set; then
2091 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2095 # Check whether --with-xrender was given.
2096 if test "${with_xrender+set}" = set; then
2097 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2101 # Check whether --with-xshape was given.
2102 if test "${with_xshape+set}" = set; then
2103 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2107 # Check whether --with-xshm was given.
2108 if test "${with_xshm+set}" = set; then
2109 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2113 # Check whether --with-xslt was given.
2114 if test "${with_xslt+set}" = set; then
2119 # Check whether --with-xxf86vm was given.
2120 if test "${with_xxf86vm+set}" = set; then
2121 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2126 # Check whether --with-wine-tools was given.
2127 if test "${with_wine_tools+set}" = set; then
2128 withval
=$with_wine_tools;
2132 # Make sure we can run config.sub.
2133 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2134 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2135 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2136 { (exit 1); exit 1; }; }
2138 { echo "$as_me:$LINENO: checking build system type" >&5
2139 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2140 if test "${ac_cv_build+set}" = set; then
2141 echo $ECHO_N "(cached) $ECHO_C" >&6
2143 ac_build_alias
=$build_alias
2144 test "x$ac_build_alias" = x
&&
2145 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2146 test "x$ac_build_alias" = x
&&
2147 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2148 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2149 { (exit 1); exit 1; }; }
2150 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2151 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2152 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2153 { (exit 1); exit 1; }; }
2156 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2157 echo "${ECHO_T}$ac_cv_build" >&6; }
2158 case $ac_cv_build in
2160 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2161 echo "$as_me: error: invalid value of canonical build" >&2;}
2162 { (exit 1); exit 1; }; };;
2165 ac_save_IFS
=$IFS; IFS
='-'
2171 # Remember, the first character of IFS is used to create $*,
2172 # except with old shells:
2175 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2178 { echo "$as_me:$LINENO: checking host system type" >&5
2179 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2180 if test "${ac_cv_host+set}" = set; then
2181 echo $ECHO_N "(cached) $ECHO_C" >&6
2183 if test "x$host_alias" = x
; then
2184 ac_cv_host
=$ac_cv_build
2186 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2187 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2188 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2189 { (exit 1); exit 1; }; }
2193 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2194 echo "${ECHO_T}$ac_cv_host" >&6; }
2197 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2198 echo "$as_me: error: invalid value of canonical host" >&2;}
2199 { (exit 1); exit 1; }; };;
2202 ac_save_IFS
=$IFS; IFS
='-'
2208 # Remember, the first character of IFS is used to create $*,
2209 # except with old shells:
2212 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2217 if test "x$enable_win64" != "xyes"
2219 test -n "$CC" || CC
="gcc -m32"
2220 test -n "$CXX"|| CXX
="g++ -m32"
2221 test -n "$LD" || LD
="ld -m elf_i386"
2222 test -n "$AS" || AS
="as --32"
2230 if test "x$enable_win16" != "xno"
2237 WIN16_FILES
="\$(WIN16_FILES)"
2239 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2241 if test "x$enable_win16" != "xyes"
2249 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2250 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2251 You need to run 'make distclean' in the source tree first." >&5
2252 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2253 You need to run 'make distclean' in the source tree first." >&2;}
2254 { (exit 1); exit 1; }; }
2259 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2260 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2261 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2262 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2263 echo $ECHO_N "(cached) $ECHO_C" >&6
2265 cat >conftest.
make <<\_ACEOF
2268 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2270 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2271 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2273 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2275 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2279 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2280 { echo "$as_me:$LINENO: result: yes" >&5
2281 echo "${ECHO_T}yes" >&6; }
2284 { echo "$as_me:$LINENO: result: no" >&5
2285 echo "${ECHO_T}no" >&6; }
2286 SET_MAKE
="MAKE=${MAKE-make}"
2290 ac_cpp
='$CPP $CPPFLAGS'
2291 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2292 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2293 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2294 if test -n "$ac_tool_prefix"; then
2295 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2296 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2299 if test "${ac_cv_prog_CC+set}" = set; then
2300 echo $ECHO_N "(cached) $ECHO_C" >&6
2302 if test -n "$CC"; then
2303 ac_cv_prog_CC
="$CC" # Let the user override the test.
2305 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2309 test -z "$as_dir" && as_dir
=.
2310 for ac_exec_ext
in '' $ac_executable_extensions; do
2311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2312 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2323 if test -n "$CC"; then
2324 { echo "$as_me:$LINENO: result: $CC" >&5
2325 echo "${ECHO_T}$CC" >&6; }
2327 { echo "$as_me:$LINENO: result: no" >&5
2328 echo "${ECHO_T}no" >&6; }
2333 if test -z "$ac_cv_prog_CC"; then
2335 # Extract the first word of "gcc", so it can be a program name with args.
2336 set dummy gcc
; ac_word
=$2
2337 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2338 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2339 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2340 echo $ECHO_N "(cached) $ECHO_C" >&6
2342 if test -n "$ac_ct_CC"; then
2343 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2345 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2349 test -z "$as_dir" && as_dir
=.
2350 for ac_exec_ext
in '' $ac_executable_extensions; do
2351 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2352 ac_cv_prog_ac_ct_CC
="gcc"
2353 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2362 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2363 if test -n "$ac_ct_CC"; then
2364 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2365 echo "${ECHO_T}$ac_ct_CC" >&6; }
2367 { echo "$as_me:$LINENO: result: no" >&5
2368 echo "${ECHO_T}no" >&6; }
2371 if test "x$ac_ct_CC" = x
; then
2374 case $cross_compiling:$ac_tool_warned in
2376 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2377 whose name does not start with the host triplet. If you think this
2378 configuration is useful to you, please write to autoconf@gnu.org." >&5
2379 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2380 whose name does not start with the host triplet. If you think this
2381 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2382 ac_tool_warned
=yes ;;
2390 if test -z "$CC"; then
2391 if test -n "$ac_tool_prefix"; then
2392 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2393 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2396 if test "${ac_cv_prog_CC+set}" = set; then
2397 echo $ECHO_N "(cached) $ECHO_C" >&6
2399 if test -n "$CC"; then
2400 ac_cv_prog_CC
="$CC" # Let the user override the test.
2402 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2406 test -z "$as_dir" && as_dir
=.
2407 for ac_exec_ext
in '' $ac_executable_extensions; do
2408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2409 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2420 if test -n "$CC"; then
2421 { echo "$as_me:$LINENO: result: $CC" >&5
2422 echo "${ECHO_T}$CC" >&6; }
2424 { echo "$as_me:$LINENO: result: no" >&5
2425 echo "${ECHO_T}no" >&6; }
2431 if test -z "$CC"; then
2432 # Extract the first word of "cc", so it can be a program name with args.
2433 set dummy cc
; ac_word
=$2
2434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2436 if test "${ac_cv_prog_CC+set}" = set; then
2437 echo $ECHO_N "(cached) $ECHO_C" >&6
2439 if test -n "$CC"; then
2440 ac_cv_prog_CC
="$CC" # Let the user override the test.
2443 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2447 test -z "$as_dir" && as_dir
=.
2448 for ac_exec_ext
in '' $ac_executable_extensions; do
2449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2450 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2451 ac_prog_rejected
=yes
2455 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2462 if test $ac_prog_rejected = yes; then
2463 # We found a bogon in the path, so make sure we never use it.
2464 set dummy
$ac_cv_prog_CC
2466 if test $# != 0; then
2467 # We chose a different compiler from the bogus one.
2468 # However, it has the same basename, so the bogon will be chosen
2469 # first if we set CC to just the basename; use the full file name.
2471 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2477 if test -n "$CC"; then
2478 { echo "$as_me:$LINENO: result: $CC" >&5
2479 echo "${ECHO_T}$CC" >&6; }
2481 { echo "$as_me:$LINENO: result: no" >&5
2482 echo "${ECHO_T}no" >&6; }
2487 if test -z "$CC"; then
2488 if test -n "$ac_tool_prefix"; then
2489 for ac_prog
in cl.exe
2491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2492 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2495 if test "${ac_cv_prog_CC+set}" = set; then
2496 echo $ECHO_N "(cached) $ECHO_C" >&6
2498 if test -n "$CC"; then
2499 ac_cv_prog_CC
="$CC" # Let the user override the test.
2501 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2505 test -z "$as_dir" && as_dir
=.
2506 for ac_exec_ext
in '' $ac_executable_extensions; do
2507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2508 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2519 if test -n "$CC"; then
2520 { echo "$as_me:$LINENO: result: $CC" >&5
2521 echo "${ECHO_T}$CC" >&6; }
2523 { echo "$as_me:$LINENO: result: no" >&5
2524 echo "${ECHO_T}no" >&6; }
2528 test -n "$CC" && break
2531 if test -z "$CC"; then
2533 for ac_prog
in cl.exe
2535 # Extract the first word of "$ac_prog", so it can be a program name with args.
2536 set dummy
$ac_prog; ac_word
=$2
2537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2539 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2540 echo $ECHO_N "(cached) $ECHO_C" >&6
2542 if test -n "$ac_ct_CC"; then
2543 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2545 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2549 test -z "$as_dir" && as_dir
=.
2550 for ac_exec_ext
in '' $ac_executable_extensions; do
2551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2552 ac_cv_prog_ac_ct_CC
="$ac_prog"
2553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2562 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2563 if test -n "$ac_ct_CC"; then
2564 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2565 echo "${ECHO_T}$ac_ct_CC" >&6; }
2567 { echo "$as_me:$LINENO: result: no" >&5
2568 echo "${ECHO_T}no" >&6; }
2572 test -n "$ac_ct_CC" && break
2575 if test "x$ac_ct_CC" = x
; then
2578 case $cross_compiling:$ac_tool_warned in
2580 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2581 whose name does not start with the host triplet. If you think this
2582 configuration is useful to you, please write to autoconf@gnu.org." >&5
2583 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2584 whose name does not start with the host triplet. If you think this
2585 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2586 ac_tool_warned
=yes ;;
2595 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2596 See \`config.log' for more details." >&5
2597 echo "$as_me: error: no acceptable C compiler found in \$PATH
2598 See \`config.log' for more details." >&2;}
2599 { (exit 1); exit 1; }; }
2601 # Provide some information about the compiler.
2602 echo "$as_me:$LINENO: checking for C compiler version" >&5
2603 ac_compiler
=`set X $ac_compile; echo $2`
2604 { (ac_try
="$ac_compiler --version >&5"
2606 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2607 *) ac_try_echo=$ac_try;;
2609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2610 (eval "$ac_compiler --version >&5") 2>&5
2612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2613 (exit $ac_status); }
2614 { (ac_try="$ac_compiler -v >&5"
2616 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2617 *) ac_try_echo
=$ac_try;;
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_compiler -v >&5") 2>&5
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }
2624 { (ac_try
="$ac_compiler -V >&5"
2626 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2627 *) ac_try_echo=$ac_try;;
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630 (eval "$ac_compiler -V >&5") 2>&5
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }
2635 cat >conftest.$ac_ext <<_ACEOF
2638 cat confdefs.h >>conftest.$ac_ext
2639 cat >>conftest.$ac_ext <<_ACEOF
2640 /* end confdefs.h. */
2650 ac_clean_files_save=$ac_clean_files
2651 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2652 # Try to create an executable without -o first, disregard a.out.
2653 # It will help us diagnose broken compilers, and finding out an intuition
2655 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2656 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2657 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2659 # List of possible output files, starting from the most likely.
2660 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2661 # only as a last resort. b.out is created by i960 compilers.
2662 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2664 # The IRIX 6 linker writes into existing files which may not be
2665 # executable, retaining their permissions. Remove them first so a
2666 # subsequent execution test works.
2668 for ac_file in $ac_files
2671 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2672 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2677 if { (ac_try="$ac_link_default"
2679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2680 *) ac_try_echo=$ac_try;;
2682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2683 (eval "$ac_link_default") 2>&5
2685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2686 (exit $ac_status); }; then
2687 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2688 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2689 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2690 # so that the user can short-circuit this test for compilers unknown to
2692 for ac_file
in $ac_files ''
2694 test -f "$ac_file" ||
continue
2696 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2699 # We found the default executable, but exeext='' is most
2703 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2705 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2707 # We set ac_cv_exeext here because the later test for it is not
2708 # safe: cross compilers may not add the suffix if given an `-o'
2709 # argument, so we may need to know it at that point already.
2710 # Even if this section looks crufty: it has the advantage of
2717 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2723 { echo "$as_me:$LINENO: result: $ac_file" >&5
2724 echo "${ECHO_T}$ac_file" >&6; }
2725 if test -z "$ac_file"; then
2726 echo "$as_me: failed program was:" >&5
2727 sed 's/^/| /' conftest.
$ac_ext >&5
2729 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2730 See \`config.log' for more details." >&5
2731 echo "$as_me: error: C compiler cannot create executables
2732 See \`config.log' for more details." >&2;}
2733 { (exit 77); exit 77; }; }
2736 ac_exeext
=$ac_cv_exeext
2738 # Check that the compiler produces executables we can run. If not, either
2739 # the compiler is broken, or we cross compile.
2740 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2741 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2742 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2743 # If not cross compiling, check that we can run a simple program.
2744 if test "$cross_compiling" != yes; then
2745 if { ac_try
='./$ac_file'
2746 { (case "(($ac_try" in
2747 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2748 *) ac_try_echo=$ac_try;;
2750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2751 (eval "$ac_try") 2>&5
2753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2754 (exit $ac_status); }; }; then
2757 if test "$cross_compiling" = maybe; then
2760 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2761 If you meant to cross compile, use \`--host'.
2762 See \`config.log' for more details.
" >&5
2763 echo "$as_me: error
: cannot run C compiled programs.
2764 If you meant to cross compile
, use \
`--host'.
2765 See \`config.log
' for more details." >&2;}
2766 { (exit 1); exit 1; }; }
2770 { echo "$as_me:$LINENO: result: yes" >&5
2771 echo "${ECHO_T}yes" >&6; }
2773 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2774 ac_clean_files=$ac_clean_files_save
2775 # Check that the compiler produces executables we can run. If not, either
2776 # the compiler is broken, or we cross compile.
2777 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2778 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2779 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2780 echo "${ECHO_T}$cross_compiling" >&6; }
2782 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2783 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2784 if { (ac_try="$ac_link"
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2790 (eval "$ac_link") 2>&5
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }; then
2794 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2795 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2796 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2798 for ac_file
in conftest.exe conftest conftest.
*; do
2799 test -f "$ac_file" ||
continue
2801 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2802 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2808 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2809 See \`config.log' for more details." >&5
2810 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2811 See \`config.log' for more details." >&2;}
2812 { (exit 1); exit 1; }; }
2815 rm -f conftest
$ac_cv_exeext
2816 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2817 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2819 rm -f conftest.
$ac_ext
2820 EXEEXT
=$ac_cv_exeext
2822 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2823 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2824 if test "${ac_cv_objext+set}" = set; then
2825 echo $ECHO_N "(cached) $ECHO_C" >&6
2827 cat >conftest.
$ac_ext <<_ACEOF
2830 cat confdefs.h
>>conftest.
$ac_ext
2831 cat >>conftest.
$ac_ext <<_ACEOF
2832 /* end confdefs.h. */
2842 rm -f conftest.o conftest.obj
2843 if { (ac_try
="$ac_compile"
2845 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2846 *) ac_try_echo=$ac_try;;
2848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2849 (eval "$ac_compile") 2>&5
2851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2852 (exit $ac_status); }; then
2853 for ac_file in conftest.o conftest.obj conftest.*; do
2854 test -f "$ac_file" || continue;
2856 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2857 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2862 echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.$ac_ext >&5
2865 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2866 See \`config.log
' for more details." >&5
2867 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2868 See \`config.log' for more details.
" >&2;}
2869 { (exit 1); exit 1; }; }
2872 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2874 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2875 echo "${ECHO_T}$ac_cv_objext" >&6; }
2876 OBJEXT=$ac_cv_objext
2878 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2879 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2880 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2881 echo $ECHO_N "(cached
) $ECHO_C" >&6
2883 cat >conftest.$ac_ext <<_ACEOF
2886 cat confdefs.h >>conftest.$ac_ext
2887 cat >>conftest.$ac_ext <<_ACEOF
2888 /* end confdefs.h. */
2901 rm -f conftest.$ac_objext
2902 if { (ac_try="$ac_compile"
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2907 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2908 (eval "$ac_compile") 2>conftest.er1
2910 grep -v '^ *+' conftest.er1 >conftest.err
2912 cat conftest.err >&5
2913 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2914 (exit $ac_status); } && {
2915 test -z "$ac_c_werror_flag" ||
2916 test ! -s conftest.err
2917 } && test -s conftest.$ac_objext; then
2920 echo "$as_me: failed program was
:" >&5
2921 sed 's/^/| /' conftest.$ac_ext >&5
2926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2927 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2930 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2931 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2932 GCC=`test $ac_compiler_gnu = yes && echo yes`
2933 ac_test_CFLAGS=${CFLAGS+set}
2934 ac_save_CFLAGS=$CFLAGS
2935 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2936 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2937 if test "${ac_cv_prog_cc_g+set}" = set; then
2938 echo $ECHO_N "(cached
) $ECHO_C" >&6
2940 ac_save_c_werror_flag=$ac_c_werror_flag
2941 ac_c_werror_flag=yes
2944 cat >conftest.$ac_ext <<_ACEOF
2947 cat confdefs.h >>conftest.$ac_ext
2948 cat >>conftest.$ac_ext <<_ACEOF
2949 /* end confdefs.h. */
2959 rm -f conftest.$ac_objext
2960 if { (ac_try="$ac_compile"
2962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2963 *) ac_try_echo=$ac_try;;
2965 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2966 (eval "$ac_compile") 2>conftest.er1
2968 grep -v '^ *+' conftest.er1 >conftest.err
2970 cat conftest.err >&5
2971 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2972 (exit $ac_status); } && {
2973 test -z "$ac_c_werror_flag" ||
2974 test ! -s conftest.err
2975 } && test -s conftest.$ac_objext; then
2978 echo "$as_me: failed program was
:" >&5
2979 sed 's/^/| /' conftest.$ac_ext >&5
2982 cat >conftest.$ac_ext <<_ACEOF
2985 cat confdefs.h >>conftest.$ac_ext
2986 cat >>conftest.$ac_ext <<_ACEOF
2987 /* end confdefs.h. */
2997 rm -f conftest.$ac_objext
2998 if { (ac_try="$ac_compile"
3000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3001 *) ac_try_echo=$ac_try;;
3003 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3004 (eval "$ac_compile") 2>conftest.er1
3006 grep -v '^ *+' conftest.er1 >conftest.err
3008 cat conftest.err >&5
3009 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3010 (exit $ac_status); } && {
3011 test -z "$ac_c_werror_flag" ||
3012 test ! -s conftest.err
3013 } && test -s conftest.$ac_objext; then
3016 echo "$as_me: failed program was
:" >&5
3017 sed 's/^/| /' conftest.$ac_ext >&5
3019 ac_c_werror_flag=$ac_save_c_werror_flag
3021 cat >conftest.$ac_ext <<_ACEOF
3024 cat confdefs.h >>conftest.$ac_ext
3025 cat >>conftest.$ac_ext <<_ACEOF
3026 /* end confdefs.h. */
3036 rm -f conftest.$ac_objext
3037 if { (ac_try="$ac_compile"
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3042 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3043 (eval "$ac_compile") 2>conftest.er1
3045 grep -v '^ *+' conftest.er1 >conftest.err
3047 cat conftest.err >&5
3048 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3049 (exit $ac_status); } && {
3050 test -z "$ac_c_werror_flag" ||
3051 test ! -s conftest.err
3052 } && test -s conftest.$ac_objext; then
3055 echo "$as_me: failed program was
:" >&5
3056 sed 's/^/| /' conftest.$ac_ext >&5
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 ac_c_werror_flag=$ac_save_c_werror_flag
3070 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3071 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3072 if test "$ac_test_CFLAGS" = set; then
3073 CFLAGS=$ac_save_CFLAGS
3074 elif test $ac_cv_prog_cc_g = yes; then
3075 if test "$GCC" = yes; then
3081 if test "$GCC" = yes; then
3087 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3088 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3089 if test "${ac_cv_prog_cc_c89+set}" = set; then
3090 echo $ECHO_N "(cached
) $ECHO_C" >&6
3092 ac_cv_prog_cc_c89=no
3094 cat >conftest.$ac_ext <<_ACEOF
3097 cat confdefs.h >>conftest.$ac_ext
3098 cat >>conftest.$ac_ext <<_ACEOF
3099 /* end confdefs.h. */
3102 #include <sys/types.h>
3103 #include <sys/stat.h>
3104 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3105 struct buf { int x; };
3106 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3107 static char *e (p, i)
3113 static char *f (char * (*g) (char **, int), char **p, ...)
3118 s = g (p, va_arg (v,int));
3123 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3124 function prototypes and stuff, but not '\xHH' hex character constants.
3125 These don't provoke an error unfortunately, instead are silently treated
3126 as 'x'. The following induces an error, until -std is added to get
3127 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3128 array size at least. It's necessary to write '\x00'==0 to get something
3129 that's true only with -std. */
3130 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3132 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3133 inside strings and character constants. */
3135 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3137 int test (int i, double x);
3138 struct s1 {int (*f) (int a);};
3139 struct s2 {int (*f) (double a);};
3140 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3146 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3151 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3152 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3154 CC="$ac_save_CC $ac_arg"
3155 rm -f conftest.$ac_objext
3156 if { (ac_try="$ac_compile"
3158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3159 *) ac_try_echo=$ac_try;;
3161 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3162 (eval "$ac_compile") 2>conftest.er1
3164 grep -v '^ *+' conftest.er1 >conftest.err
3166 cat conftest.err >&5
3167 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3168 (exit $ac_status); } && {
3169 test -z "$ac_c_werror_flag" ||
3170 test ! -s conftest.err
3171 } && test -s conftest.$ac_objext; then
3172 ac_cv_prog_cc_c89=$ac_arg
3174 echo "$as_me: failed program was
:" >&5
3175 sed 's/^/| /' conftest.$ac_ext >&5
3180 rm -f core conftest.err conftest.$ac_objext
3181 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3183 rm -f conftest.$ac_ext
3188 case "x
$ac_cv_prog_cc_c89" in
3190 { echo "$as_me:$LINENO: result
: none needed
" >&5
3191 echo "${ECHO_T}none needed
" >&6; } ;;
3193 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3194 echo "${ECHO_T}unsupported
" >&6; } ;;
3196 CC="$CC $ac_cv_prog_cc_c89"
3197 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3198 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3203 ac_cpp='$CPP $CPPFLAGS'
3204 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209 ac_cpp='$CXXCPP $CPPFLAGS'
3210 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3211 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3212 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3213 if test -z "$CXX"; then
3214 if test -n "$CCC"; then
3217 if test -n "$ac_tool_prefix"; then
3218 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3221 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3222 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3223 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3224 if test "${ac_cv_prog_CXX+set}" = set; then
3225 echo $ECHO_N "(cached
) $ECHO_C" >&6
3227 if test -n "$CXX"; then
3228 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3234 test -z "$as_dir" && as_dir=.
3235 for ac_exec_ext in '' $ac_executable_extensions; do
3236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3237 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3238 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3248 if test -n "$CXX"; then
3249 { echo "$as_me:$LINENO: result
: $CXX" >&5
3250 echo "${ECHO_T}$CXX" >&6; }
3252 { echo "$as_me:$LINENO: result
: no
" >&5
3253 echo "${ECHO_T}no
" >&6; }
3257 test -n "$CXX" && break
3260 if test -z "$CXX"; then
3262 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3264 # Extract the first word of "$ac_prog", so it can be a program name with args.
3265 set dummy $ac_prog; ac_word=$2
3266 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3267 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3268 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3269 echo $ECHO_N "(cached
) $ECHO_C" >&6
3271 if test -n "$ac_ct_CXX"; then
3272 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3278 test -z "$as_dir" && as_dir=.
3279 for ac_exec_ext in '' $ac_executable_extensions; do
3280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3281 ac_cv_prog_ac_ct_CXX="$ac_prog"
3282 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3291 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3292 if test -n "$ac_ct_CXX"; then
3293 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3294 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3296 { echo "$as_me:$LINENO: result
: no
" >&5
3297 echo "${ECHO_T}no
" >&6; }
3301 test -n "$ac_ct_CXX" && break
3304 if test "x
$ac_ct_CXX" = x; then
3307 case $cross_compiling:$ac_tool_warned in
3309 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3310 whose name does not start with the
host triplet. If you think this
3311 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3312 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3313 whose name does not start with the
host triplet. If you think this
3314 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3315 ac_tool_warned=yes ;;
3323 # Provide some information about the compiler.
3324 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3325 ac_compiler=`set X $ac_compile; echo $2`
3326 { (ac_try="$ac_compiler --version >&5"
3328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3329 *) ac_try_echo=$ac_try;;
3331 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3332 (eval "$ac_compiler --version >&5") 2>&5
3334 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3335 (exit $ac_status); }
3336 { (ac_try="$ac_compiler -v >&5"
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3341 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_compiler -v >&5") 2>&5
3344 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3345 (exit $ac_status); }
3346 { (ac_try="$ac_compiler -V >&5"
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3351 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3352 (eval "$ac_compiler -V >&5") 2>&5
3354 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3355 (exit $ac_status); }
3357 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3358 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3359 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3360 echo $ECHO_N "(cached
) $ECHO_C" >&6
3362 cat >conftest.$ac_ext <<_ACEOF
3365 cat confdefs.h >>conftest.$ac_ext
3366 cat >>conftest.$ac_ext <<_ACEOF
3367 /* end confdefs.h. */
3380 rm -f conftest.$ac_objext
3381 if { (ac_try="$ac_compile"
3383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3384 *) ac_try_echo=$ac_try;;
3386 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3387 (eval "$ac_compile") 2>conftest.er1
3389 grep -v '^ *+' conftest.er1 >conftest.err
3391 cat conftest.err >&5
3392 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3393 (exit $ac_status); } && {
3394 test -z "$ac_cxx_werror_flag" ||
3395 test ! -s conftest.err
3396 } && test -s conftest.$ac_objext; then
3399 echo "$as_me: failed program was
:" >&5
3400 sed 's/^/| /' conftest.$ac_ext >&5
3405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3406 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3409 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3410 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3411 GXX=`test $ac_compiler_gnu = yes && echo yes`
3412 ac_test_CXXFLAGS=${CXXFLAGS+set}
3413 ac_save_CXXFLAGS=$CXXFLAGS
3414 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3415 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3416 if test "${ac_cv_prog_cxx_g+set}" = set; then
3417 echo $ECHO_N "(cached
) $ECHO_C" >&6
3419 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3420 ac_cxx_werror_flag=yes
3423 cat >conftest.$ac_ext <<_ACEOF
3426 cat confdefs.h >>conftest.$ac_ext
3427 cat >>conftest.$ac_ext <<_ACEOF
3428 /* end confdefs.h. */
3438 rm -f conftest.$ac_objext
3439 if { (ac_try="$ac_compile"
3441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3442 *) ac_try_echo=$ac_try;;
3444 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3445 (eval "$ac_compile") 2>conftest.er1
3447 grep -v '^ *+' conftest.er1 >conftest.err
3449 cat conftest.err >&5
3450 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3451 (exit $ac_status); } && {
3452 test -z "$ac_cxx_werror_flag" ||
3453 test ! -s conftest.err
3454 } && test -s conftest.$ac_objext; then
3455 ac_cv_prog_cxx_g=yes
3457 echo "$as_me: failed program was
:" >&5
3458 sed 's/^/| /' conftest.$ac_ext >&5
3461 cat >conftest.$ac_ext <<_ACEOF
3464 cat confdefs.h >>conftest.$ac_ext
3465 cat >>conftest.$ac_ext <<_ACEOF
3466 /* end confdefs.h. */
3476 rm -f conftest.$ac_objext
3477 if { (ac_try="$ac_compile"
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3482 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3483 (eval "$ac_compile") 2>conftest.er1
3485 grep -v '^ *+' conftest.er1 >conftest.err
3487 cat conftest.err >&5
3488 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3489 (exit $ac_status); } && {
3490 test -z "$ac_cxx_werror_flag" ||
3491 test ! -s conftest.err
3492 } && test -s conftest.$ac_objext; then
3495 echo "$as_me: failed program was
:" >&5
3496 sed 's/^/| /' conftest.$ac_ext >&5
3498 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3500 cat >conftest.$ac_ext <<_ACEOF
3503 cat confdefs.h >>conftest.$ac_ext
3504 cat >>conftest.$ac_ext <<_ACEOF
3505 /* end confdefs.h. */
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3521 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3522 (eval "$ac_compile") 2>conftest.er1
3524 grep -v '^ *+' conftest.er1 >conftest.err
3526 cat conftest.err >&5
3527 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3528 (exit $ac_status); } && {
3529 test -z "$ac_cxx_werror_flag" ||
3530 test ! -s conftest.err
3531 } && test -s conftest.$ac_objext; then
3532 ac_cv_prog_cxx_g=yes
3534 echo "$as_me: failed program was
:" >&5
3535 sed 's/^/| /' conftest.$ac_ext >&5
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3549 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3550 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3551 if test "$ac_test_CXXFLAGS" = set; then
3552 CXXFLAGS=$ac_save_CXXFLAGS
3553 elif test $ac_cv_prog_cxx_g = yes; then
3554 if test "$GXX" = yes; then
3560 if test "$GXX" = yes; then
3567 ac_cpp='$CPP $CPPFLAGS'
3568 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3569 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3570 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3572 if test -n "$ac_tool_prefix"; then
3573 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3574 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3575 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3576 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3577 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3578 echo $ECHO_N "(cached
) $ECHO_C" >&6
3580 if test -n "$CPPBIN"; then
3581 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3587 test -z "$as_dir" && as_dir=.
3588 for ac_exec_ext in '' $ac_executable_extensions; do
3589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3590 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3591 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3600 CPPBIN=$ac_cv_prog_CPPBIN
3601 if test -n "$CPPBIN"; then
3602 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3603 echo "${ECHO_T}$CPPBIN" >&6; }
3605 { echo "$as_me:$LINENO: result
: no
" >&5
3606 echo "${ECHO_T}no
" >&6; }
3611 if test -z "$ac_cv_prog_CPPBIN"; then
3612 ac_ct_CPPBIN=$CPPBIN
3613 # Extract the first word of "cpp
", so it can be a program name with args.
3614 set dummy cpp; ac_word=$2
3615 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3616 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3617 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3618 echo $ECHO_N "(cached
) $ECHO_C" >&6
3620 if test -n "$ac_ct_CPPBIN"; then
3621 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3623 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3627 test -z "$as_dir" && as_dir=.
3628 for ac_exec_ext in '' $ac_executable_extensions; do
3629 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3630 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3631 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3640 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3641 if test -n "$ac_ct_CPPBIN"; then
3642 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3643 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3645 { echo "$as_me:$LINENO: result
: no
" >&5
3646 echo "${ECHO_T}no
" >&6; }
3649 if test "x
$ac_ct_CPPBIN" = x; then
3652 case $cross_compiling:$ac_tool_warned in
3654 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3655 whose name does not start with the
host triplet. If you think this
3656 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3657 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3658 whose name does not start with the
host triplet. If you think this
3659 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3660 ac_tool_warned=yes ;;
3662 CPPBIN=$ac_ct_CPPBIN
3665 CPPBIN="$ac_cv_prog_CPPBIN"
3669 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3670 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3671 if test "${wine_cv_toolsdir+set}" = set; then
3672 echo $ECHO_N "(cached
) $ECHO_C" >&6
3674 if test -z "$with_wine_tools"; then
3675 if test "$cross_compiling" = "yes"; then
3676 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3677 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3678 { (exit 1); exit 1; }; }
3680 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3682 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3683 case $with_wine_tools in
3684 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3685 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3688 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3689 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3690 { (exit 1); exit 1; }; }
3693 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3694 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3695 TOOLSDIR=$wine_cv_toolsdir
3700 ac_cpp='$CPP $CPPFLAGS'
3701 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3702 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3703 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3704 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3705 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3706 # On Suns, sometimes $CPP names a directory.
3707 if test -n "$CPP" && test -d "$CPP"; then
3710 if test -z "$CPP"; then
3711 if test "${ac_cv_prog_CPP+set}" = set; then
3712 echo $ECHO_N "(cached
) $ECHO_C" >&6
3714 # Double quotes because CPP needs to be expanded
3715 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3718 for ac_c_preproc_warn_flag in '' yes
3720 # Use a header file that comes with gcc, so configuring glibc
3721 # with a fresh cross-compiler works.
3722 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3723 # <limits.h> exists even on freestanding compilers.
3724 # On the NeXT, cc -E runs the code through the compiler's parser,
3725 # not just through cpp. "Syntax error
" is here to catch this case.
3726 cat >conftest.$ac_ext <<_ACEOF
3729 cat confdefs.h >>conftest.$ac_ext
3730 cat >>conftest.$ac_ext <<_ACEOF
3731 /* end confdefs.h. */
3733 # include <limits.h>
3735 # include <assert.h>
3739 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3742 *) ac_try_echo=$ac_try;;
3744 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3745 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3747 grep -v '^ *+' conftest.er1 >conftest.err
3749 cat conftest.err >&5
3750 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3751 (exit $ac_status); } >/dev/null && {
3752 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3753 test ! -s conftest.err
3757 echo "$as_me: failed program was
:" >&5
3758 sed 's/^/| /' conftest.$ac_ext >&5
3760 # Broken: fails on valid input.
3764 rm -f conftest.err conftest.$ac_ext
3766 # OK, works on sane cases. Now check whether nonexistent headers
3767 # can be detected and how.
3768 cat >conftest.$ac_ext <<_ACEOF
3771 cat confdefs.h >>conftest.$ac_ext
3772 cat >>conftest.$ac_ext <<_ACEOF
3773 /* end confdefs.h. */
3774 #include <ac_nonexistent.h>
3776 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3779 *) ac_try_echo=$ac_try;;
3781 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3782 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3784 grep -v '^ *+' conftest.er1 >conftest.err
3786 cat conftest.err >&5
3787 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3788 (exit $ac_status); } >/dev/null && {
3789 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3790 test ! -s conftest.err
3792 # Broken: success on invalid input.
3795 echo "$as_me: failed program was
:" >&5
3796 sed 's/^/| /' conftest.$ac_ext >&5
3798 # Passes both tests.
3803 rm -f conftest.err conftest.$ac_ext
3806 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3807 rm -f conftest.err conftest.$ac_ext
3808 if $ac_preproc_ok; then
3820 { echo "$as_me:$LINENO: result
: $CPP" >&5
3821 echo "${ECHO_T}$CPP" >&6; }
3823 for ac_c_preproc_warn_flag in '' yes
3825 # Use a header file that comes with gcc, so configuring glibc
3826 # with a fresh cross-compiler works.
3827 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3828 # <limits.h> exists even on freestanding compilers.
3829 # On the NeXT, cc -E runs the code through the compiler's parser,
3830 # not just through cpp. "Syntax error
" is here to catch this case.
3831 cat >conftest.$ac_ext <<_ACEOF
3834 cat confdefs.h >>conftest.$ac_ext
3835 cat >>conftest.$ac_ext <<_ACEOF
3836 /* end confdefs.h. */
3838 # include <limits.h>
3840 # include <assert.h>
3844 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3847 *) ac_try_echo=$ac_try;;
3849 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3850 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3852 grep -v '^ *+' conftest.er1 >conftest.err
3854 cat conftest.err >&5
3855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3856 (exit $ac_status); } >/dev/null && {
3857 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3858 test ! -s conftest.err
3862 echo "$as_me: failed program was
:" >&5
3863 sed 's/^/| /' conftest.$ac_ext >&5
3865 # Broken: fails on valid input.
3869 rm -f conftest.err conftest.$ac_ext
3871 # OK, works on sane cases. Now check whether nonexistent headers
3872 # can be detected and how.
3873 cat >conftest.$ac_ext <<_ACEOF
3876 cat confdefs.h >>conftest.$ac_ext
3877 cat >>conftest.$ac_ext <<_ACEOF
3878 /* end confdefs.h. */
3879 #include <ac_nonexistent.h>
3881 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3884 *) ac_try_echo=$ac_try;;
3886 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3887 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3889 grep -v '^ *+' conftest.er1 >conftest.err
3891 cat conftest.err >&5
3892 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3893 (exit $ac_status); } >/dev/null && {
3894 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3895 test ! -s conftest.err
3897 # Broken: success on invalid input.
3900 echo "$as_me: failed program was
:" >&5
3901 sed 's/^/| /' conftest.$ac_ext >&5
3903 # Passes both tests.
3908 rm -f conftest.err conftest.$ac_ext
3911 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3912 rm -f conftest.err conftest.$ac_ext
3913 if $ac_preproc_ok; then
3916 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3917 See \
`config.log' for more details." >&5
3918 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3919 See \`config.log
' for more details." >&2;}
3920 { (exit 1); exit 1; }; }
3924 ac_cpp='$CPP $CPPFLAGS'
3925 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3926 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3927 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3930 { echo "$as_me:$LINENO: checking for X" >&5
3931 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3934 # Check whether --with-x was given.
3935 if test "${with_x+set}" = set; then
3939 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3940 if test "x$with_x" = xno; then
3941 # The user explicitly disabled X.
3944 case $x_includes,$x_libraries in #(
3945 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3946 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3947 { (exit 1); exit 1; }; };; #(
3948 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3949 echo $ECHO_N "(cached) $ECHO_C" >&6
3951 # One or both of the vars are not set, and there is no cached value.
3952 ac_x_includes=no ac_x_libraries=no
3953 rm -f -r conftest.dir
3954 if mkdir conftest.dir; then
3956 cat >Imakefile <<'_ACEOF'
3958 @echo incroot='${INCROOT}'
3960 @echo usrlibdir='${USRLIBDIR}'
3962 @echo libdir='${LIBDIR}'
3964 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3965 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3966 for ac_var in incroot usrlibdir libdir; do
3967 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3969 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3970 for ac_extension in a so sl; do
3971 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3972 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3973 ac_im_usrlibdir=$ac_im_libdir; break
3976 # Screen out bogus values from the imake configuration. They are
3977 # bogus both because they are the default anyway, and because
3978 # using them would break gcc on systems where it needs fixed includes.
3979 case $ac_im_incroot in
3980 /usr/include) ac_x_includes= ;;
3981 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3983 case $ac_im_usrlibdir in
3985 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3989 rm -f -r conftest.dir
3992 # Standard set of common directories for X headers.
3993 # Check X11 before X11Rn because it is often a symlink to the current release.
4005 /usr
/local
/X11
/include
4006 /usr
/local
/X11R
6/include
4007 /usr
/local
/X11R
5/include
4008 /usr
/local
/X11R
4/include
4010 /usr
/local
/include
/X11
4011 /usr
/local
/include
/X11R6
4012 /usr
/local
/include
/X11R5
4013 /usr
/local
/include
/X11R4
4017 /usr
/XFree86
/include
/X11
4021 /usr
/unsupported
/include
4023 /usr
/local
/x11r
5/include
4024 /usr
/lpp
/Xamples
/include
4026 /usr
/openwin
/include
4027 /usr
/openwin
/share
/include
'
4029 if test "$ac_x_includes" = no; then
4030 # Guess where to find include files, by looking for Xlib.h.
4031 # First, try using that file with no special directory specified.
4032 cat >conftest.$ac_ext <<_ACEOF
4035 cat confdefs.h >>conftest.$ac_ext
4036 cat >>conftest.$ac_ext <<_ACEOF
4037 /* end confdefs.h. */
4038 #include <X11/Xlib.h>
4040 if { (ac_try="$ac_cpp conftest.$ac_ext"
4042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4043 *) ac_try_echo=$ac_try;;
4045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4046 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4048 grep -v '^
*+' conftest.er1 >conftest.err
4050 cat conftest.err >&5
4051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4052 (exit $ac_status); } >/dev/null && {
4053 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4054 test ! -s conftest.err
4056 # We can compile using X headers with no special include directory.
4059 echo "$as_me: failed program was:" >&5
4060 sed 's
/^
/|
/' conftest.$ac_ext >&5
4062 for ac_dir in $ac_x_header_dirs; do
4063 if test -r "$ac_dir/X11/Xlib.h"; then
4064 ac_x_includes=$ac_dir
4070 rm -f conftest.err conftest.$ac_ext
4071 fi # $ac_x_includes = no
4073 if test "$ac_x_libraries" = no; then
4074 # Check for the libraries.
4075 # See if we find them without any special options.
4076 # Don't add to
$LIBS permanently.
4079 cat >conftest.
$ac_ext <<_ACEOF
4082 cat confdefs.h
>>conftest.
$ac_ext
4083 cat >>conftest.
$ac_ext <<_ACEOF
4084 /* end confdefs.h. */
4085 #include <X11/Xlib.h>
4094 rm -f conftest.
$ac_objext conftest
$ac_exeext
4095 if { (ac_try
="$ac_link"
4097 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4098 *) ac_try_echo=$ac_try;;
4100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4101 (eval "$ac_link") 2>conftest.er1
4103 grep -v '^ *+' conftest.er1 >conftest.err
4105 cat conftest.err >&5
4106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4107 (exit $ac_status); } && {
4108 test -z "$ac_c_werror_flag" ||
4109 test ! -s conftest.err
4110 } && test -s conftest$ac_exeext &&
4111 $as_test_x conftest$ac_exeext; then
4113 # We can link X programs with no special library path.
4116 echo "$as_me: failed program was:" >&5
4117 sed 's/^/| /' conftest.$ac_ext >&5
4120 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4122 # Don't even attempt the hair of trying to link an X program!
4123 for ac_extension in a so sl; do
4124 if test -r "$ac_dir/libX11.$ac_extension"; then
4125 ac_x_libraries=$ac_dir
4132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4133 conftest$ac_exeext conftest.$ac_ext
4134 fi # $ac_x_libraries = no
4136 case $ac_x_includes,$ac_x_libraries in #(
4138 # Didn't find X, or a directory has "'" in its name.
4139 ac_cv_have_x="have_x=no";; #(
4141 # Record where we found X for the cache.
4142 ac_cv_have_x="have_x=yes\
4143 ac_x_includes='$ac_x_includes'\
4144 ac_x_libraries='$ac_x_libraries'"
4150 eval "$ac_cv_have_x"
4153 if test "$have_x" != yes; then
4154 { echo "$as_me:$LINENO: result: $have_x" >&5
4155 echo "${ECHO_T}$have_x" >&6; }
4158 # If each of the values was on the command line, it overrides each guess.
4159 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4160 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4161 # Update the cache value to reflect the command line values.
4162 ac_cv_have_x="have_x=yes\
4163 ac_x_includes='$x_includes'\
4164 ac_x_libraries='$x_libraries'"
4165 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4166 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4169 if test "$no_x" = yes; then
4170 # Not all programs may use this symbol, but it does not hurt to define it.
4172 cat >>confdefs.h <<\_ACEOF
4173 #define X_DISPLAY_MISSING 1
4176 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4178 if test -n "$x_includes"; then
4179 X_CFLAGS="$X_CFLAGS -I$x_includes"
4182 # It would also be nice to do this for all -L options, not just this one.
4183 if test -n "$x_libraries"; then
4184 X_LIBS="$X_LIBS -L$x_libraries"
4185 # For Solaris; some versions of Sun CC require a space after -R and
4186 # others require no space. Words are not sufficient . . . .
4187 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4188 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4189 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4190 ac_xsave_c_werror_flag=$ac_c_werror_flag
4191 ac_c_werror_flag=yes
4192 cat >conftest.$ac_ext <<_ACEOF
4195 cat confdefs.h >>conftest.$ac_ext
4196 cat >>conftest.$ac_ext <<_ACEOF
4197 /* end confdefs.h. */
4207 rm -f conftest.$ac_objext conftest$ac_exeext
4208 if { (ac_try="$ac_link"
4210 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4211 *) ac_try_echo
=$ac_try;;
4213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4214 (eval "$ac_link") 2>conftest.er1
4216 grep -v '^ *+' conftest.er1
>conftest.err
4218 cat conftest.err
>&5
4219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4220 (exit $ac_status); } && {
4221 test -z "$ac_c_werror_flag" ||
4222 test ! -s conftest.err
4223 } && test -s conftest
$ac_exeext &&
4224 $as_test_x conftest
$ac_exeext; then
4225 { echo "$as_me:$LINENO: result: no" >&5
4226 echo "${ECHO_T}no" >&6; }
4227 X_LIBS
="$X_LIBS -R$x_libraries"
4229 echo "$as_me: failed program was:" >&5
4230 sed 's/^/| /' conftest.
$ac_ext >&5
4232 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4233 cat >conftest.
$ac_ext <<_ACEOF
4236 cat confdefs.h
>>conftest.
$ac_ext
4237 cat >>conftest.
$ac_ext <<_ACEOF
4238 /* end confdefs.h. */
4248 rm -f conftest.
$ac_objext conftest
$ac_exeext
4249 if { (ac_try
="$ac_link"
4251 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4252 *) ac_try_echo=$ac_try;;
4254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4255 (eval "$ac_link") 2>conftest.er1
4257 grep -v '^ *+' conftest.er1 >conftest.err
4259 cat conftest.err >&5
4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4261 (exit $ac_status); } && {
4262 test -z "$ac_c_werror_flag" ||
4263 test ! -s conftest.err
4264 } && test -s conftest$ac_exeext &&
4265 $as_test_x conftest$ac_exeext; then
4266 { echo "$as_me:$LINENO: result: yes" >&5
4267 echo "${ECHO_T}yes" >&6; }
4268 X_LIBS="$X_LIBS -R $x_libraries"
4270 echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4273 { echo "$as_me:$LINENO: result: neither works" >&5
4274 echo "${ECHO_T}neither works" >&6; }
4277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4278 conftest$ac_exeext conftest.$ac_ext
4281 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4282 conftest$ac_exeext conftest.$ac_ext
4283 ac_c_werror_flag=$ac_xsave_c_werror_flag
4287 # Check for system-dependent libraries X programs must link with.
4288 # Do this before checking for the system-independent R6 libraries
4289 # (-lICE), since we may need -lsocket or whatever for X linking.
4291 if test "$ISC" = yes; then
4292 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4294 # Martyn Johnson says this is needed for Ultrix, if the X
4295 # libraries were built with DECnet support. And Karl Berry says
4296 # the Alpha needs dnet_stub (dnet does not exist).
4297 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4298 cat >conftest.$ac_ext <<_ACEOF
4301 cat confdefs.h >>conftest.$ac_ext
4302 cat >>conftest.$ac_ext <<_ACEOF
4303 /* end confdefs.h. */
4305 /* Override any GCC internal prototype to avoid an error.
4306 Use char because int might match the return type of a GCC
4307 builtin and then its argument prototype would still apply. */
4311 char XOpenDisplay ();
4315 return XOpenDisplay ();
4320 rm -f conftest.$ac_objext conftest$ac_exeext
4321 if { (ac_try="$ac_link"
4323 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4324 *) ac_try_echo
=$ac_try;;
4326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4327 (eval "$ac_link") 2>conftest.er1
4329 grep -v '^ *+' conftest.er1
>conftest.err
4331 cat conftest.err
>&5
4332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4333 (exit $ac_status); } && {
4334 test -z "$ac_c_werror_flag" ||
4335 test ! -s conftest.err
4336 } && test -s conftest
$ac_exeext &&
4337 $as_test_x conftest
$ac_exeext; then
4340 echo "$as_me: failed program was:" >&5
4341 sed 's/^/| /' conftest.
$ac_ext >&5
4343 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4344 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4345 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4346 echo $ECHO_N "(cached) $ECHO_C" >&6
4348 ac_check_lib_save_LIBS
=$LIBS
4350 cat >conftest.
$ac_ext <<_ACEOF
4353 cat confdefs.h
>>conftest.
$ac_ext
4354 cat >>conftest.
$ac_ext <<_ACEOF
4355 /* end confdefs.h. */
4357 /* Override any GCC internal prototype to avoid an error.
4358 Use char because int might match the return type of a GCC
4359 builtin and then its argument prototype would still apply. */
4367 return dnet_ntoa ();
4372 rm -f conftest.
$ac_objext conftest
$ac_exeext
4373 if { (ac_try
="$ac_link"
4375 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4376 *) ac_try_echo=$ac_try;;
4378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4379 (eval "$ac_link") 2>conftest.er1
4381 grep -v '^ *+' conftest.er1 >conftest.err
4383 cat conftest.err >&5
4384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4385 (exit $ac_status); } && {
4386 test -z "$ac_c_werror_flag" ||
4387 test ! -s conftest.err
4388 } && test -s conftest$ac_exeext &&
4389 $as_test_x conftest$ac_exeext; then
4390 ac_cv_lib_dnet_dnet_ntoa=yes
4392 echo "$as_me: failed program was:" >&5
4393 sed 's/^/| /' conftest.$ac_ext >&5
4395 ac_cv_lib_dnet_dnet_ntoa=no
4398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4399 conftest$ac_exeext conftest.$ac_ext
4400 LIBS=$ac_check_lib_save_LIBS
4402 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4403 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4404 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4405 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4408 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4409 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4410 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4411 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4412 echo $ECHO_N "(cached) $ECHO_C" >&6
4414 ac_check_lib_save_LIBS=$LIBS
4415 LIBS="-ldnet_stub $LIBS"
4416 cat >conftest.$ac_ext <<_ACEOF
4419 cat confdefs.h >>conftest.$ac_ext
4420 cat >>conftest.$ac_ext <<_ACEOF
4421 /* end confdefs.h. */
4423 /* Override any GCC internal prototype to avoid an error.
4424 Use char because int might match the return type of a GCC
4425 builtin and then its argument prototype would still apply. */
4433 return dnet_ntoa ();
4438 rm -f conftest.$ac_objext conftest$ac_exeext
4439 if { (ac_try="$ac_link"
4441 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4442 *) ac_try_echo
=$ac_try;;
4444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4445 (eval "$ac_link") 2>conftest.er1
4447 grep -v '^ *+' conftest.er1
>conftest.err
4449 cat conftest.err
>&5
4450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4451 (exit $ac_status); } && {
4452 test -z "$ac_c_werror_flag" ||
4453 test ! -s conftest.err
4454 } && test -s conftest
$ac_exeext &&
4455 $as_test_x conftest
$ac_exeext; then
4456 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4458 echo "$as_me: failed program was:" >&5
4459 sed 's/^/| /' conftest.
$ac_ext >&5
4461 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4464 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4465 conftest
$ac_exeext conftest.
$ac_ext
4466 LIBS
=$ac_check_lib_save_LIBS
4468 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4469 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4470 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4471 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4477 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4478 conftest
$ac_exeext conftest.
$ac_ext
4479 LIBS
="$ac_xsave_LIBS"
4481 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4482 # to get the SysV transport functions.
4483 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4485 # The nsl library prevents programs from opening the X display
4486 # on Irix 5.2, according to T.E. Dickey.
4487 # The functions gethostbyname, getservbyname, and inet_addr are
4488 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4489 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4490 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4491 if test "${ac_cv_func_gethostbyname+set}" = set; then
4492 echo $ECHO_N "(cached) $ECHO_C" >&6
4494 cat >conftest.
$ac_ext <<_ACEOF
4497 cat confdefs.h
>>conftest.
$ac_ext
4498 cat >>conftest.
$ac_ext <<_ACEOF
4499 /* end confdefs.h. */
4500 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4501 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4502 #define gethostbyname innocuous_gethostbyname
4504 /* System header to define __stub macros and hopefully few prototypes,
4505 which can conflict with char gethostbyname (); below.
4506 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4507 <limits.h> exists even on freestanding compilers. */
4510 # include <limits.h>
4512 # include <assert.h>
4515 #undef gethostbyname
4517 /* Override any GCC internal prototype to avoid an error.
4518 Use char because int might match the return type of a GCC
4519 builtin and then its argument prototype would still apply. */
4523 char gethostbyname ();
4524 /* The GNU C library defines this for functions which it implements
4525 to always fail with ENOSYS. Some functions are actually named
4526 something starting with __ and the normal name is an alias. */
4527 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4534 return gethostbyname ();
4539 rm -f conftest.
$ac_objext conftest
$ac_exeext
4540 if { (ac_try
="$ac_link"
4542 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4543 *) ac_try_echo=$ac_try;;
4545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4546 (eval "$ac_link") 2>conftest.er1
4548 grep -v '^ *+' conftest.er1 >conftest.err
4550 cat conftest.err >&5
4551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4552 (exit $ac_status); } && {
4553 test -z "$ac_c_werror_flag" ||
4554 test ! -s conftest.err
4555 } && test -s conftest$ac_exeext &&
4556 $as_test_x conftest$ac_exeext; then
4557 ac_cv_func_gethostbyname=yes
4559 echo "$as_me: failed program was:" >&5
4560 sed 's/^/| /' conftest.$ac_ext >&5
4562 ac_cv_func_gethostbyname=no
4565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4566 conftest$ac_exeext conftest.$ac_ext
4568 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4569 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4571 if test $ac_cv_func_gethostbyname = no; then
4572 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4573 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4574 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4575 echo $ECHO_N "(cached) $ECHO_C" >&6
4577 ac_check_lib_save_LIBS=$LIBS
4579 cat >conftest.$ac_ext <<_ACEOF
4582 cat confdefs.h >>conftest.$ac_ext
4583 cat >>conftest.$ac_ext <<_ACEOF
4584 /* end confdefs.h. */
4586 /* Override any GCC internal prototype to avoid an error.
4587 Use char because int might match the return type of a GCC
4588 builtin and then its argument prototype would still apply. */
4592 char gethostbyname ();
4596 return gethostbyname ();
4601 rm -f conftest.$ac_objext conftest$ac_exeext
4602 if { (ac_try="$ac_link"
4604 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4605 *) ac_try_echo
=$ac_try;;
4607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4608 (eval "$ac_link") 2>conftest.er1
4610 grep -v '^ *+' conftest.er1
>conftest.err
4612 cat conftest.err
>&5
4613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4614 (exit $ac_status); } && {
4615 test -z "$ac_c_werror_flag" ||
4616 test ! -s conftest.err
4617 } && test -s conftest
$ac_exeext &&
4618 $as_test_x conftest
$ac_exeext; then
4619 ac_cv_lib_nsl_gethostbyname
=yes
4621 echo "$as_me: failed program was:" >&5
4622 sed 's/^/| /' conftest.
$ac_ext >&5
4624 ac_cv_lib_nsl_gethostbyname
=no
4627 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4628 conftest
$ac_exeext conftest.
$ac_ext
4629 LIBS
=$ac_check_lib_save_LIBS
4631 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4632 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4633 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4634 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4637 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4638 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4639 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4640 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4641 echo $ECHO_N "(cached) $ECHO_C" >&6
4643 ac_check_lib_save_LIBS
=$LIBS
4645 cat >conftest.
$ac_ext <<_ACEOF
4648 cat confdefs.h
>>conftest.
$ac_ext
4649 cat >>conftest.
$ac_ext <<_ACEOF
4650 /* end confdefs.h. */
4652 /* Override any GCC internal prototype to avoid an error.
4653 Use char because int might match the return type of a GCC
4654 builtin and then its argument prototype would still apply. */
4658 char gethostbyname ();
4662 return gethostbyname ();
4667 rm -f conftest.
$ac_objext conftest
$ac_exeext
4668 if { (ac_try
="$ac_link"
4670 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4671 *) ac_try_echo=$ac_try;;
4673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4674 (eval "$ac_link") 2>conftest.er1
4676 grep -v '^ *+' conftest.er1 >conftest.err
4678 cat conftest.err >&5
4679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4680 (exit $ac_status); } && {
4681 test -z "$ac_c_werror_flag" ||
4682 test ! -s conftest.err
4683 } && test -s conftest$ac_exeext &&
4684 $as_test_x conftest$ac_exeext; then
4685 ac_cv_lib_bsd_gethostbyname=yes
4687 echo "$as_me: failed program was:" >&5
4688 sed 's/^/| /' conftest.$ac_ext >&5
4690 ac_cv_lib_bsd_gethostbyname=no
4693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4694 conftest$ac_exeext conftest.$ac_ext
4695 LIBS=$ac_check_lib_save_LIBS
4697 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4698 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4699 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4700 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4706 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4707 # socket/setsockopt and other routines are undefined under SCO ODT
4708 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4709 # on later versions), says Simon Leinen: it contains gethostby*
4710 # variants that don't use the name server (or something). -lsocket
4711 # must be given before -lnsl if both are needed. We assume that
4712 # if connect needs -lnsl, so does gethostbyname.
4713 { echo "$as_me:$LINENO: checking for connect" >&5
4714 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4715 if test "${ac_cv_func_connect+set}" = set; then
4716 echo $ECHO_N "(cached) $ECHO_C" >&6
4718 cat >conftest.$ac_ext <<_ACEOF
4721 cat confdefs.h >>conftest.$ac_ext
4722 cat >>conftest.$ac_ext <<_ACEOF
4723 /* end confdefs.h. */
4724 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4725 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4726 #define connect innocuous_connect
4728 /* System header to define __stub macros and hopefully few prototypes,
4729 which can conflict with char connect (); below.
4730 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4731 <limits.h> exists even on freestanding compilers. */
4734 # include <limits.h>
4736 # include <assert.h>
4741 /* Override any GCC internal prototype to avoid an error.
4742 Use char because int might match the return type of a GCC
4743 builtin and then its argument prototype would still apply. */
4748 /* The GNU C library defines this for functions which it implements
4749 to always fail with ENOSYS. Some functions are actually named
4750 something starting with __ and the normal name is an alias. */
4751 #if defined __stub_connect || defined __stub___connect
4763 rm -f conftest.$ac_objext conftest$ac_exeext
4764 if { (ac_try="$ac_link"
4766 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4767 *) ac_try_echo
=$ac_try;;
4769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4770 (eval "$ac_link") 2>conftest.er1
4772 grep -v '^ *+' conftest.er1
>conftest.err
4774 cat conftest.err
>&5
4775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4776 (exit $ac_status); } && {
4777 test -z "$ac_c_werror_flag" ||
4778 test ! -s conftest.err
4779 } && test -s conftest
$ac_exeext &&
4780 $as_test_x conftest
$ac_exeext; then
4781 ac_cv_func_connect
=yes
4783 echo "$as_me: failed program was:" >&5
4784 sed 's/^/| /' conftest.
$ac_ext >&5
4786 ac_cv_func_connect
=no
4789 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4790 conftest
$ac_exeext conftest.
$ac_ext
4792 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4793 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4795 if test $ac_cv_func_connect = no
; then
4796 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4797 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4798 if test "${ac_cv_lib_socket_connect+set}" = set; then
4799 echo $ECHO_N "(cached) $ECHO_C" >&6
4801 ac_check_lib_save_LIBS
=$LIBS
4802 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4803 cat >conftest.
$ac_ext <<_ACEOF
4806 cat confdefs.h
>>conftest.
$ac_ext
4807 cat >>conftest.
$ac_ext <<_ACEOF
4808 /* end confdefs.h. */
4810 /* Override any GCC internal prototype to avoid an error.
4811 Use char because int might match the return type of a GCC
4812 builtin and then its argument prototype would still apply. */
4825 rm -f conftest.
$ac_objext conftest
$ac_exeext
4826 if { (ac_try
="$ac_link"
4828 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4829 *) ac_try_echo=$ac_try;;
4831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4832 (eval "$ac_link") 2>conftest.er1
4834 grep -v '^ *+' conftest.er1 >conftest.err
4836 cat conftest.err >&5
4837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4838 (exit $ac_status); } && {
4839 test -z "$ac_c_werror_flag" ||
4840 test ! -s conftest.err
4841 } && test -s conftest$ac_exeext &&
4842 $as_test_x conftest$ac_exeext; then
4843 ac_cv_lib_socket_connect=yes
4845 echo "$as_me: failed program was:" >&5
4846 sed 's/^/| /' conftest.$ac_ext >&5
4848 ac_cv_lib_socket_connect=no
4851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4852 conftest$ac_exeext conftest.$ac_ext
4853 LIBS=$ac_check_lib_save_LIBS
4855 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4856 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4857 if test $ac_cv_lib_socket_connect = yes; then
4858 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4863 # Guillermo Gomez says -lposix is necessary on A/UX.
4864 { echo "$as_me:$LINENO: checking for remove" >&5
4865 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4866 if test "${ac_cv_func_remove+set}" = set; then
4867 echo $ECHO_N "(cached) $ECHO_C" >&6
4869 cat >conftest.$ac_ext <<_ACEOF
4872 cat confdefs.h >>conftest.$ac_ext
4873 cat >>conftest.$ac_ext <<_ACEOF
4874 /* end confdefs.h. */
4875 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4876 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4877 #define remove innocuous_remove
4879 /* System header to define __stub macros and hopefully few prototypes,
4880 which can conflict with char remove (); below.
4881 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4882 <limits.h> exists even on freestanding compilers. */
4885 # include <limits.h>
4887 # include <assert.h>
4892 /* Override any GCC internal prototype to avoid an error.
4893 Use char because int might match the return type of a GCC
4894 builtin and then its argument prototype would still apply. */
4899 /* The GNU C library defines this for functions which it implements
4900 to always fail with ENOSYS. Some functions are actually named
4901 something starting with __ and the normal name is an alias. */
4902 #if defined __stub_remove || defined __stub___remove
4914 rm -f conftest.$ac_objext conftest$ac_exeext
4915 if { (ac_try="$ac_link"
4917 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4918 *) ac_try_echo
=$ac_try;;
4920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4921 (eval "$ac_link") 2>conftest.er1
4923 grep -v '^ *+' conftest.er1
>conftest.err
4925 cat conftest.err
>&5
4926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4927 (exit $ac_status); } && {
4928 test -z "$ac_c_werror_flag" ||
4929 test ! -s conftest.err
4930 } && test -s conftest
$ac_exeext &&
4931 $as_test_x conftest
$ac_exeext; then
4932 ac_cv_func_remove
=yes
4934 echo "$as_me: failed program was:" >&5
4935 sed 's/^/| /' conftest.
$ac_ext >&5
4937 ac_cv_func_remove
=no
4940 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4941 conftest
$ac_exeext conftest.
$ac_ext
4943 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4944 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4946 if test $ac_cv_func_remove = no
; then
4947 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4948 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4949 if test "${ac_cv_lib_posix_remove+set}" = set; then
4950 echo $ECHO_N "(cached) $ECHO_C" >&6
4952 ac_check_lib_save_LIBS
=$LIBS
4953 LIBS
="-lposix $LIBS"
4954 cat >conftest.
$ac_ext <<_ACEOF
4957 cat confdefs.h
>>conftest.
$ac_ext
4958 cat >>conftest.
$ac_ext <<_ACEOF
4959 /* end confdefs.h. */
4961 /* Override any GCC internal prototype to avoid an error.
4962 Use char because int might match the return type of a GCC
4963 builtin and then its argument prototype would still apply. */
4976 rm -f conftest.
$ac_objext conftest
$ac_exeext
4977 if { (ac_try
="$ac_link"
4979 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4980 *) ac_try_echo=$ac_try;;
4982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4983 (eval "$ac_link") 2>conftest.er1
4985 grep -v '^ *+' conftest.er1 >conftest.err
4987 cat conftest.err >&5
4988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4989 (exit $ac_status); } && {
4990 test -z "$ac_c_werror_flag" ||
4991 test ! -s conftest.err
4992 } && test -s conftest$ac_exeext &&
4993 $as_test_x conftest$ac_exeext; then
4994 ac_cv_lib_posix_remove=yes
4996 echo "$as_me: failed program was:" >&5
4997 sed 's/^/| /' conftest.$ac_ext >&5
4999 ac_cv_lib_posix_remove=no
5002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5003 conftest$ac_exeext conftest.$ac_ext
5004 LIBS=$ac_check_lib_save_LIBS
5006 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5007 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5008 if test $ac_cv_lib_posix_remove = yes; then
5009 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5014 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5015 { echo "$as_me:$LINENO: checking for shmat" >&5
5016 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5017 if test "${ac_cv_func_shmat+set}" = set; then
5018 echo $ECHO_N "(cached) $ECHO_C" >&6
5020 cat >conftest.$ac_ext <<_ACEOF
5023 cat confdefs.h >>conftest.$ac_ext
5024 cat >>conftest.$ac_ext <<_ACEOF
5025 /* end confdefs.h. */
5026 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5027 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5028 #define shmat innocuous_shmat
5030 /* System header to define __stub macros and hopefully few prototypes,
5031 which can conflict with char shmat (); below.
5032 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5033 <limits.h> exists even on freestanding compilers. */
5036 # include <limits.h>
5038 # include <assert.h>
5043 /* Override any GCC internal prototype to avoid an error.
5044 Use char because int might match the return type of a GCC
5045 builtin and then its argument prototype would still apply. */
5050 /* The GNU C library defines this for functions which it implements
5051 to always fail with ENOSYS. Some functions are actually named
5052 something starting with __ and the normal name is an alias. */
5053 #if defined __stub_shmat || defined __stub___shmat
5065 rm -f conftest.$ac_objext conftest$ac_exeext
5066 if { (ac_try="$ac_link"
5068 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5069 *) ac_try_echo
=$ac_try;;
5071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5072 (eval "$ac_link") 2>conftest.er1
5074 grep -v '^ *+' conftest.er1
>conftest.err
5076 cat conftest.err
>&5
5077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5078 (exit $ac_status); } && {
5079 test -z "$ac_c_werror_flag" ||
5080 test ! -s conftest.err
5081 } && test -s conftest
$ac_exeext &&
5082 $as_test_x conftest
$ac_exeext; then
5083 ac_cv_func_shmat
=yes
5085 echo "$as_me: failed program was:" >&5
5086 sed 's/^/| /' conftest.
$ac_ext >&5
5091 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5092 conftest
$ac_exeext conftest.
$ac_ext
5094 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5095 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5097 if test $ac_cv_func_shmat = no
; then
5098 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5099 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5100 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5101 echo $ECHO_N "(cached) $ECHO_C" >&6
5103 ac_check_lib_save_LIBS
=$LIBS
5105 cat >conftest.
$ac_ext <<_ACEOF
5108 cat confdefs.h
>>conftest.
$ac_ext
5109 cat >>conftest.
$ac_ext <<_ACEOF
5110 /* end confdefs.h. */
5112 /* Override any GCC internal prototype to avoid an error.
5113 Use char because int might match the return type of a GCC
5114 builtin and then its argument prototype would still apply. */
5127 rm -f conftest.
$ac_objext conftest
$ac_exeext
5128 if { (ac_try
="$ac_link"
5130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5131 *) ac_try_echo=$ac_try;;
5133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5134 (eval "$ac_link") 2>conftest.er1
5136 grep -v '^ *+' conftest.er1 >conftest.err
5138 cat conftest.err >&5
5139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5140 (exit $ac_status); } && {
5141 test -z "$ac_c_werror_flag" ||
5142 test ! -s conftest.err
5143 } && test -s conftest$ac_exeext &&
5144 $as_test_x conftest$ac_exeext; then
5145 ac_cv_lib_ipc_shmat=yes
5147 echo "$as_me: failed program was:" >&5
5148 sed 's/^/| /' conftest.$ac_ext >&5
5150 ac_cv_lib_ipc_shmat=no
5153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5154 conftest$ac_exeext conftest.$ac_ext
5155 LIBS=$ac_check_lib_save_LIBS
5157 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5158 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5159 if test $ac_cv_lib_ipc_shmat = yes; then
5160 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5166 # Check for libraries that X11R6 Xt/Xaw programs need.
5167 ac_save_LDFLAGS=$LDFLAGS
5168 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5169 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5170 # check for ICE first), but we must link in the order -lSM -lICE or
5171 # we get undefined symbols. So assume we have SM if we have ICE.
5172 # These have to be linked with before -lX11, unlike the other
5173 # libraries we check for below, so use a different variable.
5174 # John Interrante, Karl Berry
5175 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5176 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5177 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5178 echo $ECHO_N "(cached) $ECHO_C" >&6
5180 ac_check_lib_save_LIBS=$LIBS
5181 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5182 cat >conftest.$ac_ext <<_ACEOF
5185 cat confdefs.h >>conftest.$ac_ext
5186 cat >>conftest.$ac_ext <<_ACEOF
5187 /* end confdefs.h. */
5189 /* Override any GCC internal prototype to avoid an error.
5190 Use char because int might match the return type of a GCC
5191 builtin and then its argument prototype would still apply. */
5195 char IceConnectionNumber ();
5199 return IceConnectionNumber ();
5204 rm -f conftest.$ac_objext conftest$ac_exeext
5205 if { (ac_try="$ac_link"
5207 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5208 *) ac_try_echo
=$ac_try;;
5210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5211 (eval "$ac_link") 2>conftest.er1
5213 grep -v '^ *+' conftest.er1
>conftest.err
5215 cat conftest.err
>&5
5216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5217 (exit $ac_status); } && {
5218 test -z "$ac_c_werror_flag" ||
5219 test ! -s conftest.err
5220 } && test -s conftest
$ac_exeext &&
5221 $as_test_x conftest
$ac_exeext; then
5222 ac_cv_lib_ICE_IceConnectionNumber
=yes
5224 echo "$as_me: failed program was:" >&5
5225 sed 's/^/| /' conftest.
$ac_ext >&5
5227 ac_cv_lib_ICE_IceConnectionNumber
=no
5230 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5231 conftest
$ac_exeext conftest.
$ac_ext
5232 LIBS
=$ac_check_lib_save_LIBS
5234 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5235 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5236 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5237 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5240 LDFLAGS
=$ac_save_LDFLAGS
5247 # Extract the first word of "$ac_prog", so it can be a program name with args.
5248 set dummy
$ac_prog; ac_word
=$2
5249 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5250 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5251 if test "${ac_cv_prog_FLEX+set}" = set; then
5252 echo $ECHO_N "(cached) $ECHO_C" >&6
5254 if test -n "$FLEX"; then
5255 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5257 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5261 test -z "$as_dir" && as_dir
=.
5262 for ac_exec_ext
in '' $ac_executable_extensions; do
5263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5264 ac_cv_prog_FLEX
="$ac_prog"
5265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5274 FLEX
=$ac_cv_prog_FLEX
5275 if test -n "$FLEX"; then
5276 { echo "$as_me:$LINENO: result: $FLEX" >&5
5277 echo "${ECHO_T}$FLEX" >&6; }
5279 { echo "$as_me:$LINENO: result: no" >&5
5280 echo "${ECHO_T}no" >&6; }
5284 test -n "$FLEX" && break
5286 test -n "$FLEX" || FLEX
="none"
5288 if test "$FLEX" = "none"
5290 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5291 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5292 { (exit 1); exit 1; }; }
5295 for ac_prog
in bison
5297 # Extract the first word of "$ac_prog", so it can be a program name with args.
5298 set dummy
$ac_prog; ac_word
=$2
5299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5301 if test "${ac_cv_prog_BISON+set}" = set; then
5302 echo $ECHO_N "(cached) $ECHO_C" >&6
5304 if test -n "$BISON"; then
5305 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5307 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5311 test -z "$as_dir" && as_dir
=.
5312 for ac_exec_ext
in '' $ac_executable_extensions; do
5313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5314 ac_cv_prog_BISON
="$ac_prog"
5315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5324 BISON
=$ac_cv_prog_BISON
5325 if test -n "$BISON"; then
5326 { echo "$as_me:$LINENO: result: $BISON" >&5
5327 echo "${ECHO_T}$BISON" >&6; }
5329 { echo "$as_me:$LINENO: result: no" >&5
5330 echo "${ECHO_T}no" >&6; }
5334 test -n "$BISON" && break
5336 test -n "$BISON" || BISON
="none"
5338 if test "$BISON" = "none"
5340 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5341 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5342 { (exit 1); exit 1; }; }
5345 if test -n "$ac_tool_prefix"; then
5346 for ac_prog
in gas as
5348 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5349 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5350 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5352 if test "${ac_cv_prog_AS+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5355 if test -n "$AS"; then
5356 ac_cv_prog_AS
="$AS" # Let the user override the test.
5358 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5362 test -z "$as_dir" && as_dir
=.
5363 for ac_exec_ext
in '' $ac_executable_extensions; do
5364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5365 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5366 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5376 if test -n "$AS"; then
5377 { echo "$as_me:$LINENO: result: $AS" >&5
5378 echo "${ECHO_T}$AS" >&6; }
5380 { echo "$as_me:$LINENO: result: no" >&5
5381 echo "${ECHO_T}no" >&6; }
5385 test -n "$AS" && break
5388 if test -z "$AS"; then
5390 for ac_prog
in gas as
5392 # Extract the first word of "$ac_prog", so it can be a program name with args.
5393 set dummy
$ac_prog; ac_word
=$2
5394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5396 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5397 echo $ECHO_N "(cached) $ECHO_C" >&6
5399 if test -n "$ac_ct_AS"; then
5400 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5402 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5406 test -z "$as_dir" && as_dir
=.
5407 for ac_exec_ext
in '' $ac_executable_extensions; do
5408 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409 ac_cv_prog_ac_ct_AS
="$ac_prog"
5410 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5419 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5420 if test -n "$ac_ct_AS"; then
5421 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5422 echo "${ECHO_T}$ac_ct_AS" >&6; }
5424 { echo "$as_me:$LINENO: result: no" >&5
5425 echo "${ECHO_T}no" >&6; }
5429 test -n "$ac_ct_AS" && break
5432 if test "x$ac_ct_AS" = x
; then
5435 case $cross_compiling:$ac_tool_warned in
5437 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5438 whose name does not start with the host triplet. If you think this
5439 configuration is useful to you, please write to autoconf@gnu.org." >&5
5440 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5441 whose name does not start with the host triplet. If you think this
5442 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5443 ac_tool_warned
=yes ;;
5449 if test -n "$ac_tool_prefix"; then
5450 for ac_prog
in ld gld
5452 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5453 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5454 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5455 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5456 if test "${ac_cv_prog_LD+set}" = set; then
5457 echo $ECHO_N "(cached) $ECHO_C" >&6
5459 if test -n "$LD"; then
5460 ac_cv_prog_LD
="$LD" # Let the user override the test.
5462 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5466 test -z "$as_dir" && as_dir
=.
5467 for ac_exec_ext
in '' $ac_executable_extensions; do
5468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5469 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5480 if test -n "$LD"; then
5481 { echo "$as_me:$LINENO: result: $LD" >&5
5482 echo "${ECHO_T}$LD" >&6; }
5484 { echo "$as_me:$LINENO: result: no" >&5
5485 echo "${ECHO_T}no" >&6; }
5489 test -n "$LD" && break
5492 if test -z "$LD"; then
5494 for ac_prog
in ld gld
5496 # Extract the first word of "$ac_prog", so it can be a program name with args.
5497 set dummy
$ac_prog; ac_word
=$2
5498 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5499 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5500 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5501 echo $ECHO_N "(cached) $ECHO_C" >&6
5503 if test -n "$ac_ct_LD"; then
5504 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5506 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5510 test -z "$as_dir" && as_dir
=.
5511 for ac_exec_ext
in '' $ac_executable_extensions; do
5512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5513 ac_cv_prog_ac_ct_LD
="$ac_prog"
5514 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5523 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5524 if test -n "$ac_ct_LD"; then
5525 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5526 echo "${ECHO_T}$ac_ct_LD" >&6; }
5528 { echo "$as_me:$LINENO: result: no" >&5
5529 echo "${ECHO_T}no" >&6; }
5533 test -n "$ac_ct_LD" && break
5536 if test "x$ac_ct_LD" = x
; then
5539 case $cross_compiling:$ac_tool_warned in
5541 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5542 whose name does not start with the host triplet. If you think this
5543 configuration is useful to you, please write to autoconf@gnu.org." >&5
5544 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5545 whose name does not start with the host triplet. If you think this
5546 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5547 ac_tool_warned
=yes ;;
5553 if test -n "$ac_tool_prefix"; then
5554 for ac_prog
in nm gnm
5556 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5557 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5560 if test "${ac_cv_prog_NM+set}" = set; then
5561 echo $ECHO_N "(cached) $ECHO_C" >&6
5563 if test -n "$NM"; then
5564 ac_cv_prog_NM
="$NM" # Let the user override the test.
5566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5570 test -z "$as_dir" && as_dir
=.
5571 for ac_exec_ext
in '' $ac_executable_extensions; do
5572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5573 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5584 if test -n "$NM"; then
5585 { echo "$as_me:$LINENO: result: $NM" >&5
5586 echo "${ECHO_T}$NM" >&6; }
5588 { echo "$as_me:$LINENO: result: no" >&5
5589 echo "${ECHO_T}no" >&6; }
5593 test -n "$NM" && break
5596 if test -z "$NM"; then
5598 for ac_prog
in nm gnm
5600 # Extract the first word of "$ac_prog", so it can be a program name with args.
5601 set dummy
$ac_prog; ac_word
=$2
5602 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5604 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5605 echo $ECHO_N "(cached) $ECHO_C" >&6
5607 if test -n "$ac_ct_NM"; then
5608 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5610 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5614 test -z "$as_dir" && as_dir
=.
5615 for ac_exec_ext
in '' $ac_executable_extensions; do
5616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5617 ac_cv_prog_ac_ct_NM
="$ac_prog"
5618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5627 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5628 if test -n "$ac_ct_NM"; then
5629 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5630 echo "${ECHO_T}$ac_ct_NM" >&6; }
5632 { echo "$as_me:$LINENO: result: no" >&5
5633 echo "${ECHO_T}no" >&6; }
5637 test -n "$ac_ct_NM" && break
5640 if test "x$ac_ct_NM" = x
; then
5643 case $cross_compiling:$ac_tool_warned in
5645 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5646 whose name does not start with the host triplet. If you think this
5647 configuration is useful to you, please write to autoconf@gnu.org." >&5
5648 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5649 whose name does not start with the host triplet. If you think this
5650 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5651 ac_tool_warned
=yes ;;
5657 if test -n "$ac_tool_prefix"; then
5658 for ac_prog
in ar gar
5660 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5661 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5662 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5663 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5664 if test "${ac_cv_prog_AR+set}" = set; then
5665 echo $ECHO_N "(cached) $ECHO_C" >&6
5667 if test -n "$AR"; then
5668 ac_cv_prog_AR
="$AR" # Let the user override the test.
5670 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5674 test -z "$as_dir" && as_dir
=.
5675 for ac_exec_ext
in '' $ac_executable_extensions; do
5676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5677 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5678 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5688 if test -n "$AR"; then
5689 { echo "$as_me:$LINENO: result: $AR" >&5
5690 echo "${ECHO_T}$AR" >&6; }
5692 { echo "$as_me:$LINENO: result: no" >&5
5693 echo "${ECHO_T}no" >&6; }
5697 test -n "$AR" && break
5700 if test -z "$AR"; then
5702 for ac_prog
in ar gar
5704 # Extract the first word of "$ac_prog", so it can be a program name with args.
5705 set dummy
$ac_prog; ac_word
=$2
5706 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5707 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5708 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5709 echo $ECHO_N "(cached) $ECHO_C" >&6
5711 if test -n "$ac_ct_AR"; then
5712 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5714 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5718 test -z "$as_dir" && as_dir
=.
5719 for ac_exec_ext
in '' $ac_executable_extensions; do
5720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5721 ac_cv_prog_ac_ct_AR
="$ac_prog"
5722 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5731 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5732 if test -n "$ac_ct_AR"; then
5733 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5734 echo "${ECHO_T}$ac_ct_AR" >&6; }
5736 { echo "$as_me:$LINENO: result: no" >&5
5737 echo "${ECHO_T}no" >&6; }
5741 test -n "$ac_ct_AR" && break
5744 if test "x$ac_ct_AR" = x
; then
5747 case $cross_compiling:$ac_tool_warned in
5749 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5750 whose name does not start with the host triplet. If you think this
5751 configuration is useful to you, please write to autoconf@gnu.org." >&5
5752 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5753 whose name does not start with the host triplet. If you think this
5754 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5755 ac_tool_warned
=yes ;;
5763 if test -n "$ac_tool_prefix"; then
5764 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5765 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5766 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5767 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5768 if test "${ac_cv_prog_RANLIB+set}" = set; then
5769 echo $ECHO_N "(cached) $ECHO_C" >&6
5771 if test -n "$RANLIB"; then
5772 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5774 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5778 test -z "$as_dir" && as_dir
=.
5779 for ac_exec_ext
in '' $ac_executable_extensions; do
5780 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5781 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5782 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5791 RANLIB
=$ac_cv_prog_RANLIB
5792 if test -n "$RANLIB"; then
5793 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5794 echo "${ECHO_T}$RANLIB" >&6; }
5796 { echo "$as_me:$LINENO: result: no" >&5
5797 echo "${ECHO_T}no" >&6; }
5802 if test -z "$ac_cv_prog_RANLIB"; then
5803 ac_ct_RANLIB
=$RANLIB
5804 # Extract the first word of "ranlib", so it can be a program name with args.
5805 set dummy ranlib
; ac_word
=$2
5806 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5807 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5808 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5809 echo $ECHO_N "(cached) $ECHO_C" >&6
5811 if test -n "$ac_ct_RANLIB"; then
5812 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5814 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5818 test -z "$as_dir" && as_dir
=.
5819 for ac_exec_ext
in '' $ac_executable_extensions; do
5820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5821 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5822 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5831 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5832 if test -n "$ac_ct_RANLIB"; then
5833 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5834 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5836 { echo "$as_me:$LINENO: result: no" >&5
5837 echo "${ECHO_T}no" >&6; }
5840 if test "x$ac_ct_RANLIB" = x
; then
5843 case $cross_compiling:$ac_tool_warned in
5845 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5846 whose name does not start with the host triplet. If you think this
5847 configuration is useful to you, please write to autoconf@gnu.org." >&5
5848 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5849 whose name does not start with the host triplet. If you think this
5850 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5851 ac_tool_warned
=yes ;;
5853 RANLIB
=$ac_ct_RANLIB
5856 RANLIB
="$ac_cv_prog_RANLIB"
5859 if test -n "$ac_tool_prefix"; then
5860 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5861 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5862 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5863 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5864 if test "${ac_cv_prog_STRIP+set}" = set; then
5865 echo $ECHO_N "(cached) $ECHO_C" >&6
5867 if test -n "$STRIP"; then
5868 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5870 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5874 test -z "$as_dir" && as_dir
=.
5875 for ac_exec_ext
in '' $ac_executable_extensions; do
5876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5877 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5878 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5887 STRIP
=$ac_cv_prog_STRIP
5888 if test -n "$STRIP"; then
5889 { echo "$as_me:$LINENO: result: $STRIP" >&5
5890 echo "${ECHO_T}$STRIP" >&6; }
5892 { echo "$as_me:$LINENO: result: no" >&5
5893 echo "${ECHO_T}no" >&6; }
5898 if test -z "$ac_cv_prog_STRIP"; then
5900 # Extract the first word of "strip", so it can be a program name with args.
5901 set dummy strip
; ac_word
=$2
5902 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5903 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5904 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5905 echo $ECHO_N "(cached) $ECHO_C" >&6
5907 if test -n "$ac_ct_STRIP"; then
5908 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5910 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5914 test -z "$as_dir" && as_dir
=.
5915 for ac_exec_ext
in '' $ac_executable_extensions; do
5916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5917 ac_cv_prog_ac_ct_STRIP
="strip"
5918 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5927 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5928 if test -n "$ac_ct_STRIP"; then
5929 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5930 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5932 { echo "$as_me:$LINENO: result: no" >&5
5933 echo "${ECHO_T}no" >&6; }
5936 if test "x$ac_ct_STRIP" = x
; then
5939 case $cross_compiling:$ac_tool_warned in
5941 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5942 whose name does not start with the host triplet. If you think this
5943 configuration is useful to you, please write to autoconf@gnu.org." >&5
5944 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5945 whose name does not start with the host triplet. If you think this
5946 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5947 ac_tool_warned
=yes ;;
5952 STRIP
="$ac_cv_prog_STRIP"
5955 if test -n "$ac_tool_prefix"; then
5956 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5957 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5958 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5959 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5960 if test "${ac_cv_prog_WINDRES+set}" = set; then
5961 echo $ECHO_N "(cached) $ECHO_C" >&6
5963 if test -n "$WINDRES"; then
5964 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5966 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5970 test -z "$as_dir" && as_dir
=.
5971 for ac_exec_ext
in '' $ac_executable_extensions; do
5972 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5973 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5983 WINDRES
=$ac_cv_prog_WINDRES
5984 if test -n "$WINDRES"; then
5985 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5986 echo "${ECHO_T}$WINDRES" >&6; }
5988 { echo "$as_me:$LINENO: result: no" >&5
5989 echo "${ECHO_T}no" >&6; }
5994 if test -z "$ac_cv_prog_WINDRES"; then
5995 ac_ct_WINDRES
=$WINDRES
5996 # Extract the first word of "windres", so it can be a program name with args.
5997 set dummy windres
; ac_word
=$2
5998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6000 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6001 echo $ECHO_N "(cached) $ECHO_C" >&6
6003 if test -n "$ac_ct_WINDRES"; then
6004 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6010 test -z "$as_dir" && as_dir
=.
6011 for ac_exec_ext
in '' $ac_executable_extensions; do
6012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013 ac_cv_prog_ac_ct_WINDRES
="windres"
6014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6024 if test -n "$ac_ct_WINDRES"; then
6025 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6026 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6028 { echo "$as_me:$LINENO: result: no" >&5
6029 echo "${ECHO_T}no" >&6; }
6032 if test "x$ac_ct_WINDRES" = x
; then
6035 case $cross_compiling:$ac_tool_warned in
6037 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6038 whose name does not start with the host triplet. If you think this
6039 configuration is useful to you, please write to autoconf@gnu.org." >&5
6040 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6041 whose name does not start with the host triplet. If you think this
6042 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6043 ac_tool_warned
=yes ;;
6045 WINDRES
=$ac_ct_WINDRES
6048 WINDRES
="$ac_cv_prog_WINDRES"
6051 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6052 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6054 if test "$LN_S" = "ln -s"; then
6055 { echo "$as_me:$LINENO: result: yes" >&5
6056 echo "${ECHO_T}yes" >&6; }
6058 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6059 echo "${ECHO_T}no, using $LN_S" >&6; }
6062 { echo "$as_me:$LINENO: checking whether ln works" >&5
6063 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6064 rm -f conf$$ conf$$.
file
6066 if ln conf$$.
file conf$$
2>/dev
/null
; then
6069 { echo "$as_me:$LINENO: result: yes" >&5
6070 echo "${ECHO_T}yes" >&6; }
6074 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6075 echo "${ECHO_T}no, using $LN" >&6; }
6077 rm -f conf$$ conf$$.
file
6078 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6079 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6080 if test "${ac_cv_path_GREP+set}" = set; then
6081 echo $ECHO_N "(cached) $ECHO_C" >&6
6083 # Extract the first word of "grep ggrep" to use in msg output
6084 if test -z "$GREP"; then
6085 set dummy
grep ggrep
; ac_prog_name
=$2
6086 if test "${ac_cv_path_GREP+set}" = set; then
6087 echo $ECHO_N "(cached) $ECHO_C" >&6
6089 ac_path_GREP_found
=false
6090 # Loop through the user's path and test for each of PROGNAME-LIST
6091 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6092 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6095 test -z "$as_dir" && as_dir
=.
6096 for ac_prog
in grep ggrep
; do
6097 for ac_exec_ext
in '' $ac_executable_extensions; do
6098 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6099 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6100 # Check for GNU ac_path_GREP and select it if it is found.
6101 # Check for GNU $ac_path_GREP
6102 case `"$ac_path_GREP" --version 2>&1` in
6104 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6107 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6110 cat "conftest.in" "conftest.in" >"conftest.tmp"
6111 mv "conftest.tmp" "conftest.in"
6112 cp "conftest.in" "conftest.nl"
6113 echo 'GREP' >> "conftest.nl"
6114 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6115 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6116 ac_count
=`expr $ac_count + 1`
6117 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6118 # Best one so far, save it but keep looking for a better one
6119 ac_cv_path_GREP
="$ac_path_GREP"
6120 ac_path_GREP_max
=$ac_count
6122 # 10*(2^10) chars as input seems more than enough
6123 test $ac_count -gt 10 && break
6125 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6129 $ac_path_GREP_found && break 3
6139 GREP
="$ac_cv_path_GREP"
6140 if test -z "$GREP"; then
6141 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6142 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6143 { (exit 1); exit 1; }; }
6147 ac_cv_path_GREP
=$GREP
6152 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6153 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6154 GREP
="$ac_cv_path_GREP"
6157 { echo "$as_me:$LINENO: checking for egrep" >&5
6158 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6159 if test "${ac_cv_path_EGREP+set}" = set; then
6160 echo $ECHO_N "(cached) $ECHO_C" >&6
6162 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6163 then ac_cv_path_EGREP
="$GREP -E"
6165 # Extract the first word of "egrep" to use in msg output
6166 if test -z "$EGREP"; then
6167 set dummy
egrep; ac_prog_name
=$2
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169 echo $ECHO_N "(cached) $ECHO_C" >&6
6171 ac_path_EGREP_found
=false
6172 # Loop through the user's path and test for each of PROGNAME-LIST
6173 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6174 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6177 test -z "$as_dir" && as_dir
=.
6178 for ac_prog
in egrep; do
6179 for ac_exec_ext
in '' $ac_executable_extensions; do
6180 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6181 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6182 # Check for GNU ac_path_EGREP and select it if it is found.
6183 # Check for GNU $ac_path_EGREP
6184 case `"$ac_path_EGREP" --version 2>&1` in
6186 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6189 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6192 cat "conftest.in" "conftest.in" >"conftest.tmp"
6193 mv "conftest.tmp" "conftest.in"
6194 cp "conftest.in" "conftest.nl"
6195 echo 'EGREP' >> "conftest.nl"
6196 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6197 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6198 ac_count
=`expr $ac_count + 1`
6199 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6200 # Best one so far, save it but keep looking for a better one
6201 ac_cv_path_EGREP
="$ac_path_EGREP"
6202 ac_path_EGREP_max
=$ac_count
6204 # 10*(2^10) chars as input seems more than enough
6205 test $ac_count -gt 10 && break
6207 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6211 $ac_path_EGREP_found && break 3
6221 EGREP
="$ac_cv_path_EGREP"
6222 if test -z "$EGREP"; then
6223 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6224 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6225 { (exit 1); exit 1; }; }
6229 ac_cv_path_EGREP
=$EGREP
6235 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6236 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6237 EGREP
="$ac_cv_path_EGREP"
6240 # Extract the first word of "ldconfig", so it can be a program name with args.
6241 set dummy ldconfig
; ac_word
=$2
6242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6244 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6245 echo $ECHO_N "(cached) $ECHO_C" >&6
6249 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6252 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6253 for as_dir
in /sbin
/usr
/sbin
$PATH
6256 test -z "$as_dir" && as_dir
=.
6257 for ac_exec_ext
in '' $ac_executable_extensions; do
6258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6271 LDCONFIG
=$ac_cv_path_LDCONFIG
6272 if test -n "$LDCONFIG"; then
6273 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6274 echo "${ECHO_T}$LDCONFIG" >&6; }
6276 { echo "$as_me:$LINENO: result: no" >&5
6277 echo "${ECHO_T}no" >&6; }
6281 # Find a good install program. We prefer a C program (faster),
6282 # so one script is as good as another. But avoid the broken or
6283 # incompatible versions:
6284 # SysV /etc/install, /usr/sbin/install
6285 # SunOS /usr/etc/install
6286 # IRIX /sbin/install
6288 # AmigaOS /C/install, which installs bootblocks on floppy discs
6289 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6290 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6291 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6292 # OS/2's system install, which has a completely different semantic
6293 # ./install, which can be erroneously created by make from ./install.sh.
6294 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6295 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6296 if test -z "$INSTALL"; then
6297 if test "${ac_cv_path_install+set}" = set; then
6298 echo $ECHO_N "(cached) $ECHO_C" >&6
6300 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6304 test -z "$as_dir" && as_dir
=.
6305 # Account for people who put trailing slashes in PATH elements.
6307 .
/ | .
// |
/cC
/* | \
6308 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6309 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6312 # OSF1 and SCO ODT 3.0 have their own names for install.
6313 # Don't use installbsd from OSF since it installs stuff as root
6315 for ac_prog
in ginstall scoinst
install; do
6316 for ac_exec_ext
in '' $ac_executable_extensions; do
6317 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6318 if test $ac_prog = install &&
6319 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6320 # AIX install. It has an incompatible calling convention.
6322 elif test $ac_prog = install &&
6323 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6324 # program-specific install script used by HP pwplus--don't use.
6327 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6340 if test "${ac_cv_path_install+set}" = set; then
6341 INSTALL
=$ac_cv_path_install
6343 # As a last resort, use the slow shell script. Don't cache a
6344 # value for INSTALL within a source directory, because that will
6345 # break other packages using the cache if that directory is
6346 # removed, or if the value is a relative name.
6347 INSTALL
=$ac_install_sh
6350 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6351 echo "${ECHO_T}$INSTALL" >&6; }
6353 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6354 # It thinks the first close brace ends the variable substitution.
6355 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6357 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6359 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6362 [\\/$
]* | ?
:[\\/]* ) ;;
6363 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6366 for ac_prog
in lclint lint
6368 # Extract the first word of "$ac_prog", so it can be a program name with args.
6369 set dummy
$ac_prog; ac_word
=$2
6370 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6372 if test "${ac_cv_prog_LINT+set}" = set; then
6373 echo $ECHO_N "(cached) $ECHO_C" >&6
6375 if test -n "$LINT"; then
6376 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6378 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6382 test -z "$as_dir" && as_dir
=.
6383 for ac_exec_ext
in '' $ac_executable_extensions; do
6384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6385 ac_cv_prog_LINT
="$ac_prog"
6386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6395 LINT
=$ac_cv_prog_LINT
6396 if test -n "$LINT"; then
6397 { echo "$as_me:$LINENO: result: $LINT" >&5
6398 echo "${ECHO_T}$LINT" >&6; }
6400 { echo "$as_me:$LINENO: result: no" >&5
6401 echo "${ECHO_T}no" >&6; }
6405 test -n "$LINT" && break
6408 if test "$LINT" = "lint"
6410 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6415 for ac_prog
in fontforge
6417 # Extract the first word of "$ac_prog", so it can be a program name with args.
6418 set dummy
$ac_prog; ac_word
=$2
6419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6421 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6422 echo $ECHO_N "(cached) $ECHO_C" >&6
6424 if test -n "$FONTFORGE"; then
6425 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6427 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6431 test -z "$as_dir" && as_dir
=.
6432 for ac_exec_ext
in '' $ac_executable_extensions; do
6433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6434 ac_cv_prog_FONTFORGE
="$ac_prog"
6435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6444 FONTFORGE
=$ac_cv_prog_FONTFORGE
6445 if test -n "$FONTFORGE"; then
6446 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6447 echo "${ECHO_T}$FONTFORGE" >&6; }
6449 { echo "$as_me:$LINENO: result: no" >&5
6450 echo "${ECHO_T}no" >&6; }
6454 test -n "$FONTFORGE" && break
6456 test -n "$FONTFORGE" || FONTFORGE
="false"
6458 for ac_prog
in pkg-config
6460 # Extract the first word of "$ac_prog", so it can be a program name with args.
6461 set dummy
$ac_prog; ac_word
=$2
6462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6464 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6465 echo $ECHO_N "(cached) $ECHO_C" >&6
6467 if test -n "$PKG_CONFIG"; then
6468 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6470 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6474 test -z "$as_dir" && as_dir
=.
6475 for ac_exec_ext
in '' $ac_executable_extensions; do
6476 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6477 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6478 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6487 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6488 if test -n "$PKG_CONFIG"; then
6489 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6490 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6492 { echo "$as_me:$LINENO: result: no" >&5
6493 echo "${ECHO_T}no" >&6; }
6497 test -n "$PKG_CONFIG" && break
6499 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6503 # Extract the first word of "$ac_prog", so it can be a program name with args.
6504 set dummy
$ac_prog; ac_word
=$2
6505 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6506 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6507 if test "${ac_cv_prog_RSVG+set}" = set; then
6508 echo $ECHO_N "(cached) $ECHO_C" >&6
6510 if test -n "$RSVG"; then
6511 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6513 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6517 test -z "$as_dir" && as_dir
=.
6518 for ac_exec_ext
in '' $ac_executable_extensions; do
6519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6520 ac_cv_prog_RSVG
="$ac_prog"
6521 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6530 RSVG
=$ac_cv_prog_RSVG
6531 if test -n "$RSVG"; then
6532 { echo "$as_me:$LINENO: result: $RSVG" >&5
6533 echo "${ECHO_T}$RSVG" >&6; }
6535 { echo "$as_me:$LINENO: result: no" >&5
6536 echo "${ECHO_T}no" >&6; }
6540 test -n "$RSVG" && break
6542 test -n "$RSVG" || RSVG
="false"
6544 for ac_prog
in icotool
6546 # Extract the first word of "$ac_prog", so it can be a program name with args.
6547 set dummy
$ac_prog; ac_word
=$2
6548 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6549 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6550 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6551 echo $ECHO_N "(cached) $ECHO_C" >&6
6553 if test -n "$ICOTOOL"; then
6554 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6556 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6560 test -z "$as_dir" && as_dir
=.
6561 for ac_exec_ext
in '' $ac_executable_extensions; do
6562 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6563 ac_cv_prog_ICOTOOL
="$ac_prog"
6564 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6573 ICOTOOL
=$ac_cv_prog_ICOTOOL
6574 if test -n "$ICOTOOL"; then
6575 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6576 echo "${ECHO_T}$ICOTOOL" >&6; }
6578 { echo "$as_me:$LINENO: result: no" >&5
6579 echo "${ECHO_T}no" >&6; }
6583 test -n "$ICOTOOL" && break
6585 test -n "$ICOTOOL" || ICOTOOL
="false"
6588 if test "${enable_maintainer_mode+set}" = set
6590 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6591 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6592 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6597 # Extract the first word of "prelink", so it can be a program name with args.
6598 set dummy prelink
; ac_word
=$2
6599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6601 if test "${ac_cv_path_PRELINK+set}" = set; then
6602 echo $ECHO_N "(cached) $ECHO_C" >&6
6606 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6609 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6610 for as_dir
in /sbin
/usr
/sbin
$PATH
6613 test -z "$as_dir" && as_dir
=.
6614 for ac_exec_ext
in '' $ac_executable_extensions; do
6615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6616 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6624 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6628 PRELINK
=$ac_cv_path_PRELINK
6629 if test -n "$PRELINK"; then
6630 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6631 echo "${ECHO_T}$PRELINK" >&6; }
6633 { echo "$as_me:$LINENO: result: no" >&5
6634 echo "${ECHO_T}no" >&6; }
6643 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6644 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6645 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6646 echo $ECHO_N "(cached) $ECHO_C" >&6
6648 ac_check_lib_save_LIBS
=$LIBS
6650 cat >conftest.
$ac_ext <<_ACEOF
6653 cat confdefs.h
>>conftest.
$ac_ext
6654 cat >>conftest.
$ac_ext <<_ACEOF
6655 /* end confdefs.h. */
6657 /* Override any GCC internal prototype to avoid an error.
6658 Use char because int might match the return type of a GCC
6659 builtin and then its argument prototype would still apply. */
6663 char i386_set_ldt ();
6667 return i386_set_ldt ();
6672 rm -f conftest.
$ac_objext conftest
$ac_exeext
6673 if { (ac_try
="$ac_link"
6675 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6676 *) ac_try_echo=$ac_try;;
6678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6679 (eval "$ac_link") 2>conftest.er1
6681 grep -v '^ *+' conftest.er1 >conftest.err
6683 cat conftest.err >&5
6684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6685 (exit $ac_status); } && {
6686 test -z "$ac_c_werror_flag" ||
6687 test ! -s conftest.err
6688 } && test -s conftest$ac_exeext &&
6689 $as_test_x conftest$ac_exeext; then
6690 ac_cv_lib_i386_i386_set_ldt=yes
6692 echo "$as_me: failed program was:" >&5
6693 sed 's/^/| /' conftest.$ac_ext >&5
6695 ac_cv_lib_i386_i386_set_ldt=no
6698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6699 conftest$ac_exeext conftest.$ac_ext
6700 LIBS=$ac_check_lib_save_LIBS
6702 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6703 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6704 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6705 cat >>confdefs.h <<_ACEOF
6706 #define HAVE_LIBI386 1
6714 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6715 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6716 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6717 echo $ECHO_N "(cached) $ECHO_C" >&6
6719 ac_check_lib_save_LIBS=$LIBS
6720 LIBS="-lossaudio $LIBS"
6721 cat >conftest.$ac_ext <<_ACEOF
6724 cat confdefs.h >>conftest.$ac_ext
6725 cat >>conftest.$ac_ext <<_ACEOF
6726 /* end confdefs.h. */
6728 /* Override any GCC internal prototype to avoid an error.
6729 Use char because int might match the return type of a GCC
6730 builtin and then its argument prototype would still apply. */
6738 return _oss_ioctl ();
6743 rm -f conftest.$ac_objext conftest$ac_exeext
6744 if { (ac_try="$ac_link"
6746 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6747 *) ac_try_echo
=$ac_try;;
6749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6750 (eval "$ac_link") 2>conftest.er1
6752 grep -v '^ *+' conftest.er1
>conftest.err
6754 cat conftest.err
>&5
6755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756 (exit $ac_status); } && {
6757 test -z "$ac_c_werror_flag" ||
6758 test ! -s conftest.err
6759 } && test -s conftest
$ac_exeext &&
6760 $as_test_x conftest
$ac_exeext; then
6761 ac_cv_lib_ossaudio__oss_ioctl
=yes
6763 echo "$as_me: failed program was:" >&5
6764 sed 's/^/| /' conftest.
$ac_ext >&5
6766 ac_cv_lib_ossaudio__oss_ioctl
=no
6769 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6770 conftest
$ac_exeext conftest.
$ac_ext
6771 LIBS
=$ac_check_lib_save_LIBS
6773 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6774 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6775 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6776 cat >>confdefs.h
<<_ACEOF
6777 #define HAVE_LIBOSSAUDIO 1
6780 LIBS
="-lossaudio $LIBS"
6784 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6785 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6786 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6787 echo $ECHO_N "(cached) $ECHO_C" >&6
6789 ac_check_lib_save_LIBS
=$LIBS
6790 LIBS
="-lpthread $LIBS"
6791 cat >conftest.
$ac_ext <<_ACEOF
6794 cat confdefs.h
>>conftest.
$ac_ext
6795 cat >>conftest.
$ac_ext <<_ACEOF
6796 /* end confdefs.h. */
6798 /* Override any GCC internal prototype to avoid an error.
6799 Use char because int might match the return type of a GCC
6800 builtin and then its argument prototype would still apply. */
6804 char pthread_create ();
6808 return pthread_create ();
6813 rm -f conftest.
$ac_objext conftest
$ac_exeext
6814 if { (ac_try
="$ac_link"
6816 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6817 *) ac_try_echo=$ac_try;;
6819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6820 (eval "$ac_link") 2>conftest.er1
6822 grep -v '^ *+' conftest.er1 >conftest.err
6824 cat conftest.err >&5
6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826 (exit $ac_status); } && {
6827 test -z "$ac_c_werror_flag" ||
6828 test ! -s conftest.err
6829 } && test -s conftest$ac_exeext &&
6830 $as_test_x conftest$ac_exeext; then
6831 ac_cv_lib_pthread_pthread_create=yes
6833 echo "$as_me: failed program was:" >&5
6834 sed 's/^/| /' conftest.$ac_ext >&5
6836 ac_cv_lib_pthread_pthread_create=no
6839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6840 conftest$ac_exeext conftest.$ac_ext
6841 LIBS=$ac_check_lib_save_LIBS
6843 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6844 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6845 if test $ac_cv_lib_pthread_pthread_create = yes; then
6846 LIBPTHREAD="-lpthread"
6857 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6858 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6859 if test "${ac_cv_header_stdc+set}" = set; then
6860 echo $ECHO_N "(cached) $ECHO_C" >&6
6862 cat >conftest.$ac_ext <<_ACEOF
6865 cat confdefs.h >>conftest.$ac_ext
6866 cat >>conftest.$ac_ext <<_ACEOF
6867 /* end confdefs.h. */
6881 rm -f conftest.$ac_objext
6882 if { (ac_try="$ac_compile"
6884 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6885 *) ac_try_echo
=$ac_try;;
6887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6888 (eval "$ac_compile") 2>conftest.er1
6890 grep -v '^ *+' conftest.er1
>conftest.err
6892 cat conftest.err
>&5
6893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6894 (exit $ac_status); } && {
6895 test -z "$ac_c_werror_flag" ||
6896 test ! -s conftest.err
6897 } && test -s conftest.
$ac_objext; then
6898 ac_cv_header_stdc
=yes
6900 echo "$as_me: failed program was:" >&5
6901 sed 's/^/| /' conftest.
$ac_ext >&5
6903 ac_cv_header_stdc
=no
6906 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6908 if test $ac_cv_header_stdc = yes; then
6909 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6910 cat >conftest.
$ac_ext <<_ACEOF
6913 cat confdefs.h
>>conftest.
$ac_ext
6914 cat >>conftest.
$ac_ext <<_ACEOF
6915 /* end confdefs.h. */
6919 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6920 $EGREP "memchr" >/dev
/null
2>&1; then
6923 ac_cv_header_stdc
=no
6929 if test $ac_cv_header_stdc = yes; then
6930 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6931 cat >conftest.
$ac_ext <<_ACEOF
6934 cat confdefs.h
>>conftest.
$ac_ext
6935 cat >>conftest.
$ac_ext <<_ACEOF
6936 /* end confdefs.h. */
6940 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6941 $EGREP "free" >/dev
/null
2>&1; then
6944 ac_cv_header_stdc
=no
6950 if test $ac_cv_header_stdc = yes; then
6951 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6952 if test "$cross_compiling" = yes; then
6955 cat >conftest.
$ac_ext <<_ACEOF
6958 cat confdefs.h
>>conftest.
$ac_ext
6959 cat >>conftest.
$ac_ext <<_ACEOF
6960 /* end confdefs.h. */
6963 #if ((' ' & 0x0FF) == 0x020)
6964 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6965 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6967 # define ISLOWER(c) \
6968 (('a' <= (c) && (c) <= 'i') \
6969 || ('j' <= (c) && (c) <= 'r') \
6970 || ('s' <= (c) && (c) <= 'z'))
6971 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6974 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6979 for (i = 0; i < 256; i++)
6980 if (XOR (islower (i), ISLOWER (i))
6981 || toupper (i) != TOUPPER (i))
6986 rm -f conftest
$ac_exeext
6987 if { (ac_try
="$ac_link"
6989 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6990 *) ac_try_echo=$ac_try;;
6992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6993 (eval "$ac_link") 2>&5
6995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6997 { (case "(($ac_try" in
6998 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6999 *) ac_try_echo
=$ac_try;;
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_try") 2>&5
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); }; }; then
7008 echo "$as_me: program exited with status $ac_status" >&5
7009 echo "$as_me: failed program was:" >&5
7010 sed 's/^/| /' conftest.
$ac_ext >&5
7013 ac_cv_header_stdc
=no
7015 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7021 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7022 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7023 if test $ac_cv_header_stdc = yes; then
7025 cat >>confdefs.h
<<\_ACEOF
7026 #define STDC_HEADERS 1
7031 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7041 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7042 inttypes.h stdint.h unistd.h
7044 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7047 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7048 echo $ECHO_N "(cached) $ECHO_C" >&6
7050 cat >conftest.
$ac_ext <<_ACEOF
7053 cat confdefs.h
>>conftest.
$ac_ext
7054 cat >>conftest.
$ac_ext <<_ACEOF
7055 /* end confdefs.h. */
7056 $ac_includes_default
7058 #include <$ac_header>
7060 rm -f conftest.
$ac_objext
7061 if { (ac_try
="$ac_compile"
7063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7064 *) ac_try_echo=$ac_try;;
7066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7067 (eval "$ac_compile") 2>conftest.er1
7069 grep -v '^ *+' conftest.er1 >conftest.err
7071 cat conftest.err >&5
7072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7073 (exit $ac_status); } && {
7074 test -z "$ac_c_werror_flag" ||
7075 test ! -s conftest.err
7076 } && test -s conftest.$ac_objext; then
7077 eval "$as_ac_Header=yes"
7079 echo "$as_me: failed program was:" >&5
7080 sed 's/^/| /' conftest.$ac_ext >&5
7082 eval "$as_ac_Header=no"
7085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7087 ac_res=`eval echo '${'$as_ac_Header'}'`
7088 { echo "$as_me:$LINENO: result: $ac_res" >&5
7089 echo "${ECHO_T}$ac_res" >&6; }
7090 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7091 cat >>confdefs.h <<_ACEOF
7092 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7212 AudioUnit/AudioUnit.h \
7214 CoreAudio/CoreAudio.h \
7215 DiskArbitration/DiskArbitration.h \
7228 fontconfig/fontconfig.h \
7254 machine/soundcard.h \
7259 netinet/in_systm.h \
7321 valgrind/memcheck.h \
7325 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7326 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7327 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7328 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7329 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7330 echo $ECHO_N "(cached) $ECHO_C" >&6
7332 ac_res=`eval echo '${'$as_ac_Header'}'`
7333 { echo "$as_me:$LINENO: result: $ac_res" >&5
7334 echo "${ECHO_T}$ac_res" >&6; }
7336 # Is the header compilable?
7337 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7338 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7339 cat >conftest.$ac_ext <<_ACEOF
7342 cat confdefs.h >>conftest.$ac_ext
7343 cat >>conftest.$ac_ext <<_ACEOF
7344 /* end confdefs.h. */
7345 $ac_includes_default
7346 #include <$ac_header>
7348 rm -f conftest.$ac_objext
7349 if { (ac_try="$ac_compile"
7351 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7352 *) ac_try_echo
=$ac_try;;
7354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7355 (eval "$ac_compile") 2>conftest.er1
7357 grep -v '^ *+' conftest.er1
>conftest.err
7359 cat conftest.err
>&5
7360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); } && {
7362 test -z "$ac_c_werror_flag" ||
7363 test ! -s conftest.err
7364 } && test -s conftest.
$ac_objext; then
7365 ac_header_compiler
=yes
7367 echo "$as_me: failed program was:" >&5
7368 sed 's/^/| /' conftest.
$ac_ext >&5
7370 ac_header_compiler
=no
7373 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7374 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7375 echo "${ECHO_T}$ac_header_compiler" >&6; }
7377 # Is the header present?
7378 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7379 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7380 cat >conftest.
$ac_ext <<_ACEOF
7383 cat confdefs.h
>>conftest.
$ac_ext
7384 cat >>conftest.
$ac_ext <<_ACEOF
7385 /* end confdefs.h. */
7386 #include <$ac_header>
7388 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7390 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7391 *) ac_try_echo=$ac_try;;
7393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7394 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7396 grep -v '^ *+' conftest.er1 >conftest.err
7398 cat conftest.err >&5
7399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7400 (exit $ac_status); } >/dev/null && {
7401 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7402 test ! -s conftest.err
7404 ac_header_preproc=yes
7406 echo "$as_me: failed program was:" >&5
7407 sed 's/^/| /' conftest.$ac_ext >&5
7409 ac_header_preproc=no
7412 rm -f conftest.err conftest.$ac_ext
7413 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7414 echo "${ECHO_T}$ac_header_preproc" >&6; }
7416 # So? What about this header?
7417 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7419 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7420 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7421 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7422 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7423 ac_header_preproc=yes
7426 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7427 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7429 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7431 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7433 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7434 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7435 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7437 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7439 ## ------------------------------------ ##
7440 ## Report this to wine-devel@winehq.org ##
7441 ## ------------------------------------ ##
7443 ) | sed "s/^/$as_me: WARNING: /" >&2
7446 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7449 echo $ECHO_N "(cached) $ECHO_C" >&6
7451 eval "$as_ac_Header=\$ac_header_preproc"
7453 ac_res=`eval echo '${'$as_ac_Header'}'`
7454 { echo "$as_me:$LINENO: result: $ac_res" >&5
7455 echo "${ECHO_T}$ac_res" >&6; }
7458 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7459 cat >>confdefs.h <<_ACEOF
7460 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7467 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7468 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7469 if test "${ac_cv_header_stat_broken+set}" = set; then
7470 echo $ECHO_N "(cached) $ECHO_C" >&6
7472 cat >conftest.$ac_ext <<_ACEOF
7475 cat confdefs.h >>conftest.$ac_ext
7476 cat >>conftest.$ac_ext <<_ACEOF
7477 /* end confdefs.h. */
7478 #include <sys/types.h>
7479 #include <sys/stat.h>
7481 #if defined S_ISBLK && defined S_IFDIR
7482 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7485 #if defined S_ISBLK && defined S_IFCHR
7486 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7489 #if defined S_ISLNK && defined S_IFREG
7490 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7493 #if defined S_ISSOCK && defined S_IFREG
7494 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7498 rm -f conftest.$ac_objext
7499 if { (ac_try="$ac_compile"
7501 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7502 *) ac_try_echo
=$ac_try;;
7504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7505 (eval "$ac_compile") 2>conftest.er1
7507 grep -v '^ *+' conftest.er1
>conftest.err
7509 cat conftest.err
>&5
7510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7511 (exit $ac_status); } && {
7512 test -z "$ac_c_werror_flag" ||
7513 test ! -s conftest.err
7514 } && test -s conftest.
$ac_objext; then
7515 ac_cv_header_stat_broken
=no
7517 echo "$as_me: failed program was:" >&5
7518 sed 's/^/| /' conftest.
$ac_ext >&5
7520 ac_cv_header_stat_broken
=yes
7523 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7525 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7526 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7527 if test $ac_cv_header_stat_broken = yes; then
7529 cat >>confdefs.h
<<\_ACEOF
7530 #define STAT_MACROS_BROKEN 1
7541 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7543 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7546 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7547 echo $ECHO_N "(cached) $ECHO_C" >&6
7549 cat >conftest.
$ac_ext <<_ACEOF
7552 cat confdefs.h
>>conftest.
$ac_ext
7553 cat >>conftest.
$ac_ext <<_ACEOF
7554 /* end confdefs.h. */
7555 #include <sys/types.h>
7556 #ifdef HAVE_SYS_PARAM_H
7557 # include <sys/param.h>
7560 #include <$ac_header>
7562 rm -f conftest.
$ac_objext
7563 if { (ac_try
="$ac_compile"
7565 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7566 *) ac_try_echo=$ac_try;;
7568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7569 (eval "$ac_compile") 2>conftest.er1
7571 grep -v '^ *+' conftest.er1 >conftest.err
7573 cat conftest.err >&5
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); } && {
7576 test -z "$ac_c_werror_flag" ||
7577 test ! -s conftest.err
7578 } && test -s conftest.$ac_objext; then
7579 eval "$as_ac_Header=yes"
7581 echo "$as_me: failed program was:" >&5
7582 sed 's/^/| /' conftest.$ac_ext >&5
7584 eval "$as_ac_Header=no"
7587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7589 ac_res=`eval echo '${'$as_ac_Header'}'`
7590 { echo "$as_me:$LINENO: result: $ac_res" >&5
7591 echo "${ECHO_T}$ac_res" >&6; }
7592 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7593 cat >>confdefs.h <<_ACEOF
7594 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7621 netinet/if_ether.h \
7629 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7630 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7631 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7632 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7633 echo $ECHO_N "(cached) $ECHO_C" >&6
7635 cat >conftest.$ac_ext <<_ACEOF
7638 cat confdefs.h >>conftest.$ac_ext
7639 cat >>conftest.$ac_ext <<_ACEOF
7640 /* end confdefs.h. */
7641 #include <sys/types.h>
7642 #ifdef HAVE_SYS_SOCKET_H
7643 # include <sys/socket.h>
7645 #ifdef HAVE_SYS_SOCKETVAR_H
7646 # include <sys/socketvar.h>
7648 #ifdef HAVE_NETINET_IN_H
7649 # include <netinet/in.h>
7651 #ifdef HAVE_NETINET_IP_H
7652 # include <netinet/ip.h>
7655 #include <$ac_header>
7657 rm -f conftest.$ac_objext
7658 if { (ac_try="$ac_compile"
7660 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7661 *) ac_try_echo
=$ac_try;;
7663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7664 (eval "$ac_compile") 2>conftest.er1
7666 grep -v '^ *+' conftest.er1
>conftest.err
7668 cat conftest.err
>&5
7669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7670 (exit $ac_status); } && {
7671 test -z "$ac_c_werror_flag" ||
7672 test ! -s conftest.err
7673 } && test -s conftest.
$ac_objext; then
7674 eval "$as_ac_Header=yes"
7676 echo "$as_me: failed program was:" >&5
7677 sed 's/^/| /' conftest.
$ac_ext >&5
7679 eval "$as_ac_Header=no"
7682 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7684 ac_res
=`eval echo '${'$as_ac_Header'}'`
7685 { echo "$as_me:$LINENO: result: $ac_res" >&5
7686 echo "${ECHO_T}$ac_res" >&6; }
7687 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7688 cat >>confdefs.h
<<_ACEOF
7689 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7701 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7703 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7704 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7705 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7706 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7707 echo $ECHO_N "(cached) $ECHO_C" >&6
7709 cat >conftest.
$ac_ext <<_ACEOF
7712 cat confdefs.h
>>conftest.
$ac_ext
7713 cat >>conftest.
$ac_ext <<_ACEOF
7714 /* end confdefs.h. */
7715 #include <sys/types.h>
7719 #ifdef HAVE_SYS_SOCKET_H
7720 # include <sys/socket.h>
7722 #ifdef HAVE_SYS_SOCKETVAR_H
7723 # include <sys/socketvar.h>
7725 #ifdef HAVE_NETINET_IN_H
7726 # include <netinet/in.h>
7728 #ifdef HAVE_NETINET_IP_H
7729 # include <netinet/ip.h>
7731 #ifdef HAVE_NETINET_IP_VAR_H
7732 # include <netinet/ip_var.h>
7734 #ifdef HAVE_NETINET_IP_ICMP_H
7735 # include <netinet/ip_icmp.h>
7737 #ifdef HAVE_NETINET_UDP_H
7738 # include <netinet/udp.h>
7740 #ifdef HAVE_NETINET_TCP_H
7741 # include <netinet/tcp.h>
7744 #include <$ac_header>
7746 rm -f conftest.
$ac_objext
7747 if { (ac_try
="$ac_compile"
7749 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7750 *) ac_try_echo=$ac_try;;
7752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7753 (eval "$ac_compile") 2>conftest.er1
7755 grep -v '^ *+' conftest.er1 >conftest.err
7757 cat conftest.err >&5
7758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7759 (exit $ac_status); } && {
7760 test -z "$ac_c_werror_flag" ||
7761 test ! -s conftest.err
7762 } && test -s conftest.$ac_objext; then
7763 eval "$as_ac_Header=yes"
7765 echo "$as_me: failed program was:" >&5
7766 sed 's/^/| /' conftest.$ac_ext >&5
7768 eval "$as_ac_Header=no"
7771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7773 ac_res=`eval echo '${'$as_ac_Header'}'`
7774 { echo "$as_me:$LINENO: result: $ac_res" >&5
7775 echo "${ECHO_T}$ac_res" >&6; }
7776 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7777 cat >>confdefs.h <<_ACEOF
7778 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7787 for ac_header in linux/ipx.h
7789 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7790 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7793 echo $ECHO_N "(cached) $ECHO_C" >&6
7795 cat >conftest.$ac_ext <<_ACEOF
7798 cat confdefs.h >>conftest.$ac_ext
7799 cat >>conftest.$ac_ext <<_ACEOF
7800 /* end confdefs.h. */
7801 #include <sys/types.h>
7802 #ifdef HAVE_ASM_TYPES_H
7803 # include <asm/types.h>
7805 #ifdef HAVE_SYS_SOCKET_H
7806 # include <sys/socket.h>
7809 #include <$ac_header>
7811 rm -f conftest.$ac_objext
7812 if { (ac_try="$ac_compile"
7814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7815 *) ac_try_echo
=$ac_try;;
7817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7818 (eval "$ac_compile") 2>conftest.er1
7820 grep -v '^ *+' conftest.er1
>conftest.err
7822 cat conftest.err
>&5
7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 (exit $ac_status); } && {
7825 test -z "$ac_c_werror_flag" ||
7826 test ! -s conftest.err
7827 } && test -s conftest.
$ac_objext; then
7828 eval "$as_ac_Header=yes"
7830 echo "$as_me: failed program was:" >&5
7831 sed 's/^/| /' conftest.
$ac_ext >&5
7833 eval "$as_ac_Header=no"
7836 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7838 ac_res
=`eval echo '${'$as_ac_Header'}'`
7839 { echo "$as_me:$LINENO: result: $ac_res" >&5
7840 echo "${ECHO_T}$ac_res" >&6; }
7841 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7842 cat >>confdefs.h
<<_ACEOF
7843 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7852 for ac_header
in resolv.h
7854 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7855 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7856 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7857 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7858 echo $ECHO_N "(cached) $ECHO_C" >&6
7860 cat >conftest.
$ac_ext <<_ACEOF
7863 cat confdefs.h
>>conftest.
$ac_ext
7864 cat >>conftest.
$ac_ext <<_ACEOF
7865 /* end confdefs.h. */
7866 #include <sys/types.h>
7867 #ifdef HAVE_SYS_SOCKET_H
7868 # include <sys/socket.h>
7870 #ifdef HAVE_NETINET_IN_H
7871 # include <netinet/in.h>
7873 #ifdef HAVE_ARPA_NAMESER_H
7874 # include <arpa/nameser.h>
7877 #include <$ac_header>
7879 rm -f conftest.
$ac_objext
7880 if { (ac_try
="$ac_compile"
7882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7886 (eval "$ac_compile") 2>conftest.er1
7888 grep -v '^ *+' conftest.er1 >conftest.err
7890 cat conftest.err >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); } && {
7893 test -z "$ac_c_werror_flag" ||
7894 test ! -s conftest.err
7895 } && test -s conftest.$ac_objext; then
7896 eval "$as_ac_Header=yes"
7898 echo "$as_me: failed program was:" >&5
7899 sed 's/^/| /' conftest.$ac_ext >&5
7901 eval "$as_ac_Header=no"
7904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7906 ac_res=`eval echo '${'$as_ac_Header'}'`
7907 { echo "$as_me:$LINENO: result: $ac_res" >&5
7908 echo "${ECHO_T}$ac_res" >&6; }
7909 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7910 cat >>confdefs.h <<_ACEOF
7911 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7920 for ac_header in ucontext.h
7922 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7926 echo $ECHO_N "(cached) $ECHO_C" >&6
7928 cat >conftest.$ac_ext <<_ACEOF
7931 cat confdefs.h >>conftest.$ac_ext
7932 cat >>conftest.$ac_ext <<_ACEOF
7933 /* end confdefs.h. */
7936 #include <$ac_header>
7938 rm -f conftest.$ac_objext
7939 if { (ac_try="$ac_compile"
7941 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7942 *) ac_try_echo
=$ac_try;;
7944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7945 (eval "$ac_compile") 2>conftest.er1
7947 grep -v '^ *+' conftest.er1
>conftest.err
7949 cat conftest.err
>&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); } && {
7952 test -z "$ac_c_werror_flag" ||
7953 test ! -s conftest.err
7954 } && test -s conftest.
$ac_objext; then
7955 eval "$as_ac_Header=yes"
7957 echo "$as_me: failed program was:" >&5
7958 sed 's/^/| /' conftest.
$ac_ext >&5
7960 eval "$as_ac_Header=no"
7963 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7965 ac_res
=`eval echo '${'$as_ac_Header'}'`
7966 { echo "$as_me:$LINENO: result: $ac_res" >&5
7967 echo "${ECHO_T}$ac_res" >&6; }
7968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7969 cat >>confdefs.h
<<_ACEOF
7970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7979 for ac_header
in sys
/thr.h
7981 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7982 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7983 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7984 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7985 echo $ECHO_N "(cached) $ECHO_C" >&6
7987 cat >conftest.
$ac_ext <<_ACEOF
7990 cat confdefs.h
>>conftest.
$ac_ext
7991 cat >>conftest.
$ac_ext <<_ACEOF
7992 /* end confdefs.h. */
7993 #include <sys/types.h>
7994 #ifdef HAVE_UCONTEXT_H
7995 #include <ucontext.h>
7998 #include <$ac_header>
8000 rm -f conftest.
$ac_objext
8001 if { (ac_try
="$ac_compile"
8003 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8004 *) ac_try_echo=$ac_try;;
8006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8007 (eval "$ac_compile") 2>conftest.er1
8009 grep -v '^ *+' conftest.er1 >conftest.err
8011 cat conftest.err >&5
8012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest.$ac_objext; then
8017 eval "$as_ac_Header=yes"
8019 echo "$as_me: failed program was:" >&5
8020 sed 's/^/| /' conftest.$ac_ext >&5
8022 eval "$as_ac_Header=no"
8025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8027 ac_res=`eval echo '${'$as_ac_Header'}'`
8028 { echo "$as_me:$LINENO: result: $ac_res" >&5
8029 echo "${ECHO_T}$ac_res" >&6; }
8030 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8031 cat >>confdefs.h <<_ACEOF
8032 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8041 for ac_header in pthread_np.h
8043 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8044 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8047 echo $ECHO_N "(cached) $ECHO_C" >&6
8049 cat >conftest.$ac_ext <<_ACEOF
8052 cat confdefs.h >>conftest.$ac_ext
8053 cat >>conftest.$ac_ext <<_ACEOF
8054 /* end confdefs.h. */
8055 #ifdef HAVE_PTHREAD_H
8056 #include <pthread.h>
8059 #include <$ac_header>
8061 rm -f conftest.$ac_objext
8062 if { (ac_try="$ac_compile"
8064 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8065 *) ac_try_echo
=$ac_try;;
8067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8068 (eval "$ac_compile") 2>conftest.er1
8070 grep -v '^ *+' conftest.er1
>conftest.err
8072 cat conftest.err
>&5
8073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8074 (exit $ac_status); } && {
8075 test -z "$ac_c_werror_flag" ||
8076 test ! -s conftest.err
8077 } && test -s conftest.
$ac_objext; then
8078 eval "$as_ac_Header=yes"
8080 echo "$as_me: failed program was:" >&5
8081 sed 's/^/| /' conftest.
$ac_ext >&5
8083 eval "$as_ac_Header=no"
8086 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8088 ac_res
=`eval echo '${'$as_ac_Header'}'`
8089 { echo "$as_me:$LINENO: result: $ac_res" >&5
8090 echo "${ECHO_T}$ac_res" >&6; }
8091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8092 cat >>confdefs.h
<<_ACEOF
8093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8102 for ac_header
in linux
/videodev.h
8104 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8105 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8106 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8107 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8108 echo $ECHO_N "(cached) $ECHO_C" >&6
8110 cat >conftest.
$ac_ext <<_ACEOF
8113 cat confdefs.h
>>conftest.
$ac_ext
8114 cat >>conftest.
$ac_ext <<_ACEOF
8115 /* end confdefs.h. */
8116 #ifdef HAVE_SYS_TIME_H
8117 #include <sys/time.h>
8119 #include <sys/types.h>
8120 #ifdef HAVE_ASM_TYPES_H
8121 #include <asm/types.h>
8124 #include <$ac_header>
8126 rm -f conftest.
$ac_objext
8127 if { (ac_try
="$ac_compile"
8129 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8130 *) ac_try_echo=$ac_try;;
8132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8133 (eval "$ac_compile") 2>conftest.er1
8135 grep -v '^ *+' conftest.er1 >conftest.err
8137 cat conftest.err >&5
8138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8139 (exit $ac_status); } && {
8140 test -z "$ac_c_werror_flag" ||
8141 test ! -s conftest.err
8142 } && test -s conftest.$ac_objext; then
8143 eval "$as_ac_Header=yes"
8145 echo "$as_me: failed program was:" >&5
8146 sed 's/^/| /' conftest.$ac_ext >&5
8148 eval "$as_ac_Header=no"
8151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8153 ac_res=`eval echo '${'$as_ac_Header'}'`
8154 { echo "$as_me:$LINENO: result: $ac_res" >&5
8155 echo "${ECHO_T}$ac_res" >&6; }
8156 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8157 cat >>confdefs.h <<_ACEOF
8158 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8167 for ac_header in linux/capi.h
8169 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8170 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8171 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8172 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8173 echo $ECHO_N "(cached) $ECHO_C" >&6
8175 cat >conftest.$ac_ext <<_ACEOF
8178 cat confdefs.h >>conftest.$ac_ext
8179 cat >>conftest.$ac_ext <<_ACEOF
8180 /* end confdefs.h. */
8183 #include <$ac_header>
8185 rm -f conftest.$ac_objext
8186 if { (ac_try="$ac_compile"
8188 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8189 *) ac_try_echo
=$ac_try;;
8191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8192 (eval "$ac_compile") 2>conftest.er1
8194 grep -v '^ *+' conftest.er1
>conftest.err
8196 cat conftest.err
>&5
8197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8198 (exit $ac_status); } && {
8199 test -z "$ac_c_werror_flag" ||
8200 test ! -s conftest.err
8201 } && test -s conftest.
$ac_objext; then
8202 eval "$as_ac_Header=yes"
8204 echo "$as_me: failed program was:" >&5
8205 sed 's/^/| /' conftest.
$ac_ext >&5
8207 eval "$as_ac_Header=no"
8210 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8212 ac_res
=`eval echo '${'$as_ac_Header'}'`
8213 { echo "$as_me:$LINENO: result: $ac_res" >&5
8214 echo "${ECHO_T}$ac_res" >&6; }
8215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8216 cat >>confdefs.h
<<_ACEOF
8217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8228 DLLFLAGS
="-D_REENTRANT"
8242 # Extract the first word of "ldd", so it can be a program name with args.
8243 set dummy ldd
; ac_word
=$2
8244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8246 if test "${ac_cv_path_LDD+set}" = set; then
8247 echo $ECHO_N "(cached) $ECHO_C" >&6
8251 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8254 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8255 as_dummy
="/sbin:/usr/sbin:$PATH"
8256 for as_dir
in $as_dummy
8259 test -z "$as_dir" && as_dir
=.
8260 for ac_exec_ext
in '' $ac_executable_extensions; do
8261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8262 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8270 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8275 if test -n "$LDD"; then
8276 { echo "$as_me:$LINENO: result: $LDD" >&5
8277 echo "${ECHO_T}$LDD" >&6; }
8279 { echo "$as_me:$LINENO: result: no" >&5
8280 echo "${ECHO_T}no" >&6; }
8287 if test -n "$ac_tool_prefix"; then
8288 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8289 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8290 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8292 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8293 echo $ECHO_N "(cached) $ECHO_C" >&6
8295 if test -n "$DLLTOOL"; then
8296 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8298 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8302 test -z "$as_dir" && as_dir
=.
8303 for ac_exec_ext
in '' $ac_executable_extensions; do
8304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8305 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8315 DLLTOOL
=$ac_cv_prog_DLLTOOL
8316 if test -n "$DLLTOOL"; then
8317 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8318 echo "${ECHO_T}$DLLTOOL" >&6; }
8320 { echo "$as_me:$LINENO: result: no" >&5
8321 echo "${ECHO_T}no" >&6; }
8326 if test -z "$ac_cv_prog_DLLTOOL"; then
8327 ac_ct_DLLTOOL
=$DLLTOOL
8328 # Extract the first word of "dlltool", so it can be a program name with args.
8329 set dummy dlltool
; ac_word
=$2
8330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8332 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8333 echo $ECHO_N "(cached) $ECHO_C" >&6
8335 if test -n "$ac_ct_DLLTOOL"; then
8336 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8338 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8342 test -z "$as_dir" && as_dir
=.
8343 for ac_exec_ext
in '' $ac_executable_extensions; do
8344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8345 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8355 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8356 if test -n "$ac_ct_DLLTOOL"; then
8357 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8358 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8360 { echo "$as_me:$LINENO: result: no" >&5
8361 echo "${ECHO_T}no" >&6; }
8364 if test "x$ac_ct_DLLTOOL" = x
; then
8367 case $cross_compiling:$ac_tool_warned in
8369 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8370 whose name does not start with the host triplet. If you think this
8371 configuration is useful to you, please write to autoconf@gnu.org." >&5
8372 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8373 whose name does not start with the host triplet. If you think this
8374 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8375 ac_tool_warned
=yes ;;
8377 DLLTOOL
=$ac_ct_DLLTOOL
8380 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8383 if test -n "$ac_tool_prefix"; then
8384 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8385 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8388 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8389 echo $ECHO_N "(cached) $ECHO_C" >&6
8391 if test -n "$DLLWRAP"; then
8392 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8394 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8398 test -z "$as_dir" && as_dir
=.
8399 for ac_exec_ext
in '' $ac_executable_extensions; do
8400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8401 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8411 DLLWRAP
=$ac_cv_prog_DLLWRAP
8412 if test -n "$DLLWRAP"; then
8413 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8414 echo "${ECHO_T}$DLLWRAP" >&6; }
8416 { echo "$as_me:$LINENO: result: no" >&5
8417 echo "${ECHO_T}no" >&6; }
8422 if test -z "$ac_cv_prog_DLLWRAP"; then
8423 ac_ct_DLLWRAP
=$DLLWRAP
8424 # Extract the first word of "dllwrap", so it can be a program name with args.
8425 set dummy dllwrap
; ac_word
=$2
8426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8428 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8429 echo $ECHO_N "(cached) $ECHO_C" >&6
8431 if test -n "$ac_ct_DLLWRAP"; then
8432 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8434 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8438 test -z "$as_dir" && as_dir
=.
8439 for ac_exec_ext
in '' $ac_executable_extensions; do
8440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8441 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8451 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8452 if test -n "$ac_ct_DLLWRAP"; then
8453 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8454 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8456 { echo "$as_me:$LINENO: result: no" >&5
8457 echo "${ECHO_T}no" >&6; }
8460 if test "x$ac_ct_DLLWRAP" = x
; then
8463 case $cross_compiling:$ac_tool_warned in
8465 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8466 whose name does not start with the host triplet. If you think this
8467 configuration is useful to you, please write to autoconf@gnu.org." >&5
8468 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8469 whose name does not start with the host triplet. If you think this
8470 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8471 ac_tool_warned
=yes ;;
8473 DLLWRAP
=$ac_ct_DLLWRAP
8476 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8479 if test -n "$ac_tool_prefix"; then
8480 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8481 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8482 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8483 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8484 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8485 echo $ECHO_N "(cached) $ECHO_C" >&6
8487 if test -n "$MINGWAR"; then
8488 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8490 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8494 test -z "$as_dir" && as_dir
=.
8495 for ac_exec_ext
in '' $ac_executable_extensions; do
8496 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8497 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8498 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8507 MINGWAR
=$ac_cv_prog_MINGWAR
8508 if test -n "$MINGWAR"; then
8509 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8510 echo "${ECHO_T}$MINGWAR" >&6; }
8512 { echo "$as_me:$LINENO: result: no" >&5
8513 echo "${ECHO_T}no" >&6; }
8518 if test -z "$ac_cv_prog_MINGWAR"; then
8519 ac_ct_MINGWAR
=$MINGWAR
8520 # Extract the first word of "ar", so it can be a program name with args.
8521 set dummy
ar; ac_word
=$2
8522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8524 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8525 echo $ECHO_N "(cached) $ECHO_C" >&6
8527 if test -n "$ac_ct_MINGWAR"; then
8528 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8530 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8534 test -z "$as_dir" && as_dir
=.
8535 for ac_exec_ext
in '' $ac_executable_extensions; do
8536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8537 ac_cv_prog_ac_ct_MINGWAR
="ar"
8538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8547 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8548 if test -n "$ac_ct_MINGWAR"; then
8549 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8550 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8552 { echo "$as_me:$LINENO: result: no" >&5
8553 echo "${ECHO_T}no" >&6; }
8556 if test "x$ac_ct_MINGWAR" = x
; then
8559 case $cross_compiling:$ac_tool_warned in
8561 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8562 whose name does not start with the host triplet. If you think this
8563 configuration is useful to you, please write to autoconf@gnu.org." >&5
8564 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8565 whose name does not start with the host triplet. If you think this
8566 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8567 ac_tool_warned
=yes ;;
8569 MINGWAR
=$ac_ct_MINGWAR
8572 MINGWAR
="$ac_cv_prog_MINGWAR"
8575 if test "$DLLWRAP" = "false"; then
8587 DLLFLAGS
="$DLLFLAGS -fPIC"
8588 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8589 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8590 LDSHARED
="\$(CC) -dynamiclib"
8592 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8593 SECURITYLIB
="-framework Security -framework CoreFoundation"
8595 COREFOUNDATIONLIB
="-framework CoreFoundation"
8597 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8599 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8601 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8603 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8606 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8608 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8613 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8615 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8617 CARBONLIB
="-framework Carbon"
8619 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8623 DLLFLAGS
="$DLLFLAGS -fPIC"
8625 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8626 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8627 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8628 echo $ECHO_N "(cached) $ECHO_C" >&6
8630 ac_wine_try_cflags_saved
=$CFLAGS
8631 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8632 cat >conftest.
$ac_ext <<_ACEOF
8635 rm -f conftest.
$ac_objext conftest
$ac_exeext
8636 if { (ac_try
="$ac_link"
8638 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8639 *) ac_try_echo=$ac_try;;
8641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8642 (eval "$ac_link") 2>conftest.er1
8644 grep -v '^ *+' conftest.er1 >conftest.err
8646 cat conftest.err >&5
8647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8648 (exit $ac_status); } && {
8649 test -z "$ac_c_werror_flag" ||
8650 test ! -s conftest.err
8651 } && test -s conftest$ac_exeext &&
8652 $as_test_x conftest$ac_exeext; then
8653 ac_cv_c_dll_gnuelf="yes"
8655 echo "$as_me: failed program was:" >&5
8656 sed 's/^/| /' conftest.$ac_ext >&5
8658 ac_cv_c_dll_gnuelf="no"
8661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8662 conftest$ac_exeext conftest.$ac_ext
8663 CFLAGS=$ac_wine_try_cflags_saved
8665 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8666 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8667 if test "$ac_cv_c_dll_gnuelf" = "yes"
8669 LDSHARED="\$(CC) -shared"
8670 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8671 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8672 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8673 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8674 echo $ECHO_N "(cached) $ECHO_C" >&6
8676 ac_wine_try_cflags_saved=$CFLAGS
8677 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8678 cat >conftest.$ac_ext <<_ACEOF
8681 cat confdefs.h >>conftest.$ac_ext
8682 cat >>conftest.$ac_ext <<_ACEOF
8683 /* end confdefs.h. */
8693 rm -f conftest.$ac_objext conftest$ac_exeext
8694 if { (ac_try="$ac_link"
8696 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8697 *) ac_try_echo
=$ac_try;;
8699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8700 (eval "$ac_link") 2>conftest.er1
8702 grep -v '^ *+' conftest.er1
>conftest.err
8704 cat conftest.err
>&5
8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8706 (exit $ac_status); } && {
8707 test -z "$ac_c_werror_flag" ||
8708 test ! -s conftest.err
8709 } && test -s conftest
$ac_exeext &&
8710 $as_test_x conftest
$ac_exeext; then
8711 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8713 echo "$as_me: failed program was:" >&5
8714 sed 's/^/| /' conftest.
$ac_ext >&5
8716 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8719 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8720 conftest
$ac_exeext conftest.
$ac_ext
8721 CFLAGS
=$ac_wine_try_cflags_saved
8723 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8724 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8725 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8726 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8728 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8729 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8730 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8731 echo $ECHO_N "(cached) $ECHO_C" >&6
8733 ac_wine_try_cflags_saved
=$CFLAGS
8734 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8735 cat >conftest.
$ac_ext <<_ACEOF
8738 cat confdefs.h
>>conftest.
$ac_ext
8739 cat >>conftest.
$ac_ext <<_ACEOF
8740 /* end confdefs.h. */
8750 rm -f conftest.
$ac_objext conftest
$ac_exeext
8751 if { (ac_try
="$ac_link"
8753 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8754 *) ac_try_echo=$ac_try;;
8756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8757 (eval "$ac_link") 2>conftest.er1
8759 grep -v '^ *+' conftest.er1 >conftest.err
8761 cat conftest.err >&5
8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 (exit $ac_status); } && {
8764 test -z "$ac_c_werror_flag" ||
8765 test ! -s conftest.err
8766 } && test -s conftest$ac_exeext &&
8767 $as_test_x conftest$ac_exeext; then
8768 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8770 echo "$as_me: failed program was:" >&5
8771 sed 's/^/| /' conftest.$ac_ext >&5
8773 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8777 conftest$ac_exeext conftest.$ac_ext
8778 CFLAGS=$ac_wine_try_cflags_saved
8780 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8781 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8782 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8783 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8789 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8790 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8791 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8792 echo $ECHO_N "(cached) $ECHO_C" >&6
8794 ac_wine_try_cflags_saved=$CFLAGS
8795 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8796 cat >conftest.$ac_ext <<_ACEOF
8799 cat confdefs.h >>conftest.$ac_ext
8800 cat >>conftest.$ac_ext <<_ACEOF
8801 /* end confdefs.h. */
8811 rm -f conftest.$ac_objext conftest$ac_exeext
8812 if { (ac_try="$ac_link"
8814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8815 *) ac_try_echo
=$ac_try;;
8817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8818 (eval "$ac_link") 2>conftest.er1
8820 grep -v '^ *+' conftest.er1
>conftest.err
8822 cat conftest.err
>&5
8823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8824 (exit $ac_status); } && {
8825 test -z "$ac_c_werror_flag" ||
8826 test ! -s conftest.err
8827 } && test -s conftest
$ac_exeext &&
8828 $as_test_x conftest
$ac_exeext; then
8829 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8831 echo "$as_me: failed program was:" >&5
8832 sed 's/^/| /' conftest.
$ac_ext >&5
8834 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8837 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8838 conftest
$ac_exeext conftest.
$ac_ext
8839 CFLAGS
=$ac_wine_try_cflags_saved
8841 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8842 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8843 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8844 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8848 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8849 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8850 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8851 echo $ECHO_N "(cached) $ECHO_C" >&6
8853 ac_wine_try_cflags_saved
=$CFLAGS
8854 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8855 cat >conftest.
$ac_ext <<_ACEOF
8858 cat confdefs.h
>>conftest.
$ac_ext
8859 cat >>conftest.
$ac_ext <<_ACEOF
8860 /* end confdefs.h. */
8870 rm -f conftest.
$ac_objext conftest
$ac_exeext
8871 if { (ac_try
="$ac_link"
8873 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8874 *) ac_try_echo=$ac_try;;
8876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8877 (eval "$ac_link") 2>conftest.er1
8879 grep -v '^ *+' conftest.er1 >conftest.err
8881 cat conftest.err >&5
8882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8883 (exit $ac_status); } && {
8884 test -z "$ac_c_werror_flag" ||
8885 test ! -s conftest.err
8886 } && test -s conftest$ac_exeext &&
8887 $as_test_x conftest$ac_exeext; then
8888 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8890 echo "$as_me: failed program was:" >&5
8891 sed 's/^/| /' conftest.$ac_ext >&5
8893 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8897 conftest$ac_exeext conftest.$ac_ext
8898 CFLAGS=$ac_wine_try_cflags_saved
8900 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8901 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8902 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8903 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8907 echo '{ global: *; };' >conftest.map
8908 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8909 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8910 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8911 echo $ECHO_N "(cached) $ECHO_C" >&6
8913 ac_wine_try_cflags_saved=$CFLAGS
8914 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8915 cat >conftest.$ac_ext <<_ACEOF
8918 cat confdefs.h >>conftest.$ac_ext
8919 cat >>conftest.$ac_ext <<_ACEOF
8920 /* end confdefs.h. */
8930 rm -f conftest.$ac_objext conftest$ac_exeext
8931 if { (ac_try="$ac_link"
8933 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8934 *) ac_try_echo
=$ac_try;;
8936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8937 (eval "$ac_link") 2>conftest.er1
8939 grep -v '^ *+' conftest.er1
>conftest.err
8941 cat conftest.err
>&5
8942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8943 (exit $ac_status); } && {
8944 test -z "$ac_c_werror_flag" ||
8945 test ! -s conftest.err
8946 } && test -s conftest
$ac_exeext &&
8947 $as_test_x conftest
$ac_exeext; then
8948 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8950 echo "$as_me: failed program was:" >&5
8951 sed 's/^/| /' conftest.
$ac_ext >&5
8953 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8956 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8957 conftest
$ac_exeext conftest.
$ac_ext
8958 CFLAGS
=$ac_wine_try_cflags_saved
8960 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8961 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8962 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8963 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8968 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8969 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8970 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8971 echo $ECHO_N "(cached) $ECHO_C" >&6
8973 ac_wine_try_cflags_saved
=$CFLAGS
8974 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8975 cat >conftest.
$ac_ext <<_ACEOF
8978 cat confdefs.h
>>conftest.
$ac_ext
8979 cat >>conftest.
$ac_ext <<_ACEOF
8980 /* end confdefs.h. */
8990 rm -f conftest.
$ac_objext conftest
$ac_exeext
8991 if { (ac_try
="$ac_link"
8993 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8994 *) ac_try_echo=$ac_try;;
8996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8997 (eval "$ac_link") 2>conftest.er1
8999 grep -v '^ *+' conftest.er1 >conftest.err
9001 cat conftest.err >&5
9002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9003 (exit $ac_status); } && {
9004 test -z "$ac_c_werror_flag" ||
9005 test ! -s conftest.err
9006 } && test -s conftest$ac_exeext &&
9007 $as_test_x conftest$ac_exeext; then
9008 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9010 echo "$as_me: failed program was:" >&5
9011 sed 's/^/| /' conftest.$ac_ext >&5
9013 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9017 conftest$ac_exeext conftest.$ac_ext
9018 CFLAGS=$ac_wine_try_cflags_saved
9020 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9021 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9022 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9023 LDEXECFLAGS="-Wl,--export-dynamic"
9028 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9029 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9030 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9031 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9032 echo $ECHO_N "(cached) $ECHO_C" >&6
9034 ac_wine_try_cflags_saved=$CFLAGS
9035 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9036 cat >conftest.$ac_ext <<_ACEOF
9039 cat confdefs.h >>conftest.$ac_ext
9040 cat >>conftest.$ac_ext <<_ACEOF
9041 /* end confdefs.h. */
9051 rm -f conftest.$ac_objext conftest$ac_exeext
9052 if { (ac_try="$ac_link"
9054 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9055 *) ac_try_echo
=$ac_try;;
9057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9058 (eval "$ac_link") 2>conftest.er1
9060 grep -v '^ *+' conftest.er1
>conftest.err
9062 cat conftest.err
>&5
9063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9064 (exit $ac_status); } && {
9065 test -z "$ac_c_werror_flag" ||
9066 test ! -s conftest.err
9067 } && test -s conftest
$ac_exeext &&
9068 $as_test_x conftest
$ac_exeext; then
9069 eval "$as_ac_var=yes"
9071 echo "$as_me: failed program was:" >&5
9072 sed 's/^/| /' conftest.
$ac_ext >&5
9074 eval "$as_ac_var=no"
9077 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9078 conftest
$ac_exeext conftest.
$ac_ext
9079 CFLAGS
=$ac_wine_try_cflags_saved
9081 ac_res
=`eval echo '${'$as_ac_var'}'`
9082 { echo "$as_me:$LINENO: result: $ac_res" >&5
9083 echo "${ECHO_T}$ac_res" >&6; }
9084 if test `eval echo '${'$as_ac_var'}'` = yes; then
9085 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9086 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9088 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9089 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9090 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9091 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9092 echo $ECHO_N "(cached) $ECHO_C" >&6
9094 ac_wine_try_cflags_saved
=$CFLAGS
9095 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9096 cat >conftest.
$ac_ext <<_ACEOF
9099 cat confdefs.h
>>conftest.
$ac_ext
9100 cat >>conftest.
$ac_ext <<_ACEOF
9101 /* end confdefs.h. */
9111 rm -f conftest.
$ac_objext conftest
$ac_exeext
9112 if { (ac_try
="$ac_link"
9114 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9115 *) ac_try_echo=$ac_try;;
9117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9118 (eval "$ac_link") 2>conftest.er1
9120 grep -v '^ *+' conftest.er1 >conftest.err
9122 cat conftest.err >&5
9123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9124 (exit $ac_status); } && {
9125 test -z "$ac_c_werror_flag" ||
9126 test ! -s conftest.err
9127 } && test -s conftest$ac_exeext &&
9128 $as_test_x conftest$ac_exeext; then
9129 eval "$as_ac_var=yes"
9131 echo "$as_me: failed program was:" >&5
9132 sed 's/^/| /' conftest.$ac_ext >&5
9134 eval "$as_ac_var=no"
9137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9138 conftest$ac_exeext conftest.$ac_ext
9139 CFLAGS=$ac_wine_try_cflags_saved
9141 ac_res=`eval echo '${'$as_ac_var'}'`
9142 { echo "$as_me:$LINENO: result: $ac_res" >&5
9143 echo "${ECHO_T}$ac_res" >&6; }
9144 if test `eval echo '${'$as_ac_var'}'` = yes; then
9145 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9146 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9152 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9153 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9154 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9155 echo $ECHO_N "(cached) $ECHO_C" >&6
9157 ac_wine_try_cflags_saved=$CFLAGS
9158 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9159 cat >conftest.$ac_ext <<_ACEOF
9162 cat confdefs.h >>conftest.$ac_ext
9163 cat >>conftest.$ac_ext <<_ACEOF
9164 /* end confdefs.h. */
9174 rm -f conftest.$ac_objext conftest$ac_exeext
9175 if { (ac_try="$ac_link"
9177 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9178 *) ac_try_echo
=$ac_try;;
9180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9181 (eval "$ac_link") 2>conftest.er1
9183 grep -v '^ *+' conftest.er1
>conftest.err
9185 cat conftest.err
>&5
9186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9187 (exit $ac_status); } && {
9188 test -z "$ac_c_werror_flag" ||
9189 test ! -s conftest.err
9190 } && test -s conftest
$ac_exeext &&
9191 $as_test_x conftest
$ac_exeext; then
9192 ac_cv_cflags__Wl___enable_new_dtags
=yes
9194 echo "$as_me: failed program was:" >&5
9195 sed 's/^/| /' conftest.
$ac_ext >&5
9197 ac_cv_cflags__Wl___enable_new_dtags
=no
9200 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9201 conftest
$ac_exeext conftest.
$ac_ext
9202 CFLAGS
=$ac_wine_try_cflags_saved
9204 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9205 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9206 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9207 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9212 *i
[3456789]86* | x86_64
)
9213 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9214 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9215 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9216 echo $ECHO_N "(cached) $ECHO_C" >&6
9218 ac_wine_try_cflags_saved
=$CFLAGS
9219 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9220 cat >conftest.
$ac_ext <<_ACEOF
9223 cat confdefs.h
>>conftest.
$ac_ext
9224 cat >>conftest.
$ac_ext <<_ACEOF
9225 /* end confdefs.h. */
9235 rm -f conftest.
$ac_objext conftest
$ac_exeext
9236 if { (ac_try
="$ac_link"
9238 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9239 *) ac_try_echo=$ac_try;;
9241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9242 (eval "$ac_link") 2>conftest.er1
9244 grep -v '^ *+' conftest.er1 >conftest.err
9246 cat conftest.err >&5
9247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9248 (exit $ac_status); } && {
9249 test -z "$ac_c_werror_flag" ||
9250 test ! -s conftest.err
9251 } && test -s conftest$ac_exeext &&
9252 $as_test_x conftest$ac_exeext; then
9253 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9255 echo "$as_me: failed program was:" >&5
9256 sed 's/^/| /' conftest.$ac_ext >&5
9258 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9262 conftest$ac_exeext conftest.$ac_ext
9263 CFLAGS=$ac_wine_try_cflags_saved
9265 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9266 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9267 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9268 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9275 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9276 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9277 if test "${ac_cv_c_dll_unixware+set}" = set; then
9278 echo $ECHO_N "(cached) $ECHO_C" >&6
9280 ac_wine_try_cflags_saved=$CFLAGS
9281 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9282 cat >conftest.$ac_ext <<_ACEOF
9285 rm -f conftest.$ac_objext conftest$ac_exeext
9286 if { (ac_try="$ac_link"
9288 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9289 *) ac_try_echo
=$ac_try;;
9291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9292 (eval "$ac_link") 2>conftest.er1
9294 grep -v '^ *+' conftest.er1
>conftest.err
9296 cat conftest.err
>&5
9297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9298 (exit $ac_status); } && {
9299 test -z "$ac_c_werror_flag" ||
9300 test ! -s conftest.err
9301 } && test -s conftest
$ac_exeext &&
9302 $as_test_x conftest
$ac_exeext; then
9303 ac_cv_c_dll_unixware
="yes"
9305 echo "$as_me: failed program was:" >&5
9306 sed 's/^/| /' conftest.
$ac_ext >&5
9308 ac_cv_c_dll_unixware
="no"
9311 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9312 conftest
$ac_exeext conftest.
$ac_ext
9313 CFLAGS
=$ac_wine_try_cflags_saved
9315 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9316 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9317 if test "$ac_cv_c_dll_unixware" = "yes"
9319 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9320 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9323 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9324 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9325 if test "${ac_cv_c_dll_hpux+set}" = set; then
9326 echo $ECHO_N "(cached) $ECHO_C" >&6
9328 ac_wine_try_cflags_saved
=$CFLAGS
9329 CFLAGS
="$CFLAGS -shared"
9330 cat >conftest.
$ac_ext <<_ACEOF
9333 rm -f conftest.
$ac_objext conftest
$ac_exeext
9334 if { (ac_try
="$ac_link"
9336 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9337 *) ac_try_echo=$ac_try;;
9339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9340 (eval "$ac_link") 2>conftest.er1
9342 grep -v '^ *+' conftest.er1 >conftest.err
9344 cat conftest.err >&5
9345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346 (exit $ac_status); } && {
9347 test -z "$ac_c_werror_flag" ||
9348 test ! -s conftest.err
9349 } && test -s conftest$ac_exeext &&
9350 $as_test_x conftest$ac_exeext; then
9351 ac_cv_c_dll_hpux="yes"
9353 echo "$as_me: failed program was:" >&5
9354 sed 's/^/| /' conftest.$ac_ext >&5
9356 ac_cv_c_dll_hpux="no"
9359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9360 conftest$ac_exeext conftest.$ac_ext
9361 CFLAGS=$ac_wine_try_cflags_saved
9363 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9364 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9365 if test "$ac_cv_c_dll_hpux" = "yes"
9369 LDDLLFLAGS="-shared -fPIC"
9370 LDSHARED="\$(CC) -shared"
9377 if test "$cross_compiling" = "no"
9379 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9381 # Extract the first word of "$ac_prog", so it can be a program name with args.
9382 set dummy $ac_prog; ac_word=$2
9383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9385 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9386 echo $ECHO_N "(cached) $ECHO_C" >&6
9388 if test -n "$CROSSCC"; then
9389 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9395 test -z "$as_dir" && as_dir=.
9396 for ac_exec_ext in '' $ac_executable_extensions; do
9397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9398 ac_cv_prog_CROSSCC="$ac_prog"
9399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9408 CROSSCC=$ac_cv_prog_CROSSCC
9409 if test -n "$CROSSCC"; then
9410 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9411 echo "${ECHO_T}$CROSSCC" >&6; }
9413 { echo "$as_me:$LINENO: result: no" >&5
9414 echo "${ECHO_T}no" >&6; }
9418 test -n "$CROSSCC" && break
9420 test -n "$CROSSCC" || CROSSCC="false"
9422 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9424 # Extract the first word of "$ac_prog", so it can be a program name with args.
9425 set dummy $ac_prog; ac_word=$2
9426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9428 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9429 echo $ECHO_N "(cached) $ECHO_C" >&6
9431 if test -n "$DLLTOOL"; then
9432 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9438 test -z "$as_dir" && as_dir=.
9439 for ac_exec_ext in '' $ac_executable_extensions; do
9440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9441 ac_cv_prog_DLLTOOL="$ac_prog"
9442 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9451 DLLTOOL=$ac_cv_prog_DLLTOOL
9452 if test -n "$DLLTOOL"; then
9453 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9454 echo "${ECHO_T}$DLLTOOL" >&6; }
9456 { echo "$as_me:$LINENO: result: no" >&5
9457 echo "${ECHO_T}no" >&6; }
9461 test -n "$DLLTOOL" && break
9463 test -n "$DLLTOOL" || DLLTOOL="false"
9465 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9467 # Extract the first word of "$ac_prog", so it can be a program name with args.
9468 set dummy $ac_prog; ac_word=$2
9469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9471 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9472 echo $ECHO_N "(cached) $ECHO_C" >&6
9474 if test -n "$CROSSWINDRES"; then
9475 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9481 test -z "$as_dir" && as_dir=.
9482 for ac_exec_ext in '' $ac_executable_extensions; do
9483 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9484 ac_cv_prog_CROSSWINDRES="$ac_prog"
9485 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9494 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9495 if test -n "$CROSSWINDRES"; then
9496 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9497 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9499 { echo "$as_me:$LINENO: result: no" >&5
9500 echo "${ECHO_T}no" >&6; }
9504 test -n "$CROSSWINDRES" && break
9506 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9508 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9510 # Extract the first word of "$ac_prog", so it can be a program name with args.
9511 set dummy $ac_prog; ac_word=$2
9512 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9514 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9515 echo $ECHO_N "(cached) $ECHO_C" >&6
9517 if test -n "$MINGWAR"; then
9518 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9524 test -z "$as_dir" && as_dir=.
9525 for ac_exec_ext in '' $ac_executable_extensions; do
9526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9527 ac_cv_prog_MINGWAR="$ac_prog"
9528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9537 MINGWAR=$ac_cv_prog_MINGWAR
9538 if test -n "$MINGWAR"; then
9539 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9540 echo "${ECHO_T}$MINGWAR" >&6; }
9542 { echo "$as_me:$LINENO: result: no" >&5
9543 echo "${ECHO_T}no" >&6; }
9547 test -n "$MINGWAR" && break
9549 test -n "$MINGWAR" || MINGWAR="false"
9551 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9556 enable_winequartz_drv=${enable_winequartz_drv:-no}
9558 if test "$LIBEXT" = "a"; then
9559 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9560 It is currently not possible to build Wine without shared library
9561 (.so) support to allow transparent switch between .so and .dll files.
9562 If you are using Linux, you will need a newer binutils.
9564 echo "$as_me: error: could not find a way to build shared libraries.
9565 It is currently not possible to build Wine without shared library
9566 (.so) support to allow transparent switch between .so and .dll files.
9567 If you are using Linux, you will need a newer binutils.
9569 { (exit 1); exit 1; }; }
9573 if test "$have_x" = "yes"
9576 ac_save_CPPFLAGS="$CPPFLAGS"
9577 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9579 { echo "$as_me:$LINENO: checking for -lX11" >&5
9580 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9581 if test "${ac_cv_lib_soname_X11+set}" = set; then
9582 echo $ECHO_N "(cached) $ECHO_C" >&6
9584 ac_check_soname_save_LIBS=$LIBS
9585 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9586 cat >conftest.$ac_ext <<_ACEOF
9589 cat confdefs.h >>conftest.$ac_ext
9590 cat >>conftest.$ac_ext <<_ACEOF
9591 /* end confdefs.h. */
9593 /* Override any GCC internal prototype to avoid an error.
9594 Use char because int might match the return type of a GCC
9595 builtin and then its argument prototype would still apply. */
9599 char XCreateWindow ();
9603 return XCreateWindow ();
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 if { (ac_try="$ac_link"
9611 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9612 *) ac_try_echo
=$ac_try;;
9614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9615 (eval "$ac_link") 2>conftest.er1
9617 grep -v '^ *+' conftest.er1
>conftest.err
9619 cat conftest.err
>&5
9620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9621 (exit $ac_status); } && {
9622 test -z "$ac_c_werror_flag" ||
9623 test ! -s conftest.err
9624 } && test -s conftest
$ac_exeext &&
9625 $as_test_x conftest
$ac_exeext; then
9628 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'` ;;
9629 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9632 echo "$as_me: failed program was:" >&5
9633 sed 's/^/| /' conftest.
$ac_ext >&5
9638 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9639 conftest
$ac_exeext conftest.
$ac_ext
9640 LIBS
=$ac_check_soname_save_LIBS
9642 if test "x$ac_cv_lib_soname_X11" = "x"; then
9643 { echo "$as_me:$LINENO: result: not found" >&5
9644 echo "${ECHO_T}not found" >&6; }
9647 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9648 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9650 cat >>confdefs.h
<<_ACEOF
9651 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9657 { echo "$as_me:$LINENO: checking for -lXext" >&5
9658 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9659 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9660 echo $ECHO_N "(cached) $ECHO_C" >&6
9662 ac_check_soname_save_LIBS
=$LIBS
9663 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9664 cat >conftest.
$ac_ext <<_ACEOF
9667 cat confdefs.h
>>conftest.
$ac_ext
9668 cat >>conftest.
$ac_ext <<_ACEOF
9669 /* end confdefs.h. */
9671 /* Override any GCC internal prototype to avoid an error.
9672 Use char because int might match the return type of a GCC
9673 builtin and then its argument prototype would still apply. */
9677 char XextCreateExtension ();
9681 return XextCreateExtension ();
9686 rm -f conftest.
$ac_objext conftest
$ac_exeext
9687 if { (ac_try
="$ac_link"
9689 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9690 *) ac_try_echo=$ac_try;;
9692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9693 (eval "$ac_link") 2>conftest.er1
9695 grep -v '^ *+' conftest.er1 >conftest.err
9697 cat conftest.err >&5
9698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9699 (exit $ac_status); } && {
9700 test -z "$ac_c_werror_flag" ||
9701 test ! -s conftest.err
9702 } && test -s conftest$ac_exeext &&
9703 $as_test_x conftest$ac_exeext; then
9706 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'` ;;
9707 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9710 echo "$as_me: failed program was:" >&5
9711 sed 's/^/| /' conftest.$ac_ext >&5
9716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9717 conftest$ac_exeext conftest.$ac_ext
9718 LIBS=$ac_check_soname_save_LIBS
9720 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9721 { echo "$as_me:$LINENO: result: not found" >&5
9722 echo "${ECHO_T}not found" >&6; }
9725 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9726 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9728 cat >>confdefs.h <<_ACEOF
9729 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9748 for ac_header in X11/Xlib.h \
9751 X11/Xcursor/Xcursor.h \
9752 X11/extensions/shape.h \
9753 X11/extensions/XInput.h \
9754 X11/extensions/XShm.h \
9755 X11/extensions/Xcomposite.h \
9756 X11/extensions/Xinerama.h \
9757 X11/extensions/Xrandr.h \
9758 X11/extensions/Xrender.h \
9759 X11/extensions/xf86vmode.h
9761 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9762 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9763 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9765 echo $ECHO_N "(cached) $ECHO_C" >&6
9767 cat >conftest.$ac_ext <<_ACEOF
9770 cat confdefs.h >>conftest.$ac_ext
9771 cat >>conftest.$ac_ext <<_ACEOF
9772 /* end confdefs.h. */
9773 #ifdef HAVE_X11_XLIB_H
9774 # include <X11/Xlib.h>
9776 #ifdef HAVE_X11_XUTIL_H
9777 # include <X11/Xutil.h>
9780 #include <$ac_header>
9782 rm -f conftest.$ac_objext
9783 if { (ac_try="$ac_compile"
9785 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9786 *) ac_try_echo
=$ac_try;;
9788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9789 (eval "$ac_compile") 2>conftest.er1
9791 grep -v '^ *+' conftest.er1
>conftest.err
9793 cat conftest.err
>&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 (exit $ac_status); } && {
9796 test -z "$ac_c_werror_flag" ||
9797 test ! -s conftest.err
9798 } && test -s conftest.
$ac_objext; then
9799 eval "$as_ac_Header=yes"
9801 echo "$as_me: failed program was:" >&5
9802 sed 's/^/| /' conftest.
$ac_ext >&5
9804 eval "$as_ac_Header=no"
9807 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9809 ac_res
=`eval echo '${'$as_ac_Header'}'`
9810 { echo "$as_me:$LINENO: result: $ac_res" >&5
9811 echo "${ECHO_T}$ac_res" >&6; }
9812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9813 cat >>confdefs.h
<<_ACEOF
9814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9822 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9824 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9825 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9826 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9827 echo $ECHO_N "(cached) $ECHO_C" >&6
9829 ac_check_lib_save_LIBS
=$LIBS
9830 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9831 cat >conftest.
$ac_ext <<_ACEOF
9834 cat confdefs.h
>>conftest.
$ac_ext
9835 cat >>conftest.
$ac_ext <<_ACEOF
9836 /* end confdefs.h. */
9838 /* Override any GCC internal prototype to avoid an error.
9839 Use char because int might match the return type of a GCC
9840 builtin and then its argument prototype would still apply. */
9844 char XkbQueryExtension ();
9848 return XkbQueryExtension ();
9853 rm -f conftest.
$ac_objext conftest
$ac_exeext
9854 if { (ac_try
="$ac_link"
9856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9857 *) ac_try_echo=$ac_try;;
9859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9860 (eval "$ac_link") 2>conftest.er1
9862 grep -v '^ *+' conftest.er1 >conftest.err
9864 cat conftest.err >&5
9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 (exit $ac_status); } && {
9867 test -z "$ac_c_werror_flag" ||
9868 test ! -s conftest.err
9869 } && test -s conftest$ac_exeext &&
9870 $as_test_x conftest$ac_exeext; then
9871 ac_cv_lib_X11_XkbQueryExtension=yes
9873 echo "$as_me: failed program was:" >&5
9874 sed 's/^/| /' conftest.$ac_ext >&5
9876 ac_cv_lib_X11_XkbQueryExtension=no
9879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9880 conftest$ac_exeext conftest.$ac_ext
9881 LIBS=$ac_check_lib_save_LIBS
9883 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9884 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9885 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9887 cat >>confdefs.h <<\_ACEOF
9895 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9897 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9898 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9899 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9900 echo $ECHO_N "(cached) $ECHO_C" >&6
9902 ac_check_soname_save_LIBS=$LIBS
9903 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9904 cat >conftest.$ac_ext <<_ACEOF
9907 cat confdefs.h >>conftest.$ac_ext
9908 cat >>conftest.$ac_ext <<_ACEOF
9909 /* end confdefs.h. */
9911 /* Override any GCC internal prototype to avoid an error.
9912 Use char because int might match the return type of a GCC
9913 builtin and then its argument prototype would still apply. */
9917 char XcursorImageLoadCursor ();
9921 return XcursorImageLoadCursor ();
9926 rm -f conftest.$ac_objext conftest$ac_exeext
9927 if { (ac_try="$ac_link"
9929 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9930 *) ac_try_echo
=$ac_try;;
9932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9933 (eval "$ac_link") 2>conftest.er1
9935 grep -v '^ *+' conftest.er1
>conftest.err
9937 cat conftest.err
>&5
9938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9939 (exit $ac_status); } && {
9940 test -z "$ac_c_werror_flag" ||
9941 test ! -s conftest.err
9942 } && test -s conftest
$ac_exeext &&
9943 $as_test_x conftest
$ac_exeext; then
9946 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'` ;;
9947 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9950 echo "$as_me: failed program was:" >&5
9951 sed 's/^/| /' conftest.
$ac_ext >&5
9956 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9957 conftest
$ac_exeext conftest.
$ac_ext
9958 LIBS
=$ac_check_soname_save_LIBS
9960 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9961 { echo "$as_me:$LINENO: result: not found" >&5
9962 echo "${ECHO_T}not found" >&6; }
9965 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9966 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9968 cat >>confdefs.h
<<_ACEOF
9969 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 case "x$with_xcursor" in
9978 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9980 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9981 This is an error since --with-xcursor was requested." >&5
9982 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9983 This is an error since --with-xcursor was requested." >&2;}
9984 { (exit 1); exit 1; }; } ;;
9989 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9991 { echo "$as_me:$LINENO: checking for -lXi" >&5
9992 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9993 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9994 echo $ECHO_N "(cached) $ECHO_C" >&6
9996 ac_check_soname_save_LIBS
=$LIBS
9997 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9998 cat >conftest.
$ac_ext <<_ACEOF
10001 cat confdefs.h
>>conftest.
$ac_ext
10002 cat >>conftest.
$ac_ext <<_ACEOF
10003 /* end confdefs.h. */
10005 /* Override any GCC internal prototype to avoid an error.
10006 Use char because int might match the return type of a GCC
10007 builtin and then its argument prototype would still apply. */
10011 char XOpenDevice ();
10015 return XOpenDevice ();
10020 rm -f conftest.
$ac_objext conftest
$ac_exeext
10021 if { (ac_try
="$ac_link"
10022 case "(($ac_try" in
10023 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10024 *) ac_try_echo=$ac_try;;
10026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10027 (eval "$ac_link") 2>conftest.er1
10029 grep -v '^ *+' conftest.er1 >conftest.err
10031 cat conftest.err >&5
10032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033 (exit $ac_status); } && {
10034 test -z "$ac_c_werror_flag" ||
10035 test ! -s conftest.err
10036 } && test -s conftest$ac_exeext &&
10037 $as_test_x conftest$ac_exeext; then
10040 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'` ;;
10041 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10044 echo "$as_me: failed program was:" >&5
10045 sed 's/^/| /' conftest.$ac_ext >&5
10050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10051 conftest$ac_exeext conftest.$ac_ext
10052 LIBS=$ac_check_soname_save_LIBS
10054 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10055 { echo "$as_me:$LINENO: result: not found" >&5
10056 echo "${ECHO_T}not found" >&6; }
10059 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10060 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10062 cat >>confdefs.h <<_ACEOF
10063 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 case "x$with_xinput" in
10072 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10074 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10075 This is an error since --with-xinput was requested." >&5
10076 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10077 This is an error since --with-xinput was requested." >&2;}
10078 { (exit 1); exit 1; }; } ;;
10083 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10085 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10086 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10087 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10088 echo $ECHO_N "(cached) $ECHO_C" >&6
10090 ac_check_lib_save_LIBS=$LIBS
10091 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10092 cat >conftest.$ac_ext <<_ACEOF
10095 cat confdefs.h >>conftest.$ac_ext
10096 cat >>conftest.$ac_ext <<_ACEOF
10097 /* end confdefs.h. */
10099 /* Override any GCC internal prototype to avoid an error.
10100 Use char because int might match the return type of a GCC
10101 builtin and then its argument prototype would still apply. */
10105 char XShmQueryExtension ();
10109 return XShmQueryExtension ();
10114 rm -f conftest.$ac_objext conftest$ac_exeext
10115 if { (ac_try="$ac_link"
10116 case "(($ac_try" in
10117 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10118 *) ac_try_echo
=$ac_try;;
10120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10121 (eval "$ac_link") 2>conftest.er1
10123 grep -v '^ *+' conftest.er1
>conftest.err
10125 cat conftest.err
>&5
10126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127 (exit $ac_status); } && {
10128 test -z "$ac_c_werror_flag" ||
10129 test ! -s conftest.err
10130 } && test -s conftest
$ac_exeext &&
10131 $as_test_x conftest
$ac_exeext; then
10132 ac_cv_lib_Xext_XShmQueryExtension
=yes
10134 echo "$as_me: failed program was:" >&5
10135 sed 's/^/| /' conftest.
$ac_ext >&5
10137 ac_cv_lib_Xext_XShmQueryExtension
=no
10140 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10141 conftest
$ac_exeext conftest.
$ac_ext
10142 LIBS
=$ac_check_lib_save_LIBS
10144 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10145 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10146 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10148 cat >>confdefs.h
<<\_ACEOF
10149 #define HAVE_LIBXXSHM 1
10155 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10156 case "x$with_xshm" in
10157 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10159 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10160 This is an error since --with-xshm was requested." >&5
10161 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10162 This is an error since --with-xshm was requested." >&2;}
10163 { (exit 1); exit 1; }; } ;;
10168 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10170 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10171 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10172 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10173 echo $ECHO_N "(cached) $ECHO_C" >&6
10175 ac_check_lib_save_LIBS
=$LIBS
10176 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10177 cat >conftest.
$ac_ext <<_ACEOF
10180 cat confdefs.h
>>conftest.
$ac_ext
10181 cat >>conftest.
$ac_ext <<_ACEOF
10182 /* end confdefs.h. */
10184 /* Override any GCC internal prototype to avoid an error.
10185 Use char because int might match the return type of a GCC
10186 builtin and then its argument prototype would still apply. */
10190 char XShapeQueryExtension ();
10194 return XShapeQueryExtension ();
10199 rm -f conftest.
$ac_objext conftest
$ac_exeext
10200 if { (ac_try
="$ac_link"
10201 case "(($ac_try" in
10202 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10203 *) ac_try_echo=$ac_try;;
10205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10206 (eval "$ac_link") 2>conftest.er1
10208 grep -v '^ *+' conftest.er1 >conftest.err
10210 cat conftest.err >&5
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); } && {
10213 test -z "$ac_c_werror_flag" ||
10214 test ! -s conftest.err
10215 } && test -s conftest$ac_exeext &&
10216 $as_test_x conftest$ac_exeext; then
10217 ac_cv_lib_Xext_XShapeQueryExtension=yes
10219 echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10222 ac_cv_lib_Xext_XShapeQueryExtension=no
10225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10226 conftest$ac_exeext conftest.$ac_ext
10227 LIBS=$ac_check_lib_save_LIBS
10229 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10230 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10231 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10233 cat >>confdefs.h <<\_ACEOF
10234 #define HAVE_LIBXSHAPE 1
10240 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10241 case "x$with_xshape" in
10242 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10244 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10245 This is an error since --with-xshape was requested." >&5
10246 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10247 This is an error since --with-xshape was requested." >&2;}
10248 { (exit 1); exit 1; }; } ;;
10253 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10255 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10256 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10257 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10258 echo $ECHO_N "(cached) $ECHO_C" >&6
10260 ac_check_soname_save_LIBS=$LIBS
10261 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10262 cat >conftest.$ac_ext <<_ACEOF
10265 cat confdefs.h >>conftest.$ac_ext
10266 cat >>conftest.$ac_ext <<_ACEOF
10267 /* end confdefs.h. */
10269 /* Override any GCC internal prototype to avoid an error.
10270 Use char because int might match the return type of a GCC
10271 builtin and then its argument prototype would still apply. */
10275 char XF86VidModeQueryExtension ();
10279 return XF86VidModeQueryExtension ();
10284 rm -f conftest.$ac_objext conftest$ac_exeext
10285 if { (ac_try="$ac_link"
10286 case "(($ac_try" in
10287 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10288 *) ac_try_echo
=$ac_try;;
10290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10291 (eval "$ac_link") 2>conftest.er1
10293 grep -v '^ *+' conftest.er1
>conftest.err
10295 cat conftest.err
>&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 (exit $ac_status); } && {
10298 test -z "$ac_c_werror_flag" ||
10299 test ! -s conftest.err
10300 } && test -s conftest
$ac_exeext &&
10301 $as_test_x conftest
$ac_exeext; then
10304 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'` ;;
10305 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10308 echo "$as_me: failed program was:" >&5
10309 sed 's/^/| /' conftest.
$ac_ext >&5
10314 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10315 conftest
$ac_exeext conftest.
$ac_ext
10316 LIBS
=$ac_check_soname_save_LIBS
10318 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10319 { echo "$as_me:$LINENO: result: not found" >&5
10320 echo "${ECHO_T}not found" >&6; }
10323 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10324 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10326 cat >>confdefs.h
<<_ACEOF
10327 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 case "x$with_xxf86vm" in
10336 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10338 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10339 This is an error since --with-xxf86vm was requested." >&5
10340 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10341 This is an error since --with-xxf86vm was requested." >&2;}
10342 { (exit 1); exit 1; }; } ;;
10347 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"
10349 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10350 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10351 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10352 echo $ECHO_N "(cached) $ECHO_C" >&6
10354 ac_check_soname_save_LIBS
=$LIBS
10355 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10356 cat >conftest.
$ac_ext <<_ACEOF
10359 cat confdefs.h
>>conftest.
$ac_ext
10360 cat >>conftest.
$ac_ext <<_ACEOF
10361 /* end confdefs.h. */
10363 /* Override any GCC internal prototype to avoid an error.
10364 Use char because int might match the return type of a GCC
10365 builtin and then its argument prototype would still apply. */
10369 char XRenderQueryExtension ();
10373 return XRenderQueryExtension ();
10378 rm -f conftest.
$ac_objext conftest
$ac_exeext
10379 if { (ac_try
="$ac_link"
10380 case "(($ac_try" in
10381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10382 *) ac_try_echo=$ac_try;;
10384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10385 (eval "$ac_link") 2>conftest.er1
10387 grep -v '^ *+' conftest.er1 >conftest.err
10389 cat conftest.err >&5
10390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391 (exit $ac_status); } && {
10392 test -z "$ac_c_werror_flag" ||
10393 test ! -s conftest.err
10394 } && test -s conftest$ac_exeext &&
10395 $as_test_x conftest$ac_exeext; then
10398 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'` ;;
10399 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10402 echo "$as_me: failed program was:" >&5
10403 sed 's/^/| /' conftest.$ac_ext >&5
10408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10409 conftest$ac_exeext conftest.$ac_ext
10410 LIBS=$ac_check_soname_save_LIBS
10412 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10413 { echo "$as_me:$LINENO: result: not found" >&5
10414 echo "${ECHO_T}not found" >&6; }
10417 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10418 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10420 cat >>confdefs.h <<_ACEOF
10421 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10424 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10425 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10426 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10427 echo $ECHO_N "(cached) $ECHO_C" >&6
10429 ac_check_lib_save_LIBS=$LIBS
10430 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10431 cat >conftest.$ac_ext <<_ACEOF
10434 cat confdefs.h >>conftest.$ac_ext
10435 cat >>conftest.$ac_ext <<_ACEOF
10436 /* end confdefs.h. */
10438 /* Override any GCC internal prototype to avoid an error.
10439 Use char because int might match the return type of a GCC
10440 builtin and then its argument prototype would still apply. */
10444 char XRenderSetPictureTransform ();
10448 return XRenderSetPictureTransform ();
10453 rm -f conftest.$ac_objext conftest$ac_exeext
10454 if { (ac_try="$ac_link"
10455 case "(($ac_try" in
10456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10457 *) ac_try_echo
=$ac_try;;
10459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10460 (eval "$ac_link") 2>conftest.er1
10462 grep -v '^ *+' conftest.er1
>conftest.err
10464 cat conftest.err
>&5
10465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10466 (exit $ac_status); } && {
10467 test -z "$ac_c_werror_flag" ||
10468 test ! -s conftest.err
10469 } && test -s conftest
$ac_exeext &&
10470 $as_test_x conftest
$ac_exeext; then
10471 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10473 echo "$as_me: failed program was:" >&5
10474 sed 's/^/| /' conftest.
$ac_ext >&5
10476 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10479 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10480 conftest
$ac_exeext conftest.
$ac_ext
10481 LIBS
=$ac_check_lib_save_LIBS
10483 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10484 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10485 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10487 cat >>confdefs.h
<<\_ACEOF
10488 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10497 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10498 case "x$with_xrender" in
10499 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10501 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10502 This is an error since --with-xrender was requested." >&5
10503 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10504 This is an error since --with-xrender was requested." >&2;}
10505 { (exit 1); exit 1; }; } ;;
10510 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10512 cat >conftest.
$ac_ext <<_ACEOF
10515 cat confdefs.h
>>conftest.
$ac_ext
10516 cat >>conftest.
$ac_ext <<_ACEOF
10517 /* end confdefs.h. */
10518 #include <X11/Xlib.h>
10519 #include <X11/extensions/Xrandr.h>
10523 static typeof(XRRSetScreenConfigAndRate) * func;
10528 rm -f conftest.
$ac_objext
10529 if { (ac_try
="$ac_compile"
10530 case "(($ac_try" in
10531 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10532 *) ac_try_echo=$ac_try;;
10534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10535 (eval "$ac_compile") 2>conftest.er1
10537 grep -v '^ *+' conftest.er1 >conftest.err
10539 cat conftest.err >&5
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && {
10542 test -z "$ac_c_werror_flag" ||
10543 test ! -s conftest.err
10544 } && test -s conftest.$ac_objext; then
10545 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10546 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10547 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10548 echo $ECHO_N "(cached) $ECHO_C" >&6
10550 ac_check_soname_save_LIBS=$LIBS
10551 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10552 cat >conftest.$ac_ext <<_ACEOF
10555 cat confdefs.h >>conftest.$ac_ext
10556 cat >>conftest.$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10559 /* Override any GCC internal prototype to avoid an error.
10560 Use char because int might match the return type of a GCC
10561 builtin and then its argument prototype would still apply. */
10565 char XRRQueryExtension ();
10569 return XRRQueryExtension ();
10574 rm -f conftest.$ac_objext conftest$ac_exeext
10575 if { (ac_try="$ac_link"
10576 case "(($ac_try" in
10577 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10578 *) ac_try_echo
=$ac_try;;
10580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10581 (eval "$ac_link") 2>conftest.er1
10583 grep -v '^ *+' conftest.er1
>conftest.err
10585 cat conftest.err
>&5
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); } && {
10588 test -z "$ac_c_werror_flag" ||
10589 test ! -s conftest.err
10590 } && test -s conftest
$ac_exeext &&
10591 $as_test_x conftest
$ac_exeext; then
10594 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'` ;;
10595 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10598 echo "$as_me: failed program was:" >&5
10599 sed 's/^/| /' conftest.
$ac_ext >&5
10604 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10605 conftest
$ac_exeext conftest.
$ac_ext
10606 LIBS
=$ac_check_soname_save_LIBS
10608 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10609 { echo "$as_me:$LINENO: result: not found" >&5
10610 echo "${ECHO_T}not found" >&6; }
10613 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10614 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10616 cat >>confdefs.h
<<_ACEOF
10617 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10624 echo "$as_me: failed program was:" >&5
10625 sed 's/^/| /' conftest.
$ac_ext >&5
10630 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10632 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10633 case "x$with_xrandr" in
10634 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10636 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10637 This is an error since --with-xrandr was requested." >&5
10638 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10639 This is an error since --with-xrandr was requested." >&2;}
10640 { (exit 1); exit 1; }; } ;;
10645 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10647 cat >conftest.
$ac_ext <<_ACEOF
10650 cat confdefs.h
>>conftest.
$ac_ext
10651 cat >>conftest.
$ac_ext <<_ACEOF
10652 /* end confdefs.h. */
10653 #include <X11/Xlib.h>
10654 #include <X11/extensions/Xinerama.h>
10658 static typeof(XineramaQueryScreens) * func;
10663 rm -f conftest.
$ac_objext
10664 if { (ac_try
="$ac_compile"
10665 case "(($ac_try" in
10666 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10667 *) ac_try_echo=$ac_try;;
10669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10670 (eval "$ac_compile") 2>conftest.er1
10672 grep -v '^ *+' conftest.er1 >conftest.err
10674 cat conftest.err >&5
10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10676 (exit $ac_status); } && {
10677 test -z "$ac_c_werror_flag" ||
10678 test ! -s conftest.err
10679 } && test -s conftest.$ac_objext; then
10680 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10681 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10682 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10683 echo $ECHO_N "(cached) $ECHO_C" >&6
10685 ac_check_soname_save_LIBS=$LIBS
10686 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10687 cat >conftest.$ac_ext <<_ACEOF
10690 cat confdefs.h >>conftest.$ac_ext
10691 cat >>conftest.$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10694 /* Override any GCC internal prototype to avoid an error.
10695 Use char because int might match the return type of a GCC
10696 builtin and then its argument prototype would still apply. */
10700 char XineramaQueryScreens ();
10704 return XineramaQueryScreens ();
10709 rm -f conftest.$ac_objext conftest$ac_exeext
10710 if { (ac_try="$ac_link"
10711 case "(($ac_try" in
10712 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10713 *) ac_try_echo
=$ac_try;;
10715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10716 (eval "$ac_link") 2>conftest.er1
10718 grep -v '^ *+' conftest.er1
>conftest.err
10720 cat conftest.err
>&5
10721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10722 (exit $ac_status); } && {
10723 test -z "$ac_c_werror_flag" ||
10724 test ! -s conftest.err
10725 } && test -s conftest
$ac_exeext &&
10726 $as_test_x conftest
$ac_exeext; then
10729 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'` ;;
10730 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10733 echo "$as_me: failed program was:" >&5
10734 sed 's/^/| /' conftest.
$ac_ext >&5
10739 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10740 conftest
$ac_exeext conftest.
$ac_ext
10741 LIBS
=$ac_check_soname_save_LIBS
10743 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10744 { echo "$as_me:$LINENO: result: not found" >&5
10745 echo "${ECHO_T}not found" >&6; }
10748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10749 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10751 cat >>confdefs.h
<<_ACEOF
10752 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10759 echo "$as_me: failed program was:" >&5
10760 sed 's/^/| /' conftest.
$ac_ext >&5
10765 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10767 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10768 case "x$with_xinerama" in
10769 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10771 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10772 This is an error since --with-xinerama was requested." >&5
10773 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10774 This is an error since --with-xinerama was requested." >&2;}
10775 { (exit 1); exit 1; }; } ;;
10780 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10782 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10783 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10784 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10785 echo $ECHO_N "(cached) $ECHO_C" >&6
10787 ac_check_soname_save_LIBS
=$LIBS
10788 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10789 cat >conftest.
$ac_ext <<_ACEOF
10792 cat confdefs.h
>>conftest.
$ac_ext
10793 cat >>conftest.
$ac_ext <<_ACEOF
10794 /* end confdefs.h. */
10796 /* Override any GCC internal prototype to avoid an error.
10797 Use char because int might match the return type of a GCC
10798 builtin and then its argument prototype would still apply. */
10802 char XCompositeRedirectWindow ();
10806 return XCompositeRedirectWindow ();
10811 rm -f conftest.
$ac_objext conftest
$ac_exeext
10812 if { (ac_try
="$ac_link"
10813 case "(($ac_try" in
10814 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10815 *) ac_try_echo=$ac_try;;
10817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10818 (eval "$ac_link") 2>conftest.er1
10820 grep -v '^ *+' conftest.er1 >conftest.err
10822 cat conftest.err >&5
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); } && {
10825 test -z "$ac_c_werror_flag" ||
10826 test ! -s conftest.err
10827 } && test -s conftest$ac_exeext &&
10828 $as_test_x conftest$ac_exeext; then
10831 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'` ;;
10832 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10835 echo "$as_me: failed program was:" >&5
10836 sed 's/^/| /' conftest.$ac_ext >&5
10841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10842 conftest$ac_exeext conftest.$ac_ext
10843 LIBS=$ac_check_soname_save_LIBS
10845 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10846 { echo "$as_me:$LINENO: result: not found" >&5
10847 echo "${ECHO_T}not found" >&6; }
10850 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10851 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10853 cat >>confdefs.h <<_ACEOF
10854 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 case "x$with_xcomposite" in
10863 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10865 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10866 This is an error since --with-xcomposite was requested." >&5
10867 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10868 This is an error since --with-xcomposite was requested." >&2;}
10869 { (exit 1); exit 1; }; } ;;
10874 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10875 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10876 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10877 echo $ECHO_N "(cached) $ECHO_C" >&6
10879 cat >conftest.$ac_ext <<_ACEOF
10882 cat confdefs.h >>conftest.$ac_ext
10883 cat >>conftest.$ac_ext <<_ACEOF
10884 /* end confdefs.h. */
10885 #ifdef HAVE_X11_XLIB_H
10886 #include <X11/Xlib.h>
10892 static XICCallback ac_aggr;
10893 if (ac_aggr.callback)
10899 rm -f conftest.$ac_objext
10900 if { (ac_try="$ac_compile"
10901 case "(($ac_try" in
10902 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10903 *) ac_try_echo
=$ac_try;;
10905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10906 (eval "$ac_compile") 2>conftest.er1
10908 grep -v '^ *+' conftest.er1
>conftest.err
10910 cat conftest.err
>&5
10911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } && {
10913 test -z "$ac_c_werror_flag" ||
10914 test ! -s conftest.err
10915 } && test -s conftest.
$ac_objext; then
10916 ac_cv_member_XICCallback_callback
=yes
10918 echo "$as_me: failed program was:" >&5
10919 sed 's/^/| /' conftest.
$ac_ext >&5
10921 cat >conftest.
$ac_ext <<_ACEOF
10924 cat confdefs.h
>>conftest.
$ac_ext
10925 cat >>conftest.
$ac_ext <<_ACEOF
10926 /* end confdefs.h. */
10927 #ifdef HAVE_X11_XLIB_H
10928 #include <X11/Xlib.h>
10934 static XICCallback ac_aggr;
10935 if (sizeof ac_aggr.callback)
10941 rm -f conftest.
$ac_objext
10942 if { (ac_try
="$ac_compile"
10943 case "(($ac_try" in
10944 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10945 *) ac_try_echo=$ac_try;;
10947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10948 (eval "$ac_compile") 2>conftest.er1
10950 grep -v '^ *+' conftest.er1 >conftest.err
10952 cat conftest.err >&5
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); } && {
10955 test -z "$ac_c_werror_flag" ||
10956 test ! -s conftest.err
10957 } && test -s conftest.$ac_objext; then
10958 ac_cv_member_XICCallback_callback=yes
10960 echo "$as_me: failed program was:" >&5
10961 sed 's/^/| /' conftest.$ac_ext >&5
10963 ac_cv_member_XICCallback_callback=no
10966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10972 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10973 if test $ac_cv_member_XICCallback_callback = yes; then
10975 cat >>confdefs.h <<_ACEOF
10976 #define HAVE_XICCALLBACK_CALLBACK 1
10985 if test "x$with_opengl" != "xno"
10991 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10993 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10997 echo $ECHO_N "(cached) $ECHO_C" >&6
10999 cat >conftest.$ac_ext <<_ACEOF
11002 cat confdefs.h >>conftest.$ac_ext
11003 cat >>conftest.$ac_ext <<_ACEOF
11004 /* end confdefs.h. */
11005 #ifdef HAVE_GL_GLX_H
11006 # include <GL/glx.h>
11009 #include <$ac_header>
11011 rm -f conftest.$ac_objext
11012 if { (ac_try="$ac_compile"
11013 case "(($ac_try" in
11014 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11015 *) ac_try_echo
=$ac_try;;
11017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11018 (eval "$ac_compile") 2>conftest.er1
11020 grep -v '^ *+' conftest.er1
>conftest.err
11022 cat conftest.err
>&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); } && {
11025 test -z "$ac_c_werror_flag" ||
11026 test ! -s conftest.err
11027 } && test -s conftest.
$ac_objext; then
11028 eval "$as_ac_Header=yes"
11030 echo "$as_me: failed program was:" >&5
11031 sed 's/^/| /' conftest.
$ac_ext >&5
11033 eval "$as_ac_Header=no"
11036 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11038 ac_res
=`eval echo '${'$as_ac_Header'}'`
11039 { echo "$as_me:$LINENO: result: $ac_res" >&5
11040 echo "${ECHO_T}$ac_res" >&6; }
11041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11042 cat >>confdefs.h
<<_ACEOF
11043 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11050 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11052 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11053 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11054 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11055 echo $ECHO_N "(cached) $ECHO_C" >&6
11057 cat >conftest.
$ac_ext <<_ACEOF
11060 cat confdefs.h
>>conftest.
$ac_ext
11061 cat >>conftest.
$ac_ext <<_ACEOF
11062 /* end confdefs.h. */
11067 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11072 rm -f conftest.
$ac_objext
11073 if { (ac_try
="$ac_compile"
11074 case "(($ac_try" in
11075 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11076 *) ac_try_echo=$ac_try;;
11078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11079 (eval "$ac_compile") 2>conftest.er1
11081 grep -v '^ *+' conftest.er1 >conftest.err
11083 cat conftest.err >&5
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); } && {
11086 test -z "$ac_c_werror_flag" ||
11087 test ! -s conftest.err
11088 } && test -s conftest.$ac_objext; then
11089 wine_cv_opengl_header_version_OK="yes"
11091 echo "$as_me: failed program was:" >&5
11092 sed 's/^/| /' conftest.$ac_ext >&5
11094 wine_cv_opengl_header_version_OK="no"
11097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11099 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11100 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11102 if test "$wine_cv_opengl_header_version_OK" = "yes"
11104 { echo "$as_me:$LINENO: checking for -lGL" >&5
11105 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11106 if test "${ac_cv_lib_soname_GL+set}" = set; then
11107 echo $ECHO_N "(cached) $ECHO_C" >&6
11109 ac_check_soname_save_LIBS=$LIBS
11110 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11111 cat >conftest.$ac_ext <<_ACEOF
11114 cat confdefs.h >>conftest.$ac_ext
11115 cat >>conftest.$ac_ext <<_ACEOF
11116 /* end confdefs.h. */
11118 /* Override any GCC internal prototype to avoid an error.
11119 Use char because int might match the return type of a GCC
11120 builtin and then its argument prototype would still apply. */
11124 char glXCreateContext ();
11128 return glXCreateContext ();
11133 rm -f conftest.$ac_objext conftest$ac_exeext
11134 if { (ac_try="$ac_link"
11135 case "(($ac_try" in
11136 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11137 *) ac_try_echo
=$ac_try;;
11139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11140 (eval "$ac_link") 2>conftest.er1
11142 grep -v '^ *+' conftest.er1
>conftest.err
11144 cat conftest.err
>&5
11145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11146 (exit $ac_status); } && {
11147 test -z "$ac_c_werror_flag" ||
11148 test ! -s conftest.err
11149 } && test -s conftest
$ac_exeext &&
11150 $as_test_x conftest
$ac_exeext; then
11153 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'` ;;
11154 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11157 echo "$as_me: failed program was:" >&5
11158 sed 's/^/| /' conftest.
$ac_ext >&5
11163 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11164 conftest
$ac_exeext conftest.
$ac_ext
11165 LIBS
=$ac_check_soname_save_LIBS
11167 if test "x$ac_cv_lib_soname_GL" = "x"; then
11168 { echo "$as_me:$LINENO: result: not found" >&5
11169 echo "${ECHO_T}not found" >&6; }
11170 { echo "$as_me:$LINENO: checking for -lGL" >&5
11171 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11172 if test "${ac_cv_lib_soname_GL+set}" = set; then
11173 echo $ECHO_N "(cached) $ECHO_C" >&6
11175 ac_check_soname_save_LIBS
=$LIBS
11176 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"
11177 cat >conftest.
$ac_ext <<_ACEOF
11180 cat confdefs.h
>>conftest.
$ac_ext
11181 cat >>conftest.
$ac_ext <<_ACEOF
11182 /* end confdefs.h. */
11184 /* Override any GCC internal prototype to avoid an error.
11185 Use char because int might match the return type of a GCC
11186 builtin and then its argument prototype would still apply. */
11190 char glXCreateContext ();
11194 return glXCreateContext ();
11199 rm -f conftest.
$ac_objext conftest
$ac_exeext
11200 if { (ac_try
="$ac_link"
11201 case "(($ac_try" in
11202 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11203 *) ac_try_echo=$ac_try;;
11205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11206 (eval "$ac_link") 2>conftest.er1
11208 grep -v '^ *+' conftest.er1 >conftest.err
11210 cat conftest.err >&5
11211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212 (exit $ac_status); } && {
11213 test -z "$ac_c_werror_flag" ||
11214 test ! -s conftest.err
11215 } && test -s conftest$ac_exeext &&
11216 $as_test_x conftest$ac_exeext; then
11219 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'` ;;
11220 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11223 echo "$as_me: failed program was:" >&5
11224 sed 's/^/| /' conftest.$ac_ext >&5
11229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11230 conftest$ac_exeext conftest.$ac_ext
11231 LIBS=$ac_check_soname_save_LIBS
11233 if test "x$ac_cv_lib_soname_GL" = "x"; then
11234 { echo "$as_me:$LINENO: result: not found" >&5
11235 echo "${ECHO_T}not found" >&6; }
11236 if test -f /usr/X11R6/lib/libGL.a
11238 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11239 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11241 opengl_msg="No OpenGL library found on this system."
11244 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11245 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11247 cat >>confdefs.h <<_ACEOF
11248 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11251 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"
11253 cat >>confdefs.h <<\_ACEOF
11254 #define HAVE_OPENGL 1
11260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11275 if test "$ac_cv_header_GL_glu_h" = "yes"
11277 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11278 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11279 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11280 echo $ECHO_N "(cached) $ECHO_C" >&6
11282 ac_check_soname_save_LIBS=$LIBS
11283 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11284 cat >conftest.$ac_ext <<_ACEOF
11287 cat confdefs.h >>conftest.$ac_ext
11288 cat >>conftest.$ac_ext <<_ACEOF
11289 /* end confdefs.h. */
11291 /* Override any GCC internal prototype to avoid an error.
11292 Use char because int might match the return type of a GCC
11293 builtin and then its argument prototype would still apply. */
11301 return gluLookAt ();
11306 rm -f conftest.$ac_objext conftest$ac_exeext
11307 if { (ac_try="$ac_link"
11308 case "(($ac_try" in
11309 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11310 *) ac_try_echo
=$ac_try;;
11312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11313 (eval "$ac_link") 2>conftest.er1
11315 grep -v '^ *+' conftest.er1
>conftest.err
11317 cat conftest.err
>&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); } && {
11320 test -z "$ac_c_werror_flag" ||
11321 test ! -s conftest.err
11322 } && test -s conftest
$ac_exeext &&
11323 $as_test_x conftest
$ac_exeext; then
11326 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'` ;;
11327 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11330 echo "$as_me: failed program was:" >&5
11331 sed 's/^/| /' conftest.
$ac_ext >&5
11336 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11337 conftest
$ac_exeext conftest.
$ac_ext
11338 LIBS
=$ac_check_soname_save_LIBS
11340 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11341 { echo "$as_me:$LINENO: result: not found" >&5
11342 echo "${ECHO_T}not found" >&6; }
11345 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11346 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11348 cat >>confdefs.h
<<_ACEOF
11349 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 case "x$with_glu" in
11358 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11360 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11361 This is an error since --with-glu was requested." >&5
11362 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11363 This is an error since --with-glu was requested." >&2;}
11364 { (exit 1); exit 1; }; } ;;
11369 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11372 opengl_msg
="OpenGL development headers not found."
11375 if test -n "$opengl_msg"; then
11376 case "x$with_opengl" in
11377 x
) wine_warnings
="$wine_warnings|$opengl_msg
11378 OpenGL and Direct3D won't be supported." ;;
11380 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11381 OpenGL and Direct3D won't be supported.
11382 This is an error since --with-opengl was requested." >&5
11383 echo "$as_me: error: $opengl_msg
11384 OpenGL and Direct3D won't be supported.
11385 This is an error since --with-opengl was requested." >&2;}
11386 { (exit 1); exit 1; }; } ;;
11391 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11392 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11397 for ac_header
in audio
/audiolib.h
11399 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11400 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11401 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11402 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11403 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11404 echo $ECHO_N "(cached) $ECHO_C" >&6
11406 ac_res
=`eval echo '${'$as_ac_Header'}'`
11407 { echo "$as_me:$LINENO: result: $ac_res" >&5
11408 echo "${ECHO_T}$ac_res" >&6; }
11410 # Is the header compilable?
11411 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11412 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11413 cat >conftest.
$ac_ext <<_ACEOF
11416 cat confdefs.h
>>conftest.
$ac_ext
11417 cat >>conftest.
$ac_ext <<_ACEOF
11418 /* end confdefs.h. */
11419 $ac_includes_default
11420 #include <$ac_header>
11422 rm -f conftest.
$ac_objext
11423 if { (ac_try
="$ac_compile"
11424 case "(($ac_try" in
11425 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11426 *) ac_try_echo=$ac_try;;
11428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11429 (eval "$ac_compile") 2>conftest.er1
11431 grep -v '^ *+' conftest.er1 >conftest.err
11433 cat conftest.err >&5
11434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11435 (exit $ac_status); } && {
11436 test -z "$ac_c_werror_flag" ||
11437 test ! -s conftest.err
11438 } && test -s conftest.$ac_objext; then
11439 ac_header_compiler=yes
11441 echo "$as_me: failed program was:" >&5
11442 sed 's/^/| /' conftest.$ac_ext >&5
11444 ac_header_compiler=no
11447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11448 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11449 echo "${ECHO_T}$ac_header_compiler" >&6; }
11451 # Is the header present?
11452 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11453 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11454 cat >conftest.$ac_ext <<_ACEOF
11457 cat confdefs.h >>conftest.$ac_ext
11458 cat >>conftest.$ac_ext <<_ACEOF
11459 /* end confdefs.h. */
11460 #include <$ac_header>
11462 if { (ac_try="$ac_cpp conftest.$ac_ext"
11463 case "(($ac_try" in
11464 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11465 *) ac_try_echo
=$ac_try;;
11467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11468 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11470 grep -v '^ *+' conftest.er1
>conftest.err
11472 cat conftest.err
>&5
11473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11474 (exit $ac_status); } >/dev
/null
&& {
11475 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11476 test ! -s conftest.err
11478 ac_header_preproc
=yes
11480 echo "$as_me: failed program was:" >&5
11481 sed 's/^/| /' conftest.
$ac_ext >&5
11483 ac_header_preproc
=no
11486 rm -f conftest.err conftest.
$ac_ext
11487 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11488 echo "${ECHO_T}$ac_header_preproc" >&6; }
11490 # So? What about this header?
11491 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11493 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11494 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11495 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11496 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11497 ac_header_preproc
=yes
11500 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11501 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11502 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11503 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11504 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11505 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11506 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11507 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11508 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11509 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11511 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11513 ## ------------------------------------ ##
11514 ## Report this to wine-devel@winehq.org ##
11515 ## ------------------------------------ ##
11517 ) |
sed "s/^/$as_me: WARNING: /" >&2
11520 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11521 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11522 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11523 echo $ECHO_N "(cached) $ECHO_C" >&6
11525 eval "$as_ac_Header=\$ac_header_preproc"
11527 ac_res
=`eval echo '${'$as_ac_Header'}'`
11528 { echo "$as_me:$LINENO: result: $ac_res" >&5
11529 echo "${ECHO_T}$ac_res" >&6; }
11532 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11533 cat >>confdefs.h
<<_ACEOF
11534 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11537 for ac_header
in audio
/soundlib.h
11539 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11542 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11543 echo $ECHO_N "(cached) $ECHO_C" >&6
11545 cat >conftest.
$ac_ext <<_ACEOF
11548 cat confdefs.h
>>conftest.
$ac_ext
11549 cat >>conftest.
$ac_ext <<_ACEOF
11550 /* end confdefs.h. */
11551 #include <audio/audiolib.h>
11553 #include <$ac_header>
11555 rm -f conftest.
$ac_objext
11556 if { (ac_try
="$ac_compile"
11557 case "(($ac_try" in
11558 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11559 *) ac_try_echo=$ac_try;;
11561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11562 (eval "$ac_compile") 2>conftest.er1
11564 grep -v '^ *+' conftest.er1 >conftest.err
11566 cat conftest.err >&5
11567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11568 (exit $ac_status); } && {
11569 test -z "$ac_c_werror_flag" ||
11570 test ! -s conftest.err
11571 } && test -s conftest.$ac_objext; then
11572 eval "$as_ac_Header=yes"
11574 echo "$as_me: failed program was:" >&5
11575 sed 's/^/| /' conftest.$ac_ext >&5
11577 eval "$as_ac_Header=no"
11580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11582 ac_res=`eval echo '${'$as_ac_Header'}'`
11583 { echo "$as_me:$LINENO: result: $ac_res" >&5
11584 echo "${ECHO_T}$ac_res" >&6; }
11585 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11586 cat >>confdefs.h <<_ACEOF
11587 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11594 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11595 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11596 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11597 echo $ECHO_N "(cached) $ECHO_C" >&6
11599 ac_check_lib_save_LIBS=$LIBS
11600 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11601 cat >conftest.$ac_ext <<_ACEOF
11604 cat confdefs.h >>conftest.$ac_ext
11605 cat >>conftest.$ac_ext <<_ACEOF
11606 /* end confdefs.h. */
11608 /* Override any GCC internal prototype to avoid an error.
11609 Use char because int might match the return type of a GCC
11610 builtin and then its argument prototype would still apply. */
11614 char AuCreateFlow ();
11618 return AuCreateFlow ();
11623 rm -f conftest.$ac_objext conftest$ac_exeext
11624 if { (ac_try="$ac_link"
11625 case "(($ac_try" in
11626 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11627 *) ac_try_echo
=$ac_try;;
11629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11630 (eval "$ac_link") 2>conftest.er1
11632 grep -v '^ *+' conftest.er1
>conftest.err
11634 cat conftest.err
>&5
11635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11636 (exit $ac_status); } && {
11637 test -z "$ac_c_werror_flag" ||
11638 test ! -s conftest.err
11639 } && test -s conftest
$ac_exeext &&
11640 $as_test_x conftest
$ac_exeext; then
11641 ac_cv_lib_audio_AuCreateFlow
=yes
11643 echo "$as_me: failed program was:" >&5
11644 sed 's/^/| /' conftest.
$ac_ext >&5
11646 ac_cv_lib_audio_AuCreateFlow
=no
11649 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11650 conftest
$ac_exeext conftest.
$ac_ext
11651 LIBS
=$ac_check_lib_save_LIBS
11653 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11654 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11655 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11657 cat >>confdefs.h
<<\_ACEOF
11661 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11662 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11663 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11664 echo $ECHO_N "(cached) $ECHO_C" >&6
11666 ac_check_lib_save_LIBS
=$LIBS
11667 LIBS
="-lXau $X_LIBS $LIBS"
11668 cat >conftest.
$ac_ext <<_ACEOF
11671 cat confdefs.h
>>conftest.
$ac_ext
11672 cat >>conftest.
$ac_ext <<_ACEOF
11673 /* end confdefs.h. */
11675 /* Override any GCC internal prototype to avoid an error.
11676 Use char because int might match the return type of a GCC
11677 builtin and then its argument prototype would still apply. */
11681 char XauGetBestAuthByAddr ();
11685 return XauGetBestAuthByAddr ();
11690 rm -f conftest.
$ac_objext conftest
$ac_exeext
11691 if { (ac_try
="$ac_link"
11692 case "(($ac_try" in
11693 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11694 *) ac_try_echo=$ac_try;;
11696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11697 (eval "$ac_link") 2>conftest.er1
11699 grep -v '^ *+' conftest.er1 >conftest.err
11701 cat conftest.err >&5
11702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11703 (exit $ac_status); } && {
11704 test -z "$ac_c_werror_flag" ||
11705 test ! -s conftest.err
11706 } && test -s conftest$ac_exeext &&
11707 $as_test_x conftest$ac_exeext; then
11708 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11710 echo "$as_me: failed program was:" >&5
11711 sed 's/^/| /' conftest.$ac_ext >&5
11713 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11717 conftest$ac_exeext conftest.$ac_ext
11718 LIBS=$ac_check_lib_save_LIBS
11720 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11721 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11722 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11723 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11725 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11736 CPPFLAGS="$ac_save_CPPFLAGS"
11741 enable_winex11_drv=${enable_winex11_drv:-no}
11742 enable_opengl32=${enable_opengl32:-no}
11743 enable_glu32=${enable_glu32:-no}
11745 if test "x$XLIB" = "x"; then
11748 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11749 without X support, which probably isn't what you want. You will need to install
11750 development packages of Xlib/Xfree86 at the very least.
11751 Use the --without-x option if you really want this." >&5
11752 echo "$as_me: error: X development files not found. Wine will be built
11753 without X support, which probably isn't what you want. You will need to install
11754 development packages of Xlib/Xfree86 at the very least.
11755 Use the --without-x option if you really want this." >&2;}
11756 { (exit 1); exit 1; }; } ;;
11770 if test "x$with_xml" != "xno"
11772 ac_save_CPPFLAGS="$CPPFLAGS"
11773 if test "$PKG_CONFIG" != "false"
11775 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11776 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11778 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11779 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11781 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11783 for ac_header in libxml/parser.h
11785 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11787 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11790 echo $ECHO_N "(cached) $ECHO_C" >&6
11792 ac_res=`eval echo '${'$as_ac_Header'}'`
11793 { echo "$as_me:$LINENO: result: $ac_res" >&5
11794 echo "${ECHO_T}$ac_res" >&6; }
11796 # Is the header compilable?
11797 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11798 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11799 cat >conftest.$ac_ext <<_ACEOF
11802 cat confdefs.h >>conftest.$ac_ext
11803 cat >>conftest.$ac_ext <<_ACEOF
11804 /* end confdefs.h. */
11805 $ac_includes_default
11806 #include <$ac_header>
11808 rm -f conftest.$ac_objext
11809 if { (ac_try="$ac_compile"
11810 case "(($ac_try" in
11811 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11812 *) ac_try_echo
=$ac_try;;
11814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11815 (eval "$ac_compile") 2>conftest.er1
11817 grep -v '^ *+' conftest.er1
>conftest.err
11819 cat conftest.err
>&5
11820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11821 (exit $ac_status); } && {
11822 test -z "$ac_c_werror_flag" ||
11823 test ! -s conftest.err
11824 } && test -s conftest.
$ac_objext; then
11825 ac_header_compiler
=yes
11827 echo "$as_me: failed program was:" >&5
11828 sed 's/^/| /' conftest.
$ac_ext >&5
11830 ac_header_compiler
=no
11833 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11834 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11835 echo "${ECHO_T}$ac_header_compiler" >&6; }
11837 # Is the header present?
11838 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11839 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11840 cat >conftest.
$ac_ext <<_ACEOF
11843 cat confdefs.h
>>conftest.
$ac_ext
11844 cat >>conftest.
$ac_ext <<_ACEOF
11845 /* end confdefs.h. */
11846 #include <$ac_header>
11848 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11849 case "(($ac_try" in
11850 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11851 *) ac_try_echo=$ac_try;;
11853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11854 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11856 grep -v '^ *+' conftest.er1 >conftest.err
11858 cat conftest.err >&5
11859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11860 (exit $ac_status); } >/dev/null && {
11861 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11862 test ! -s conftest.err
11864 ac_header_preproc=yes
11866 echo "$as_me: failed program was:" >&5
11867 sed 's/^/| /' conftest.$ac_ext >&5
11869 ac_header_preproc=no
11872 rm -f conftest.err conftest.$ac_ext
11873 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11874 echo "${ECHO_T}$ac_header_preproc" >&6; }
11876 # So? What about this header?
11877 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11879 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11880 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11881 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11882 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11883 ac_header_preproc=yes
11886 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11887 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11888 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11889 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11890 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11891 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11892 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11893 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11894 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11895 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11897 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11899 ## ------------------------------------ ##
11900 ## Report this to wine-devel@winehq.org ##
11901 ## ------------------------------------ ##
11903 ) | sed "s/^/$as_me: WARNING: /" >&2
11906 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11907 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11909 echo $ECHO_N "(cached) $ECHO_C" >&6
11911 eval "$as_ac_Header=\$ac_header_preproc"
11913 ac_res=`eval echo '${'$as_ac_Header'}'`
11914 { echo "$as_me:$LINENO: result: $ac_res" >&5
11915 echo "${ECHO_T}$ac_res" >&6; }
11918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11919 cat >>confdefs.h <<_ACEOF
11920 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11922 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11923 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11924 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11925 echo $ECHO_N "(cached) $ECHO_C" >&6
11927 ac_check_lib_save_LIBS=$LIBS
11928 LIBS="-lxml2 $ac_xml_libs $LIBS"
11929 cat >conftest.$ac_ext <<_ACEOF
11932 cat confdefs.h >>conftest.$ac_ext
11933 cat >>conftest.$ac_ext <<_ACEOF
11934 /* end confdefs.h. */
11936 /* Override any GCC internal prototype to avoid an error.
11937 Use char because int might match the return type of a GCC
11938 builtin and then its argument prototype would still apply. */
11942 char xmlParseMemory ();
11946 return xmlParseMemory ();
11951 rm -f conftest.$ac_objext conftest$ac_exeext
11952 if { (ac_try="$ac_link"
11953 case "(($ac_try" in
11954 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11955 *) ac_try_echo
=$ac_try;;
11957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11958 (eval "$ac_link") 2>conftest.er1
11960 grep -v '^ *+' conftest.er1
>conftest.err
11962 cat conftest.err
>&5
11963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11964 (exit $ac_status); } && {
11965 test -z "$ac_c_werror_flag" ||
11966 test ! -s conftest.err
11967 } && test -s conftest
$ac_exeext &&
11968 $as_test_x conftest
$ac_exeext; then
11969 ac_cv_lib_xml2_xmlParseMemory
=yes
11971 echo "$as_me: failed program was:" >&5
11972 sed 's/^/| /' conftest.
$ac_ext >&5
11974 ac_cv_lib_xml2_xmlParseMemory
=no
11977 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11978 conftest
$ac_exeext conftest.
$ac_ext
11979 LIBS
=$ac_check_lib_save_LIBS
11981 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11982 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11983 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11985 cat >>confdefs.h
<<\_ACEOF
11986 #define HAVE_LIBXML2 1
11989 XML2LIBS
="$ac_xml_libs"
11990 XML2INCL
="$ac_xml_cflags"
11993 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11994 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11995 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11996 echo $ECHO_N "(cached) $ECHO_C" >&6
11998 ac_check_lib_save_LIBS
=$LIBS
11999 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12000 cat >conftest.
$ac_ext <<_ACEOF
12003 cat confdefs.h
>>conftest.
$ac_ext
12004 cat >>conftest.
$ac_ext <<_ACEOF
12005 /* end confdefs.h. */
12007 /* Override any GCC internal prototype to avoid an error.
12008 Use char because int might match the return type of a GCC
12009 builtin and then its argument prototype would still apply. */
12013 char xmlReadMemory ();
12017 return xmlReadMemory ();
12022 rm -f conftest.
$ac_objext conftest
$ac_exeext
12023 if { (ac_try
="$ac_link"
12024 case "(($ac_try" in
12025 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12026 *) ac_try_echo=$ac_try;;
12028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12029 (eval "$ac_link") 2>conftest.er1
12031 grep -v '^ *+' conftest.er1 >conftest.err
12033 cat conftest.err >&5
12034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12035 (exit $ac_status); } && {
12036 test -z "$ac_c_werror_flag" ||
12037 test ! -s conftest.err
12038 } && test -s conftest$ac_exeext &&
12039 $as_test_x conftest$ac_exeext; then
12040 ac_cv_lib_xml2_xmlReadMemory=yes
12042 echo "$as_me: failed program was:" >&5
12043 sed 's/^/| /' conftest.$ac_ext >&5
12045 ac_cv_lib_xml2_xmlReadMemory=no
12048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12049 conftest$ac_exeext conftest.$ac_ext
12050 LIBS=$ac_check_lib_save_LIBS
12052 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12053 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12054 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12056 cat >>confdefs.h <<\_ACEOF
12057 #define HAVE_XMLREADMEMORY 1
12062 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12063 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12064 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12065 echo $ECHO_N "(cached) $ECHO_C" >&6
12067 ac_check_lib_save_LIBS=$LIBS
12068 LIBS="-lxml2 $ac_xml_libs $LIBS"
12069 cat >conftest.$ac_ext <<_ACEOF
12072 cat confdefs.h >>conftest.$ac_ext
12073 cat >>conftest.$ac_ext <<_ACEOF
12074 /* end confdefs.h. */
12076 /* Override any GCC internal prototype to avoid an error.
12077 Use char because int might match the return type of a GCC
12078 builtin and then its argument prototype would still apply. */
12082 char xmlNewDocPI ();
12086 return xmlNewDocPI ();
12091 rm -f conftest.$ac_objext conftest$ac_exeext
12092 if { (ac_try="$ac_link"
12093 case "(($ac_try" in
12094 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12095 *) ac_try_echo
=$ac_try;;
12097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12098 (eval "$ac_link") 2>conftest.er1
12100 grep -v '^ *+' conftest.er1
>conftest.err
12102 cat conftest.err
>&5
12103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12104 (exit $ac_status); } && {
12105 test -z "$ac_c_werror_flag" ||
12106 test ! -s conftest.err
12107 } && test -s conftest
$ac_exeext &&
12108 $as_test_x conftest
$ac_exeext; then
12109 ac_cv_lib_xml2_xmlNewDocPI
=yes
12111 echo "$as_me: failed program was:" >&5
12112 sed 's/^/| /' conftest.
$ac_ext >&5
12114 ac_cv_lib_xml2_xmlNewDocPI
=no
12117 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12118 conftest
$ac_exeext conftest.
$ac_ext
12119 LIBS
=$ac_check_lib_save_LIBS
12121 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12122 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12123 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12125 cat >>confdefs.h
<<\_ACEOF
12126 #define HAVE_XMLNEWDOCPI 1
12136 CPPFLAGS
="$ac_save_CPPFLAGS"
12138 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12139 case "x$with_xml" in
12140 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12142 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12143 This is an error since --with-xml was requested." >&5
12144 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12145 This is an error since --with-xml was requested." >&2;}
12146 { (exit 1); exit 1; }; } ;;
12151 if test "x$with_xslt" != "xno"
12153 if test "$PKG_CONFIG" != "false"
12155 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12156 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12158 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12159 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12161 ac_save_CPPFLAGS
="$CPPFLAGS"
12162 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12165 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12167 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12168 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12169 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12170 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12171 echo $ECHO_N "(cached) $ECHO_C" >&6
12173 cat >conftest.
$ac_ext <<_ACEOF
12176 cat confdefs.h
>>conftest.
$ac_ext
12177 cat >>conftest.
$ac_ext <<_ACEOF
12178 /* end confdefs.h. */
12179 #ifdef HAVE_LIBXSLT_PATTERN_H
12180 # include <libxslt/pattern.h>
12183 #include <$ac_header>
12185 rm -f conftest.
$ac_objext
12186 if { (ac_try
="$ac_compile"
12187 case "(($ac_try" in
12188 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12189 *) ac_try_echo=$ac_try;;
12191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12192 (eval "$ac_compile") 2>conftest.er1
12194 grep -v '^ *+' conftest.er1 >conftest.err
12196 cat conftest.err >&5
12197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12198 (exit $ac_status); } && {
12199 test -z "$ac_c_werror_flag" ||
12200 test ! -s conftest.err
12201 } && test -s conftest.$ac_objext; then
12202 eval "$as_ac_Header=yes"
12204 echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12207 eval "$as_ac_Header=no"
12210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12212 ac_res=`eval echo '${'$as_ac_Header'}'`
12213 { echo "$as_me:$LINENO: result: $ac_res" >&5
12214 echo "${ECHO_T}$ac_res" >&6; }
12215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12216 cat >>confdefs.h <<_ACEOF
12217 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12224 CPPFLAGS="$ac_save_CPPFLAGS"
12225 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12227 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12228 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12229 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12230 echo $ECHO_N "(cached) $ECHO_C" >&6
12232 ac_check_lib_save_LIBS=$LIBS
12233 LIBS="-lxslt $ac_xslt_libs $LIBS"
12234 cat >conftest.$ac_ext <<_ACEOF
12237 cat confdefs.h >>conftest.$ac_ext
12238 cat >>conftest.$ac_ext <<_ACEOF
12239 /* end confdefs.h. */
12241 /* Override any GCC internal prototype to avoid an error.
12242 Use char because int might match the return type of a GCC
12243 builtin and then its argument prototype would still apply. */
12247 char xsltCompilePattern ();
12251 return xsltCompilePattern ();
12256 rm -f conftest.$ac_objext conftest$ac_exeext
12257 if { (ac_try="$ac_link"
12258 case "(($ac_try" in
12259 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12260 *) ac_try_echo
=$ac_try;;
12262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12263 (eval "$ac_link") 2>conftest.er1
12265 grep -v '^ *+' conftest.er1
>conftest.err
12267 cat conftest.err
>&5
12268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12269 (exit $ac_status); } && {
12270 test -z "$ac_c_werror_flag" ||
12271 test ! -s conftest.err
12272 } && test -s conftest
$ac_exeext &&
12273 $as_test_x conftest
$ac_exeext; then
12274 ac_cv_lib_xslt_xsltCompilePattern
=yes
12276 echo "$as_me: failed program was:" >&5
12277 sed 's/^/| /' conftest.
$ac_ext >&5
12279 ac_cv_lib_xslt_xsltCompilePattern
=no
12282 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12283 conftest
$ac_exeext conftest.
$ac_ext
12284 LIBS
=$ac_check_lib_save_LIBS
12286 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12287 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12288 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12290 cat >>confdefs.h
<<\_ACEOF
12291 #define HAVE_LIBXSLT 1
12294 XSLTLIBS
="$ac_xslt_libs"
12295 XSLTINCL
="$ac_xslt_cflags"
12296 ac_save_LIBS
="$LIBS"
12297 LIBS
="$LIBS $ac_xslt_libs"
12299 for ac_func
in xsltInit
12301 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12302 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12303 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12304 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12305 echo $ECHO_N "(cached) $ECHO_C" >&6
12307 cat >conftest.
$ac_ext <<_ACEOF
12310 cat confdefs.h
>>conftest.
$ac_ext
12311 cat >>conftest.
$ac_ext <<_ACEOF
12312 /* end confdefs.h. */
12313 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12314 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12315 #define $ac_func innocuous_$ac_func
12317 /* System header to define __stub macros and hopefully few prototypes,
12318 which can conflict with char $ac_func (); below.
12319 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12320 <limits.h> exists even on freestanding compilers. */
12323 # include <limits.h>
12325 # include <assert.h>
12330 /* Override any GCC internal prototype to avoid an error.
12331 Use char because int might match the return type of a GCC
12332 builtin and then its argument prototype would still apply. */
12337 /* The GNU C library defines this for functions which it implements
12338 to always fail with ENOSYS. Some functions are actually named
12339 something starting with __ and the normal name is an alias. */
12340 #if defined __stub_$ac_func || defined __stub___$ac_func
12347 return $ac_func ();
12352 rm -f conftest.
$ac_objext conftest
$ac_exeext
12353 if { (ac_try
="$ac_link"
12354 case "(($ac_try" in
12355 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12356 *) ac_try_echo=$ac_try;;
12358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12359 (eval "$ac_link") 2>conftest.er1
12361 grep -v '^ *+' conftest.er1 >conftest.err
12363 cat conftest.err >&5
12364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12365 (exit $ac_status); } && {
12366 test -z "$ac_c_werror_flag" ||
12367 test ! -s conftest.err
12368 } && test -s conftest$ac_exeext &&
12369 $as_test_x conftest$ac_exeext; then
12370 eval "$as_ac_var=yes"
12372 echo "$as_me: failed program was:" >&5
12373 sed 's/^/| /' conftest.$ac_ext >&5
12375 eval "$as_ac_var=no"
12378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12379 conftest$ac_exeext conftest.$ac_ext
12381 ac_res=`eval echo '${'$as_ac_var'}'`
12382 { echo "$as_me:$LINENO: result: $ac_res" >&5
12383 echo "${ECHO_T}$ac_res" >&6; }
12384 if test `eval echo '${'$as_ac_var'}'` = yes; then
12385 cat >>confdefs.h <<_ACEOF
12386 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12392 LIBS="$ac_save_LIBS"
12397 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12398 case "x$with_xslt" in
12399 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12401 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12402 This is an error since --with-xslt was requested." >&5
12403 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12404 This is an error since --with-xslt was requested." >&2;}
12405 { (exit 1); exit 1; }; } ;;
12412 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12414 ac_save_CPPFLAGS="$CPPFLAGS"
12415 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12416 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12417 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12420 for ac_header in dbus/dbus.h hal/libhal.h
12422 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12424 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12427 echo $ECHO_N "(cached) $ECHO_C" >&6
12429 ac_res=`eval echo '${'$as_ac_Header'}'`
12430 { echo "$as_me:$LINENO: result: $ac_res" >&5
12431 echo "${ECHO_T}$ac_res" >&6; }
12433 # Is the header compilable?
12434 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12436 cat >conftest.$ac_ext <<_ACEOF
12439 cat confdefs.h >>conftest.$ac_ext
12440 cat >>conftest.$ac_ext <<_ACEOF
12441 /* end confdefs.h. */
12442 $ac_includes_default
12443 #include <$ac_header>
12445 rm -f conftest.$ac_objext
12446 if { (ac_try="$ac_compile"
12447 case "(($ac_try" in
12448 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12449 *) ac_try_echo
=$ac_try;;
12451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12452 (eval "$ac_compile") 2>conftest.er1
12454 grep -v '^ *+' conftest.er1
>conftest.err
12456 cat conftest.err
>&5
12457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12458 (exit $ac_status); } && {
12459 test -z "$ac_c_werror_flag" ||
12460 test ! -s conftest.err
12461 } && test -s conftest.
$ac_objext; then
12462 ac_header_compiler
=yes
12464 echo "$as_me: failed program was:" >&5
12465 sed 's/^/| /' conftest.
$ac_ext >&5
12467 ac_header_compiler
=no
12470 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12472 echo "${ECHO_T}$ac_header_compiler" >&6; }
12474 # Is the header present?
12475 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12476 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12477 cat >conftest.
$ac_ext <<_ACEOF
12480 cat confdefs.h
>>conftest.
$ac_ext
12481 cat >>conftest.
$ac_ext <<_ACEOF
12482 /* end confdefs.h. */
12483 #include <$ac_header>
12485 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12486 case "(($ac_try" in
12487 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12488 *) ac_try_echo=$ac_try;;
12490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12493 grep -v '^ *+' conftest.er1 >conftest.err
12495 cat conftest.err >&5
12496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12497 (exit $ac_status); } >/dev/null && {
12498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12499 test ! -s conftest.err
12501 ac_header_preproc=yes
12503 echo "$as_me: failed program was:" >&5
12504 sed 's/^/| /' conftest.$ac_ext >&5
12506 ac_header_preproc=no
12509 rm -f conftest.err conftest.$ac_ext
12510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12511 echo "${ECHO_T}$ac_header_preproc" >&6; }
12513 # So? What about this header?
12514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12516 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12518 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12520 ac_header_preproc=yes
12523 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12525 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12526 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12527 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12529 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12530 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12536 ## ------------------------------------ ##
12537 ## Report this to wine-devel@winehq.org ##
12538 ## ------------------------------------ ##
12540 ) | sed "s/^/$as_me: WARNING: /" >&2
12543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12546 echo $ECHO_N "(cached) $ECHO_C" >&6
12548 eval "$as_ac_Header=\$ac_header_preproc"
12550 ac_res=`eval echo '${'$as_ac_Header'}'`
12551 { echo "$as_me:$LINENO: result: $ac_res" >&5
12552 echo "${ECHO_T}$ac_res" >&6; }
12555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12556 cat >>confdefs.h <<_ACEOF
12557 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12564 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12566 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12567 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12568 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12569 echo $ECHO_N "(cached) $ECHO_C" >&6
12571 ac_check_lib_save_LIBS=$LIBS
12572 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12573 cat >conftest.$ac_ext <<_ACEOF
12576 cat confdefs.h >>conftest.$ac_ext
12577 cat >>conftest.$ac_ext <<_ACEOF
12578 /* end confdefs.h. */
12580 /* Override any GCC internal prototype to avoid an error.
12581 Use char because int might match the return type of a GCC
12582 builtin and then its argument prototype would still apply. */
12586 char dbus_connection_close ();
12590 return dbus_connection_close ();
12595 rm -f conftest.$ac_objext conftest$ac_exeext
12596 if { (ac_try="$ac_link"
12597 case "(($ac_try" in
12598 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12599 *) ac_try_echo
=$ac_try;;
12601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12602 (eval "$ac_link") 2>conftest.er1
12604 grep -v '^ *+' conftest.er1
>conftest.err
12606 cat conftest.err
>&5
12607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12608 (exit $ac_status); } && {
12609 test -z "$ac_c_werror_flag" ||
12610 test ! -s conftest.err
12611 } && test -s conftest
$ac_exeext &&
12612 $as_test_x conftest
$ac_exeext; then
12613 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12615 echo "$as_me: failed program was:" >&5
12616 sed 's/^/| /' conftest.
$ac_ext >&5
12618 ac_cv_lib_dbus_1_dbus_connection_close
=no
12621 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12622 conftest
$ac_exeext conftest.
$ac_ext
12623 LIBS
=$ac_check_lib_save_LIBS
12625 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12626 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12627 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12628 { echo "$as_me:$LINENO: checking for -lhal" >&5
12629 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12630 if test "${ac_cv_lib_soname_hal+set}" = set; then
12631 echo $ECHO_N "(cached) $ECHO_C" >&6
12633 ac_check_soname_save_LIBS
=$LIBS
12634 LIBS
="-lhal $ac_hal_libs $LIBS"
12635 cat >conftest.
$ac_ext <<_ACEOF
12638 cat confdefs.h
>>conftest.
$ac_ext
12639 cat >>conftest.
$ac_ext <<_ACEOF
12640 /* end confdefs.h. */
12642 /* Override any GCC internal prototype to avoid an error.
12643 Use char because int might match the return type of a GCC
12644 builtin and then its argument prototype would still apply. */
12648 char libhal_ctx_new ();
12652 return libhal_ctx_new ();
12657 rm -f conftest.
$ac_objext conftest
$ac_exeext
12658 if { (ac_try
="$ac_link"
12659 case "(($ac_try" in
12660 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12661 *) ac_try_echo=$ac_try;;
12663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12664 (eval "$ac_link") 2>conftest.er1
12666 grep -v '^ *+' conftest.er1 >conftest.err
12668 cat conftest.err >&5
12669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12670 (exit $ac_status); } && {
12671 test -z "$ac_c_werror_flag" ||
12672 test ! -s conftest.err
12673 } && test -s conftest$ac_exeext &&
12674 $as_test_x conftest$ac_exeext; then
12677 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'` ;;
12678 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12681 echo "$as_me: failed program was:" >&5
12682 sed 's/^/| /' conftest.$ac_ext >&5
12687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12688 conftest$ac_exeext conftest.$ac_ext
12689 LIBS=$ac_check_soname_save_LIBS
12691 if test "x$ac_cv_lib_soname_hal" = "x"; then
12692 { echo "$as_me:$LINENO: result: not found" >&5
12693 echo "${ECHO_T}not found" >&6; }
12696 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12697 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12699 cat >>confdefs.h <<_ACEOF
12700 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12703 HALINCL="$ac_hal_cflags"
12709 CPPFLAGS="$ac_save_CPPFLAGS"
12711 if test "x$ac_cv_lib_soname_hal" = "x"; then
12712 case "x$with_hal" in
12713 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12715 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12716 This is an error since --with-hal was requested." >&5
12717 echo "$as_me: error: libhal development files not found, no dynamic device support.
12718 This is an error since --with-hal was requested." >&2;}
12719 { (exit 1); exit 1; }; } ;;
12725 if test "$ac_cv_header_ncurses_h" = "yes"
12727 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12728 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12729 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12730 echo $ECHO_N "(cached) $ECHO_C" >&6
12732 ac_check_soname_save_LIBS=$LIBS
12733 LIBS="-lncurses $LIBS"
12734 cat >conftest.$ac_ext <<_ACEOF
12737 cat confdefs.h >>conftest.$ac_ext
12738 cat >>conftest.$ac_ext <<_ACEOF
12739 /* end confdefs.h. */
12741 /* Override any GCC internal prototype to avoid an error.
12742 Use char because int might match the return type of a GCC
12743 builtin and then its argument prototype would still apply. */
12756 rm -f conftest.$ac_objext conftest$ac_exeext
12757 if { (ac_try="$ac_link"
12758 case "(($ac_try" in
12759 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12760 *) ac_try_echo
=$ac_try;;
12762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12763 (eval "$ac_link") 2>conftest.er1
12765 grep -v '^ *+' conftest.er1
>conftest.err
12767 cat conftest.err
>&5
12768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12769 (exit $ac_status); } && {
12770 test -z "$ac_c_werror_flag" ||
12771 test ! -s conftest.err
12772 } && test -s conftest
$ac_exeext &&
12773 $as_test_x conftest
$ac_exeext; then
12776 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'` ;;
12777 *) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12780 echo "$as_me: failed program was:" >&5
12781 sed 's/^/| /' conftest.
$ac_ext >&5
12786 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12787 conftest
$ac_exeext conftest.
$ac_ext
12788 LIBS
=$ac_check_soname_save_LIBS
12790 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12791 { echo "$as_me:$LINENO: result: not found" >&5
12792 echo "${ECHO_T}not found" >&6; }
12795 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12796 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12798 cat >>confdefs.h
<<_ACEOF
12799 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12802 CURSESLIBS
="-lncurses"
12805 elif test "$ac_cv_header_curses_h" = "yes"
12807 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12808 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12809 if test "${ac_cv_lib_soname_curses+set}" = set; then
12810 echo $ECHO_N "(cached) $ECHO_C" >&6
12812 ac_check_soname_save_LIBS
=$LIBS
12813 LIBS
="-lcurses $LIBS"
12814 cat >conftest.
$ac_ext <<_ACEOF
12817 cat confdefs.h
>>conftest.
$ac_ext
12818 cat >>conftest.
$ac_ext <<_ACEOF
12819 /* end confdefs.h. */
12821 /* Override any GCC internal prototype to avoid an error.
12822 Use char because int might match the return type of a GCC
12823 builtin and then its argument prototype would still apply. */
12836 rm -f conftest.
$ac_objext conftest
$ac_exeext
12837 if { (ac_try
="$ac_link"
12838 case "(($ac_try" in
12839 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12840 *) ac_try_echo=$ac_try;;
12842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12843 (eval "$ac_link") 2>conftest.er1
12845 grep -v '^ *+' conftest.er1 >conftest.err
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } && {
12850 test -z "$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 } && test -s conftest$ac_exeext &&
12853 $as_test_x conftest$ac_exeext; then
12856 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'` ;;
12857 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcurses\\.$LIBEXT" |
sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12860 echo "$as_me: failed program was:" >&5
12861 sed 's/^/| /' conftest.$ac_ext >&5
12866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12867 conftest$ac_exeext conftest.$ac_ext
12868 LIBS=$ac_check_soname_save_LIBS
12870 if test "x$ac_cv_lib_soname_curses" = "x"; then
12871 { echo "$as_me:$LINENO: result: not found" >&5
12872 echo "${ECHO_T}not found" >&6; }
12875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12876 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12878 cat >>confdefs.h <<_ACEOF
12879 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12882 CURSESLIBS="-lcurses"
12886 ac_save_LIBS="$LIBS"
12887 LIBS="$LIBS $CURSESLIBS"
12889 for ac_func in mousemask
12891 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12892 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12893 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12894 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12895 echo $ECHO_N "(cached) $ECHO_C" >&6
12897 cat >conftest.$ac_ext <<_ACEOF
12900 cat confdefs.h >>conftest.$ac_ext
12901 cat >>conftest.$ac_ext <<_ACEOF
12902 /* end confdefs.h. */
12903 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12905 #define $ac_func innocuous_$ac_func
12907 /* System header to define __stub macros and hopefully few prototypes,
12908 which can conflict with char $ac_func (); below.
12909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12910 <limits.h> exists even on freestanding compilers. */
12913 # include <limits.h>
12915 # include <assert.h>
12920 /* Override any GCC internal prototype to avoid an error.
12921 Use char because int might match the return type of a GCC
12922 builtin and then its argument prototype would still apply. */
12927 /* The GNU C library defines this for functions which it implements
12928 to always fail with ENOSYS. Some functions are actually named
12929 something starting with __ and the normal name is an alias. */
12930 #if defined __stub_$ac_func || defined __stub___$ac_func
12937 return $ac_func ();
12942 rm -f conftest.$ac_objext conftest$ac_exeext
12943 if { (ac_try="$ac_link"
12944 case "(($ac_try" in
12945 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12946 *) ac_try_echo
=$ac_try;;
12948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12949 (eval "$ac_link") 2>conftest.er1
12951 grep -v '^ *+' conftest.er1
>conftest.err
12953 cat conftest.err
>&5
12954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12955 (exit $ac_status); } && {
12956 test -z "$ac_c_werror_flag" ||
12957 test ! -s conftest.err
12958 } && test -s conftest
$ac_exeext &&
12959 $as_test_x conftest
$ac_exeext; then
12960 eval "$as_ac_var=yes"
12962 echo "$as_me: failed program was:" >&5
12963 sed 's/^/| /' conftest.
$ac_ext >&5
12965 eval "$as_ac_var=no"
12968 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12969 conftest
$ac_exeext conftest.
$ac_ext
12971 ac_res
=`eval echo '${'$as_ac_var'}'`
12972 { echo "$as_me:$LINENO: result: $ac_res" >&5
12973 echo "${ECHO_T}$ac_res" >&6; }
12974 if test `eval echo '${'$as_ac_var'}'` = yes; then
12975 cat >>confdefs.h
<<_ACEOF
12976 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12982 LIBS
="$ac_save_LIBS"
12983 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12984 case "x$with_curses" in
12985 x
) wine_notices
="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12987 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12988 This is an error since --with-curses was requested." >&5
12989 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12990 This is an error since --with-curses was requested." >&2;}
12991 { (exit 1); exit 1; }; } ;;
12996 # Extract the first word of "sane-config", so it can be a program name with args.
12997 set dummy sane-config
; ac_word
=$2
12998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13000 if test "${ac_cv_prog_sane_devel+set}" = set; then
13001 echo $ECHO_N "(cached) $ECHO_C" >&6
13003 if test -n "$sane_devel"; then
13004 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
13006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13007 for as_dir
in $PATH
13010 test -z "$as_dir" && as_dir
=.
13011 for ac_exec_ext
in '' $ac_executable_extensions; do
13012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13013 ac_cv_prog_sane_devel
="sane-config"
13014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13021 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
13024 sane_devel
=$ac_cv_prog_sane_devel
13025 if test -n "$sane_devel"; then
13026 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13027 echo "${ECHO_T}$sane_devel" >&6; }
13029 { echo "$as_me:$LINENO: result: no" >&5
13030 echo "${ECHO_T}no" >&6; }
13034 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13036 ac_sane_incl
="`$sane_devel --cflags`"
13037 ac_sane_libs
="`$sane_devel --ldflags`"
13038 ac_save_CPPFLAGS
="$CPPFLAGS"
13039 CPPFLAGS
="$CPPFLAGS $ac_sane_incl"
13040 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13041 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13042 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13043 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13044 echo $ECHO_N "(cached) $ECHO_C" >&6
13046 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13047 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13049 # Is the header compilable?
13050 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13051 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13052 cat >conftest.
$ac_ext <<_ACEOF
13055 cat confdefs.h
>>conftest.
$ac_ext
13056 cat >>conftest.
$ac_ext <<_ACEOF
13057 /* end confdefs.h. */
13058 $ac_includes_default
13059 #include <sane/sane.h>
13061 rm -f conftest.
$ac_objext
13062 if { (ac_try
="$ac_compile"
13063 case "(($ac_try" in
13064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13065 *) ac_try_echo=$ac_try;;
13067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13068 (eval "$ac_compile") 2>conftest.er1
13070 grep -v '^ *+' conftest.er1 >conftest.err
13072 cat conftest.err >&5
13073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13074 (exit $ac_status); } && {
13075 test -z "$ac_c_werror_flag" ||
13076 test ! -s conftest.err
13077 } && test -s conftest.$ac_objext; then
13078 ac_header_compiler=yes
13080 echo "$as_me: failed program was:" >&5
13081 sed 's/^/| /' conftest.$ac_ext >&5
13083 ac_header_compiler=no
13086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13087 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13088 echo "${ECHO_T}$ac_header_compiler" >&6; }
13090 # Is the header present?
13091 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13092 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13093 cat >conftest.$ac_ext <<_ACEOF
13096 cat confdefs.h >>conftest.$ac_ext
13097 cat >>conftest.$ac_ext <<_ACEOF
13098 /* end confdefs.h. */
13099 #include <sane/sane.h>
13101 if { (ac_try="$ac_cpp conftest.$ac_ext"
13102 case "(($ac_try" in
13103 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13104 *) ac_try_echo
=$ac_try;;
13106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13107 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13109 grep -v '^ *+' conftest.er1
>conftest.err
13111 cat conftest.err
>&5
13112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13113 (exit $ac_status); } >/dev
/null
&& {
13114 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13115 test ! -s conftest.err
13117 ac_header_preproc
=yes
13119 echo "$as_me: failed program was:" >&5
13120 sed 's/^/| /' conftest.
$ac_ext >&5
13122 ac_header_preproc
=no
13125 rm -f conftest.err conftest.
$ac_ext
13126 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13127 echo "${ECHO_T}$ac_header_preproc" >&6; }
13129 # So? What about this header?
13130 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13132 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13133 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13134 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13135 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13136 ac_header_preproc
=yes
13139 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13140 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13141 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13142 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13143 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13144 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13145 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13146 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13147 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13148 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13150 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13152 ## ------------------------------------ ##
13153 ## Report this to wine-devel@winehq.org ##
13154 ## ------------------------------------ ##
13156 ) |
sed "s/^/$as_me: WARNING: /" >&2
13159 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13160 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13161 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13162 echo $ECHO_N "(cached) $ECHO_C" >&6
13164 ac_cv_header_sane_sane_h
=$ac_header_preproc
13166 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13167 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13170 if test $ac_cv_header_sane_sane_h = yes; then
13171 { echo "$as_me:$LINENO: checking for -lsane" >&5
13172 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13173 if test "${ac_cv_lib_soname_sane+set}" = set; then
13174 echo $ECHO_N "(cached) $ECHO_C" >&6
13176 ac_check_soname_save_LIBS
=$LIBS
13177 LIBS
="-lsane $ac_sane_libs $LIBS"
13178 cat >conftest.
$ac_ext <<_ACEOF
13181 cat confdefs.h
>>conftest.
$ac_ext
13182 cat >>conftest.
$ac_ext <<_ACEOF
13183 /* end confdefs.h. */
13185 /* Override any GCC internal prototype to avoid an error.
13186 Use char because int might match the return type of a GCC
13187 builtin and then its argument prototype would still apply. */
13195 return sane_init ();
13200 rm -f conftest.
$ac_objext conftest
$ac_exeext
13201 if { (ac_try
="$ac_link"
13202 case "(($ac_try" in
13203 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13204 *) ac_try_echo=$ac_try;;
13206 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13207 (eval "$ac_link") 2>conftest.er1
13209 grep -v '^ *+' conftest.er1 >conftest.err
13211 cat conftest.err >&5
13212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13213 (exit $ac_status); } && {
13214 test -z "$ac_c_werror_flag" ||
13215 test ! -s conftest.err
13216 } && test -s conftest$ac_exeext &&
13217 $as_test_x conftest$ac_exeext; then
13220 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'` ;;
13221 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libsane\\.$LIBEXT" |
sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13224 echo "$as_me: failed program was:" >&5
13225 sed 's/^/| /' conftest.$ac_ext >&5
13230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13231 conftest$ac_exeext conftest.$ac_ext
13232 LIBS=$ac_check_soname_save_LIBS
13234 if test "x$ac_cv_lib_soname_sane" = "x"; then
13235 { echo "$as_me:$LINENO: result: not found" >&5
13236 echo "${ECHO_T}not found" >&6; }
13239 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13240 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13242 cat >>confdefs.h <<_ACEOF
13243 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13246 SANEINCL="$ac_sane_incl"
13253 CPPFLAGS="$ac_save_CPPFLAGS"
13255 if test "x$ac_cv_lib_soname_sane" = "x"; then
13256 case "x$with_sane" in
13257 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13259 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13260 This is an error since --with-sane was requested." >&5
13261 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13262 This is an error since --with-sane was requested." >&2;}
13263 { (exit 1); exit 1; }; } ;;
13268 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13269 set dummy gphoto2-config; ac_word=$2
13270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13272 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13273 echo $ECHO_N "(cached) $ECHO_C" >&6
13275 if test -n "$gphoto2_devel"; then
13276 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13279 for as_dir in $PATH
13282 test -z "$as_dir" && as_dir=.
13283 for ac_exec_ext in '' $ac_executable_extensions; do
13284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13285 ac_cv_prog_gphoto2_devel="gphoto2-config"
13286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13293 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13296 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13297 if test -n "$gphoto2_devel"; then
13298 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13299 echo "${ECHO_T}$gphoto2_devel" >&6; }
13301 { echo "$as_me:$LINENO: result: no" >&5
13302 echo "${ECHO_T}no" >&6; }
13306 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13307 set dummy gphoto2-port-config; ac_word=$2
13308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13310 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13311 echo $ECHO_N "(cached) $ECHO_C" >&6
13313 if test -n "$gphoto2port_devel"; then
13314 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13317 for as_dir in $PATH
13320 test -z "$as_dir" && as_dir=.
13321 for ac_exec_ext in '' $ac_executable_extensions; do
13322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13323 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13331 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13334 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13335 if test -n "$gphoto2port_devel"; then
13336 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13337 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13339 { echo "$as_me:$LINENO: result: no" >&5
13340 echo "${ECHO_T}no" >&6; }
13344 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13346 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13348 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13351 -L/usr/lib|-L/usr/lib64) ;;
13352 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13355 ac_save_CPPFLAGS="$CPPFLAGS"
13356 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13357 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13358 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13359 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13360 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13361 echo $ECHO_N "(cached) $ECHO_C" >&6
13363 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13364 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13366 # Is the header compilable?
13367 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13368 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13369 cat >conftest.$ac_ext <<_ACEOF
13372 cat confdefs.h >>conftest.$ac_ext
13373 cat >>conftest.$ac_ext <<_ACEOF
13374 /* end confdefs.h. */
13375 $ac_includes_default
13376 #include <gphoto2-camera.h>
13378 rm -f conftest.$ac_objext
13379 if { (ac_try="$ac_compile"
13380 case "(($ac_try" in
13381 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13382 *) ac_try_echo
=$ac_try;;
13384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13385 (eval "$ac_compile") 2>conftest.er1
13387 grep -v '^ *+' conftest.er1
>conftest.err
13389 cat conftest.err
>&5
13390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13391 (exit $ac_status); } && {
13392 test -z "$ac_c_werror_flag" ||
13393 test ! -s conftest.err
13394 } && test -s conftest.
$ac_objext; then
13395 ac_header_compiler
=yes
13397 echo "$as_me: failed program was:" >&5
13398 sed 's/^/| /' conftest.
$ac_ext >&5
13400 ac_header_compiler
=no
13403 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13404 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13405 echo "${ECHO_T}$ac_header_compiler" >&6; }
13407 # Is the header present?
13408 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13409 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13410 cat >conftest.
$ac_ext <<_ACEOF
13413 cat confdefs.h
>>conftest.
$ac_ext
13414 cat >>conftest.
$ac_ext <<_ACEOF
13415 /* end confdefs.h. */
13416 #include <gphoto2-camera.h>
13418 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13419 case "(($ac_try" in
13420 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13421 *) ac_try_echo=$ac_try;;
13423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13424 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13426 grep -v '^ *+' conftest.er1 >conftest.err
13428 cat conftest.err >&5
13429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13430 (exit $ac_status); } >/dev/null && {
13431 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13432 test ! -s conftest.err
13434 ac_header_preproc=yes
13436 echo "$as_me: failed program was:" >&5
13437 sed 's/^/| /' conftest.$ac_ext >&5
13439 ac_header_preproc=no
13442 rm -f conftest.err conftest.$ac_ext
13443 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13444 echo "${ECHO_T}$ac_header_preproc" >&6; }
13446 # So? What about this header?
13447 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13449 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13450 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13451 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13452 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13453 ac_header_preproc=yes
13456 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13457 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13458 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13459 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13460 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13461 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13463 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13465 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13469 ## ------------------------------------ ##
13470 ## Report this to wine-devel@winehq.org ##
13471 ## ------------------------------------ ##
13473 ) | sed "s/^/$as_me: WARNING: /" >&2
13476 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13477 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13478 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13479 echo $ECHO_N "(cached) $ECHO_C" >&6
13481 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13483 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13484 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13487 if test $ac_cv_header_gphoto2_camera_h = yes; then
13488 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13489 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13490 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13491 echo $ECHO_N "(cached) $ECHO_C" >&6
13493 ac_check_lib_save_LIBS=$LIBS
13494 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13495 cat >conftest.$ac_ext <<_ACEOF
13498 cat confdefs.h >>conftest.$ac_ext
13499 cat >>conftest.$ac_ext <<_ACEOF
13500 /* end confdefs.h. */
13502 /* Override any GCC internal prototype to avoid an error.
13503 Use char because int might match the return type of a GCC
13504 builtin and then its argument prototype would still apply. */
13508 char gp_camera_new ();
13512 return gp_camera_new ();
13517 rm -f conftest.$ac_objext conftest$ac_exeext
13518 if { (ac_try="$ac_link"
13519 case "(($ac_try" in
13520 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13521 *) ac_try_echo
=$ac_try;;
13523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13524 (eval "$ac_link") 2>conftest.er1
13526 grep -v '^ *+' conftest.er1
>conftest.err
13528 cat conftest.err
>&5
13529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13530 (exit $ac_status); } && {
13531 test -z "$ac_c_werror_flag" ||
13532 test ! -s conftest.err
13533 } && test -s conftest
$ac_exeext &&
13534 $as_test_x conftest
$ac_exeext; then
13535 ac_cv_lib_gphoto2_gp_camera_new
=yes
13537 echo "$as_me: failed program was:" >&5
13538 sed 's/^/| /' conftest.
$ac_ext >&5
13540 ac_cv_lib_gphoto2_gp_camera_new
=no
13543 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13544 conftest
$ac_exeext conftest.
$ac_ext
13545 LIBS
=$ac_check_lib_save_LIBS
13547 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13548 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13549 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13551 cat >>confdefs.h
<<\_ACEOF
13552 #define HAVE_GPHOTO2 1
13555 GPHOTO2LIBS
="$ac_gphoto2_libs"
13557 GPHOTO2INCL
="$ac_gphoto2_incl"
13564 CPPFLAGS
="$ac_save_CPPFLAGS"
13566 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13567 case "x$with_gphoto" in
13568 x
) wine_notices
="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13570 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13571 This is an error since --with-gphoto was requested." >&5
13572 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13573 This is an error since --with-gphoto was requested." >&2;}
13574 { (exit 1); exit 1; }; } ;;
13582 if test "$ac_cv_header_resolv_h" = "yes"
13584 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13585 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13586 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13587 echo $ECHO_N "(cached) $ECHO_C" >&6
13589 ac_check_lib_save_LIBS
=$LIBS
13590 LIBS
="-lresolv $LIBS"
13591 cat >conftest.
$ac_ext <<_ACEOF
13594 cat confdefs.h
>>conftest.
$ac_ext
13595 cat >>conftest.
$ac_ext <<_ACEOF
13596 /* end confdefs.h. */
13598 /* Override any GCC internal prototype to avoid an error.
13599 Use char because int might match the return type of a GCC
13600 builtin and then its argument prototype would still apply. */
13608 return res_query ();
13613 rm -f conftest.
$ac_objext conftest
$ac_exeext
13614 if { (ac_try
="$ac_link"
13615 case "(($ac_try" in
13616 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13617 *) ac_try_echo=$ac_try;;
13619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13620 (eval "$ac_link") 2>conftest.er1
13622 grep -v '^ *+' conftest.er1 >conftest.err
13624 cat conftest.err >&5
13625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13626 (exit $ac_status); } && {
13627 test -z "$ac_c_werror_flag" ||
13628 test ! -s conftest.err
13629 } && test -s conftest$ac_exeext &&
13630 $as_test_x conftest$ac_exeext; then
13631 ac_cv_lib_resolv_res_query=yes
13633 echo "$as_me: failed program was:" >&5
13634 sed 's/^/| /' conftest.$ac_ext >&5
13636 ac_cv_lib_resolv_res_query=no
13639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13640 conftest$ac_exeext conftest.$ac_ext
13641 LIBS=$ac_check_lib_save_LIBS
13643 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13644 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13645 if test $ac_cv_lib_resolv_res_query = yes; then
13647 cat >>confdefs.h <<\_ACEOF
13648 #define HAVE_RESOLV 1
13651 RESOLVLIBS="-lresolv"
13658 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13660 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13661 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13662 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13663 echo $ECHO_N "(cached) $ECHO_C" >&6
13665 ac_check_lib_save_LIBS=$LIBS
13666 LIBS="-llcms $LIBS"
13667 cat >conftest.$ac_ext <<_ACEOF
13670 cat confdefs.h >>conftest.$ac_ext
13671 cat >>conftest.$ac_ext <<_ACEOF
13672 /* end confdefs.h. */
13674 /* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
13680 char cmsOpenProfileFromFile ();
13684 return cmsOpenProfileFromFile ();
13689 rm -f conftest.$ac_objext conftest$ac_exeext
13690 if { (ac_try="$ac_link"
13691 case "(($ac_try" in
13692 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13693 *) ac_try_echo
=$ac_try;;
13695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13696 (eval "$ac_link") 2>conftest.er1
13698 grep -v '^ *+' conftest.er1
>conftest.err
13700 cat conftest.err
>&5
13701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13702 (exit $ac_status); } && {
13703 test -z "$ac_c_werror_flag" ||
13704 test ! -s conftest.err
13705 } && test -s conftest
$ac_exeext &&
13706 $as_test_x conftest
$ac_exeext; then
13707 ac_cv_lib_lcms_cmsOpenProfileFromFile
=yes
13709 echo "$as_me: failed program was:" >&5
13710 sed 's/^/| /' conftest.
$ac_ext >&5
13712 ac_cv_lib_lcms_cmsOpenProfileFromFile
=no
13715 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13716 conftest
$ac_exeext conftest.
$ac_ext
13717 LIBS
=$ac_check_lib_save_LIBS
13719 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13720 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13721 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13723 cat >>confdefs.h
<<\_ACEOF
13724 #define HAVE_LCMS 1
13731 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13732 case "x$with_cms" in
13733 x
) wine_notices
="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13735 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13736 This is an error since --with-cms was requested." >&5
13737 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13738 This is an error since --with-cms was requested." >&2;}
13739 { (exit 1); exit 1; }; } ;;
13744 for ac_prog
in freetype-config freetype2-config
13746 # Extract the first word of "$ac_prog", so it can be a program name with args.
13747 set dummy
$ac_prog; ac_word
=$2
13748 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13749 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13750 if test "${ac_cv_prog_ft_devel+set}" = set; then
13751 echo $ECHO_N "(cached) $ECHO_C" >&6
13753 if test -n "$ft_devel"; then
13754 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
13756 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13757 for as_dir
in $PATH
13760 test -z "$as_dir" && as_dir
=.
13761 for ac_exec_ext
in '' $ac_executable_extensions; do
13762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13763 ac_cv_prog_ft_devel
="$ac_prog"
13764 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13773 ft_devel
=$ac_cv_prog_ft_devel
13774 if test -n "$ft_devel"; then
13775 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13776 echo "${ECHO_T}$ft_devel" >&6; }
13778 { echo "$as_me:$LINENO: result: no" >&5
13779 echo "${ECHO_T}no" >&6; }
13783 test -n "$ft_devel" && break
13785 test -n "$ft_devel" || ft_devel
="false"
13787 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13789 ac_freetype_libs
=`$ft_devel --libs`
13790 ac_freetype_incl
=`$ft_devel --cflags`
13791 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13792 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13793 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13794 echo $ECHO_N "(cached) $ECHO_C" >&6
13796 ac_check_soname_save_LIBS
=$LIBS
13797 LIBS
="-lfreetype $ac_freetype_libs $LIBS"
13798 cat >conftest.
$ac_ext <<_ACEOF
13801 cat confdefs.h
>>conftest.
$ac_ext
13802 cat >>conftest.
$ac_ext <<_ACEOF
13803 /* end confdefs.h. */
13805 /* Override any GCC internal prototype to avoid an error.
13806 Use char because int might match the return type of a GCC
13807 builtin and then its argument prototype would still apply. */
13811 char FT_Init_FreeType ();
13815 return FT_Init_FreeType ();
13820 rm -f conftest.
$ac_objext conftest
$ac_exeext
13821 if { (ac_try
="$ac_link"
13822 case "(($ac_try" in
13823 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13824 *) ac_try_echo=$ac_try;;
13826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13827 (eval "$ac_link") 2>conftest.er1
13829 grep -v '^ *+' conftest.er1 >conftest.err
13831 cat conftest.err >&5
13832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13833 (exit $ac_status); } && {
13834 test -z "$ac_c_werror_flag" ||
13835 test ! -s conftest.err
13836 } && test -s conftest$ac_exeext &&
13837 $as_test_x conftest$ac_exeext; then
13840 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'` ;;
13841 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfreetype\\.$LIBEXT" |
sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13844 echo "$as_me: failed program was:" >&5
13845 sed 's/^/| /' conftest.$ac_ext >&5
13850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13851 conftest$ac_exeext conftest.$ac_ext
13852 LIBS=$ac_check_soname_save_LIBS
13854 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13855 { echo "$as_me:$LINENO: result: not found" >&5
13856 echo "${ECHO_T}not found" >&6; }
13859 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13860 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13862 cat >>confdefs.h <<_ACEOF
13863 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13869 if test "$ft_lib" = "yes"
13871 ac_save_CPPFLAGS="$CPPFLAGS"
13872 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13885 for ac_header in ft2build.h \
13886 freetype/freetype.h \
13887 freetype/ftglyph.h \
13888 freetype/fttypes.h \
13889 freetype/tttables.h \
13890 freetype/ftnames.h \
13891 freetype/ftsnames.h \
13892 freetype/ttnameid.h \
13893 freetype/ftoutln.h \
13894 freetype/ftwinfnt.h \
13895 freetype/ftmodapi.h \
13896 freetype/internal/sfnt.h
13898 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13899 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13900 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13901 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13902 echo $ECHO_N "(cached) $ECHO_C" >&6
13904 cat >conftest.$ac_ext <<_ACEOF
13907 cat confdefs.h >>conftest.$ac_ext
13908 cat >>conftest.$ac_ext <<_ACEOF
13909 /* end confdefs.h. */
13910 #ifdef HAVE_FT2BUILD_H
13911 # include <ft2build.h>
13914 #include <$ac_header>
13916 rm -f conftest.$ac_objext
13917 if { (ac_try="$ac_compile"
13918 case "(($ac_try" in
13919 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13920 *) ac_try_echo
=$ac_try;;
13922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13923 (eval "$ac_compile") 2>conftest.er1
13925 grep -v '^ *+' conftest.er1
>conftest.err
13927 cat conftest.err
>&5
13928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13929 (exit $ac_status); } && {
13930 test -z "$ac_c_werror_flag" ||
13931 test ! -s conftest.err
13932 } && test -s conftest.
$ac_objext; then
13933 eval "$as_ac_Header=yes"
13935 echo "$as_me: failed program was:" >&5
13936 sed 's/^/| /' conftest.
$ac_ext >&5
13938 eval "$as_ac_Header=no"
13941 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13943 ac_res
=`eval echo '${'$as_ac_Header'}'`
13944 { echo "$as_me:$LINENO: result: $ac_res" >&5
13945 echo "${ECHO_T}$ac_res" >&6; }
13946 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13947 cat >>confdefs.h
<<_ACEOF
13948 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13955 cat >conftest.
$ac_ext <<_ACEOF
13958 cat confdefs.h
>>conftest.
$ac_ext
13959 cat >>conftest.
$ac_ext <<_ACEOF
13960 /* end confdefs.h. */
13961 #include <ft2build.h>
13962 #include <freetype/fttrigon.h>
13964 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13965 case "(($ac_try" in
13966 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13967 *) ac_try_echo=$ac_try;;
13969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13970 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13972 grep -v '^ *+' conftest.er1 >conftest.err
13974 cat conftest.err >&5
13975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13976 (exit $ac_status); } >/dev/null && {
13977 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13978 test ! -s conftest.err
13981 cat >>confdefs.h <<\_ACEOF
13982 #define HAVE_FREETYPE_FTTRIGON_H 1
13985 wine_cv_fttrigon=yes
13987 echo "$as_me: failed program was:" >&5
13988 sed 's/^/| /' conftest.$ac_ext >&5
13990 wine_cv_fttrigon=no
13993 rm -f conftest.err conftest.$ac_ext
13994 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13995 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13996 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13997 echo $ECHO_N "(cached) $ECHO_C" >&6
13999 cat >conftest.$ac_ext <<_ACEOF
14002 cat confdefs.h >>conftest.$ac_ext
14003 cat >>conftest.$ac_ext <<_ACEOF
14004 /* end confdefs.h. */
14005 #include <freetype/ftmodapi.h>
14007 typedef FT_TrueTypeEngineType ac__type_new_;
14011 if ((ac__type_new_ *) 0)
14013 if (sizeof (ac__type_new_))
14019 rm -f conftest.$ac_objext
14020 if { (ac_try="$ac_compile"
14021 case "(($ac_try" in
14022 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14023 *) ac_try_echo
=$ac_try;;
14025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14026 (eval "$ac_compile") 2>conftest.er1
14028 grep -v '^ *+' conftest.er1
>conftest.err
14030 cat conftest.err
>&5
14031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14032 (exit $ac_status); } && {
14033 test -z "$ac_c_werror_flag" ||
14034 test ! -s conftest.err
14035 } && test -s conftest.
$ac_objext; then
14036 ac_cv_type_FT_TrueTypeEngineType
=yes
14038 echo "$as_me: failed program was:" >&5
14039 sed 's/^/| /' conftest.
$ac_ext >&5
14041 ac_cv_type_FT_TrueTypeEngineType
=no
14044 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14046 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14047 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14048 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14050 cat >>confdefs.h
<<_ACEOF
14051 #define HAVE_FT_TRUETYPEENGINETYPE 1
14057 ac_save_CFLAGS
="$CFLAGS"
14058 CFLAGS
="$CFLAGS $ac_freetype_libs"
14060 for ac_func
in FT_Load_Sfnt_Table
14062 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14063 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14064 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14065 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14066 echo $ECHO_N "(cached) $ECHO_C" >&6
14068 cat >conftest.
$ac_ext <<_ACEOF
14071 cat confdefs.h
>>conftest.
$ac_ext
14072 cat >>conftest.
$ac_ext <<_ACEOF
14073 /* end confdefs.h. */
14074 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14075 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14076 #define $ac_func innocuous_$ac_func
14078 /* System header to define __stub macros and hopefully few prototypes,
14079 which can conflict with char $ac_func (); below.
14080 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14081 <limits.h> exists even on freestanding compilers. */
14084 # include <limits.h>
14086 # include <assert.h>
14091 /* Override any GCC internal prototype to avoid an error.
14092 Use char because int might match the return type of a GCC
14093 builtin and then its argument prototype would still apply. */
14098 /* The GNU C library defines this for functions which it implements
14099 to always fail with ENOSYS. Some functions are actually named
14100 something starting with __ and the normal name is an alias. */
14101 #if defined __stub_$ac_func || defined __stub___$ac_func
14108 return $ac_func ();
14113 rm -f conftest.
$ac_objext conftest
$ac_exeext
14114 if { (ac_try
="$ac_link"
14115 case "(($ac_try" in
14116 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14117 *) ac_try_echo=$ac_try;;
14119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14120 (eval "$ac_link") 2>conftest.er1
14122 grep -v '^ *+' conftest.er1 >conftest.err
14124 cat conftest.err >&5
14125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14126 (exit $ac_status); } && {
14127 test -z "$ac_c_werror_flag" ||
14128 test ! -s conftest.err
14129 } && test -s conftest$ac_exeext &&
14130 $as_test_x conftest$ac_exeext; then
14131 eval "$as_ac_var=yes"
14133 echo "$as_me: failed program was:" >&5
14134 sed 's/^/| /' conftest.$ac_ext >&5
14136 eval "$as_ac_var=no"
14139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14140 conftest$ac_exeext conftest.$ac_ext
14142 ac_res=`eval echo '${'$as_ac_var'}'`
14143 { echo "$as_me:$LINENO: result: $ac_res" >&5
14144 echo "${ECHO_T}$ac_res" >&6; }
14145 if test `eval echo '${'$as_ac_var'}'` = yes; then
14146 cat >>confdefs.h <<_ACEOF
14147 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14153 CFLAGS="$ac_save_CFLAGS"
14154 CPPFLAGS="$ac_save_CPPFLAGS"
14155 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14158 cat >>confdefs.h <<\_ACEOF
14159 #define HAVE_FREETYPE 1
14162 FREETYPELIBS="$ac_freetype_libs"
14164 FREETYPEINCL="$ac_freetype_incl"
14166 FONTSSUBDIRS="fonts"
14171 if test "x$FREETYPELIBS" = "x"; then
14172 case "x$with_freetype" in
14174 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14175 Fonts will not be built. Dialog text may be invisible or unaligned.
14176 Use the --without-freetype option if you really want this." >&5
14177 echo "$as_me: error: FreeType development files not found.
14178 Fonts will not be built. Dialog text may be invisible or unaligned.
14179 Use the --without-freetype option if you really want this." >&2;}
14180 { (exit 1); exit 1; }; } ;;
14185 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14186 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14187 if test "${ac_cv_c_ppdev+set}" = set; then
14188 echo $ECHO_N "(cached) $ECHO_C" >&6
14190 cat >conftest.$ac_ext <<_ACEOF
14193 cat confdefs.h >>conftest.$ac_ext
14194 cat >>conftest.$ac_ext <<_ACEOF
14195 /* end confdefs.h. */
14196 #include <linux/ppdev.h>
14200 ioctl (1,PPCLAIM,0)
14205 rm -f conftest.$ac_objext
14206 if { (ac_try="$ac_compile"
14207 case "(($ac_try" in
14208 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14209 *) ac_try_echo
=$ac_try;;
14211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14212 (eval "$ac_compile") 2>conftest.er1
14214 grep -v '^ *+' conftest.er1
>conftest.err
14216 cat conftest.err
>&5
14217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14218 (exit $ac_status); } && {
14219 test -z "$ac_c_werror_flag" ||
14220 test ! -s conftest.err
14221 } && test -s conftest.
$ac_objext; then
14222 ac_cv_c_ppdev
="yes"
14224 echo "$as_me: failed program was:" >&5
14225 sed 's/^/| /' conftest.
$ac_ext >&5
14230 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14232 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14233 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14234 if test "$ac_cv_c_ppdev" = "yes"
14237 cat >>confdefs.h
<<\_ACEOF
14238 #define HAVE_PPDEV 1
14243 { echo "$as_me:$LINENO: checking for va_copy" >&5
14244 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14245 if test "${ac_cv_c_va_copy+set}" = set; then
14246 echo $ECHO_N "(cached) $ECHO_C" >&6
14248 cat >conftest.
$ac_ext <<_ACEOF
14251 cat confdefs.h
>>conftest.
$ac_ext
14252 cat >>conftest.
$ac_ext <<_ACEOF
14253 /* end confdefs.h. */
14254 #include <stdarg.h>
14258 va_list ap1, ap2; va_copy(ap1,ap2);
14263 rm -f conftest.
$ac_objext conftest
$ac_exeext
14264 if { (ac_try
="$ac_link"
14265 case "(($ac_try" in
14266 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14267 *) ac_try_echo=$ac_try;;
14269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14270 (eval "$ac_link") 2>conftest.er1
14272 grep -v '^ *+' conftest.er1 >conftest.err
14274 cat conftest.err >&5
14275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14276 (exit $ac_status); } && {
14277 test -z "$ac_c_werror_flag" ||
14278 test ! -s conftest.err
14279 } && test -s conftest$ac_exeext &&
14280 $as_test_x conftest$ac_exeext; then
14281 ac_cv_c_va_copy="yes"
14283 echo "$as_me: failed program was:" >&5
14284 sed 's/^/| /' conftest.$ac_ext >&5
14286 ac_cv_c_va_copy="no"
14289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14290 conftest$ac_exeext conftest.$ac_ext
14293 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14294 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14295 if test "$ac_cv_c_va_copy" = "yes"
14298 cat >>confdefs.h <<\_ACEOF
14299 #define HAVE_VA_COPY 1
14303 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14304 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14305 if test "${ac_cv_c___va_copy+set}" = set; then
14306 echo $ECHO_N "(cached) $ECHO_C" >&6
14308 cat >conftest.$ac_ext <<_ACEOF
14311 cat confdefs.h >>conftest.$ac_ext
14312 cat >>conftest.$ac_ext <<_ACEOF
14313 /* end confdefs.h. */
14314 #include <stdarg.h>
14318 va_list ap1, ap2; __va_copy(ap1,ap2);
14323 rm -f conftest.$ac_objext conftest$ac_exeext
14324 if { (ac_try="$ac_link"
14325 case "(($ac_try" in
14326 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14327 *) ac_try_echo
=$ac_try;;
14329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14330 (eval "$ac_link") 2>conftest.er1
14332 grep -v '^ *+' conftest.er1
>conftest.err
14334 cat conftest.err
>&5
14335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14336 (exit $ac_status); } && {
14337 test -z "$ac_c_werror_flag" ||
14338 test ! -s conftest.err
14339 } && test -s conftest
$ac_exeext &&
14340 $as_test_x conftest
$ac_exeext; then
14341 ac_cv_c___va_copy
="yes"
14343 echo "$as_me: failed program was:" >&5
14344 sed 's/^/| /' conftest.
$ac_ext >&5
14346 ac_cv_c___va_copy
="no"
14349 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14350 conftest
$ac_exeext conftest.
$ac_ext
14353 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14354 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14355 if test "$ac_cv_c___va_copy" = "yes"
14358 cat >>confdefs.h
<<\_ACEOF
14359 #define HAVE___VA_COPY 1
14364 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14365 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14366 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14367 echo $ECHO_N "(cached) $ECHO_C" >&6
14369 cat >conftest.
$ac_ext <<_ACEOF
14372 cat confdefs.h
>>conftest.
$ac_ext
14373 cat >>conftest.
$ac_ext <<_ACEOF
14374 /* end confdefs.h. */
14375 #define _GNU_SOURCE
14376 #include <pthread.h>
14378 typedef pthread_rwlock_t ac__type_new_;
14382 if ((ac__type_new_ *) 0)
14384 if (sizeof (ac__type_new_))
14390 rm -f conftest.
$ac_objext
14391 if { (ac_try
="$ac_compile"
14392 case "(($ac_try" in
14393 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14394 *) ac_try_echo=$ac_try;;
14396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14397 (eval "$ac_compile") 2>conftest.er1
14399 grep -v '^ *+' conftest.er1 >conftest.err
14401 cat conftest.err >&5
14402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14403 (exit $ac_status); } && {
14404 test -z "$ac_c_werror_flag" ||
14405 test ! -s conftest.err
14406 } && test -s conftest.$ac_objext; then
14407 ac_cv_type_pthread_rwlock_t=yes
14409 echo "$as_me: failed program was:" >&5
14410 sed 's/^/| /' conftest.$ac_ext >&5
14412 ac_cv_type_pthread_rwlock_t=no
14415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14417 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14418 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14419 if test $ac_cv_type_pthread_rwlock_t = yes; then
14421 cat >>confdefs.h <<_ACEOF
14422 #define HAVE_PTHREAD_RWLOCK_T 1
14427 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14428 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14429 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14430 echo $ECHO_N "(cached) $ECHO_C" >&6
14432 cat >conftest.$ac_ext <<_ACEOF
14435 cat confdefs.h >>conftest.$ac_ext
14436 cat >>conftest.$ac_ext <<_ACEOF
14437 /* end confdefs.h. */
14438 #define _GNU_SOURCE
14439 #include <pthread.h>
14441 typedef pthread_rwlockattr_t ac__type_new_;
14445 if ((ac__type_new_ *) 0)
14447 if (sizeof (ac__type_new_))
14453 rm -f conftest.$ac_objext
14454 if { (ac_try="$ac_compile"
14455 case "(($ac_try" in
14456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14457 *) ac_try_echo
=$ac_try;;
14459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14460 (eval "$ac_compile") 2>conftest.er1
14462 grep -v '^ *+' conftest.er1
>conftest.err
14464 cat conftest.err
>&5
14465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14466 (exit $ac_status); } && {
14467 test -z "$ac_c_werror_flag" ||
14468 test ! -s conftest.err
14469 } && test -s conftest.
$ac_objext; then
14470 ac_cv_type_pthread_rwlockattr_t
=yes
14472 echo "$as_me: failed program was:" >&5
14473 sed 's/^/| /' conftest.
$ac_ext >&5
14475 ac_cv_type_pthread_rwlockattr_t
=no
14478 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14480 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14481 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14482 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14484 cat >>confdefs.h
<<_ACEOF
14485 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14492 ac_wine_check_funcs_save_LIBS
="$LIBS"
14493 LIBS
="$LIBS $LIBPTHREAD"
14499 pthread_attr_get_np \
14500 pthread_getattr_np \
14501 pthread_get_stackaddr_np \
14502 pthread_get_stacksize_np
14504 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14505 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14506 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14507 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14508 echo $ECHO_N "(cached) $ECHO_C" >&6
14510 cat >conftest.
$ac_ext <<_ACEOF
14513 cat confdefs.h
>>conftest.
$ac_ext
14514 cat >>conftest.
$ac_ext <<_ACEOF
14515 /* end confdefs.h. */
14516 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14517 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14518 #define $ac_func innocuous_$ac_func
14520 /* System header to define __stub macros and hopefully few prototypes,
14521 which can conflict with char $ac_func (); below.
14522 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14523 <limits.h> exists even on freestanding compilers. */
14526 # include <limits.h>
14528 # include <assert.h>
14533 /* Override any GCC internal prototype to avoid an error.
14534 Use char because int might match the return type of a GCC
14535 builtin and then its argument prototype would still apply. */
14540 /* The GNU C library defines this for functions which it implements
14541 to always fail with ENOSYS. Some functions are actually named
14542 something starting with __ and the normal name is an alias. */
14543 #if defined __stub_$ac_func || defined __stub___$ac_func
14550 return $ac_func ();
14555 rm -f conftest.
$ac_objext conftest
$ac_exeext
14556 if { (ac_try
="$ac_link"
14557 case "(($ac_try" in
14558 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14559 *) ac_try_echo=$ac_try;;
14561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14562 (eval "$ac_link") 2>conftest.er1
14564 grep -v '^ *+' conftest.er1 >conftest.err
14566 cat conftest.err >&5
14567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14568 (exit $ac_status); } && {
14569 test -z "$ac_c_werror_flag" ||
14570 test ! -s conftest.err
14571 } && test -s conftest$ac_exeext &&
14572 $as_test_x conftest$ac_exeext; then
14573 eval "$as_ac_var=yes"
14575 echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.$ac_ext >&5
14578 eval "$as_ac_var=no"
14581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14582 conftest$ac_exeext conftest.$ac_ext
14584 ac_res=`eval echo '${'$as_ac_var'}'`
14585 { echo "$as_me:$LINENO: result: $ac_res" >&5
14586 echo "${ECHO_T}$ac_res" >&6; }
14587 if test `eval echo '${'$as_ac_var'}'` = yes; then
14588 cat >>confdefs.h <<_ACEOF
14589 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14595 LIBS="$ac_wine_check_funcs_save_LIBS"
14597 # Extract the first word of "esd-config", so it can be a program name with args.
14598 set dummy esd-config; ac_word=$2
14599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14601 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14602 echo $ECHO_N "(cached) $ECHO_C" >&6
14606 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14610 for as_dir in $PATH
14613 test -z "$as_dir" && as_dir=.
14614 for ac_exec_ext in '' $ac_executable_extensions; do
14615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14616 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14617 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14627 ESDCONFIG=$ac_cv_path_ESDCONFIG
14628 if test -n "$ESDCONFIG"; then
14629 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14630 echo "${ECHO_T}$ESDCONFIG" >&6; }
14632 { echo "$as_me:$LINENO: result: no" >&5
14633 echo "${ECHO_T}no" >&6; }
14637 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14640 for i in `$ESDCONFIG --cflags`
14643 -I*) ac_esd_incl="$ac_esd_incl $i";;
14646 ac_esd_libs=`$ESDCONFIG --libs`
14647 save_CFLAGS="$CFLAGS"
14648 CFLAGS="$CFLAGS $ac_esd_incl"
14649 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14650 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14651 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14652 echo $ECHO_N "(cached) $ECHO_C" >&6
14654 ac_check_lib_save_LIBS=$LIBS
14655 LIBS="-lesd $ac_esd_libs $LIBS"
14656 cat >conftest.$ac_ext <<_ACEOF
14659 cat confdefs.h >>conftest.$ac_ext
14660 cat >>conftest.$ac_ext <<_ACEOF
14661 /* end confdefs.h. */
14663 /* Override any GCC internal prototype to avoid an error.
14664 Use char because int might match the return type of a GCC
14665 builtin and then its argument prototype would still apply. */
14669 char esd_open_sound ();
14673 return esd_open_sound ();
14678 rm -f conftest.$ac_objext conftest$ac_exeext
14679 if { (ac_try="$ac_link"
14680 case "(($ac_try" in
14681 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14682 *) ac_try_echo
=$ac_try;;
14684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14685 (eval "$ac_link") 2>conftest.er1
14687 grep -v '^ *+' conftest.er1
>conftest.err
14689 cat conftest.err
>&5
14690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691 (exit $ac_status); } && {
14692 test -z "$ac_c_werror_flag" ||
14693 test ! -s conftest.err
14694 } && test -s conftest
$ac_exeext &&
14695 $as_test_x conftest
$ac_exeext; then
14696 ac_cv_lib_esd_esd_open_sound
=yes
14698 echo "$as_me: failed program was:" >&5
14699 sed 's/^/| /' conftest.
$ac_ext >&5
14701 ac_cv_lib_esd_esd_open_sound
=no
14704 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14705 conftest
$ac_exeext conftest.
$ac_ext
14706 LIBS
=$ac_check_lib_save_LIBS
14708 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14709 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14710 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14711 ESDINCL
="$ac_esd_incl"
14713 ESDLIBS
="$ac_esd_libs"
14716 cat >>confdefs.h
<<\_ACEOF
14722 CFLAGS
="$save_CFLAGS"
14727 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14729 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14730 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14731 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14732 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 ac_check_lib_save_LIBS
=$LIBS
14735 LIBS
="-lasound $LIBS"
14736 cat >conftest.
$ac_ext <<_ACEOF
14739 cat confdefs.h
>>conftest.
$ac_ext
14740 cat >>conftest.
$ac_ext <<_ACEOF
14741 /* end confdefs.h. */
14743 /* Override any GCC internal prototype to avoid an error.
14744 Use char because int might match the return type of a GCC
14745 builtin and then its argument prototype would still apply. */
14749 char snd_pcm_hw_params_get_access ();
14753 return snd_pcm_hw_params_get_access ();
14758 rm -f conftest.
$ac_objext conftest
$ac_exeext
14759 if { (ac_try
="$ac_link"
14760 case "(($ac_try" in
14761 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14762 *) ac_try_echo=$ac_try;;
14764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14765 (eval "$ac_link") 2>conftest.er1
14767 grep -v '^ *+' conftest.er1 >conftest.err
14769 cat conftest.err >&5
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); } && {
14772 test -z "$ac_c_werror_flag" ||
14773 test ! -s conftest.err
14774 } && test -s conftest$ac_exeext &&
14775 $as_test_x conftest$ac_exeext; then
14776 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14778 echo "$as_me: failed program was:" >&5
14779 sed 's/^/| /' conftest.$ac_ext >&5
14781 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14785 conftest$ac_exeext conftest.$ac_ext
14786 LIBS=$ac_check_lib_save_LIBS
14788 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14789 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14790 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14791 cat >conftest.$ac_ext <<_ACEOF
14794 cat confdefs.h >>conftest.$ac_ext
14795 cat >>conftest.$ac_ext <<_ACEOF
14796 /* end confdefs.h. */
14797 #ifdef HAVE_ALSA_ASOUNDLIB_H
14798 #include <alsa/asoundlib.h>
14799 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14800 #include <sys/asoundlib.h>
14805 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14810 rm -f conftest.$ac_objext
14811 if { (ac_try="$ac_compile"
14812 case "(($ac_try" in
14813 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14814 *) ac_try_echo
=$ac_try;;
14816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14817 (eval "$ac_compile") 2>conftest.er1
14819 grep -v '^ *+' conftest.er1
>conftest.err
14821 cat conftest.err
>&5
14822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14823 (exit $ac_status); } && {
14824 test -z "$ac_c_werror_flag" ||
14825 test ! -s conftest.err
14826 } && test -s conftest.
$ac_objext; then
14828 cat >>confdefs.h
<<\_ACEOF
14829 #define HAVE_ALSA 1
14832 ALSALIBS
="-lasound"
14834 echo "$as_me: failed program was:" >&5
14835 sed 's/^/| /' conftest.
$ac_ext >&5
14840 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14847 if test "$ac_cv_header_libaudioio_h" = "yes"
14849 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14850 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14851 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14852 echo $ECHO_N "(cached) $ECHO_C" >&6
14854 ac_check_lib_save_LIBS
=$LIBS
14855 LIBS
="-laudioio $LIBS"
14856 cat >conftest.
$ac_ext <<_ACEOF
14859 cat confdefs.h
>>conftest.
$ac_ext
14860 cat >>conftest.
$ac_ext <<_ACEOF
14861 /* end confdefs.h. */
14863 /* Override any GCC internal prototype to avoid an error.
14864 Use char because int might match the return type of a GCC
14865 builtin and then its argument prototype would still apply. */
14869 char AudioIOGetVersion ();
14873 return AudioIOGetVersion ();
14878 rm -f conftest.
$ac_objext conftest
$ac_exeext
14879 if { (ac_try
="$ac_link"
14880 case "(($ac_try" in
14881 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14882 *) ac_try_echo=$ac_try;;
14884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14885 (eval "$ac_link") 2>conftest.er1
14887 grep -v '^ *+' conftest.er1 >conftest.err
14889 cat conftest.err >&5
14890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14891 (exit $ac_status); } && {
14892 test -z "$ac_c_werror_flag" ||
14893 test ! -s conftest.err
14894 } && test -s conftest$ac_exeext &&
14895 $as_test_x conftest$ac_exeext; then
14896 ac_cv_lib_audioio_AudioIOGetVersion=yes
14898 echo "$as_me: failed program was:" >&5
14899 sed 's/^/| /' conftest.$ac_ext >&5
14901 ac_cv_lib_audioio_AudioIOGetVersion=no
14904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14905 conftest$ac_exeext conftest.$ac_ext
14906 LIBS=$ac_check_lib_save_LIBS
14908 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14909 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14910 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14911 AUDIOIOLIBS="-laudioio"
14913 cat >>confdefs.h <<\_ACEOF
14914 #define HAVE_LIBAUDIOIO 1
14922 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14924 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14925 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14926 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14927 echo $ECHO_N "(cached) $ECHO_C" >&6
14929 ac_check_soname_save_LIBS=$LIBS
14930 LIBS="-lcapi20 $LIBS"
14931 cat >conftest.$ac_ext <<_ACEOF
14934 cat confdefs.h >>conftest.$ac_ext
14935 cat >>conftest.$ac_ext <<_ACEOF
14936 /* end confdefs.h. */
14938 /* Override any GCC internal prototype to avoid an error.
14939 Use char because int might match the return type of a GCC
14940 builtin and then its argument prototype would still apply. */
14944 char capi20_register ();
14948 return capi20_register ();
14953 rm -f conftest.$ac_objext conftest$ac_exeext
14954 if { (ac_try="$ac_link"
14955 case "(($ac_try" in
14956 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14957 *) ac_try_echo
=$ac_try;;
14959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14960 (eval "$ac_link") 2>conftest.er1
14962 grep -v '^ *+' conftest.er1
>conftest.err
14964 cat conftest.err
>&5
14965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966 (exit $ac_status); } && {
14967 test -z "$ac_c_werror_flag" ||
14968 test ! -s conftest.err
14969 } && test -s conftest
$ac_exeext &&
14970 $as_test_x conftest
$ac_exeext; then
14973 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'` ;;
14974 *) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14977 echo "$as_me: failed program was:" >&5
14978 sed 's/^/| /' conftest.
$ac_ext >&5
14983 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14984 conftest
$ac_exeext conftest.
$ac_ext
14985 LIBS
=$ac_check_soname_save_LIBS
14987 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14988 { echo "$as_me:$LINENO: result: not found" >&5
14989 echo "${ECHO_T}not found" >&6; }
14992 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14993 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14995 cat >>confdefs.h
<<_ACEOF
14996 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15003 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15004 case "x$with_capi" in
15005 x
) wine_notices
="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15007 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15008 This is an error since --with-capi was requested." >&5
15009 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15010 This is an error since --with-capi was requested." >&2;}
15011 { (exit 1); exit 1; }; } ;;
15018 if test "x$with_cups" != "xno"
15020 ac_save_CPPFLAGS
="$CPPFLAGS"
15021 ac_cups_cflags
=`cups-config --cflags 2>/dev/null`
15022 ac_cups_libs
=`cups-config --ldflags 2>/dev/null`
15023 CPPFLAGS
="$CPPFLAGS $ac_cups_cflags"
15025 for ac_header
in cups
/cups.h
15027 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15028 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15029 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15030 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15031 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15032 echo $ECHO_N "(cached) $ECHO_C" >&6
15034 ac_res
=`eval echo '${'$as_ac_Header'}'`
15035 { echo "$as_me:$LINENO: result: $ac_res" >&5
15036 echo "${ECHO_T}$ac_res" >&6; }
15038 # Is the header compilable?
15039 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15040 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15041 cat >conftest.
$ac_ext <<_ACEOF
15044 cat confdefs.h
>>conftest.
$ac_ext
15045 cat >>conftest.
$ac_ext <<_ACEOF
15046 /* end confdefs.h. */
15047 $ac_includes_default
15048 #include <$ac_header>
15050 rm -f conftest.
$ac_objext
15051 if { (ac_try
="$ac_compile"
15052 case "(($ac_try" in
15053 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15054 *) ac_try_echo=$ac_try;;
15056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15057 (eval "$ac_compile") 2>conftest.er1
15059 grep -v '^ *+' conftest.er1 >conftest.err
15061 cat conftest.err >&5
15062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15063 (exit $ac_status); } && {
15064 test -z "$ac_c_werror_flag" ||
15065 test ! -s conftest.err
15066 } && test -s conftest.$ac_objext; then
15067 ac_header_compiler=yes
15069 echo "$as_me: failed program was:" >&5
15070 sed 's/^/| /' conftest.$ac_ext >&5
15072 ac_header_compiler=no
15075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15076 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15077 echo "${ECHO_T}$ac_header_compiler" >&6; }
15079 # Is the header present?
15080 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15081 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15082 cat >conftest.$ac_ext <<_ACEOF
15085 cat confdefs.h >>conftest.$ac_ext
15086 cat >>conftest.$ac_ext <<_ACEOF
15087 /* end confdefs.h. */
15088 #include <$ac_header>
15090 if { (ac_try="$ac_cpp conftest.$ac_ext"
15091 case "(($ac_try" in
15092 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15093 *) ac_try_echo
=$ac_try;;
15095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15096 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15098 grep -v '^ *+' conftest.er1
>conftest.err
15100 cat conftest.err
>&5
15101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15102 (exit $ac_status); } >/dev
/null
&& {
15103 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15104 test ! -s conftest.err
15106 ac_header_preproc
=yes
15108 echo "$as_me: failed program was:" >&5
15109 sed 's/^/| /' conftest.
$ac_ext >&5
15111 ac_header_preproc
=no
15114 rm -f conftest.err conftest.
$ac_ext
15115 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15116 echo "${ECHO_T}$ac_header_preproc" >&6; }
15118 # So? What about this header?
15119 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15121 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15122 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15123 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15124 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15125 ac_header_preproc
=yes
15128 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15129 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15130 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15131 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15132 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15133 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15134 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15135 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15136 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15137 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15138 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15139 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15141 ## ------------------------------------ ##
15142 ## Report this to wine-devel@winehq.org ##
15143 ## ------------------------------------ ##
15145 ) |
sed "s/^/$as_me: WARNING: /" >&2
15148 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15149 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15150 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15151 echo $ECHO_N "(cached) $ECHO_C" >&6
15153 eval "$as_ac_Header=\$ac_header_preproc"
15155 ac_res
=`eval echo '${'$as_ac_Header'}'`
15156 { echo "$as_me:$LINENO: result: $ac_res" >&5
15157 echo "${ECHO_T}$ac_res" >&6; }
15160 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15161 cat >>confdefs.h
<<_ACEOF
15162 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15164 { echo "$as_me:$LINENO: checking for -lcups" >&5
15165 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15166 if test "${ac_cv_lib_soname_cups+set}" = set; then
15167 echo $ECHO_N "(cached) $ECHO_C" >&6
15169 ac_check_soname_save_LIBS
=$LIBS
15170 LIBS
="-lcups $ac_cups_libs $LIBS"
15171 cat >conftest.
$ac_ext <<_ACEOF
15174 cat confdefs.h
>>conftest.
$ac_ext
15175 cat >>conftest.
$ac_ext <<_ACEOF
15176 /* end confdefs.h. */
15178 /* Override any GCC internal prototype to avoid an error.
15179 Use char because int might match the return type of a GCC
15180 builtin and then its argument prototype would still apply. */
15184 char cupsGetDefault ();
15188 return cupsGetDefault ();
15193 rm -f conftest.
$ac_objext conftest
$ac_exeext
15194 if { (ac_try
="$ac_link"
15195 case "(($ac_try" in
15196 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15197 *) ac_try_echo=$ac_try;;
15199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15200 (eval "$ac_link") 2>conftest.er1
15202 grep -v '^ *+' conftest.er1 >conftest.err
15204 cat conftest.err >&5
15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15206 (exit $ac_status); } && {
15207 test -z "$ac_c_werror_flag" ||
15208 test ! -s conftest.err
15209 } && test -s conftest$ac_exeext &&
15210 $as_test_x conftest$ac_exeext; then
15213 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'` ;;
15214 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcups\\.$LIBEXT" |
sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15217 echo "$as_me: failed program was:" >&5
15218 sed 's/^/| /' conftest.$ac_ext >&5
15223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15224 conftest$ac_exeext conftest.$ac_ext
15225 LIBS=$ac_check_soname_save_LIBS
15227 if test "x$ac_cv_lib_soname_cups" = "x"; then
15228 { echo "$as_me:$LINENO: result: not found" >&5
15229 echo "${ECHO_T}not found" >&6; }
15232 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15233 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15235 cat >>confdefs.h <<_ACEOF
15236 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15239 CUPSINCL="$ac_cups_cflags"
15246 CPPFLAGS="$ac_save_CPPFLAGS"
15248 if test "x$ac_cv_lib_soname_cups" = "x"; then
15249 case "x$with_cups" in
15250 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15252 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15253 This is an error since --with-cups was requested." >&5
15254 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15255 This is an error since --with-cups was requested." >&2;}
15256 { (exit 1); exit 1; }; } ;;
15261 if test "$ac_cv_header_jack_jack_h" = "yes"
15263 { echo "$as_me:$LINENO: checking for -ljack" >&5
15264 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15265 if test "${ac_cv_lib_soname_jack+set}" = set; then
15266 echo $ECHO_N "(cached) $ECHO_C" >&6
15268 ac_check_soname_save_LIBS=$LIBS
15269 LIBS="-ljack $LIBS"
15270 cat >conftest.$ac_ext <<_ACEOF
15273 cat confdefs.h >>conftest.$ac_ext
15274 cat >>conftest.$ac_ext <<_ACEOF
15275 /* end confdefs.h. */
15277 /* Override any GCC internal prototype to avoid an error.
15278 Use char because int might match the return type of a GCC
15279 builtin and then its argument prototype would still apply. */
15283 char jack_client_new ();
15287 return jack_client_new ();
15292 rm -f conftest.$ac_objext conftest$ac_exeext
15293 if { (ac_try="$ac_link"
15294 case "(($ac_try" in
15295 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15296 *) ac_try_echo
=$ac_try;;
15298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15299 (eval "$ac_link") 2>conftest.er1
15301 grep -v '^ *+' conftest.er1
>conftest.err
15303 cat conftest.err
>&5
15304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305 (exit $ac_status); } && {
15306 test -z "$ac_c_werror_flag" ||
15307 test ! -s conftest.err
15308 } && test -s conftest
$ac_exeext &&
15309 $as_test_x conftest
$ac_exeext; then
15312 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'` ;;
15313 *) 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'` ;;
15316 echo "$as_me: failed program was:" >&5
15317 sed 's/^/| /' conftest.
$ac_ext >&5
15322 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15323 conftest
$ac_exeext conftest.
$ac_ext
15324 LIBS
=$ac_check_soname_save_LIBS
15326 if test "x$ac_cv_lib_soname_jack" = "x"; then
15327 { echo "$as_me:$LINENO: result: not found" >&5
15328 echo "${ECHO_T}not found" >&6; }
15331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15332 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15334 cat >>confdefs.h
<<_ACEOF
15335 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15343 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15345 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15346 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15347 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15348 echo $ECHO_N "(cached) $ECHO_C" >&6
15350 ac_check_soname_save_LIBS
=$LIBS
15351 LIBS
="-lfontconfig $LIBS"
15352 cat >conftest.
$ac_ext <<_ACEOF
15355 cat confdefs.h
>>conftest.
$ac_ext
15356 cat >>conftest.
$ac_ext <<_ACEOF
15357 /* end confdefs.h. */
15359 /* Override any GCC internal prototype to avoid an error.
15360 Use char because int might match the return type of a GCC
15361 builtin and then its argument prototype would still apply. */
15374 rm -f conftest.
$ac_objext conftest
$ac_exeext
15375 if { (ac_try
="$ac_link"
15376 case "(($ac_try" in
15377 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15378 *) ac_try_echo=$ac_try;;
15380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15381 (eval "$ac_link") 2>conftest.er1
15383 grep -v '^ *+' conftest.er1 >conftest.err
15385 cat conftest.err >&5
15386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15387 (exit $ac_status); } && {
15388 test -z "$ac_c_werror_flag" ||
15389 test ! -s conftest.err
15390 } && test -s conftest$ac_exeext &&
15391 $as_test_x conftest$ac_exeext; then
15394 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'` ;;
15395 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15398 echo "$as_me: failed program was:" >&5
15399 sed 's/^/| /' conftest.$ac_ext >&5
15404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15405 conftest$ac_exeext conftest.$ac_ext
15406 LIBS=$ac_check_soname_save_LIBS
15408 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15409 { echo "$as_me:$LINENO: result: not found" >&5
15410 echo "${ECHO_T}not found" >&6; }
15413 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15414 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15416 cat >>confdefs.h <<_ACEOF
15417 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15423 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15425 ac_save_CPPFLAGS="$CPPFLAGS"
15426 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15427 $as_unset ac_cv_header_fontconfig_fontconfig_h
15429 for ac_header in fontconfig/fontconfig.h
15431 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15432 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15433 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15434 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15435 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15436 echo $ECHO_N "(cached) $ECHO_C" >&6
15438 ac_res=`eval echo '${'$as_ac_Header'}'`
15439 { echo "$as_me:$LINENO: result: $ac_res" >&5
15440 echo "${ECHO_T}$ac_res" >&6; }
15442 # Is the header compilable?
15443 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15444 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15445 cat >conftest.$ac_ext <<_ACEOF
15448 cat confdefs.h >>conftest.$ac_ext
15449 cat >>conftest.$ac_ext <<_ACEOF
15450 /* end confdefs.h. */
15451 $ac_includes_default
15452 #include <$ac_header>
15454 rm -f conftest.$ac_objext
15455 if { (ac_try="$ac_compile"
15456 case "(($ac_try" in
15457 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15458 *) ac_try_echo
=$ac_try;;
15460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15461 (eval "$ac_compile") 2>conftest.er1
15463 grep -v '^ *+' conftest.er1
>conftest.err
15465 cat conftest.err
>&5
15466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15467 (exit $ac_status); } && {
15468 test -z "$ac_c_werror_flag" ||
15469 test ! -s conftest.err
15470 } && test -s conftest.
$ac_objext; then
15471 ac_header_compiler
=yes
15473 echo "$as_me: failed program was:" >&5
15474 sed 's/^/| /' conftest.
$ac_ext >&5
15476 ac_header_compiler
=no
15479 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15480 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15481 echo "${ECHO_T}$ac_header_compiler" >&6; }
15483 # Is the header present?
15484 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15485 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15486 cat >conftest.
$ac_ext <<_ACEOF
15489 cat confdefs.h
>>conftest.
$ac_ext
15490 cat >>conftest.
$ac_ext <<_ACEOF
15491 /* end confdefs.h. */
15492 #include <$ac_header>
15494 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15495 case "(($ac_try" in
15496 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15497 *) ac_try_echo=$ac_try;;
15499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15500 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15502 grep -v '^ *+' conftest.er1 >conftest.err
15504 cat conftest.err >&5
15505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15506 (exit $ac_status); } >/dev/null && {
15507 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15508 test ! -s conftest.err
15510 ac_header_preproc=yes
15512 echo "$as_me: failed program was:" >&5
15513 sed 's/^/| /' conftest.$ac_ext >&5
15515 ac_header_preproc=no
15518 rm -f conftest.err conftest.$ac_ext
15519 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15520 echo "${ECHO_T}$ac_header_preproc" >&6; }
15522 # So? What about this header?
15523 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15525 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15526 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15527 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15528 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15529 ac_header_preproc=yes
15532 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15533 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15535 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15536 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15537 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15538 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15539 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15540 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15541 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15542 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15543 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15545 ## ------------------------------------ ##
15546 ## Report this to wine-devel@winehq.org ##
15547 ## ------------------------------------ ##
15549 ) | sed "s/^/$as_me: WARNING: /" >&2
15552 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15553 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15554 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15555 echo $ECHO_N "(cached) $ECHO_C" >&6
15557 eval "$as_ac_Header=\$ac_header_preproc"
15559 ac_res=`eval echo '${'$as_ac_Header'}'`
15560 { echo "$as_me:$LINENO: result: $ac_res" >&5
15561 echo "${ECHO_T}$ac_res" >&6; }
15564 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15565 cat >>confdefs.h <<_ACEOF
15566 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15573 CPPFLAGS="$ac_save_CPPFLAGS"
15574 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15576 FONTCONFIGINCL="$X_CFLAGS"
15578 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15579 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15580 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15581 echo $ECHO_N "(cached) $ECHO_C" >&6
15583 ac_check_soname_save_LIBS=$LIBS
15584 LIBS="-lfontconfig $X_LIBS $LIBS"
15585 cat >conftest.$ac_ext <<_ACEOF
15588 cat confdefs.h >>conftest.$ac_ext
15589 cat >>conftest.$ac_ext <<_ACEOF
15590 /* end confdefs.h. */
15592 /* Override any GCC internal prototype to avoid an error.
15593 Use char because int might match the return type of a GCC
15594 builtin and then its argument prototype would still apply. */
15607 rm -f conftest.$ac_objext conftest$ac_exeext
15608 if { (ac_try="$ac_link"
15609 case "(($ac_try" in
15610 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15611 *) ac_try_echo
=$ac_try;;
15613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15614 (eval "$ac_link") 2>conftest.er1
15616 grep -v '^ *+' conftest.er1
>conftest.err
15618 cat conftest.err
>&5
15619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15620 (exit $ac_status); } && {
15621 test -z "$ac_c_werror_flag" ||
15622 test ! -s conftest.err
15623 } && test -s conftest
$ac_exeext &&
15624 $as_test_x conftest
$ac_exeext; then
15627 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'` ;;
15628 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15631 echo "$as_me: failed program was:" >&5
15632 sed 's/^/| /' conftest.
$ac_ext >&5
15637 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15638 conftest
$ac_exeext conftest.
$ac_ext
15639 LIBS
=$ac_check_soname_save_LIBS
15641 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15642 { echo "$as_me:$LINENO: result: not found" >&5
15643 echo "${ECHO_T}not found" >&6; }
15646 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15647 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15649 cat >>confdefs.h
<<_ACEOF
15650 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15658 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15659 case "x$with_fontconfig" in
15660 x
) wine_notices
="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15662 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15663 This is an error since --with-fontconfig was requested." >&5
15664 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15665 This is an error since --with-fontconfig was requested." >&2;}
15666 { (exit 1); exit 1; }; } ;;
15671 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15673 { echo "$as_me:$LINENO: checking for -lssl" >&5
15674 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15675 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15676 echo $ECHO_N "(cached) $ECHO_C" >&6
15678 ac_check_soname_save_LIBS
=$LIBS
15680 cat >conftest.
$ac_ext <<_ACEOF
15683 cat confdefs.h
>>conftest.
$ac_ext
15684 cat >>conftest.
$ac_ext <<_ACEOF
15685 /* end confdefs.h. */
15687 /* Override any GCC internal prototype to avoid an error.
15688 Use char because int might match the return type of a GCC
15689 builtin and then its argument prototype would still apply. */
15693 char SSL_library_init ();
15697 return SSL_library_init ();
15702 rm -f conftest.
$ac_objext conftest
$ac_exeext
15703 if { (ac_try
="$ac_link"
15704 case "(($ac_try" in
15705 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15706 *) ac_try_echo=$ac_try;;
15708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15709 (eval "$ac_link") 2>conftest.er1
15711 grep -v '^ *+' conftest.er1 >conftest.err
15713 cat conftest.err >&5
15714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15715 (exit $ac_status); } && {
15716 test -z "$ac_c_werror_flag" ||
15717 test ! -s conftest.err
15718 } && test -s conftest$ac_exeext &&
15719 $as_test_x conftest$ac_exeext; then
15722 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'` ;;
15723 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libssl\\.$LIBEXT" |
sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15726 echo "$as_me: failed program was:" >&5
15727 sed 's/^/| /' conftest.$ac_ext >&5
15732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15733 conftest$ac_exeext conftest.$ac_ext
15734 LIBS=$ac_check_soname_save_LIBS
15736 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15737 { echo "$as_me:$LINENO: result: not found" >&5
15738 echo "${ECHO_T}not found" >&6; }
15741 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15742 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15744 cat >>confdefs.h <<_ACEOF
15745 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15751 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15752 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15753 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15754 echo $ECHO_N "(cached) $ECHO_C" >&6
15756 ac_check_soname_save_LIBS=$LIBS
15757 LIBS="-lcrypto $LIBS"
15758 cat >conftest.$ac_ext <<_ACEOF
15761 cat confdefs.h >>conftest.$ac_ext
15762 cat >>conftest.$ac_ext <<_ACEOF
15763 /* end confdefs.h. */
15765 /* Override any GCC internal prototype to avoid an error.
15766 Use char because int might match the return type of a GCC
15767 builtin and then its argument prototype would still apply. */
15771 char BIO_new_socket ();
15775 return BIO_new_socket ();
15780 rm -f conftest.$ac_objext conftest$ac_exeext
15781 if { (ac_try="$ac_link"
15782 case "(($ac_try" in
15783 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15784 *) ac_try_echo
=$ac_try;;
15786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15787 (eval "$ac_link") 2>conftest.er1
15789 grep -v '^ *+' conftest.er1
>conftest.err
15791 cat conftest.err
>&5
15792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15793 (exit $ac_status); } && {
15794 test -z "$ac_c_werror_flag" ||
15795 test ! -s conftest.err
15796 } && test -s conftest
$ac_exeext &&
15797 $as_test_x conftest
$ac_exeext; then
15800 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'` ;;
15801 *) ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15804 echo "$as_me: failed program was:" >&5
15805 sed 's/^/| /' conftest.
$ac_ext >&5
15810 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15811 conftest
$ac_exeext conftest.
$ac_ext
15812 LIBS
=$ac_check_soname_save_LIBS
15814 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15815 { echo "$as_me:$LINENO: result: not found" >&5
15816 echo "${ECHO_T}not found" >&6; }
15819 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15820 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15822 cat >>confdefs.h
<<_ACEOF
15823 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15830 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15831 case "x$with_openssl" in
15832 x
) wine_warnings
="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15834 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15835 This is an error since --with-openssl was requested." >&5
15836 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15837 This is an error since --with-openssl was requested." >&2;}
15838 { (exit 1); exit 1; }; } ;;
15843 if test "$ac_cv_header_jpeglib_h" = "yes"
15845 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15846 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15847 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15848 echo $ECHO_N "(cached) $ECHO_C" >&6
15850 ac_check_soname_save_LIBS
=$LIBS
15851 LIBS
="-ljpeg $LIBS"
15852 cat >conftest.
$ac_ext <<_ACEOF
15855 cat confdefs.h
>>conftest.
$ac_ext
15856 cat >>conftest.
$ac_ext <<_ACEOF
15857 /* end confdefs.h. */
15859 /* Override any GCC internal prototype to avoid an error.
15860 Use char because int might match the return type of a GCC
15861 builtin and then its argument prototype would still apply. */
15865 char jpeg_start_decompress ();
15869 return jpeg_start_decompress ();
15874 rm -f conftest.
$ac_objext conftest
$ac_exeext
15875 if { (ac_try
="$ac_link"
15876 case "(($ac_try" in
15877 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15878 *) ac_try_echo=$ac_try;;
15880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15881 (eval "$ac_link") 2>conftest.er1
15883 grep -v '^ *+' conftest.er1 >conftest.err
15885 cat conftest.err >&5
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); } && {
15888 test -z "$ac_c_werror_flag" ||
15889 test ! -s conftest.err
15890 } && test -s conftest$ac_exeext &&
15891 $as_test_x conftest$ac_exeext; then
15894 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'` ;;
15895 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjpeg\\.$LIBEXT" |
sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15898 echo "$as_me: failed program was:" >&5
15899 sed 's/^/| /' conftest.$ac_ext >&5
15904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15905 conftest$ac_exeext conftest.$ac_ext
15906 LIBS=$ac_check_soname_save_LIBS
15908 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15909 { echo "$as_me:$LINENO: result: not found" >&5
15910 echo "${ECHO_T}not found" >&6; }
15913 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15914 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15916 cat >>confdefs.h <<_ACEOF
15917 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15924 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15925 case "x$with_jpeg" in
15926 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15928 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15929 This is an error since --with-jpeg was requested." >&5
15930 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15931 This is an error since --with-jpeg was requested." >&2;}
15932 { (exit 1); exit 1; }; } ;;
15937 if test "$ac_cv_header_png_h" = "yes"
15939 { echo "$as_me:$LINENO: checking for -lpng" >&5
15940 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15941 if test "${ac_cv_lib_soname_png+set}" = set; then
15942 echo $ECHO_N "(cached) $ECHO_C" >&6
15944 ac_check_soname_save_LIBS=$LIBS
15945 LIBS="-lpng -lm $LIBS"
15946 cat >conftest.$ac_ext <<_ACEOF
15949 cat confdefs.h >>conftest.$ac_ext
15950 cat >>conftest.$ac_ext <<_ACEOF
15951 /* end confdefs.h. */
15953 /* Override any GCC internal prototype to avoid an error.
15954 Use char because int might match the return type of a GCC
15955 builtin and then its argument prototype would still apply. */
15959 char png_create_read_struct ();
15963 return png_create_read_struct ();
15968 rm -f conftest.$ac_objext conftest$ac_exeext
15969 if { (ac_try="$ac_link"
15970 case "(($ac_try" in
15971 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15972 *) ac_try_echo
=$ac_try;;
15974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15975 (eval "$ac_link") 2>conftest.er1
15977 grep -v '^ *+' conftest.er1
>conftest.err
15979 cat conftest.err
>&5
15980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15981 (exit $ac_status); } && {
15982 test -z "$ac_c_werror_flag" ||
15983 test ! -s conftest.err
15984 } && test -s conftest
$ac_exeext &&
15985 $as_test_x conftest
$ac_exeext; then
15988 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'` ;;
15989 *) 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'` ;;
15992 echo "$as_me: failed program was:" >&5
15993 sed 's/^/| /' conftest.
$ac_ext >&5
15998 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15999 conftest
$ac_exeext conftest.
$ac_ext
16000 LIBS
=$ac_check_soname_save_LIBS
16002 if test "x$ac_cv_lib_soname_png" = "x"; then
16003 { echo "$as_me:$LINENO: result: not found" >&5
16004 echo "${ECHO_T}not found" >&6; }
16007 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16008 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16010 cat >>confdefs.h
<<_ACEOF
16011 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16018 if test "x$ac_cv_lib_soname_png" = "x"; then
16019 case "x$with_png" in
16020 x
) wine_warnings
="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16022 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16023 This is an error since --with-png was requested." >&5
16024 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16025 This is an error since --with-png was requested." >&2;}
16026 { (exit 1); exit 1; }; } ;;
16031 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16032 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16033 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16034 echo $ECHO_N "(cached) $ECHO_C" >&6
16036 ac_check_soname_save_LIBS
=$LIBS
16037 LIBS
="-lodbc $LIBS"
16038 cat >conftest.
$ac_ext <<_ACEOF
16041 cat confdefs.h
>>conftest.
$ac_ext
16042 cat >>conftest.
$ac_ext <<_ACEOF
16043 /* end confdefs.h. */
16045 /* Override any GCC internal prototype to avoid an error.
16046 Use char because int might match the return type of a GCC
16047 builtin and then its argument prototype would still apply. */
16051 char SQLConnect ();
16055 return SQLConnect ();
16060 rm -f conftest.
$ac_objext conftest
$ac_exeext
16061 if { (ac_try
="$ac_link"
16062 case "(($ac_try" in
16063 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16064 *) ac_try_echo=$ac_try;;
16066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16067 (eval "$ac_link") 2>conftest.er1
16069 grep -v '^ *+' conftest.er1 >conftest.err
16071 cat conftest.err >&5
16072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16073 (exit $ac_status); } && {
16074 test -z "$ac_c_werror_flag" ||
16075 test ! -s conftest.err
16076 } && test -s conftest$ac_exeext &&
16077 $as_test_x conftest$ac_exeext; then
16080 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'` ;;
16081 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16084 echo "$as_me: failed program was:" >&5
16085 sed 's/^/| /' conftest.$ac_ext >&5
16090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16091 conftest$ac_exeext conftest.$ac_ext
16092 LIBS=$ac_check_soname_save_LIBS
16094 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16095 { echo "$as_me:$LINENO: result: not found" >&5
16096 echo "${ECHO_T}not found" >&6; }
16097 cat >>confdefs.h <<_ACEOF
16098 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16102 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16103 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16105 cat >>confdefs.h <<_ACEOF
16106 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16113 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16114 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16115 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16116 "$ac_cv_header_soundcard_h" != "yes" -a \
16117 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16119 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16125 if test "x${GCC}" = "xyes"
16127 EXTRACFLAGS="-Wall -pipe"
16129 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16130 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16131 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16132 echo $ECHO_N "(cached) $ECHO_C" >&6
16134 if test "$cross_compiling" = yes; then
16135 ac_cv_c_gcc_strength_bug="yes"
16137 cat >conftest.$ac_ext <<_ACEOF
16140 cat confdefs.h >>conftest.$ac_ext
16141 cat >>conftest.$ac_ext <<_ACEOF
16142 /* end confdefs.h. */
16143 int L[4] = {0,1,2,3};
16147 static int Array[3];
16148 unsigned int B = 3;
16150 for(i=0; i<B; i++) Array[i] = i - 3;
16151 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16153 exit( Array[1] != -2 || L[2] != 3)
16158 rm -f conftest$ac_exeext
16159 if { (ac_try="$ac_link"
16160 case "(($ac_try" in
16161 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16162 *) ac_try_echo
=$ac_try;;
16164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16165 (eval "$ac_link") 2>&5
16167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16169 { (case "(($ac_try" in
16170 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16171 *) ac_try_echo=$ac_try;;
16173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16174 (eval "$ac_try") 2>&5
16176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16177 (exit $ac_status); }; }; then
16178 ac_cv_c_gcc_strength_bug="no"
16180 echo "$as_me: program exited with status $ac_status" >&5
16181 echo "$as_me: failed program was:" >&5
16182 sed 's/^/| /' conftest.$ac_ext >&5
16184 ( exit $ac_status )
16185 ac_cv_c_gcc_strength_bug="yes"
16187 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16192 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16193 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16194 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16196 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16200 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16201 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16202 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16203 echo $ECHO_N "(cached) $ECHO_C" >&6
16205 ac_wine_try_cflags_saved=$CFLAGS
16206 CFLAGS="$CFLAGS -fshort-wchar"
16207 cat >conftest.$ac_ext <<_ACEOF
16210 cat confdefs.h >>conftest.$ac_ext
16211 cat >>conftest.$ac_ext <<_ACEOF
16212 /* end confdefs.h. */
16222 rm -f conftest.$ac_objext conftest$ac_exeext
16223 if { (ac_try="$ac_link"
16224 case "(($ac_try" in
16225 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16226 *) ac_try_echo
=$ac_try;;
16228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16229 (eval "$ac_link") 2>conftest.er1
16231 grep -v '^ *+' conftest.er1
>conftest.err
16233 cat conftest.err
>&5
16234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16235 (exit $ac_status); } && {
16236 test -z "$ac_c_werror_flag" ||
16237 test ! -s conftest.err
16238 } && test -s conftest
$ac_exeext &&
16239 $as_test_x conftest
$ac_exeext; then
16240 ac_cv_cflags__fshort_wchar
=yes
16242 echo "$as_me: failed program was:" >&5
16243 sed 's/^/| /' conftest.
$ac_ext >&5
16245 ac_cv_cflags__fshort_wchar
=no
16248 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16249 conftest
$ac_exeext conftest.
$ac_ext
16250 CFLAGS
=$ac_wine_try_cflags_saved
16252 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16253 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16254 if test $ac_cv_cflags__fshort_wchar = yes; then
16256 cat >>confdefs.h
<<\_ACEOF
16257 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16262 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16263 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16264 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16265 echo $ECHO_N "(cached) $ECHO_C" >&6
16267 ac_wine_try_cflags_saved
=$CFLAGS
16268 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16269 cat >conftest.
$ac_ext <<_ACEOF
16272 cat confdefs.h
>>conftest.
$ac_ext
16273 cat >>conftest.
$ac_ext <<_ACEOF
16274 /* end confdefs.h. */
16284 rm -f conftest.
$ac_objext conftest
$ac_exeext
16285 if { (ac_try
="$ac_link"
16286 case "(($ac_try" in
16287 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16288 *) ac_try_echo=$ac_try;;
16290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16291 (eval "$ac_link") 2>conftest.er1
16293 grep -v '^ *+' conftest.er1 >conftest.err
16295 cat conftest.err >&5
16296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16297 (exit $ac_status); } && {
16298 test -z "$ac_c_werror_flag" ||
16299 test ! -s conftest.err
16300 } && test -s conftest$ac_exeext &&
16301 $as_test_x conftest$ac_exeext; then
16302 ac_cv_cflags__fno_strict_aliasing=yes
16304 echo "$as_me: failed program was:" >&5
16305 sed 's/^/| /' conftest.$ac_ext >&5
16307 ac_cv_cflags__fno_strict_aliasing=no
16310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16311 conftest$ac_exeext conftest.$ac_ext
16312 CFLAGS=$ac_wine_try_cflags_saved
16314 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16315 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16316 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16317 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16320 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16321 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16322 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16323 echo $ECHO_N "(cached) $ECHO_C" >&6
16325 ac_wine_try_cflags_saved=$CFLAGS
16326 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16327 cat >conftest.$ac_ext <<_ACEOF
16330 cat confdefs.h >>conftest.$ac_ext
16331 cat >>conftest.$ac_ext <<_ACEOF
16332 /* end confdefs.h. */
16342 rm -f conftest.$ac_objext conftest$ac_exeext
16343 if { (ac_try="$ac_link"
16344 case "(($ac_try" in
16345 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16346 *) ac_try_echo
=$ac_try;;
16348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16349 (eval "$ac_link") 2>conftest.er1
16351 grep -v '^ *+' conftest.er1
>conftest.err
16353 cat conftest.err
>&5
16354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16355 (exit $ac_status); } && {
16356 test -z "$ac_c_werror_flag" ||
16357 test ! -s conftest.err
16358 } && test -s conftest
$ac_exeext &&
16359 $as_test_x conftest
$ac_exeext; then
16360 ac_cv_cflags__Wdeclaration_after_statement
=yes
16362 echo "$as_me: failed program was:" >&5
16363 sed 's/^/| /' conftest.
$ac_ext >&5
16365 ac_cv_cflags__Wdeclaration_after_statement
=no
16368 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16369 conftest
$ac_exeext conftest.
$ac_ext
16370 CFLAGS
=$ac_wine_try_cflags_saved
16372 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16373 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16374 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16375 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16378 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16379 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16380 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16381 echo $ECHO_N "(cached) $ECHO_C" >&6
16383 ac_wine_try_cflags_saved
=$CFLAGS
16384 CFLAGS
="$CFLAGS -Wwrite-strings"
16385 cat >conftest.
$ac_ext <<_ACEOF
16388 cat confdefs.h
>>conftest.
$ac_ext
16389 cat >>conftest.
$ac_ext <<_ACEOF
16390 /* end confdefs.h. */
16400 rm -f conftest.
$ac_objext conftest
$ac_exeext
16401 if { (ac_try
="$ac_link"
16402 case "(($ac_try" in
16403 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16404 *) ac_try_echo=$ac_try;;
16406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16407 (eval "$ac_link") 2>conftest.er1
16409 grep -v '^ *+' conftest.er1 >conftest.err
16411 cat conftest.err >&5
16412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16413 (exit $ac_status); } && {
16414 test -z "$ac_c_werror_flag" ||
16415 test ! -s conftest.err
16416 } && test -s conftest$ac_exeext &&
16417 $as_test_x conftest$ac_exeext; then
16418 ac_cv_cflags__Wwrite_strings=yes
16420 echo "$as_me: failed program was:" >&5
16421 sed 's/^/| /' conftest.$ac_ext >&5
16423 ac_cv_cflags__Wwrite_strings=no
16426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16427 conftest$ac_exeext conftest.$ac_ext
16428 CFLAGS=$ac_wine_try_cflags_saved
16430 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16431 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16432 if test $ac_cv_cflags__Wwrite_strings = yes; then
16433 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16436 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16437 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16438 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16439 echo $ECHO_N "(cached) $ECHO_C" >&6
16441 ac_wine_try_cflags_saved=$CFLAGS
16442 CFLAGS="$CFLAGS -Wtype-limits"
16443 cat >conftest.$ac_ext <<_ACEOF
16446 cat confdefs.h >>conftest.$ac_ext
16447 cat >>conftest.$ac_ext <<_ACEOF
16448 /* end confdefs.h. */
16458 rm -f conftest.$ac_objext conftest$ac_exeext
16459 if { (ac_try="$ac_link"
16460 case "(($ac_try" in
16461 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16462 *) ac_try_echo
=$ac_try;;
16464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16465 (eval "$ac_link") 2>conftest.er1
16467 grep -v '^ *+' conftest.er1
>conftest.err
16469 cat conftest.err
>&5
16470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16471 (exit $ac_status); } && {
16472 test -z "$ac_c_werror_flag" ||
16473 test ! -s conftest.err
16474 } && test -s conftest
$ac_exeext &&
16475 $as_test_x conftest
$ac_exeext; then
16476 ac_cv_cflags__Wtype_limits
=yes
16478 echo "$as_me: failed program was:" >&5
16479 sed 's/^/| /' conftest.
$ac_ext >&5
16481 ac_cv_cflags__Wtype_limits
=no
16484 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16485 conftest
$ac_exeext conftest.
$ac_ext
16486 CFLAGS
=$ac_wine_try_cflags_saved
16488 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16489 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16490 if test $ac_cv_cflags__Wtype_limits = yes; then
16491 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16495 saved_CFLAGS
="$CFLAGS"
16496 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16497 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16498 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16499 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16500 echo $ECHO_N "(cached) $ECHO_C" >&6
16502 cat >conftest.
$ac_ext <<_ACEOF
16505 cat confdefs.h
>>conftest.
$ac_ext
16506 cat >>conftest.
$ac_ext <<_ACEOF
16507 /* end confdefs.h. */
16508 #include <string.h>
16517 rm -f conftest.
$ac_objext
16518 if { (ac_try
="$ac_compile"
16519 case "(($ac_try" in
16520 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16521 *) ac_try_echo=$ac_try;;
16523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16524 (eval "$ac_compile") 2>conftest.er1
16526 grep -v '^ *+' conftest.er1 >conftest.err
16528 cat conftest.err >&5
16529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16530 (exit $ac_status); } && {
16531 test -z "$ac_c_werror_flag" ||
16532 test ! -s conftest.err
16533 } && test -s conftest.$ac_objext; then
16534 ac_cv_c_string_h_warnings=no
16536 echo "$as_me: failed program was:" >&5
16537 sed 's/^/| /' conftest.$ac_ext >&5
16539 ac_cv_c_string_h_warnings=yes
16542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16544 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16545 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16546 CFLAGS="$saved_CFLAGS"
16547 if test "$ac_cv_c_string_h_warnings" = "no"
16549 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16554 saved_CFLAGS="$CFLAGS"
16555 CFLAGS="$CFLAGS -Werror"
16556 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16557 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16558 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16559 echo $ECHO_N "(cached) $ECHO_C" >&6
16561 cat >conftest.$ac_ext <<_ACEOF
16564 cat confdefs.h >>conftest.$ac_ext
16565 cat >>conftest.$ac_ext <<_ACEOF
16566 /* end confdefs.h. */
16571 int iswlower(unsigned short);
16576 rm -f conftest.$ac_objext
16577 if { (ac_try="$ac_compile"
16578 case "(($ac_try" in
16579 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16580 *) ac_try_echo
=$ac_try;;
16582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16583 (eval "$ac_compile") 2>conftest.er1
16585 grep -v '^ *+' conftest.er1
>conftest.err
16587 cat conftest.err
>&5
16588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16589 (exit $ac_status); } && {
16590 test -z "$ac_c_werror_flag" ||
16591 test ! -s conftest.err
16592 } && test -s conftest.
$ac_objext; then
16593 ac_cv_c_builtin_wchar_ctype
=no
16595 echo "$as_me: failed program was:" >&5
16596 sed 's/^/| /' conftest.
$ac_ext >&5
16598 ac_cv_c_builtin_wchar_ctype
=yes
16601 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16603 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16604 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16605 CFLAGS
="$saved_CFLAGS"
16606 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16608 BUILTINFLAG
="-fno-builtin"
16613 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16614 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16615 if test "${ac_cv_asm_func_def+set}" = set; then
16616 echo $ECHO_N "(cached) $ECHO_C" >&6
16618 cat >conftest.
$ac_ext <<_ACEOF
16621 cat confdefs.h
>>conftest.
$ac_ext
16622 cat >>conftest.
$ac_ext <<_ACEOF
16623 /* end confdefs.h. */
16628 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16633 rm -f conftest.
$ac_objext conftest
$ac_exeext
16634 if { (ac_try
="$ac_link"
16635 case "(($ac_try" in
16636 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16637 *) ac_try_echo=$ac_try;;
16639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16640 (eval "$ac_link") 2>conftest.er1
16642 grep -v '^ *+' conftest.er1 >conftest.err
16644 cat conftest.err >&5
16645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16646 (exit $ac_status); } && {
16647 test -z "$ac_c_werror_flag" ||
16648 test ! -s conftest.err
16649 } && test -s conftest$ac_exeext &&
16650 $as_test_x conftest$ac_exeext; then
16651 ac_cv_asm_func_def=".def"
16653 echo "$as_me: failed program was:" >&5
16654 sed 's/^/| /' conftest.$ac_ext >&5
16656 cat >conftest.$ac_ext <<_ACEOF
16659 cat confdefs.h >>conftest.$ac_ext
16660 cat >>conftest.$ac_ext <<_ACEOF
16661 /* end confdefs.h. */
16666 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16671 rm -f conftest.$ac_objext conftest$ac_exeext
16672 if { (ac_try="$ac_link"
16673 case "(($ac_try" in
16674 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16675 *) ac_try_echo
=$ac_try;;
16677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16678 (eval "$ac_link") 2>conftest.er1
16680 grep -v '^ *+' conftest.er1
>conftest.err
16682 cat conftest.err
>&5
16683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16684 (exit $ac_status); } && {
16685 test -z "$ac_c_werror_flag" ||
16686 test ! -s conftest.err
16687 } && test -s conftest
$ac_exeext &&
16688 $as_test_x conftest
$ac_exeext; then
16689 ac_cv_asm_func_def
=".type @function"
16691 echo "$as_me: failed program was:" >&5
16692 sed 's/^/| /' conftest.
$ac_ext >&5
16694 cat >conftest.
$ac_ext <<_ACEOF
16697 cat confdefs.h
>>conftest.
$ac_ext
16698 cat >>conftest.
$ac_ext <<_ACEOF
16699 /* end confdefs.h. */
16704 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16709 rm -f conftest.
$ac_objext conftest
$ac_exeext
16710 if { (ac_try
="$ac_link"
16711 case "(($ac_try" in
16712 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16713 *) ac_try_echo=$ac_try;;
16715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16716 (eval "$ac_link") 2>conftest.er1
16718 grep -v '^ *+' conftest.er1 >conftest.err
16720 cat conftest.err >&5
16721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16722 (exit $ac_status); } && {
16723 test -z "$ac_c_werror_flag" ||
16724 test ! -s conftest.err
16725 } && test -s conftest$ac_exeext &&
16726 $as_test_x conftest$ac_exeext; then
16727 ac_cv_asm_func_def=".type 2"
16729 echo "$as_me: failed program was:" >&5
16730 sed 's/^/| /' conftest.$ac_ext >&5
16732 ac_cv_asm_func_def="unknown"
16735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16736 conftest$ac_exeext conftest.$ac_ext
16739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16740 conftest$ac_exeext conftest.$ac_ext
16743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16744 conftest$ac_exeext conftest.$ac_ext
16746 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16747 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16751 case "$ac_cv_asm_func_def" in
16753 cat >>confdefs.h <<\_ACEOF
16754 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16758 cat >>confdefs.h <<\_ACEOF
16759 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16763 cat >>confdefs.h <<\_ACEOF
16764 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16768 cat >>confdefs.h <<\_ACEOF
16769 #define __ASM_FUNC(name) ""
16775 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16776 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16777 if test "${ac_cv_c_extern_prefix+set}" = set; then
16778 echo $ECHO_N "(cached) $ECHO_C" >&6
16780 cat >conftest.$ac_ext <<_ACEOF
16783 cat confdefs.h >>conftest.$ac_ext
16784 cat >>conftest.$ac_ext <<_ACEOF
16785 /* end confdefs.h. */
16786 extern int ac_test;
16790 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16795 rm -f conftest.$ac_objext conftest$ac_exeext
16796 if { (ac_try="$ac_link"
16797 case "(($ac_try" in
16798 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16799 *) ac_try_echo
=$ac_try;;
16801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16802 (eval "$ac_link") 2>conftest.er1
16804 grep -v '^ *+' conftest.er1
>conftest.err
16806 cat conftest.err
>&5
16807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16808 (exit $ac_status); } && {
16809 test -z "$ac_c_werror_flag" ||
16810 test ! -s conftest.err
16811 } && test -s conftest
$ac_exeext &&
16812 $as_test_x conftest
$ac_exeext; then
16813 ac_cv_c_extern_prefix
="yes"
16815 echo "$as_me: failed program was:" >&5
16816 sed 's/^/| /' conftest.
$ac_ext >&5
16818 ac_cv_c_extern_prefix
="no"
16821 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16822 conftest
$ac_exeext conftest.
$ac_ext
16824 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16825 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16829 if test "$ac_cv_c_extern_prefix" = "yes"
16831 cat >>confdefs.h
<<\_ACEOF
16832 #define __ASM_NAME(name) "_" name
16836 cat >>confdefs.h
<<\_ACEOF
16837 #define __ASM_NAME(name) name
16847 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16851 linux
*|solaris
*) if test -z "$LDRPATH_LOCAL"
16853 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16857 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16865 SOCKETLIBS
="-lws2_32"
16870 MAIN_BINARY
="wine-pthread"
16874 linux
* | k
*bsd
*-gnu)
16875 MAIN_BINARY
="wine-glibc"
16877 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16880 MAIN_BINARY
="wine-freebsd"
16882 EXTRA_BINARIES
="wine-pthread"
17030 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17031 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17032 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17033 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17034 echo $ECHO_N "(cached) $ECHO_C" >&6
17036 cat >conftest.
$ac_ext <<_ACEOF
17039 cat confdefs.h
>>conftest.
$ac_ext
17040 cat >>conftest.
$ac_ext <<_ACEOF
17041 /* end confdefs.h. */
17042 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17044 #define $ac_func innocuous_$ac_func
17046 /* System header to define __stub macros and hopefully few prototypes,
17047 which can conflict with char $ac_func (); below.
17048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17049 <limits.h> exists even on freestanding compilers. */
17052 # include <limits.h>
17054 # include <assert.h>
17059 /* Override any GCC internal prototype to avoid an error.
17060 Use char because int might match the return type of a GCC
17061 builtin and then its argument prototype would still apply. */
17066 /* The GNU C library defines this for functions which it implements
17067 to always fail with ENOSYS. Some functions are actually named
17068 something starting with __ and the normal name is an alias. */
17069 #if defined __stub_$ac_func || defined __stub___$ac_func
17076 return $ac_func ();
17081 rm -f conftest.
$ac_objext conftest
$ac_exeext
17082 if { (ac_try
="$ac_link"
17083 case "(($ac_try" in
17084 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17085 *) ac_try_echo=$ac_try;;
17087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17088 (eval "$ac_link") 2>conftest.er1
17090 grep -v '^ *+' conftest.er1 >conftest.err
17092 cat conftest.err >&5
17093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17094 (exit $ac_status); } && {
17095 test -z "$ac_c_werror_flag" ||
17096 test ! -s conftest.err
17097 } && test -s conftest$ac_exeext &&
17098 $as_test_x conftest$ac_exeext; then
17099 eval "$as_ac_var=yes"
17101 echo "$as_me: failed program was:" >&5
17102 sed 's/^/| /' conftest.$ac_ext >&5
17104 eval "$as_ac_var=no"
17107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17108 conftest$ac_exeext conftest.$ac_ext
17110 ac_res=`eval echo '${'$as_ac_var'}'`
17111 { echo "$as_me:$LINENO: result: $ac_res" >&5
17112 echo "${ECHO_T}$ac_res" >&6; }
17113 if test `eval echo '${'$as_ac_var'}'` = yes; then
17114 cat >>confdefs.h <<_ACEOF
17115 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17122 if test "$ac_cv_func_dlopen" = no
17124 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17125 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17126 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17127 echo $ECHO_N "(cached) $ECHO_C" >&6
17129 ac_check_lib_save_LIBS=$LIBS
17131 cat >conftest.$ac_ext <<_ACEOF
17134 cat confdefs.h >>conftest.$ac_ext
17135 cat >>conftest.$ac_ext <<_ACEOF
17136 /* end confdefs.h. */
17138 /* Override any GCC internal prototype to avoid an error.
17139 Use char because int might match the return type of a GCC
17140 builtin and then its argument prototype would still apply. */
17153 rm -f conftest.$ac_objext conftest$ac_exeext
17154 if { (ac_try="$ac_link"
17155 case "(($ac_try" in
17156 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17157 *) ac_try_echo
=$ac_try;;
17159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17160 (eval "$ac_link") 2>conftest.er1
17162 grep -v '^ *+' conftest.er1
>conftest.err
17164 cat conftest.err
>&5
17165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17166 (exit $ac_status); } && {
17167 test -z "$ac_c_werror_flag" ||
17168 test ! -s conftest.err
17169 } && test -s conftest
$ac_exeext &&
17170 $as_test_x conftest
$ac_exeext; then
17171 ac_cv_lib_dl_dlopen
=yes
17173 echo "$as_me: failed program was:" >&5
17174 sed 's/^/| /' conftest.
$ac_ext >&5
17176 ac_cv_lib_dl_dlopen
=no
17179 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17180 conftest
$ac_exeext conftest.
$ac_ext
17181 LIBS
=$ac_check_lib_save_LIBS
17183 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17184 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17185 if test $ac_cv_lib_dl_dlopen = yes; then
17186 cat >>confdefs.h
<<\_ACEOF
17187 #define HAVE_DLOPEN 1
17194 ac_wine_check_funcs_save_LIBS
="$LIBS"
17195 LIBS
="$LIBS $LIBDL"
17197 for ac_func
in dladdr
17199 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17200 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17201 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17202 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17203 echo $ECHO_N "(cached) $ECHO_C" >&6
17205 cat >conftest.
$ac_ext <<_ACEOF
17208 cat confdefs.h
>>conftest.
$ac_ext
17209 cat >>conftest.
$ac_ext <<_ACEOF
17210 /* end confdefs.h. */
17211 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17212 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17213 #define $ac_func innocuous_$ac_func
17215 /* System header to define __stub macros and hopefully few prototypes,
17216 which can conflict with char $ac_func (); below.
17217 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17218 <limits.h> exists even on freestanding compilers. */
17221 # include <limits.h>
17223 # include <assert.h>
17228 /* Override any GCC internal prototype to avoid an error.
17229 Use char because int might match the return type of a GCC
17230 builtin and then its argument prototype would still apply. */
17235 /* The GNU C library defines this for functions which it implements
17236 to always fail with ENOSYS. Some functions are actually named
17237 something starting with __ and the normal name is an alias. */
17238 #if defined __stub_$ac_func || defined __stub___$ac_func
17245 return $ac_func ();
17250 rm -f conftest.
$ac_objext conftest
$ac_exeext
17251 if { (ac_try
="$ac_link"
17252 case "(($ac_try" in
17253 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17254 *) ac_try_echo=$ac_try;;
17256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17257 (eval "$ac_link") 2>conftest.er1
17259 grep -v '^ *+' conftest.er1 >conftest.err
17261 cat conftest.err >&5
17262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17263 (exit $ac_status); } && {
17264 test -z "$ac_c_werror_flag" ||
17265 test ! -s conftest.err
17266 } && test -s conftest$ac_exeext &&
17267 $as_test_x conftest$ac_exeext; then
17268 eval "$as_ac_var=yes"
17270 echo "$as_me: failed program was:" >&5
17271 sed 's/^/| /' conftest.$ac_ext >&5
17273 eval "$as_ac_var=no"
17276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17277 conftest$ac_exeext conftest.$ac_ext
17279 ac_res=`eval echo '${'$as_ac_var'}'`
17280 { echo "$as_me:$LINENO: result: $ac_res" >&5
17281 echo "${ECHO_T}$ac_res" >&6; }
17282 if test `eval echo '${'$as_ac_var'}'` = yes; then
17283 cat >>confdefs.h <<_ACEOF
17284 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17290 LIBS="$ac_wine_check_funcs_save_LIBS"
17292 if test "$ac_cv_func_poll" = no
17294 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17295 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17296 if test "${ac_cv_lib_poll_poll+set}" = set; then
17297 echo $ECHO_N "(cached) $ECHO_C" >&6
17299 ac_check_lib_save_LIBS=$LIBS
17300 LIBS="-lpoll $LIBS"
17301 cat >conftest.$ac_ext <<_ACEOF
17304 cat confdefs.h >>conftest.$ac_ext
17305 cat >>conftest.$ac_ext <<_ACEOF
17306 /* end confdefs.h. */
17308 /* Override any GCC internal prototype to avoid an error.
17309 Use char because int might match the return type of a GCC
17310 builtin and then its argument prototype would still apply. */
17323 rm -f conftest.$ac_objext conftest$ac_exeext
17324 if { (ac_try="$ac_link"
17325 case "(($ac_try" in
17326 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17327 *) ac_try_echo
=$ac_try;;
17329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17330 (eval "$ac_link") 2>conftest.er1
17332 grep -v '^ *+' conftest.er1
>conftest.err
17334 cat conftest.err
>&5
17335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17336 (exit $ac_status); } && {
17337 test -z "$ac_c_werror_flag" ||
17338 test ! -s conftest.err
17339 } && test -s conftest
$ac_exeext &&
17340 $as_test_x conftest
$ac_exeext; then
17341 ac_cv_lib_poll_poll
=yes
17343 echo "$as_me: failed program was:" >&5
17344 sed 's/^/| /' conftest.
$ac_ext >&5
17346 ac_cv_lib_poll_poll
=no
17349 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17350 conftest
$ac_exeext conftest.
$ac_ext
17351 LIBS
=$ac_check_lib_save_LIBS
17353 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17354 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17355 if test $ac_cv_lib_poll_poll = yes; then
17356 cat >>confdefs.h
<<\_ACEOF
17357 #define HAVE_POLL 1
17365 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17366 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17367 if test "${ac_cv_search_gethostbyname+set}" = set; then
17368 echo $ECHO_N "(cached) $ECHO_C" >&6
17370 ac_func_search_save_LIBS
=$LIBS
17371 cat >conftest.
$ac_ext <<_ACEOF
17374 cat confdefs.h
>>conftest.
$ac_ext
17375 cat >>conftest.
$ac_ext <<_ACEOF
17376 /* end confdefs.h. */
17378 /* Override any GCC internal prototype to avoid an error.
17379 Use char because int might match the return type of a GCC
17380 builtin and then its argument prototype would still apply. */
17384 char gethostbyname ();
17388 return gethostbyname ();
17393 for ac_lib
in '' nsl
; do
17394 if test -z "$ac_lib"; then
17395 ac_res
="none required"
17398 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17400 rm -f conftest.
$ac_objext conftest
$ac_exeext
17401 if { (ac_try
="$ac_link"
17402 case "(($ac_try" in
17403 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17404 *) ac_try_echo=$ac_try;;
17406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17407 (eval "$ac_link") 2>conftest.er1
17409 grep -v '^ *+' conftest.er1 >conftest.err
17411 cat conftest.err >&5
17412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17413 (exit $ac_status); } && {
17414 test -z "$ac_c_werror_flag" ||
17415 test ! -s conftest.err
17416 } && test -s conftest$ac_exeext &&
17417 $as_test_x conftest$ac_exeext; then
17418 ac_cv_search_gethostbyname=$ac_res
17420 echo "$as_me: failed program was:" >&5
17421 sed 's/^/| /' conftest.$ac_ext >&5
17426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17428 if test "${ac_cv_search_gethostbyname+set}" = set; then
17432 if test "${ac_cv_search_gethostbyname+set}" = set; then
17435 ac_cv_search_gethostbyname=no
17437 rm conftest.$ac_ext
17438 LIBS=$ac_func_search_save_LIBS
17440 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17441 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17442 ac_res=$ac_cv_search_gethostbyname
17443 if test "$ac_res" != no; then
17444 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17449 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17450 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17451 if test "${ac_cv_search_connect+set}" = set; then
17452 echo $ECHO_N "(cached) $ECHO_C" >&6
17454 ac_func_search_save_LIBS=$LIBS
17455 cat >conftest.$ac_ext <<_ACEOF
17458 cat confdefs.h >>conftest.$ac_ext
17459 cat >>conftest.$ac_ext <<_ACEOF
17460 /* end confdefs.h. */
17462 /* Override any GCC internal prototype to avoid an error.
17463 Use char because int might match the return type of a GCC
17464 builtin and then its argument prototype would still apply. */
17477 for ac_lib in '' socket; do
17478 if test -z "$ac_lib"; then
17479 ac_res="none required"
17482 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17484 rm -f conftest.$ac_objext conftest$ac_exeext
17485 if { (ac_try="$ac_link"
17486 case "(($ac_try" in
17487 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17488 *) ac_try_echo
=$ac_try;;
17490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17491 (eval "$ac_link") 2>conftest.er1
17493 grep -v '^ *+' conftest.er1
>conftest.err
17495 cat conftest.err
>&5
17496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17497 (exit $ac_status); } && {
17498 test -z "$ac_c_werror_flag" ||
17499 test ! -s conftest.err
17500 } && test -s conftest
$ac_exeext &&
17501 $as_test_x conftest
$ac_exeext; then
17502 ac_cv_search_connect
=$ac_res
17504 echo "$as_me: failed program was:" >&5
17505 sed 's/^/| /' conftest.
$ac_ext >&5
17510 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17512 if test "${ac_cv_search_connect+set}" = set; then
17516 if test "${ac_cv_search_connect+set}" = set; then
17519 ac_cv_search_connect
=no
17521 rm conftest.
$ac_ext
17522 LIBS
=$ac_func_search_save_LIBS
17524 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17525 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17526 ac_res
=$ac_cv_search_connect
17527 if test "$ac_res" != no
; then
17528 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17533 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17534 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17535 if test "${ac_cv_search_inet_aton+set}" = set; then
17536 echo $ECHO_N "(cached) $ECHO_C" >&6
17538 ac_func_search_save_LIBS
=$LIBS
17539 cat >conftest.
$ac_ext <<_ACEOF
17542 cat confdefs.h
>>conftest.
$ac_ext
17543 cat >>conftest.
$ac_ext <<_ACEOF
17544 /* end confdefs.h. */
17546 /* Override any GCC internal prototype to avoid an error.
17547 Use char because int might match the return type of a GCC
17548 builtin and then its argument prototype would still apply. */
17556 return inet_aton ();
17561 for ac_lib
in '' resolv
; do
17562 if test -z "$ac_lib"; then
17563 ac_res
="none required"
17566 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17568 rm -f conftest.
$ac_objext conftest
$ac_exeext
17569 if { (ac_try
="$ac_link"
17570 case "(($ac_try" in
17571 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17572 *) ac_try_echo=$ac_try;;
17574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17575 (eval "$ac_link") 2>conftest.er1
17577 grep -v '^ *+' conftest.er1 >conftest.err
17579 cat conftest.err >&5
17580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17581 (exit $ac_status); } && {
17582 test -z "$ac_c_werror_flag" ||
17583 test ! -s conftest.err
17584 } && test -s conftest$ac_exeext &&
17585 $as_test_x conftest$ac_exeext; then
17586 ac_cv_search_inet_aton=$ac_res
17588 echo "$as_me: failed program was:" >&5
17589 sed 's/^/| /' conftest.$ac_ext >&5
17594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17596 if test "${ac_cv_search_inet_aton+set}" = set; then
17600 if test "${ac_cv_search_inet_aton+set}" = set; then
17603 ac_cv_search_inet_aton=no
17605 rm conftest.$ac_ext
17606 LIBS=$ac_func_search_save_LIBS
17608 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17609 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17610 ac_res=$ac_cv_search_inet_aton
17611 if test "$ac_res" != no; then
17612 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17636 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17637 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17638 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17639 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17640 echo $ECHO_N "(cached) $ECHO_C" >&6
17642 cat >conftest.$ac_ext <<_ACEOF
17645 cat confdefs.h >>conftest.$ac_ext
17646 cat >>conftest.$ac_ext <<_ACEOF
17647 /* end confdefs.h. */
17648 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17649 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17650 #define $ac_func innocuous_$ac_func
17652 /* System header to define __stub macros and hopefully few prototypes,
17653 which can conflict with char $ac_func (); below.
17654 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17655 <limits.h> exists even on freestanding compilers. */
17658 # include <limits.h>
17660 # include <assert.h>
17665 /* Override any GCC internal prototype to avoid an error.
17666 Use char because int might match the return type of a GCC
17667 builtin and then its argument prototype would still apply. */
17672 /* The GNU C library defines this for functions which it implements
17673 to always fail with ENOSYS. Some functions are actually named
17674 something starting with __ and the normal name is an alias. */
17675 #if defined __stub_$ac_func || defined __stub___$ac_func
17682 return $ac_func ();
17687 rm -f conftest.$ac_objext conftest$ac_exeext
17688 if { (ac_try="$ac_link"
17689 case "(($ac_try" in
17690 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17691 *) ac_try_echo
=$ac_try;;
17693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17694 (eval "$ac_link") 2>conftest.er1
17696 grep -v '^ *+' conftest.er1
>conftest.err
17698 cat conftest.err
>&5
17699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17700 (exit $ac_status); } && {
17701 test -z "$ac_c_werror_flag" ||
17702 test ! -s conftest.err
17703 } && test -s conftest
$ac_exeext &&
17704 $as_test_x conftest
$ac_exeext; then
17705 eval "$as_ac_var=yes"
17707 echo "$as_me: failed program was:" >&5
17708 sed 's/^/| /' conftest.
$ac_ext >&5
17710 eval "$as_ac_var=no"
17713 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17714 conftest
$ac_exeext conftest.
$ac_ext
17716 ac_res
=`eval echo '${'$as_ac_var'}'`
17717 { echo "$as_me:$LINENO: result: $ac_res" >&5
17718 echo "${ECHO_T}$ac_res" >&6; }
17719 if test `eval echo '${'$as_ac_var'}'` = yes; then
17720 cat >>confdefs.h
<<_ACEOF
17721 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17730 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17732 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17733 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17734 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17735 echo $ECHO_N "(cached) $ECHO_C" >&6
17737 cat >conftest.
$ac_ext <<_ACEOF
17740 cat confdefs.h
>>conftest.
$ac_ext
17741 cat >>conftest.
$ac_ext <<_ACEOF
17742 /* end confdefs.h. */
17745 typedef LDAPSortKey ac__type_new_;
17749 if ((ac__type_new_ *) 0)
17751 if (sizeof (ac__type_new_))
17757 rm -f conftest.
$ac_objext
17758 if { (ac_try
="$ac_compile"
17759 case "(($ac_try" in
17760 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17761 *) ac_try_echo=$ac_try;;
17763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17764 (eval "$ac_compile") 2>conftest.er1
17766 grep -v '^ *+' conftest.er1 >conftest.err
17768 cat conftest.err >&5
17769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17770 (exit $ac_status); } && {
17771 test -z "$ac_c_werror_flag" ||
17772 test ! -s conftest.err
17773 } && test -s conftest.$ac_objext; then
17774 ac_cv_type_LDAPSortKey=yes
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17779 ac_cv_type_LDAPSortKey=no
17782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17784 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17785 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17786 if test $ac_cv_type_LDAPSortKey = yes; then
17787 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17788 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17789 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17790 echo $ECHO_N "(cached) $ECHO_C" >&6
17792 ac_check_lib_save_LIBS=$LIBS
17793 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17794 cat >conftest.$ac_ext <<_ACEOF
17797 cat confdefs.h >>conftest.$ac_ext
17798 cat >>conftest.$ac_ext <<_ACEOF
17799 /* end confdefs.h. */
17801 /* Override any GCC internal prototype to avoid an error.
17802 Use char because int might match the return type of a GCC
17803 builtin and then its argument prototype would still apply. */
17807 char ldap_initialize ();
17811 return ldap_initialize ();
17816 rm -f conftest.$ac_objext conftest$ac_exeext
17817 if { (ac_try="$ac_link"
17818 case "(($ac_try" in
17819 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17820 *) ac_try_echo
=$ac_try;;
17822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17823 (eval "$ac_link") 2>conftest.er1
17825 grep -v '^ *+' conftest.er1
>conftest.err
17827 cat conftest.err
>&5
17828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17829 (exit $ac_status); } && {
17830 test -z "$ac_c_werror_flag" ||
17831 test ! -s conftest.err
17832 } && test -s conftest
$ac_exeext &&
17833 $as_test_x conftest
$ac_exeext; then
17834 ac_cv_lib_ldap_r_ldap_initialize
=yes
17836 echo "$as_me: failed program was:" >&5
17837 sed 's/^/| /' conftest.
$ac_ext >&5
17839 ac_cv_lib_ldap_r_ldap_initialize
=no
17842 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17843 conftest
$ac_exeext conftest.
$ac_ext
17844 LIBS
=$ac_check_lib_save_LIBS
17846 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17847 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17848 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17849 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17850 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17851 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17852 echo $ECHO_N "(cached) $ECHO_C" >&6
17854 ac_check_lib_save_LIBS
=$LIBS
17855 LIBS
="-llber $LIBPTHREAD $LIBS"
17856 cat >conftest.
$ac_ext <<_ACEOF
17859 cat confdefs.h
>>conftest.
$ac_ext
17860 cat >>conftest.
$ac_ext <<_ACEOF
17861 /* end confdefs.h. */
17863 /* Override any GCC internal prototype to avoid an error.
17864 Use char because int might match the return type of a GCC
17865 builtin and then its argument prototype would still apply. */
17873 return ber_init ();
17878 rm -f conftest.
$ac_objext conftest
$ac_exeext
17879 if { (ac_try
="$ac_link"
17880 case "(($ac_try" in
17881 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17882 *) ac_try_echo=$ac_try;;
17884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17885 (eval "$ac_link") 2>conftest.er1
17887 grep -v '^ *+' conftest.er1 >conftest.err
17889 cat conftest.err >&5
17890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17891 (exit $ac_status); } && {
17892 test -z "$ac_c_werror_flag" ||
17893 test ! -s conftest.err
17894 } && test -s conftest$ac_exeext &&
17895 $as_test_x conftest$ac_exeext; then
17896 ac_cv_lib_lber_ber_init=yes
17898 echo "$as_me: failed program was:" >&5
17899 sed 's/^/| /' conftest.$ac_ext >&5
17901 ac_cv_lib_lber_ber_init=no
17904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17905 conftest$ac_exeext conftest.$ac_ext
17906 LIBS=$ac_check_lib_save_LIBS
17908 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17909 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17910 if test $ac_cv_lib_lber_ber_init = yes; then
17912 cat >>confdefs.h <<\_ACEOF
17913 #define HAVE_LDAP 1
17916 LDAPLIBS="-lldap_r -llber"
17923 ac_wine_check_funcs_save_LIBS="$LIBS"
17924 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17934 ldap_count_references \
17935 ldap_first_reference \
17936 ldap_next_reference \
17937 ldap_parse_reference \
17938 ldap_parse_sort_control \
17939 ldap_parse_sortresponse_control \
17940 ldap_parse_vlv_control \
17941 ldap_parse_vlvresponse_control
17943 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17944 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17945 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17946 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17947 echo $ECHO_N "(cached) $ECHO_C" >&6
17949 cat >conftest.$ac_ext <<_ACEOF
17952 cat confdefs.h >>conftest.$ac_ext
17953 cat >>conftest.$ac_ext <<_ACEOF
17954 /* end confdefs.h. */
17955 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17956 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17957 #define $ac_func innocuous_$ac_func
17959 /* System header to define __stub macros and hopefully few prototypes,
17960 which can conflict with char $ac_func (); below.
17961 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17962 <limits.h> exists even on freestanding compilers. */
17965 # include <limits.h>
17967 # include <assert.h>
17972 /* Override any GCC internal prototype to avoid an error.
17973 Use char because int might match the return type of a GCC
17974 builtin and then its argument prototype would still apply. */
17979 /* The GNU C library defines this for functions which it implements
17980 to always fail with ENOSYS. Some functions are actually named
17981 something starting with __ and the normal name is an alias. */
17982 #if defined __stub_$ac_func || defined __stub___$ac_func
17989 return $ac_func ();
17994 rm -f conftest.$ac_objext conftest$ac_exeext
17995 if { (ac_try="$ac_link"
17996 case "(($ac_try" in
17997 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17998 *) ac_try_echo
=$ac_try;;
18000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18001 (eval "$ac_link") 2>conftest.er1
18003 grep -v '^ *+' conftest.er1
>conftest.err
18005 cat conftest.err
>&5
18006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18007 (exit $ac_status); } && {
18008 test -z "$ac_c_werror_flag" ||
18009 test ! -s conftest.err
18010 } && test -s conftest
$ac_exeext &&
18011 $as_test_x conftest
$ac_exeext; then
18012 eval "$as_ac_var=yes"
18014 echo "$as_me: failed program was:" >&5
18015 sed 's/^/| /' conftest.
$ac_ext >&5
18017 eval "$as_ac_var=no"
18020 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18021 conftest
$ac_exeext conftest.
$ac_ext
18023 ac_res
=`eval echo '${'$as_ac_var'}'`
18024 { echo "$as_me:$LINENO: result: $ac_res" >&5
18025 echo "${ECHO_T}$ac_res" >&6; }
18026 if test `eval echo '${'$as_ac_var'}'` = yes; then
18027 cat >>confdefs.h
<<_ACEOF
18028 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18034 LIBS
="$ac_wine_check_funcs_save_LIBS"
18036 if test "x$LDAPLIBS" = "x"; then
18037 case "x$with_ldap" in
18038 x
) wine_notices
="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18040 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18041 This is an error since --with-ldap was requested." >&5
18042 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18043 This is an error since --with-ldap was requested." >&2;}
18044 { (exit 1); exit 1; }; } ;;
18050 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18051 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18052 if test "${ac_cv_c_const+set}" = set; then
18053 echo $ECHO_N "(cached) $ECHO_C" >&6
18055 cat >conftest.
$ac_ext <<_ACEOF
18058 cat confdefs.h
>>conftest.
$ac_ext
18059 cat >>conftest.
$ac_ext <<_ACEOF
18060 /* end confdefs.h. */
18065 /* FIXME: Include the comments suggested by Paul. */
18066 #ifndef __cplusplus
18067 /* Ultrix mips cc rejects this. */
18068 typedef int charset[2];
18070 /* SunOS 4.1.1 cc rejects this. */
18071 char const *const *pcpcc;
18073 /* NEC SVR4.0.2 mips cc rejects this. */
18074 struct point {int x, y;};
18075 static struct point const zero = {0,0};
18076 /* AIX XL C 1.02.0.0 rejects this.
18077 It does not let you subtract one const X* pointer from another in
18078 an arm of an if-expression whose if-part is not a constant
18080 const char *g = "string";
18081 pcpcc = &g + (g ? g-g : 0);
18082 /* HPUX 7.0 cc rejects these. */
18084 ppc = (char**) pcpcc;
18085 pcpcc = (char const *const *) ppc;
18086 { /* SCO 3.2v4 cc rejects this. */
18088 char const *s = 0 ? (char *) 0 : (char const *) 0;
18093 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18094 int x[] = {25, 17};
18095 const int *foo = &x[0];
18098 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18099 typedef const int *iptr;
18103 { /* AIX XL C 1.02.0.0 rejects this saying
18104 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18105 struct s { int j; const int *ap[3]; };
18106 struct s *b; b->j = 5;
18108 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18109 const int foo = 10;
18110 if (!foo) return 0;
18112 return !cs[0] && !zero.x;
18119 rm -f conftest.
$ac_objext
18120 if { (ac_try
="$ac_compile"
18121 case "(($ac_try" in
18122 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18123 *) ac_try_echo=$ac_try;;
18125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18126 (eval "$ac_compile") 2>conftest.er1
18128 grep -v '^ *+' conftest.er1 >conftest.err
18130 cat conftest.err >&5
18131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } && {
18133 test -z "$ac_c_werror_flag" ||
18134 test ! -s conftest.err
18135 } && test -s conftest.$ac_objext; then
18138 echo "$as_me: failed program was:" >&5
18139 sed 's/^/| /' conftest.$ac_ext >&5
18144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18146 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18147 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18148 if test $ac_cv_c_const = no; then
18150 cat >>confdefs.h <<\_ACEOF
18156 { echo "$as_me:$LINENO: checking for inline" >&5
18157 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18158 if test "${ac_cv_c_inline+set}" = set; then
18159 echo $ECHO_N "(cached) $ECHO_C" >&6
18162 for ac_kw in inline __inline__ __inline; do
18163 cat >conftest.$ac_ext <<_ACEOF
18166 cat confdefs.h >>conftest.$ac_ext
18167 cat >>conftest.$ac_ext <<_ACEOF
18168 /* end confdefs.h. */
18169 #ifndef __cplusplus
18171 static $ac_kw foo_t static_foo () {return 0; }
18172 $ac_kw foo_t foo () {return 0; }
18176 rm -f conftest.$ac_objext
18177 if { (ac_try="$ac_compile"
18178 case "(($ac_try" in
18179 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18180 *) ac_try_echo
=$ac_try;;
18182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18183 (eval "$ac_compile") 2>conftest.er1
18185 grep -v '^ *+' conftest.er1
>conftest.err
18187 cat conftest.err
>&5
18188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18189 (exit $ac_status); } && {
18190 test -z "$ac_c_werror_flag" ||
18191 test ! -s conftest.err
18192 } && test -s conftest.
$ac_objext; then
18193 ac_cv_c_inline
=$ac_kw
18195 echo "$as_me: failed program was:" >&5
18196 sed 's/^/| /' conftest.
$ac_ext >&5
18201 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18202 test "$ac_cv_c_inline" != no
&& break
18206 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18207 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18210 case $ac_cv_c_inline in
18213 case $ac_cv_c_inline in
18215 *) ac_val
=$ac_cv_c_inline;;
18217 cat >>confdefs.h
<<_ACEOF
18218 #ifndef __cplusplus
18219 #define inline $ac_val
18225 { echo "$as_me:$LINENO: checking for mode_t" >&5
18226 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18227 if test "${ac_cv_type_mode_t+set}" = set; then
18228 echo $ECHO_N "(cached) $ECHO_C" >&6
18230 cat >conftest.
$ac_ext <<_ACEOF
18233 cat confdefs.h
>>conftest.
$ac_ext
18234 cat >>conftest.
$ac_ext <<_ACEOF
18235 /* end confdefs.h. */
18236 $ac_includes_default
18237 typedef mode_t ac__type_new_;
18241 if ((ac__type_new_ *) 0)
18243 if (sizeof (ac__type_new_))
18249 rm -f conftest.
$ac_objext
18250 if { (ac_try
="$ac_compile"
18251 case "(($ac_try" in
18252 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18253 *) ac_try_echo=$ac_try;;
18255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18256 (eval "$ac_compile") 2>conftest.er1
18258 grep -v '^ *+' conftest.er1 >conftest.err
18260 cat conftest.err >&5
18261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18262 (exit $ac_status); } && {
18263 test -z "$ac_c_werror_flag" ||
18264 test ! -s conftest.err
18265 } && test -s conftest.$ac_objext; then
18266 ac_cv_type_mode_t=yes
18268 echo "$as_me: failed program was:" >&5
18269 sed 's/^/| /' conftest.$ac_ext >&5
18271 ac_cv_type_mode_t=no
18274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18276 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18277 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18278 if test $ac_cv_type_mode_t = yes; then
18280 cat >>confdefs.h <<_ACEOF
18281 #define HAVE_MODE_T 1
18286 { echo "$as_me:$LINENO: checking for off_t" >&5
18287 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18288 if test "${ac_cv_type_off_t+set}" = set; then
18289 echo $ECHO_N "(cached) $ECHO_C" >&6
18291 cat >conftest.$ac_ext <<_ACEOF
18294 cat confdefs.h >>conftest.$ac_ext
18295 cat >>conftest.$ac_ext <<_ACEOF
18296 /* end confdefs.h. */
18297 $ac_includes_default
18298 typedef off_t ac__type_new_;
18302 if ((ac__type_new_ *) 0)
18304 if (sizeof (ac__type_new_))
18310 rm -f conftest.$ac_objext
18311 if { (ac_try="$ac_compile"
18312 case "(($ac_try" in
18313 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18314 *) ac_try_echo
=$ac_try;;
18316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18317 (eval "$ac_compile") 2>conftest.er1
18319 grep -v '^ *+' conftest.er1
>conftest.err
18321 cat conftest.err
>&5
18322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18323 (exit $ac_status); } && {
18324 test -z "$ac_c_werror_flag" ||
18325 test ! -s conftest.err
18326 } && test -s conftest.
$ac_objext; then
18327 ac_cv_type_off_t
=yes
18329 echo "$as_me: failed program was:" >&5
18330 sed 's/^/| /' conftest.
$ac_ext >&5
18332 ac_cv_type_off_t
=no
18335 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18337 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18338 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18339 if test $ac_cv_type_off_t = yes; then
18341 cat >>confdefs.h
<<_ACEOF
18342 #define HAVE_OFF_T 1
18347 { echo "$as_me:$LINENO: checking for pid_t" >&5
18348 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18349 if test "${ac_cv_type_pid_t+set}" = set; then
18350 echo $ECHO_N "(cached) $ECHO_C" >&6
18352 cat >conftest.
$ac_ext <<_ACEOF
18355 cat confdefs.h
>>conftest.
$ac_ext
18356 cat >>conftest.
$ac_ext <<_ACEOF
18357 /* end confdefs.h. */
18358 $ac_includes_default
18359 typedef pid_t ac__type_new_;
18363 if ((ac__type_new_ *) 0)
18365 if (sizeof (ac__type_new_))
18371 rm -f conftest.
$ac_objext
18372 if { (ac_try
="$ac_compile"
18373 case "(($ac_try" in
18374 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18375 *) ac_try_echo=$ac_try;;
18377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18378 (eval "$ac_compile") 2>conftest.er1
18380 grep -v '^ *+' conftest.er1 >conftest.err
18382 cat conftest.err >&5
18383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18384 (exit $ac_status); } && {
18385 test -z "$ac_c_werror_flag" ||
18386 test ! -s conftest.err
18387 } && test -s conftest.$ac_objext; then
18388 ac_cv_type_pid_t=yes
18390 echo "$as_me: failed program was:" >&5
18391 sed 's/^/| /' conftest.$ac_ext >&5
18393 ac_cv_type_pid_t=no
18396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18398 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18399 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18400 if test $ac_cv_type_pid_t = yes; then
18402 cat >>confdefs.h <<_ACEOF
18403 #define HAVE_PID_T 1
18408 { echo "$as_me:$LINENO: checking for size_t" >&5
18409 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18410 if test "${ac_cv_type_size_t+set}" = set; then
18411 echo $ECHO_N "(cached) $ECHO_C" >&6
18413 cat >conftest.$ac_ext <<_ACEOF
18416 cat confdefs.h >>conftest.$ac_ext
18417 cat >>conftest.$ac_ext <<_ACEOF
18418 /* end confdefs.h. */
18419 $ac_includes_default
18420 typedef size_t ac__type_new_;
18424 if ((ac__type_new_ *) 0)
18426 if (sizeof (ac__type_new_))
18432 rm -f conftest.$ac_objext
18433 if { (ac_try="$ac_compile"
18434 case "(($ac_try" in
18435 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18436 *) ac_try_echo
=$ac_try;;
18438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18439 (eval "$ac_compile") 2>conftest.er1
18441 grep -v '^ *+' conftest.er1
>conftest.err
18443 cat conftest.err
>&5
18444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18445 (exit $ac_status); } && {
18446 test -z "$ac_c_werror_flag" ||
18447 test ! -s conftest.err
18448 } && test -s conftest.
$ac_objext; then
18449 ac_cv_type_size_t
=yes
18451 echo "$as_me: failed program was:" >&5
18452 sed 's/^/| /' conftest.
$ac_ext >&5
18454 ac_cv_type_size_t
=no
18457 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18459 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18460 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18461 if test $ac_cv_type_size_t = yes; then
18463 cat >>confdefs.h
<<_ACEOF
18464 #define HAVE_SIZE_T 1
18469 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18470 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18471 if test "${ac_cv_type_ssize_t+set}" = set; then
18472 echo $ECHO_N "(cached) $ECHO_C" >&6
18474 cat >conftest.
$ac_ext <<_ACEOF
18477 cat confdefs.h
>>conftest.
$ac_ext
18478 cat >>conftest.
$ac_ext <<_ACEOF
18479 /* end confdefs.h. */
18480 $ac_includes_default
18481 typedef ssize_t ac__type_new_;
18485 if ((ac__type_new_ *) 0)
18487 if (sizeof (ac__type_new_))
18493 rm -f conftest.
$ac_objext
18494 if { (ac_try
="$ac_compile"
18495 case "(($ac_try" in
18496 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18497 *) ac_try_echo=$ac_try;;
18499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18500 (eval "$ac_compile") 2>conftest.er1
18502 grep -v '^ *+' conftest.er1 >conftest.err
18504 cat conftest.err >&5
18505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18506 (exit $ac_status); } && {
18507 test -z "$ac_c_werror_flag" ||
18508 test ! -s conftest.err
18509 } && test -s conftest.$ac_objext; then
18510 ac_cv_type_ssize_t=yes
18512 echo "$as_me: failed program was:" >&5
18513 sed 's/^/| /' conftest.$ac_ext >&5
18515 ac_cv_type_ssize_t=no
18518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18520 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18521 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18522 if test $ac_cv_type_ssize_t = yes; then
18524 cat >>confdefs.h <<_ACEOF
18525 #define HAVE_SSIZE_T 1
18530 { echo "$as_me:$LINENO: checking for long long" >&5
18531 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18532 if test "${ac_cv_type_long_long+set}" = set; then
18533 echo $ECHO_N "(cached) $ECHO_C" >&6
18535 cat >conftest.$ac_ext <<_ACEOF
18538 cat confdefs.h >>conftest.$ac_ext
18539 cat >>conftest.$ac_ext <<_ACEOF
18540 /* end confdefs.h. */
18541 $ac_includes_default
18542 typedef long long ac__type_new_;
18546 if ((ac__type_new_ *) 0)
18548 if (sizeof (ac__type_new_))
18554 rm -f conftest.$ac_objext
18555 if { (ac_try="$ac_compile"
18556 case "(($ac_try" in
18557 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18558 *) ac_try_echo
=$ac_try;;
18560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18561 (eval "$ac_compile") 2>conftest.er1
18563 grep -v '^ *+' conftest.er1
>conftest.err
18565 cat conftest.err
>&5
18566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567 (exit $ac_status); } && {
18568 test -z "$ac_c_werror_flag" ||
18569 test ! -s conftest.err
18570 } && test -s conftest.
$ac_objext; then
18571 ac_cv_type_long_long
=yes
18573 echo "$as_me: failed program was:" >&5
18574 sed 's/^/| /' conftest.
$ac_ext >&5
18576 ac_cv_type_long_long
=no
18579 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18581 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18582 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18583 if test $ac_cv_type_long_long = yes; then
18585 cat >>confdefs.h
<<_ACEOF
18586 #define HAVE_LONG_LONG 1
18591 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18592 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18593 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18594 echo $ECHO_N "(cached) $ECHO_C" >&6
18596 cat >conftest.
$ac_ext <<_ACEOF
18599 cat confdefs.h
>>conftest.
$ac_ext
18600 cat >>conftest.
$ac_ext <<_ACEOF
18601 /* end confdefs.h. */
18602 $ac_includes_default
18603 typedef fsblkcnt_t ac__type_new_;
18607 if ((ac__type_new_ *) 0)
18609 if (sizeof (ac__type_new_))
18615 rm -f conftest.
$ac_objext
18616 if { (ac_try
="$ac_compile"
18617 case "(($ac_try" in
18618 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18619 *) ac_try_echo=$ac_try;;
18621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18622 (eval "$ac_compile") 2>conftest.er1
18624 grep -v '^ *+' conftest.er1 >conftest.err
18626 cat conftest.err >&5
18627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18628 (exit $ac_status); } && {
18629 test -z "$ac_c_werror_flag" ||
18630 test ! -s conftest.err
18631 } && test -s conftest.$ac_objext; then
18632 ac_cv_type_fsblkcnt_t=yes
18634 echo "$as_me: failed program was:" >&5
18635 sed 's/^/| /' conftest.$ac_ext >&5
18637 ac_cv_type_fsblkcnt_t=no
18640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18642 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18643 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18644 if test $ac_cv_type_fsblkcnt_t = yes; then
18646 cat >>confdefs.h <<_ACEOF
18647 #define HAVE_FSBLKCNT_T 1
18652 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18653 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18654 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18655 echo $ECHO_N "(cached) $ECHO_C" >&6
18657 cat >conftest.$ac_ext <<_ACEOF
18660 cat confdefs.h >>conftest.$ac_ext
18661 cat >>conftest.$ac_ext <<_ACEOF
18662 /* end confdefs.h. */
18663 $ac_includes_default
18664 typedef fsfilcnt_t ac__type_new_;
18668 if ((ac__type_new_ *) 0)
18670 if (sizeof (ac__type_new_))
18676 rm -f conftest.$ac_objext
18677 if { (ac_try="$ac_compile"
18678 case "(($ac_try" in
18679 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18680 *) ac_try_echo
=$ac_try;;
18682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18683 (eval "$ac_compile") 2>conftest.er1
18685 grep -v '^ *+' conftest.er1
>conftest.err
18687 cat conftest.err
>&5
18688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18689 (exit $ac_status); } && {
18690 test -z "$ac_c_werror_flag" ||
18691 test ! -s conftest.err
18692 } && test -s conftest.
$ac_objext; then
18693 ac_cv_type_fsfilcnt_t
=yes
18695 echo "$as_me: failed program was:" >&5
18696 sed 's/^/| /' conftest.
$ac_ext >&5
18698 ac_cv_type_fsfilcnt_t
=no
18701 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18703 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18704 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18705 if test $ac_cv_type_fsfilcnt_t = yes; then
18707 cat >>confdefs.h
<<_ACEOF
18708 #define HAVE_FSFILCNT_T 1
18714 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18715 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18716 if test "${ac_cv_type_sigset_t+set}" = set; then
18717 echo $ECHO_N "(cached) $ECHO_C" >&6
18719 cat >conftest.
$ac_ext <<_ACEOF
18722 cat confdefs.h
>>conftest.
$ac_ext
18723 cat >>conftest.
$ac_ext <<_ACEOF
18724 /* end confdefs.h. */
18725 #include <signal.h>
18727 typedef sigset_t ac__type_new_;
18731 if ((ac__type_new_ *) 0)
18733 if (sizeof (ac__type_new_))
18739 rm -f conftest.
$ac_objext
18740 if { (ac_try
="$ac_compile"
18741 case "(($ac_try" in
18742 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18743 *) ac_try_echo=$ac_try;;
18745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18746 (eval "$ac_compile") 2>conftest.er1
18748 grep -v '^ *+' conftest.er1 >conftest.err
18750 cat conftest.err >&5
18751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18752 (exit $ac_status); } && {
18753 test -z "$ac_c_werror_flag" ||
18754 test ! -s conftest.err
18755 } && test -s conftest.$ac_objext; then
18756 ac_cv_type_sigset_t=yes
18758 echo "$as_me: failed program was:" >&5
18759 sed 's/^/| /' conftest.$ac_ext >&5
18761 ac_cv_type_sigset_t=no
18764 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18766 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18767 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18768 if test $ac_cv_type_sigset_t = yes; then
18770 cat >>confdefs.h <<_ACEOF
18771 #define HAVE_SIGSET_T 1
18777 { echo "$as_me:$LINENO: checking for request_sense" >&5
18778 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18779 if test "${ac_cv_type_request_sense+set}" = set; then
18780 echo $ECHO_N "(cached) $ECHO_C" >&6
18782 cat >conftest.$ac_ext <<_ACEOF
18785 cat confdefs.h >>conftest.$ac_ext
18786 cat >>conftest.$ac_ext <<_ACEOF
18787 /* end confdefs.h. */
18788 #include <linux/cdrom.h>
18790 typedef request_sense ac__type_new_;
18794 if ((ac__type_new_ *) 0)
18796 if (sizeof (ac__type_new_))
18802 rm -f conftest.$ac_objext
18803 if { (ac_try="$ac_compile"
18804 case "(($ac_try" in
18805 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18806 *) ac_try_echo
=$ac_try;;
18808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18809 (eval "$ac_compile") 2>conftest.er1
18811 grep -v '^ *+' conftest.er1
>conftest.err
18813 cat conftest.err
>&5
18814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815 (exit $ac_status); } && {
18816 test -z "$ac_c_werror_flag" ||
18817 test ! -s conftest.err
18818 } && test -s conftest.
$ac_objext; then
18819 ac_cv_type_request_sense
=yes
18821 echo "$as_me: failed program was:" >&5
18822 sed 's/^/| /' conftest.
$ac_ext >&5
18824 ac_cv_type_request_sense
=no
18827 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18829 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18830 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18831 if test $ac_cv_type_request_sense = yes; then
18833 cat >>confdefs.h
<<_ACEOF
18834 #define HAVE_REQUEST_SENSE 1
18841 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18842 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18843 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18844 echo $ECHO_N "(cached) $ECHO_C" >&6
18846 cat >conftest.
$ac_ext <<_ACEOF
18849 cat confdefs.h
>>conftest.
$ac_ext
18850 cat >>conftest.
$ac_ext <<_ACEOF
18851 /* end confdefs.h. */
18852 #ifdef HAVE_LINUX_INPUT_H
18853 #include <linux/input.h>
18859 static struct ff_effect ac_aggr;
18860 if (ac_aggr.direction)
18866 rm -f conftest.
$ac_objext
18867 if { (ac_try
="$ac_compile"
18868 case "(($ac_try" in
18869 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18870 *) ac_try_echo=$ac_try;;
18872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18873 (eval "$ac_compile") 2>conftest.er1
18875 grep -v '^ *+' conftest.er1 >conftest.err
18877 cat conftest.err >&5
18878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18879 (exit $ac_status); } && {
18880 test -z "$ac_c_werror_flag" ||
18881 test ! -s conftest.err
18882 } && test -s conftest.$ac_objext; then
18883 ac_cv_member_struct_ff_effect_direction=yes
18885 echo "$as_me: failed program was:" >&5
18886 sed 's/^/| /' conftest.$ac_ext >&5
18888 cat >conftest.$ac_ext <<_ACEOF
18891 cat confdefs.h >>conftest.$ac_ext
18892 cat >>conftest.$ac_ext <<_ACEOF
18893 /* end confdefs.h. */
18894 #ifdef HAVE_LINUX_INPUT_H
18895 #include <linux/input.h>
18901 static struct ff_effect ac_aggr;
18902 if (sizeof ac_aggr.direction)
18908 rm -f conftest.$ac_objext
18909 if { (ac_try="$ac_compile"
18910 case "(($ac_try" in
18911 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18912 *) ac_try_echo
=$ac_try;;
18914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18915 (eval "$ac_compile") 2>conftest.er1
18917 grep -v '^ *+' conftest.er1
>conftest.err
18919 cat conftest.err
>&5
18920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18921 (exit $ac_status); } && {
18922 test -z "$ac_c_werror_flag" ||
18923 test ! -s conftest.err
18924 } && test -s conftest.
$ac_objext; then
18925 ac_cv_member_struct_ff_effect_direction
=yes
18927 echo "$as_me: failed program was:" >&5
18928 sed 's/^/| /' conftest.
$ac_ext >&5
18930 ac_cv_member_struct_ff_effect_direction
=no
18933 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18936 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18938 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18939 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18940 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18942 cat >>confdefs.h
<<_ACEOF
18943 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18950 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18951 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18952 if test "${wine_cv_have_sigaddset+set}" = set; then
18953 echo $ECHO_N "(cached) $ECHO_C" >&6
18955 cat >conftest.
$ac_ext <<_ACEOF
18958 cat confdefs.h
>>conftest.
$ac_ext
18959 cat >>conftest.
$ac_ext <<_ACEOF
18960 /* end confdefs.h. */
18961 #include <signal.h>
18965 sigset_t set; sigaddset(&set,SIGTERM);
18970 rm -f conftest.
$ac_objext conftest
$ac_exeext
18971 if { (ac_try
="$ac_link"
18972 case "(($ac_try" in
18973 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18974 *) ac_try_echo=$ac_try;;
18976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18977 (eval "$ac_link") 2>conftest.er1
18979 grep -v '^ *+' conftest.er1 >conftest.err
18981 cat conftest.err >&5
18982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18983 (exit $ac_status); } && {
18984 test -z "$ac_c_werror_flag" ||
18985 test ! -s conftest.err
18986 } && test -s conftest$ac_exeext &&
18987 $as_test_x conftest$ac_exeext; then
18988 wine_cv_have_sigaddset=yes
18990 echo "$as_me: failed program was:" >&5
18991 sed 's/^/| /' conftest.$ac_ext >&5
18993 wine_cv_have_sigaddset=no
18996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18997 conftest$ac_exeext conftest.$ac_ext
18999 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19000 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19001 if test "$wine_cv_have_sigaddset" = "yes"
19004 cat >>confdefs.h <<\_ACEOF
19005 #define HAVE_SIGADDSET 1
19011 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19012 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19013 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19014 echo $ECHO_N "(cached) $ECHO_C" >&6
19016 cat >conftest.$ac_ext <<_ACEOF
19019 cat confdefs.h >>conftest.$ac_ext
19020 cat >>conftest.$ac_ext <<_ACEOF
19021 /* end confdefs.h. */
19029 struct hostent *result;
19036 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19037 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19043 rm -f conftest.$ac_objext conftest$ac_exeext
19044 if { (ac_try="$ac_link"
19045 case "(($ac_try" in
19046 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19047 *) ac_try_echo
=$ac_try;;
19049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19050 (eval "$ac_link") 2>conftest.er1
19052 grep -v '^ *+' conftest.er1
>conftest.err
19054 cat conftest.err
>&5
19055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19056 (exit $ac_status); } && {
19057 test -z "$ac_c_werror_flag" ||
19058 test ! -s conftest.err
19059 } && test -s conftest
$ac_exeext &&
19060 $as_test_x conftest
$ac_exeext; then
19061 wine_cv_linux_gethostbyname_r_6
=yes
19063 echo "$as_me: failed program was:" >&5
19064 sed 's/^/| /' conftest.
$ac_ext >&5
19066 wine_cv_linux_gethostbyname_r_6
=no
19070 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19071 conftest
$ac_exeext conftest.
$ac_ext
19074 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19075 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19076 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19079 cat >>confdefs.h
<<\_ACEOF
19080 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19085 if test "$ac_cv_header_linux_joystick_h" = "yes"
19087 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19088 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19089 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19090 echo $ECHO_N "(cached) $ECHO_C" >&6
19092 cat >conftest.
$ac_ext <<_ACEOF
19095 cat confdefs.h
>>conftest.
$ac_ext
19096 cat >>conftest.
$ac_ext <<_ACEOF
19097 /* end confdefs.h. */
19099 #include <sys/ioctl.h>
19100 #include <sys/types.h>
19101 #include <linux/joystick.h>
19103 struct js_event blub;
19104 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19105 #error "no 2.2 header"
19116 rm -f conftest.
$ac_objext
19117 if { (ac_try
="$ac_compile"
19118 case "(($ac_try" in
19119 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19120 *) ac_try_echo=$ac_try;;
19122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19123 (eval "$ac_compile") 2>conftest.er1
19125 grep -v '^ *+' conftest.er1 >conftest.err
19127 cat conftest.err >&5
19128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19129 (exit $ac_status); } && {
19130 test -z "$ac_c_werror_flag" ||
19131 test ! -s conftest.err
19132 } && test -s conftest.$ac_objext; then
19133 wine_cv_linux_joystick_22_api=yes
19135 echo "$as_me: failed program was:" >&5
19136 sed 's/^/| /' conftest.$ac_ext >&5
19138 wine_cv_linux_joystick_22_api=no
19141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19144 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19145 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19146 if test "$wine_cv_linux_joystick_22_api" = "yes"
19149 cat >>confdefs.h <<\_ACEOF
19150 #define HAVE_LINUX_22_JOYSTICK_API 1
19157 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19158 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19159 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19160 echo $ECHO_N "(cached) $ECHO_C" >&6
19162 cat >conftest.$ac_ext <<_ACEOF
19165 cat confdefs.h >>conftest.$ac_ext
19166 cat >>conftest.$ac_ext <<_ACEOF
19167 /* end confdefs.h. */
19168 #include <sys/types.h>
19169 #ifdef HAVE_SYS_PARAM_H
19170 # include <sys/param.h>
19172 #ifdef HAVE_SYS_MOUNT_H
19173 # include <sys/mount.h>
19175 #ifdef HAVE_SYS_VFS_H
19176 # include <sys/vfs.h>
19178 #ifdef HAVE_SYS_STATFS_H
19179 # include <sys/statfs.h>
19185 static struct statfs ac_aggr;
19186 if (ac_aggr.f_bfree)
19192 rm -f conftest.$ac_objext
19193 if { (ac_try="$ac_compile"
19194 case "(($ac_try" in
19195 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19196 *) ac_try_echo
=$ac_try;;
19198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19199 (eval "$ac_compile") 2>conftest.er1
19201 grep -v '^ *+' conftest.er1
>conftest.err
19203 cat conftest.err
>&5
19204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19205 (exit $ac_status); } && {
19206 test -z "$ac_c_werror_flag" ||
19207 test ! -s conftest.err
19208 } && test -s conftest.
$ac_objext; then
19209 ac_cv_member_struct_statfs_f_bfree
=yes
19211 echo "$as_me: failed program was:" >&5
19212 sed 's/^/| /' conftest.
$ac_ext >&5
19214 cat >conftest.
$ac_ext <<_ACEOF
19217 cat confdefs.h
>>conftest.
$ac_ext
19218 cat >>conftest.
$ac_ext <<_ACEOF
19219 /* end confdefs.h. */
19220 #include <sys/types.h>
19221 #ifdef HAVE_SYS_PARAM_H
19222 # include <sys/param.h>
19224 #ifdef HAVE_SYS_MOUNT_H
19225 # include <sys/mount.h>
19227 #ifdef HAVE_SYS_VFS_H
19228 # include <sys/vfs.h>
19230 #ifdef HAVE_SYS_STATFS_H
19231 # include <sys/statfs.h>
19237 static struct statfs ac_aggr;
19238 if (sizeof ac_aggr.f_bfree)
19244 rm -f conftest.
$ac_objext
19245 if { (ac_try
="$ac_compile"
19246 case "(($ac_try" in
19247 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19248 *) ac_try_echo=$ac_try;;
19250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19251 (eval "$ac_compile") 2>conftest.er1
19253 grep -v '^ *+' conftest.er1 >conftest.err
19255 cat conftest.err >&5
19256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257 (exit $ac_status); } && {
19258 test -z "$ac_c_werror_flag" ||
19259 test ! -s conftest.err
19260 } && test -s conftest.$ac_objext; then
19261 ac_cv_member_struct_statfs_f_bfree=yes
19263 echo "$as_me: failed program was:" >&5
19264 sed 's/^/| /' conftest.$ac_ext >&5
19266 ac_cv_member_struct_statfs_f_bfree=no
19269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19274 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19275 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19276 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19278 cat >>confdefs.h <<_ACEOF
19279 #define HAVE_STRUCT_STATFS_F_BFREE 1
19284 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19285 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19286 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19287 echo $ECHO_N "(cached) $ECHO_C" >&6
19289 cat >conftest.$ac_ext <<_ACEOF
19292 cat confdefs.h >>conftest.$ac_ext
19293 cat >>conftest.$ac_ext <<_ACEOF
19294 /* end confdefs.h. */
19295 #include <sys/types.h>
19296 #ifdef HAVE_SYS_PARAM_H
19297 # include <sys/param.h>
19299 #ifdef HAVE_SYS_MOUNT_H
19300 # include <sys/mount.h>
19302 #ifdef HAVE_SYS_VFS_H
19303 # include <sys/vfs.h>
19305 #ifdef HAVE_SYS_STATFS_H
19306 # include <sys/statfs.h>
19312 static struct statfs ac_aggr;
19313 if (ac_aggr.f_bavail)
19319 rm -f conftest.$ac_objext
19320 if { (ac_try="$ac_compile"
19321 case "(($ac_try" in
19322 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19323 *) ac_try_echo
=$ac_try;;
19325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19326 (eval "$ac_compile") 2>conftest.er1
19328 grep -v '^ *+' conftest.er1
>conftest.err
19330 cat conftest.err
>&5
19331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19332 (exit $ac_status); } && {
19333 test -z "$ac_c_werror_flag" ||
19334 test ! -s conftest.err
19335 } && test -s conftest.
$ac_objext; then
19336 ac_cv_member_struct_statfs_f_bavail
=yes
19338 echo "$as_me: failed program was:" >&5
19339 sed 's/^/| /' conftest.
$ac_ext >&5
19341 cat >conftest.
$ac_ext <<_ACEOF
19344 cat confdefs.h
>>conftest.
$ac_ext
19345 cat >>conftest.
$ac_ext <<_ACEOF
19346 /* end confdefs.h. */
19347 #include <sys/types.h>
19348 #ifdef HAVE_SYS_PARAM_H
19349 # include <sys/param.h>
19351 #ifdef HAVE_SYS_MOUNT_H
19352 # include <sys/mount.h>
19354 #ifdef HAVE_SYS_VFS_H
19355 # include <sys/vfs.h>
19357 #ifdef HAVE_SYS_STATFS_H
19358 # include <sys/statfs.h>
19364 static struct statfs ac_aggr;
19365 if (sizeof ac_aggr.f_bavail)
19371 rm -f conftest.
$ac_objext
19372 if { (ac_try
="$ac_compile"
19373 case "(($ac_try" in
19374 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19375 *) ac_try_echo=$ac_try;;
19377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19378 (eval "$ac_compile") 2>conftest.er1
19380 grep -v '^ *+' conftest.er1 >conftest.err
19382 cat conftest.err >&5
19383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384 (exit $ac_status); } && {
19385 test -z "$ac_c_werror_flag" ||
19386 test ! -s conftest.err
19387 } && test -s conftest.$ac_objext; then
19388 ac_cv_member_struct_statfs_f_bavail=yes
19390 echo "$as_me: failed program was:" >&5
19391 sed 's/^/| /' conftest.$ac_ext >&5
19393 ac_cv_member_struct_statfs_f_bavail=no
19396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19401 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19402 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19403 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19405 cat >>confdefs.h <<_ACEOF
19406 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19411 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19412 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19413 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19414 echo $ECHO_N "(cached) $ECHO_C" >&6
19416 cat >conftest.$ac_ext <<_ACEOF
19419 cat confdefs.h >>conftest.$ac_ext
19420 cat >>conftest.$ac_ext <<_ACEOF
19421 /* end confdefs.h. */
19422 #include <sys/types.h>
19423 #ifdef HAVE_SYS_PARAM_H
19424 # include <sys/param.h>
19426 #ifdef HAVE_SYS_MOUNT_H
19427 # include <sys/mount.h>
19429 #ifdef HAVE_SYS_VFS_H
19430 # include <sys/vfs.h>
19432 #ifdef HAVE_SYS_STATFS_H
19433 # include <sys/statfs.h>
19439 static struct statfs ac_aggr;
19440 if (ac_aggr.f_frsize)
19446 rm -f conftest.$ac_objext
19447 if { (ac_try="$ac_compile"
19448 case "(($ac_try" in
19449 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19450 *) ac_try_echo
=$ac_try;;
19452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19453 (eval "$ac_compile") 2>conftest.er1
19455 grep -v '^ *+' conftest.er1
>conftest.err
19457 cat conftest.err
>&5
19458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); } && {
19460 test -z "$ac_c_werror_flag" ||
19461 test ! -s conftest.err
19462 } && test -s conftest.
$ac_objext; then
19463 ac_cv_member_struct_statfs_f_frsize
=yes
19465 echo "$as_me: failed program was:" >&5
19466 sed 's/^/| /' conftest.
$ac_ext >&5
19468 cat >conftest.
$ac_ext <<_ACEOF
19471 cat confdefs.h
>>conftest.
$ac_ext
19472 cat >>conftest.
$ac_ext <<_ACEOF
19473 /* end confdefs.h. */
19474 #include <sys/types.h>
19475 #ifdef HAVE_SYS_PARAM_H
19476 # include <sys/param.h>
19478 #ifdef HAVE_SYS_MOUNT_H
19479 # include <sys/mount.h>
19481 #ifdef HAVE_SYS_VFS_H
19482 # include <sys/vfs.h>
19484 #ifdef HAVE_SYS_STATFS_H
19485 # include <sys/statfs.h>
19491 static struct statfs ac_aggr;
19492 if (sizeof ac_aggr.f_frsize)
19498 rm -f conftest.
$ac_objext
19499 if { (ac_try
="$ac_compile"
19500 case "(($ac_try" in
19501 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19502 *) ac_try_echo=$ac_try;;
19504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19505 (eval "$ac_compile") 2>conftest.er1
19507 grep -v '^ *+' conftest.er1 >conftest.err
19509 cat conftest.err >&5
19510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511 (exit $ac_status); } && {
19512 test -z "$ac_c_werror_flag" ||
19513 test ! -s conftest.err
19514 } && test -s conftest.$ac_objext; then
19515 ac_cv_member_struct_statfs_f_frsize=yes
19517 echo "$as_me: failed program was:" >&5
19518 sed 's/^/| /' conftest.$ac_ext >&5
19520 ac_cv_member_struct_statfs_f_frsize=no
19523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19528 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19529 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19530 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19532 cat >>confdefs.h <<_ACEOF
19533 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19538 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19539 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19540 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19541 echo $ECHO_N "(cached) $ECHO_C" >&6
19543 cat >conftest.$ac_ext <<_ACEOF
19546 cat confdefs.h >>conftest.$ac_ext
19547 cat >>conftest.$ac_ext <<_ACEOF
19548 /* end confdefs.h. */
19549 #include <sys/types.h>
19550 #ifdef HAVE_SYS_PARAM_H
19551 # include <sys/param.h>
19553 #ifdef HAVE_SYS_MOUNT_H
19554 # include <sys/mount.h>
19556 #ifdef HAVE_SYS_VFS_H
19557 # include <sys/vfs.h>
19559 #ifdef HAVE_SYS_STATFS_H
19560 # include <sys/statfs.h>
19566 static struct statfs ac_aggr;
19567 if (ac_aggr.f_ffree)
19573 rm -f conftest.$ac_objext
19574 if { (ac_try="$ac_compile"
19575 case "(($ac_try" in
19576 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19577 *) ac_try_echo
=$ac_try;;
19579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19580 (eval "$ac_compile") 2>conftest.er1
19582 grep -v '^ *+' conftest.er1
>conftest.err
19584 cat conftest.err
>&5
19585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19586 (exit $ac_status); } && {
19587 test -z "$ac_c_werror_flag" ||
19588 test ! -s conftest.err
19589 } && test -s conftest.
$ac_objext; then
19590 ac_cv_member_struct_statfs_f_ffree
=yes
19592 echo "$as_me: failed program was:" >&5
19593 sed 's/^/| /' conftest.
$ac_ext >&5
19595 cat >conftest.
$ac_ext <<_ACEOF
19598 cat confdefs.h
>>conftest.
$ac_ext
19599 cat >>conftest.
$ac_ext <<_ACEOF
19600 /* end confdefs.h. */
19601 #include <sys/types.h>
19602 #ifdef HAVE_SYS_PARAM_H
19603 # include <sys/param.h>
19605 #ifdef HAVE_SYS_MOUNT_H
19606 # include <sys/mount.h>
19608 #ifdef HAVE_SYS_VFS_H
19609 # include <sys/vfs.h>
19611 #ifdef HAVE_SYS_STATFS_H
19612 # include <sys/statfs.h>
19618 static struct statfs ac_aggr;
19619 if (sizeof ac_aggr.f_ffree)
19625 rm -f conftest.
$ac_objext
19626 if { (ac_try
="$ac_compile"
19627 case "(($ac_try" in
19628 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19629 *) ac_try_echo=$ac_try;;
19631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19632 (eval "$ac_compile") 2>conftest.er1
19634 grep -v '^ *+' conftest.er1 >conftest.err
19636 cat conftest.err >&5
19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638 (exit $ac_status); } && {
19639 test -z "$ac_c_werror_flag" ||
19640 test ! -s conftest.err
19641 } && test -s conftest.$ac_objext; then
19642 ac_cv_member_struct_statfs_f_ffree=yes
19644 echo "$as_me: failed program was:" >&5
19645 sed 's/^/| /' conftest.$ac_ext >&5
19647 ac_cv_member_struct_statfs_f_ffree=no
19650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19655 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19656 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19657 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19659 cat >>confdefs.h <<_ACEOF
19660 #define HAVE_STRUCT_STATFS_F_FFREE 1
19665 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19666 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19667 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19668 echo $ECHO_N "(cached) $ECHO_C" >&6
19670 cat >conftest.$ac_ext <<_ACEOF
19673 cat confdefs.h >>conftest.$ac_ext
19674 cat >>conftest.$ac_ext <<_ACEOF
19675 /* end confdefs.h. */
19676 #include <sys/types.h>
19677 #ifdef HAVE_SYS_PARAM_H
19678 # include <sys/param.h>
19680 #ifdef HAVE_SYS_MOUNT_H
19681 # include <sys/mount.h>
19683 #ifdef HAVE_SYS_VFS_H
19684 # include <sys/vfs.h>
19686 #ifdef HAVE_SYS_STATFS_H
19687 # include <sys/statfs.h>
19693 static struct statfs ac_aggr;
19694 if (ac_aggr.f_favail)
19700 rm -f conftest.$ac_objext
19701 if { (ac_try="$ac_compile"
19702 case "(($ac_try" in
19703 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19704 *) ac_try_echo
=$ac_try;;
19706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19707 (eval "$ac_compile") 2>conftest.er1
19709 grep -v '^ *+' conftest.er1
>conftest.err
19711 cat conftest.err
>&5
19712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19713 (exit $ac_status); } && {
19714 test -z "$ac_c_werror_flag" ||
19715 test ! -s conftest.err
19716 } && test -s conftest.
$ac_objext; then
19717 ac_cv_member_struct_statfs_f_favail
=yes
19719 echo "$as_me: failed program was:" >&5
19720 sed 's/^/| /' conftest.
$ac_ext >&5
19722 cat >conftest.
$ac_ext <<_ACEOF
19725 cat confdefs.h
>>conftest.
$ac_ext
19726 cat >>conftest.
$ac_ext <<_ACEOF
19727 /* end confdefs.h. */
19728 #include <sys/types.h>
19729 #ifdef HAVE_SYS_PARAM_H
19730 # include <sys/param.h>
19732 #ifdef HAVE_SYS_MOUNT_H
19733 # include <sys/mount.h>
19735 #ifdef HAVE_SYS_VFS_H
19736 # include <sys/vfs.h>
19738 #ifdef HAVE_SYS_STATFS_H
19739 # include <sys/statfs.h>
19745 static struct statfs ac_aggr;
19746 if (sizeof ac_aggr.f_favail)
19752 rm -f conftest.
$ac_objext
19753 if { (ac_try
="$ac_compile"
19754 case "(($ac_try" in
19755 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19756 *) ac_try_echo=$ac_try;;
19758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19759 (eval "$ac_compile") 2>conftest.er1
19761 grep -v '^ *+' conftest.er1 >conftest.err
19763 cat conftest.err >&5
19764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765 (exit $ac_status); } && {
19766 test -z "$ac_c_werror_flag" ||
19767 test ! -s conftest.err
19768 } && test -s conftest.$ac_objext; then
19769 ac_cv_member_struct_statfs_f_favail=yes
19771 echo "$as_me: failed program was:" >&5
19772 sed 's/^/| /' conftest.$ac_ext >&5
19774 ac_cv_member_struct_statfs_f_favail=no
19777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19782 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19783 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19784 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19786 cat >>confdefs.h <<_ACEOF
19787 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19792 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19793 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19794 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19795 echo $ECHO_N "(cached) $ECHO_C" >&6
19797 cat >conftest.$ac_ext <<_ACEOF
19800 cat confdefs.h >>conftest.$ac_ext
19801 cat >>conftest.$ac_ext <<_ACEOF
19802 /* end confdefs.h. */
19803 #include <sys/types.h>
19804 #ifdef HAVE_SYS_PARAM_H
19805 # include <sys/param.h>
19807 #ifdef HAVE_SYS_MOUNT_H
19808 # include <sys/mount.h>
19810 #ifdef HAVE_SYS_VFS_H
19811 # include <sys/vfs.h>
19813 #ifdef HAVE_SYS_STATFS_H
19814 # include <sys/statfs.h>
19820 static struct statfs ac_aggr;
19821 if (ac_aggr.f_namelen)
19827 rm -f conftest.$ac_objext
19828 if { (ac_try="$ac_compile"
19829 case "(($ac_try" in
19830 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19831 *) ac_try_echo
=$ac_try;;
19833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19834 (eval "$ac_compile") 2>conftest.er1
19836 grep -v '^ *+' conftest.er1
>conftest.err
19838 cat conftest.err
>&5
19839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19840 (exit $ac_status); } && {
19841 test -z "$ac_c_werror_flag" ||
19842 test ! -s conftest.err
19843 } && test -s conftest.
$ac_objext; then
19844 ac_cv_member_struct_statfs_f_namelen
=yes
19846 echo "$as_me: failed program was:" >&5
19847 sed 's/^/| /' conftest.
$ac_ext >&5
19849 cat >conftest.
$ac_ext <<_ACEOF
19852 cat confdefs.h
>>conftest.
$ac_ext
19853 cat >>conftest.
$ac_ext <<_ACEOF
19854 /* end confdefs.h. */
19855 #include <sys/types.h>
19856 #ifdef HAVE_SYS_PARAM_H
19857 # include <sys/param.h>
19859 #ifdef HAVE_SYS_MOUNT_H
19860 # include <sys/mount.h>
19862 #ifdef HAVE_SYS_VFS_H
19863 # include <sys/vfs.h>
19865 #ifdef HAVE_SYS_STATFS_H
19866 # include <sys/statfs.h>
19872 static struct statfs ac_aggr;
19873 if (sizeof ac_aggr.f_namelen)
19879 rm -f conftest.
$ac_objext
19880 if { (ac_try
="$ac_compile"
19881 case "(($ac_try" in
19882 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19883 *) ac_try_echo=$ac_try;;
19885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19886 (eval "$ac_compile") 2>conftest.er1
19888 grep -v '^ *+' conftest.er1 >conftest.err
19890 cat conftest.err >&5
19891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19892 (exit $ac_status); } && {
19893 test -z "$ac_c_werror_flag" ||
19894 test ! -s conftest.err
19895 } && test -s conftest.$ac_objext; then
19896 ac_cv_member_struct_statfs_f_namelen=yes
19898 echo "$as_me: failed program was:" >&5
19899 sed 's/^/| /' conftest.$ac_ext >&5
19901 ac_cv_member_struct_statfs_f_namelen=no
19904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19909 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19910 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19911 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19913 cat >>confdefs.h <<_ACEOF
19914 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19921 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19922 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19923 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19924 echo $ECHO_N "(cached) $ECHO_C" >&6
19926 cat >conftest.$ac_ext <<_ACEOF
19929 cat confdefs.h >>conftest.$ac_ext
19930 cat >>conftest.$ac_ext <<_ACEOF
19931 /* end confdefs.h. */
19932 #ifdef HAVE_SYS_STATVFS_H
19933 #include <sys/statvfs.h>
19939 static struct statvfs ac_aggr;
19940 if (ac_aggr.f_blocks)
19946 rm -f conftest.$ac_objext
19947 if { (ac_try="$ac_compile"
19948 case "(($ac_try" in
19949 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19950 *) ac_try_echo
=$ac_try;;
19952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19953 (eval "$ac_compile") 2>conftest.er1
19955 grep -v '^ *+' conftest.er1
>conftest.err
19957 cat conftest.err
>&5
19958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19959 (exit $ac_status); } && {
19960 test -z "$ac_c_werror_flag" ||
19961 test ! -s conftest.err
19962 } && test -s conftest.
$ac_objext; then
19963 ac_cv_member_struct_statvfs_f_blocks
=yes
19965 echo "$as_me: failed program was:" >&5
19966 sed 's/^/| /' conftest.
$ac_ext >&5
19968 cat >conftest.
$ac_ext <<_ACEOF
19971 cat confdefs.h
>>conftest.
$ac_ext
19972 cat >>conftest.
$ac_ext <<_ACEOF
19973 /* end confdefs.h. */
19974 #ifdef HAVE_SYS_STATVFS_H
19975 #include <sys/statvfs.h>
19981 static struct statvfs ac_aggr;
19982 if (sizeof ac_aggr.f_blocks)
19988 rm -f conftest.
$ac_objext
19989 if { (ac_try
="$ac_compile"
19990 case "(($ac_try" in
19991 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19992 *) ac_try_echo=$ac_try;;
19994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19995 (eval "$ac_compile") 2>conftest.er1
19997 grep -v '^ *+' conftest.er1 >conftest.err
19999 cat conftest.err >&5
20000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20001 (exit $ac_status); } && {
20002 test -z "$ac_c_werror_flag" ||
20003 test ! -s conftest.err
20004 } && test -s conftest.$ac_objext; then
20005 ac_cv_member_struct_statvfs_f_blocks=yes
20007 echo "$as_me: failed program was:" >&5
20008 sed 's/^/| /' conftest.$ac_ext >&5
20010 ac_cv_member_struct_statvfs_f_blocks=no
20013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20018 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20019 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20020 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20022 cat >>confdefs.h <<_ACEOF
20023 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20030 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20031 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20032 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20033 echo $ECHO_N "(cached) $ECHO_C" >&6
20035 cat >conftest.$ac_ext <<_ACEOF
20038 cat confdefs.h >>conftest.$ac_ext
20039 cat >>conftest.$ac_ext <<_ACEOF
20040 /* end confdefs.h. */
20041 #include <sys/types.h>
20042 #ifdef HAVE_SYS_SOCKET_H
20043 # include <sys/socket.h>
20045 #ifdef HAVE_SYS_UN_H
20046 # include <sys/un.h>
20052 static struct msghdr ac_aggr;
20053 if (ac_aggr.msg_accrights)
20059 rm -f conftest.$ac_objext
20060 if { (ac_try="$ac_compile"
20061 case "(($ac_try" in
20062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20063 *) ac_try_echo
=$ac_try;;
20065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20066 (eval "$ac_compile") 2>conftest.er1
20068 grep -v '^ *+' conftest.er1
>conftest.err
20070 cat conftest.err
>&5
20071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20072 (exit $ac_status); } && {
20073 test -z "$ac_c_werror_flag" ||
20074 test ! -s conftest.err
20075 } && test -s conftest.
$ac_objext; then
20076 ac_cv_member_struct_msghdr_msg_accrights
=yes
20078 echo "$as_me: failed program was:" >&5
20079 sed 's/^/| /' conftest.
$ac_ext >&5
20081 cat >conftest.
$ac_ext <<_ACEOF
20084 cat confdefs.h
>>conftest.
$ac_ext
20085 cat >>conftest.
$ac_ext <<_ACEOF
20086 /* end confdefs.h. */
20087 #include <sys/types.h>
20088 #ifdef HAVE_SYS_SOCKET_H
20089 # include <sys/socket.h>
20091 #ifdef HAVE_SYS_UN_H
20092 # include <sys/un.h>
20098 static struct msghdr ac_aggr;
20099 if (sizeof ac_aggr.msg_accrights)
20105 rm -f conftest.
$ac_objext
20106 if { (ac_try
="$ac_compile"
20107 case "(($ac_try" in
20108 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20109 *) ac_try_echo=$ac_try;;
20111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20112 (eval "$ac_compile") 2>conftest.er1
20114 grep -v '^ *+' conftest.er1 >conftest.err
20116 cat conftest.err >&5
20117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20118 (exit $ac_status); } && {
20119 test -z "$ac_c_werror_flag" ||
20120 test ! -s conftest.err
20121 } && test -s conftest.$ac_objext; then
20122 ac_cv_member_struct_msghdr_msg_accrights=yes
20124 echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.$ac_ext >&5
20127 ac_cv_member_struct_msghdr_msg_accrights=no
20130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20135 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20136 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20137 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20139 cat >>confdefs.h <<_ACEOF
20140 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20145 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20146 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20147 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20148 echo $ECHO_N "(cached) $ECHO_C" >&6
20150 cat >conftest.$ac_ext <<_ACEOF
20153 cat confdefs.h >>conftest.$ac_ext
20154 cat >>conftest.$ac_ext <<_ACEOF
20155 /* end confdefs.h. */
20156 #include <sys/types.h>
20157 #ifdef HAVE_SYS_SOCKET_H
20158 # include <sys/socket.h>
20160 #ifdef HAVE_SYS_UN_H
20161 # include <sys/un.h>
20167 static struct sockaddr ac_aggr;
20168 if (ac_aggr.sa_len)
20174 rm -f conftest.$ac_objext
20175 if { (ac_try="$ac_compile"
20176 case "(($ac_try" in
20177 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20178 *) ac_try_echo
=$ac_try;;
20180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20181 (eval "$ac_compile") 2>conftest.er1
20183 grep -v '^ *+' conftest.er1
>conftest.err
20185 cat conftest.err
>&5
20186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20187 (exit $ac_status); } && {
20188 test -z "$ac_c_werror_flag" ||
20189 test ! -s conftest.err
20190 } && test -s conftest.
$ac_objext; then
20191 ac_cv_member_struct_sockaddr_sa_len
=yes
20193 echo "$as_me: failed program was:" >&5
20194 sed 's/^/| /' conftest.
$ac_ext >&5
20196 cat >conftest.
$ac_ext <<_ACEOF
20199 cat confdefs.h
>>conftest.
$ac_ext
20200 cat >>conftest.
$ac_ext <<_ACEOF
20201 /* end confdefs.h. */
20202 #include <sys/types.h>
20203 #ifdef HAVE_SYS_SOCKET_H
20204 # include <sys/socket.h>
20206 #ifdef HAVE_SYS_UN_H
20207 # include <sys/un.h>
20213 static struct sockaddr ac_aggr;
20214 if (sizeof ac_aggr.sa_len)
20220 rm -f conftest.
$ac_objext
20221 if { (ac_try
="$ac_compile"
20222 case "(($ac_try" in
20223 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20224 *) ac_try_echo=$ac_try;;
20226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20227 (eval "$ac_compile") 2>conftest.er1
20229 grep -v '^ *+' conftest.er1 >conftest.err
20231 cat conftest.err >&5
20232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20233 (exit $ac_status); } && {
20234 test -z "$ac_c_werror_flag" ||
20235 test ! -s conftest.err
20236 } && test -s conftest.$ac_objext; then
20237 ac_cv_member_struct_sockaddr_sa_len=yes
20239 echo "$as_me: failed program was:" >&5
20240 sed 's/^/| /' conftest.$ac_ext >&5
20242 ac_cv_member_struct_sockaddr_sa_len=no
20245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20250 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20251 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20252 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20254 cat >>confdefs.h <<_ACEOF
20255 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20260 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20261 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20262 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20263 echo $ECHO_N "(cached) $ECHO_C" >&6
20265 cat >conftest.$ac_ext <<_ACEOF
20268 cat confdefs.h >>conftest.$ac_ext
20269 cat >>conftest.$ac_ext <<_ACEOF
20270 /* end confdefs.h. */
20271 #include <sys/types.h>
20272 #ifdef HAVE_SYS_SOCKET_H
20273 # include <sys/socket.h>
20275 #ifdef HAVE_SYS_UN_H
20276 # include <sys/un.h>
20282 static struct sockaddr_un ac_aggr;
20283 if (ac_aggr.sun_len)
20289 rm -f conftest.$ac_objext
20290 if { (ac_try="$ac_compile"
20291 case "(($ac_try" in
20292 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20293 *) ac_try_echo
=$ac_try;;
20295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20296 (eval "$ac_compile") 2>conftest.er1
20298 grep -v '^ *+' conftest.er1
>conftest.err
20300 cat conftest.err
>&5
20301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20302 (exit $ac_status); } && {
20303 test -z "$ac_c_werror_flag" ||
20304 test ! -s conftest.err
20305 } && test -s conftest.
$ac_objext; then
20306 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20308 echo "$as_me: failed program was:" >&5
20309 sed 's/^/| /' conftest.
$ac_ext >&5
20311 cat >conftest.
$ac_ext <<_ACEOF
20314 cat confdefs.h
>>conftest.
$ac_ext
20315 cat >>conftest.
$ac_ext <<_ACEOF
20316 /* end confdefs.h. */
20317 #include <sys/types.h>
20318 #ifdef HAVE_SYS_SOCKET_H
20319 # include <sys/socket.h>
20321 #ifdef HAVE_SYS_UN_H
20322 # include <sys/un.h>
20328 static struct sockaddr_un ac_aggr;
20329 if (sizeof ac_aggr.sun_len)
20335 rm -f conftest.
$ac_objext
20336 if { (ac_try
="$ac_compile"
20337 case "(($ac_try" in
20338 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20339 *) ac_try_echo=$ac_try;;
20341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20342 (eval "$ac_compile") 2>conftest.er1
20344 grep -v '^ *+' conftest.er1 >conftest.err
20346 cat conftest.err >&5
20347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20348 (exit $ac_status); } && {
20349 test -z "$ac_c_werror_flag" ||
20350 test ! -s conftest.err
20351 } && test -s conftest.$ac_objext; then
20352 ac_cv_member_struct_sockaddr_un_sun_len=yes
20354 echo "$as_me: failed program was:" >&5
20355 sed 's/^/| /' conftest.$ac_ext >&5
20357 ac_cv_member_struct_sockaddr_un_sun_len=no
20360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20365 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20366 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20367 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20369 cat >>confdefs.h <<_ACEOF
20370 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20377 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20378 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20379 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20380 echo $ECHO_N "(cached) $ECHO_C" >&6
20382 cat >conftest.$ac_ext <<_ACEOF
20385 cat confdefs.h >>conftest.$ac_ext
20386 cat >>conftest.$ac_ext <<_ACEOF
20387 /* end confdefs.h. */
20388 #include <sys/types.h>
20389 #ifdef HAVE_SCSI_SG_H
20390 #include <scsi/sg.h>
20396 static scsireq_t ac_aggr;
20403 rm -f conftest.$ac_objext
20404 if { (ac_try="$ac_compile"
20405 case "(($ac_try" in
20406 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20407 *) ac_try_echo
=$ac_try;;
20409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20410 (eval "$ac_compile") 2>conftest.er1
20412 grep -v '^ *+' conftest.er1
>conftest.err
20414 cat conftest.err
>&5
20415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20416 (exit $ac_status); } && {
20417 test -z "$ac_c_werror_flag" ||
20418 test ! -s conftest.err
20419 } && test -s conftest.
$ac_objext; then
20420 ac_cv_member_scsireq_t_cmd
=yes
20422 echo "$as_me: failed program was:" >&5
20423 sed 's/^/| /' conftest.
$ac_ext >&5
20425 cat >conftest.
$ac_ext <<_ACEOF
20428 cat confdefs.h
>>conftest.
$ac_ext
20429 cat >>conftest.
$ac_ext <<_ACEOF
20430 /* end confdefs.h. */
20431 #include <sys/types.h>
20432 #ifdef HAVE_SCSI_SG_H
20433 #include <scsi/sg.h>
20439 static scsireq_t ac_aggr;
20440 if (sizeof ac_aggr.cmd)
20446 rm -f conftest.
$ac_objext
20447 if { (ac_try
="$ac_compile"
20448 case "(($ac_try" in
20449 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20450 *) ac_try_echo=$ac_try;;
20452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20453 (eval "$ac_compile") 2>conftest.er1
20455 grep -v '^ *+' conftest.er1 >conftest.err
20457 cat conftest.err >&5
20458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20459 (exit $ac_status); } && {
20460 test -z "$ac_c_werror_flag" ||
20461 test ! -s conftest.err
20462 } && test -s conftest.$ac_objext; then
20463 ac_cv_member_scsireq_t_cmd=yes
20465 echo "$as_me: failed program was:" >&5
20466 sed 's/^/| /' conftest.$ac_ext >&5
20468 ac_cv_member_scsireq_t_cmd=no
20471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20476 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20477 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20478 if test $ac_cv_member_scsireq_t_cmd = yes; then
20480 cat >>confdefs.h <<_ACEOF
20481 #define HAVE_SCSIREQ_T_CMD 1
20486 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20487 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20488 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20489 echo $ECHO_N "(cached) $ECHO_C" >&6
20491 cat >conftest.$ac_ext <<_ACEOF
20494 cat confdefs.h >>conftest.$ac_ext
20495 cat >>conftest.$ac_ext <<_ACEOF
20496 /* end confdefs.h. */
20497 #include <sys/types.h>
20498 #ifdef HAVE_SCSI_SG_H
20499 #include <scsi/sg.h>
20505 static sg_io_hdr_t ac_aggr;
20506 if (ac_aggr.interface_id)
20512 rm -f conftest.$ac_objext
20513 if { (ac_try="$ac_compile"
20514 case "(($ac_try" in
20515 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20516 *) ac_try_echo
=$ac_try;;
20518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20519 (eval "$ac_compile") 2>conftest.er1
20521 grep -v '^ *+' conftest.er1
>conftest.err
20523 cat conftest.err
>&5
20524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20525 (exit $ac_status); } && {
20526 test -z "$ac_c_werror_flag" ||
20527 test ! -s conftest.err
20528 } && test -s conftest.
$ac_objext; then
20529 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20531 echo "$as_me: failed program was:" >&5
20532 sed 's/^/| /' conftest.
$ac_ext >&5
20534 cat >conftest.
$ac_ext <<_ACEOF
20537 cat confdefs.h
>>conftest.
$ac_ext
20538 cat >>conftest.
$ac_ext <<_ACEOF
20539 /* end confdefs.h. */
20540 #include <sys/types.h>
20541 #ifdef HAVE_SCSI_SG_H
20542 #include <scsi/sg.h>
20548 static sg_io_hdr_t ac_aggr;
20549 if (sizeof ac_aggr.interface_id)
20555 rm -f conftest.
$ac_objext
20556 if { (ac_try
="$ac_compile"
20557 case "(($ac_try" in
20558 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20559 *) ac_try_echo=$ac_try;;
20561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20562 (eval "$ac_compile") 2>conftest.er1
20564 grep -v '^ *+' conftest.er1 >conftest.err
20566 cat conftest.err >&5
20567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20568 (exit $ac_status); } && {
20569 test -z "$ac_c_werror_flag" ||
20570 test ! -s conftest.err
20571 } && test -s conftest.$ac_objext; then
20572 ac_cv_member_sg_io_hdr_t_interface_id=yes
20574 echo "$as_me: failed program was:" >&5
20575 sed 's/^/| /' conftest.$ac_ext >&5
20577 ac_cv_member_sg_io_hdr_t_interface_id=no
20580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20585 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20586 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20587 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20589 cat >>confdefs.h <<_ACEOF
20590 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20597 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20598 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20599 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20600 echo $ECHO_N "(cached) $ECHO_C" >&6
20602 cat >conftest.$ac_ext <<_ACEOF
20605 cat confdefs.h >>conftest.$ac_ext
20606 cat >>conftest.$ac_ext <<_ACEOF
20607 /* end confdefs.h. */
20608 #include <signal.h>
20613 static siginfo_t ac_aggr;
20620 rm -f conftest.$ac_objext
20621 if { (ac_try="$ac_compile"
20622 case "(($ac_try" in
20623 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20624 *) ac_try_echo
=$ac_try;;
20626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20627 (eval "$ac_compile") 2>conftest.er1
20629 grep -v '^ *+' conftest.er1
>conftest.err
20631 cat conftest.err
>&5
20632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20633 (exit $ac_status); } && {
20634 test -z "$ac_c_werror_flag" ||
20635 test ! -s conftest.err
20636 } && test -s conftest.
$ac_objext; then
20637 ac_cv_member_siginfo_t_si_fd
=yes
20639 echo "$as_me: failed program was:" >&5
20640 sed 's/^/| /' conftest.
$ac_ext >&5
20642 cat >conftest.
$ac_ext <<_ACEOF
20645 cat confdefs.h
>>conftest.
$ac_ext
20646 cat >>conftest.
$ac_ext <<_ACEOF
20647 /* end confdefs.h. */
20648 #include <signal.h>
20653 static siginfo_t ac_aggr;
20654 if (sizeof ac_aggr.si_fd)
20660 rm -f conftest.
$ac_objext
20661 if { (ac_try
="$ac_compile"
20662 case "(($ac_try" in
20663 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20664 *) ac_try_echo=$ac_try;;
20666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20667 (eval "$ac_compile") 2>conftest.er1
20669 grep -v '^ *+' conftest.er1 >conftest.err
20671 cat conftest.err >&5
20672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20673 (exit $ac_status); } && {
20674 test -z "$ac_c_werror_flag" ||
20675 test ! -s conftest.err
20676 } && test -s conftest.$ac_objext; then
20677 ac_cv_member_siginfo_t_si_fd=yes
20679 echo "$as_me: failed program was:" >&5
20680 sed 's/^/| /' conftest.$ac_ext >&5
20682 ac_cv_member_siginfo_t_si_fd=no
20685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20690 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20691 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20692 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20694 cat >>confdefs.h <<_ACEOF
20695 #define HAVE_SIGINFO_T_SI_FD 1
20702 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20703 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20704 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20705 echo $ECHO_N "(cached) $ECHO_C" >&6
20707 cat >conftest.$ac_ext <<_ACEOF
20710 cat confdefs.h >>conftest.$ac_ext
20711 cat >>conftest.$ac_ext <<_ACEOF
20712 /* end confdefs.h. */
20713 #include <sys/types.h>
20714 #ifdef HAVE_SYS_MTIO_H
20715 #include <sys/mtio.h>
20721 static struct mtget ac_aggr;
20722 if (ac_aggr.mt_blksiz)
20728 rm -f conftest.$ac_objext
20729 if { (ac_try="$ac_compile"
20730 case "(($ac_try" in
20731 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20732 *) ac_try_echo
=$ac_try;;
20734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20735 (eval "$ac_compile") 2>conftest.er1
20737 grep -v '^ *+' conftest.er1
>conftest.err
20739 cat conftest.err
>&5
20740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20741 (exit $ac_status); } && {
20742 test -z "$ac_c_werror_flag" ||
20743 test ! -s conftest.err
20744 } && test -s conftest.
$ac_objext; then
20745 ac_cv_member_struct_mtget_mt_blksiz
=yes
20747 echo "$as_me: failed program was:" >&5
20748 sed 's/^/| /' conftest.
$ac_ext >&5
20750 cat >conftest.
$ac_ext <<_ACEOF
20753 cat confdefs.h
>>conftest.
$ac_ext
20754 cat >>conftest.
$ac_ext <<_ACEOF
20755 /* end confdefs.h. */
20756 #include <sys/types.h>
20757 #ifdef HAVE_SYS_MTIO_H
20758 #include <sys/mtio.h>
20764 static struct mtget ac_aggr;
20765 if (sizeof ac_aggr.mt_blksiz)
20771 rm -f conftest.
$ac_objext
20772 if { (ac_try
="$ac_compile"
20773 case "(($ac_try" in
20774 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20775 *) ac_try_echo=$ac_try;;
20777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20778 (eval "$ac_compile") 2>conftest.er1
20780 grep -v '^ *+' conftest.er1 >conftest.err
20782 cat conftest.err >&5
20783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784 (exit $ac_status); } && {
20785 test -z "$ac_c_werror_flag" ||
20786 test ! -s conftest.err
20787 } && test -s conftest.$ac_objext; then
20788 ac_cv_member_struct_mtget_mt_blksiz=yes
20790 echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20793 ac_cv_member_struct_mtget_mt_blksiz=no
20796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20801 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20802 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20803 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20805 cat >>confdefs.h <<_ACEOF
20806 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20811 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20812 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20813 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20814 echo $ECHO_N "(cached) $ECHO_C" >&6
20816 cat >conftest.$ac_ext <<_ACEOF
20819 cat confdefs.h >>conftest.$ac_ext
20820 cat >>conftest.$ac_ext <<_ACEOF
20821 /* end confdefs.h. */
20822 #include <sys/types.h>
20823 #ifdef HAVE_SYS_MTIO_H
20824 #include <sys/mtio.h>
20830 static struct mtget ac_aggr;
20831 if (ac_aggr.mt_gstat)
20837 rm -f conftest.$ac_objext
20838 if { (ac_try="$ac_compile"
20839 case "(($ac_try" in
20840 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20841 *) ac_try_echo
=$ac_try;;
20843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20844 (eval "$ac_compile") 2>conftest.er1
20846 grep -v '^ *+' conftest.er1
>conftest.err
20848 cat conftest.err
>&5
20849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20850 (exit $ac_status); } && {
20851 test -z "$ac_c_werror_flag" ||
20852 test ! -s conftest.err
20853 } && test -s conftest.
$ac_objext; then
20854 ac_cv_member_struct_mtget_mt_gstat
=yes
20856 echo "$as_me: failed program was:" >&5
20857 sed 's/^/| /' conftest.
$ac_ext >&5
20859 cat >conftest.
$ac_ext <<_ACEOF
20862 cat confdefs.h
>>conftest.
$ac_ext
20863 cat >>conftest.
$ac_ext <<_ACEOF
20864 /* end confdefs.h. */
20865 #include <sys/types.h>
20866 #ifdef HAVE_SYS_MTIO_H
20867 #include <sys/mtio.h>
20873 static struct mtget ac_aggr;
20874 if (sizeof ac_aggr.mt_gstat)
20880 rm -f conftest.
$ac_objext
20881 if { (ac_try
="$ac_compile"
20882 case "(($ac_try" in
20883 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20884 *) ac_try_echo=$ac_try;;
20886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20887 (eval "$ac_compile") 2>conftest.er1
20889 grep -v '^ *+' conftest.er1 >conftest.err
20891 cat conftest.err >&5
20892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20893 (exit $ac_status); } && {
20894 test -z "$ac_c_werror_flag" ||
20895 test ! -s conftest.err
20896 } && test -s conftest.$ac_objext; then
20897 ac_cv_member_struct_mtget_mt_gstat=yes
20899 echo "$as_me: failed program was:" >&5
20900 sed 's/^/| /' conftest.$ac_ext >&5
20902 ac_cv_member_struct_mtget_mt_gstat=no
20905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20910 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20911 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20912 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20914 cat >>confdefs.h <<_ACEOF
20915 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20920 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20921 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20922 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20923 echo $ECHO_N "(cached) $ECHO_C" >&6
20925 cat >conftest.$ac_ext <<_ACEOF
20928 cat confdefs.h >>conftest.$ac_ext
20929 cat >>conftest.$ac_ext <<_ACEOF
20930 /* end confdefs.h. */
20931 #include <sys/types.h>
20932 #ifdef HAVE_SYS_MTIO_H
20933 #include <sys/mtio.h>
20939 static struct mtget ac_aggr;
20940 if (ac_aggr.mt_blkno)
20946 rm -f conftest.$ac_objext
20947 if { (ac_try="$ac_compile"
20948 case "(($ac_try" in
20949 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20950 *) ac_try_echo
=$ac_try;;
20952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20953 (eval "$ac_compile") 2>conftest.er1
20955 grep -v '^ *+' conftest.er1
>conftest.err
20957 cat conftest.err
>&5
20958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20959 (exit $ac_status); } && {
20960 test -z "$ac_c_werror_flag" ||
20961 test ! -s conftest.err
20962 } && test -s conftest.
$ac_objext; then
20963 ac_cv_member_struct_mtget_mt_blkno
=yes
20965 echo "$as_me: failed program was:" >&5
20966 sed 's/^/| /' conftest.
$ac_ext >&5
20968 cat >conftest.
$ac_ext <<_ACEOF
20971 cat confdefs.h
>>conftest.
$ac_ext
20972 cat >>conftest.
$ac_ext <<_ACEOF
20973 /* end confdefs.h. */
20974 #include <sys/types.h>
20975 #ifdef HAVE_SYS_MTIO_H
20976 #include <sys/mtio.h>
20982 static struct mtget ac_aggr;
20983 if (sizeof ac_aggr.mt_blkno)
20989 rm -f conftest.
$ac_objext
20990 if { (ac_try
="$ac_compile"
20991 case "(($ac_try" in
20992 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20993 *) ac_try_echo=$ac_try;;
20995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20996 (eval "$ac_compile") 2>conftest.er1
20998 grep -v '^ *+' conftest.er1 >conftest.err
21000 cat conftest.err >&5
21001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21002 (exit $ac_status); } && {
21003 test -z "$ac_c_werror_flag" ||
21004 test ! -s conftest.err
21005 } && test -s conftest.$ac_objext; then
21006 ac_cv_member_struct_mtget_mt_blkno=yes
21008 echo "$as_me: failed program was:" >&5
21009 sed 's/^/| /' conftest.$ac_ext >&5
21011 ac_cv_member_struct_mtget_mt_blkno=no
21014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21019 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21020 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21021 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21023 cat >>confdefs.h <<_ACEOF
21024 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21031 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21032 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21033 if test "${ac_cv_member_struct_option_name+set}" = set; then
21034 echo $ECHO_N "(cached) $ECHO_C" >&6
21036 cat >conftest.$ac_ext <<_ACEOF
21039 cat confdefs.h >>conftest.$ac_ext
21040 cat >>conftest.$ac_ext <<_ACEOF
21041 /* end confdefs.h. */
21042 #ifdef HAVE_GETOPT_H
21043 #include <getopt.h>
21049 static struct option ac_aggr;
21056 rm -f conftest.$ac_objext
21057 if { (ac_try="$ac_compile"
21058 case "(($ac_try" in
21059 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21060 *) ac_try_echo
=$ac_try;;
21062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21063 (eval "$ac_compile") 2>conftest.er1
21065 grep -v '^ *+' conftest.er1
>conftest.err
21067 cat conftest.err
>&5
21068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21069 (exit $ac_status); } && {
21070 test -z "$ac_c_werror_flag" ||
21071 test ! -s conftest.err
21072 } && test -s conftest.
$ac_objext; then
21073 ac_cv_member_struct_option_name
=yes
21075 echo "$as_me: failed program was:" >&5
21076 sed 's/^/| /' conftest.
$ac_ext >&5
21078 cat >conftest.
$ac_ext <<_ACEOF
21081 cat confdefs.h
>>conftest.
$ac_ext
21082 cat >>conftest.
$ac_ext <<_ACEOF
21083 /* end confdefs.h. */
21084 #ifdef HAVE_GETOPT_H
21085 #include <getopt.h>
21091 static struct option ac_aggr;
21092 if (sizeof ac_aggr.name)
21098 rm -f conftest.
$ac_objext
21099 if { (ac_try
="$ac_compile"
21100 case "(($ac_try" in
21101 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21102 *) ac_try_echo=$ac_try;;
21104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21105 (eval "$ac_compile") 2>conftest.er1
21107 grep -v '^ *+' conftest.er1 >conftest.err
21109 cat conftest.err >&5
21110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21111 (exit $ac_status); } && {
21112 test -z "$ac_c_werror_flag" ||
21113 test ! -s conftest.err
21114 } && test -s conftest.$ac_objext; then
21115 ac_cv_member_struct_option_name=yes
21117 echo "$as_me: failed program was:" >&5
21118 sed 's/^/| /' conftest.$ac_ext >&5
21120 ac_cv_member_struct_option_name=no
21123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21128 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21129 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21130 if test $ac_cv_member_struct_option_name = yes; then
21132 cat >>confdefs.h <<_ACEOF
21133 #define HAVE_STRUCT_OPTION_NAME 1
21140 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21141 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21142 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21143 echo $ECHO_N "(cached) $ECHO_C" >&6
21145 cat >conftest.$ac_ext <<_ACEOF
21148 cat confdefs.h >>conftest.$ac_ext
21149 cat >>conftest.$ac_ext <<_ACEOF
21150 /* end confdefs.h. */
21151 $ac_includes_default
21155 static struct stat ac_aggr;
21156 if (ac_aggr.st_blocks)
21162 rm -f conftest.$ac_objext
21163 if { (ac_try="$ac_compile"
21164 case "(($ac_try" in
21165 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21166 *) ac_try_echo
=$ac_try;;
21168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21169 (eval "$ac_compile") 2>conftest.er1
21171 grep -v '^ *+' conftest.er1
>conftest.err
21173 cat conftest.err
>&5
21174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21175 (exit $ac_status); } && {
21176 test -z "$ac_c_werror_flag" ||
21177 test ! -s conftest.err
21178 } && test -s conftest.
$ac_objext; then
21179 ac_cv_member_struct_stat_st_blocks
=yes
21181 echo "$as_me: failed program was:" >&5
21182 sed 's/^/| /' conftest.
$ac_ext >&5
21184 cat >conftest.
$ac_ext <<_ACEOF
21187 cat confdefs.h
>>conftest.
$ac_ext
21188 cat >>conftest.
$ac_ext <<_ACEOF
21189 /* end confdefs.h. */
21190 $ac_includes_default
21194 static struct stat ac_aggr;
21195 if (sizeof ac_aggr.st_blocks)
21201 rm -f conftest.
$ac_objext
21202 if { (ac_try
="$ac_compile"
21203 case "(($ac_try" in
21204 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21205 *) ac_try_echo=$ac_try;;
21207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21208 (eval "$ac_compile") 2>conftest.er1
21210 grep -v '^ *+' conftest.er1 >conftest.err
21212 cat conftest.err >&5
21213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21214 (exit $ac_status); } && {
21215 test -z "$ac_c_werror_flag" ||
21216 test ! -s conftest.err
21217 } && test -s conftest.$ac_objext; then
21218 ac_cv_member_struct_stat_st_blocks=yes
21220 echo "$as_me: failed program was:" >&5
21221 sed 's/^/| /' conftest.$ac_ext >&5
21223 ac_cv_member_struct_stat_st_blocks=no
21226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21231 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21232 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21233 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21235 cat >>confdefs.h <<_ACEOF
21236 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21241 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21242 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21243 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21244 echo $ECHO_N "(cached) $ECHO_C" >&6
21246 cat >conftest.$ac_ext <<_ACEOF
21249 cat confdefs.h >>conftest.$ac_ext
21250 cat >>conftest.$ac_ext <<_ACEOF
21251 /* end confdefs.h. */
21252 $ac_includes_default
21256 static struct stat ac_aggr;
21257 if (ac_aggr.st_mtim)
21263 rm -f conftest.$ac_objext
21264 if { (ac_try="$ac_compile"
21265 case "(($ac_try" in
21266 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21267 *) ac_try_echo
=$ac_try;;
21269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21270 (eval "$ac_compile") 2>conftest.er1
21272 grep -v '^ *+' conftest.er1
>conftest.err
21274 cat conftest.err
>&5
21275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21276 (exit $ac_status); } && {
21277 test -z "$ac_c_werror_flag" ||
21278 test ! -s conftest.err
21279 } && test -s conftest.
$ac_objext; then
21280 ac_cv_member_struct_stat_st_mtim
=yes
21282 echo "$as_me: failed program was:" >&5
21283 sed 's/^/| /' conftest.
$ac_ext >&5
21285 cat >conftest.
$ac_ext <<_ACEOF
21288 cat confdefs.h
>>conftest.
$ac_ext
21289 cat >>conftest.
$ac_ext <<_ACEOF
21290 /* end confdefs.h. */
21291 $ac_includes_default
21295 static struct stat ac_aggr;
21296 if (sizeof ac_aggr.st_mtim)
21302 rm -f conftest.
$ac_objext
21303 if { (ac_try
="$ac_compile"
21304 case "(($ac_try" in
21305 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21306 *) ac_try_echo=$ac_try;;
21308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21309 (eval "$ac_compile") 2>conftest.er1
21311 grep -v '^ *+' conftest.er1 >conftest.err
21313 cat conftest.err >&5
21314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21315 (exit $ac_status); } && {
21316 test -z "$ac_c_werror_flag" ||
21317 test ! -s conftest.err
21318 } && test -s conftest.$ac_objext; then
21319 ac_cv_member_struct_stat_st_mtim=yes
21321 echo "$as_me: failed program was:" >&5
21322 sed 's/^/| /' conftest.$ac_ext >&5
21324 ac_cv_member_struct_stat_st_mtim=no
21327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21332 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21333 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21334 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21336 cat >>confdefs.h <<_ACEOF
21337 #define HAVE_STRUCT_STAT_ST_MTIM 1
21342 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21343 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21344 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21345 echo $ECHO_N "(cached) $ECHO_C" >&6
21347 cat >conftest.$ac_ext <<_ACEOF
21350 cat confdefs.h >>conftest.$ac_ext
21351 cat >>conftest.$ac_ext <<_ACEOF
21352 /* end confdefs.h. */
21353 $ac_includes_default
21357 static struct stat ac_aggr;
21358 if (ac_aggr.st_ctim)
21364 rm -f conftest.$ac_objext
21365 if { (ac_try="$ac_compile"
21366 case "(($ac_try" in
21367 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21368 *) ac_try_echo
=$ac_try;;
21370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21371 (eval "$ac_compile") 2>conftest.er1
21373 grep -v '^ *+' conftest.er1
>conftest.err
21375 cat conftest.err
>&5
21376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); } && {
21378 test -z "$ac_c_werror_flag" ||
21379 test ! -s conftest.err
21380 } && test -s conftest.
$ac_objext; then
21381 ac_cv_member_struct_stat_st_ctim
=yes
21383 echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.
$ac_ext >&5
21386 cat >conftest.
$ac_ext <<_ACEOF
21389 cat confdefs.h
>>conftest.
$ac_ext
21390 cat >>conftest.
$ac_ext <<_ACEOF
21391 /* end confdefs.h. */
21392 $ac_includes_default
21396 static struct stat ac_aggr;
21397 if (sizeof ac_aggr.st_ctim)
21403 rm -f conftest.
$ac_objext
21404 if { (ac_try
="$ac_compile"
21405 case "(($ac_try" in
21406 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21407 *) ac_try_echo=$ac_try;;
21409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21410 (eval "$ac_compile") 2>conftest.er1
21412 grep -v '^ *+' conftest.er1 >conftest.err
21414 cat conftest.err >&5
21415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416 (exit $ac_status); } && {
21417 test -z "$ac_c_werror_flag" ||
21418 test ! -s conftest.err
21419 } && test -s conftest.$ac_objext; then
21420 ac_cv_member_struct_stat_st_ctim=yes
21422 echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.$ac_ext >&5
21425 ac_cv_member_struct_stat_st_ctim=no
21428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21433 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21434 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21435 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21437 cat >>confdefs.h <<_ACEOF
21438 #define HAVE_STRUCT_STAT_ST_CTIM 1
21443 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21444 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21445 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21446 echo $ECHO_N "(cached) $ECHO_C" >&6
21448 cat >conftest.$ac_ext <<_ACEOF
21451 cat confdefs.h >>conftest.$ac_ext
21452 cat >>conftest.$ac_ext <<_ACEOF
21453 /* end confdefs.h. */
21454 $ac_includes_default
21458 static struct stat ac_aggr;
21459 if (ac_aggr.st_atim)
21465 rm -f conftest.$ac_objext
21466 if { (ac_try="$ac_compile"
21467 case "(($ac_try" in
21468 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21469 *) ac_try_echo
=$ac_try;;
21471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21472 (eval "$ac_compile") 2>conftest.er1
21474 grep -v '^ *+' conftest.er1
>conftest.err
21476 cat conftest.err
>&5
21477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21478 (exit $ac_status); } && {
21479 test -z "$ac_c_werror_flag" ||
21480 test ! -s conftest.err
21481 } && test -s conftest.
$ac_objext; then
21482 ac_cv_member_struct_stat_st_atim
=yes
21484 echo "$as_me: failed program was:" >&5
21485 sed 's/^/| /' conftest.
$ac_ext >&5
21487 cat >conftest.
$ac_ext <<_ACEOF
21490 cat confdefs.h
>>conftest.
$ac_ext
21491 cat >>conftest.
$ac_ext <<_ACEOF
21492 /* end confdefs.h. */
21493 $ac_includes_default
21497 static struct stat ac_aggr;
21498 if (sizeof ac_aggr.st_atim)
21504 rm -f conftest.
$ac_objext
21505 if { (ac_try
="$ac_compile"
21506 case "(($ac_try" in
21507 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21508 *) ac_try_echo=$ac_try;;
21510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21511 (eval "$ac_compile") 2>conftest.er1
21513 grep -v '^ *+' conftest.er1 >conftest.err
21515 cat conftest.err >&5
21516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21517 (exit $ac_status); } && {
21518 test -z "$ac_c_werror_flag" ||
21519 test ! -s conftest.err
21520 } && test -s conftest.$ac_objext; then
21521 ac_cv_member_struct_stat_st_atim=yes
21523 echo "$as_me: failed program was:" >&5
21524 sed 's/^/| /' conftest.$ac_ext >&5
21526 ac_cv_member_struct_stat_st_atim=no
21529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21534 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21535 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21536 if test $ac_cv_member_struct_stat_st_atim = yes; then
21538 cat >>confdefs.h <<_ACEOF
21539 #define HAVE_STRUCT_STAT_ST_ATIM 1
21546 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21547 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21548 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21549 echo $ECHO_N "(cached) $ECHO_C" >&6
21551 cat >conftest.$ac_ext <<_ACEOF
21554 cat confdefs.h >>conftest.$ac_ext
21555 cat >>conftest.$ac_ext <<_ACEOF
21556 /* end confdefs.h. */
21557 #ifdef HAVE_SYS_TYPES_H
21558 #include <sys/types.h>
21560 #ifdef HAVE_NETINET_IN_H
21561 #include <netinet/in.h>
21567 static struct sockaddr_in6 ac_aggr;
21568 if (ac_aggr.sin6_scope_id)
21574 rm -f conftest.$ac_objext
21575 if { (ac_try="$ac_compile"
21576 case "(($ac_try" in
21577 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21578 *) ac_try_echo
=$ac_try;;
21580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21581 (eval "$ac_compile") 2>conftest.er1
21583 grep -v '^ *+' conftest.er1
>conftest.err
21585 cat conftest.err
>&5
21586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21587 (exit $ac_status); } && {
21588 test -z "$ac_c_werror_flag" ||
21589 test ! -s conftest.err
21590 } && test -s conftest.
$ac_objext; then
21591 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21593 echo "$as_me: failed program was:" >&5
21594 sed 's/^/| /' conftest.
$ac_ext >&5
21596 cat >conftest.
$ac_ext <<_ACEOF
21599 cat confdefs.h
>>conftest.
$ac_ext
21600 cat >>conftest.
$ac_ext <<_ACEOF
21601 /* end confdefs.h. */
21602 #ifdef HAVE_SYS_TYPES_H
21603 #include <sys/types.h>
21605 #ifdef HAVE_NETINET_IN_H
21606 #include <netinet/in.h>
21612 static struct sockaddr_in6 ac_aggr;
21613 if (sizeof ac_aggr.sin6_scope_id)
21619 rm -f conftest.
$ac_objext
21620 if { (ac_try
="$ac_compile"
21621 case "(($ac_try" in
21622 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21623 *) ac_try_echo=$ac_try;;
21625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21626 (eval "$ac_compile") 2>conftest.er1
21628 grep -v '^ *+' conftest.er1 >conftest.err
21630 cat conftest.err >&5
21631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21632 (exit $ac_status); } && {
21633 test -z "$ac_c_werror_flag" ||
21634 test ! -s conftest.err
21635 } && test -s conftest.$ac_objext; then
21636 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21638 echo "$as_me: failed program was:" >&5
21639 sed 's/^/| /' conftest.$ac_ext >&5
21641 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21649 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21650 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21651 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21653 cat >>confdefs.h <<_ACEOF
21654 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21661 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21662 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21663 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21664 echo $ECHO_N "(cached) $ECHO_C" >&6
21666 cat >conftest.$ac_ext <<_ACEOF
21669 cat confdefs.h >>conftest.$ac_ext
21670 cat >>conftest.$ac_ext <<_ACEOF
21671 /* end confdefs.h. */
21672 #ifdef HAVE_SYS_TYPES_H
21673 #include <sys/types.h>
21675 #ifdef HAVE_NETINET_IN_H
21676 # include <netinet/in.h>
21678 #ifdef HAVE_ARPA_NAMESER_H
21679 # include <arpa/nameser.h>
21685 static ns_msg ac_aggr;
21686 if (ac_aggr._msg_ptr)
21692 rm -f conftest.$ac_objext
21693 if { (ac_try="$ac_compile"
21694 case "(($ac_try" in
21695 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21696 *) ac_try_echo
=$ac_try;;
21698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21699 (eval "$ac_compile") 2>conftest.er1
21701 grep -v '^ *+' conftest.er1
>conftest.err
21703 cat conftest.err
>&5
21704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21705 (exit $ac_status); } && {
21706 test -z "$ac_c_werror_flag" ||
21707 test ! -s conftest.err
21708 } && test -s conftest.
$ac_objext; then
21709 ac_cv_member_ns_msg__msg_ptr
=yes
21711 echo "$as_me: failed program was:" >&5
21712 sed 's/^/| /' conftest.
$ac_ext >&5
21714 cat >conftest.
$ac_ext <<_ACEOF
21717 cat confdefs.h
>>conftest.
$ac_ext
21718 cat >>conftest.
$ac_ext <<_ACEOF
21719 /* end confdefs.h. */
21720 #ifdef HAVE_SYS_TYPES_H
21721 #include <sys/types.h>
21723 #ifdef HAVE_NETINET_IN_H
21724 # include <netinet/in.h>
21726 #ifdef HAVE_ARPA_NAMESER_H
21727 # include <arpa/nameser.h>
21733 static ns_msg ac_aggr;
21734 if (sizeof ac_aggr._msg_ptr)
21740 rm -f conftest.
$ac_objext
21741 if { (ac_try
="$ac_compile"
21742 case "(($ac_try" in
21743 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21744 *) ac_try_echo=$ac_try;;
21746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21747 (eval "$ac_compile") 2>conftest.er1
21749 grep -v '^ *+' conftest.er1 >conftest.err
21751 cat conftest.err >&5
21752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21753 (exit $ac_status); } && {
21754 test -z "$ac_c_werror_flag" ||
21755 test ! -s conftest.err
21756 } && test -s conftest.$ac_objext; then
21757 ac_cv_member_ns_msg__msg_ptr=yes
21759 echo "$as_me: failed program was:" >&5
21760 sed 's/^/| /' conftest.$ac_ext >&5
21762 ac_cv_member_ns_msg__msg_ptr=no
21765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21770 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21771 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21772 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21774 cat >>confdefs.h <<_ACEOF
21775 #define HAVE_NS_MSG__MSG_PTR 1
21782 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21783 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21784 if test "${ac_cv_have_timezone+set}" = set; then
21785 echo $ECHO_N "(cached) $ECHO_C" >&6
21787 cat >conftest.$ac_ext <<_ACEOF
21790 cat confdefs.h >>conftest.$ac_ext
21791 cat >>conftest.$ac_ext <<_ACEOF
21792 /* end confdefs.h. */
21802 rm -f conftest.$ac_objext conftest$ac_exeext
21803 if { (ac_try="$ac_link"
21804 case "(($ac_try" in
21805 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21806 *) ac_try_echo
=$ac_try;;
21808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21809 (eval "$ac_link") 2>conftest.er1
21811 grep -v '^ *+' conftest.er1
>conftest.err
21813 cat conftest.err
>&5
21814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21815 (exit $ac_status); } && {
21816 test -z "$ac_c_werror_flag" ||
21817 test ! -s conftest.err
21818 } && test -s conftest
$ac_exeext &&
21819 $as_test_x conftest
$ac_exeext; then
21820 ac_cv_have_timezone
="yes"
21822 echo "$as_me: failed program was:" >&5
21823 sed 's/^/| /' conftest.
$ac_ext >&5
21825 ac_cv_have_timezone
="no"
21828 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21829 conftest
$ac_exeext conftest.
$ac_ext
21831 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21832 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21833 if test "$ac_cv_have_timezone" = "yes"
21836 cat >>confdefs.h
<<\_ACEOF
21837 #define HAVE_TIMEZONE 1
21841 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21842 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21843 if test "${ac_cv_have_daylight+set}" = set; then
21844 echo $ECHO_N "(cached) $ECHO_C" >&6
21846 cat >conftest.
$ac_ext <<_ACEOF
21849 cat confdefs.h
>>conftest.
$ac_ext
21850 cat >>conftest.
$ac_ext <<_ACEOF
21851 /* end confdefs.h. */
21861 rm -f conftest.
$ac_objext conftest
$ac_exeext
21862 if { (ac_try
="$ac_link"
21863 case "(($ac_try" in
21864 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21865 *) ac_try_echo=$ac_try;;
21867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21868 (eval "$ac_link") 2>conftest.er1
21870 grep -v '^ *+' conftest.er1 >conftest.err
21872 cat conftest.err >&5
21873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21874 (exit $ac_status); } && {
21875 test -z "$ac_c_werror_flag" ||
21876 test ! -s conftest.err
21877 } && test -s conftest$ac_exeext &&
21878 $as_test_x conftest$ac_exeext; then
21879 ac_cv_have_daylight="yes"
21881 echo "$as_me: failed program was:" >&5
21882 sed 's/^/| /' conftest.$ac_ext >&5
21884 ac_cv_have_daylight="no"
21887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21888 conftest$ac_exeext conftest.$ac_ext
21890 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21891 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21892 if test "$ac_cv_have_daylight" = "yes"
21895 cat >>confdefs.h <<\_ACEOF
21896 #define HAVE_DAYLIGHT 1
21901 { echo "$as_me:$LINENO: checking for isinf" >&5
21902 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21903 if test "${ac_cv_have_isinf+set}" = set; then
21904 echo $ECHO_N "(cached) $ECHO_C" >&6
21906 cat >conftest.$ac_ext <<_ACEOF
21909 cat confdefs.h >>conftest.$ac_ext
21910 cat >>conftest.$ac_ext <<_ACEOF
21911 /* end confdefs.h. */
21916 float f = 0.0; int i=isinf(f)
21921 rm -f conftest.$ac_objext conftest$ac_exeext
21922 if { (ac_try="$ac_link"
21923 case "(($ac_try" in
21924 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21925 *) ac_try_echo
=$ac_try;;
21927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21928 (eval "$ac_link") 2>conftest.er1
21930 grep -v '^ *+' conftest.er1
>conftest.err
21932 cat conftest.err
>&5
21933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21934 (exit $ac_status); } && {
21935 test -z "$ac_c_werror_flag" ||
21936 test ! -s conftest.err
21937 } && test -s conftest
$ac_exeext &&
21938 $as_test_x conftest
$ac_exeext; then
21939 ac_cv_have_isinf
="yes"
21941 echo "$as_me: failed program was:" >&5
21942 sed 's/^/| /' conftest.
$ac_ext >&5
21944 ac_cv_have_isinf
="no"
21947 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21948 conftest
$ac_exeext conftest.
$ac_ext
21950 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21951 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21952 if test "$ac_cv_have_isinf" = "yes"
21955 cat >>confdefs.h
<<\_ACEOF
21956 #define HAVE_ISINF 1
21963 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21964 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21965 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21966 echo $ECHO_N "(cached) $ECHO_C" >&6
21968 cat >conftest.
$ac_ext <<_ACEOF
21971 cat confdefs.h
>>conftest.
$ac_ext
21972 cat >>conftest.
$ac_ext <<_ACEOF
21973 /* end confdefs.h. */
21978 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21979 $EGREP "yes" >/dev
/null
2>&1; then
21980 ac_cv_cpp_def___i386__
=yes
21982 ac_cv_cpp_def___i386__
=no
21987 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21988 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21989 if test $ac_cv_cpp_def___i386__ = yes; then
21990 CFLAGS
="$CFLAGS -D__i386__"
21991 LINTFLAGS
="$LINTFLAGS -D__i386__"
21994 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21995 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21996 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21997 echo $ECHO_N "(cached) $ECHO_C" >&6
21999 cat >conftest.
$ac_ext <<_ACEOF
22002 cat confdefs.h
>>conftest.
$ac_ext
22003 cat >>conftest.
$ac_ext <<_ACEOF
22004 /* end confdefs.h. */
22009 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22010 $EGREP "yes" >/dev
/null
2>&1; then
22011 ac_cv_cpp_def___x86_64__
=yes
22013 ac_cv_cpp_def___x86_64__
=no
22018 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22019 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22020 if test $ac_cv_cpp_def___x86_64__ = yes; then
22021 CFLAGS
="$CFLAGS -D__x86_64__"
22022 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22025 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22026 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22027 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22028 echo $ECHO_N "(cached) $ECHO_C" >&6
22030 cat >conftest.
$ac_ext <<_ACEOF
22033 cat confdefs.h
>>conftest.
$ac_ext
22034 cat >>conftest.
$ac_ext <<_ACEOF
22035 /* end confdefs.h. */
22040 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22041 $EGREP "yes" >/dev
/null
2>&1; then
22042 ac_cv_cpp_def___ALPHA__
=yes
22044 ac_cv_cpp_def___ALPHA__
=no
22049 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22050 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22051 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22052 CFLAGS
="$CFLAGS -D__ALPHA__"
22053 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22056 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22057 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22058 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22059 echo $ECHO_N "(cached) $ECHO_C" >&6
22061 cat >conftest.
$ac_ext <<_ACEOF
22064 cat confdefs.h
>>conftest.
$ac_ext
22065 cat >>conftest.
$ac_ext <<_ACEOF
22066 /* end confdefs.h. */
22071 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22072 $EGREP "yes" >/dev
/null
2>&1; then
22073 ac_cv_cpp_def___sparc__
=yes
22075 ac_cv_cpp_def___sparc__
=no
22080 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22081 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22082 if test $ac_cv_cpp_def___sparc__ = yes; then
22083 CFLAGS
="$CFLAGS -D__sparc__"
22084 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22087 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22088 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22089 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22090 echo $ECHO_N "(cached) $ECHO_C" >&6
22092 cat >conftest.
$ac_ext <<_ACEOF
22095 cat confdefs.h
>>conftest.
$ac_ext
22096 cat >>conftest.
$ac_ext <<_ACEOF
22097 /* end confdefs.h. */
22098 #ifndef __powerpc__
22102 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22103 $EGREP "yes" >/dev
/null
2>&1; then
22104 ac_cv_cpp_def___powerpc__
=yes
22106 ac_cv_cpp_def___powerpc__
=no
22111 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22112 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22113 if test $ac_cv_cpp_def___powerpc__ = yes; then
22114 CFLAGS
="$CFLAGS -D__powerpc__"
22115 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
22120 case $host_vendor in
22121 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22122 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22123 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22124 echo $ECHO_N "(cached) $ECHO_C" >&6
22126 cat >conftest.
$ac_ext <<_ACEOF
22129 cat confdefs.h
>>conftest.
$ac_ext
22130 cat >>conftest.
$ac_ext <<_ACEOF
22131 /* end confdefs.h. */
22136 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22137 $EGREP "yes" >/dev
/null
2>&1; then
22138 ac_cv_cpp_def___sun__
=yes
22140 ac_cv_cpp_def___sun__
=no
22145 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22146 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22147 if test $ac_cv_cpp_def___sun__ = yes; then
22148 CFLAGS
="$CFLAGS -D__sun__"
22149 LINTFLAGS
="$LINTFLAGS -D__sun__"
22155 DEPENDENCIES
="### Dependencies:
22160 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22162 \$(OBJS): \$(IDL_GEN_HEADERS)
22163 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22164 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22165 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22166 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22173 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
22182 ALL_PROGRAM_DIRS
=""
22184 ALL_PROGRAM_INSTALL_DIRS
=""
22186 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
22192 ac_config_commands
="$ac_config_commands include/stamp-h"
22195 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
22197 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
22199 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
22201 ac_config_commands
="$ac_config_commands dlls/user32/resources"
22203 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
22205 ac_config_commands
="$ac_config_commands include/wine"
22208 ALL_MAKERULES
="$ALL_MAKERULES \\
22210 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22211 Make.rules: Make.rules.in"
22212 MAKE_RULES
=Make.rules
22213 ac_config_files
="$ac_config_files Make.rules"
22215 ALL_MAKERULES
="$ALL_MAKERULES \\
22216 dlls/Makedll.rules"
22217 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22218 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22219 MAKE_DLL_RULES
=dlls
/Makedll.rules
22220 ac_config_files
="$ac_config_files dlls/Makedll.rules"
22222 ALL_MAKERULES
="$ALL_MAKERULES \\
22223 dlls/Makeimplib.rules"
22224 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22225 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22226 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
22227 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
22229 ALL_MAKERULES
="$ALL_MAKERULES \\
22230 dlls/Maketest.rules"
22231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22232 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22233 MAKE_TEST_RULES
=dlls
/Maketest.rules
22234 ac_config_files
="$ac_config_files dlls/Maketest.rules"
22236 ALL_MAKERULES
="$ALL_MAKERULES \\
22237 programs/Makeprog.rules"
22238 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22239 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22240 MAKE_PROG_RULES
=programs
/Makeprog.rules
22241 ac_config_files
="$ac_config_files programs/Makeprog.rules"
22246 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22247 Makefile: Makefile.in Make.rules"
22248 ac_config_files
="$ac_config_files Makefile"
22250 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22253 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22254 dlls/Makefile: dlls/Makefile.in Make.rules"
22255 ac_config_files
="$ac_config_files dlls/Makefile"
22257 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22258 dlls/acledit/Makefile"
22259 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22261 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22262 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22263 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
22265 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22266 dlls/activeds/Makefile"
22267 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22270 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22271 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
22273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22274 dlls/actxprxy/Makefile"
22275 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22277 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22278 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22279 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
22281 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22282 dlls/adsiid/Makefile"
22283 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
22285 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22286 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22287 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
22289 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22290 dlls/advapi32/Makefile"
22291 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22293 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22294 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22295 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
22297 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22298 dlls/advapi32/tests/Makefile"
22299 test "x$enable_advapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22301 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22302 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22303 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
22305 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22306 dlls/advpack/Makefile"
22307 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22309 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22310 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22311 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
22313 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22314 dlls/advpack/tests/Makefile"
22315 test "x$enable_advpack_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22317 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22318 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22319 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
22321 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22322 dlls/amstream/Makefile"
22323 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22325 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22326 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22327 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
22329 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22330 dlls/appwiz.cpl/Makefile"
22331 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22333 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22334 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22335 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
22337 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22339 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22341 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22342 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22343 ac_config_files
="$ac_config_files dlls/atl/Makefile"
22345 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22346 dlls/avicap32/Makefile"
22347 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22349 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22350 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22351 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
22353 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22354 dlls/avifil32/Makefile"
22355 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22357 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22358 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22359 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
22361 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22362 dlls/browseui/Makefile"
22363 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22365 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22366 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22367 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
22369 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22370 dlls/browseui/tests/Makefile"
22371 test "x$enable_browseui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22374 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22375 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
22377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22378 dlls/cabinet/Makefile"
22379 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22381 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22382 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22383 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
22385 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22386 dlls/cabinet/tests/Makefile"
22387 test "x$enable_cabinet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22389 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22390 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22391 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
22393 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22394 dlls/capi2032/Makefile"
22395 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22397 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22398 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22399 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
22401 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22402 dlls/cards/Makefile"
22403 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22405 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22406 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22407 ac_config_files
="$ac_config_files dlls/cards/Makefile"
22409 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22410 dlls/cfgmgr32/Makefile"
22411 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22413 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22414 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22415 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
22417 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22418 dlls/clusapi/Makefile"
22419 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22421 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22422 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22423 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
22425 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22426 dlls/comcat/Makefile"
22427 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22429 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22430 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22431 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
22433 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22434 dlls/comcat/tests/Makefile"
22435 test "x$enable_comcat_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22437 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22438 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22439 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
22441 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22442 dlls/comctl32/Makefile"
22443 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22445 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22446 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22447 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
22449 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22450 dlls/comctl32/tests/Makefile"
22451 test "x$enable_comctl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22453 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22454 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22455 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
22457 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22458 dlls/comdlg32/Makefile"
22459 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22461 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22462 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22463 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
22465 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22466 dlls/comdlg32/tests/Makefile"
22467 test "x$enable_comdlg32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22469 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22470 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22471 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
22473 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22474 dlls/compstui/Makefile"
22475 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22477 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22478 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22479 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
22481 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22482 dlls/credui/Makefile"
22483 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22485 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22486 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22487 ac_config_files
="$ac_config_files dlls/credui/Makefile"
22489 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22490 dlls/credui/tests/Makefile"
22491 test "x$enable_credui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22493 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22494 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22495 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
22497 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22498 dlls/crtdll/Makefile"
22499 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22501 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22502 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22503 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
22505 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22506 dlls/crypt32/Makefile"
22507 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22509 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22510 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22511 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
22513 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22514 dlls/crypt32/tests/Makefile"
22515 test "x$enable_crypt32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22517 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22518 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22519 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
22521 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22522 dlls/cryptdlg/Makefile"
22523 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22525 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22526 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22527 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
22529 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22530 dlls/cryptdll/Makefile"
22531 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22533 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22534 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22535 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
22537 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22538 dlls/cryptnet/Makefile"
22539 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22541 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22542 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22543 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
22545 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22546 dlls/cryptnet/tests/Makefile"
22547 test "x$enable_cryptnet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22549 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22550 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22551 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
22553 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22554 dlls/cryptui/Makefile"
22555 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22557 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22558 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22559 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
22561 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22562 dlls/ctapi32/Makefile"
22563 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22565 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22566 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22567 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
22569 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22570 dlls/ctl3d32/Makefile"
22571 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22573 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22574 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22575 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
22577 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22578 dlls/d3d10/Makefile"
22579 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22581 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22582 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22583 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
22585 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22586 dlls/d3d8/Makefile"
22587 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22589 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22590 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22591 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
22593 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22594 dlls/d3d8/tests/Makefile"
22595 test "x$enable_d3d8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22597 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22598 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22599 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
22601 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22602 dlls/d3d9/Makefile"
22603 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22606 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22607 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
22609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22610 dlls/d3d9/tests/Makefile"
22611 test "x$enable_d3d9_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22613 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22614 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22615 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
22617 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22618 dlls/d3dim/Makefile"
22619 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22621 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22622 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22623 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
22625 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22626 dlls/d3drm/Makefile"
22627 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22629 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22630 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22631 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
22633 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22634 dlls/d3drm/tests/Makefile"
22635 test "x$enable_d3drm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22637 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22638 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22639 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
22641 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22642 dlls/d3dx8/Makefile"
22643 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22645 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22646 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22647 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
22649 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22650 dlls/d3dx8/tests/Makefile"
22651 test "x$enable_d3dx8_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22653 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22654 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22655 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
22657 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22658 dlls/d3dx9_24/Makefile"
22659 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22661 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22662 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22663 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
22665 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22666 dlls/d3dx9_25/Makefile"
22667 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22669 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22670 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22671 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
22673 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22674 dlls/d3dx9_26/Makefile"
22675 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22677 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22678 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22679 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
22681 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22682 dlls/d3dx9_27/Makefile"
22683 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22685 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22686 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22687 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
22689 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22690 dlls/d3dx9_28/Makefile"
22691 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22693 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22694 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22695 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
22697 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22698 dlls/d3dx9_29/Makefile"
22699 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22701 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22702 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22703 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
22705 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22706 dlls/d3dx9_30/Makefile"
22707 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22709 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22710 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22711 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
22713 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22714 dlls/d3dx9_31/Makefile"
22715 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22717 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22718 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22719 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
22721 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22722 dlls/d3dx9_32/Makefile"
22723 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22725 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22726 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22727 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
22729 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22730 dlls/d3dx9_33/Makefile"
22731 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22733 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22734 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22735 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
22737 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22738 dlls/d3dx9_34/Makefile"
22739 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22741 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22742 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22743 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
22745 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22746 dlls/d3dx9_35/Makefile"
22747 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22749 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22750 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22751 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
22753 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22754 dlls/d3dx9_36/Makefile"
22755 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22757 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22758 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22759 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
22761 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22762 dlls/d3dx9_36/tests/Makefile"
22763 test "x$enable_d3dx9_36_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22765 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22766 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22767 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22769 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22770 dlls/d3dx9_37/Makefile"
22771 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22773 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22774 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22775 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
22777 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22778 dlls/d3dxof/Makefile"
22779 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22781 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22782 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22783 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
22785 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22786 dlls/d3dxof/tests/Makefile"
22787 test "x$enable_d3dxof_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22789 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22790 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22791 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
22793 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22794 dlls/dbghelp/Makefile"
22795 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22797 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22798 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22799 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
22801 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22802 dlls/dciman32/Makefile"
22803 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22805 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22806 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22807 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
22809 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22810 dlls/ddraw/Makefile"
22811 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22813 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22814 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22815 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
22817 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22818 dlls/ddraw/tests/Makefile"
22819 test "x$enable_ddraw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22821 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22822 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22823 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
22825 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22826 dlls/ddrawex/Makefile"
22827 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22829 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22830 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22831 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
22833 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22834 dlls/devenum/Makefile"
22835 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22837 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22838 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22839 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
22841 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22842 dlls/dinput/Makefile"
22843 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22845 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22846 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22847 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
22849 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22850 dlls/dinput/tests/Makefile"
22851 test "x$enable_dinput_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22853 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22854 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22855 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
22857 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22858 dlls/dinput8/Makefile"
22859 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22861 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22862 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22863 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
22865 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22866 dlls/dmband/Makefile"
22867 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22869 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22870 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22871 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
22873 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22874 dlls/dmcompos/Makefile"
22875 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22877 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22878 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22879 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
22881 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22882 dlls/dmime/Makefile"
22883 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22885 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22886 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22887 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
22889 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22890 dlls/dmloader/Makefile"
22891 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22893 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22894 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22895 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
22897 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22898 dlls/dmscript/Makefile"
22899 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22901 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22902 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22903 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
22905 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22906 dlls/dmstyle/Makefile"
22907 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22909 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22910 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22911 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
22913 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22914 dlls/dmsynth/Makefile"
22915 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22917 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22918 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22919 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
22921 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22922 dlls/dmusic/Makefile"
22923 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22925 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22926 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22927 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
22929 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22930 dlls/dmusic32/Makefile"
22931 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22933 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22934 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22935 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
22937 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22938 dlls/dnsapi/Makefile"
22939 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22941 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22942 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22943 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
22945 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22946 dlls/dnsapi/tests/Makefile"
22947 test "x$enable_dnsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22949 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22950 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22951 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
22953 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22954 dlls/dplay/Makefile"
22955 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22957 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22958 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22959 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
22961 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22962 dlls/dplayx/Makefile"
22963 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22965 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22966 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22967 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
22969 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22970 dlls/dplayx/tests/Makefile"
22971 test "x$enable_dplayx_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
22973 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22974 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22975 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
22977 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22978 dlls/dpnaddr/Makefile"
22979 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22981 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22982 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22983 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
22985 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22986 dlls/dpnet/Makefile"
22987 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22989 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22990 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22991 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
22993 ALL_MAKEFILES
="$ALL_MAKEFILES \\
22994 dlls/dpnhpast/Makefile"
22995 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
22997 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22998 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
22999 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
23001 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23002 dlls/dpnlobby/Makefile"
23003 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23005 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23006 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23007 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
23009 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23010 dlls/dpwsockx/Makefile"
23011 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23013 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23014 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23015 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
23017 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23018 dlls/dsound/Makefile"
23019 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23021 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23022 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23023 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
23025 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23026 dlls/dsound/tests/Makefile"
23027 test "x$enable_dsound_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23029 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23030 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23031 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
23033 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23034 dlls/dssenh/Makefile"
23035 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23037 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23038 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23039 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
23041 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23042 dlls/dswave/Makefile"
23043 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23045 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23046 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23047 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
23049 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23050 dlls/dwmapi/Makefile"
23051 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23053 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23054 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23055 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
23057 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23058 dlls/dxdiagn/Makefile"
23059 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23061 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23062 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23063 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
23065 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23066 dlls/dxerr8/Makefile"
23067 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23069 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23070 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23071 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
23073 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23074 dlls/dxerr9/Makefile"
23075 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23077 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23078 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23079 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
23081 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23082 dlls/dxguid/Makefile"
23083 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23085 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23086 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23087 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
23089 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23090 dlls/faultrep/Makefile"
23091 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23093 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23094 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23095 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
23097 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23098 dlls/fusion/Makefile"
23099 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23101 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23102 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23103 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
23105 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23106 dlls/fusion/tests/Makefile"
23107 test "x$enable_fusion_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23109 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23110 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23111 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
23113 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23114 dlls/gdi32/Makefile"
23115 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23117 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23118 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23119 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
23121 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23122 dlls/gdi32/tests/Makefile"
23123 test "x$enable_gdi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23125 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23126 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23127 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
23129 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23130 dlls/gdiplus/Makefile"
23131 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23133 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23134 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23135 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
23137 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23138 dlls/gdiplus/tests/Makefile"
23139 test "x$enable_gdiplus_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23141 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23142 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23143 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
23145 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23146 dlls/glu32/Makefile"
23147 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23149 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23150 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23151 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
23153 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23154 dlls/gphoto2.ds/Makefile"
23155 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23157 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23158 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23159 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
23161 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23162 dlls/gpkcsp/Makefile"
23163 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23165 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23166 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23167 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
23169 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23171 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23173 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23174 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23175 ac_config_files
="$ac_config_files dlls/hal/Makefile"
23177 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23178 dlls/hhctrl.ocx/Makefile"
23179 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23181 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23182 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23183 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
23185 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23187 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23189 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23190 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23191 ac_config_files
="$ac_config_files dlls/hid/Makefile"
23193 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23194 dlls/hlink/Makefile"
23195 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23197 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23198 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23199 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
23201 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23202 dlls/hlink/tests/Makefile"
23203 test "x$enable_hlink_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23205 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23206 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23207 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
23209 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23210 dlls/hnetcfg/Makefile"
23211 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23213 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23214 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23215 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
23217 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23218 dlls/iccvid/Makefile"
23219 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23221 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23222 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23223 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
23225 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23226 dlls/icmp/Makefile"
23227 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23229 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23230 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23231 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
23233 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23234 dlls/ifsmgr.vxd/Makefile"
23235 test "x$enable_ifsmgr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23237 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23238 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23239 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23241 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23242 dlls/imaadp32.acm/Makefile"
23243 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23245 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23246 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23247 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
23249 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23250 dlls/imagehlp/Makefile"
23251 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23253 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23254 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23255 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
23257 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23258 dlls/imm32/Makefile"
23259 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23261 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23262 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23263 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
23265 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23266 dlls/imm32/tests/Makefile"
23267 test "x$enable_imm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23270 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23271 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
23273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23274 dlls/inetcomm/Makefile"
23275 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23277 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23278 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23279 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
23281 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23282 dlls/inetcomm/tests/Makefile"
23283 test "x$enable_inetcomm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23285 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23286 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23287 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
23289 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23290 dlls/inetmib1/Makefile"
23291 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23293 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23294 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23295 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
23297 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23298 dlls/inetmib1/tests/Makefile"
23299 test "x$enable_inetmib1_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23301 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23302 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23303 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
23305 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23306 dlls/infosoft/Makefile"
23307 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23309 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23310 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23311 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
23313 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23314 dlls/infosoft/tests/Makefile"
23315 test "x$enable_infosoft_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23317 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23318 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23319 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
23321 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23322 dlls/initpki/Makefile"
23323 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23325 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23326 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23327 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
23329 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23330 dlls/inkobj/Makefile"
23331 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23333 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23334 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23335 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
23337 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23338 dlls/inseng/Makefile"
23339 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23341 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23342 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23343 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
23345 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23346 dlls/iphlpapi/Makefile"
23347 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23349 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23350 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23351 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
23353 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23354 dlls/iphlpapi/tests/Makefile"
23355 test "x$enable_iphlpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23357 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23358 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23359 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
23361 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23362 dlls/itircl/Makefile"
23363 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23365 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23366 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23367 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
23369 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23370 dlls/itss/Makefile"
23371 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23374 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23375 ac_config_files
="$ac_config_files dlls/itss/Makefile"
23377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23378 dlls/itss/tests/Makefile"
23379 test "x$enable_itss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23381 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23382 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23383 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
23385 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23386 dlls/jscript/Makefile"
23387 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23389 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23390 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23391 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
23393 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23394 dlls/jscript/tests/Makefile"
23395 test "x$enable_jscript_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23397 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23398 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23399 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
23401 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23402 dlls/kernel32/Makefile"
23403 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23405 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23406 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23407 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
23409 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23410 dlls/kernel32/tests/Makefile"
23411 test "x$enable_kernel32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23413 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23414 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23415 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
23417 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23418 dlls/localspl/Makefile"
23419 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23421 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23422 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23423 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
23425 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23426 dlls/localspl/tests/Makefile"
23427 test "x$enable_localspl_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23429 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23430 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23431 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
23433 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23434 dlls/localui/Makefile"
23435 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23437 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23438 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23439 ac_config_files
="$ac_config_files dlls/localui/Makefile"
23441 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23442 dlls/localui/tests/Makefile"
23443 test "x$enable_localui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23445 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23446 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23447 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
23449 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23450 dlls/lz32/Makefile"
23451 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23453 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23454 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23455 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
23457 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23458 dlls/lz32/tests/Makefile"
23459 test "x$enable_lz32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23461 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23462 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23463 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
23465 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23466 dlls/mapi32/Makefile"
23467 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23469 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23470 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23471 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
23473 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23474 dlls/mapi32/tests/Makefile"
23475 test "x$enable_mapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23477 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23478 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23479 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
23481 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23482 dlls/mciavi32/Makefile"
23483 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23485 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23486 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23487 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
23489 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23490 dlls/mcicda/Makefile"
23491 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23493 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23494 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23495 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
23497 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23498 dlls/mciseq/Makefile"
23499 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23501 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23502 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23503 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
23505 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23506 dlls/mciwave/Makefile"
23507 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23509 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23510 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23511 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
23513 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23514 dlls/midimap/Makefile"
23515 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23517 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23518 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23519 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
23521 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23522 dlls/mlang/Makefile"
23523 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23525 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23526 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23527 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
23529 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23530 dlls/mlang/tests/Makefile"
23531 test "x$enable_mlang_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23533 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23534 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23535 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
23537 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23538 dlls/mmdevldr.vxd/Makefile"
23539 test "x$enable_mmdevldr_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23541 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23542 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23543 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23545 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23546 dlls/monodebg.vxd/Makefile"
23547 test "x$enable_monodebg_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23549 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23550 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23551 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
23553 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23554 dlls/mountmgr.sys/Makefile"
23555 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23557 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23558 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23559 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
23561 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23563 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23565 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23566 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23567 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
23569 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23570 dlls/mprapi/Makefile"
23571 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23573 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23574 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23575 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
23577 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23578 dlls/msacm32.drv/Makefile"
23579 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23581 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23582 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23583 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
23585 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23586 dlls/msacm32/Makefile"
23587 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23589 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23590 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23591 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
23593 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23594 dlls/msacm32/tests/Makefile"
23595 test "x$enable_msacm32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23597 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23598 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23599 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
23601 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23602 dlls/msadp32.acm/Makefile"
23603 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23606 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23607 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
23609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23610 dlls/mscat32/Makefile"
23611 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23613 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23614 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23615 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
23617 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23618 dlls/mscms/Makefile"
23619 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23621 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23622 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23623 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
23625 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23626 dlls/mscms/tests/Makefile"
23627 test "x$enable_mscms_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23629 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23630 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23631 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
23633 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23634 dlls/mscoree/Makefile"
23635 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23637 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23638 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23639 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
23641 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23642 dlls/msdmo/Makefile"
23643 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23645 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23646 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23647 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
23649 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23650 dlls/msftedit/Makefile"
23651 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23653 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23654 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23655 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
23657 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23658 dlls/msg711.acm/Makefile"
23659 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23661 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23662 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23663 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
23665 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23666 dlls/mshtml.tlb/Makefile"
23667 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23669 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23670 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23671 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
23673 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23674 dlls/mshtml/Makefile"
23675 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23677 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23678 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23679 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
23681 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23682 dlls/mshtml/tests/Makefile"
23683 test "x$enable_mshtml_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23685 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23686 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23687 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
23689 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23691 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23693 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23694 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23695 ac_config_files
="$ac_config_files dlls/msi/Makefile"
23697 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23698 dlls/msi/tests/Makefile"
23699 test "x$enable_msi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23701 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23702 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23703 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
23705 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23706 dlls/msimg32/Makefile"
23707 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23709 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23710 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23711 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
23713 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23714 dlls/msimtf/Makefile"
23715 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23717 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23718 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23719 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
23721 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23722 dlls/msisip/Makefile"
23723 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23725 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23726 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23727 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
23729 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23730 dlls/msisys.ocx/Makefile"
23731 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23733 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23734 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23735 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
23737 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23738 dlls/msnet32/Makefile"
23739 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23741 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23742 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23743 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
23745 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23746 dlls/msrle32/Makefile"
23747 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23749 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23750 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23751 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
23753 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23754 dlls/mssip32/Makefile"
23755 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23757 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23758 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23759 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
23761 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23762 dlls/mstask/Makefile"
23763 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23765 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23766 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23767 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
23769 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23770 dlls/mstask/tests/Makefile"
23771 test "x$enable_mstask_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23773 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23774 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23775 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
23777 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23778 dlls/msvcirt/Makefile"
23779 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23781 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23782 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23783 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
23785 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23786 dlls/msvcr71/Makefile"
23787 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23789 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23790 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23791 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
23793 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23794 dlls/msvcrt/Makefile"
23795 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23797 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23798 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23799 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
23801 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23802 dlls/msvcrt/tests/Makefile"
23803 test "x$enable_msvcrt_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23805 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23806 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23807 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
23809 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23810 dlls/msvcrt20/Makefile"
23811 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23813 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23814 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23815 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
23817 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23818 dlls/msvcrt40/Makefile"
23819 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23821 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23822 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23823 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
23825 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23826 dlls/msvcrtd/Makefile"
23827 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23829 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23830 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23831 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
23833 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23834 dlls/msvcrtd/tests/Makefile"
23835 test "x$enable_msvcrtd_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23837 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23838 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23839 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
23841 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23842 dlls/msvfw32/Makefile"
23843 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23845 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23846 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23847 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
23849 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23850 dlls/msvidc32/Makefile"
23851 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23853 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23854 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23855 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
23857 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23858 dlls/mswsock/Makefile"
23859 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23861 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23862 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23863 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
23865 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23866 dlls/msxml3/Makefile"
23867 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23869 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23870 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23871 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
23873 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23874 dlls/msxml3/tests/Makefile"
23875 test "x$enable_msxml3_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23877 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23878 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23879 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
23881 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23882 dlls/nddeapi/Makefile"
23883 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23885 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23886 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23887 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
23889 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23890 dlls/netapi32/Makefile"
23891 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23893 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23894 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23895 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
23897 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23898 dlls/netapi32/tests/Makefile"
23899 test "x$enable_netapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23901 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23902 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23903 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
23905 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23906 dlls/newdev/Makefile"
23907 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23909 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23910 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23911 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
23913 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23914 dlls/ntdll/Makefile"
23915 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23917 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23918 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23919 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
23921 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23922 dlls/ntdll/tests/Makefile"
23923 test "x$enable_ntdll_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23925 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23926 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23927 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
23929 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23930 dlls/ntdsapi/Makefile"
23931 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23933 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23934 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23935 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
23937 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23938 dlls/ntdsapi/tests/Makefile"
23939 test "x$enable_ntdsapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23941 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23942 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23943 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
23945 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23946 dlls/ntoskrnl.exe/Makefile"
23947 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23949 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23950 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23951 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23953 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23954 dlls/ntprint/Makefile"
23955 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23957 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23958 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23959 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
23961 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23962 dlls/ntprint/tests/Makefile"
23963 test "x$enable_ntprint_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23965 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23966 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23967 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
23969 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23970 dlls/objsel/Makefile"
23971 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23973 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23974 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23975 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
23977 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23978 dlls/odbc32/Makefile"
23979 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23981 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23982 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23983 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
23985 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23986 dlls/odbccp32/Makefile"
23987 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23989 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23990 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23991 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
23993 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23994 dlls/odbccp32/tests/Makefile"
23995 test "x$enable_odbccp32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23997 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23998 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
23999 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
24001 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24002 dlls/ole32/Makefile"
24003 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24005 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24006 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24007 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
24009 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24010 dlls/ole32/tests/Makefile"
24011 test "x$enable_ole32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24013 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24014 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24015 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
24017 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24018 dlls/oleacc/Makefile"
24019 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24021 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24022 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24023 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
24025 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24026 dlls/oleaut32/Makefile"
24027 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24029 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24030 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24031 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
24033 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24034 dlls/oleaut32/tests/Makefile"
24035 test "x$enable_oleaut32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24037 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24038 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24039 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
24041 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24042 dlls/olecli32/Makefile"
24043 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24045 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24046 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24047 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
24049 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24050 dlls/oledlg/Makefile"
24051 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24053 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24054 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24055 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
24057 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24058 dlls/olepro32/Makefile"
24059 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24061 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24062 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24063 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
24065 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24066 dlls/olesvr32/Makefile"
24067 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24069 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24070 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24071 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
24073 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24074 dlls/olethk32/Makefile"
24075 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24077 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24078 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24079 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
24081 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24082 dlls/opengl32/Makefile"
24083 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24085 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24086 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24087 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
24089 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24090 dlls/opengl32/tests/Makefile"
24091 test "x$enable_opengl32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24093 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24094 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24095 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
24097 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24099 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24101 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24102 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24103 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
24105 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24106 dlls/pdh/tests/Makefile"
24107 test "x$enable_pdh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24109 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24110 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24111 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
24113 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24114 dlls/powrprof/Makefile"
24115 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24117 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24118 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24119 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
24121 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24122 dlls/printui/Makefile"
24123 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24125 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24126 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24127 ac_config_files
="$ac_config_files dlls/printui/Makefile"
24129 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24130 dlls/propsys/Makefile"
24131 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24133 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24134 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24135 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
24137 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24138 dlls/psapi/Makefile"
24139 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24141 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24142 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24143 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
24145 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24146 dlls/psapi/tests/Makefile"
24147 test "x$enable_psapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24149 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24150 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24151 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
24153 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24154 dlls/pstorec/Makefile"
24155 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24157 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24158 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24159 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
24161 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24162 dlls/qcap/Makefile"
24163 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24165 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24166 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24167 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
24169 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24170 dlls/qedit/Makefile"
24171 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24173 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24174 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24175 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
24177 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24178 dlls/qedit/tests/Makefile"
24179 test "x$enable_qedit_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24181 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24182 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24183 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
24185 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24186 dlls/qmgr/Makefile"
24187 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24189 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24190 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24191 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
24193 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24194 dlls/qmgr/tests/Makefile"
24195 test "x$enable_qmgr_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24197 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24198 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24199 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
24201 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24202 dlls/qmgrprxy/Makefile"
24203 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24205 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24206 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24207 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
24209 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24210 dlls/quartz/Makefile"
24211 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24213 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24214 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24215 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
24217 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24218 dlls/quartz/tests/Makefile"
24219 test "x$enable_quartz_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24221 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24222 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24223 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
24225 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24226 dlls/query/Makefile"
24227 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24229 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24230 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24231 ac_config_files
="$ac_config_files dlls/query/Makefile"
24233 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24234 dlls/rasapi32/Makefile"
24235 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24237 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24238 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24239 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
24241 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24242 dlls/rasapi32/tests/Makefile"
24243 test "x$enable_rasapi32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24245 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24246 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24247 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
24249 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24250 dlls/resutils/Makefile"
24251 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24253 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24254 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24255 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
24257 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24258 dlls/riched20/Makefile"
24259 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24261 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24262 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24263 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
24265 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24266 dlls/riched20/tests/Makefile"
24267 test "x$enable_riched20_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24269 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24270 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24271 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
24273 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24274 dlls/riched32/Makefile"
24275 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24277 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24278 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24279 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
24281 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24282 dlls/riched32/tests/Makefile"
24283 test "x$enable_riched32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24285 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24286 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
24289 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24290 dlls/rpcrt4/Makefile"
24291 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24293 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24294 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24295 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
24297 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24298 dlls/rpcrt4/tests/Makefile"
24299 test "x$enable_rpcrt4_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24301 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24302 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24303 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
24305 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24306 dlls/rsabase/Makefile"
24307 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24309 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24310 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24311 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
24313 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24314 dlls/rsaenh/Makefile"
24315 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24317 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24318 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24319 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
24321 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24322 dlls/rsaenh/tests/Makefile"
24323 test "x$enable_rsaenh_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24325 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24326 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24327 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
24329 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24330 dlls/sane.ds/Makefile"
24331 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24333 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24334 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24335 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
24337 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24338 dlls/sccbase/Makefile"
24339 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24341 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24342 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24343 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
24345 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24346 dlls/schannel/Makefile"
24347 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24349 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24350 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24351 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
24353 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24354 dlls/schannel/tests/Makefile"
24355 test "x$enable_schannel_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24357 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24358 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24359 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
24361 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24362 dlls/secur32/Makefile"
24363 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24365 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24366 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24367 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
24369 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24370 dlls/secur32/tests/Makefile"
24371 test "x$enable_secur32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24373 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24374 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24375 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
24377 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24378 dlls/security/Makefile"
24379 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24381 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24382 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24383 ac_config_files
="$ac_config_files dlls/security/Makefile"
24385 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24386 dlls/sensapi/Makefile"
24387 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24389 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24390 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24391 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
24393 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24394 dlls/serialui/Makefile"
24395 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24397 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24398 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24399 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
24401 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24402 dlls/serialui/tests/Makefile"
24403 test "x$enable_serialui_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24405 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24406 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24407 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
24409 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24410 dlls/setupapi/Makefile"
24411 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24413 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24414 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24415 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
24417 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24418 dlls/setupapi/tests/Makefile"
24419 test "x$enable_setupapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24421 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24422 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24423 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
24425 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24427 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24429 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24430 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24431 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
24433 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24434 dlls/sfc_os/Makefile"
24435 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24437 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24438 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24439 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
24441 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24442 dlls/shdoclc/Makefile"
24443 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24445 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24446 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24447 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
24449 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24450 dlls/shdocvw/Makefile"
24451 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24453 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24454 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24455 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
24457 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24458 dlls/shdocvw/tests/Makefile"
24459 test "x$enable_shdocvw_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24461 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24462 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24463 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
24465 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24466 dlls/shell32/Makefile"
24467 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24469 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24470 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24471 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
24473 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24474 dlls/shell32/tests/Makefile"
24475 test "x$enable_shell32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24477 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24478 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24479 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
24481 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24482 dlls/shfolder/Makefile"
24483 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24485 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24486 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24487 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
24489 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24490 dlls/shlwapi/Makefile"
24491 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24493 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24494 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24495 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
24497 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24498 dlls/shlwapi/tests/Makefile"
24499 test "x$enable_shlwapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24501 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24502 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24503 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
24505 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24506 dlls/slbcsp/Makefile"
24507 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24509 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24510 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24511 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
24513 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24515 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24517 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24518 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24519 ac_config_files
="$ac_config_files dlls/slc/Makefile"
24521 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24522 dlls/snmpapi/Makefile"
24523 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24525 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24526 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24527 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
24529 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24530 dlls/snmpapi/tests/Makefile"
24531 test "x$enable_snmpapi_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24533 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24534 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24535 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
24537 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24538 dlls/softpub/Makefile"
24539 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24541 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24542 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24543 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
24545 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24546 dlls/spoolss/Makefile"
24547 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24549 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24550 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24551 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
24553 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24554 dlls/spoolss/tests/Makefile"
24555 test "x$enable_spoolss_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24557 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24558 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24559 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
24561 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24562 dlls/stdole2.tlb/Makefile"
24563 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24565 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24566 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24567 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
24569 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24570 dlls/stdole32.tlb/Makefile"
24571 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24573 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24574 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24575 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
24577 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24579 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24581 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24582 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24583 ac_config_files
="$ac_config_files dlls/sti/Makefile"
24585 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24586 dlls/strmiids/Makefile"
24587 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24589 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24590 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24591 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
24593 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24594 dlls/svrapi/Makefile"
24595 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24597 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24598 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24599 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
24601 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24603 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24605 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24606 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24607 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
24609 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24610 dlls/tapi32/Makefile"
24611 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24613 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24614 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24615 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
24617 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24618 dlls/twain_32/Makefile"
24619 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24621 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24622 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24623 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
24625 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24626 dlls/unicows/Makefile"
24627 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24629 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24630 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24631 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
24633 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24635 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24637 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24638 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24639 ac_config_files
="$ac_config_files dlls/url/Makefile"
24641 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24642 dlls/urlmon/Makefile"
24643 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24645 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24646 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24647 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
24649 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24650 dlls/urlmon/tests/Makefile"
24651 test "x$enable_urlmon_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24653 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24654 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24655 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
24657 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24658 dlls/user32/Makefile"
24659 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24661 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24662 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24663 ac_config_files
="$ac_config_files dlls/user32/Makefile"
24665 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24666 dlls/user32/tests/Makefile"
24667 test "x$enable_user32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24669 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24670 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24671 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
24673 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24674 dlls/userenv/Makefile"
24675 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24677 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24678 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24679 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
24681 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24682 dlls/userenv/tests/Makefile"
24683 test "x$enable_userenv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24685 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24686 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24687 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
24689 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24690 dlls/usp10/Makefile"
24691 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24693 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24694 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24695 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
24697 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24698 dlls/usp10/tests/Makefile"
24699 test "x$enable_usp10_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24701 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24702 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24703 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
24705 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24706 dlls/uuid/Makefile"
24707 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24709 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24710 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24711 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
24713 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24714 dlls/uxtheme/Makefile"
24715 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24717 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24718 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24719 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
24721 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24722 dlls/uxtheme/tests/Makefile"
24723 test "x$enable_uxtheme_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24725 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24726 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24727 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
24729 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24730 dlls/vdhcp.vxd/Makefile"
24731 test "x$enable_vdhcp_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24733 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24734 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24735 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
24737 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24738 dlls/vdmdbg/Makefile"
24739 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24741 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24742 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24743 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
24745 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24746 dlls/version/Makefile"
24747 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24749 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24750 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24751 ac_config_files
="$ac_config_files dlls/version/Makefile"
24753 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24754 dlls/version/tests/Makefile"
24755 test "x$enable_version_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24757 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24758 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24759 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
24761 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24762 dlls/vmm.vxd/Makefile"
24763 test "x$enable_vmm_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24765 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24766 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24767 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
24769 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24770 dlls/vnbt.vxd/Makefile"
24771 test "x$enable_vnbt_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24773 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24774 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24775 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
24777 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24778 dlls/vnetbios.vxd/Makefile"
24779 test "x$enable_vnetbios_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24781 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24782 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24783 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
24785 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24786 dlls/vtdapi.vxd/Makefile"
24787 test "x$enable_vtdapi_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24789 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24790 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24791 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
24793 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24794 dlls/vwin32.vxd/Makefile"
24795 test "x$enable_vwin32_vxd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24797 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24798 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24799 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
24801 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24802 dlls/w32skrnl/Makefile"
24803 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24805 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24806 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24807 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
24809 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24810 dlls/winealsa.drv/Makefile"
24811 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24813 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24814 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24815 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
24817 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24818 dlls/wineaudioio.drv/Makefile"
24819 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24821 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24822 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24823 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
24825 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24826 dlls/winecoreaudio.drv/Makefile"
24827 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24829 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24830 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24831 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24833 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24834 dlls/winecrt0/Makefile"
24835 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24837 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24838 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24839 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
24841 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24842 dlls/wined3d/Makefile"
24843 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24845 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24846 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24847 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
24849 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24850 dlls/winedos/Makefile"
24851 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24853 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24854 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24855 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
24857 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24858 dlls/wineesd.drv/Makefile"
24859 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24861 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24862 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24863 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
24865 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24866 dlls/winejack.drv/Makefile"
24867 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24869 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24870 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24871 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
24873 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24874 dlls/winejoystick.drv/Makefile"
24875 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24877 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24878 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24879 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
24881 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24882 dlls/winemp3.acm/Makefile"
24883 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24885 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24886 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24887 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
24889 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24890 dlls/winenas.drv/Makefile"
24891 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24893 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24894 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24895 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
24897 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24898 dlls/wineoss.drv/Makefile"
24899 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24901 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24902 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24903 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
24905 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24906 dlls/wineps.drv/Makefile"
24907 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24909 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24910 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24911 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
24913 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24914 dlls/winequartz.drv/Makefile"
24915 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24917 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24918 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24919 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
24921 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24922 dlls/winex11.drv/Makefile"
24923 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24925 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24926 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24927 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
24929 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24930 dlls/wing32/Makefile"
24931 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24933 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24934 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24935 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
24937 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24938 dlls/winhttp/Makefile"
24939 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24941 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24942 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24943 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
24945 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24946 dlls/winhttp/tests/Makefile"
24947 test "x$enable_winhttp_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24949 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24950 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24951 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
24953 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24954 dlls/wininet/Makefile"
24955 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24957 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24958 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24959 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
24961 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24962 dlls/wininet/tests/Makefile"
24963 test "x$enable_wininet_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24965 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24966 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24967 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
24969 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24970 dlls/winmm/Makefile"
24971 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24973 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24974 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24975 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
24977 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24978 dlls/winmm/tests/Makefile"
24979 test "x$enable_winmm_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24981 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24982 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
24985 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24986 dlls/winnls32/Makefile"
24987 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24989 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24990 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24991 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
24993 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24994 dlls/winscard/Makefile"
24995 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24997 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24998 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
24999 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
25001 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25002 dlls/winspool.drv/Makefile"
25003 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25005 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25006 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25007 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
25009 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25010 dlls/winspool.drv/tests/Makefile"
25011 test "x$enable_winspool_drv_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25012 winspool.drv/tests"
25013 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25014 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25015 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
25017 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25018 dlls/wintab32/Makefile"
25019 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25021 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25022 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25023 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
25025 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25026 dlls/wintrust/Makefile"
25027 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25029 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25030 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25031 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
25033 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25034 dlls/wintrust/tests/Makefile"
25035 test "x$enable_wintrust_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25037 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25038 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25039 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
25041 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25042 dlls/wldap32/Makefile"
25043 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25045 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25046 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25047 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
25049 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25051 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25053 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25054 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25055 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
25057 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25058 dlls/wnaspi32/Makefile"
25059 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25061 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25062 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25063 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
25065 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25066 dlls/wow32/Makefile"
25067 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25069 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25070 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25071 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
25073 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25074 dlls/ws2_32/Makefile"
25075 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25077 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25078 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25079 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
25081 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25082 dlls/ws2_32/tests/Makefile"
25083 test "x$enable_ws2_32_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25085 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25086 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25087 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
25089 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25090 dlls/wsock32/Makefile"
25091 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25093 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25094 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25095 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
25097 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25098 dlls/wtsapi32/Makefile"
25099 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25101 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25102 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25103 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
25105 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25106 documentation/Makefile"
25108 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25109 documentation/Makefile: documentation/Makefile.in Make.rules"
25110 ac_config_files
="$ac_config_files documentation/Makefile"
25112 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25115 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25116 fonts/Makefile: fonts/Makefile.in Make.rules"
25117 ac_config_files
="$ac_config_files fonts/Makefile"
25119 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25122 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25123 include/Makefile: include/Makefile.in Make.rules"
25124 ac_config_files
="$ac_config_files include/Makefile"
25126 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25129 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25130 libs/Makefile: libs/Makefile.in Make.rules"
25131 ac_config_files
="$ac_config_files libs/Makefile"
25133 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25134 libs/port/Makefile"
25136 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25137 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25138 ac_config_files
="$ac_config_files libs/port/Makefile"
25140 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25141 libs/wine/Makefile"
25143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25144 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25145 ac_config_files
="$ac_config_files libs/wine/Makefile"
25147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25150 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25151 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25152 ac_config_files
="$ac_config_files libs/wpp/Makefile"
25154 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25157 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25158 loader/Makefile: loader/Makefile.in Make.rules"
25159 ac_config_files
="$ac_config_files loader/Makefile"
25161 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25164 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25165 programs/Makefile: programs/Makefile.in Make.rules"
25166 ac_config_files
="$ac_config_files programs/Makefile"
25168 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25169 programs/clock/Makefile"
25170 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25171 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25173 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25174 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25175 ac_config_files
="$ac_config_files programs/clock/Makefile"
25177 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25178 programs/cmd/Makefile"
25179 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25180 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25182 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25183 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25184 ac_config_files
="$ac_config_files programs/cmd/Makefile"
25186 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25187 programs/cmdlgtst/Makefile"
25188 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25190 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25191 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25192 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
25194 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25195 programs/control/Makefile"
25196 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25197 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25200 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25201 ac_config_files
="$ac_config_files programs/control/Makefile"
25203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25204 programs/eject/Makefile"
25205 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25206 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25208 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25209 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25210 ac_config_files
="$ac_config_files programs/eject/Makefile"
25212 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25213 programs/expand/Makefile"
25214 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25215 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25217 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25218 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25219 ac_config_files
="$ac_config_files programs/expand/Makefile"
25221 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25222 programs/explorer/Makefile"
25223 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25224 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25226 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25227 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25228 ac_config_files
="$ac_config_files programs/explorer/Makefile"
25230 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25231 programs/hh/Makefile"
25232 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25233 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25235 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25236 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25237 ac_config_files
="$ac_config_files programs/hh/Makefile"
25239 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25240 programs/icinfo/Makefile"
25241 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25242 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25244 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25245 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25246 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
25248 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25249 programs/iexplore/Makefile"
25250 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25251 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25253 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25254 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25255 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
25257 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25258 programs/msiexec/Makefile"
25259 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25260 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25261 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25264 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25265 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
25267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25268 programs/net/Makefile"
25269 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25270 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25272 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25273 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25274 ac_config_files
="$ac_config_files programs/net/Makefile"
25276 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25277 programs/notepad/Makefile"
25278 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25279 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25280 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25282 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25283 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25284 ac_config_files
="$ac_config_files programs/notepad/Makefile"
25286 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25287 programs/oleview/Makefile"
25288 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25289 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25291 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25292 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25293 ac_config_files
="$ac_config_files programs/oleview/Makefile"
25295 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25296 programs/progman/Makefile"
25297 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25298 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25299 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25301 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25302 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25303 ac_config_files
="$ac_config_files programs/progman/Makefile"
25305 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25306 programs/reg/Makefile"
25307 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25308 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25310 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25311 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25312 ac_config_files
="$ac_config_files programs/reg/Makefile"
25314 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25315 programs/regedit/Makefile"
25316 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25317 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25318 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25320 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25321 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25322 ac_config_files
="$ac_config_files programs/regedit/Makefile"
25324 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25325 programs/regsvr32/Makefile"
25326 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25327 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25328 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25330 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25331 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25332 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
25334 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25335 programs/rpcss/Makefile"
25336 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25337 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25339 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25340 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25341 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
25343 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25344 programs/rundll32/Makefile"
25345 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25346 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25348 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25349 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25350 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
25352 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25353 programs/secedit/Makefile"
25354 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25355 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25357 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25358 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25359 ac_config_files
="$ac_config_files programs/secedit/Makefile"
25361 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25362 programs/services/Makefile"
25363 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25364 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25366 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25367 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25368 ac_config_files
="$ac_config_files programs/services/Makefile"
25370 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25371 programs/spoolsv/Makefile"
25372 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25373 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25376 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25377 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
25379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25380 programs/start/Makefile"
25381 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25382 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25384 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25385 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25386 ac_config_files
="$ac_config_files programs/start/Makefile"
25388 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25389 programs/svchost/Makefile"
25390 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25391 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25393 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25394 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25395 ac_config_files
="$ac_config_files programs/svchost/Makefile"
25397 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25398 programs/taskmgr/Makefile"
25399 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25400 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25402 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25403 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25404 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
25406 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25407 programs/uninstaller/Makefile"
25408 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25409 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25410 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25412 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25413 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25414 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
25416 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25417 programs/view/Makefile"
25418 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25420 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25421 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25422 ac_config_files
="$ac_config_files programs/view/Makefile"
25424 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25425 programs/wineboot/Makefile"
25426 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25427 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25428 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25430 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25431 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25432 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
25434 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25435 programs/winebrowser/Makefile"
25436 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25437 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25438 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25440 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25441 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25442 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
25444 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25445 programs/winecfg/Makefile"
25446 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25447 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25448 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25450 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25451 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25452 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
25454 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25455 programs/wineconsole/Makefile"
25456 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25457 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25458 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25460 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25461 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25462 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
25464 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25465 programs/winedbg/Makefile"
25466 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25467 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25468 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25470 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25471 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25472 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
25474 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25475 programs/winedevice/Makefile"
25476 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25477 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25480 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25481 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
25483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25484 programs/winefile/Makefile"
25485 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25486 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25487 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25489 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25490 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25491 ac_config_files
="$ac_config_files programs/winefile/Makefile"
25493 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25494 programs/winemenubuilder/Makefile"
25495 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25496 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25498 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25499 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25500 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
25502 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25503 programs/winemine/Makefile"
25504 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25505 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25506 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25508 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25509 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25510 ac_config_files
="$ac_config_files programs/winemine/Makefile"
25512 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25513 programs/winepath/Makefile"
25514 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25515 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25516 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25518 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25519 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25520 ac_config_files
="$ac_config_files programs/winepath/Makefile"
25522 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25523 programs/winetest/Makefile"
25524 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25526 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25527 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25528 ac_config_files
="$ac_config_files programs/winetest/Makefile"
25530 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25531 programs/winevdm/Makefile"
25532 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25533 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25536 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25537 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
25539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25540 programs/winhlp32/Makefile"
25541 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25542 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25544 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25545 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25546 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
25548 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25549 programs/winver/Makefile"
25550 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25551 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25553 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25554 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25555 ac_config_files
="$ac_config_files programs/winver/Makefile"
25557 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25558 programs/wordpad/Makefile"
25559 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25560 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25562 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25563 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25564 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
25566 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25567 programs/write/Makefile"
25568 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25569 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25571 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25572 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25573 ac_config_files
="$ac_config_files programs/write/Makefile"
25575 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25576 programs/xcopy/Makefile"
25577 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
25578 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
25580 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25581 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25582 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
25584 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25587 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25588 server/Makefile: server/Makefile.in Make.rules"
25589 ac_config_files
="$ac_config_files server/Makefile"
25591 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25594 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25595 tools/Makefile: tools/Makefile.in Make.rules"
25596 ac_config_files
="$ac_config_files tools/Makefile"
25598 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25599 tools/widl/Makefile"
25601 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25602 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25603 ac_config_files
="$ac_config_files tools/widl/Makefile"
25605 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25606 tools/winebuild/Makefile"
25608 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25609 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25610 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
25612 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25613 tools/winedump/Makefile"
25615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25616 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25617 ac_config_files
="$ac_config_files tools/winedump/Makefile"
25619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25620 tools/winegcc/Makefile"
25622 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25623 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25624 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
25626 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25627 tools/wmc/Makefile"
25629 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25630 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25631 ac_config_files
="$ac_config_files tools/wmc/Makefile"
25633 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25634 tools/wrc/Makefile"
25636 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25637 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25638 ac_config_files
="$ac_config_files tools/wrc/Makefile"
25641 cat >confcache
<<\_ACEOF
25642 # This file is a shell script that caches the results of configure
25643 # tests run on this system so they can be shared between configure
25644 # scripts and configure runs, see configure's option --config-cache.
25645 # It is not useful on other systems. If it contains results you don't
25646 # want to keep, you may remove or edit it.
25648 # config.status only pays attention to the cache file if you give it
25649 # the --recheck option to rerun configure.
25651 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25652 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25653 # following values.
25657 # The following way of writing the cache mishandles newlines in values,
25658 # but we know of no workaround that is simple, portable, and efficient.
25659 # So, we kill variables containing newlines.
25660 # Ultrix sh set writes to stderr and can't be redirected directly,
25661 # and sets the high bit in the cache file unless we assign to the vars.
25663 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25664 eval ac_val
=\$
$ac_var
25668 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25669 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25672 _ | IFS | as_nl
) ;; #(
25673 *) $as_unset $ac_var ;;
25679 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25680 *${as_nl}ac_space
=\
*)
25681 # `set' does not quote correctly, so add quotes (double-quote
25682 # substitution turns \\\\ into \\, and sed turns \\ into \).
25685 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25688 # `set' quotes correctly as required by POSIX, so do not add quotes.
25689 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25698 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25700 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25702 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25703 if test -w "$cache_file"; then
25704 test "x$cache_file" != "x/dev/null" &&
25705 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25706 echo "$as_me: updating cache $cache_file" >&6;}
25707 cat confcache
>$cache_file
25709 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25710 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25715 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
25716 # Let make expand exec_prefix.
25717 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
25719 DEFS
=-DHAVE_CONFIG_H
25723 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
25724 # 1. Remove the extension, and $U if already installed.
25725 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
25726 ac_i
=`echo "$ac_i" | sed "$ac_script"`
25727 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25728 # will be set to the directory where LIBOBJS objects are built.
25729 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25730 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25732 LIBOBJS
=$ac_libobjs
25734 LTLIBOBJS
=$ac_ltlibobjs
25738 : ${CONFIG_STATUS=./config.status}
25739 ac_clean_files_save
=$ac_clean_files
25740 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
25741 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25742 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25743 cat >$CONFIG_STATUS <<_ACEOF
25745 # Generated by $as_me.
25746 # Run this file to recreate the current configuration.
25747 # Compiler output produced by configure, useful for debugging
25748 # configure, is in config.log if it exists.
25751 ac_cs_recheck=false
25753 SHELL=\${CONFIG_SHELL-$SHELL}
25756 cat >>$CONFIG_STATUS <<\_ACEOF
25757 ## --------------------- ##
25758 ## M4sh Initialization. ##
25759 ## --------------------- ##
25761 # Be more Bourne compatible
25762 DUALCASE
=1; export DUALCASE
# for MKS sh
25763 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
25766 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25767 # is contrary to our usage. Disable this feature.
25768 alias -g '${1+"$@"}'='"$@"'
25769 setopt NO_GLOB_SUBST
25771 case `(set -o) 2>/dev/null` in
25772 *posix
*) set -o posix
;;
25781 # Avoid depending upon Character Ranges.
25782 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
25783 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25784 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
25785 as_cr_digits
='0123456789'
25786 as_cr_alnum
=$as_cr_Letters$as_cr_digits
25788 # The user is always right.
25789 if test "${PATH_SEPARATOR+set}" != set; then
25790 echo "#! /bin/sh" >conf$$.sh
25791 echo "exit 0" >>conf$$.sh
25793 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
25801 # Support unset when possible.
25802 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
25810 # We need space, tab and new line, in precisely that order. Quoting is
25811 # there to prevent editors from complaining about space-tab.
25812 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25813 # splitting by setting IFS to empty value.)
25818 # Find who we are. Look in the path if we contain no directory separator.
25820 *[\\/]* ) as_myself
=$0 ;;
25821 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25822 for as_dir
in $PATH
25825 test -z "$as_dir" && as_dir
=.
25826 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
25832 # We did not find ourselves, most probably we were run as `sh COMMAND'
25833 # in which case we are not to be found in the path.
25834 if test "x$as_myself" = x
; then
25837 if test ! -f "$as_myself"; then
25838 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25839 { (exit 1); exit 1; }
25842 # Work around bugs in pre-3.0 UWIN ksh.
25843 for as_var
in ENV MAIL MAILPATH
25844 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25852 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25853 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25854 LC_TELEPHONE LC_TIME
25856 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25857 eval $as_var=C
; export $as_var
25859 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
25863 # Required to use basename.
25864 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25865 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25871 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25872 as_basename
=basename
25878 # Name of the executable.
25879 as_me
=`$as_basename -- "$0" ||
25880 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25881 X"$0" : 'X\(//\)$' \| \
25882 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25884 sed '/^.*\/\([^/][^/]*\)\/*$/{
25903 as_lineno_1
=$LINENO
25904 as_lineno_2
=$LINENO
25905 test "x$as_lineno_1" != "x$as_lineno_2" &&
25906 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
25908 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25909 # uniformly replaced by the line number. The first 'sed' inserts a
25910 # line-number line after each line using $LINENO; the second 'sed'
25911 # does the real work. The second script uses 'N' to pair each
25912 # line-number line with the line containing $LINENO, and appends
25913 # trailing '-' during substitution so that $LINENO is not a special
25914 # case at line end.
25915 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25916 # scripts with optimization help from Paolo Bonzini. Blame Lee
25917 # E. McMahon (1931-1989) for sed's syntax. :-)
25929 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25932 ' >$as_me.lineno
&&
25933 chmod +x
"$as_me.lineno" ||
25934 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25935 { (exit 1); exit 1; }; }
25937 # Don't try to exec as it changes $[0], causing all sort of problems
25938 # (the dirname of $[0] is not the place where we might find the
25939 # original and so on. Autoconf is especially sensitive to this).
25940 .
"./$as_me.lineno"
25941 # Exit status is that of the last command.
25946 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
25952 ECHO_C
= ECHO_N
= ECHO_T
=
25953 case `echo -n x` in
25955 case `echo 'x\c'` in
25956 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
25963 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
25964 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
25970 rm -f conf$$ conf$$.exe conf$$.
file
25971 if test -d conf$$.dir
; then
25972 rm -f conf$$.dir
/conf$$.
file
25978 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
25980 # ... but there are two gotchas:
25981 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25982 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25983 # In both cases, we have to default to `cp -p'.
25984 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
25986 elif ln conf$$.
file conf$$
2>/dev
/null
; then
25991 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
25992 rmdir conf$$.dir
2>/dev
/null
25994 if mkdir
-p .
2>/dev
/null
; then
25997 test -d .
/-p && rmdir .
/-p
26001 if test -x / >/dev
/null
2>&1; then
26002 as_test_x
='test -x'
26004 if ls -dL / >/dev
/null
2>&1; then
26011 if test -d "$1"; then
26017 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26018 ???[sx]*):;;*)false;;esac;fi
26022 as_executable_p
=$as_test_x
26024 # Sed expression to map a string onto a valid CPP name.
26025 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26027 # Sed expression to map a string onto a valid variable name.
26028 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26033 # Save the log message, to keep $[0] and so on meaningful, and to
26034 # report actual input values of CONFIG_FILES etc. instead of their
26035 # values after options handling.
26037 This file was extended by Wine $as_me 1.1.3, which was
26038 generated by GNU Autoconf 2.61. Invocation command line was
26040 CONFIG_FILES = $CONFIG_FILES
26041 CONFIG_HEADERS = $CONFIG_HEADERS
26042 CONFIG_LINKS = $CONFIG_LINKS
26043 CONFIG_COMMANDS = $CONFIG_COMMANDS
26046 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26051 cat >>$CONFIG_STATUS <<_ACEOF
26052 # Files that config.status was made for.
26053 config_files="$ac_config_files"
26054 config_headers="$ac_config_headers"
26055 config_commands="$ac_config_commands"
26059 cat >>$CONFIG_STATUS <<\_ACEOF
26061 \`$as_me' instantiates files from templates according to the
26062 current configuration.
26064 Usage: $0 [OPTIONS] [FILE]...
26066 -h, --help print this help, then exit
26067 -V, --version print version number and configuration settings, then exit
26068 -q, --quiet do not print progress messages
26069 -d, --debug don't remove temporary files
26070 --recheck update $as_me by reconfiguring in the same conditions
26071 --file=FILE[:TEMPLATE]
26072 instantiate the configuration file FILE
26073 --header=FILE[:TEMPLATE]
26074 instantiate the configuration header FILE
26076 Configuration files:
26079 Configuration headers:
26082 Configuration commands:
26085 Report bugs to <bug-autoconf@gnu.org>."
26088 cat >>$CONFIG_STATUS <<_ACEOF
26090 Wine config.status 1.1.3
26091 configured by $0, generated by GNU Autoconf 2.61,
26092 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26094 Copyright (C) 2006 Free Software Foundation, Inc.
26095 This config.status script is free software; the Free Software Foundation
26096 gives unlimited permission to copy, distribute and modify it."
26103 cat >>$CONFIG_STATUS <<\_ACEOF
26104 # If no file are specified by the user, then we need to provide default
26105 # value. By we need to know if files were specified by the user.
26111 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26112 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26123 # Handling of the options.
26124 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26126 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26127 echo "$ac_cs_version"; exit ;;
26128 --debug |
--debu |
--deb |
--de |
--d |
-d )
26130 --file |
--fil |
--fi |
--f )
26132 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26133 ac_need_defaults
=false
;;
26134 --header |
--heade |
--head |
--hea )
26136 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26137 ac_need_defaults
=false
;;
26139 # Conflict between --help and --header
26140 { echo "$as_me: error: ambiguous option: $1
26141 Try \`$0 --help' for more information." >&2
26142 { (exit 1); exit 1; }; };;
26143 --help |
--hel |
-h )
26144 echo "$ac_cs_usage"; exit ;;
26145 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26146 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26149 # This is an error.
26150 -*) { echo "$as_me: error: unrecognized option: $1
26151 Try \`$0 --help' for more information." >&2
26152 { (exit 1); exit 1; }; } ;;
26154 *) ac_config_targets
="$ac_config_targets $1"
26155 ac_need_defaults
=false
;;
26161 ac_configure_extra_args
=
26163 if $ac_cs_silent; then
26165 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26169 cat >>$CONFIG_STATUS <<_ACEOF
26170 if \$ac_cs_recheck; then
26171 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26172 CONFIG_SHELL=$SHELL
26173 export CONFIG_SHELL
26174 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26178 cat >>$CONFIG_STATUS <<\_ACEOF
26182 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26183 ## Running $as_me. ##
26189 cat >>$CONFIG_STATUS <<_ACEOF
26192 cat >>$CONFIG_STATUS <<\_ACEOF
26194 # Handling of arguments.
26195 for ac_config_target
in $ac_config_targets
26197 case $ac_config_target in
26198 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26199 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26200 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26201 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26202 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26203 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26204 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26205 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26206 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26207 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26208 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26209 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26210 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26211 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26212 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26213 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26214 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26215 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26216 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26217 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26218 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26219 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26220 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26221 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26222 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26223 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26224 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26225 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26226 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26227 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26228 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26229 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26230 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26231 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26232 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26233 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26234 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26235 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26236 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26237 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26238 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26239 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26240 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26241 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26242 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26243 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26244 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26245 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26246 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26247 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26248 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26249 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26250 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26251 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26252 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26253 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26254 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26255 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26256 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26257 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26258 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26259 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26260 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26261 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26262 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26263 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26264 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26265 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26266 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26267 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26268 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26269 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26270 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26271 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26272 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26273 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26274 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26275 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26276 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26277 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26278 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26279 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26280 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26281 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26282 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26283 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26284 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26285 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26286 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26287 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26288 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26289 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26290 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26291 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26292 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26293 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26294 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26295 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26296 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26297 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26298 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26299 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26300 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26301 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26302 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26303 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26304 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26305 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26306 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26307 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26308 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26309 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26310 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26311 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26312 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26313 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26314 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26315 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26316 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26317 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26318 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26319 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26320 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26321 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26322 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26323 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26324 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26325 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26326 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26327 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26328 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26329 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26330 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26331 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26332 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26333 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26334 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26335 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26336 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26337 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26338 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26339 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26340 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26341 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26342 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26343 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26344 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26345 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26346 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26347 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26348 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26349 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26350 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26351 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26352 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26353 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26354 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26355 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26356 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26357 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26358 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26359 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26360 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26361 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26362 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26363 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26364 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26365 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26366 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26367 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26368 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26369 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26370 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26371 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26372 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26373 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26374 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26375 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26376 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26377 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26378 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26379 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26380 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26381 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26382 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26383 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26384 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26385 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26386 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26387 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26388 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26389 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26390 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26391 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26392 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26393 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26394 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26395 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26396 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26397 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26398 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26399 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26400 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26401 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26402 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26403 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26404 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26405 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26406 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26407 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26408 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26409 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26410 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26411 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26412 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26413 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26414 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26415 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26416 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26417 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26418 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26419 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26420 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26421 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26422 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26423 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26424 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26425 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26426 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26427 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26428 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26429 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26430 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26431 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26432 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26433 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26434 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26435 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26436 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26437 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26438 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26439 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26440 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26441 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26442 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26443 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26444 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26445 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26446 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26447 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26448 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26449 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26450 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26451 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26452 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26453 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26454 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26455 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26456 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26457 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26458 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26459 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26460 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26461 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26462 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26463 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26464 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26465 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26466 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26467 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26468 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26469 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26470 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26471 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26472 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26473 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26474 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26475 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26476 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26477 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26478 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26479 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26480 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26481 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26482 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26483 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26484 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26485 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26486 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26487 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26488 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26489 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26490 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26491 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26492 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26493 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26494 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26495 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26496 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26497 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26498 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26499 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26500 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26501 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26502 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26503 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26504 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26505 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26506 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26507 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26508 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26509 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26510 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26511 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26512 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26513 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26514 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26515 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26516 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26517 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26518 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26519 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26520 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26521 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26522 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26523 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26524 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26525 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26526 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26527 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26528 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26529 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26530 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26531 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26532 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26533 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26534 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26535 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26536 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26537 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26538 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26539 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26540 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26541 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26542 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26543 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26544 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26545 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26546 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26547 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26548 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26549 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26550 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26551 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26552 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26553 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26554 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26555 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26556 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26557 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26558 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26559 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26560 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26561 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26562 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26563 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26564 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26565 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26566 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26567 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26568 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26569 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26570 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26571 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26572 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26573 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26574 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26575 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26576 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26577 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26578 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26579 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26580 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26581 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26582 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26583 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26584 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26585 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26586 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26587 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26588 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26589 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26590 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26591 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26592 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26593 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26594 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26595 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26596 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26597 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26598 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26599 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26600 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26601 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26602 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26603 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26604 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26605 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26606 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26607 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26608 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26609 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26610 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26611 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26612 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26613 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26614 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26615 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26616 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26617 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26618 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26619 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26620 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26621 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26622 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26623 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26624 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26625 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26626 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26627 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26628 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26629 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26630 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26632 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26633 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26634 { (exit 1); exit 1; }; };;
26639 # If the user did not use the arguments to specify the items to instantiate,
26640 # then the envvar interface is used. Set only those that are not.
26641 # We use the long form for the default assignment because of an extremely
26642 # bizarre bug on SunOS 4.1.3.
26643 if $ac_need_defaults; then
26644 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26645 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26646 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26649 # Have a temporary directory for convenience. Make it in the build tree
26650 # simply because there is no reason against having it here, and in addition,
26651 # creating and moving files from /tmp can sometimes cause problems.
26652 # Hook for its removal unless debugging.
26653 # Note that there is a small window in which the directory will not be cleaned:
26654 # after its creation but before its name has been assigned to `$tmp'.
26658 trap 'exit_status=$?
26659 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26661 trap '{ (exit 1); exit 1; }' 1 2 13 15
26663 # Create a (secure) tmp directory for tmp files.
26666 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26667 test -n "$tmp" && test -d "$tmp"
26670 tmp
=.
/conf$$
-$RANDOM
26671 (umask 077 && mkdir
"$tmp")
26674 echo "$me: cannot create a temporary directory in ." >&2
26675 { (exit 1); exit 1; }
26679 # Set up the sed scripts for CONFIG_FILES section.
26682 # No need to generate the scripts if there are no CONFIG_FILES.
26683 # This happens for instance when ./config.status config.h
26684 if test -n "$CONFIG_FILES"; then
26688 # Create sed commands to just substitute file output variables.
26690 # Remaining file output variables are in a fragment that also has non-file
26696 for ac_last_try
in false false false false false
:; do
26697 cat >conf$
$subs.
sed <<_ACEOF
26698 SHELL!$SHELL$ac_delim
26699 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26700 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26701 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26702 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26703 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26704 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26705 exec_prefix!$exec_prefix$ac_delim
26706 prefix!$prefix$ac_delim
26707 program_transform_name!$program_transform_name$ac_delim
26708 bindir!$bindir$ac_delim
26709 sbindir!$sbindir$ac_delim
26710 libexecdir!$libexecdir$ac_delim
26711 datarootdir!$datarootdir$ac_delim
26712 datadir!$datadir$ac_delim
26713 sysconfdir!$sysconfdir$ac_delim
26714 sharedstatedir!$sharedstatedir$ac_delim
26715 localstatedir!$localstatedir$ac_delim
26716 includedir!$includedir$ac_delim
26717 oldincludedir!$oldincludedir$ac_delim
26718 docdir!$docdir$ac_delim
26719 infodir!$infodir$ac_delim
26720 htmldir!$htmldir$ac_delim
26721 dvidir!$dvidir$ac_delim
26722 pdfdir!$pdfdir$ac_delim
26723 psdir!$psdir$ac_delim
26724 libdir!$libdir$ac_delim
26725 localedir!$localedir$ac_delim
26726 mandir!$mandir$ac_delim
26727 DEFS!$DEFS$ac_delim
26728 ECHO_C!$ECHO_C$ac_delim
26729 ECHO_N!$ECHO_N$ac_delim
26730 ECHO_T!$ECHO_T$ac_delim
26731 LIBS!$LIBS$ac_delim
26732 build_alias!$build_alias$ac_delim
26733 host_alias!$host_alias$ac_delim
26734 target_alias!$target_alias$ac_delim
26735 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26736 build!$build$ac_delim
26737 build_cpu!$build_cpu$ac_delim
26738 build_vendor!$build_vendor$ac_delim
26739 build_os!$build_os$ac_delim
26740 host!$host$ac_delim
26741 host_cpu!$host_cpu$ac_delim
26742 host_vendor!$host_vendor$ac_delim
26743 host_os!$host_os$ac_delim
26744 WIN16_FILES!$WIN16_FILES$ac_delim
26745 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26746 SET_MAKE!$SET_MAKE$ac_delim
26748 CFLAGS!$CFLAGS$ac_delim
26749 LDFLAGS!$LDFLAGS$ac_delim
26750 CPPFLAGS!$CPPFLAGS$ac_delim
26751 ac_ct_CC!$ac_ct_CC$ac_delim
26752 EXEEXT!$EXEEXT$ac_delim
26753 OBJEXT!$OBJEXT$ac_delim
26755 CXXFLAGS!$CXXFLAGS$ac_delim
26756 ac_ct_CXX!$ac_ct_CXX$ac_delim
26757 CPPBIN!$CPPBIN$ac_delim
26758 TOOLSDIR!$TOOLSDIR$ac_delim
26759 XMKMF!$XMKMF$ac_delim
26761 X_CFLAGS!$X_CFLAGS$ac_delim
26762 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26763 X_LIBS!$X_LIBS$ac_delim
26764 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26765 FLEX!$FLEX$ac_delim
26766 BISON!$BISON$ac_delim
26768 ac_ct_AS!$ac_ct_AS$ac_delim
26770 ac_ct_LD!$ac_ct_LD$ac_delim
26772 ac_ct_NM!$ac_ct_NM$ac_delim
26774 ac_ct_AR!$ac_ct_AR$ac_delim
26775 ARFLAGS!$ARFLAGS$ac_delim
26776 RANLIB!$RANLIB$ac_delim
26777 STRIP!$STRIP$ac_delim
26778 WINDRES!$WINDRES$ac_delim
26779 LN_S!$LN_S$ac_delim
26782 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26784 elif $ac_last_try; then
26785 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26786 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26787 { (exit 1); exit 1; }; }
26789 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26793 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26794 if test -n "$ac_eof"; then
26795 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26796 ac_eof
=`expr $ac_eof + 1`
26799 cat >>$CONFIG_STATUS <<_ACEOF
26800 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26801 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26802 /^[ ]*@MAKE_RULES@[ ]*$/{
26806 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26810 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26811 r $MAKE_IMPLIB_RULES
26814 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26818 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26824 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26825 s/^/s,@/; s/!/@,|#_!!_#|/
26828 s/'"$ac_delim"'$/,g/; t
26830 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26831 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26832 rm -f conf$
$subs.
sed
26833 cat >>$CONFIG_STATUS <<_ACEOF
26839 for ac_last_try
in false false false false false
:; do
26840 cat >conf$
$subs.
sed <<_ACEOF
26842 GREP!$GREP$ac_delim
26843 EGREP!$EGREP$ac_delim
26844 LDCONFIG!$LDCONFIG$ac_delim
26845 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26846 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26847 INSTALL_DATA!$INSTALL_DATA$ac_delim
26848 LINT!$LINT$ac_delim
26849 LINTFLAGS!$LINTFLAGS$ac_delim
26850 FONTFORGE!$FONTFORGE$ac_delim
26851 PKG_CONFIG!$PKG_CONFIG$ac_delim
26852 RSVG!$RSVG$ac_delim
26853 ICOTOOL!$ICOTOOL$ac_delim
26854 PRELINK!$PRELINK$ac_delim
26855 LIBPTHREAD!$LIBPTHREAD$ac_delim
26856 XLIB!$XLIB$ac_delim
26857 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26858 DLLEXT!$DLLEXT$ac_delim
26859 DLLFLAGS!$DLLFLAGS$ac_delim
26860 LDSHARED!$LDSHARED$ac_delim
26861 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26862 LIBEXT!$LIBEXT$ac_delim
26863 IMPLIBEXT!$IMPLIBEXT$ac_delim
26864 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26865 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26867 DLLTOOL!$DLLTOOL$ac_delim
26868 DLLWRAP!$DLLWRAP$ac_delim
26869 MINGWAR!$MINGWAR$ac_delim
26870 SECURITYLIB!$SECURITYLIB$ac_delim
26871 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26872 IOKITLIB!$IOKITLIB$ac_delim
26873 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26874 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26875 COREAUDIO!$COREAUDIO$ac_delim
26876 CARBONLIB!$CARBONLIB$ac_delim
26877 CROSSTEST!$CROSSTEST$ac_delim
26878 CROSSCC!$CROSSCC$ac_delim
26879 CROSSWINDRES!$CROSSWINDRES$ac_delim
26880 NASLIBS!$NASLIBS$ac_delim
26881 XML2LIBS!$XML2LIBS$ac_delim
26882 XML2INCL!$XML2INCL$ac_delim
26883 XSLTLIBS!$XSLTLIBS$ac_delim
26884 XSLTINCL!$XSLTINCL$ac_delim
26885 HALINCL!$HALINCL$ac_delim
26886 sane_devel!$sane_devel$ac_delim
26887 SANEINCL!$SANEINCL$ac_delim
26888 gphoto2_devel!$gphoto2_devel$ac_delim
26889 gphoto2port_devel!$gphoto2port_devel$ac_delim
26890 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26891 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26892 RESOLVLIBS!$RESOLVLIBS$ac_delim
26893 LCMSLIBS!$LCMSLIBS$ac_delim
26894 ft_devel!$ft_devel$ac_delim
26895 FREETYPELIBS!$FREETYPELIBS$ac_delim
26896 FREETYPEINCL!$FREETYPEINCL$ac_delim
26897 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26898 ESDCONFIG!$ESDCONFIG$ac_delim
26899 ESDINCL!$ESDINCL$ac_delim
26900 ESDLIBS!$ESDLIBS$ac_delim
26901 ALSALIBS!$ALSALIBS$ac_delim
26902 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26903 CUPSINCL!$CUPSINCL$ac_delim
26904 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26905 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26906 BUILTINFLAG!$BUILTINFLAG$ac_delim
26907 LDPATH!$LDPATH$ac_delim
26908 CRTLIBS!$CRTLIBS$ac_delim
26909 SOCKETLIBS!$SOCKETLIBS$ac_delim
26910 MAIN_BINARY!$MAIN_BINARY$ac_delim
26911 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26912 LIBDL!$LIBDL$ac_delim
26913 LIBPOLL!$LIBPOLL$ac_delim
26914 LDAPLIBS!$LDAPLIBS$ac_delim
26915 DEPENDENCIES!$DEPENDENCIES$ac_delim
26916 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26917 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26918 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26919 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26920 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26921 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26922 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26923 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26924 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26925 LIBOBJS!$LIBOBJS$ac_delim
26926 LTLIBOBJS!$LTLIBOBJS$ac_delim
26929 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then
26931 elif $ac_last_try; then
26932 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26933 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26934 { (exit 1); exit 1; }; }
26936 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
26940 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26941 if test -n "$ac_eof"; then
26942 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
26943 ac_eof
=`expr $ac_eof + 1`
26946 cat >>$CONFIG_STATUS <<_ACEOF
26947 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26948 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26951 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26952 s/^/s,@/; s/!/@,|#_!!_#|/
26955 s/'"$ac_delim"'$/,g/; t
26957 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26958 ' >>$CONFIG_STATUS <conf$
$subs.
sed
26959 rm -f conf$
$subs.
sed
26960 cat >>$CONFIG_STATUS <<_ACEOF
26967 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26968 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26969 # trailing colons and then remove the whole line if VPATH becomes empty
26970 # (actually we leave an empty line to preserve line numbers).
26971 if test "x$srcdir" = x.
; then
26972 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
26973 s/:*\$(srcdir):*/:/
26974 s/:*\${srcdir}:*/:/
26976 s/^\([^=]*=[ ]*\):*/\1/
26982 cat >>$CONFIG_STATUS <<\_ACEOF
26983 fi # test -n "$CONFIG_FILES"
26986 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
26989 :[FHLC
]) ac_mode
=$ac_tag; continue;;
26991 case $ac_mode$ac_tag in
26993 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
26994 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
26995 { (exit 1); exit 1; }; };;
26996 :[FH
]-) ac_tag
=-:-;;
26997 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27014 -) ac_f
="$tmp/stdin";;
27015 *) # Look for the file first in the build tree, then in the source tree
27016 # (if the path is not absolute). The absolute path cannot be DOS-style,
27017 # because $ac_f cannot contain `:'.
27021 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27023 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27024 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27025 { (exit 1); exit 1; }; };;
27027 ac_file_inputs
="$ac_file_inputs $ac_f"
27030 # Let's still pretend it is `configure' which instantiates (i.e., don't
27031 # use $as_me), people would be surprised to read:
27032 # /* config.h. Generated by config.status. */
27033 configure_input
="Generated from "`IFS=:
27034 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27035 if test x
"$ac_file" != x-
; then
27036 configure_input
="$ac_file. $configure_input"
27037 { echo "$as_me:$LINENO: creating $ac_file" >&5
27038 echo "$as_me: creating $ac_file" >&6;}
27042 *:-:* |
*:-) cat >"$tmp/stdin";;
27047 ac_dir
=`$as_dirname -- "$ac_file" ||
27048 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27049 X"$ac_file" : 'X\(//\)[^/]' \| \
27050 X"$ac_file" : 'X\(//\)$' \| \
27051 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27053 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27057 /^X\(\/\/\)[^/].*/{
27072 -*) as_dir
=.
/$as_dir;;
27074 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27078 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27079 *) as_qdir
=$as_dir;;
27081 as_dirs
="'$as_qdir' $as_dirs"
27082 as_dir
=`$as_dirname -- "$as_dir" ||
27083 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27084 X"$as_dir" : 'X\(//\)[^/]' \| \
27085 X"$as_dir" : 'X\(//\)$' \| \
27086 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27088 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27092 /^X\(\/\/\)[^/].*/{
27105 test -d "$as_dir" && break
27107 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27108 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27109 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27110 { (exit 1); exit 1; }; }; }
27114 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27116 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27117 # A ".." for each directory in $ac_dir_suffix.
27118 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27119 case $ac_top_builddir_sub in
27120 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27121 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27124 ac_abs_top_builddir
=$ac_pwd
27125 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27126 # for backward compatibility:
27127 ac_top_builddir
=$ac_top_build_prefix
27130 .
) # We are building in place.
27132 ac_top_srcdir
=$ac_top_builddir_sub
27133 ac_abs_top_srcdir
=$ac_pwd ;;
27134 [\\/]* | ?
:[\\/]* ) # Absolute name.
27135 ac_srcdir
=$srcdir$ac_dir_suffix;
27136 ac_top_srcdir
=$srcdir
27137 ac_abs_top_srcdir
=$srcdir ;;
27138 *) # Relative name.
27139 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27140 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27141 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27143 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27153 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27154 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27158 cat >>$CONFIG_STATUS <<\_ACEOF
27159 # If the template does not know about datarootdir, expand it.
27160 # FIXME: This hack should be removed a few years after 2.60.
27161 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27163 case `sed -n '/datarootdir/ {
27172 ' $ac_file_inputs` in
27173 *datarootdir
*) ac_datarootdir_seen
=yes;;
27174 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27175 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27176 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27178 cat >>$CONFIG_STATUS <<_ACEOF
27179 ac_datarootdir_hack='
27180 s&@datadir@&$datadir&g
27181 s&@docdir@&$docdir&g
27182 s&@infodir@&$infodir&g
27183 s&@localedir@&$localedir&g
27184 s&@mandir@&$mandir&g
27185 s&\\\${datarootdir}&$datarootdir&g' ;;
27189 # Neutralize VPATH when `$srcdir' = `.'.
27190 # Shell code in configure.ac might set extrasub.
27191 # FIXME: do we really want to maintain this feature?
27192 cat >>$CONFIG_STATUS <<_ACEOF
27196 cat >>$CONFIG_STATUS <<\_ACEOF
27198 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27199 s
&@configure_input@
&$configure_input&;t t
27200 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27201 s
&@srcdir@
&$ac_srcdir&;t t
27202 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27203 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27204 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27205 s
&@builddir@
&$ac_builddir&;t t
27206 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27207 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27208 s
&@INSTALL@
&$ac_INSTALL&;t t
27209 $ac_datarootdir_hack
27210 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27212 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27213 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27214 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27215 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27216 which seems to be undefined. Please make sure it is defined." >&5
27217 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27218 which seems to be undefined. Please make sure it is defined." >&2;}
27222 -) cat "$tmp/out"; rm -f "$tmp/out";;
27223 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27232 # Transform confdefs.h into a sed script `conftest.defines', that
27233 # substitutes the proper values into config.h.in to produce config.h.
27234 rm -f conftest.defines conftest.
tail
27235 # First, append a space to every undef/define line, to ease matching.
27236 echo 's/$/ /' >conftest.defines
27237 # Then, protect against being on the right side of a sed subst, or in
27238 # an unquoted here document, in config.status. If some macros were
27239 # called several times there might be several #defines for the same
27240 # symbol, which is useless. But do not sort them, since the last
27241 # AC_DEFINE must be honored.
27242 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27243 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27244 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27245 # PARAMS is the parameter list in the macro definition--in most cases, it's
27246 # just an empty string.
27247 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27248 ac_dB
='\\)[ (].*,\\1define\\2'
27256 s/^[ ]*#[ ]*define[ ][ ]*//
27261 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27262 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27263 ' >>conftest.defines
27265 # Remove the space that was appended to ease matching.
27266 # Then replace #undef with comments. This is necessary, for
27267 # example, in the case of _POSIX_SOURCE, which is predefined and required
27268 # on some systems where configure will not decide to define it.
27269 # (The regexp can be short, since the line contains either #define or #undef.)
27271 s,^[ #]*u.*,/* & */,' >>conftest.defines
27273 # Break up conftest.defines:
27274 ac_max_sed_lines
=50
27276 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27277 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27278 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27280 ac_in
='$ac_file_inputs'
27281 ac_out
='"$tmp/out1"'
27282 ac_nxt
='"$tmp/out2"'
27286 # Write a here document:
27287 cat >>$CONFIG_STATUS <<_ACEOF
27288 # First, check the format of the line:
27289 cat >"\$tmp/defines.sed" <<\\CEOF
27290 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27291 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27295 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27297 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27298 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27299 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27300 grep . conftest.
tail >/dev
/null ||
break
27301 rm -f conftest.defines
27302 mv conftest.
tail conftest.defines
27304 rm -f conftest.defines conftest.
tail
27306 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27307 cat >>$CONFIG_STATUS <<\_ACEOF
27308 if test x
"$ac_file" != x-
; then
27309 echo "/* $configure_input */" >"$tmp/config.h"
27310 cat "$ac_result" >>"$tmp/config.h"
27311 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27312 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27313 echo "$as_me: $ac_file is unchanged" >&6;}
27316 mv "$tmp/config.h" $ac_file
27319 echo "/* $configure_input */"
27325 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27326 echo "$as_me: executing $ac_file commands" >&6;}
27331 case $ac_file$ac_mode in
27332 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27333 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27334 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27335 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27336 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27337 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27338 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27339 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27340 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27341 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27342 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27343 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27344 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27350 { (exit 0); exit 0; }
27352 chmod +x
$CONFIG_STATUS
27353 ac_clean_files
=$ac_clean_files_save
27356 # configure is writing to config.log, and then calls config.status.
27357 # config.status does its own redirection, appending to config.log.
27358 # Unfortunately, on DOS this fails, as config.log is still kept open
27359 # by configure, so config.status won't be able to write to it; its
27360 # output is simply discarded. So we exec the FD to /dev/null,
27361 # effectively closing config.log, so it can be properly (re)opened and
27362 # appended to by config.status. When coming back to configure, we
27363 # need to make the FD available again.
27364 if test "$no_create" != yes; then
27366 ac_config_status_args
=
27367 test "$silent" = yes &&
27368 ac_config_status_args
="$ac_config_status_args --quiet"
27370 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27372 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27373 # would make configure fail if this is the last instruction.
27374 $ac_cs_success ||
{ (exit 1); exit 1; }
27378 if test "$no_create" = "yes"
27385 if test "x$wine_notices != "x
; then
27387 for msg
in $wine_notices; do
27388 if test -n "$msg"; then
27389 { echo "$as_me:$LINENO: $msg" >&5
27390 echo "$as_me: $msg" >&6;}
27394 for msg
in $wine_warnings; do
27395 if test -n "$msg"; then
27397 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27398 echo "$as_me: WARNING: $msg" >&2;}
27404 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.