2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.22.
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.22'
578 PACKAGE_STRING
='Wine 1.1.22'
579 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
581 ac_unique_file
="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default
="\
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
595 # ifdef HAVE_STDLIB_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
627 program_transform_name
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
789 ac_subst_files
='MAKE_RULES
794 ac_precious_vars
='build_alias
809 # Initialize some variables set by options.
811 ac_init_version
=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
821 program_transform_name
=s
,x
,x
,
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir
='${exec_prefix}/bin'
836 sbindir
='${exec_prefix}/sbin'
837 libexecdir
='${exec_prefix}/libexec'
838 datarootdir
='${prefix}/share'
839 datadir
='${datarootdir}'
840 sysconfdir
='${prefix}/etc'
841 sharedstatedir
='${prefix}/com'
842 localstatedir
='${prefix}/var'
843 includedir
='${prefix}/include'
844 oldincludedir
='/usr/include'
845 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir
='${datarootdir}/info'
851 libdir
='${exec_prefix}/lib'
852 localedir
='${datarootdir}/locale'
853 mandir
='${datarootdir}/man'
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\
$ac_option
867 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
877 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
879 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
882 -build |
--build |
--buil |
--bui |
--bu)
883 ac_prev
=build_alias
;;
884 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
885 build_alias
=$ac_optarg ;;
887 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
888 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
889 ac_prev
=cache_file
;;
890 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
891 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
892 cache_file
=$ac_optarg ;;
895 cache_file
=config.cache
;;
897 -datadir |
--datadir |
--datadi |
--datad)
899 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
900 datadir
=$ac_optarg ;;
902 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
903 |
--dataroo |
--dataro |
--datar)
904 ac_prev
=datarootdir
;;
905 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
906 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
907 datarootdir
=$ac_optarg ;;
909 -disable-* |
--disable-*)
910 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_
$ac_feature=no
;;
918 -docdir |
--docdir |
--docdi |
--doc |
--do)
920 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
923 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
925 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
928 -enable-* |
--enable-*)
929 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_
$ac_feature=\
$ac_optarg ;;
937 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
938 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
939 |
--exec |
--exe |
--ex)
940 ac_prev
=exec_prefix
;;
941 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
942 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
943 |
--exec=* |
--exe=* |
--ex=*)
944 exec_prefix
=$ac_optarg ;;
946 -gas |
--gas |
--ga |
--g)
947 # Obsolete; use --with-gas.
950 -help |
--help |
--hel |
--he |
-h)
952 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
953 ac_init_help
=recursive
;;
954 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
955 ac_init_help
=short
;;
957 -host |
--host |
--hos |
--ho)
958 ac_prev
=host_alias
;;
959 -host=* |
--host=* |
--hos=* |
--ho=*)
960 host_alias
=$ac_optarg ;;
962 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
964 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
966 htmldir
=$ac_optarg ;;
968 -includedir |
--includedir |
--includedi |
--included |
--include \
969 |
--includ |
--inclu |
--incl |
--inc)
970 ac_prev
=includedir
;;
971 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
972 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
973 includedir
=$ac_optarg ;;
975 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
977 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
978 infodir
=$ac_optarg ;;
980 -libdir |
--libdir |
--libdi |
--libd)
982 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
985 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
986 |
--libexe |
--libex |
--libe)
987 ac_prev
=libexecdir
;;
988 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
989 |
--libexe=* |
--libex=* |
--libe=*)
990 libexecdir
=$ac_optarg ;;
992 -localedir |
--localedir |
--localedi |
--localed |
--locale)
994 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
995 localedir
=$ac_optarg ;;
997 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
998 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
999 ac_prev
=localstatedir
;;
1000 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1001 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1002 localstatedir
=$ac_optarg ;;
1004 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1006 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1007 mandir
=$ac_optarg ;;
1009 -nfp |
--nfp |
--nf)
1010 # Obsolete; use --without-fp.
1013 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1014 |
--no-cr |
--no-c |
-n)
1017 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1018 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1021 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1022 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1023 |
--oldin |
--oldi |
--old |
--ol |
--o)
1024 ac_prev
=oldincludedir
;;
1025 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1026 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1027 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1028 oldincludedir
=$ac_optarg ;;
1030 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1032 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1033 prefix
=$ac_optarg ;;
1035 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1036 |
--program-pre |
--program-pr |
--program-p)
1037 ac_prev
=program_prefix
;;
1038 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1039 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1040 program_prefix
=$ac_optarg ;;
1042 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1043 |
--program-suf |
--program-su |
--program-s)
1044 ac_prev
=program_suffix
;;
1045 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1046 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1047 program_suffix
=$ac_optarg ;;
1049 -program-transform-name |
--program-transform-name \
1050 |
--program-transform-nam |
--program-transform-na \
1051 |
--program-transform-n |
--program-transform- \
1052 |
--program-transform |
--program-transfor \
1053 |
--program-transfo |
--program-transf \
1054 |
--program-trans |
--program-tran \
1055 |
--progr-tra |
--program-tr |
--program-t)
1056 ac_prev
=program_transform_name
;;
1057 -program-transform-name=* |
--program-transform-name=* \
1058 |
--program-transform-nam=* |
--program-transform-na=* \
1059 |
--program-transform-n=* |
--program-transform-=* \
1060 |
--program-transform=* |
--program-transfor=* \
1061 |
--program-transfo=* |
--program-transf=* \
1062 |
--program-trans=* |
--program-tran=* \
1063 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1064 program_transform_name
=$ac_optarg ;;
1066 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1068 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1069 pdfdir
=$ac_optarg ;;
1071 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1073 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1076 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1077 |
-silent |
--silent |
--silen |
--sile |
--sil)
1080 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1082 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1084 sbindir
=$ac_optarg ;;
1086 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1087 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1088 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1090 ac_prev
=sharedstatedir
;;
1091 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1092 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1093 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1095 sharedstatedir
=$ac_optarg ;;
1097 -site |
--site |
--sit)
1099 -site=* |
--site=* |
--sit=*)
1102 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1104 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1105 srcdir
=$ac_optarg ;;
1107 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1108 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1109 ac_prev
=sysconfdir
;;
1110 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1111 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1112 sysconfdir
=$ac_optarg ;;
1114 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1115 ac_prev
=target_alias
;;
1116 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1117 target_alias
=$ac_optarg ;;
1119 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1122 -version |
--version |
--versio |
--versi |
--vers |
-V)
1123 ac_init_version
=: ;;
1126 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_
$ac_package=\
$ac_optarg ;;
1134 -without-* |
--without-*)
1135 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_
$ac_package=no
;;
1144 # Obsolete; use --with-x.
1147 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1148 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1149 ac_prev
=x_includes
;;
1150 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1151 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1152 x_includes
=$ac_optarg ;;
1154 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1155 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1156 ac_prev
=x_libraries
;;
1157 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1158 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1159 x_libraries
=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1167 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\
$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1186 if test -n "$ac_prev"; then
1187 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val
=\$
$ac_var
1200 [\\/$
]* | ?
:[\\/]* ) continue;;
1201 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1212 target
=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x
; then
1216 if test "x$build_alias" = x
; then
1217 cross_compiling
=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1226 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1228 test "$silent" = yes && exec 6>/dev
/null
1231 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di
=`ls -di .` &&
1233 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted
=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir
=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1273 ac_srcdir_defaulted
=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1293 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 for ac_var
in $ac_precious_vars; do
1296 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1298 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1309 \`configure' configures Wine 1.1.22 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1367 --x-includes=DIR X include files are
in DIR
1368 --x-libraries=DIR X library files are
in DIR
1371 --build=BUILD configure
for building on BUILD
[guessed
]
1372 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive
) echo "Configuration of Wine 1.1.22:";;
1383 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1384 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pthread do not use the pthread library
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1445 XMKMF Path to xmkmf, Makefile generator for X Window System
1447 Use these variables to override the choices made by `configure' or to
help
1448 it to
find libraries and programs with nonstandard names
/locations.
1450 Report bugs to
<wine-devel@winehq.org
>.
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1458 test -d "$ac_dir" ||
continue
1462 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1464 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1469 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1472 ac_abs_top_builddir
=$ac_pwd
1473 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir
=$ac_top_build_prefix
1478 .
) # We are building in place.
1480 ac_top_srcdir
=$ac_top_builddir_sub
1481 ac_abs_top_srcdir
=$ac_pwd ;;
1482 [\\/]* | ?
:[\\/]* ) # Absolute name.
1483 ac_srcdir
=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir
=$srcdir
1485 ac_abs_top_srcdir
=$srcdir ;;
1487 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1491 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1504 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1511 Wine configure
1.1.22
1512 generated by GNU Autoconf
2.61
1514 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1516 This configure
script is free software
; the Free Software Foundation
1517 gives unlimited permission to copy
, distribute and modify it.
1521 cat >config.log
<<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.22, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1557 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1561 test -z "$as_dir" && as_dir
=.
1562 echo "PATH: $as_dir"
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1586 ac_must_keep_next
=false
1592 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1593 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1594 |
-silent |
--silent |
--silen |
--sile |
--sil)
1597 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1600 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true
; then
1604 ac_must_keep_next
=false
# Got value, back to normal.
1607 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1608 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1609 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1610 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1615 -* ) ac_must_keep_next
=true
;;
1618 ac_configure_args
="$ac_configure_args '$ac_arg'"
1623 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1624 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1683 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1685 echo "$ac_var='\''$ac_val'\''"
1689 if test -n "$ac_subst_files"; then
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1696 for ac_var
in $ac_subst_files
1698 eval ac_val
=\$
$ac_var
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1702 echo "$ac_var='\''$ac_val'\''"
1707 if test -s confdefs.h; then
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1725 for ac_signal
in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest
* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h
<<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1740 cat >>confdefs.h
<<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1745 cat >>confdefs.h
<<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1750 cat >>confdefs.h
<<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1755 cat >>confdefs.h
<<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x
"$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE
; then
1765 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1767 set x
"$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1788 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1789 *) .
"./$cache_file";;
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1798 # Check that the precious variables saved in the cache have kept the same
1800 ac_cache_corrupted
=false
1801 for ac_var
in $ac_precious_vars; do
1802 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1803 eval ac_new_set
=\
$ac_env_${ac_var}_set
1804 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1805 eval ac_new_val
=\
$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted
=: ;;
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted
=: ;;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted
=:
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1830 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg
=$ac_var=$ac_new_val ;;
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1872 ac_cpp
='$CPP $CPPFLAGS'
1873 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1879 ac_config_headers
="$ac_config_headers include/config.h"
1882 for ac_dir
in tools
"$srcdir"/tools
; do
1883 if test -f "$ac_dir/install-sh"; then
1885 ac_install_sh
="$ac_aux_dir/install-sh -c"
1887 elif test -f "$ac_dir/install.sh"; then
1889 ac_install_sh
="$ac_aux_dir/install.sh -c"
1891 elif test -f "$ac_dir/shtool"; then
1893 ac_install_sh
="$ac_aux_dir/shtool install -c"
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval
=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval
=$enable_win64;
1924 # Check whether --enable-tests was given.
1925 if test "${enable_tests+set}" = set; then
1926 enableval
=$enable_tests;
1929 # Check whether --enable-maintainer-mode was given.
1930 if test "${enable_maintainer_mode+set}" = set; then
1931 enableval
=$enable_maintainer_mode;
1939 # Check whether --with-alsa was given.
1940 if test "${with_alsa+set}" = set; then
1941 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1945 # Check whether --with-audioio was given.
1946 if test "${with_audioio+set}" = set; then
1947 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1951 # Check whether --with-capi was given.
1952 if test "${with_capi+set}" = set; then
1953 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1957 # Check whether --with-cms was given.
1958 if test "${with_cms+set}" = set; then
1959 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1963 # Check whether --with-coreaudio was given.
1964 if test "${with_coreaudio+set}" = set; then
1965 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1969 # Check whether --with-cups was given.
1970 if test "${with_cups+set}" = set; then
1975 # Check whether --with-curses was given.
1976 if test "${with_curses+set}" = set; then
1977 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1981 # Check whether --with-esd was given.
1982 if test "${with_esd+set}" = set; then
1987 # Check whether --with-fontconfig was given.
1988 if test "${with_fontconfig+set}" = set; then
1989 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1993 # Check whether --with-freetype was given.
1994 if test "${with_freetype+set}" = set; then
1995 withval
=$with_freetype;
1999 # Check whether --with-gphoto was given.
2000 if test "${with_gphoto+set}" = set; then
2001 withval
=$with_gphoto;
2005 # Check whether --with-glu was given.
2006 if test "${with_glu+set}" = set; then
2007 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2011 # Check whether --with-gnutls was given.
2012 if test "${with_gnutls+set}" = set; then
2013 withval
=$with_gnutls;
2017 # Check whether --with-hal was given.
2018 if test "${with_hal+set}" = set; then
2023 # Check whether --with-jack was given.
2024 if test "${with_jack+set}" = set; then
2025 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2029 # Check whether --with-jpeg was given.
2030 if test "${with_jpeg+set}" = set; then
2031 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2035 # Check whether --with-ldap was given.
2036 if test "${with_ldap+set}" = set; then
2037 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2041 # Check whether --with-nas was given.
2042 if test "${with_nas+set}" = set; then
2043 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2047 # Check whether --with-opengl was given.
2048 if test "${with_opengl+set}" = set; then
2049 withval
=$with_opengl;
2053 # Check whether --with-openssl was given.
2054 if test "${with_openssl+set}" = set; then
2055 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2059 # Check whether --with-oss was given.
2060 if test "${with_oss+set}" = set; then
2061 withval
=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h
=no
; ac_cv_header_sys_soundcard_h
=no
; ac_cv_header_machine_soundcard_h
=no
; fi
2065 # Check whether --with-png was given.
2066 if test "${with_png+set}" = set; then
2067 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2071 # Check whether --with-pthread was given.
2072 if test "${with_pthread+set}" = set; then
2073 withval
=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h
=no
; fi
2077 # Check whether --with-pulse was given.
2078 if test "${with_pulse+set}" = set; then
2079 withval
=$with_pulse;
2083 # Check whether --with-sane was given.
2084 if test "${with_sane+set}" = set; then
2089 # Check whether --with-xcomposite was given.
2090 if test "${with_xcomposite+set}" = set; then
2091 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2095 # Check whether --with-xcursor was given.
2096 if test "${with_xcursor+set}" = set; then
2097 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2101 # Check whether --with-xinerama was given.
2102 if test "${with_xinerama+set}" = set; then
2103 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2107 # Check whether --with-xinput was given.
2108 if test "${with_xinput+set}" = set; then
2109 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2113 # Check whether --with-xml was given.
2114 if test "${with_xml+set}" = set; then
2119 # Check whether --with-xrandr was given.
2120 if test "${with_xrandr+set}" = set; then
2121 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2125 # Check whether --with-xrender was given.
2126 if test "${with_xrender+set}" = set; then
2127 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2131 # Check whether --with-xshape was given.
2132 if test "${with_xshape+set}" = set; then
2133 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2137 # Check whether --with-xshm was given.
2138 if test "${with_xshm+set}" = set; then
2139 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2143 # Check whether --with-xslt was given.
2144 if test "${with_xslt+set}" = set; then
2149 # Check whether --with-xxf86vm was given.
2150 if test "${with_xxf86vm+set}" = set; then
2151 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2156 # Check whether --with-wine-tools was given.
2157 if test "${with_wine_tools+set}" = set; then
2158 withval
=$with_wine_tools;
2162 # Make sure we can run config.sub.
2163 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2164 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2165 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2166 { (exit 1); exit 1; }; }
2168 { echo "$as_me:$LINENO: checking build system type" >&5
2169 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2170 if test "${ac_cv_build+set}" = set; then
2171 echo $ECHO_N "(cached) $ECHO_C" >&6
2173 ac_build_alias
=$build_alias
2174 test "x$ac_build_alias" = x
&&
2175 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2176 test "x$ac_build_alias" = x
&&
2177 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2178 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2179 { (exit 1); exit 1; }; }
2180 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2181 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2183 { (exit 1); exit 1; }; }
2186 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2187 echo "${ECHO_T}$ac_cv_build" >&6; }
2188 case $ac_cv_build in
2190 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2191 echo "$as_me: error: invalid value of canonical build" >&2;}
2192 { (exit 1); exit 1; }; };;
2195 ac_save_IFS
=$IFS; IFS
='-'
2201 # Remember, the first character of IFS is used to create $*,
2202 # except with old shells:
2205 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2208 { echo "$as_me:$LINENO: checking host system type" >&5
2209 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2210 if test "${ac_cv_host+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2213 if test "x$host_alias" = x
; then
2214 ac_cv_host
=$ac_cv_build
2216 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2217 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2218 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2219 { (exit 1); exit 1; }; }
2223 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2224 echo "${ECHO_T}$ac_cv_host" >&6; }
2227 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2228 echo "$as_me: error: invalid value of canonical host" >&2;}
2229 { (exit 1); exit 1; }; };;
2232 ac_save_IFS
=$IFS; IFS
='-'
2238 # Remember, the first character of IFS is used to create $*,
2239 # except with old shells:
2242 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2248 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2249 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2250 You need to run 'make distclean' in the source tree first." >&5
2251 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&2;}
2253 { (exit 1); exit 1; }; }
2258 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2259 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2260 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2261 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2264 cat >conftest.
make <<\_ACEOF
2267 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2269 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2270 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2272 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2274 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2278 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2279 { echo "$as_me:$LINENO: result: yes" >&5
2280 echo "${ECHO_T}yes" >&6; }
2283 { echo "$as_me:$LINENO: result: no" >&5
2284 echo "${ECHO_T}no" >&6; }
2285 SET_MAKE
="MAKE=${MAKE-make}"
2289 ac_cpp
='$CPP $CPPFLAGS'
2290 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2291 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2292 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2293 if test -n "$ac_tool_prefix"; then
2294 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2295 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2298 if test "${ac_cv_prog_CC+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2301 if test -n "$CC"; then
2302 ac_cv_prog_CC
="$CC" # Let the user override the test.
2304 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2308 test -z "$as_dir" && as_dir
=.
2309 for ac_exec_ext
in '' $ac_executable_extensions; do
2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2311 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2322 if test -n "$CC"; then
2323 { echo "$as_me:$LINENO: result: $CC" >&5
2324 echo "${ECHO_T}$CC" >&6; }
2326 { echo "$as_me:$LINENO: result: no" >&5
2327 echo "${ECHO_T}no" >&6; }
2332 if test -z "$ac_cv_prog_CC"; then
2334 # Extract the first word of "gcc", so it can be a program name with args.
2335 set dummy gcc
; ac_word
=$2
2336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2338 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6
2341 if test -n "$ac_ct_CC"; then
2342 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2344 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2348 test -z "$as_dir" && as_dir
=.
2349 for ac_exec_ext
in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_ac_ct_CC
="gcc"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2361 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2362 if test -n "$ac_ct_CC"; then
2363 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2364 echo "${ECHO_T}$ac_ct_CC" >&6; }
2366 { echo "$as_me:$LINENO: result: no" >&5
2367 echo "${ECHO_T}no" >&6; }
2370 if test "x$ac_ct_CC" = x
; then
2373 case $cross_compiling:$ac_tool_warned in
2375 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376 whose name does not start with the host triplet. If you think this
2377 configuration is useful to you, please write to autoconf@gnu.org." >&5
2378 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379 whose name does not start with the host triplet. If you think this
2380 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381 ac_tool_warned
=yes ;;
2389 if test -z "$CC"; then
2390 if test -n "$ac_tool_prefix"; then
2391 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2392 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2395 if test "${ac_cv_prog_CC+set}" = set; then
2396 echo $ECHO_N "(cached) $ECHO_C" >&6
2398 if test -n "$CC"; then
2399 ac_cv_prog_CC
="$CC" # Let the user override the test.
2401 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2405 test -z "$as_dir" && as_dir
=.
2406 for ac_exec_ext
in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2408 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2419 if test -n "$CC"; then
2420 { echo "$as_me:$LINENO: result: $CC" >&5
2421 echo "${ECHO_T}$CC" >&6; }
2423 { echo "$as_me:$LINENO: result: no" >&5
2424 echo "${ECHO_T}no" >&6; }
2430 if test -z "$CC"; then
2431 # Extract the first word of "cc", so it can be a program name with args.
2432 set dummy cc
; ac_word
=$2
2433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC
="$CC" # Let the user override the test.
2442 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2446 test -z "$as_dir" && as_dir
=.
2447 for ac_exec_ext
in '' $ac_executable_extensions; do
2448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2449 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2450 ac_prog_rejected
=yes
2454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2461 if test $ac_prog_rejected = yes; then
2462 # We found a bogon in the path, so make sure we never use it.
2463 set dummy
$ac_cv_prog_CC
2465 if test $# != 0; then
2466 # We chose a different compiler from the bogus one.
2467 # However, it has the same basename, so the bogon will be chosen
2468 # first if we set CC to just the basename; use the full file name.
2470 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2476 if test -n "$CC"; then
2477 { echo "$as_me:$LINENO: result: $CC" >&5
2478 echo "${ECHO_T}$CC" >&6; }
2480 { echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6; }
2486 if test -z "$CC"; then
2487 if test -n "$ac_tool_prefix"; then
2488 for ac_prog
in cl.exe
2490 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2491 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2494 if test "${ac_cv_prog_CC+set}" = set; then
2495 echo $ECHO_N "(cached) $ECHO_C" >&6
2497 if test -n "$CC"; then
2498 ac_cv_prog_CC
="$CC" # Let the user override the test.
2500 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2504 test -z "$as_dir" && as_dir
=.
2505 for ac_exec_ext
in '' $ac_executable_extensions; do
2506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2507 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2518 if test -n "$CC"; then
2519 { echo "$as_me:$LINENO: result: $CC" >&5
2520 echo "${ECHO_T}$CC" >&6; }
2522 { echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6; }
2527 test -n "$CC" && break
2530 if test -z "$CC"; then
2532 for ac_prog
in cl.exe
2534 # Extract the first word of "$ac_prog", so it can be a program name with args.
2535 set dummy
$ac_prog; ac_word
=$2
2536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2539 echo $ECHO_N "(cached) $ECHO_C" >&6
2541 if test -n "$ac_ct_CC"; then
2542 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2544 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2548 test -z "$as_dir" && as_dir
=.
2549 for ac_exec_ext
in '' $ac_executable_extensions; do
2550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2551 ac_cv_prog_ac_ct_CC
="$ac_prog"
2552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2561 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2562 if test -n "$ac_ct_CC"; then
2563 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2564 echo "${ECHO_T}$ac_ct_CC" >&6; }
2566 { echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6; }
2571 test -n "$ac_ct_CC" && break
2574 if test "x$ac_ct_CC" = x
; then
2577 case $cross_compiling:$ac_tool_warned in
2579 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2580 whose name does not start with the host triplet. If you think this
2581 configuration is useful to you, please write to autoconf@gnu.org." >&5
2582 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2583 whose name does not start with the host triplet. If you think this
2584 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2585 ac_tool_warned
=yes ;;
2594 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2595 See \`config.log' for more details." >&5
2596 echo "$as_me: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&2;}
2598 { (exit 1); exit 1; }; }
2600 # Provide some information about the compiler.
2601 echo "$as_me:$LINENO: checking for C compiler version" >&5
2602 ac_compiler
=`set X $ac_compile; echo $2`
2603 { (ac_try
="$ac_compiler --version >&5"
2605 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2606 *) ac_try_echo=$ac_try;;
2608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2609 (eval "$ac_compiler --version >&5") 2>&5
2611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2612 (exit $ac_status); }
2613 { (ac_try="$ac_compiler -v >&5"
2615 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2616 *) ac_try_echo
=$ac_try;;
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler -v >&5") 2>&5
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try
="$ac_compiler -V >&5"
2625 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -V >&5") 2>&5
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2634 cat >conftest.$ac_ext <<_ACEOF
2637 cat confdefs.h >>conftest.$ac_ext
2638 cat >>conftest.$ac_ext <<_ACEOF
2639 /* end confdefs.h. */
2649 ac_clean_files_save=$ac_clean_files
2650 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2651 # Try to create an executable without -o first, disregard a.out.
2652 # It will help us diagnose broken compilers, and finding out an intuition
2654 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2655 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2656 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2658 # List of possible output files, starting from the most likely.
2659 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2660 # only as a last resort. b.out is created by i960 compilers.
2661 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2663 # The IRIX 6 linker writes into existing files which may not be
2664 # executable, retaining their permissions. Remove them first so a
2665 # subsequent execution test works.
2667 for ac_file in $ac_files
2670 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2671 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2676 if { (ac_try="$ac_link_default"
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;;
2681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2682 (eval "$ac_link_default") 2>&5
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; then
2686 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2687 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2688 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2689 # so that the user can short-circuit this test for compilers unknown to
2691 for ac_file
in $ac_files ''
2693 test -f "$ac_file" ||
continue
2695 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2698 # We found the default executable, but exeext='' is most
2702 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2704 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2706 # We set ac_cv_exeext here because the later test for it is not
2707 # safe: cross compilers may not add the suffix if given an `-o'
2708 # argument, so we may need to know it at that point already.
2709 # Even if this section looks crufty: it has the advantage of
2716 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2722 { echo "$as_me:$LINENO: result: $ac_file" >&5
2723 echo "${ECHO_T}$ac_file" >&6; }
2724 if test -z "$ac_file"; then
2725 echo "$as_me: failed program was:" >&5
2726 sed 's/^/| /' conftest.
$ac_ext >&5
2728 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2729 See \`config.log' for more details." >&5
2730 echo "$as_me: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&2;}
2732 { (exit 77); exit 77; }; }
2735 ac_exeext
=$ac_cv_exeext
2737 # Check that the compiler produces executables we can run. If not, either
2738 # the compiler is broken, or we cross compile.
2739 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2740 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2741 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2742 # If not cross compiling, check that we can run a simple program.
2743 if test "$cross_compiling" != yes; then
2744 if { ac_try
='./$ac_file'
2745 { (case "(($ac_try" in
2746 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2750 (eval "$ac_try") 2>&5
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; }; then
2756 if test "$cross_compiling" = maybe; then
2759 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2760 If you meant to cross compile, use \`--host'.
2761 See \`config.log' for more details.
" >&5
2762 echo "$as_me: error
: cannot run C compiled programs.
2763 If you meant to cross compile
, use \
`--host'.
2764 See \`config.log
' for more details." >&2;}
2765 { (exit 1); exit 1; }; }
2769 { echo "$as_me:$LINENO: result: yes" >&5
2770 echo "${ECHO_T}yes" >&6; }
2772 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2773 ac_clean_files=$ac_clean_files_save
2774 # Check that the compiler produces executables we can run. If not, either
2775 # the compiler is broken, or we cross compile.
2776 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2777 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2778 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2779 echo "${ECHO_T}$cross_compiling" >&6; }
2781 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2782 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2783 if { (ac_try="$ac_link"
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2789 (eval "$ac_link") 2>&5
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; then
2793 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2794 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2795 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2797 for ac_file
in conftest.exe conftest conftest.
*; do
2798 test -f "$ac_file" ||
continue
2800 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2801 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2807 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2808 See \`config.log' for more details." >&5
2809 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&2;}
2811 { (exit 1); exit 1; }; }
2814 rm -f conftest
$ac_cv_exeext
2815 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2816 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2818 rm -f conftest.
$ac_ext
2819 EXEEXT
=$ac_cv_exeext
2821 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2822 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2823 if test "${ac_cv_objext+set}" = set; then
2824 echo $ECHO_N "(cached) $ECHO_C" >&6
2826 cat >conftest.
$ac_ext <<_ACEOF
2829 cat confdefs.h
>>conftest.
$ac_ext
2830 cat >>conftest.
$ac_ext <<_ACEOF
2831 /* end confdefs.h. */
2841 rm -f conftest.o conftest.obj
2842 if { (ac_try
="$ac_compile"
2844 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2845 *) ac_try_echo=$ac_try;;
2847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2848 (eval "$ac_compile") 2>&5
2850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 (exit $ac_status); }; then
2852 for ac_file in conftest.o conftest.obj conftest.*; do
2853 test -f "$ac_file" || continue;
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2856 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2861 echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.$ac_ext >&5
2864 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2865 See \`config.log
' for more details." >&5
2866 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details.
" >&2;}
2868 { (exit 1); exit 1; }; }
2871 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2873 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2874 echo "${ECHO_T}$ac_cv_objext" >&6; }
2875 OBJEXT=$ac_cv_objext
2877 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2878 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2879 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2880 echo $ECHO_N "(cached
) $ECHO_C" >&6
2882 cat >conftest.$ac_ext <<_ACEOF
2885 cat confdefs.h >>conftest.$ac_ext
2886 cat >>conftest.$ac_ext <<_ACEOF
2887 /* end confdefs.h. */
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2906 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2909 grep -v '^ *+' conftest.er1 >conftest.err
2911 cat conftest.err >&5
2912 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2913 (exit $ac_status); } && {
2914 test -z "$ac_c_werror_flag" ||
2915 test ! -s conftest.err
2916 } && test -s conftest.$ac_objext; then
2919 echo "$as_me: failed program was
:" >&5
2920 sed 's/^/| /' conftest.$ac_ext >&5
2925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2926 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2929 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2930 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2931 GCC=`test $ac_compiler_gnu = yes && echo yes`
2932 ac_test_CFLAGS=${CFLAGS+set}
2933 ac_save_CFLAGS=$CFLAGS
2934 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2935 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2936 if test "${ac_cv_prog_cc_g+set}" = set; then
2937 echo $ECHO_N "(cached
) $ECHO_C" >&6
2939 ac_save_c_werror_flag=$ac_c_werror_flag
2940 ac_c_werror_flag=yes
2943 cat >conftest.$ac_ext <<_ACEOF
2946 cat confdefs.h >>conftest.$ac_ext
2947 cat >>conftest.$ac_ext <<_ACEOF
2948 /* end confdefs.h. */
2958 rm -f conftest.$ac_objext
2959 if { (ac_try="$ac_compile"
2961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2962 *) ac_try_echo=$ac_try;;
2964 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2965 (eval "$ac_compile") 2>conftest.er1
2967 grep -v '^ *+' conftest.er1 >conftest.err
2969 cat conftest.err >&5
2970 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2971 (exit $ac_status); } && {
2972 test -z "$ac_c_werror_flag" ||
2973 test ! -s conftest.err
2974 } && test -s conftest.$ac_objext; then
2977 echo "$as_me: failed program was
:" >&5
2978 sed 's/^/| /' conftest.$ac_ext >&5
2981 cat >conftest.$ac_ext <<_ACEOF
2984 cat confdefs.h >>conftest.$ac_ext
2985 cat >>conftest.$ac_ext <<_ACEOF
2986 /* end confdefs.h. */
2996 rm -f conftest.$ac_objext
2997 if { (ac_try="$ac_compile"
2999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000 *) ac_try_echo=$ac_try;;
3002 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3003 (eval "$ac_compile") 2>conftest.er1
3005 grep -v '^ *+' conftest.er1 >conftest.err
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3009 (exit $ac_status); } && {
3010 test -z "$ac_c_werror_flag" ||
3011 test ! -s conftest.err
3012 } && test -s conftest.$ac_objext; then
3015 echo "$as_me: failed program was
:" >&5
3016 sed 's/^/| /' conftest.$ac_ext >&5
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3020 cat >conftest.$ac_ext <<_ACEOF
3023 cat confdefs.h >>conftest.$ac_ext
3024 cat >>conftest.$ac_ext <<_ACEOF
3025 /* end confdefs.h. */
3035 rm -f conftest.$ac_objext
3036 if { (ac_try="$ac_compile"
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3041 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3042 (eval "$ac_compile") 2>conftest.er1
3044 grep -v '^ *+' conftest.er1 >conftest.err
3046 cat conftest.err >&5
3047 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3048 (exit $ac_status); } && {
3049 test -z "$ac_c_werror_flag" ||
3050 test ! -s conftest.err
3051 } && test -s conftest.$ac_objext; then
3054 echo "$as_me: failed program was
:" >&5
3055 sed 's/^/| /' conftest.$ac_ext >&5
3060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 ac_c_werror_flag=$ac_save_c_werror_flag
3069 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3070 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3071 if test "$ac_test_CFLAGS" = set; then
3072 CFLAGS=$ac_save_CFLAGS
3073 elif test $ac_cv_prog_cc_g = yes; then
3074 if test "$GCC" = yes; then
3080 if test "$GCC" = yes; then
3086 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3087 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3088 if test "${ac_cv_prog_cc_c89+set}" = set; then
3089 echo $ECHO_N "(cached
) $ECHO_C" >&6
3091 ac_cv_prog_cc_c89=no
3093 cat >conftest.$ac_ext <<_ACEOF
3096 cat confdefs.h >>conftest.$ac_ext
3097 cat >>conftest.$ac_ext <<_ACEOF
3098 /* end confdefs.h. */
3101 #include <sys/types.h>
3102 #include <sys/stat.h>
3103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3104 struct buf { int x; };
3105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3106 static char *e (p, i)
3112 static char *f (char * (*g) (char **, int), char **p, ...)
3117 s = g (p, va_arg (v,int));
3122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3123 function prototypes and stuff, but not '\xHH' hex character constants.
3124 These don't provoke an error unfortunately, instead are silently treated
3125 as 'x'. The following induces an error, until -std is added to get
3126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3127 array size at least. It's necessary to write '\x00'==0 to get something
3128 that's true only with -std. */
3129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3132 inside strings and character constants. */
3134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3136 int test (int i, double x);
3137 struct s1 {int (*f) (int a);};
3138 struct s2 {int (*f) (double a);};
3139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3153 CC="$ac_save_CC $ac_arg"
3154 rm -f conftest.$ac_objext
3155 if { (ac_try="$ac_compile"
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3160 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3161 (eval "$ac_compile") 2>conftest.er1
3163 grep -v '^ *+' conftest.er1 >conftest.err
3165 cat conftest.err >&5
3166 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3167 (exit $ac_status); } && {
3168 test -z "$ac_c_werror_flag" ||
3169 test ! -s conftest.err
3170 } && test -s conftest.$ac_objext; then
3171 ac_cv_prog_cc_c89=$ac_arg
3173 echo "$as_me: failed program was
:" >&5
3174 sed 's/^/| /' conftest.$ac_ext >&5
3179 rm -f core conftest.err conftest.$ac_objext
3180 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3182 rm -f conftest.$ac_ext
3187 case "x
$ac_cv_prog_cc_c89" in
3189 { echo "$as_me:$LINENO: result
: none needed
" >&5
3190 echo "${ECHO_T}none needed
" >&6; } ;;
3192 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3193 echo "${ECHO_T}unsupported
" >&6; } ;;
3195 CC="$CC $ac_cv_prog_cc_c89"
3196 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3197 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3202 ac_cpp='$CPP $CPPFLAGS'
3203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3208 ac_cpp='$CXXCPP $CPPFLAGS'
3209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3212 if test -z "$CXX"; then
3213 if test -n "$CCC"; then
3216 if test -n "$ac_tool_prefix"; then
3217 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3219 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3220 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3221 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3222 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3223 if test "${ac_cv_prog_CXX+set}" = set; then
3224 echo $ECHO_N "(cached
) $ECHO_C" >&6
3226 if test -n "$CXX"; then
3227 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3237 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3247 if test -n "$CXX"; then
3248 { echo "$as_me:$LINENO: result
: $CXX" >&5
3249 echo "${ECHO_T}$CXX" >&6; }
3251 { echo "$as_me:$LINENO: result
: no
" >&5
3252 echo "${ECHO_T}no
" >&6; }
3256 test -n "$CXX" && break
3259 if test -z "$CXX"; then
3261 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3263 # Extract the first word of "$ac_prog", so it can be a program name with args.
3264 set dummy $ac_prog; ac_word=$2
3265 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3266 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3267 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3268 echo $ECHO_N "(cached
) $ECHO_C" >&6
3270 if test -n "$ac_ct_CXX"; then
3271 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277 test -z "$as_dir" && as_dir=.
3278 for ac_exec_ext in '' $ac_executable_extensions; do
3279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3280 ac_cv_prog_ac_ct_CXX="$ac_prog"
3281 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3290 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3291 if test -n "$ac_ct_CXX"; then
3292 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3293 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3295 { echo "$as_me:$LINENO: result
: no
" >&5
3296 echo "${ECHO_T}no
" >&6; }
3300 test -n "$ac_ct_CXX" && break
3303 if test "x
$ac_ct_CXX" = x; then
3306 case $cross_compiling:$ac_tool_warned in
3308 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3309 whose name does not start with the
host triplet. If you think this
3310 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3311 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3312 whose name does not start with the
host triplet. If you think this
3313 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3314 ac_tool_warned=yes ;;
3322 # Provide some information about the compiler.
3323 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3324 ac_compiler=`set X $ac_compile; echo $2`
3325 { (ac_try="$ac_compiler --version >&5"
3327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3328 *) ac_try_echo=$ac_try;;
3330 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3331 (eval "$ac_compiler --version >&5") 2>&5
3333 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3334 (exit $ac_status); }
3335 { (ac_try="$ac_compiler -v >&5"
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3340 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler -v >&5") 2>&5
3343 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -V >&5"
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3350 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -V >&5") 2>&5
3353 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3354 (exit $ac_status); }
3356 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3357 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3358 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3359 echo $ECHO_N "(cached
) $ECHO_C" >&6
3361 cat >conftest.$ac_ext <<_ACEOF
3364 cat confdefs.h >>conftest.$ac_ext
3365 cat >>conftest.$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3379 rm -f conftest.$ac_objext
3380 if { (ac_try="$ac_compile"
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3385 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3386 (eval "$ac_compile") 2>conftest.er1
3388 grep -v '^ *+' conftest.er1 >conftest.err
3390 cat conftest.err >&5
3391 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3392 (exit $ac_status); } && {
3393 test -z "$ac_cxx_werror_flag" ||
3394 test ! -s conftest.err
3395 } && test -s conftest.$ac_objext; then
3398 echo "$as_me: failed program was
:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3405 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3408 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3409 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3410 GXX=`test $ac_compiler_gnu = yes && echo yes`
3411 ac_test_CXXFLAGS=${CXXFLAGS+set}
3412 ac_save_CXXFLAGS=$CXXFLAGS
3413 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3414 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3415 if test "${ac_cv_prog_cxx_g+set}" = set; then
3416 echo $ECHO_N "(cached
) $ECHO_C" >&6
3418 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3419 ac_cxx_werror_flag=yes
3422 cat >conftest.$ac_ext <<_ACEOF
3425 cat confdefs.h >>conftest.$ac_ext
3426 cat >>conftest.$ac_ext <<_ACEOF
3427 /* end confdefs.h. */
3437 rm -f conftest.$ac_objext
3438 if { (ac_try="$ac_compile"
3440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3441 *) ac_try_echo=$ac_try;;
3443 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3444 (eval "$ac_compile") 2>conftest.er1
3446 grep -v '^ *+' conftest.er1 >conftest.err
3448 cat conftest.err >&5
3449 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3450 (exit $ac_status); } && {
3451 test -z "$ac_cxx_werror_flag" ||
3452 test ! -s conftest.err
3453 } && test -s conftest.$ac_objext; then
3454 ac_cv_prog_cxx_g=yes
3456 echo "$as_me: failed program was
:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3460 cat >conftest.$ac_ext <<_ACEOF
3463 cat confdefs.h >>conftest.$ac_ext
3464 cat >>conftest.$ac_ext <<_ACEOF
3465 /* end confdefs.h. */
3475 rm -f conftest.$ac_objext
3476 if { (ac_try="$ac_compile"
3478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3479 *) ac_try_echo=$ac_try;;
3481 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3482 (eval "$ac_compile") 2>conftest.er1
3484 grep -v '^ *+' conftest.er1 >conftest.err
3486 cat conftest.err >&5
3487 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3488 (exit $ac_status); } && {
3489 test -z "$ac_cxx_werror_flag" ||
3490 test ! -s conftest.err
3491 } && test -s conftest.$ac_objext; then
3494 echo "$as_me: failed program was
:" >&5
3495 sed 's/^/| /' conftest.$ac_ext >&5
3497 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3499 cat >conftest.$ac_ext <<_ACEOF
3502 cat confdefs.h >>conftest.$ac_ext
3503 cat >>conftest.$ac_ext <<_ACEOF
3504 /* end confdefs.h. */
3514 rm -f conftest.$ac_objext
3515 if { (ac_try="$ac_compile"
3517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3518 *) ac_try_echo=$ac_try;;
3520 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3521 (eval "$ac_compile") 2>conftest.er1
3523 grep -v '^ *+' conftest.er1 >conftest.err
3525 cat conftest.err >&5
3526 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3527 (exit $ac_status); } && {
3528 test -z "$ac_cxx_werror_flag" ||
3529 test ! -s conftest.err
3530 } && test -s conftest.$ac_objext; then
3531 ac_cv_prog_cxx_g=yes
3533 echo "$as_me: failed program was
:" >&5
3534 sed 's/^/| /' conftest.$ac_ext >&5
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3548 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3549 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3550 if test "$ac_test_CXXFLAGS" = set; then
3551 CXXFLAGS=$ac_save_CXXFLAGS
3552 elif test $ac_cv_prog_cxx_g = yes; then
3553 if test "$GXX" = yes; then
3559 if test "$GXX" = yes; then
3566 ac_cpp='$CPP $CPPFLAGS'
3567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3571 if test -n "$ac_tool_prefix"; then
3572 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3573 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3574 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3575 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3576 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3577 echo $ECHO_N "(cached
) $ECHO_C" >&6
3579 if test -n "$CPPBIN"; then
3580 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3590 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3599 CPPBIN=$ac_cv_prog_CPPBIN
3600 if test -n "$CPPBIN"; then
3601 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3602 echo "${ECHO_T}$CPPBIN" >&6; }
3604 { echo "$as_me:$LINENO: result
: no
" >&5
3605 echo "${ECHO_T}no
" >&6; }
3610 if test -z "$ac_cv_prog_CPPBIN"; then
3611 ac_ct_CPPBIN=$CPPBIN
3612 # Extract the first word of "cpp
", so it can be a program name with args.
3613 set dummy cpp; ac_word=$2
3614 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3615 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3616 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3617 echo $ECHO_N "(cached
) $ECHO_C" >&6
3619 if test -n "$ac_ct_CPPBIN"; then
3620 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3626 test -z "$as_dir" && as_dir=.
3627 for ac_exec_ext in '' $ac_executable_extensions; do
3628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3629 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3630 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3639 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3640 if test -n "$ac_ct_CPPBIN"; then
3641 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3642 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3644 { echo "$as_me:$LINENO: result
: no
" >&5
3645 echo "${ECHO_T}no
" >&6; }
3648 if test "x
$ac_ct_CPPBIN" = x; then
3651 case $cross_compiling:$ac_tool_warned in
3653 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3654 whose name does not start with the
host triplet. If you think this
3655 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3656 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3657 whose name does not start with the
host triplet. If you think this
3658 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3659 ac_tool_warned=yes ;;
3661 CPPBIN=$ac_ct_CPPBIN
3664 CPPBIN="$ac_cv_prog_CPPBIN"
3670 if test "x
$enable_win64" == "xyes
"
3674 LD="${LD:-ld} -arch x86_64
"
3675 AS="${AS:-as} -arch x86_64
"
3677 notice_platform="64-bit "
3683 LD="${LD:-ld} -arch i386
"
3684 AS="${AS:-as} -arch i386
"
3686 notice_platform="32-bit "
3689 enable_win16=${enable_win16:-yes}
3693 if test "x
$enable_win64" != "xyes
" -a "$cross_compiling" != "yes"
3697 { echo "$as_me:$LINENO: checking whether
$CC works
" >&5
3698 echo $ECHO_N "checking whether
$CC works...
$ECHO_C" >&6; }
3700 cat >conftest.$ac_ext <<_ACEOF
3703 cat confdefs.h >>conftest.$ac_ext
3704 cat >>conftest.$ac_ext <<_ACEOF
3705 /* end confdefs.h. */
3715 rm -f conftest.$ac_objext conftest$ac_exeext
3716 if { (ac_try="$ac_link"
3718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3719 *) ac_try_echo=$ac_try;;
3721 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3722 (eval "$ac_link") 2>conftest.er1
3724 grep -v '^ *+' conftest.er1 >conftest.err
3726 cat conftest.err >&5
3727 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3728 (exit $ac_status); } && {
3729 test -z "$ac_c_werror_flag" ||
3730 test ! -s conftest.err
3731 } && test -s conftest$ac_exeext &&
3732 $as_test_x conftest$ac_exeext; then
3733 { echo "$as_me:$LINENO: result
: yes" >&5
3734 echo "${ECHO_T}yes" >&6; }
3736 echo "$as_me: failed program was
:" >&5
3737 sed 's/^/| /' conftest.$ac_ext >&5
3739 { echo "$as_me:$LINENO: result
: no
" >&5
3740 echo "${ECHO_T}no
" >&6; }
3741 { { echo "$as_me:$LINENO: error
: Cannot build a
32-bit program
, you need to
install 32-bit development libraries.
" >&5
3742 echo "$as_me: error
: Cannot build a
32-bit program
, you need to
install 32-bit development libraries.
" >&2;}
3743 { (exit 1); exit 1; }; }
3746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3747 conftest$ac_exeext conftest.$ac_ext
3748 LD="${LD:-ld} -m elf_i386
"
3751 notice_platform="32-bit "
3754 enable_win16=${enable_win16:-yes}
3760 *-mingw32*|*-cygwin*)
3761 enable_win16=${enable_win16:-no}
3764 enable_win16=${enable_win16:-yes}
3768 enable_win16=${enable_win16:-no}
3770 WIN16_FILES="\$
(WIN16_FILES
)"
3772 WIN16_INSTALL="\$
(WIN16_INSTALL
)"
3774 if test "x
$enable_win16" != "xyes
"
3778 enable_w32skrnl=${enable_w32skrnl:-no}
3779 enable_winedos=${enable_winedos:-no}
3780 enable_winevdm=${enable_winevdm:-no}
3783 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3784 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3785 if test "${wine_cv_toolsdir+set}" = set; then
3786 echo $ECHO_N "(cached
) $ECHO_C" >&6
3788 if test -z "$with_wine_tools"; then
3789 if test "$cross_compiling" = "yes"; then
3790 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3791 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3792 { (exit 1); exit 1; }; }
3794 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3796 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3797 case $with_wine_tools in
3798 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3799 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3802 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3803 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3804 { (exit 1); exit 1; }; }
3807 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3808 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3809 TOOLSDIR=$wine_cv_toolsdir
3811 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3813 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3819 # Extract the first word of "$ac_prog", so it can be a program name with args.
3820 set dummy $ac_prog; ac_word=$2
3821 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3822 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3823 if test "${ac_cv_prog_FLEX+set}" = set; then
3824 echo $ECHO_N "(cached
) $ECHO_C" >&6
3826 if test -n "$FLEX"; then
3827 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3833 test -z "$as_dir" && as_dir=.
3834 for ac_exec_ext in '' $ac_executable_extensions; do
3835 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3836 ac_cv_prog_FLEX="$ac_prog"
3837 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3846 FLEX=$ac_cv_prog_FLEX
3847 if test -n "$FLEX"; then
3848 { echo "$as_me:$LINENO: result
: $FLEX" >&5
3849 echo "${ECHO_T}$FLEX" >&6; }
3851 { echo "$as_me:$LINENO: result
: no
" >&5
3852 echo "${ECHO_T}no
" >&6; }
3856 test -n "$FLEX" && break
3858 test -n "$FLEX" || FLEX="none
"
3860 if test "$FLEX" = "none
"
3862 { { echo "$as_me:$LINENO: error
: no suitable flex found. Please
install the
'flex' package.
" >&5
3863 echo "$as_me: error
: no suitable flex found. Please
install the
'flex' package.
" >&2;}
3864 { (exit 1); exit 1; }; }
3867 for ac_prog in bison
3869 # Extract the first word of "$ac_prog", so it can be a program name with args.
3870 set dummy $ac_prog; ac_word=$2
3871 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3872 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3873 if test "${ac_cv_prog_BISON+set}" = set; then
3874 echo $ECHO_N "(cached
) $ECHO_C" >&6
3876 if test -n "$BISON"; then
3877 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3883 test -z "$as_dir" && as_dir=.
3884 for ac_exec_ext in '' $ac_executable_extensions; do
3885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3886 ac_cv_prog_BISON="$ac_prog"
3887 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3896 BISON=$ac_cv_prog_BISON
3897 if test -n "$BISON"; then
3898 { echo "$as_me:$LINENO: result
: $BISON" >&5
3899 echo "${ECHO_T}$BISON" >&6; }
3901 { echo "$as_me:$LINENO: result
: no
" >&5
3902 echo "${ECHO_T}no
" >&6; }
3906 test -n "$BISON" && break
3908 test -n "$BISON" || BISON="none
"
3910 if test "$BISON" = "none
"
3912 { { echo "$as_me:$LINENO: error
: no suitable bison found. Please
install the
'bison' package.
" >&5
3913 echo "$as_me: error
: no suitable bison found. Please
install the
'bison' package.
" >&2;}
3914 { (exit 1); exit 1; }; }
3917 if test -n "$ac_tool_prefix"; then
3918 for ac_prog in gas as
3920 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3921 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3922 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3923 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3924 if test "${ac_cv_prog_AS+set}" = set; then
3925 echo $ECHO_N "(cached
) $ECHO_C" >&6
3927 if test -n "$AS"; then
3928 ac_cv_prog_AS="$AS" # Let the user override the test.
3930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3934 test -z "$as_dir" && as_dir=.
3935 for ac_exec_ext in '' $ac_executable_extensions; do
3936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3937 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3938 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3948 if test -n "$AS"; then
3949 { echo "$as_me:$LINENO: result
: $AS" >&5
3950 echo "${ECHO_T}$AS" >&6; }
3952 { echo "$as_me:$LINENO: result
: no
" >&5
3953 echo "${ECHO_T}no
" >&6; }
3957 test -n "$AS" && break
3960 if test -z "$AS"; then
3962 for ac_prog in gas as
3964 # Extract the first word of "$ac_prog", so it can be a program name with args.
3965 set dummy $ac_prog; ac_word=$2
3966 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3967 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3968 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3969 echo $ECHO_N "(cached
) $ECHO_C" >&6
3971 if test -n "$ac_ct_AS"; then
3972 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3978 test -z "$as_dir" && as_dir=.
3979 for ac_exec_ext in '' $ac_executable_extensions; do
3980 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3981 ac_cv_prog_ac_ct_AS="$ac_prog"
3982 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3991 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3992 if test -n "$ac_ct_AS"; then
3993 { echo "$as_me:$LINENO: result
: $ac_ct_AS" >&5
3994 echo "${ECHO_T}$ac_ct_AS" >&6; }
3996 { echo "$as_me:$LINENO: result
: no
" >&5
3997 echo "${ECHO_T}no
" >&6; }
4001 test -n "$ac_ct_AS" && break
4004 if test "x
$ac_ct_AS" = x; then
4007 case $cross_compiling:$ac_tool_warned in
4009 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4010 whose name does not start with the
host triplet. If you think this
4011 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4012 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4013 whose name does not start with the
host triplet. If you think this
4014 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4015 ac_tool_warned=yes ;;
4021 if test -n "$ac_tool_prefix"; then
4022 for ac_prog in ld gld
4024 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4025 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4026 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4027 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4028 if test "${ac_cv_prog_LD+set}" = set; then
4029 echo $ECHO_N "(cached
) $ECHO_C" >&6
4031 if test -n "$LD"; then
4032 ac_cv_prog_LD="$LD" # Let the user override the test.
4034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4038 test -z "$as_dir" && as_dir=.
4039 for ac_exec_ext in '' $ac_executable_extensions; do
4040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4041 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4042 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4052 if test -n "$LD"; then
4053 { echo "$as_me:$LINENO: result
: $LD" >&5
4054 echo "${ECHO_T}$LD" >&6; }
4056 { echo "$as_me:$LINENO: result
: no
" >&5
4057 echo "${ECHO_T}no
" >&6; }
4061 test -n "$LD" && break
4064 if test -z "$LD"; then
4066 for ac_prog in ld gld
4068 # Extract the first word of "$ac_prog", so it can be a program name with args.
4069 set dummy $ac_prog; ac_word=$2
4070 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4071 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4072 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4073 echo $ECHO_N "(cached
) $ECHO_C" >&6
4075 if test -n "$ac_ct_LD"; then
4076 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4078 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4082 test -z "$as_dir" && as_dir=.
4083 for ac_exec_ext in '' $ac_executable_extensions; do
4084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4085 ac_cv_prog_ac_ct_LD="$ac_prog"
4086 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4095 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4096 if test -n "$ac_ct_LD"; then
4097 { echo "$as_me:$LINENO: result
: $ac_ct_LD" >&5
4098 echo "${ECHO_T}$ac_ct_LD" >&6; }
4100 { echo "$as_me:$LINENO: result
: no
" >&5
4101 echo "${ECHO_T}no
" >&6; }
4105 test -n "$ac_ct_LD" && break
4108 if test "x
$ac_ct_LD" = x; then
4111 case $cross_compiling:$ac_tool_warned in
4113 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4114 whose name does not start with the
host triplet. If you think this
4115 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4116 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4117 whose name does not start with the
host triplet. If you think this
4118 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4119 ac_tool_warned=yes ;;
4125 if test -n "$ac_tool_prefix"; then
4126 for ac_prog in nm gnm
4128 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4129 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4130 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4131 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4132 if test "${ac_cv_prog_NM+set}" = set; then
4133 echo $ECHO_N "(cached
) $ECHO_C" >&6
4135 if test -n "$NM"; then
4136 ac_cv_prog_NM="$NM" # Let the user override the test.
4138 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4142 test -z "$as_dir" && as_dir=.
4143 for ac_exec_ext in '' $ac_executable_extensions; do
4144 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4145 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4146 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4156 if test -n "$NM"; then
4157 { echo "$as_me:$LINENO: result
: $NM" >&5
4158 echo "${ECHO_T}$NM" >&6; }
4160 { echo "$as_me:$LINENO: result
: no
" >&5
4161 echo "${ECHO_T}no
" >&6; }
4165 test -n "$NM" && break
4168 if test -z "$NM"; then
4170 for ac_prog in nm gnm
4172 # Extract the first word of "$ac_prog", so it can be a program name with args.
4173 set dummy $ac_prog; ac_word=$2
4174 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4175 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4176 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4177 echo $ECHO_N "(cached
) $ECHO_C" >&6
4179 if test -n "$ac_ct_NM"; then
4180 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4186 test -z "$as_dir" && as_dir=.
4187 for ac_exec_ext in '' $ac_executable_extensions; do
4188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4189 ac_cv_prog_ac_ct_NM="$ac_prog"
4190 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4199 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4200 if test -n "$ac_ct_NM"; then
4201 { echo "$as_me:$LINENO: result
: $ac_ct_NM" >&5
4202 echo "${ECHO_T}$ac_ct_NM" >&6; }
4204 { echo "$as_me:$LINENO: result
: no
" >&5
4205 echo "${ECHO_T}no
" >&6; }
4209 test -n "$ac_ct_NM" && break
4212 if test "x
$ac_ct_NM" = x; then
4215 case $cross_compiling:$ac_tool_warned in
4217 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4218 whose name does not start with the
host triplet. If you think this
4219 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4220 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4221 whose name does not start with the
host triplet. If you think this
4222 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4223 ac_tool_warned=yes ;;
4229 if test -n "$ac_tool_prefix"; then
4230 for ac_prog in ar gar
4232 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4233 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4234 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4235 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4236 if test "${ac_cv_prog_AR+set}" = set; then
4237 echo $ECHO_N "(cached
) $ECHO_C" >&6
4239 if test -n "$AR"; then
4240 ac_cv_prog_AR="$AR" # Let the user override the test.
4242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4250 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4260 if test -n "$AR"; then
4261 { echo "$as_me:$LINENO: result
: $AR" >&5
4262 echo "${ECHO_T}$AR" >&6; }
4264 { echo "$as_me:$LINENO: result
: no
" >&5
4265 echo "${ECHO_T}no
" >&6; }
4269 test -n "$AR" && break
4272 if test -z "$AR"; then
4274 for ac_prog in ar gar
4276 # Extract the first word of "$ac_prog", so it can be a program name with args.
4277 set dummy $ac_prog; ac_word=$2
4278 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4279 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4280 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4281 echo $ECHO_N "(cached
) $ECHO_C" >&6
4283 if test -n "$ac_ct_AR"; then
4284 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4290 test -z "$as_dir" && as_dir=.
4291 for ac_exec_ext in '' $ac_executable_extensions; do
4292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4293 ac_cv_prog_ac_ct_AR="$ac_prog"
4294 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4303 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4304 if test -n "$ac_ct_AR"; then
4305 { echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
4306 echo "${ECHO_T}$ac_ct_AR" >&6; }
4308 { echo "$as_me:$LINENO: result
: no
" >&5
4309 echo "${ECHO_T}no
" >&6; }
4313 test -n "$ac_ct_AR" && break
4316 if test "x
$ac_ct_AR" = x; then
4319 case $cross_compiling:$ac_tool_warned in
4321 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4322 whose name does not start with the
host triplet. If you think this
4323 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4324 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4325 whose name does not start with the
host triplet. If you think this
4326 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4327 ac_tool_warned=yes ;;
4335 if test -n "$ac_tool_prefix"; then
4336 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
4337 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4338 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4339 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4340 if test "${ac_cv_prog_RANLIB+set}" = set; then
4341 echo $ECHO_N "(cached
) $ECHO_C" >&6
4343 if test -n "$RANLIB"; then
4344 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4350 test -z "$as_dir" && as_dir=.
4351 for ac_exec_ext in '' $ac_executable_extensions; do
4352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4353 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
4354 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4363 RANLIB=$ac_cv_prog_RANLIB
4364 if test -n "$RANLIB"; then
4365 { echo "$as_me:$LINENO: result
: $RANLIB" >&5
4366 echo "${ECHO_T}$RANLIB" >&6; }
4368 { echo "$as_me:$LINENO: result
: no
" >&5
4369 echo "${ECHO_T}no
" >&6; }
4374 if test -z "$ac_cv_prog_RANLIB"; then
4375 ac_ct_RANLIB=$RANLIB
4376 # Extract the first word of "ranlib
", so it can be a program name with args.
4377 set dummy ranlib; ac_word=$2
4378 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4379 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4380 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4381 echo $ECHO_N "(cached
) $ECHO_C" >&6
4383 if test -n "$ac_ct_RANLIB"; then
4384 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4390 test -z "$as_dir" && as_dir=.
4391 for ac_exec_ext in '' $ac_executable_extensions; do
4392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4393 ac_cv_prog_ac_ct_RANLIB="ranlib
"
4394 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4403 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4404 if test -n "$ac_ct_RANLIB"; then
4405 { echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
4406 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4408 { echo "$as_me:$LINENO: result
: no
" >&5
4409 echo "${ECHO_T}no
" >&6; }
4412 if test "x
$ac_ct_RANLIB" = x; then
4415 case $cross_compiling:$ac_tool_warned in
4417 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4418 whose name does not start with the
host triplet. If you think this
4419 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4420 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4421 whose name does not start with the
host triplet. If you think this
4422 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4423 ac_tool_warned=yes ;;
4425 RANLIB=$ac_ct_RANLIB
4428 RANLIB="$ac_cv_prog_RANLIB"
4431 if test -n "$ac_tool_prefix"; then
4432 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
4433 set dummy ${ac_tool_prefix}strip; ac_word=$2
4434 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4435 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4436 if test "${ac_cv_prog_STRIP+set}" = set; then
4437 echo $ECHO_N "(cached
) $ECHO_C" >&6
4439 if test -n "$STRIP"; then
4440 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4446 test -z "$as_dir" && as_dir=.
4447 for ac_exec_ext in '' $ac_executable_extensions; do
4448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4449 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
4450 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4459 STRIP=$ac_cv_prog_STRIP
4460 if test -n "$STRIP"; then
4461 { echo "$as_me:$LINENO: result
: $STRIP" >&5
4462 echo "${ECHO_T}$STRIP" >&6; }
4464 { echo "$as_me:$LINENO: result
: no
" >&5
4465 echo "${ECHO_T}no
" >&6; }
4470 if test -z "$ac_cv_prog_STRIP"; then
4472 # Extract the first word of "strip
", so it can be a program name with args.
4473 set dummy strip; ac_word=$2
4474 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4475 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4476 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4477 echo $ECHO_N "(cached
) $ECHO_C" >&6
4479 if test -n "$ac_ct_STRIP"; then
4480 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4486 test -z "$as_dir" && as_dir=.
4487 for ac_exec_ext in '' $ac_executable_extensions; do
4488 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4489 ac_cv_prog_ac_ct_STRIP="strip
"
4490 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4499 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4500 if test -n "$ac_ct_STRIP"; then
4501 { echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
4502 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4504 { echo "$as_me:$LINENO: result
: no
" >&5
4505 echo "${ECHO_T}no
" >&6; }
4508 if test "x
$ac_ct_STRIP" = x; then
4511 case $cross_compiling:$ac_tool_warned in
4513 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4514 whose name does not start with the
host triplet. If you think this
4515 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4516 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4517 whose name does not start with the
host triplet. If you think this
4518 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4519 ac_tool_warned=yes ;;
4524 STRIP="$ac_cv_prog_STRIP"
4527 if test -n "$ac_tool_prefix"; then
4528 # Extract the first word of "${ac_tool_prefix}windres
", so it can be a program name with args.
4529 set dummy ${ac_tool_prefix}windres; ac_word=$2
4530 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4531 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4532 if test "${ac_cv_prog_WINDRES+set}" = set; then
4533 echo $ECHO_N "(cached
) $ECHO_C" >&6
4535 if test -n "$WINDRES"; then
4536 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4542 test -z "$as_dir" && as_dir=.
4543 for ac_exec_ext in '' $ac_executable_extensions; do
4544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4545 ac_cv_prog_WINDRES="${ac_tool_prefix}windres
"
4546 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4555 WINDRES=$ac_cv_prog_WINDRES
4556 if test -n "$WINDRES"; then
4557 { echo "$as_me:$LINENO: result
: $WINDRES" >&5
4558 echo "${ECHO_T}$WINDRES" >&6; }
4560 { echo "$as_me:$LINENO: result
: no
" >&5
4561 echo "${ECHO_T}no
" >&6; }
4566 if test -z "$ac_cv_prog_WINDRES"; then
4567 ac_ct_WINDRES=$WINDRES
4568 # Extract the first word of "windres
", so it can be a program name with args.
4569 set dummy windres; ac_word=$2
4570 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4571 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4572 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4573 echo $ECHO_N "(cached
) $ECHO_C" >&6
4575 if test -n "$ac_ct_WINDRES"; then
4576 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4582 test -z "$as_dir" && as_dir=.
4583 for ac_exec_ext in '' $ac_executable_extensions; do
4584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4585 ac_cv_prog_ac_ct_WINDRES="windres
"
4586 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4595 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4596 if test -n "$ac_ct_WINDRES"; then
4597 { echo "$as_me:$LINENO: result
: $ac_ct_WINDRES" >&5
4598 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4600 { echo "$as_me:$LINENO: result
: no
" >&5
4601 echo "${ECHO_T}no
" >&6; }
4604 if test "x
$ac_ct_WINDRES" = x; then
4607 case $cross_compiling:$ac_tool_warned in
4609 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
4610 whose name does not start with the
host triplet. If you think this
4611 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
4612 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
4613 whose name does not start with the
host triplet. If you think this
4614 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
4615 ac_tool_warned=yes ;;
4617 WINDRES=$ac_ct_WINDRES
4620 WINDRES="$ac_cv_prog_WINDRES"
4623 { echo "$as_me:$LINENO: checking whether
ln -s works
" >&5
4624 echo $ECHO_N "checking whether
ln -s works...
$ECHO_C" >&6; }
4626 if test "$LN_S" = "ln -s"; then
4627 { echo "$as_me:$LINENO: result
: yes" >&5
4628 echo "${ECHO_T}yes" >&6; }
4630 { echo "$as_me:$LINENO: result
: no
, using
$LN_S" >&5
4631 echo "${ECHO_T}no
, using
$LN_S" >&6; }
4634 { echo "$as_me:$LINENO: checking whether
ln works
" >&5
4635 echo $ECHO_N "checking whether
ln works...
$ECHO_C" >&6; }
4636 rm -f conf$$ conf$$.file
4638 if ln conf$$.file conf$$ 2>/dev/null; then
4641 { echo "$as_me:$LINENO: result
: yes" >&5
4642 echo "${ECHO_T}yes" >&6; }
4646 { echo "$as_me:$LINENO: result
: no
, using
$LN" >&5
4647 echo "${ECHO_T}no
, using
$LN" >&6; }
4649 rm -f conf$$ conf$$.file
4650 { echo "$as_me:$LINENO: checking
for grep that handles long lines and
-e" >&5
4651 echo $ECHO_N "checking
for grep that handles long lines and
-e...
$ECHO_C" >&6; }
4652 if test "${ac_cv_path_GREP+set}" = set; then
4653 echo $ECHO_N "(cached
) $ECHO_C" >&6
4655 # Extract the first word of "grep ggrep
" to use in msg output
4656 if test -z "$GREP"; then
4657 set dummy grep ggrep; ac_prog_name=$2
4658 if test "${ac_cv_path_GREP+set}" = set; then
4659 echo $ECHO_N "(cached
) $ECHO_C" >&6
4661 ac_path_GREP_found=false
4662 # Loop through the user's path and test for each of PROGNAME-LIST
4663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4664 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4667 test -z "$as_dir" && as_dir=.
4668 for ac_prog in grep ggrep; do
4669 for ac_exec_ext in '' $ac_executable_extensions; do
4670 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4671 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4672 # Check for GNU ac_path_GREP and select it if it is found.
4673 # Check for GNU $ac_path_GREP
4674 case `"$ac_path_GREP" --version 2>&1` in
4676 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4679 echo $ECHO_N "0123456789$ECHO_C" >"conftest.
in"
4682 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
4683 mv "conftest.tmp
" "conftest.
in"
4684 cp "conftest.
in" "conftest.
nl"
4685 echo 'GREP' >> "conftest.
nl"
4686 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
4687 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
4688 ac_count=`expr $ac_count + 1`
4689 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4690 # Best one so far, save it but keep looking for a better one
4691 ac_cv_path_GREP="$ac_path_GREP"
4692 ac_path_GREP_max=$ac_count
4694 # 10*(2^10) chars as input seems more than enough
4695 test $ac_count -gt 10 && break
4697 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4701 $ac_path_GREP_found && break 3
4711 GREP="$ac_cv_path_GREP"
4712 if test -z "$GREP"; then
4713 { { echo "$as_me:$LINENO: error
: no acceptable
$ac_prog_name could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" >&5
4714 echo "$as_me: error
: no acceptable
$ac_prog_name could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" >&2;}
4715 { (exit 1); exit 1; }; }
4719 ac_cv_path_GREP=$GREP
4724 { echo "$as_me:$LINENO: result
: $ac_cv_path_GREP" >&5
4725 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4726 GREP="$ac_cv_path_GREP"
4729 { echo "$as_me:$LINENO: checking
for egrep" >&5
4730 echo $ECHO_N "checking
for egrep...
$ECHO_C" >&6; }
4731 if test "${ac_cv_path_EGREP+set}" = set; then
4732 echo $ECHO_N "(cached
) $ECHO_C" >&6
4734 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4735 then ac_cv_path_EGREP="$GREP -E"
4737 # Extract the first word of "egrep" to use in msg output
4738 if test -z "$EGREP"; then
4739 set dummy egrep; ac_prog_name=$2
4740 if test "${ac_cv_path_EGREP+set}" = set; then
4741 echo $ECHO_N "(cached
) $ECHO_C" >&6
4743 ac_path_EGREP_found=false
4744 # Loop through the user's path and test for each of PROGNAME-LIST
4745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4746 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4749 test -z "$as_dir" && as_dir=.
4750 for ac_prog in egrep; do
4751 for ac_exec_ext in '' $ac_executable_extensions; do
4752 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4753 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4754 # Check for GNU ac_path_EGREP and select it if it is found.
4755 # Check for GNU $ac_path_EGREP
4756 case `"$ac_path_EGREP" --version 2>&1` in
4758 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4761 echo $ECHO_N "0123456789$ECHO_C" >"conftest.
in"
4764 cat "conftest.
in" "conftest.
in" >"conftest.tmp
"
4765 mv "conftest.tmp
" "conftest.
in"
4766 cp "conftest.
in" "conftest.
nl"
4767 echo 'EGREP' >> "conftest.
nl"
4768 "$ac_path_EGREP" 'EGREP$' < "conftest.
nl" >"conftest.out
" 2>/dev/null || break
4769 diff "conftest.out
" "conftest.
nl" >/dev/null 2>&1 || break
4770 ac_count=`expr $ac_count + 1`
4771 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4772 # Best one so far, save it but keep looking for a better one
4773 ac_cv_path_EGREP="$ac_path_EGREP"
4774 ac_path_EGREP_max=$ac_count
4776 # 10*(2^10) chars as input seems more than enough
4777 test $ac_count -gt 10 && break
4779 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4783 $ac_path_EGREP_found && break 3
4793 EGREP="$ac_cv_path_EGREP"
4794 if test -z "$EGREP"; then
4795 { { echo "$as_me:$LINENO: error
: no acceptable
$ac_prog_name could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" >&5
4796 echo "$as_me: error
: no acceptable
$ac_prog_name could be found
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
" >&2;}
4797 { (exit 1); exit 1; }; }
4801 ac_cv_path_EGREP=$EGREP
4807 { echo "$as_me:$LINENO: result
: $ac_cv_path_EGREP" >&5
4808 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4809 EGREP="$ac_cv_path_EGREP"
4812 # Extract the first word of "ldconfig
", so it can be a program name with args.
4813 set dummy ldconfig; ac_word=$2
4814 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4815 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4816 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4817 echo $ECHO_N "(cached
) $ECHO_C" >&6
4821 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4825 for as_dir in /sbin /usr/sbin $PATH
4828 test -z "$as_dir" && as_dir=.
4829 for ac_exec_ext in '' $ac_executable_extensions; do
4830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4831 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4832 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4839 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true
"
4843 LDCONFIG=$ac_cv_path_LDCONFIG
4844 if test -n "$LDCONFIG"; then
4845 { echo "$as_me:$LINENO: result
: $LDCONFIG" >&5
4846 echo "${ECHO_T}$LDCONFIG" >&6; }
4848 { echo "$as_me:$LINENO: result
: no
" >&5
4849 echo "${ECHO_T}no
" >&6; }
4853 # Find a good install program. We prefer a C program (faster),
4854 # so one script is as good as another. But avoid the broken or
4855 # incompatible versions:
4856 # SysV /etc/install, /usr/sbin/install
4857 # SunOS /usr/etc/install
4858 # IRIX /sbin/install
4860 # AmigaOS /C/install, which installs bootblocks on floppy discs
4861 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4862 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4863 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff
"
4864 # OS/2's system install, which has a completely different semantic
4865 # ./install, which can be erroneously created by make from ./install.sh.
4866 { echo "$as_me:$LINENO: checking
for a BSD-compatible
install" >&5
4867 echo $ECHO_N "checking
for a BSD-compatible
install...
$ECHO_C" >&6; }
4868 if test -z "$INSTALL"; then
4869 if test "${ac_cv_path_install+set}" = set; then
4870 echo $ECHO_N "(cached
) $ECHO_C" >&6
4872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4876 test -z "$as_dir" && as_dir=.
4877 # Account for people who put trailing slashes in PATH elements.
4879 ./ | .// | /cC/* | \
4880 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4881 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4884 # OSF1 and SCO ODT 3.0 have their own names for install.
4885 # Don't use installbsd from OSF since it installs stuff as root
4887 for ac_prog in ginstall scoinst install; do
4888 for ac_exec_ext in '' $ac_executable_extensions; do
4889 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4890 if test $ac_prog = install &&
4891 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4892 # AIX install. It has an incompatible calling convention.
4894 elif test $ac_prog = install &&
4895 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4896 # program-specific install script used by HP pwplus--don't use.
4899 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4912 if test "${ac_cv_path_install+set}" = set; then
4913 INSTALL=$ac_cv_path_install
4915 # As a last resort, use the slow shell script. Don't cache a
4916 # value for INSTALL within a source directory, because that will
4917 # break other packages using the cache if that directory is
4918 # removed, or if the value is a relative name.
4919 INSTALL=$ac_install_sh
4922 { echo "$as_me:$LINENO: result
: $INSTALL" >&5
4923 echo "${ECHO_T}$INSTALL" >&6; }
4925 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4926 # It thinks the first close brace ends the variable substitution.
4927 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4929 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4931 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4934 [\\/$]* | ?:[\\/]* ) ;;
4935 *) INSTALL="\\\$
(TOPSRCDIR
)/$INSTALL" ;;
4938 for ac_prog in lclint lint
4940 # Extract the first word of "$ac_prog", so it can be a program name with args.
4941 set dummy $ac_prog; ac_word=$2
4942 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4943 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4944 if test "${ac_cv_prog_LINT+set}" = set; then
4945 echo $ECHO_N "(cached
) $ECHO_C" >&6
4947 if test -n "$LINT"; then
4948 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4954 test -z "$as_dir" && as_dir=.
4955 for ac_exec_ext in '' $ac_executable_extensions; do
4956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4957 ac_cv_prog_LINT="$ac_prog"
4958 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4967 LINT=$ac_cv_prog_LINT
4968 if test -n "$LINT"; then
4969 { echo "$as_me:$LINENO: result
: $LINT" >&5
4970 echo "${ECHO_T}$LINT" >&6; }
4972 { echo "$as_me:$LINENO: result
: no
" >&5
4973 echo "${ECHO_T}no
" >&6; }
4977 test -n "$LINT" && break
4980 if test "$LINT" = "lint
"
4982 LINTFLAGS="$LINTFLAGS -errchk=%all
,no
%longptr64
-errhdr=%user
-Ncheck=macro
-Nlevel=4"
4987 for ac_prog in fontforge
4989 # Extract the first word of "$ac_prog", so it can be a program name with args.
4990 set dummy $ac_prog; ac_word=$2
4991 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
4992 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
4993 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4994 echo $ECHO_N "(cached
) $ECHO_C" >&6
4996 if test -n "$FONTFORGE"; then
4997 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5003 test -z "$as_dir" && as_dir=.
5004 for ac_exec_ext in '' $ac_executable_extensions; do
5005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5006 ac_cv_prog_FONTFORGE="$ac_prog"
5007 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5016 FONTFORGE=$ac_cv_prog_FONTFORGE
5017 if test -n "$FONTFORGE"; then
5018 { echo "$as_me:$LINENO: result
: $FONTFORGE" >&5
5019 echo "${ECHO_T}$FONTFORGE" >&6; }
5021 { echo "$as_me:$LINENO: result
: no
" >&5
5022 echo "${ECHO_T}no
" >&6; }
5026 test -n "$FONTFORGE" && break
5028 test -n "$FONTFORGE" || FONTFORGE="false
"
5030 for ac_prog in pkg-config
5032 # Extract the first word of "$ac_prog", so it can be a program name with args.
5033 set dummy $ac_prog; ac_word=$2
5034 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
5035 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
5036 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5037 echo $ECHO_N "(cached
) $ECHO_C" >&6
5039 if test -n "$PKG_CONFIG"; then
5040 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5042 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5046 test -z "$as_dir" && as_dir=.
5047 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5049 ac_cv_prog_PKG_CONFIG="$ac_prog"
5050 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5059 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5060 if test -n "$PKG_CONFIG"; then
5061 { echo "$as_me:$LINENO: result
: $PKG_CONFIG" >&5
5062 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5064 { echo "$as_me:$LINENO: result
: no
" >&5
5065 echo "${ECHO_T}no
" >&6; }
5069 test -n "$PKG_CONFIG" && break
5071 test -n "$PKG_CONFIG" || PKG_CONFIG="false
"
5075 # Extract the first word of "$ac_prog", so it can be a program name with args.
5076 set dummy $ac_prog; ac_word=$2
5077 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
5078 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
5079 if test "${ac_cv_prog_RSVG+set}" = set; then
5080 echo $ECHO_N "(cached
) $ECHO_C" >&6
5082 if test -n "$RSVG"; then
5083 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5089 test -z "$as_dir" && as_dir=.
5090 for ac_exec_ext in '' $ac_executable_extensions; do
5091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5092 ac_cv_prog_RSVG="$ac_prog"
5093 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5102 RSVG=$ac_cv_prog_RSVG
5103 if test -n "$RSVG"; then
5104 { echo "$as_me:$LINENO: result
: $RSVG" >&5
5105 echo "${ECHO_T}$RSVG" >&6; }
5107 { echo "$as_me:$LINENO: result
: no
" >&5
5108 echo "${ECHO_T}no
" >&6; }
5112 test -n "$RSVG" && break
5114 test -n "$RSVG" || RSVG="false
"
5116 for ac_prog in icotool
5118 # Extract the first word of "$ac_prog", so it can be a program name with args.
5119 set dummy $ac_prog; ac_word=$2
5120 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
5121 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
5122 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5123 echo $ECHO_N "(cached
) $ECHO_C" >&6
5125 if test -n "$ICOTOOL"; then
5126 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5132 test -z "$as_dir" && as_dir=.
5133 for ac_exec_ext in '' $ac_executable_extensions; do
5134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5135 ac_cv_prog_ICOTOOL="$ac_prog"
5136 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5145 ICOTOOL=$ac_cv_prog_ICOTOOL
5146 if test -n "$ICOTOOL"; then
5147 { echo "$as_me:$LINENO: result
: $ICOTOOL" >&5
5148 echo "${ECHO_T}$ICOTOOL" >&6; }
5150 { echo "$as_me:$LINENO: result
: no
" >&5
5151 echo "${ECHO_T}no
" >&6; }
5155 test -n "$ICOTOOL" && break
5157 test -n "$ICOTOOL" || ICOTOOL="false
"
5160 if test "${enable_maintainer_mode+set}" = set
5162 if test "$FONTFORGE" = "false
"; then wine_warnings="$wine_warnings|fontforge is missing
, fonts can
't be rebuilt."; fi
5163 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt.
"; fi
5164 if test "$ICOTOOL" = "false
"; then wine_warnings="$wine_warnings|icotool is missing
, icons can
't be rebuilt."; fi
5169 # Extract the first word of "prelink", so it can be a program name with args.
5170 set dummy prelink; ac_word=$2
5171 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5172 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5173 if test "${ac_cv_path_PRELINK+set}" = set; then
5174 echo $ECHO_N "(cached) $ECHO_C" >&6
5178 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5182 for as_dir in /sbin /usr/sbin $PATH
5185 test -z "$as_dir" && as_dir=.
5186 for ac_exec_ext in '' $ac_executable_extensions; do
5187 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5188 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5189 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5196 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5200 PRELINK=$ac_cv_path_PRELINK
5201 if test -n "$PRELINK"; then
5202 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5203 echo "${ECHO_T}$PRELINK" >&6; }
5205 { echo "$as_me:$LINENO: result: no" >&5
5206 echo "${ECHO_T}no" >&6; }
5215 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5216 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5217 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5218 echo $ECHO_N "(cached) $ECHO_C" >&6
5220 ac_check_lib_save_LIBS=$LIBS
5222 cat >conftest.$ac_ext <<_ACEOF
5225 cat confdefs.h >>conftest.$ac_ext
5226 cat >>conftest.$ac_ext <<_ACEOF
5227 /* end confdefs.h. */
5229 /* Override any GCC internal prototype to avoid an error.
5230 Use char because int might match the return type of a GCC
5231 builtin and then its argument prototype would still apply. */
5235 char i386_set_ldt ();
5239 return i386_set_ldt ();
5244 rm -f conftest.$ac_objext conftest$ac_exeext
5245 if { (ac_try="$ac_link"
5247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5248 *) ac_try_echo=$ac_try;;
5250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5251 (eval "$ac_link") 2>conftest.er1
5253 grep -v '^
*+' conftest.er1 >conftest.err
5255 cat conftest.err >&5
5256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5257 (exit $ac_status); } && {
5258 test -z "$ac_c_werror_flag" ||
5259 test ! -s conftest.err
5260 } && test -s conftest$ac_exeext &&
5261 $as_test_x conftest$ac_exeext; then
5262 ac_cv_lib_i386_i386_set_ldt=yes
5264 echo "$as_me: failed program was:" >&5
5265 sed 's
/^
/|
/' conftest.$ac_ext >&5
5267 ac_cv_lib_i386_i386_set_ldt=no
5270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5271 conftest$ac_exeext conftest.$ac_ext
5272 LIBS=$ac_check_lib_save_LIBS
5274 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5275 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5276 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5277 cat >>confdefs.h <<_ACEOF
5278 #define HAVE_LIBI386 1
5286 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5287 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5288 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5289 echo $ECHO_N "(cached) $ECHO_C" >&6
5291 ac_check_lib_save_LIBS=$LIBS
5292 LIBS="-lossaudio $LIBS"
5293 cat >conftest.$ac_ext <<_ACEOF
5296 cat confdefs.h >>conftest.$ac_ext
5297 cat >>conftest.$ac_ext <<_ACEOF
5298 /* end confdefs.h. */
5300 /* Override any GCC internal prototype to avoid an error.
5301 Use char because int might match the return type of a GCC
5302 builtin and then its argument prototype would still apply. */
5310 return _oss_ioctl ();
5315 rm -f conftest.$ac_objext conftest$ac_exeext
5316 if { (ac_try="$ac_link"
5318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5319 *) ac_try_echo=$ac_try;;
5321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5322 (eval "$ac_link") 2>conftest.er1
5324 grep -v '^
*+' conftest.er1 >conftest.err
5326 cat conftest.err >&5
5327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5328 (exit $ac_status); } && {
5329 test -z "$ac_c_werror_flag" ||
5330 test ! -s conftest.err
5331 } && test -s conftest$ac_exeext &&
5332 $as_test_x conftest$ac_exeext; then
5333 ac_cv_lib_ossaudio__oss_ioctl=yes
5335 echo "$as_me: failed program was:" >&5
5336 sed 's
/^
/|
/' conftest.$ac_ext >&5
5338 ac_cv_lib_ossaudio__oss_ioctl=no
5341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5342 conftest$ac_exeext conftest.$ac_ext
5343 LIBS=$ac_check_lib_save_LIBS
5345 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5346 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5347 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5348 cat >>confdefs.h <<_ACEOF
5349 #define HAVE_LIBOSSAUDIO 1
5352 LIBS="-lossaudio $LIBS"
5364 ac_cpp='$CPP $CPPFLAGS'
5365 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
5366 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
5367 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5368 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5369 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5370 # On Suns, sometimes $CPP names a directory.
5371 if test -n "$CPP" && test -d "$CPP"; then
5374 if test -z "$CPP"; then
5375 if test "${ac_cv_prog_CPP+set}" = set; then
5376 echo $ECHO_N "(cached) $ECHO_C" >&6
5378 # Double quotes because CPP needs to be expanded
5379 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5382 for ac_c_preproc_warn_flag in '' yes
5384 # Use a header file that comes with gcc, so configuring glibc
5385 # with a fresh cross-compiler works.
5386 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5387 # <limits.h> exists even on freestanding compilers.
5388 # On the NeXT, cc -E runs the code through the compiler's parser
,
5389 # not just through cpp. "Syntax error" is here to catch this case.
5390 cat >conftest.
$ac_ext <<_ACEOF
5393 cat confdefs.h
>>conftest.
$ac_ext
5394 cat >>conftest.
$ac_ext <<_ACEOF
5395 /* end confdefs.h. */
5397 # include <limits.h>
5399 # include <assert.h>
5403 if { (ac_try
="$ac_cpp conftest.$ac_ext"
5405 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5406 *) ac_try_echo=$ac_try;;
5408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5409 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5411 grep -v '^ *+' conftest.er1 >conftest.err
5413 cat conftest.err >&5
5414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5415 (exit $ac_status); } >/dev/null && {
5416 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5417 test ! -s conftest.err
5421 echo "$as_me: failed program was:" >&5
5422 sed 's/^/| /' conftest.$ac_ext >&5
5424 # Broken: fails on valid input.
5428 rm -f conftest.err conftest.$ac_ext
5430 # OK, works on sane cases. Now check whether nonexistent headers
5431 # can be detected and how.
5432 cat >conftest.$ac_ext <<_ACEOF
5435 cat confdefs.h >>conftest.$ac_ext
5436 cat >>conftest.$ac_ext <<_ACEOF
5437 /* end confdefs.h. */
5438 #include <ac_nonexistent.h>
5440 if { (ac_try="$ac_cpp conftest.$ac_ext"
5442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5443 *) ac_try_echo
=$ac_try;;
5445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5446 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5448 grep -v '^ *+' conftest.er1
>conftest.err
5450 cat conftest.err
>&5
5451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5452 (exit $ac_status); } >/dev
/null
&& {
5453 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5454 test ! -s conftest.err
5456 # Broken: success on invalid input.
5459 echo "$as_me: failed program was:" >&5
5460 sed 's/^/| /' conftest.
$ac_ext >&5
5462 # Passes both tests.
5467 rm -f conftest.err conftest.
$ac_ext
5470 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5471 rm -f conftest.err conftest.
$ac_ext
5472 if $ac_preproc_ok; then
5484 { echo "$as_me:$LINENO: result: $CPP" >&5
5485 echo "${ECHO_T}$CPP" >&6; }
5487 for ac_c_preproc_warn_flag
in '' yes
5489 # Use a header file that comes with gcc, so configuring glibc
5490 # with a fresh cross-compiler works.
5491 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5492 # <limits.h> exists even on freestanding compilers.
5493 # On the NeXT, cc -E runs the code through the compiler's parser,
5494 # not just through cpp. "Syntax error" is here to catch this case.
5495 cat >conftest.
$ac_ext <<_ACEOF
5498 cat confdefs.h
>>conftest.
$ac_ext
5499 cat >>conftest.
$ac_ext <<_ACEOF
5500 /* end confdefs.h. */
5502 # include <limits.h>
5504 # include <assert.h>
5508 if { (ac_try
="$ac_cpp conftest.$ac_ext"
5510 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5511 *) ac_try_echo=$ac_try;;
5513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5514 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5516 grep -v '^ *+' conftest.er1 >conftest.err
5518 cat conftest.err >&5
5519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5520 (exit $ac_status); } >/dev/null && {
5521 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5522 test ! -s conftest.err
5526 echo "$as_me: failed program was:" >&5
5527 sed 's/^/| /' conftest.$ac_ext >&5
5529 # Broken: fails on valid input.
5533 rm -f conftest.err conftest.$ac_ext
5535 # OK, works on sane cases. Now check whether nonexistent headers
5536 # can be detected and how.
5537 cat >conftest.$ac_ext <<_ACEOF
5540 cat confdefs.h >>conftest.$ac_ext
5541 cat >>conftest.$ac_ext <<_ACEOF
5542 /* end confdefs.h. */
5543 #include <ac_nonexistent.h>
5545 if { (ac_try="$ac_cpp conftest.$ac_ext"
5547 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5548 *) ac_try_echo
=$ac_try;;
5550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5551 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5553 grep -v '^ *+' conftest.er1
>conftest.err
5555 cat conftest.err
>&5
5556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5557 (exit $ac_status); } >/dev
/null
&& {
5558 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5559 test ! -s conftest.err
5561 # Broken: success on invalid input.
5564 echo "$as_me: failed program was:" >&5
5565 sed 's/^/| /' conftest.
$ac_ext >&5
5567 # Passes both tests.
5572 rm -f conftest.err conftest.
$ac_ext
5575 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5576 rm -f conftest.err conftest.
$ac_ext
5577 if $ac_preproc_ok; then
5580 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5581 See \`config.log' for more details." >&5
5582 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5583 See \`config.log' for more details." >&2;}
5584 { (exit 1); exit 1; }; }
5588 ac_cpp
='$CPP $CPPFLAGS'
5589 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5590 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5591 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5594 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5595 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5596 if test "${ac_cv_header_stdc+set}" = set; then
5597 echo $ECHO_N "(cached) $ECHO_C" >&6
5599 cat >conftest.
$ac_ext <<_ACEOF
5602 cat confdefs.h
>>conftest.
$ac_ext
5603 cat >>conftest.
$ac_ext <<_ACEOF
5604 /* end confdefs.h. */
5618 rm -f conftest.
$ac_objext
5619 if { (ac_try
="$ac_compile"
5621 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5622 *) ac_try_echo=$ac_try;;
5624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5625 (eval "$ac_compile") 2>conftest.er1
5627 grep -v '^ *+' conftest.er1 >conftest.err
5629 cat conftest.err >&5
5630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5631 (exit $ac_status); } && {
5632 test -z "$ac_c_werror_flag" ||
5633 test ! -s conftest.err
5634 } && test -s conftest.$ac_objext; then
5635 ac_cv_header_stdc=yes
5637 echo "$as_me: failed program was:" >&5
5638 sed 's/^/| /' conftest.$ac_ext >&5
5640 ac_cv_header_stdc=no
5643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5645 if test $ac_cv_header_stdc = yes; then
5646 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5647 cat >conftest.$ac_ext <<_ACEOF
5650 cat confdefs.h >>conftest.$ac_ext
5651 cat >>conftest.$ac_ext <<_ACEOF
5652 /* end confdefs.h. */
5656 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5657 $EGREP "memchr" >/dev/null 2>&1; then
5660 ac_cv_header_stdc=no
5666 if test $ac_cv_header_stdc = yes; then
5667 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5668 cat >conftest.$ac_ext <<_ACEOF
5671 cat confdefs.h >>conftest.$ac_ext
5672 cat >>conftest.$ac_ext <<_ACEOF
5673 /* end confdefs.h. */
5677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5678 $EGREP "free" >/dev/null 2>&1; then
5681 ac_cv_header_stdc=no
5687 if test $ac_cv_header_stdc = yes; then
5688 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5689 if test "$cross_compiling" = yes; then
5692 cat >conftest.$ac_ext <<_ACEOF
5695 cat confdefs.h >>conftest.$ac_ext
5696 cat >>conftest.$ac_ext <<_ACEOF
5697 /* end confdefs.h. */
5700 #if ((' ' & 0x0FF) == 0x020)
5701 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5702 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5704 # define ISLOWER(c) \
5705 (('a' <= (c) && (c) <= 'i') \
5706 || ('j' <= (c) && (c) <= 'r') \
5707 || ('s' <= (c) && (c) <= 'z'))
5708 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5711 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5716 for (i = 0; i < 256; i++)
5717 if (XOR (islower (i), ISLOWER (i))
5718 || toupper (i) != TOUPPER (i))
5723 rm -f conftest$ac_exeext
5724 if { (ac_try="$ac_link"
5726 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5727 *) ac_try_echo
=$ac_try;;
5729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5730 (eval "$ac_link") 2>&5
5732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5733 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5734 { (case "(($ac_try" in
5735 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5736 *) ac_try_echo=$ac_try;;
5738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5739 (eval "$ac_try") 2>&5
5741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5742 (exit $ac_status); }; }; then
5745 echo "$as_me: program exited with status $ac_status" >&5
5746 echo "$as_me: failed program was:" >&5
5747 sed 's/^/| /' conftest.$ac_ext >&5
5750 ac_cv_header_stdc=no
5752 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5758 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5759 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5760 if test $ac_cv_header_stdc = yes; then
5762 cat >>confdefs.h <<\_ACEOF
5763 #define STDC_HEADERS 1
5768 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5778 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5779 inttypes.h stdint.h unistd.h
5781 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
5782 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5783 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5785 echo $ECHO_N "(cached) $ECHO_C" >&6
5787 cat >conftest.$ac_ext <<_ACEOF
5790 cat confdefs.h >>conftest.$ac_ext
5791 cat >>conftest.$ac_ext <<_ACEOF
5792 /* end confdefs.h. */
5793 $ac_includes_default
5795 #include <$ac_header>
5797 rm -f conftest.$ac_objext
5798 if { (ac_try="$ac_compile"
5800 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5801 *) ac_try_echo
=$ac_try;;
5803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5804 (eval "$ac_compile") 2>conftest.er1
5806 grep -v '^ *+' conftest.er1
>conftest.err
5808 cat conftest.err
>&5
5809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5810 (exit $ac_status); } && {
5811 test -z "$ac_c_werror_flag" ||
5812 test ! -s conftest.err
5813 } && test -s conftest.
$ac_objext; then
5814 eval "$as_ac_Header=yes"
5816 echo "$as_me: failed program was:" >&5
5817 sed 's/^/| /' conftest.
$ac_ext >&5
5819 eval "$as_ac_Header=no"
5822 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
5824 ac_res
=`eval echo '${'$as_ac_Header'}'`
5825 { echo "$as_me:$LINENO: result: $ac_res" >&5
5826 echo "${ECHO_T}$ac_res" >&6; }
5827 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5828 cat >>confdefs.h
<<_ACEOF
5829 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5959 AudioUnit
/AudioUnit.h \
5961 CoreAudio
/CoreAudio.h \
5962 DiskArbitration
/DiskArbitration.h \
5964 IOKit
/hid
/IOHIDLib.h \
5977 fontconfig
/fontconfig.h \
6003 mach-o
/dyld_images.h \
6009 machine
/soundcard.h \
6014 netinet
/in_systm.h \
6078 valgrind
/memcheck.h \
6082 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6083 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6084 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6085 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6086 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6087 echo $ECHO_N "(cached) $ECHO_C" >&6
6089 ac_res
=`eval echo '${'$as_ac_Header'}'`
6090 { echo "$as_me:$LINENO: result: $ac_res" >&5
6091 echo "${ECHO_T}$ac_res" >&6; }
6093 # Is the header compilable?
6094 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6095 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6096 cat >conftest.
$ac_ext <<_ACEOF
6099 cat confdefs.h
>>conftest.
$ac_ext
6100 cat >>conftest.
$ac_ext <<_ACEOF
6101 /* end confdefs.h. */
6102 $ac_includes_default
6103 #include <$ac_header>
6105 rm -f conftest.
$ac_objext
6106 if { (ac_try
="$ac_compile"
6108 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6109 *) ac_try_echo=$ac_try;;
6111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6112 (eval "$ac_compile") 2>conftest.er1
6114 grep -v '^ *+' conftest.er1 >conftest.err
6116 cat conftest.err >&5
6117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6118 (exit $ac_status); } && {
6119 test -z "$ac_c_werror_flag" ||
6120 test ! -s conftest.err
6121 } && test -s conftest.$ac_objext; then
6122 ac_header_compiler=yes
6124 echo "$as_me: failed program was:" >&5
6125 sed 's/^/| /' conftest.$ac_ext >&5
6127 ac_header_compiler=no
6130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6131 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6132 echo "${ECHO_T}$ac_header_compiler" >&6; }
6134 # Is the header present?
6135 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6136 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6137 cat >conftest.$ac_ext <<_ACEOF
6140 cat confdefs.h >>conftest.$ac_ext
6141 cat >>conftest.$ac_ext <<_ACEOF
6142 /* end confdefs.h. */
6143 #include <$ac_header>
6145 if { (ac_try="$ac_cpp conftest.$ac_ext"
6147 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6148 *) ac_try_echo
=$ac_try;;
6150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6151 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6153 grep -v '^ *+' conftest.er1
>conftest.err
6155 cat conftest.err
>&5
6156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6157 (exit $ac_status); } >/dev
/null
&& {
6158 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6159 test ! -s conftest.err
6161 ac_header_preproc
=yes
6163 echo "$as_me: failed program was:" >&5
6164 sed 's/^/| /' conftest.
$ac_ext >&5
6166 ac_header_preproc
=no
6169 rm -f conftest.err conftest.
$ac_ext
6170 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6171 echo "${ECHO_T}$ac_header_preproc" >&6; }
6173 # So? What about this header?
6174 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6176 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6177 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6179 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6180 ac_header_preproc
=yes
6183 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6184 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6185 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6186 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6187 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6188 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6189 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6190 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6191 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6192 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6193 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6194 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6196 ## ------------------------------------ ##
6197 ## Report this to wine-devel@winehq.org ##
6198 ## ------------------------------------ ##
6200 ) |
sed "s/^/$as_me: WARNING: /" >&2
6203 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6204 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6205 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6206 echo $ECHO_N "(cached) $ECHO_C" >&6
6208 eval "$as_ac_Header=\$ac_header_preproc"
6210 ac_res
=`eval echo '${'$as_ac_Header'}'`
6211 { echo "$as_me:$LINENO: result: $ac_res" >&5
6212 echo "${ECHO_T}$ac_res" >&6; }
6215 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6216 cat >>confdefs.h
<<_ACEOF
6217 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6224 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6225 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6226 if test "${ac_cv_header_stat_broken+set}" = set; then
6227 echo $ECHO_N "(cached) $ECHO_C" >&6
6229 cat >conftest.
$ac_ext <<_ACEOF
6232 cat confdefs.h
>>conftest.
$ac_ext
6233 cat >>conftest.
$ac_ext <<_ACEOF
6234 /* end confdefs.h. */
6235 #include <sys/types.h>
6236 #include <sys/stat.h>
6238 #if defined S_ISBLK && defined S_IFDIR
6239 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6242 #if defined S_ISBLK && defined S_IFCHR
6243 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6246 #if defined S_ISLNK && defined S_IFREG
6247 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6250 #if defined S_ISSOCK && defined S_IFREG
6251 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6255 rm -f conftest.
$ac_objext
6256 if { (ac_try
="$ac_compile"
6258 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6259 *) ac_try_echo=$ac_try;;
6261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6262 (eval "$ac_compile") 2>conftest.er1
6264 grep -v '^ *+' conftest.er1 >conftest.err
6266 cat conftest.err >&5
6267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6268 (exit $ac_status); } && {
6269 test -z "$ac_c_werror_flag" ||
6270 test ! -s conftest.err
6271 } && test -s conftest.$ac_objext; then
6272 ac_cv_header_stat_broken=no
6274 echo "$as_me: failed program was:" >&5
6275 sed 's/^/| /' conftest.$ac_ext >&5
6277 ac_cv_header_stat_broken=yes
6280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6282 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6283 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6284 if test $ac_cv_header_stat_broken = yes; then
6286 cat >>confdefs.h <<\_ACEOF
6287 #define STAT_MACROS_BROKEN 1
6299 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6301 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6302 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6303 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6304 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6305 echo $ECHO_N "(cached) $ECHO_C" >&6
6307 cat >conftest.$ac_ext <<_ACEOF
6310 cat confdefs.h >>conftest.$ac_ext
6311 cat >>conftest.$ac_ext <<_ACEOF
6312 /* end confdefs.h. */
6313 #include <sys/types.h>
6314 #ifdef HAVE_SYS_PARAM_H
6315 # include <sys/param.h>
6318 #include <$ac_header>
6320 rm -f conftest.$ac_objext
6321 if { (ac_try="$ac_compile"
6323 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6324 *) ac_try_echo
=$ac_try;;
6326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6327 (eval "$ac_compile") 2>conftest.er1
6329 grep -v '^ *+' conftest.er1
>conftest.err
6331 cat conftest.err
>&5
6332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6333 (exit $ac_status); } && {
6334 test -z "$ac_c_werror_flag" ||
6335 test ! -s conftest.err
6336 } && test -s conftest.
$ac_objext; then
6337 eval "$as_ac_Header=yes"
6339 echo "$as_me: failed program was:" >&5
6340 sed 's/^/| /' conftest.
$ac_ext >&5
6342 eval "$as_ac_Header=no"
6345 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6347 ac_res
=`eval echo '${'$as_ac_Header'}'`
6348 { echo "$as_me:$LINENO: result: $ac_res" >&5
6349 echo "${ECHO_T}$ac_res" >&6; }
6350 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6351 cat >>confdefs.h
<<_ACEOF
6352 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6380 netinet
/if_ether.h \
6381 netinet
/if_inarp.h \
6389 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6390 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6391 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6392 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6393 echo $ECHO_N "(cached) $ECHO_C" >&6
6395 cat >conftest.
$ac_ext <<_ACEOF
6398 cat confdefs.h
>>conftest.
$ac_ext
6399 cat >>conftest.
$ac_ext <<_ACEOF
6400 /* end confdefs.h. */
6401 #include <sys/types.h>
6402 #ifdef HAVE_SYS_SOCKET_H
6403 # include <sys/socket.h>
6405 #ifdef HAVE_SYS_SOCKETVAR_H
6406 # include <sys/socketvar.h>
6408 #ifdef HAVE_NET_ROUTE_H
6409 # include <net/route.h>
6411 #ifdef HAVE_NETINET_IN_H
6412 # include <netinet/in.h>
6414 #ifdef HAVE_NETINET_IN_SYSTM_H
6415 # include <netinet/in_systm.h>
6417 #ifdef HAVE_NET_IF_H
6418 # include <net/if.h>
6420 #ifdef HAVE_NETINET_IP_H
6421 # include <netinet/ip.h>
6424 #include <$ac_header>
6426 rm -f conftest.
$ac_objext
6427 if { (ac_try
="$ac_compile"
6429 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6430 *) ac_try_echo=$ac_try;;
6432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6433 (eval "$ac_compile") 2>conftest.er1
6435 grep -v '^ *+' conftest.er1 >conftest.err
6437 cat conftest.err >&5
6438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6439 (exit $ac_status); } && {
6440 test -z "$ac_c_werror_flag" ||
6441 test ! -s conftest.err
6442 } && test -s conftest.$ac_objext; then
6443 eval "$as_ac_Header=yes"
6445 echo "$as_me: failed program was:" >&5
6446 sed 's/^/| /' conftest.$ac_ext >&5
6448 eval "$as_ac_Header=no"
6451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6453 ac_res=`eval echo '${'$as_ac_Header'}'`
6454 { echo "$as_me:$LINENO: result: $ac_res" >&5
6455 echo "${ECHO_T}$ac_res" >&6; }
6456 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6457 cat >>confdefs.h <<_ACEOF
6458 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6470 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6472 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6473 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6474 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6475 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6476 echo $ECHO_N "(cached) $ECHO_C" >&6
6478 cat >conftest.$ac_ext <<_ACEOF
6481 cat confdefs.h >>conftest.$ac_ext
6482 cat >>conftest.$ac_ext <<_ACEOF
6483 /* end confdefs.h. */
6484 #include <sys/types.h>
6488 #ifdef HAVE_SYS_SOCKET_H
6489 # include <sys/socket.h>
6491 #ifdef HAVE_SYS_SOCKETVAR_H
6492 # include <sys/socketvar.h>
6494 #ifdef HAVE_SYS_TIMEOUT_H
6495 # include <sys/timeout.h>
6497 #ifdef HAVE_NETINET_IN_H
6498 # include <netinet/in.h>
6500 #ifdef HAVE_NETINET_IN_SYSTM_H
6501 # include <netinet/in_systm.h>
6503 #ifdef HAVE_NETINET_IP_H
6504 # include <netinet/ip.h>
6506 #ifdef HAVE_NETINET_IP_VAR_H
6507 # include <netinet/ip_var.h>
6509 #ifdef HAVE_NETINET_IP_ICMP_H
6510 # include <netinet/ip_icmp.h>
6512 #ifdef HAVE_NETINET_UDP_H
6513 # include <netinet/udp.h>
6515 #ifdef HAVE_NETINET_TCP_H
6516 # include <netinet/tcp.h>
6518 #ifdef HAVE_NETINET_TCP_TIMER_H
6519 #include <netinet/tcp_timer.h>
6522 #include <$ac_header>
6524 rm -f conftest.$ac_objext
6525 if { (ac_try="$ac_compile"
6527 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6528 *) ac_try_echo
=$ac_try;;
6530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6531 (eval "$ac_compile") 2>conftest.er1
6533 grep -v '^ *+' conftest.er1
>conftest.err
6535 cat conftest.err
>&5
6536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6537 (exit $ac_status); } && {
6538 test -z "$ac_c_werror_flag" ||
6539 test ! -s conftest.err
6540 } && test -s conftest.
$ac_objext; then
6541 eval "$as_ac_Header=yes"
6543 echo "$as_me: failed program was:" >&5
6544 sed 's/^/| /' conftest.
$ac_ext >&5
6546 eval "$as_ac_Header=no"
6549 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6551 ac_res
=`eval echo '${'$as_ac_Header'}'`
6552 { echo "$as_me:$LINENO: result: $ac_res" >&5
6553 echo "${ECHO_T}$ac_res" >&6; }
6554 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6555 cat >>confdefs.h
<<_ACEOF
6556 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6565 for ac_header
in linux
/ipx.h
6567 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6568 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6569 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6570 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6571 echo $ECHO_N "(cached) $ECHO_C" >&6
6573 cat >conftest.
$ac_ext <<_ACEOF
6576 cat confdefs.h
>>conftest.
$ac_ext
6577 cat >>conftest.
$ac_ext <<_ACEOF
6578 /* end confdefs.h. */
6579 #include <sys/types.h>
6580 #ifdef HAVE_ASM_TYPES_H
6581 # include <asm/types.h>
6583 #ifdef HAVE_SYS_SOCKET_H
6584 # include <sys/socket.h>
6586 #ifdef HAVE_LINUX_TYPES_H
6587 # include <linux/types.h>
6590 #include <$ac_header>
6592 rm -f conftest.
$ac_objext
6593 if { (ac_try
="$ac_compile"
6595 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6596 *) ac_try_echo=$ac_try;;
6598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6599 (eval "$ac_compile") 2>conftest.er1
6601 grep -v '^ *+' conftest.er1 >conftest.err
6603 cat conftest.err >&5
6604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6605 (exit $ac_status); } && {
6606 test -z "$ac_c_werror_flag" ||
6607 test ! -s conftest.err
6608 } && test -s conftest.$ac_objext; then
6609 eval "$as_ac_Header=yes"
6611 echo "$as_me: failed program was:" >&5
6612 sed 's/^/| /' conftest.$ac_ext >&5
6614 eval "$as_ac_Header=no"
6617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6619 ac_res=`eval echo '${'$as_ac_Header'}'`
6620 { echo "$as_me:$LINENO: result: $ac_res" >&5
6621 echo "${ECHO_T}$ac_res" >&6; }
6622 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6623 cat >>confdefs.h <<_ACEOF
6624 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6633 for ac_header in resolv.h
6635 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6636 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6637 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6638 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6639 echo $ECHO_N "(cached) $ECHO_C" >&6
6641 cat >conftest.$ac_ext <<_ACEOF
6644 cat confdefs.h >>conftest.$ac_ext
6645 cat >>conftest.$ac_ext <<_ACEOF
6646 /* end confdefs.h. */
6647 #include <sys/types.h>
6648 #ifdef HAVE_SYS_SOCKET_H
6649 # include <sys/socket.h>
6651 #ifdef HAVE_NETINET_IN_H
6652 # include <netinet/in.h>
6654 #ifdef HAVE_ARPA_NAMESER_H
6655 # include <arpa/nameser.h>
6658 #include <$ac_header>
6660 rm -f conftest.$ac_objext
6661 if { (ac_try="$ac_compile"
6663 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6664 *) ac_try_echo
=$ac_try;;
6666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6667 (eval "$ac_compile") 2>conftest.er1
6669 grep -v '^ *+' conftest.er1
>conftest.err
6671 cat conftest.err
>&5
6672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6673 (exit $ac_status); } && {
6674 test -z "$ac_c_werror_flag" ||
6675 test ! -s conftest.err
6676 } && test -s conftest.
$ac_objext; then
6677 eval "$as_ac_Header=yes"
6679 echo "$as_me: failed program was:" >&5
6680 sed 's/^/| /' conftest.
$ac_ext >&5
6682 eval "$as_ac_Header=no"
6685 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6687 ac_res
=`eval echo '${'$as_ac_Header'}'`
6688 { echo "$as_me:$LINENO: result: $ac_res" >&5
6689 echo "${ECHO_T}$ac_res" >&6; }
6690 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6691 cat >>confdefs.h
<<_ACEOF
6692 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6701 for ac_header
in ucontext.h
6703 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6704 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6705 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6706 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6707 echo $ECHO_N "(cached) $ECHO_C" >&6
6709 cat >conftest.
$ac_ext <<_ACEOF
6712 cat confdefs.h
>>conftest.
$ac_ext
6713 cat >>conftest.
$ac_ext <<_ACEOF
6714 /* end confdefs.h. */
6717 #include <$ac_header>
6719 rm -f conftest.
$ac_objext
6720 if { (ac_try
="$ac_compile"
6722 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6723 *) ac_try_echo=$ac_try;;
6725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6726 (eval "$ac_compile") 2>conftest.er1
6728 grep -v '^ *+' conftest.er1 >conftest.err
6730 cat conftest.err >&5
6731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6732 (exit $ac_status); } && {
6733 test -z "$ac_c_werror_flag" ||
6734 test ! -s conftest.err
6735 } && test -s conftest.$ac_objext; then
6736 eval "$as_ac_Header=yes"
6738 echo "$as_me: failed program was:" >&5
6739 sed 's/^/| /' conftest.$ac_ext >&5
6741 eval "$as_ac_Header=no"
6744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6746 ac_res=`eval echo '${'$as_ac_Header'}'`
6747 { echo "$as_me:$LINENO: result: $ac_res" >&5
6748 echo "${ECHO_T}$ac_res" >&6; }
6749 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6750 cat >>confdefs.h <<_ACEOF
6751 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6760 for ac_header in sys/thr.h
6762 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6763 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6764 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6765 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6766 echo $ECHO_N "(cached) $ECHO_C" >&6
6768 cat >conftest.$ac_ext <<_ACEOF
6771 cat confdefs.h >>conftest.$ac_ext
6772 cat >>conftest.$ac_ext <<_ACEOF
6773 /* end confdefs.h. */
6774 #include <sys/types.h>
6775 #ifdef HAVE_UCONTEXT_H
6776 #include <ucontext.h>
6779 #include <$ac_header>
6781 rm -f conftest.$ac_objext
6782 if { (ac_try="$ac_compile"
6784 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6785 *) ac_try_echo
=$ac_try;;
6787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6788 (eval "$ac_compile") 2>conftest.er1
6790 grep -v '^ *+' conftest.er1
>conftest.err
6792 cat conftest.err
>&5
6793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6794 (exit $ac_status); } && {
6795 test -z "$ac_c_werror_flag" ||
6796 test ! -s conftest.err
6797 } && test -s conftest.
$ac_objext; then
6798 eval "$as_ac_Header=yes"
6800 echo "$as_me: failed program was:" >&5
6801 sed 's/^/| /' conftest.
$ac_ext >&5
6803 eval "$as_ac_Header=no"
6806 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6808 ac_res
=`eval echo '${'$as_ac_Header'}'`
6809 { echo "$as_me:$LINENO: result: $ac_res" >&5
6810 echo "${ECHO_T}$ac_res" >&6; }
6811 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6812 cat >>confdefs.h
<<_ACEOF
6813 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6822 for ac_header
in pthread_np.h
6824 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6825 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6826 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6827 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6828 echo $ECHO_N "(cached) $ECHO_C" >&6
6830 cat >conftest.
$ac_ext <<_ACEOF
6833 cat confdefs.h
>>conftest.
$ac_ext
6834 cat >>conftest.
$ac_ext <<_ACEOF
6835 /* end confdefs.h. */
6836 #ifdef HAVE_PTHREAD_H
6837 #include <pthread.h>
6840 #include <$ac_header>
6842 rm -f conftest.
$ac_objext
6843 if { (ac_try
="$ac_compile"
6845 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6846 *) ac_try_echo=$ac_try;;
6848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6849 (eval "$ac_compile") 2>conftest.er1
6851 grep -v '^ *+' conftest.er1 >conftest.err
6853 cat conftest.err >&5
6854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6855 (exit $ac_status); } && {
6856 test -z "$ac_c_werror_flag" ||
6857 test ! -s conftest.err
6858 } && test -s conftest.$ac_objext; then
6859 eval "$as_ac_Header=yes"
6861 echo "$as_me: failed program was:" >&5
6862 sed 's/^/| /' conftest.$ac_ext >&5
6864 eval "$as_ac_Header=no"
6867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6869 ac_res=`eval echo '${'$as_ac_Header'}'`
6870 { echo "$as_me:$LINENO: result: $ac_res" >&5
6871 echo "${ECHO_T}$ac_res" >&6; }
6872 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6873 cat >>confdefs.h <<_ACEOF
6874 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6883 for ac_header in linux/videodev.h
6885 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6886 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6887 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6888 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6889 echo $ECHO_N "(cached) $ECHO_C" >&6
6891 cat >conftest.$ac_ext <<_ACEOF
6894 cat confdefs.h >>conftest.$ac_ext
6895 cat >>conftest.$ac_ext <<_ACEOF
6896 /* end confdefs.h. */
6897 #ifdef HAVE_SYS_TIME_H
6898 #include <sys/time.h>
6900 #include <sys/types.h>
6901 #ifdef HAVE_ASM_TYPES_H
6902 #include <asm/types.h>
6905 #include <$ac_header>
6907 rm -f conftest.$ac_objext
6908 if { (ac_try="$ac_compile"
6910 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6911 *) ac_try_echo
=$ac_try;;
6913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6914 (eval "$ac_compile") 2>conftest.er1
6916 grep -v '^ *+' conftest.er1
>conftest.err
6918 cat conftest.err
>&5
6919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6920 (exit $ac_status); } && {
6921 test -z "$ac_c_werror_flag" ||
6922 test ! -s conftest.err
6923 } && test -s conftest.
$ac_objext; then
6924 eval "$as_ac_Header=yes"
6926 echo "$as_me: failed program was:" >&5
6927 sed 's/^/| /' conftest.
$ac_ext >&5
6929 eval "$as_ac_Header=no"
6932 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6934 ac_res
=`eval echo '${'$as_ac_Header'}'`
6935 { echo "$as_me:$LINENO: result: $ac_res" >&5
6936 echo "${ECHO_T}$ac_res" >&6; }
6937 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6938 cat >>confdefs.h
<<_ACEOF
6939 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6948 for ac_header
in linux
/capi.h
6950 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6951 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6952 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6953 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6954 echo $ECHO_N "(cached) $ECHO_C" >&6
6956 cat >conftest.
$ac_ext <<_ACEOF
6959 cat confdefs.h
>>conftest.
$ac_ext
6960 cat >>conftest.
$ac_ext <<_ACEOF
6961 /* end confdefs.h. */
6964 #include <$ac_header>
6966 rm -f conftest.
$ac_objext
6967 if { (ac_try
="$ac_compile"
6969 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6970 *) ac_try_echo=$ac_try;;
6972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6973 (eval "$ac_compile") 2>conftest.er1
6975 grep -v '^ *+' conftest.er1 >conftest.err
6977 cat conftest.err >&5
6978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6979 (exit $ac_status); } && {
6980 test -z "$ac_c_werror_flag" ||
6981 test ! -s conftest.err
6982 } && test -s conftest.$ac_objext; then
6983 eval "$as_ac_Header=yes"
6985 echo "$as_me: failed program was:" >&5
6986 sed 's/^/| /' conftest.$ac_ext >&5
6988 eval "$as_ac_Header=no"
6991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6993 ac_res=`eval echo '${'$as_ac_Header'}'`
6994 { echo "$as_me:$LINENO: result: $ac_res" >&5
6995 echo "${ECHO_T}$ac_res" >&6; }
6996 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6997 cat >>confdefs.h <<_ACEOF
6998 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7009 DLLFLAGS="-D_REENTRANT"
7023 # Extract the first word of "ldd", so it can be a program name with args.
7024 set dummy ldd; ac_word=$2
7025 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7026 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7027 if test "${ac_cv_path_LDD+set}" = set; then
7028 echo $ECHO_N "(cached) $ECHO_C" >&6
7032 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7036 as_dummy="/sbin:/usr/sbin:$PATH"
7037 for as_dir in $as_dummy
7040 test -z "$as_dir" && as_dir=.
7041 for ac_exec_ext in '' $ac_executable_extensions; do
7042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7043 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7051 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7056 if test -n "$LDD"; then
7057 { echo "$as_me:$LINENO: result: $LDD" >&5
7058 echo "${ECHO_T}$LDD" >&6; }
7060 { echo "$as_me:$LINENO: result: no" >&5
7061 echo "${ECHO_T}no" >&6; }
7068 if test -n "$ac_tool_prefix"; then
7069 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7070 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7071 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7073 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7074 echo $ECHO_N "(cached) $ECHO_C" >&6
7076 if test -n "$DLLTOOL"; then
7077 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7083 test -z "$as_dir" && as_dir=.
7084 for ac_exec_ext in '' $ac_executable_extensions; do
7085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7086 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7096 DLLTOOL=$ac_cv_prog_DLLTOOL
7097 if test -n "$DLLTOOL"; then
7098 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7099 echo "${ECHO_T}$DLLTOOL" >&6; }
7101 { echo "$as_me:$LINENO: result: no" >&5
7102 echo "${ECHO_T}no" >&6; }
7107 if test -z "$ac_cv_prog_DLLTOOL"; then
7108 ac_ct_DLLTOOL=$DLLTOOL
7109 # Extract the first word of "dlltool", so it can be a program name with args.
7110 set dummy dlltool; ac_word=$2
7111 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7112 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7113 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7114 echo $ECHO_N "(cached) $ECHO_C" >&6
7116 if test -n "$ac_ct_DLLTOOL"; then
7117 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7123 test -z "$as_dir" && as_dir=.
7124 for ac_exec_ext in '' $ac_executable_extensions; do
7125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7126 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7127 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7136 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7137 if test -n "$ac_ct_DLLTOOL"; then
7138 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7139 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7141 { echo "$as_me:$LINENO: result: no" >&5
7142 echo "${ECHO_T}no" >&6; }
7145 if test "x$ac_ct_DLLTOOL" = x; then
7148 case $cross_compiling:$ac_tool_warned in
7150 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7151 whose name does not start with the host triplet. If you think this
7152 configuration is useful to you, please write to autoconf@gnu.org." >&5
7153 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7154 whose name does not start with the host triplet. If you think this
7155 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7156 ac_tool_warned=yes ;;
7158 DLLTOOL=$ac_ct_DLLTOOL
7161 DLLTOOL="$ac_cv_prog_DLLTOOL"
7164 if test -n "$ac_tool_prefix"; then
7165 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7166 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7167 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7168 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7169 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7170 echo $ECHO_N "(cached) $ECHO_C" >&6
7172 if test -n "$DLLWRAP"; then
7173 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7179 test -z "$as_dir" && as_dir=.
7180 for ac_exec_ext in '' $ac_executable_extensions; do
7181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7182 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7192 DLLWRAP=$ac_cv_prog_DLLWRAP
7193 if test -n "$DLLWRAP"; then
7194 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7195 echo "${ECHO_T}$DLLWRAP" >&6; }
7197 { echo "$as_me:$LINENO: result: no" >&5
7198 echo "${ECHO_T}no" >&6; }
7203 if test -z "$ac_cv_prog_DLLWRAP"; then
7204 ac_ct_DLLWRAP=$DLLWRAP
7205 # Extract the first word of "dllwrap", so it can be a program name with args.
7206 set dummy dllwrap; ac_word=$2
7207 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7208 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7209 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7210 echo $ECHO_N "(cached) $ECHO_C" >&6
7212 if test -n "$ac_ct_DLLWRAP"; then
7213 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7215 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7219 test -z "$as_dir" && as_dir=.
7220 for ac_exec_ext in '' $ac_executable_extensions; do
7221 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7222 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7223 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7232 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7233 if test -n "$ac_ct_DLLWRAP"; then
7234 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7235 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7237 { echo "$as_me:$LINENO: result: no" >&5
7238 echo "${ECHO_T}no" >&6; }
7241 if test "x$ac_ct_DLLWRAP" = x; then
7244 case $cross_compiling:$ac_tool_warned in
7246 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7247 whose name does not start with the host triplet. If you think this
7248 configuration is useful to you, please write to autoconf@gnu.org." >&5
7249 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7250 whose name does not start with the host triplet. If you think this
7251 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7252 ac_tool_warned=yes ;;
7254 DLLWRAP=$ac_ct_DLLWRAP
7257 DLLWRAP="$ac_cv_prog_DLLWRAP"
7260 if test -n "$ac_tool_prefix"; then
7261 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7262 set dummy ${ac_tool_prefix}ar; ac_word=$2
7263 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7265 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7266 echo $ECHO_N "(cached) $ECHO_C" >&6
7268 if test -n "$MINGWAR"; then
7269 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7275 test -z "$as_dir" && as_dir=.
7276 for ac_exec_ext in '' $ac_executable_extensions; do
7277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7278 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7288 MINGWAR=$ac_cv_prog_MINGWAR
7289 if test -n "$MINGWAR"; then
7290 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7291 echo "${ECHO_T}$MINGWAR" >&6; }
7293 { echo "$as_me:$LINENO: result: no" >&5
7294 echo "${ECHO_T}no" >&6; }
7299 if test -z "$ac_cv_prog_MINGWAR"; then
7300 ac_ct_MINGWAR=$MINGWAR
7301 # Extract the first word of "ar", so it can be a program name with args.
7302 set dummy ar; ac_word=$2
7303 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7304 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7305 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7306 echo $ECHO_N "(cached) $ECHO_C" >&6
7308 if test -n "$ac_ct_MINGWAR"; then
7309 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7315 test -z "$as_dir" && as_dir=.
7316 for ac_exec_ext in '' $ac_executable_extensions; do
7317 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7318 ac_cv_prog_ac_ct_MINGWAR="ar"
7319 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7328 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7329 if test -n "$ac_ct_MINGWAR"; then
7330 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7331 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7333 { echo "$as_me:$LINENO: result: no" >&5
7334 echo "${ECHO_T}no" >&6; }
7337 if test "x$ac_ct_MINGWAR" = x; then
7340 case $cross_compiling:$ac_tool_warned in
7342 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7343 whose name does not start with the host triplet. If you think this
7344 configuration is useful to you, please write to autoconf@gnu.org." >&5
7345 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7346 whose name does not start with the host triplet. If you think this
7347 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7348 ac_tool_warned=yes ;;
7350 MINGWAR=$ac_ct_MINGWAR
7353 MINGWAR="$ac_cv_prog_MINGWAR"
7356 if test "$DLLWRAP" = "false"; then
7362 enable_iphlpapi=${enable_iphlpapi:-no}
7363 enable_kernel32=${enable_kernel32:-no}
7364 enable_msvcrt=${enable_msvcrt:-no}
7365 enable_ntdll=${enable_ntdll:-no}
7366 enable_ws2_32=${enable_ws2_32:-no}
7367 enable_loader=${enable_loader:-no}
7368 enable_server=${enable_server:-no}
7369 with_x=${with_x:-no}
7370 with_pthread=${with_pthread:-no}
7375 DLLFLAGS="$DLLFLAGS -fPIC"
7376 LDDLLFLAGS="-bundle -multiply_defined suppress"
7377 LIBWINE_LDFLAGS="-multiply_defined suppress"
7378 LDSHARED="\$(CC) -dynamiclib"
7380 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7381 SECURITYLIB="-framework Security -framework CoreFoundation"
7383 COREFOUNDATIONLIB="-framework CoreFoundation"
7385 IOKITLIB="-framework IOKit -framework CoreFoundation"
7387 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7389 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7391 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7394 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7396 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7399 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7401 ac_save_LIBS="$LIBS"
7402 LIBS="$LIBS $IOKITLIB"
7404 for ac_func in IOHIDManagerCreate
7406 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
7407 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7408 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7409 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7410 echo $ECHO_N "(cached) $ECHO_C" >&6
7412 cat >conftest.$ac_ext <<_ACEOF
7415 cat confdefs.h >>conftest.$ac_ext
7416 cat >>conftest.$ac_ext <<_ACEOF
7417 /* end confdefs.h. */
7418 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7419 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7420 #define $ac_func innocuous_$ac_func
7422 /* System header to define __stub macros and hopefully few prototypes,
7423 which can conflict with char $ac_func (); below.
7424 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7425 <limits.h> exists even on freestanding compilers. */
7428 # include <limits.h>
7430 # include <assert.h>
7435 /* Override any GCC internal prototype to avoid an error.
7436 Use char because int might match the return type of a GCC
7437 builtin and then its argument prototype would still apply. */
7442 /* The GNU C library defines this for functions which it implements
7443 to always fail with ENOSYS. Some functions are actually named
7444 something starting with __ and the normal name is an alias. */
7445 #if defined __stub_$ac_func || defined __stub___$ac_func
7457 rm -f conftest.$ac_objext conftest$ac_exeext
7458 if { (ac_try="$ac_link"
7460 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7461 *) ac_try_echo
=$ac_try;;
7463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7464 (eval "$ac_link") 2>conftest.er1
7466 grep -v '^ *+' conftest.er1
>conftest.err
7468 cat conftest.err
>&5
7469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7470 (exit $ac_status); } && {
7471 test -z "$ac_c_werror_flag" ||
7472 test ! -s conftest.err
7473 } && test -s conftest
$ac_exeext &&
7474 $as_test_x conftest
$ac_exeext; then
7475 eval "$as_ac_var=yes"
7477 echo "$as_me: failed program was:" >&5
7478 sed 's/^/| /' conftest.
$ac_ext >&5
7480 eval "$as_ac_var=no"
7483 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7484 conftest
$ac_exeext conftest.
$ac_ext
7486 ac_res
=`eval echo '${'$as_ac_var'}'`
7487 { echo "$as_me:$LINENO: result: $ac_res" >&5
7488 echo "${ECHO_T}$ac_res" >&6; }
7489 if test `eval echo '${'$as_ac_var'}'` = yes; then
7490 cat >>confdefs.h
<<_ACEOF
7491 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7497 LIBS
="$ac_save_LIBS"
7501 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
7503 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7505 CARBONLIB
="-framework Carbon"
7507 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
7511 DLLFLAGS
="$DLLFLAGS -fPIC"
7513 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7514 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7515 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7516 echo $ECHO_N "(cached) $ECHO_C" >&6
7518 ac_wine_try_cflags_saved
=$CFLAGS
7519 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7520 cat >conftest.
$ac_ext <<_ACEOF
7523 rm -f conftest.
$ac_objext conftest
$ac_exeext
7524 if { (ac_try
="$ac_link"
7526 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7527 *) ac_try_echo=$ac_try;;
7529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7530 (eval "$ac_link") 2>conftest.er1
7532 grep -v '^ *+' conftest.er1 >conftest.err
7534 cat conftest.err >&5
7535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7536 (exit $ac_status); } && {
7537 test -z "$ac_c_werror_flag" ||
7538 test ! -s conftest.err
7539 } && test -s conftest$ac_exeext &&
7540 $as_test_x conftest$ac_exeext; then
7541 ac_cv_c_dll_gnuelf="yes"
7543 echo "$as_me: failed program was:" >&5
7544 sed 's/^/| /' conftest.$ac_ext >&5
7546 ac_cv_c_dll_gnuelf="no"
7549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7550 conftest$ac_exeext conftest.$ac_ext
7551 CFLAGS=$ac_wine_try_cflags_saved
7553 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7554 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7555 if test "$ac_cv_c_dll_gnuelf" = "yes"
7557 LDSHARED="\$(CC) -shared"
7558 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7559 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7560 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7561 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7562 echo $ECHO_N "(cached) $ECHO_C" >&6
7564 ac_wine_try_cflags_saved=$CFLAGS
7565 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7566 cat >conftest.$ac_ext <<_ACEOF
7569 cat confdefs.h >>conftest.$ac_ext
7570 cat >>conftest.$ac_ext <<_ACEOF
7571 /* end confdefs.h. */
7581 rm -f conftest.$ac_objext conftest$ac_exeext
7582 if { (ac_try="$ac_link"
7584 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7585 *) ac_try_echo
=$ac_try;;
7587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7588 (eval "$ac_link") 2>conftest.er1
7590 grep -v '^ *+' conftest.er1
>conftest.err
7592 cat conftest.err
>&5
7593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594 (exit $ac_status); } && {
7595 test -z "$ac_c_werror_flag" ||
7596 test ! -s conftest.err
7597 } && test -s conftest
$ac_exeext &&
7598 $as_test_x conftest
$ac_exeext; then
7599 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
7601 echo "$as_me: failed program was:" >&5
7602 sed 's/^/| /' conftest.
$ac_ext >&5
7604 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
7607 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7608 conftest
$ac_exeext conftest.
$ac_ext
7609 CFLAGS
=$ac_wine_try_cflags_saved
7611 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7612 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7613 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7614 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7616 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7617 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7618 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7619 echo $ECHO_N "(cached) $ECHO_C" >&6
7621 ac_wine_try_cflags_saved
=$CFLAGS
7622 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7623 cat >conftest.
$ac_ext <<_ACEOF
7626 cat confdefs.h
>>conftest.
$ac_ext
7627 cat >>conftest.
$ac_ext <<_ACEOF
7628 /* end confdefs.h. */
7638 rm -f conftest.
$ac_objext conftest
$ac_exeext
7639 if { (ac_try
="$ac_link"
7641 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7642 *) ac_try_echo=$ac_try;;
7644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7645 (eval "$ac_link") 2>conftest.er1
7647 grep -v '^ *+' conftest.er1 >conftest.err
7649 cat conftest.err >&5
7650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7651 (exit $ac_status); } && {
7652 test -z "$ac_c_werror_flag" ||
7653 test ! -s conftest.err
7654 } && test -s conftest$ac_exeext &&
7655 $as_test_x conftest$ac_exeext; then
7656 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7658 echo "$as_me: failed program was:" >&5
7659 sed 's/^/| /' conftest.$ac_ext >&5
7661 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7665 conftest$ac_exeext conftest.$ac_ext
7666 CFLAGS=$ac_wine_try_cflags_saved
7668 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7669 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7670 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7671 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7677 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7678 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7679 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7680 echo $ECHO_N "(cached) $ECHO_C" >&6
7682 ac_wine_try_cflags_saved=$CFLAGS
7683 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7684 cat >conftest.$ac_ext <<_ACEOF
7687 cat confdefs.h >>conftest.$ac_ext
7688 cat >>conftest.$ac_ext <<_ACEOF
7689 /* end confdefs.h. */
7699 rm -f conftest.$ac_objext conftest$ac_exeext
7700 if { (ac_try="$ac_link"
7702 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7703 *) ac_try_echo
=$ac_try;;
7705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7706 (eval "$ac_link") 2>conftest.er1
7708 grep -v '^ *+' conftest.er1
>conftest.err
7710 cat conftest.err
>&5
7711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7712 (exit $ac_status); } && {
7713 test -z "$ac_c_werror_flag" ||
7714 test ! -s conftest.err
7715 } && test -s conftest
$ac_exeext &&
7716 $as_test_x conftest
$ac_exeext; then
7717 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
7719 echo "$as_me: failed program was:" >&5
7720 sed 's/^/| /' conftest.
$ac_ext >&5
7722 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
7725 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7726 conftest
$ac_exeext conftest.
$ac_ext
7727 CFLAGS
=$ac_wine_try_cflags_saved
7729 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7730 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7731 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7732 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
7736 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7737 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7738 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7739 echo $ECHO_N "(cached) $ECHO_C" >&6
7741 ac_wine_try_cflags_saved
=$CFLAGS
7742 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7743 cat >conftest.
$ac_ext <<_ACEOF
7746 cat confdefs.h
>>conftest.
$ac_ext
7747 cat >>conftest.
$ac_ext <<_ACEOF
7748 /* end confdefs.h. */
7758 rm -f conftest.
$ac_objext conftest
$ac_exeext
7759 if { (ac_try
="$ac_link"
7761 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7762 *) ac_try_echo=$ac_try;;
7764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7765 (eval "$ac_link") 2>conftest.er1
7767 grep -v '^ *+' conftest.er1 >conftest.err
7769 cat conftest.err >&5
7770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771 (exit $ac_status); } && {
7772 test -z "$ac_c_werror_flag" ||
7773 test ! -s conftest.err
7774 } && test -s conftest$ac_exeext &&
7775 $as_test_x conftest$ac_exeext; then
7776 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7778 echo "$as_me: failed program was:" >&5
7779 sed 's/^/| /' conftest.$ac_ext >&5
7781 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7785 conftest$ac_exeext conftest.$ac_ext
7786 CFLAGS=$ac_wine_try_cflags_saved
7788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7789 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7790 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7791 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7795 echo '{ global: *; };' >conftest.map
7796 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7797 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7798 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7799 echo $ECHO_N "(cached) $ECHO_C" >&6
7801 ac_wine_try_cflags_saved=$CFLAGS
7802 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7803 cat >conftest.$ac_ext <<_ACEOF
7806 cat confdefs.h >>conftest.$ac_ext
7807 cat >>conftest.$ac_ext <<_ACEOF
7808 /* end confdefs.h. */
7818 rm -f conftest.$ac_objext conftest$ac_exeext
7819 if { (ac_try="$ac_link"
7821 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7822 *) ac_try_echo
=$ac_try;;
7824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7825 (eval "$ac_link") 2>conftest.er1
7827 grep -v '^ *+' conftest.er1
>conftest.err
7829 cat conftest.err
>&5
7830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7831 (exit $ac_status); } && {
7832 test -z "$ac_c_werror_flag" ||
7833 test ! -s conftest.err
7834 } && test -s conftest
$ac_exeext &&
7835 $as_test_x conftest
$ac_exeext; then
7836 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
7838 echo "$as_me: failed program was:" >&5
7839 sed 's/^/| /' conftest.
$ac_ext >&5
7841 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
7844 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7845 conftest
$ac_exeext conftest.
$ac_ext
7846 CFLAGS
=$ac_wine_try_cflags_saved
7848 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7849 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7850 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7851 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7856 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7857 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7858 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7859 echo $ECHO_N "(cached) $ECHO_C" >&6
7861 ac_wine_try_cflags_saved
=$CFLAGS
7862 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
7863 cat >conftest.
$ac_ext <<_ACEOF
7866 cat confdefs.h
>>conftest.
$ac_ext
7867 cat >>conftest.
$ac_ext <<_ACEOF
7868 /* end confdefs.h. */
7878 rm -f conftest.
$ac_objext conftest
$ac_exeext
7879 if { (ac_try
="$ac_link"
7881 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7882 *) ac_try_echo=$ac_try;;
7884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7885 (eval "$ac_link") 2>conftest.er1
7887 grep -v '^ *+' conftest.er1 >conftest.err
7889 cat conftest.err >&5
7890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7891 (exit $ac_status); } && {
7892 test -z "$ac_c_werror_flag" ||
7893 test ! -s conftest.err
7894 } && test -s conftest$ac_exeext &&
7895 $as_test_x conftest$ac_exeext; then
7896 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7898 echo "$as_me: failed program was:" >&5
7899 sed 's/^/| /' conftest.$ac_ext >&5
7901 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7905 conftest$ac_exeext conftest.$ac_ext
7906 CFLAGS=$ac_wine_try_cflags_saved
7908 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7909 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7910 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7911 LDEXECFLAGS="-Wl,--export-dynamic"
7916 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
7917 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7918 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7919 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7920 echo $ECHO_N "(cached) $ECHO_C" >&6
7922 ac_wine_try_cflags_saved=$CFLAGS
7923 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7924 cat >conftest.$ac_ext <<_ACEOF
7927 cat confdefs.h >>conftest.$ac_ext
7928 cat >>conftest.$ac_ext <<_ACEOF
7929 /* end confdefs.h. */
7939 rm -f conftest.$ac_objext conftest$ac_exeext
7940 if { (ac_try="$ac_link"
7942 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7943 *) ac_try_echo
=$ac_try;;
7945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7946 (eval "$ac_link") 2>conftest.er1
7948 grep -v '^ *+' conftest.er1
>conftest.err
7950 cat conftest.err
>&5
7951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7952 (exit $ac_status); } && {
7953 test -z "$ac_c_werror_flag" ||
7954 test ! -s conftest.err
7955 } && test -s conftest
$ac_exeext &&
7956 $as_test_x conftest
$ac_exeext; then
7957 eval "$as_ac_var=yes"
7959 echo "$as_me: failed program was:" >&5
7960 sed 's/^/| /' conftest.
$ac_ext >&5
7962 eval "$as_ac_var=no"
7965 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
7966 conftest
$ac_exeext conftest.
$ac_ext
7967 CFLAGS
=$ac_wine_try_cflags_saved
7969 ac_res
=`eval echo '${'$as_ac_var'}'`
7970 { echo "$as_me:$LINENO: result: $ac_res" >&5
7971 echo "${ECHO_T}$ac_res" >&6; }
7972 if test `eval echo '${'$as_ac_var'}'` = yes; then
7973 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7974 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7976 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7977 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7978 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7979 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7980 echo $ECHO_N "(cached) $ECHO_C" >&6
7982 ac_wine_try_cflags_saved
=$CFLAGS
7983 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7984 cat >conftest.
$ac_ext <<_ACEOF
7987 cat confdefs.h
>>conftest.
$ac_ext
7988 cat >>conftest.
$ac_ext <<_ACEOF
7989 /* end confdefs.h. */
7999 rm -f conftest.
$ac_objext conftest
$ac_exeext
8000 if { (ac_try
="$ac_link"
8002 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8003 *) ac_try_echo=$ac_try;;
8005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8006 (eval "$ac_link") 2>conftest.er1
8008 grep -v '^ *+' conftest.er1 >conftest.err
8010 cat conftest.err >&5
8011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8012 (exit $ac_status); } && {
8013 test -z "$ac_c_werror_flag" ||
8014 test ! -s conftest.err
8015 } && test -s conftest$ac_exeext &&
8016 $as_test_x conftest$ac_exeext; then
8017 eval "$as_ac_var=yes"
8019 echo "$as_me: failed program was:" >&5
8020 sed 's/^/| /' conftest.$ac_ext >&5
8022 eval "$as_ac_var=no"
8025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8026 conftest$ac_exeext conftest.$ac_ext
8027 CFLAGS=$ac_wine_try_cflags_saved
8029 ac_res=`eval echo '${'$as_ac_var'}'`
8030 { echo "$as_me:$LINENO: result: $ac_res" >&5
8031 echo "${ECHO_T}$ac_res" >&6; }
8032 if test `eval echo '${'$as_ac_var'}'` = yes; then
8033 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
8034 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8040 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8041 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8042 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8043 echo $ECHO_N "(cached) $ECHO_C" >&6
8045 ac_wine_try_cflags_saved=$CFLAGS
8046 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8047 cat >conftest.$ac_ext <<_ACEOF
8050 cat confdefs.h >>conftest.$ac_ext
8051 cat >>conftest.$ac_ext <<_ACEOF
8052 /* end confdefs.h. */
8062 rm -f conftest.$ac_objext conftest$ac_exeext
8063 if { (ac_try="$ac_link"
8065 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8066 *) ac_try_echo
=$ac_try;;
8068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8069 (eval "$ac_link") 2>conftest.er1
8071 grep -v '^ *+' conftest.er1
>conftest.err
8073 cat conftest.err
>&5
8074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075 (exit $ac_status); } && {
8076 test -z "$ac_c_werror_flag" ||
8077 test ! -s conftest.err
8078 } && test -s conftest
$ac_exeext &&
8079 $as_test_x conftest
$ac_exeext; then
8080 ac_cv_cflags__Wl___enable_new_dtags
=yes
8082 echo "$as_me: failed program was:" >&5
8083 sed 's/^/| /' conftest.
$ac_ext >&5
8085 ac_cv_cflags__Wl___enable_new_dtags
=no
8088 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8089 conftest
$ac_exeext conftest.
$ac_ext
8090 CFLAGS
=$ac_wine_try_cflags_saved
8092 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8093 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8094 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8095 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8100 *i
[3456789]86* | x86_64
)
8101 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8102 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8103 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8104 echo $ECHO_N "(cached) $ECHO_C" >&6
8106 ac_wine_try_cflags_saved
=$CFLAGS
8107 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8108 cat >conftest.
$ac_ext <<_ACEOF
8111 cat confdefs.h
>>conftest.
$ac_ext
8112 cat >>conftest.
$ac_ext <<_ACEOF
8113 /* end confdefs.h. */
8123 rm -f conftest.
$ac_objext conftest
$ac_exeext
8124 if { (ac_try
="$ac_link"
8126 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8127 *) ac_try_echo=$ac_try;;
8129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8130 (eval "$ac_link") 2>conftest.er1
8132 grep -v '^ *+' conftest.er1 >conftest.err
8134 cat conftest.err >&5
8135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8136 (exit $ac_status); } && {
8137 test -z "$ac_c_werror_flag" ||
8138 test ! -s conftest.err
8139 } && test -s conftest$ac_exeext &&
8140 $as_test_x conftest$ac_exeext; then
8141 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8143 echo "$as_me: failed program was:" >&5
8144 sed 's/^/| /' conftest.$ac_ext >&5
8146 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8150 conftest$ac_exeext conftest.$ac_ext
8151 CFLAGS=$ac_wine_try_cflags_saved
8153 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8154 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8155 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8156 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8163 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8164 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8165 if test "${ac_cv_c_dll_unixware+set}" = set; then
8166 echo $ECHO_N "(cached) $ECHO_C" >&6
8168 ac_wine_try_cflags_saved=$CFLAGS
8169 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8170 cat >conftest.$ac_ext <<_ACEOF
8173 rm -f conftest.$ac_objext conftest$ac_exeext
8174 if { (ac_try="$ac_link"
8176 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8177 *) ac_try_echo
=$ac_try;;
8179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8180 (eval "$ac_link") 2>conftest.er1
8182 grep -v '^ *+' conftest.er1
>conftest.err
8184 cat conftest.err
>&5
8185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8186 (exit $ac_status); } && {
8187 test -z "$ac_c_werror_flag" ||
8188 test ! -s conftest.err
8189 } && test -s conftest
$ac_exeext &&
8190 $as_test_x conftest
$ac_exeext; then
8191 ac_cv_c_dll_unixware
="yes"
8193 echo "$as_me: failed program was:" >&5
8194 sed 's/^/| /' conftest.
$ac_ext >&5
8196 ac_cv_c_dll_unixware
="no"
8199 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8200 conftest
$ac_exeext conftest.
$ac_ext
8201 CFLAGS
=$ac_wine_try_cflags_saved
8203 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8204 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8205 if test "$ac_cv_c_dll_unixware" = "yes"
8207 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8208 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
8211 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8212 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8213 if test "${ac_cv_c_dll_hpux+set}" = set; then
8214 echo $ECHO_N "(cached) $ECHO_C" >&6
8216 ac_wine_try_cflags_saved
=$CFLAGS
8217 CFLAGS
="$CFLAGS -shared"
8218 cat >conftest.
$ac_ext <<_ACEOF
8221 rm -f conftest.
$ac_objext conftest
$ac_exeext
8222 if { (ac_try
="$ac_link"
8224 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8225 *) ac_try_echo=$ac_try;;
8227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8228 (eval "$ac_link") 2>conftest.er1
8230 grep -v '^ *+' conftest.er1 >conftest.err
8232 cat conftest.err >&5
8233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8234 (exit $ac_status); } && {
8235 test -z "$ac_c_werror_flag" ||
8236 test ! -s conftest.err
8237 } && test -s conftest$ac_exeext &&
8238 $as_test_x conftest$ac_exeext; then
8239 ac_cv_c_dll_hpux="yes"
8241 echo "$as_me: failed program was:" >&5
8242 sed 's/^/| /' conftest.$ac_ext >&5
8244 ac_cv_c_dll_hpux="no"
8247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8248 conftest$ac_exeext conftest.$ac_ext
8249 CFLAGS=$ac_wine_try_cflags_saved
8251 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8252 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8253 if test "$ac_cv_c_dll_hpux" = "yes"
8257 LDDLLFLAGS="-shared -fPIC"
8258 LDSHARED="\$(CC) -shared"
8265 enable_winequartz_drv=${enable_winequartz_drv:-no}
8267 if test "$LIBEXT" = "a"; then
8268 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8269 It is currently not possible to build Wine without shared library
8270 (.so) support to allow transparent switch between .so and .dll files.
8271 If you are using Linux, you will need a newer binutils.
8273 echo "$as_me: error: could not find a way to build shared libraries.
8274 It is currently not possible to build Wine without shared library
8275 (.so) support to allow transparent switch between .so and .dll files.
8276 If you are using Linux, you will need a newer binutils.
8278 { (exit 1); exit 1; }; }
8281 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8283 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
8285 # Extract the first word of "$ac_prog", so it can be a program name with args.
8286 set dummy $ac_prog; ac_word=$2
8287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8289 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8290 echo $ECHO_N "(cached) $ECHO_C" >&6
8292 if test -n "$CROSSCC"; then
8293 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8299 test -z "$as_dir" && as_dir=.
8300 for ac_exec_ext in '' $ac_executable_extensions; do
8301 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8302 ac_cv_prog_CROSSCC="$ac_prog"
8303 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8312 CROSSCC=$ac_cv_prog_CROSSCC
8313 if test -n "$CROSSCC"; then
8314 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8315 echo "${ECHO_T}$CROSSCC" >&6; }
8317 { echo "$as_me:$LINENO: result: no" >&5
8318 echo "${ECHO_T}no" >&6; }
8322 test -n "$CROSSCC" && break
8324 test -n "$CROSSCC" || CROSSCC="false"
8326 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
8328 # Extract the first word of "$ac_prog", so it can be a program name with args.
8329 set dummy $ac_prog; 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_DLLTOOL+set}" = set; then
8333 echo $ECHO_N "(cached) $ECHO_C" >&6
8335 if test -n "$DLLTOOL"; then
8336 ac_cv_prog_DLLTOOL="$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_DLLTOOL="$ac_prog"
8346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8355 DLLTOOL=$ac_cv_prog_DLLTOOL
8356 if test -n "$DLLTOOL"; then
8357 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8358 echo "${ECHO_T}$DLLTOOL" >&6; }
8360 { echo "$as_me:$LINENO: result: no" >&5
8361 echo "${ECHO_T}no" >&6; }
8365 test -n "$DLLTOOL" && break
8367 test -n "$DLLTOOL" || DLLTOOL="false"
8369 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
8371 # Extract the first word of "$ac_prog", so it can be a program name with args.
8372 set dummy $ac_prog; ac_word=$2
8373 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8374 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8375 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8376 echo $ECHO_N "(cached) $ECHO_C" >&6
8378 if test -n "$CROSSWINDRES"; then
8379 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8385 test -z "$as_dir" && as_dir=.
8386 for ac_exec_ext in '' $ac_executable_extensions; do
8387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8388 ac_cv_prog_CROSSWINDRES="$ac_prog"
8389 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8398 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8399 if test -n "$CROSSWINDRES"; then
8400 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8401 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8403 { echo "$as_me:$LINENO: result: no" >&5
8404 echo "${ECHO_T}no" >&6; }
8408 test -n "$CROSSWINDRES" && break
8410 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8412 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
8414 # Extract the first word of "$ac_prog", so it can be a program name with args.
8415 set dummy $ac_prog; ac_word=$2
8416 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8417 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8418 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8419 echo $ECHO_N "(cached) $ECHO_C" >&6
8421 if test -n "$MINGWAR"; then
8422 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8428 test -z "$as_dir" && as_dir=.
8429 for ac_exec_ext in '' $ac_executable_extensions; do
8430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8431 ac_cv_prog_MINGWAR="$ac_prog"
8432 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8441 MINGWAR=$ac_cv_prog_MINGWAR
8442 if test -n "$MINGWAR"; then
8443 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8444 echo "${ECHO_T}$MINGWAR" >&6; }
8446 { echo "$as_me:$LINENO: result: no" >&5
8447 echo "${ECHO_T}no" >&6; }
8451 test -n "$MINGWAR" && break
8453 test -n "$MINGWAR" || MINGWAR="false"
8455 if test "$CROSSCC" != "false"
8457 CROSSTEST="\$(CROSSTEST)"
8463 if test "$ac_cv_header_pthread_h" = "yes"
8465 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8466 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8467 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8468 echo $ECHO_N "(cached) $ECHO_C" >&6
8470 ac_check_lib_save_LIBS=$LIBS
8471 LIBS="-lpthread $LIBS"
8472 cat >conftest.$ac_ext <<_ACEOF
8475 cat confdefs.h >>conftest.$ac_ext
8476 cat >>conftest.$ac_ext <<_ACEOF
8477 /* end confdefs.h. */
8479 /* Override any GCC internal prototype to avoid an error.
8480 Use char because int might match the return type of a GCC
8481 builtin and then its argument prototype would still apply. */
8485 char pthread_create ();
8489 return pthread_create ();
8494 rm -f conftest.$ac_objext conftest$ac_exeext
8495 if { (ac_try="$ac_link"
8497 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8498 *) ac_try_echo
=$ac_try;;
8500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8501 (eval "$ac_link") 2>conftest.er1
8503 grep -v '^ *+' conftest.er1
>conftest.err
8505 cat conftest.err
>&5
8506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8507 (exit $ac_status); } && {
8508 test -z "$ac_c_werror_flag" ||
8509 test ! -s conftest.err
8510 } && test -s conftest
$ac_exeext &&
8511 $as_test_x conftest
$ac_exeext; then
8512 ac_cv_lib_pthread_pthread_create
=yes
8514 echo "$as_me: failed program was:" >&5
8515 sed 's/^/| /' conftest.
$ac_ext >&5
8517 ac_cv_lib_pthread_pthread_create
=no
8520 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8521 conftest
$ac_exeext conftest.
$ac_ext
8522 LIBS
=$ac_check_lib_save_LIBS
8524 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8525 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8526 if test $ac_cv_lib_pthread_pthread_create = yes; then
8527 LIBPTHREAD
="-lpthread"
8532 if test "x$LIBPTHREAD" = "x"; then
8533 case "x$with_pthread" in
8535 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8536 Wine cannot support threads without libpthread.
8537 Use the --without-pthread option if you really want this." >&5
8538 echo "$as_me: error: pthread ${notice_platform}development files not found.
8539 Wine cannot support threads without libpthread.
8540 Use the --without-pthread option if you really want this." >&2;}
8541 { (exit 1); exit 1; }; } ;;
8547 { echo "$as_me:$LINENO: checking for X" >&5
8548 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8551 # Check whether --with-x was given.
8552 if test "${with_x+set}" = set; then
8556 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8557 if test "x$with_x" = xno
; then
8558 # The user explicitly disabled X.
8561 case $x_includes,$x_libraries in #(
8562 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8563 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8564 { (exit 1); exit 1; }; };; #(
8565 *,NONE | NONE
,*) if test "${ac_cv_have_x+set}" = set; then
8566 echo $ECHO_N "(cached) $ECHO_C" >&6
8568 # One or both of the vars are not set, and there is no cached value.
8569 ac_x_includes
=no ac_x_libraries
=no
8570 rm -f -r conftest.dir
8571 if mkdir conftest.dir
; then
8573 cat >Imakefile
<<'_ACEOF'
8575 @echo incroot='${INCROOT}'
8577 @echo usrlibdir='${USRLIBDIR}'
8579 @echo libdir='${LIBDIR}'
8581 if (export CC
; ${XMKMF-xmkmf}) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
8582 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8583 for ac_var
in incroot usrlibdir libdir
; do
8584 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8586 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8587 for ac_extension
in a so sl
; do
8588 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8589 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8590 ac_im_usrlibdir
=$ac_im_libdir; break
8593 # Screen out bogus values from the imake configuration. They are
8594 # bogus both because they are the default anyway, and because
8595 # using them would break gcc on systems where it needs fixed includes.
8596 case $ac_im_incroot in
8597 /usr
/include
) ac_x_includes
= ;;
8598 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
8600 case $ac_im_usrlibdir in
8602 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
8606 rm -f -r conftest.dir
8609 # Standard set of common directories for X headers.
8610 # Check X11 before X11Rn because it is often a symlink to the current release.
8622 /usr/local/X11/include
8623 /usr/local/X11R6/include
8624 /usr/local/X11R5/include
8625 /usr/local/X11R4/include
8627 /usr/local/include/X11
8628 /usr/local/include/X11R6
8629 /usr/local/include/X11R5
8630 /usr/local/include/X11R4
8634 /usr/XFree86/include/X11
8638 /usr/unsupported/include
8640 /usr/local/x11r5/include
8641 /usr/lpp/Xamples/include
8643 /usr/openwin/include
8644 /usr/openwin/share/include'
8646 if test "$ac_x_includes" = no
; then
8647 # Guess where to find include files, by looking for Xlib.h.
8648 # First, try using that file with no special directory specified.
8649 cat >conftest.
$ac_ext <<_ACEOF
8652 cat confdefs.h
>>conftest.
$ac_ext
8653 cat >>conftest.
$ac_ext <<_ACEOF
8654 /* end confdefs.h. */
8655 #include <X11/Xlib.h>
8657 if { (ac_try
="$ac_cpp conftest.$ac_ext"
8659 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8660 *) ac_try_echo=$ac_try;;
8662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8663 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8665 grep -v '^ *+' conftest.er1 >conftest.err
8667 cat conftest.err >&5
8668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8669 (exit $ac_status); } >/dev/null && {
8670 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8671 test ! -s conftest.err
8673 # We can compile using X headers with no special include directory.
8676 echo "$as_me: failed program was:" >&5
8677 sed 's/^/| /' conftest.$ac_ext >&5
8679 for ac_dir in $ac_x_header_dirs; do
8680 if test -r "$ac_dir/X11/Xlib.h"; then
8681 ac_x_includes=$ac_dir
8687 rm -f conftest.err conftest.$ac_ext
8688 fi # $ac_x_includes = no
8690 if test "$ac_x_libraries" = no; then
8691 # Check for the libraries.
8692 # See if we find them without any special options.
8693 # Don't add to $LIBS permanently.
8696 cat >conftest.$ac_ext <<_ACEOF
8699 cat confdefs.h >>conftest.$ac_ext
8700 cat >>conftest.$ac_ext <<_ACEOF
8701 /* end confdefs.h. */
8702 #include <X11/Xlib.h>
8711 rm -f conftest.$ac_objext conftest$ac_exeext
8712 if { (ac_try="$ac_link"
8714 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8715 *) ac_try_echo
=$ac_try;;
8717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8718 (eval "$ac_link") 2>conftest.er1
8720 grep -v '^ *+' conftest.er1
>conftest.err
8722 cat conftest.err
>&5
8723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8724 (exit $ac_status); } && {
8725 test -z "$ac_c_werror_flag" ||
8726 test ! -s conftest.err
8727 } && test -s conftest
$ac_exeext &&
8728 $as_test_x conftest
$ac_exeext; then
8730 # We can link X programs with no special library path.
8733 echo "$as_me: failed program was:" >&5
8734 sed 's/^/| /' conftest.
$ac_ext >&5
8737 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8739 # Don't even attempt the hair of trying to link an X program!
8740 for ac_extension
in a so sl
; do
8741 if test -r "$ac_dir/libX11.$ac_extension"; then
8742 ac_x_libraries
=$ac_dir
8749 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8750 conftest
$ac_exeext conftest.
$ac_ext
8751 fi # $ac_x_libraries = no
8753 case $ac_x_includes,$ac_x_libraries in #(
8755 # Didn't find X, or a directory has "'" in its name.
8756 ac_cv_have_x
="have_x=no";; #(
8758 # Record where we found X for the cache.
8759 ac_cv_have_x
="have_x=yes\
8760 ac_x_includes='$ac_x_includes'\
8761 ac_x_libraries='$ac_x_libraries'"
8767 eval "$ac_cv_have_x"
8770 if test "$have_x" != yes; then
8771 { echo "$as_me:$LINENO: result: $have_x" >&5
8772 echo "${ECHO_T}$have_x" >&6; }
8775 # If each of the values was on the command line, it overrides each guess.
8776 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
8777 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
8778 # Update the cache value to reflect the command line values.
8779 ac_cv_have_x
="have_x=yes\
8780 ac_x_includes='$x_includes'\
8781 ac_x_libraries='$x_libraries'"
8782 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8783 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8786 if test "$no_x" = yes; then
8787 # Not all programs may use this symbol, but it does not hurt to define it.
8789 cat >>confdefs.h
<<\_ACEOF
8790 #define X_DISPLAY_MISSING 1
8793 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
8795 if test -n "$x_includes"; then
8796 X_CFLAGS
="$X_CFLAGS -I$x_includes"
8799 # It would also be nice to do this for all -L options, not just this one.
8800 if test -n "$x_libraries"; then
8801 X_LIBS
="$X_LIBS -L$x_libraries"
8802 # For Solaris; some versions of Sun CC require a space after -R and
8803 # others require no space. Words are not sufficient . . . .
8804 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8805 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8806 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
8807 ac_xsave_c_werror_flag
=$ac_c_werror_flag
8808 ac_c_werror_flag
=yes
8809 cat >conftest.
$ac_ext <<_ACEOF
8812 cat confdefs.h
>>conftest.
$ac_ext
8813 cat >>conftest.
$ac_ext <<_ACEOF
8814 /* end confdefs.h. */
8824 rm -f conftest.
$ac_objext conftest
$ac_exeext
8825 if { (ac_try
="$ac_link"
8827 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8828 *) ac_try_echo=$ac_try;;
8830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8831 (eval "$ac_link") 2>conftest.er1
8833 grep -v '^ *+' conftest.er1 >conftest.err
8835 cat conftest.err >&5
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); } && {
8838 test -z "$ac_c_werror_flag" ||
8839 test ! -s conftest.err
8840 } && test -s conftest$ac_exeext &&
8841 $as_test_x conftest$ac_exeext; then
8842 { echo "$as_me:$LINENO: result: no" >&5
8843 echo "${ECHO_T}no" >&6; }
8844 X_LIBS="$X_LIBS -R$x_libraries"
8846 echo "$as_me: failed program was:" >&5
8847 sed 's/^/| /' conftest.$ac_ext >&5
8849 LIBS="$ac_xsave_LIBS -R $x_libraries"
8850 cat >conftest.$ac_ext <<_ACEOF
8853 cat confdefs.h >>conftest.$ac_ext
8854 cat >>conftest.$ac_ext <<_ACEOF
8855 /* end confdefs.h. */
8865 rm -f conftest.$ac_objext conftest$ac_exeext
8866 if { (ac_try="$ac_link"
8868 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8869 *) ac_try_echo
=$ac_try;;
8871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8872 (eval "$ac_link") 2>conftest.er1
8874 grep -v '^ *+' conftest.er1
>conftest.err
8876 cat conftest.err
>&5
8877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8878 (exit $ac_status); } && {
8879 test -z "$ac_c_werror_flag" ||
8880 test ! -s conftest.err
8881 } && test -s conftest
$ac_exeext &&
8882 $as_test_x conftest
$ac_exeext; then
8883 { echo "$as_me:$LINENO: result: yes" >&5
8884 echo "${ECHO_T}yes" >&6; }
8885 X_LIBS
="$X_LIBS -R $x_libraries"
8887 echo "$as_me: failed program was:" >&5
8888 sed 's/^/| /' conftest.
$ac_ext >&5
8890 { echo "$as_me:$LINENO: result: neither works" >&5
8891 echo "${ECHO_T}neither works" >&6; }
8894 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8895 conftest
$ac_exeext conftest.
$ac_ext
8898 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8899 conftest
$ac_exeext conftest.
$ac_ext
8900 ac_c_werror_flag
=$ac_xsave_c_werror_flag
8904 # Check for system-dependent libraries X programs must link with.
8905 # Do this before checking for the system-independent R6 libraries
8906 # (-lICE), since we may need -lsocket or whatever for X linking.
8908 if test "$ISC" = yes; then
8909 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
8911 # Martyn Johnson says this is needed for Ultrix, if the X
8912 # libraries were built with DECnet support. And Karl Berry says
8913 # the Alpha needs dnet_stub (dnet does not exist).
8914 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
8915 cat >conftest.
$ac_ext <<_ACEOF
8918 cat confdefs.h
>>conftest.
$ac_ext
8919 cat >>conftest.
$ac_ext <<_ACEOF
8920 /* end confdefs.h. */
8922 /* Override any GCC internal prototype to avoid an error.
8923 Use char because int might match the return type of a GCC
8924 builtin and then its argument prototype would still apply. */
8928 char XOpenDisplay ();
8932 return XOpenDisplay ();
8937 rm -f conftest.
$ac_objext conftest
$ac_exeext
8938 if { (ac_try
="$ac_link"
8940 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8941 *) ac_try_echo=$ac_try;;
8943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8944 (eval "$ac_link") 2>conftest.er1
8946 grep -v '^ *+' conftest.er1 >conftest.err
8948 cat conftest.err >&5
8949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8950 (exit $ac_status); } && {
8951 test -z "$ac_c_werror_flag" ||
8952 test ! -s conftest.err
8953 } && test -s conftest$ac_exeext &&
8954 $as_test_x conftest$ac_exeext; then
8957 echo "$as_me: failed program was:" >&5
8958 sed 's/^/| /' conftest.$ac_ext >&5
8960 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8961 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8962 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8963 echo $ECHO_N "(cached) $ECHO_C" >&6
8965 ac_check_lib_save_LIBS=$LIBS
8967 cat >conftest.$ac_ext <<_ACEOF
8970 cat confdefs.h >>conftest.$ac_ext
8971 cat >>conftest.$ac_ext <<_ACEOF
8972 /* end confdefs.h. */
8974 /* Override any GCC internal prototype to avoid an error.
8975 Use char because int might match the return type of a GCC
8976 builtin and then its argument prototype would still apply. */
8984 return dnet_ntoa ();
8989 rm -f conftest.$ac_objext conftest$ac_exeext
8990 if { (ac_try="$ac_link"
8992 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8993 *) ac_try_echo
=$ac_try;;
8995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8996 (eval "$ac_link") 2>conftest.er1
8998 grep -v '^ *+' conftest.er1
>conftest.err
9000 cat conftest.err
>&5
9001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9002 (exit $ac_status); } && {
9003 test -z "$ac_c_werror_flag" ||
9004 test ! -s conftest.err
9005 } && test -s conftest
$ac_exeext &&
9006 $as_test_x conftest
$ac_exeext; then
9007 ac_cv_lib_dnet_dnet_ntoa
=yes
9009 echo "$as_me: failed program was:" >&5
9010 sed 's/^/| /' conftest.
$ac_ext >&5
9012 ac_cv_lib_dnet_dnet_ntoa
=no
9015 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9016 conftest
$ac_exeext conftest.
$ac_ext
9017 LIBS
=$ac_check_lib_save_LIBS
9019 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9020 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9021 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9022 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
9025 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
9026 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9027 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9028 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9029 echo $ECHO_N "(cached) $ECHO_C" >&6
9031 ac_check_lib_save_LIBS
=$LIBS
9032 LIBS
="-ldnet_stub $LIBS"
9033 cat >conftest.
$ac_ext <<_ACEOF
9036 cat confdefs.h
>>conftest.
$ac_ext
9037 cat >>conftest.
$ac_ext <<_ACEOF
9038 /* end confdefs.h. */
9040 /* Override any GCC internal prototype to avoid an error.
9041 Use char because int might match the return type of a GCC
9042 builtin and then its argument prototype would still apply. */
9050 return dnet_ntoa ();
9055 rm -f conftest.
$ac_objext conftest
$ac_exeext
9056 if { (ac_try
="$ac_link"
9058 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9059 *) ac_try_echo=$ac_try;;
9061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9062 (eval "$ac_link") 2>conftest.er1
9064 grep -v '^ *+' conftest.er1 >conftest.err
9066 cat conftest.err >&5
9067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9068 (exit $ac_status); } && {
9069 test -z "$ac_c_werror_flag" ||
9070 test ! -s conftest.err
9071 } && test -s conftest$ac_exeext &&
9072 $as_test_x conftest$ac_exeext; then
9073 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9075 echo "$as_me: failed program was:" >&5
9076 sed 's/^/| /' conftest.$ac_ext >&5
9078 ac_cv_lib_dnet_stub_dnet_ntoa=no
9081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9082 conftest$ac_exeext conftest.$ac_ext
9083 LIBS=$ac_check_lib_save_LIBS
9085 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9086 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9087 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9088 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9095 conftest$ac_exeext conftest.$ac_ext
9096 LIBS="$ac_xsave_LIBS"
9098 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9099 # to get the SysV transport functions.
9100 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9102 # The nsl library prevents programs from opening the X display
9103 # on Irix 5.2, according to T.E. Dickey.
9104 # The functions gethostbyname, getservbyname, and inet_addr are
9105 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9106 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9107 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9108 if test "${ac_cv_func_gethostbyname+set}" = set; then
9109 echo $ECHO_N "(cached) $ECHO_C" >&6
9111 cat >conftest.$ac_ext <<_ACEOF
9114 cat confdefs.h >>conftest.$ac_ext
9115 cat >>conftest.$ac_ext <<_ACEOF
9116 /* end confdefs.h. */
9117 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9118 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9119 #define gethostbyname innocuous_gethostbyname
9121 /* System header to define __stub macros and hopefully few prototypes,
9122 which can conflict with char gethostbyname (); below.
9123 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9124 <limits.h> exists even on freestanding compilers. */
9127 # include <limits.h>
9129 # include <assert.h>
9132 #undef gethostbyname
9134 /* Override any GCC internal prototype to avoid an error.
9135 Use char because int might match the return type of a GCC
9136 builtin and then its argument prototype would still apply. */
9140 char gethostbyname ();
9141 /* The GNU C library defines this for functions which it implements
9142 to always fail with ENOSYS. Some functions are actually named
9143 something starting with __ and the normal name is an alias. */
9144 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9151 return gethostbyname ();
9156 rm -f conftest.$ac_objext conftest$ac_exeext
9157 if { (ac_try="$ac_link"
9159 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9160 *) ac_try_echo
=$ac_try;;
9162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9163 (eval "$ac_link") 2>conftest.er1
9165 grep -v '^ *+' conftest.er1
>conftest.err
9167 cat conftest.err
>&5
9168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9169 (exit $ac_status); } && {
9170 test -z "$ac_c_werror_flag" ||
9171 test ! -s conftest.err
9172 } && test -s conftest
$ac_exeext &&
9173 $as_test_x conftest
$ac_exeext; then
9174 ac_cv_func_gethostbyname
=yes
9176 echo "$as_me: failed program was:" >&5
9177 sed 's/^/| /' conftest.
$ac_ext >&5
9179 ac_cv_func_gethostbyname
=no
9182 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9183 conftest
$ac_exeext conftest.
$ac_ext
9185 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9186 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9188 if test $ac_cv_func_gethostbyname = no
; then
9189 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9190 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9191 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9192 echo $ECHO_N "(cached) $ECHO_C" >&6
9194 ac_check_lib_save_LIBS
=$LIBS
9196 cat >conftest.
$ac_ext <<_ACEOF
9199 cat confdefs.h
>>conftest.
$ac_ext
9200 cat >>conftest.
$ac_ext <<_ACEOF
9201 /* end confdefs.h. */
9203 /* Override any GCC internal prototype to avoid an error.
9204 Use char because int might match the return type of a GCC
9205 builtin and then its argument prototype would still apply. */
9209 char gethostbyname ();
9213 return gethostbyname ();
9218 rm -f conftest.
$ac_objext conftest
$ac_exeext
9219 if { (ac_try
="$ac_link"
9221 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9222 *) ac_try_echo=$ac_try;;
9224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9225 (eval "$ac_link") 2>conftest.er1
9227 grep -v '^ *+' conftest.er1 >conftest.err
9229 cat conftest.err >&5
9230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9231 (exit $ac_status); } && {
9232 test -z "$ac_c_werror_flag" ||
9233 test ! -s conftest.err
9234 } && test -s conftest$ac_exeext &&
9235 $as_test_x conftest$ac_exeext; then
9236 ac_cv_lib_nsl_gethostbyname=yes
9238 echo "$as_me: failed program was:" >&5
9239 sed 's/^/| /' conftest.$ac_ext >&5
9241 ac_cv_lib_nsl_gethostbyname=no
9244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9245 conftest$ac_exeext conftest.$ac_ext
9246 LIBS=$ac_check_lib_save_LIBS
9248 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9249 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9250 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9251 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9254 if test $ac_cv_lib_nsl_gethostbyname = no; then
9255 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9256 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9257 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9258 echo $ECHO_N "(cached) $ECHO_C" >&6
9260 ac_check_lib_save_LIBS=$LIBS
9262 cat >conftest.$ac_ext <<_ACEOF
9265 cat confdefs.h >>conftest.$ac_ext
9266 cat >>conftest.$ac_ext <<_ACEOF
9267 /* end confdefs.h. */
9269 /* Override any GCC internal prototype to avoid an error.
9270 Use char because int might match the return type of a GCC
9271 builtin and then its argument prototype would still apply. */
9275 char gethostbyname ();
9279 return gethostbyname ();
9284 rm -f conftest.$ac_objext conftest$ac_exeext
9285 if { (ac_try="$ac_link"
9287 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9288 *) ac_try_echo
=$ac_try;;
9290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9291 (eval "$ac_link") 2>conftest.er1
9293 grep -v '^ *+' conftest.er1
>conftest.err
9295 cat conftest.err
>&5
9296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9297 (exit $ac_status); } && {
9298 test -z "$ac_c_werror_flag" ||
9299 test ! -s conftest.err
9300 } && test -s conftest
$ac_exeext &&
9301 $as_test_x conftest
$ac_exeext; then
9302 ac_cv_lib_bsd_gethostbyname
=yes
9304 echo "$as_me: failed program was:" >&5
9305 sed 's/^/| /' conftest.
$ac_ext >&5
9307 ac_cv_lib_bsd_gethostbyname
=no
9310 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9311 conftest
$ac_exeext conftest.
$ac_ext
9312 LIBS
=$ac_check_lib_save_LIBS
9314 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9315 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9316 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9317 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
9323 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9324 # socket/setsockopt and other routines are undefined under SCO ODT
9325 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9326 # on later versions), says Simon Leinen: it contains gethostby*
9327 # variants that don't use the name server (or something). -lsocket
9328 # must be given before -lnsl if both are needed. We assume that
9329 # if connect needs -lnsl, so does gethostbyname.
9330 { echo "$as_me:$LINENO: checking for connect" >&5
9331 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9332 if test "${ac_cv_func_connect+set}" = set; then
9333 echo $ECHO_N "(cached) $ECHO_C" >&6
9335 cat >conftest.
$ac_ext <<_ACEOF
9338 cat confdefs.h
>>conftest.
$ac_ext
9339 cat >>conftest.
$ac_ext <<_ACEOF
9340 /* end confdefs.h. */
9341 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9342 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9343 #define connect innocuous_connect
9345 /* System header to define __stub macros and hopefully few prototypes,
9346 which can conflict with char connect (); below.
9347 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9348 <limits.h> exists even on freestanding compilers. */
9351 # include <limits.h>
9353 # include <assert.h>
9358 /* Override any GCC internal prototype to avoid an error.
9359 Use char because int might match the return type of a GCC
9360 builtin and then its argument prototype would still apply. */
9365 /* The GNU C library defines this for functions which it implements
9366 to always fail with ENOSYS. Some functions are actually named
9367 something starting with __ and the normal name is an alias. */
9368 #if defined __stub_connect || defined __stub___connect
9380 rm -f conftest.
$ac_objext conftest
$ac_exeext
9381 if { (ac_try
="$ac_link"
9383 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9384 *) ac_try_echo=$ac_try;;
9386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9387 (eval "$ac_link") 2>conftest.er1
9389 grep -v '^ *+' conftest.er1 >conftest.err
9391 cat conftest.err >&5
9392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9393 (exit $ac_status); } && {
9394 test -z "$ac_c_werror_flag" ||
9395 test ! -s conftest.err
9396 } && test -s conftest$ac_exeext &&
9397 $as_test_x conftest$ac_exeext; then
9398 ac_cv_func_connect=yes
9400 echo "$as_me: failed program was:" >&5
9401 sed 's/^/| /' conftest.$ac_ext >&5
9403 ac_cv_func_connect=no
9406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9407 conftest$ac_exeext conftest.$ac_ext
9409 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9410 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9412 if test $ac_cv_func_connect = no; then
9413 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9414 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9415 if test "${ac_cv_lib_socket_connect+set}" = set; then
9416 echo $ECHO_N "(cached) $ECHO_C" >&6
9418 ac_check_lib_save_LIBS=$LIBS
9419 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9420 cat >conftest.$ac_ext <<_ACEOF
9423 cat confdefs.h >>conftest.$ac_ext
9424 cat >>conftest.$ac_ext <<_ACEOF
9425 /* end confdefs.h. */
9427 /* Override any GCC internal prototype to avoid an error.
9428 Use char because int might match the return type of a GCC
9429 builtin and then its argument prototype would still apply. */
9442 rm -f conftest.$ac_objext conftest$ac_exeext
9443 if { (ac_try="$ac_link"
9445 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9446 *) ac_try_echo
=$ac_try;;
9448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9449 (eval "$ac_link") 2>conftest.er1
9451 grep -v '^ *+' conftest.er1
>conftest.err
9453 cat conftest.err
>&5
9454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9455 (exit $ac_status); } && {
9456 test -z "$ac_c_werror_flag" ||
9457 test ! -s conftest.err
9458 } && test -s conftest
$ac_exeext &&
9459 $as_test_x conftest
$ac_exeext; then
9460 ac_cv_lib_socket_connect
=yes
9462 echo "$as_me: failed program was:" >&5
9463 sed 's/^/| /' conftest.
$ac_ext >&5
9465 ac_cv_lib_socket_connect
=no
9468 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9469 conftest
$ac_exeext conftest.
$ac_ext
9470 LIBS
=$ac_check_lib_save_LIBS
9472 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9473 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9474 if test $ac_cv_lib_socket_connect = yes; then
9475 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
9480 # Guillermo Gomez says -lposix is necessary on A/UX.
9481 { echo "$as_me:$LINENO: checking for remove" >&5
9482 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9483 if test "${ac_cv_func_remove+set}" = set; then
9484 echo $ECHO_N "(cached) $ECHO_C" >&6
9486 cat >conftest.
$ac_ext <<_ACEOF
9489 cat confdefs.h
>>conftest.
$ac_ext
9490 cat >>conftest.
$ac_ext <<_ACEOF
9491 /* end confdefs.h. */
9492 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9493 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9494 #define remove innocuous_remove
9496 /* System header to define __stub macros and hopefully few prototypes,
9497 which can conflict with char remove (); below.
9498 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9499 <limits.h> exists even on freestanding compilers. */
9502 # include <limits.h>
9504 # include <assert.h>
9509 /* Override any GCC internal prototype to avoid an error.
9510 Use char because int might match the return type of a GCC
9511 builtin and then its argument prototype would still apply. */
9516 /* The GNU C library defines this for functions which it implements
9517 to always fail with ENOSYS. Some functions are actually named
9518 something starting with __ and the normal name is an alias. */
9519 #if defined __stub_remove || defined __stub___remove
9531 rm -f conftest.
$ac_objext conftest
$ac_exeext
9532 if { (ac_try
="$ac_link"
9534 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9535 *) ac_try_echo=$ac_try;;
9537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9538 (eval "$ac_link") 2>conftest.er1
9540 grep -v '^ *+' conftest.er1 >conftest.err
9542 cat conftest.err >&5
9543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9544 (exit $ac_status); } && {
9545 test -z "$ac_c_werror_flag" ||
9546 test ! -s conftest.err
9547 } && test -s conftest$ac_exeext &&
9548 $as_test_x conftest$ac_exeext; then
9549 ac_cv_func_remove=yes
9551 echo "$as_me: failed program was:" >&5
9552 sed 's/^/| /' conftest.$ac_ext >&5
9554 ac_cv_func_remove=no
9557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9558 conftest$ac_exeext conftest.$ac_ext
9560 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9561 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9563 if test $ac_cv_func_remove = no; then
9564 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9565 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9566 if test "${ac_cv_lib_posix_remove+set}" = set; then
9567 echo $ECHO_N "(cached) $ECHO_C" >&6
9569 ac_check_lib_save_LIBS=$LIBS
9570 LIBS="-lposix $LIBS"
9571 cat >conftest.$ac_ext <<_ACEOF
9574 cat confdefs.h >>conftest.$ac_ext
9575 cat >>conftest.$ac_ext <<_ACEOF
9576 /* end confdefs.h. */
9578 /* Override any GCC internal prototype to avoid an error.
9579 Use char because int might match the return type of a GCC
9580 builtin and then its argument prototype would still apply. */
9593 rm -f conftest.$ac_objext conftest$ac_exeext
9594 if { (ac_try="$ac_link"
9596 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9597 *) ac_try_echo
=$ac_try;;
9599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9600 (eval "$ac_link") 2>conftest.er1
9602 grep -v '^ *+' conftest.er1
>conftest.err
9604 cat conftest.err
>&5
9605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9606 (exit $ac_status); } && {
9607 test -z "$ac_c_werror_flag" ||
9608 test ! -s conftest.err
9609 } && test -s conftest
$ac_exeext &&
9610 $as_test_x conftest
$ac_exeext; then
9611 ac_cv_lib_posix_remove
=yes
9613 echo "$as_me: failed program was:" >&5
9614 sed 's/^/| /' conftest.
$ac_ext >&5
9616 ac_cv_lib_posix_remove
=no
9619 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9620 conftest
$ac_exeext conftest.
$ac_ext
9621 LIBS
=$ac_check_lib_save_LIBS
9623 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9624 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9625 if test $ac_cv_lib_posix_remove = yes; then
9626 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
9631 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9632 { echo "$as_me:$LINENO: checking for shmat" >&5
9633 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9634 if test "${ac_cv_func_shmat+set}" = set; then
9635 echo $ECHO_N "(cached) $ECHO_C" >&6
9637 cat >conftest.
$ac_ext <<_ACEOF
9640 cat confdefs.h
>>conftest.
$ac_ext
9641 cat >>conftest.
$ac_ext <<_ACEOF
9642 /* end confdefs.h. */
9643 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9644 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9645 #define shmat innocuous_shmat
9647 /* System header to define __stub macros and hopefully few prototypes,
9648 which can conflict with char shmat (); below.
9649 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9650 <limits.h> exists even on freestanding compilers. */
9653 # include <limits.h>
9655 # include <assert.h>
9660 /* Override any GCC internal prototype to avoid an error.
9661 Use char because int might match the return type of a GCC
9662 builtin and then its argument prototype would still apply. */
9667 /* The GNU C library defines this for functions which it implements
9668 to always fail with ENOSYS. Some functions are actually named
9669 something starting with __ and the normal name is an alias. */
9670 #if defined __stub_shmat || defined __stub___shmat
9682 rm -f conftest.
$ac_objext conftest
$ac_exeext
9683 if { (ac_try
="$ac_link"
9685 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9686 *) ac_try_echo=$ac_try;;
9688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9689 (eval "$ac_link") 2>conftest.er1
9691 grep -v '^ *+' conftest.er1 >conftest.err
9693 cat conftest.err >&5
9694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9695 (exit $ac_status); } && {
9696 test -z "$ac_c_werror_flag" ||
9697 test ! -s conftest.err
9698 } && test -s conftest$ac_exeext &&
9699 $as_test_x conftest$ac_exeext; then
9700 ac_cv_func_shmat=yes
9702 echo "$as_me: failed program was:" >&5
9703 sed 's/^/| /' conftest.$ac_ext >&5
9708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9709 conftest$ac_exeext conftest.$ac_ext
9711 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9712 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9714 if test $ac_cv_func_shmat = no; then
9715 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9716 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9717 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9718 echo $ECHO_N "(cached) $ECHO_C" >&6
9720 ac_check_lib_save_LIBS=$LIBS
9722 cat >conftest.$ac_ext <<_ACEOF
9725 cat confdefs.h >>conftest.$ac_ext
9726 cat >>conftest.$ac_ext <<_ACEOF
9727 /* end confdefs.h. */
9729 /* Override any GCC internal prototype to avoid an error.
9730 Use char because int might match the return type of a GCC
9731 builtin and then its argument prototype would still apply. */
9744 rm -f conftest.$ac_objext conftest$ac_exeext
9745 if { (ac_try="$ac_link"
9747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9748 *) ac_try_echo
=$ac_try;;
9750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9751 (eval "$ac_link") 2>conftest.er1
9753 grep -v '^ *+' conftest.er1
>conftest.err
9755 cat conftest.err
>&5
9756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9757 (exit $ac_status); } && {
9758 test -z "$ac_c_werror_flag" ||
9759 test ! -s conftest.err
9760 } && test -s conftest
$ac_exeext &&
9761 $as_test_x conftest
$ac_exeext; then
9762 ac_cv_lib_ipc_shmat
=yes
9764 echo "$as_me: failed program was:" >&5
9765 sed 's/^/| /' conftest.
$ac_ext >&5
9767 ac_cv_lib_ipc_shmat
=no
9770 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9771 conftest
$ac_exeext conftest.
$ac_ext
9772 LIBS
=$ac_check_lib_save_LIBS
9774 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9775 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9776 if test $ac_cv_lib_ipc_shmat = yes; then
9777 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
9783 # Check for libraries that X11R6 Xt/Xaw programs need.
9784 ac_save_LDFLAGS
=$LDFLAGS
9785 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
9786 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9787 # check for ICE first), but we must link in the order -lSM -lICE or
9788 # we get undefined symbols. So assume we have SM if we have ICE.
9789 # These have to be linked with before -lX11, unlike the other
9790 # libraries we check for below, so use a different variable.
9791 # John Interrante, Karl Berry
9792 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9793 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9794 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9795 echo $ECHO_N "(cached) $ECHO_C" >&6
9797 ac_check_lib_save_LIBS
=$LIBS
9798 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
9799 cat >conftest.
$ac_ext <<_ACEOF
9802 cat confdefs.h
>>conftest.
$ac_ext
9803 cat >>conftest.
$ac_ext <<_ACEOF
9804 /* end confdefs.h. */
9806 /* Override any GCC internal prototype to avoid an error.
9807 Use char because int might match the return type of a GCC
9808 builtin and then its argument prototype would still apply. */
9812 char IceConnectionNumber ();
9816 return IceConnectionNumber ();
9821 rm -f conftest.
$ac_objext conftest
$ac_exeext
9822 if { (ac_try
="$ac_link"
9824 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9825 *) ac_try_echo=$ac_try;;
9827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9828 (eval "$ac_link") 2>conftest.er1
9830 grep -v '^ *+' conftest.er1 >conftest.err
9832 cat conftest.err >&5
9833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9834 (exit $ac_status); } && {
9835 test -z "$ac_c_werror_flag" ||
9836 test ! -s conftest.err
9837 } && test -s conftest$ac_exeext &&
9838 $as_test_x conftest$ac_exeext; then
9839 ac_cv_lib_ICE_IceConnectionNumber=yes
9841 echo "$as_me: failed program was:" >&5
9842 sed 's/^/| /' conftest.$ac_ext >&5
9844 ac_cv_lib_ICE_IceConnectionNumber=no
9847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9848 conftest$ac_exeext conftest.$ac_ext
9849 LIBS=$ac_check_lib_save_LIBS
9851 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9852 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9853 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9854 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9857 LDFLAGS=$ac_save_LDFLAGS
9862 if test "$have_x" = "yes"
9865 ac_save_CPPFLAGS="$CPPFLAGS"
9866 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9868 { echo "$as_me:$LINENO: checking for -lX11" >&5
9869 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9870 if test "${ac_cv_lib_soname_X11+set}" = set; then
9871 echo $ECHO_N "(cached) $ECHO_C" >&6
9873 ac_check_soname_save_LIBS=$LIBS
9874 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9875 cat >conftest.$ac_ext <<_ACEOF
9878 cat confdefs.h >>conftest.$ac_ext
9879 cat >>conftest.$ac_ext <<_ACEOF
9880 /* end confdefs.h. */
9882 /* Override any GCC internal prototype to avoid an error.
9883 Use char because int might match the return type of a GCC
9884 builtin and then its argument prototype would still apply. */
9888 char XCreateWindow ();
9892 return XCreateWindow ();
9897 rm -f conftest.$ac_objext conftest$ac_exeext
9898 if { (ac_try="$ac_link"
9900 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9901 *) ac_try_echo
=$ac_try;;
9903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9904 (eval "$ac_link") 2>conftest.er1
9906 grep -v '^ *+' conftest.er1
>conftest.err
9908 cat conftest.err
>&5
9909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9910 (exit $ac_status); } && {
9911 test -z "$ac_c_werror_flag" ||
9912 test ! -s conftest.err
9913 } && test -s conftest
$ac_exeext &&
9914 $as_test_x conftest
$ac_exeext; then
9917 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'` ;;
9918 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9921 echo "$as_me: failed program was:" >&5
9922 sed 's/^/| /' conftest.
$ac_ext >&5
9927 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9928 conftest
$ac_exeext conftest.
$ac_ext
9929 LIBS
=$ac_check_soname_save_LIBS
9931 if test "x$ac_cv_lib_soname_X11" = "x"; then
9932 { echo "$as_me:$LINENO: result: not found" >&5
9933 echo "${ECHO_T}not found" >&6; }
9936 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9937 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9939 cat >>confdefs.h
<<_ACEOF
9940 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9946 { echo "$as_me:$LINENO: checking for -lXext" >&5
9947 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9948 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9949 echo $ECHO_N "(cached) $ECHO_C" >&6
9951 ac_check_soname_save_LIBS
=$LIBS
9952 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9953 cat >conftest.
$ac_ext <<_ACEOF
9956 cat confdefs.h
>>conftest.
$ac_ext
9957 cat >>conftest.
$ac_ext <<_ACEOF
9958 /* end confdefs.h. */
9960 /* Override any GCC internal prototype to avoid an error.
9961 Use char because int might match the return type of a GCC
9962 builtin and then its argument prototype would still apply. */
9966 char XextCreateExtension ();
9970 return XextCreateExtension ();
9975 rm -f conftest.
$ac_objext conftest
$ac_exeext
9976 if { (ac_try
="$ac_link"
9978 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9979 *) ac_try_echo=$ac_try;;
9981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9982 (eval "$ac_link") 2>conftest.er1
9984 grep -v '^ *+' conftest.er1 >conftest.err
9986 cat conftest.err >&5
9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 (exit $ac_status); } && {
9989 test -z "$ac_c_werror_flag" ||
9990 test ! -s conftest.err
9991 } && test -s conftest$ac_exeext &&
9992 $as_test_x conftest$ac_exeext; then
9995 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'` ;;
9996 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9999 echo "$as_me: failed program was:" >&5
10000 sed 's/^/| /' conftest.$ac_ext >&5
10005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10006 conftest$ac_exeext conftest.$ac_ext
10007 LIBS=$ac_check_soname_save_LIBS
10009 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10010 { echo "$as_me:$LINENO: result: not found" >&5
10011 echo "${ECHO_T}not found" >&6; }
10014 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10015 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10017 cat >>confdefs.h <<_ACEOF
10018 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10037 for ac_header in X11/Xlib.h \
10040 X11/Xcursor/Xcursor.h \
10041 X11/extensions/shape.h \
10042 X11/extensions/XInput.h \
10043 X11/extensions/XShm.h \
10044 X11/extensions/Xcomposite.h \
10045 X11/extensions/Xinerama.h \
10046 X11/extensions/Xrandr.h \
10047 X11/extensions/Xrender.h \
10048 X11/extensions/xf86vmode.h
10050 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10051 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10052 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10053 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10054 echo $ECHO_N "(cached) $ECHO_C" >&6
10056 cat >conftest.$ac_ext <<_ACEOF
10059 cat confdefs.h >>conftest.$ac_ext
10060 cat >>conftest.$ac_ext <<_ACEOF
10061 /* end confdefs.h. */
10062 #ifdef HAVE_X11_XLIB_H
10063 # include <X11/Xlib.h>
10065 #ifdef HAVE_X11_XUTIL_H
10066 # include <X11/Xutil.h>
10069 #include <$ac_header>
10071 rm -f conftest.$ac_objext
10072 if { (ac_try="$ac_compile"
10073 case "(($ac_try" in
10074 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10075 *) ac_try_echo
=$ac_try;;
10077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10078 (eval "$ac_compile") 2>conftest.er1
10080 grep -v '^ *+' conftest.er1
>conftest.err
10082 cat conftest.err
>&5
10083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10084 (exit $ac_status); } && {
10085 test -z "$ac_c_werror_flag" ||
10086 test ! -s conftest.err
10087 } && test -s conftest.
$ac_objext; then
10088 eval "$as_ac_Header=yes"
10090 echo "$as_me: failed program was:" >&5
10091 sed 's/^/| /' conftest.
$ac_ext >&5
10093 eval "$as_ac_Header=no"
10096 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10098 ac_res
=`eval echo '${'$as_ac_Header'}'`
10099 { echo "$as_me:$LINENO: result: $ac_res" >&5
10100 echo "${ECHO_T}$ac_res" >&6; }
10101 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10102 cat >>confdefs.h
<<_ACEOF
10103 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10111 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10113 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10114 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10115 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10116 echo $ECHO_N "(cached) $ECHO_C" >&6
10118 ac_check_lib_save_LIBS
=$LIBS
10119 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10120 cat >conftest.
$ac_ext <<_ACEOF
10123 cat confdefs.h
>>conftest.
$ac_ext
10124 cat >>conftest.
$ac_ext <<_ACEOF
10125 /* end confdefs.h. */
10127 /* Override any GCC internal prototype to avoid an error.
10128 Use char because int might match the return type of a GCC
10129 builtin and then its argument prototype would still apply. */
10133 char XkbQueryExtension ();
10137 return XkbQueryExtension ();
10142 rm -f conftest.
$ac_objext conftest
$ac_exeext
10143 if { (ac_try
="$ac_link"
10144 case "(($ac_try" in
10145 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10146 *) ac_try_echo=$ac_try;;
10148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10149 (eval "$ac_link") 2>conftest.er1
10151 grep -v '^ *+' conftest.er1 >conftest.err
10153 cat conftest.err >&5
10154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10155 (exit $ac_status); } && {
10156 test -z "$ac_c_werror_flag" ||
10157 test ! -s conftest.err
10158 } && test -s conftest$ac_exeext &&
10159 $as_test_x conftest$ac_exeext; then
10160 ac_cv_lib_X11_XkbQueryExtension=yes
10162 echo "$as_me: failed program was:" >&5
10163 sed 's/^/| /' conftest.$ac_ext >&5
10165 ac_cv_lib_X11_XkbQueryExtension=no
10168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10169 conftest$ac_exeext conftest.$ac_ext
10170 LIBS=$ac_check_lib_save_LIBS
10172 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10173 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10174 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10176 cat >>confdefs.h <<\_ACEOF
10184 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10186 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10187 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10188 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10189 echo $ECHO_N "(cached) $ECHO_C" >&6
10191 ac_check_soname_save_LIBS=$LIBS
10192 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10193 cat >conftest.$ac_ext <<_ACEOF
10196 cat confdefs.h >>conftest.$ac_ext
10197 cat >>conftest.$ac_ext <<_ACEOF
10198 /* end confdefs.h. */
10200 /* Override any GCC internal prototype to avoid an error.
10201 Use char because int might match the return type of a GCC
10202 builtin and then its argument prototype would still apply. */
10206 char XcursorImageLoadCursor ();
10210 return XcursorImageLoadCursor ();
10215 rm -f conftest.$ac_objext conftest$ac_exeext
10216 if { (ac_try="$ac_link"
10217 case "(($ac_try" in
10218 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10219 *) ac_try_echo
=$ac_try;;
10221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10222 (eval "$ac_link") 2>conftest.er1
10224 grep -v '^ *+' conftest.er1
>conftest.err
10226 cat conftest.err
>&5
10227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228 (exit $ac_status); } && {
10229 test -z "$ac_c_werror_flag" ||
10230 test ! -s conftest.err
10231 } && test -s conftest
$ac_exeext &&
10232 $as_test_x conftest
$ac_exeext; then
10235 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'` ;;
10236 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10239 echo "$as_me: failed program was:" >&5
10240 sed 's/^/| /' conftest.
$ac_ext >&5
10245 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10246 conftest
$ac_exeext conftest.
$ac_ext
10247 LIBS
=$ac_check_soname_save_LIBS
10249 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10250 { echo "$as_me:$LINENO: result: not found" >&5
10251 echo "${ECHO_T}not found" >&6; }
10254 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10255 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10257 cat >>confdefs.h
<<_ACEOF
10258 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10265 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10266 case "x$with_xcursor" in
10267 x
) wine_notices
="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10269 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10270 This is an error since --with-xcursor was requested." >&5
10271 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10272 This is an error since --with-xcursor was requested." >&2;}
10273 { (exit 1); exit 1; }; } ;;
10278 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10280 { echo "$as_me:$LINENO: checking for -lXi" >&5
10281 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10282 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10283 echo $ECHO_N "(cached) $ECHO_C" >&6
10285 ac_check_soname_save_LIBS
=$LIBS
10286 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10287 cat >conftest.
$ac_ext <<_ACEOF
10290 cat confdefs.h
>>conftest.
$ac_ext
10291 cat >>conftest.
$ac_ext <<_ACEOF
10292 /* end confdefs.h. */
10294 /* Override any GCC internal prototype to avoid an error.
10295 Use char because int might match the return type of a GCC
10296 builtin and then its argument prototype would still apply. */
10300 char XOpenDevice ();
10304 return XOpenDevice ();
10309 rm -f conftest.
$ac_objext conftest
$ac_exeext
10310 if { (ac_try
="$ac_link"
10311 case "(($ac_try" in
10312 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10313 *) ac_try_echo=$ac_try;;
10315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10316 (eval "$ac_link") 2>conftest.er1
10318 grep -v '^ *+' conftest.er1 >conftest.err
10320 cat conftest.err >&5
10321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10322 (exit $ac_status); } && {
10323 test -z "$ac_c_werror_flag" ||
10324 test ! -s conftest.err
10325 } && test -s conftest$ac_exeext &&
10326 $as_test_x conftest$ac_exeext; then
10329 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'` ;;
10330 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10333 echo "$as_me: failed program was:" >&5
10334 sed 's/^/| /' conftest.$ac_ext >&5
10339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10340 conftest$ac_exeext conftest.$ac_ext
10341 LIBS=$ac_check_soname_save_LIBS
10343 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10344 { echo "$as_me:$LINENO: result: not found" >&5
10345 echo "${ECHO_T}not found" >&6; }
10348 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10349 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10351 cat >>confdefs.h <<_ACEOF
10352 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10359 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10360 case "x$with_xinput" in
10361 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10363 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10364 This is an error since --with-xinput was requested." >&5
10365 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10366 This is an error since --with-xinput was requested." >&2;}
10367 { (exit 1); exit 1; }; } ;;
10372 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10374 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10375 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10376 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10377 echo $ECHO_N "(cached) $ECHO_C" >&6
10379 ac_check_lib_save_LIBS=$LIBS
10380 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10381 cat >conftest.$ac_ext <<_ACEOF
10384 cat confdefs.h >>conftest.$ac_ext
10385 cat >>conftest.$ac_ext <<_ACEOF
10386 /* end confdefs.h. */
10388 /* Override any GCC internal prototype to avoid an error.
10389 Use char because int might match the return type of a GCC
10390 builtin and then its argument prototype would still apply. */
10394 char XShmQueryExtension ();
10398 return XShmQueryExtension ();
10403 rm -f conftest.$ac_objext conftest$ac_exeext
10404 if { (ac_try="$ac_link"
10405 case "(($ac_try" in
10406 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10407 *) ac_try_echo
=$ac_try;;
10409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10410 (eval "$ac_link") 2>conftest.er1
10412 grep -v '^ *+' conftest.er1
>conftest.err
10414 cat conftest.err
>&5
10415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10416 (exit $ac_status); } && {
10417 test -z "$ac_c_werror_flag" ||
10418 test ! -s conftest.err
10419 } && test -s conftest
$ac_exeext &&
10420 $as_test_x conftest
$ac_exeext; then
10421 ac_cv_lib_Xext_XShmQueryExtension
=yes
10423 echo "$as_me: failed program was:" >&5
10424 sed 's/^/| /' conftest.
$ac_ext >&5
10426 ac_cv_lib_Xext_XShmQueryExtension
=no
10429 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10430 conftest
$ac_exeext conftest.
$ac_ext
10431 LIBS
=$ac_check_lib_save_LIBS
10433 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10434 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10435 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10437 cat >>confdefs.h
<<\_ACEOF
10438 #define HAVE_LIBXXSHM 1
10444 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10445 case "x$with_xshm" in
10446 x
) wine_notices
="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10448 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10449 This is an error since --with-xshm was requested." >&5
10450 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10451 This is an error since --with-xshm was requested." >&2;}
10452 { (exit 1); exit 1; }; } ;;
10457 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10459 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10460 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10461 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10462 echo $ECHO_N "(cached) $ECHO_C" >&6
10464 ac_check_lib_save_LIBS
=$LIBS
10465 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10466 cat >conftest.
$ac_ext <<_ACEOF
10469 cat confdefs.h
>>conftest.
$ac_ext
10470 cat >>conftest.
$ac_ext <<_ACEOF
10471 /* end confdefs.h. */
10473 /* Override any GCC internal prototype to avoid an error.
10474 Use char because int might match the return type of a GCC
10475 builtin and then its argument prototype would still apply. */
10479 char XShapeQueryExtension ();
10483 return XShapeQueryExtension ();
10488 rm -f conftest.
$ac_objext conftest
$ac_exeext
10489 if { (ac_try
="$ac_link"
10490 case "(($ac_try" in
10491 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10492 *) ac_try_echo=$ac_try;;
10494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10495 (eval "$ac_link") 2>conftest.er1
10497 grep -v '^ *+' conftest.er1 >conftest.err
10499 cat conftest.err >&5
10500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10501 (exit $ac_status); } && {
10502 test -z "$ac_c_werror_flag" ||
10503 test ! -s conftest.err
10504 } && test -s conftest$ac_exeext &&
10505 $as_test_x conftest$ac_exeext; then
10506 ac_cv_lib_Xext_XShapeQueryExtension=yes
10508 echo "$as_me: failed program was:" >&5
10509 sed 's/^/| /' conftest.$ac_ext >&5
10511 ac_cv_lib_Xext_XShapeQueryExtension=no
10514 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10515 conftest$ac_exeext conftest.$ac_ext
10516 LIBS=$ac_check_lib_save_LIBS
10518 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10519 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10520 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10522 cat >>confdefs.h <<\_ACEOF
10523 #define HAVE_LIBXSHAPE 1
10529 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10530 case "x$with_xshape" in
10531 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10533 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10534 This is an error since --with-xshape was requested." >&5
10535 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10536 This is an error since --with-xshape was requested." >&2;}
10537 { (exit 1); exit 1; }; } ;;
10542 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10544 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10545 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10546 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10547 echo $ECHO_N "(cached) $ECHO_C" >&6
10549 ac_check_soname_save_LIBS=$LIBS
10550 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10551 cat >conftest.$ac_ext <<_ACEOF
10554 cat confdefs.h >>conftest.$ac_ext
10555 cat >>conftest.$ac_ext <<_ACEOF
10556 /* end confdefs.h. */
10558 /* Override any GCC internal prototype to avoid an error.
10559 Use char because int might match the return type of a GCC
10560 builtin and then its argument prototype would still apply. */
10564 char XF86VidModeQueryExtension ();
10568 return XF86VidModeQueryExtension ();
10573 rm -f conftest.$ac_objext conftest$ac_exeext
10574 if { (ac_try="$ac_link"
10575 case "(($ac_try" in
10576 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10577 *) ac_try_echo
=$ac_try;;
10579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10580 (eval "$ac_link") 2>conftest.er1
10582 grep -v '^ *+' conftest.er1
>conftest.err
10584 cat conftest.err
>&5
10585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10586 (exit $ac_status); } && {
10587 test -z "$ac_c_werror_flag" ||
10588 test ! -s conftest.err
10589 } && test -s conftest
$ac_exeext &&
10590 $as_test_x conftest
$ac_exeext; then
10593 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'` ;;
10594 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10597 echo "$as_me: failed program was:" >&5
10598 sed 's/^/| /' conftest.
$ac_ext >&5
10603 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10604 conftest
$ac_exeext conftest.
$ac_ext
10605 LIBS
=$ac_check_soname_save_LIBS
10607 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10608 { echo "$as_me:$LINENO: result: not found" >&5
10609 echo "${ECHO_T}not found" >&6; }
10612 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10613 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10615 cat >>confdefs.h
<<_ACEOF
10616 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10623 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10624 case "x$with_xxf86vm" in
10625 x
) wine_notices
="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10627 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10628 This is an error since --with-xxf86vm was requested." >&5
10629 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10630 This is an error since --with-xxf86vm was requested." >&2;}
10631 { (exit 1); exit 1; }; } ;;
10636 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"
10638 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10639 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10640 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10641 echo $ECHO_N "(cached) $ECHO_C" >&6
10643 ac_check_soname_save_LIBS
=$LIBS
10644 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10645 cat >conftest.
$ac_ext <<_ACEOF
10648 cat confdefs.h
>>conftest.
$ac_ext
10649 cat >>conftest.
$ac_ext <<_ACEOF
10650 /* end confdefs.h. */
10652 /* Override any GCC internal prototype to avoid an error.
10653 Use char because int might match the return type of a GCC
10654 builtin and then its argument prototype would still apply. */
10658 char XRenderQueryExtension ();
10662 return XRenderQueryExtension ();
10667 rm -f conftest.
$ac_objext conftest
$ac_exeext
10668 if { (ac_try
="$ac_link"
10669 case "(($ac_try" in
10670 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10671 *) ac_try_echo=$ac_try;;
10673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10674 (eval "$ac_link") 2>conftest.er1
10676 grep -v '^ *+' conftest.er1 >conftest.err
10678 cat conftest.err >&5
10679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10680 (exit $ac_status); } && {
10681 test -z "$ac_c_werror_flag" ||
10682 test ! -s conftest.err
10683 } && test -s conftest$ac_exeext &&
10684 $as_test_x conftest$ac_exeext; then
10687 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'` ;;
10688 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10691 echo "$as_me: failed program was:" >&5
10692 sed 's/^/| /' conftest.$ac_ext >&5
10697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10698 conftest$ac_exeext conftest.$ac_ext
10699 LIBS=$ac_check_soname_save_LIBS
10701 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10702 { echo "$as_me:$LINENO: result: not found" >&5
10703 echo "${ECHO_T}not found" >&6; }
10706 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10707 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10709 cat >>confdefs.h <<_ACEOF
10710 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10713 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10714 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10715 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10716 echo $ECHO_N "(cached) $ECHO_C" >&6
10718 ac_check_lib_save_LIBS=$LIBS
10719 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10720 cat >conftest.$ac_ext <<_ACEOF
10723 cat confdefs.h >>conftest.$ac_ext
10724 cat >>conftest.$ac_ext <<_ACEOF
10725 /* end confdefs.h. */
10727 /* Override any GCC internal prototype to avoid an error.
10728 Use char because int might match the return type of a GCC
10729 builtin and then its argument prototype would still apply. */
10733 char XRenderSetPictureTransform ();
10737 return XRenderSetPictureTransform ();
10742 rm -f conftest.$ac_objext conftest$ac_exeext
10743 if { (ac_try="$ac_link"
10744 case "(($ac_try" in
10745 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10746 *) ac_try_echo
=$ac_try;;
10748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10749 (eval "$ac_link") 2>conftest.er1
10751 grep -v '^ *+' conftest.er1
>conftest.err
10753 cat conftest.err
>&5
10754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10755 (exit $ac_status); } && {
10756 test -z "$ac_c_werror_flag" ||
10757 test ! -s conftest.err
10758 } && test -s conftest
$ac_exeext &&
10759 $as_test_x conftest
$ac_exeext; then
10760 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10762 echo "$as_me: failed program was:" >&5
10763 sed 's/^/| /' conftest.
$ac_ext >&5
10765 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10768 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10769 conftest
$ac_exeext conftest.
$ac_ext
10770 LIBS
=$ac_check_lib_save_LIBS
10772 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10773 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10774 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10776 cat >>confdefs.h
<<\_ACEOF
10777 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10786 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10787 case "x$with_xrender" in
10788 x
) wine_warnings
="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10790 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10791 This is an error since --with-xrender was requested." >&5
10792 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10793 This is an error since --with-xrender was requested." >&2;}
10794 { (exit 1); exit 1; }; } ;;
10799 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10801 cat >conftest.
$ac_ext <<_ACEOF
10804 cat confdefs.h
>>conftest.
$ac_ext
10805 cat >>conftest.
$ac_ext <<_ACEOF
10806 /* end confdefs.h. */
10807 #include <X11/Xlib.h>
10808 #include <X11/extensions/Xrandr.h>
10812 static typeof(XRRSetScreenConfigAndRate) * func;
10817 rm -f conftest.
$ac_objext
10818 if { (ac_try
="$ac_compile"
10819 case "(($ac_try" in
10820 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10821 *) ac_try_echo=$ac_try;;
10823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10824 (eval "$ac_compile") 2>conftest.er1
10826 grep -v '^ *+' conftest.er1 >conftest.err
10828 cat conftest.err >&5
10829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10830 (exit $ac_status); } && {
10831 test -z "$ac_c_werror_flag" ||
10832 test ! -s conftest.err
10833 } && test -s conftest.$ac_objext; then
10834 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10835 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10836 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10837 echo $ECHO_N "(cached) $ECHO_C" >&6
10839 ac_check_soname_save_LIBS=$LIBS
10840 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10841 cat >conftest.$ac_ext <<_ACEOF
10844 cat confdefs.h >>conftest.$ac_ext
10845 cat >>conftest.$ac_ext <<_ACEOF
10846 /* end confdefs.h. */
10848 /* Override any GCC internal prototype to avoid an error.
10849 Use char because int might match the return type of a GCC
10850 builtin and then its argument prototype would still apply. */
10854 char XRRQueryExtension ();
10858 return XRRQueryExtension ();
10863 rm -f conftest.$ac_objext conftest$ac_exeext
10864 if { (ac_try="$ac_link"
10865 case "(($ac_try" in
10866 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10867 *) ac_try_echo
=$ac_try;;
10869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10870 (eval "$ac_link") 2>conftest.er1
10872 grep -v '^ *+' conftest.er1
>conftest.err
10874 cat conftest.err
>&5
10875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10876 (exit $ac_status); } && {
10877 test -z "$ac_c_werror_flag" ||
10878 test ! -s conftest.err
10879 } && test -s conftest
$ac_exeext &&
10880 $as_test_x conftest
$ac_exeext; then
10883 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'` ;;
10884 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10887 echo "$as_me: failed program was:" >&5
10888 sed 's/^/| /' conftest.
$ac_ext >&5
10893 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10894 conftest
$ac_exeext conftest.
$ac_ext
10895 LIBS
=$ac_check_soname_save_LIBS
10897 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10898 { echo "$as_me:$LINENO: result: not found" >&5
10899 echo "${ECHO_T}not found" >&6; }
10902 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10903 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10905 cat >>confdefs.h
<<_ACEOF
10906 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10913 echo "$as_me: failed program was:" >&5
10914 sed 's/^/| /' conftest.
$ac_ext >&5
10919 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10921 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10922 case "x$with_xrandr" in
10923 x
) wine_notices
="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10925 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10926 This is an error since --with-xrandr was requested." >&5
10927 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10928 This is an error since --with-xrandr was requested." >&2;}
10929 { (exit 1); exit 1; }; } ;;
10934 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10936 cat >conftest.
$ac_ext <<_ACEOF
10939 cat confdefs.h
>>conftest.
$ac_ext
10940 cat >>conftest.
$ac_ext <<_ACEOF
10941 /* end confdefs.h. */
10942 #include <X11/Xlib.h>
10943 #include <X11/extensions/Xinerama.h>
10947 static typeof(XineramaQueryScreens) * func;
10952 rm -f conftest.
$ac_objext
10953 if { (ac_try
="$ac_compile"
10954 case "(($ac_try" in
10955 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10956 *) ac_try_echo=$ac_try;;
10958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10959 (eval "$ac_compile") 2>conftest.er1
10961 grep -v '^ *+' conftest.er1 >conftest.err
10963 cat conftest.err >&5
10964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10965 (exit $ac_status); } && {
10966 test -z "$ac_c_werror_flag" ||
10967 test ! -s conftest.err
10968 } && test -s conftest.$ac_objext; then
10969 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10970 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10971 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10972 echo $ECHO_N "(cached) $ECHO_C" >&6
10974 ac_check_soname_save_LIBS=$LIBS
10975 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10976 cat >conftest.$ac_ext <<_ACEOF
10979 cat confdefs.h >>conftest.$ac_ext
10980 cat >>conftest.$ac_ext <<_ACEOF
10981 /* end confdefs.h. */
10983 /* Override any GCC internal prototype to avoid an error.
10984 Use char because int might match the return type of a GCC
10985 builtin and then its argument prototype would still apply. */
10989 char XineramaQueryScreens ();
10993 return XineramaQueryScreens ();
10998 rm -f conftest.$ac_objext conftest$ac_exeext
10999 if { (ac_try="$ac_link"
11000 case "(($ac_try" in
11001 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11002 *) ac_try_echo
=$ac_try;;
11004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11005 (eval "$ac_link") 2>conftest.er1
11007 grep -v '^ *+' conftest.er1
>conftest.err
11009 cat conftest.err
>&5
11010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11011 (exit $ac_status); } && {
11012 test -z "$ac_c_werror_flag" ||
11013 test ! -s conftest.err
11014 } && test -s conftest
$ac_exeext &&
11015 $as_test_x conftest
$ac_exeext; then
11018 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'` ;;
11019 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11022 echo "$as_me: failed program was:" >&5
11023 sed 's/^/| /' conftest.
$ac_ext >&5
11028 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11029 conftest
$ac_exeext conftest.
$ac_ext
11030 LIBS
=$ac_check_soname_save_LIBS
11032 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11033 { echo "$as_me:$LINENO: result: not found" >&5
11034 echo "${ECHO_T}not found" >&6; }
11037 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11038 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11040 cat >>confdefs.h
<<_ACEOF
11041 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11048 echo "$as_me: failed program was:" >&5
11049 sed 's/^/| /' conftest.
$ac_ext >&5
11054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11056 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11057 case "x$with_xinerama" in
11058 x
) wine_notices
="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11060 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11061 This is an error since --with-xinerama was requested." >&5
11062 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11063 This is an error since --with-xinerama was requested." >&2;}
11064 { (exit 1); exit 1; }; } ;;
11069 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11071 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11072 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11073 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11074 echo $ECHO_N "(cached) $ECHO_C" >&6
11076 ac_check_soname_save_LIBS
=$LIBS
11077 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11078 cat >conftest.
$ac_ext <<_ACEOF
11081 cat confdefs.h
>>conftest.
$ac_ext
11082 cat >>conftest.
$ac_ext <<_ACEOF
11083 /* end confdefs.h. */
11085 /* Override any GCC internal prototype to avoid an error.
11086 Use char because int might match the return type of a GCC
11087 builtin and then its argument prototype would still apply. */
11091 char XCompositeRedirectWindow ();
11095 return XCompositeRedirectWindow ();
11100 rm -f conftest.
$ac_objext conftest
$ac_exeext
11101 if { (ac_try
="$ac_link"
11102 case "(($ac_try" in
11103 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11104 *) ac_try_echo=$ac_try;;
11106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11107 (eval "$ac_link") 2>conftest.er1
11109 grep -v '^ *+' conftest.er1 >conftest.err
11111 cat conftest.err >&5
11112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11113 (exit $ac_status); } && {
11114 test -z "$ac_c_werror_flag" ||
11115 test ! -s conftest.err
11116 } && test -s conftest$ac_exeext &&
11117 $as_test_x conftest$ac_exeext; then
11120 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'` ;;
11121 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11124 echo "$as_me: failed program was:" >&5
11125 sed 's/^/| /' conftest.$ac_ext >&5
11130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11131 conftest$ac_exeext conftest.$ac_ext
11132 LIBS=$ac_check_soname_save_LIBS
11134 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11135 { echo "$as_me:$LINENO: result: not found" >&5
11136 echo "${ECHO_T}not found" >&6; }
11139 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11140 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11142 cat >>confdefs.h <<_ACEOF
11143 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11150 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11151 case "x$with_xcomposite" in
11152 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11154 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11155 This is an error since --with-xcomposite was requested." >&5
11156 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11157 This is an error since --with-xcomposite was requested." >&2;}
11158 { (exit 1); exit 1; }; } ;;
11163 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11164 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11165 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11166 echo $ECHO_N "(cached) $ECHO_C" >&6
11168 cat >conftest.$ac_ext <<_ACEOF
11171 cat confdefs.h >>conftest.$ac_ext
11172 cat >>conftest.$ac_ext <<_ACEOF
11173 /* end confdefs.h. */
11174 #ifdef HAVE_X11_XLIB_H
11175 #include <X11/Xlib.h>
11181 static XICCallback ac_aggr;
11182 if (ac_aggr.callback)
11188 rm -f conftest.$ac_objext
11189 if { (ac_try="$ac_compile"
11190 case "(($ac_try" in
11191 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11192 *) ac_try_echo
=$ac_try;;
11194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11195 (eval "$ac_compile") 2>conftest.er1
11197 grep -v '^ *+' conftest.er1
>conftest.err
11199 cat conftest.err
>&5
11200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11201 (exit $ac_status); } && {
11202 test -z "$ac_c_werror_flag" ||
11203 test ! -s conftest.err
11204 } && test -s conftest.
$ac_objext; then
11205 ac_cv_member_XICCallback_callback
=yes
11207 echo "$as_me: failed program was:" >&5
11208 sed 's/^/| /' conftest.
$ac_ext >&5
11210 cat >conftest.
$ac_ext <<_ACEOF
11213 cat confdefs.h
>>conftest.
$ac_ext
11214 cat >>conftest.
$ac_ext <<_ACEOF
11215 /* end confdefs.h. */
11216 #ifdef HAVE_X11_XLIB_H
11217 #include <X11/Xlib.h>
11223 static XICCallback ac_aggr;
11224 if (sizeof ac_aggr.callback)
11230 rm -f conftest.
$ac_objext
11231 if { (ac_try
="$ac_compile"
11232 case "(($ac_try" in
11233 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11234 *) ac_try_echo=$ac_try;;
11236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11237 (eval "$ac_compile") 2>conftest.er1
11239 grep -v '^ *+' conftest.er1 >conftest.err
11241 cat conftest.err >&5
11242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11243 (exit $ac_status); } && {
11244 test -z "$ac_c_werror_flag" ||
11245 test ! -s conftest.err
11246 } && test -s conftest.$ac_objext; then
11247 ac_cv_member_XICCallback_callback=yes
11249 echo "$as_me: failed program was:" >&5
11250 sed 's/^/| /' conftest.$ac_ext >&5
11252 ac_cv_member_XICCallback_callback=no
11255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11260 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11261 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11262 if test $ac_cv_member_XICCallback_callback = yes; then
11264 cat >>confdefs.h <<_ACEOF
11265 #define HAVE_XICCALLBACK_CALLBACK 1
11274 if test "x$with_opengl" != "xno"
11280 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11282 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11283 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11284 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11285 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11286 echo $ECHO_N "(cached) $ECHO_C" >&6
11288 cat >conftest.$ac_ext <<_ACEOF
11291 cat confdefs.h >>conftest.$ac_ext
11292 cat >>conftest.$ac_ext <<_ACEOF
11293 /* end confdefs.h. */
11294 #ifdef HAVE_GL_GLX_H
11295 # include <GL/glx.h>
11298 #include <$ac_header>
11300 rm -f conftest.$ac_objext
11301 if { (ac_try="$ac_compile"
11302 case "(($ac_try" in
11303 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11304 *) ac_try_echo
=$ac_try;;
11306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11307 (eval "$ac_compile") 2>conftest.er1
11309 grep -v '^ *+' conftest.er1
>conftest.err
11311 cat conftest.err
>&5
11312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11313 (exit $ac_status); } && {
11314 test -z "$ac_c_werror_flag" ||
11315 test ! -s conftest.err
11316 } && test -s conftest.
$ac_objext; then
11317 eval "$as_ac_Header=yes"
11319 echo "$as_me: failed program was:" >&5
11320 sed 's/^/| /' conftest.
$ac_ext >&5
11322 eval "$as_ac_Header=no"
11325 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11327 ac_res
=`eval echo '${'$as_ac_Header'}'`
11328 { echo "$as_me:$LINENO: result: $ac_res" >&5
11329 echo "${ECHO_T}$ac_res" >&6; }
11330 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11331 cat >>confdefs.h
<<_ACEOF
11332 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11339 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11341 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11342 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11343 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11344 echo $ECHO_N "(cached) $ECHO_C" >&6
11346 cat >conftest.
$ac_ext <<_ACEOF
11349 cat confdefs.h
>>conftest.
$ac_ext
11350 cat >>conftest.
$ac_ext <<_ACEOF
11351 /* end confdefs.h. */
11356 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11361 rm -f conftest.
$ac_objext
11362 if { (ac_try
="$ac_compile"
11363 case "(($ac_try" in
11364 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11365 *) ac_try_echo=$ac_try;;
11367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11368 (eval "$ac_compile") 2>conftest.er1
11370 grep -v '^ *+' conftest.er1 >conftest.err
11372 cat conftest.err >&5
11373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11374 (exit $ac_status); } && {
11375 test -z "$ac_c_werror_flag" ||
11376 test ! -s conftest.err
11377 } && test -s conftest.$ac_objext; then
11378 wine_cv_opengl_header_version_OK="yes"
11380 echo "$as_me: failed program was:" >&5
11381 sed 's/^/| /' conftest.$ac_ext >&5
11383 wine_cv_opengl_header_version_OK="no"
11386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11388 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11389 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11391 if test "$wine_cv_opengl_header_version_OK" = "yes"
11393 { echo "$as_me:$LINENO: checking for -lGL" >&5
11394 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11395 if test "${ac_cv_lib_soname_GL+set}" = set; then
11396 echo $ECHO_N "(cached) $ECHO_C" >&6
11398 ac_check_soname_save_LIBS=$LIBS
11399 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11400 cat >conftest.$ac_ext <<_ACEOF
11403 cat confdefs.h >>conftest.$ac_ext
11404 cat >>conftest.$ac_ext <<_ACEOF
11405 /* end confdefs.h. */
11407 /* Override any GCC internal prototype to avoid an error.
11408 Use char because int might match the return type of a GCC
11409 builtin and then its argument prototype would still apply. */
11413 char glXCreateContext ();
11417 return glXCreateContext ();
11422 rm -f conftest.$ac_objext conftest$ac_exeext
11423 if { (ac_try="$ac_link"
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_link") 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_exeext &&
11439 $as_test_x conftest
$ac_exeext; then
11442 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'` ;;
11443 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11446 echo "$as_me: failed program was:" >&5
11447 sed 's/^/| /' conftest.
$ac_ext >&5
11452 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11453 conftest
$ac_exeext conftest.
$ac_ext
11454 LIBS
=$ac_check_soname_save_LIBS
11456 if test "x$ac_cv_lib_soname_GL" = "x"; then
11457 { echo "$as_me:$LINENO: result: not found" >&5
11458 echo "${ECHO_T}not found" >&6; }
11459 { echo "$as_me:$LINENO: checking for -lGL" >&5
11460 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11461 if test "${ac_cv_lib_soname_GL+set}" = set; then
11462 echo $ECHO_N "(cached) $ECHO_C" >&6
11464 ac_check_soname_save_LIBS
=$LIBS
11465 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"
11466 cat >conftest.
$ac_ext <<_ACEOF
11469 cat confdefs.h
>>conftest.
$ac_ext
11470 cat >>conftest.
$ac_ext <<_ACEOF
11471 /* end confdefs.h. */
11473 /* Override any GCC internal prototype to avoid an error.
11474 Use char because int might match the return type of a GCC
11475 builtin and then its argument prototype would still apply. */
11479 char glXCreateContext ();
11483 return glXCreateContext ();
11488 rm -f conftest.
$ac_objext conftest
$ac_exeext
11489 if { (ac_try
="$ac_link"
11490 case "(($ac_try" in
11491 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11492 *) ac_try_echo=$ac_try;;
11494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11495 (eval "$ac_link") 2>conftest.er1
11497 grep -v '^ *+' conftest.er1 >conftest.err
11499 cat conftest.err >&5
11500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11501 (exit $ac_status); } && {
11502 test -z "$ac_c_werror_flag" ||
11503 test ! -s conftest.err
11504 } && test -s conftest$ac_exeext &&
11505 $as_test_x conftest$ac_exeext; then
11508 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'` ;;
11509 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11512 echo "$as_me: failed program was:" >&5
11513 sed 's/^/| /' conftest.$ac_ext >&5
11518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11519 conftest$ac_exeext conftest.$ac_ext
11520 LIBS=$ac_check_soname_save_LIBS
11522 if test "x$ac_cv_lib_soname_GL" = "x"; then
11523 { echo "$as_me:$LINENO: result: not found" >&5
11524 echo "${ECHO_T}not found" >&6; }
11525 if test -f /usr/X11R6/lib/libGL.a
11527 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11528 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11530 opengl_msg="No OpenGL library found on this system."
11533 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11534 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11536 cat >>confdefs.h <<_ACEOF
11537 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11540 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"
11542 cat >>confdefs.h <<\_ACEOF
11543 #define HAVE_OPENGL 1
11549 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11550 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11552 cat >>confdefs.h <<_ACEOF
11553 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11558 cat >>confdefs.h <<\_ACEOF
11559 #define HAVE_OPENGL 1
11564 if test "$ac_cv_header_GL_glu_h" = "yes"
11566 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11567 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11568 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11569 echo $ECHO_N "(cached) $ECHO_C" >&6
11571 ac_check_soname_save_LIBS=$LIBS
11572 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11573 cat >conftest.$ac_ext <<_ACEOF
11576 cat confdefs.h >>conftest.$ac_ext
11577 cat >>conftest.$ac_ext <<_ACEOF
11578 /* end confdefs.h. */
11580 /* Override any GCC internal prototype to avoid an error.
11581 Use char because int might match the return type of a GCC
11582 builtin and then its argument prototype would still apply. */
11590 return gluLookAt ();
11595 rm -f conftest.$ac_objext conftest$ac_exeext
11596 if { (ac_try="$ac_link"
11597 case "(($ac_try" in
11598 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11599 *) ac_try_echo
=$ac_try;;
11601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11602 (eval "$ac_link") 2>conftest.er1
11604 grep -v '^ *+' conftest.er1
>conftest.err
11606 cat conftest.err
>&5
11607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11608 (exit $ac_status); } && {
11609 test -z "$ac_c_werror_flag" ||
11610 test ! -s conftest.err
11611 } && test -s conftest
$ac_exeext &&
11612 $as_test_x conftest
$ac_exeext; then
11615 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'` ;;
11616 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11619 echo "$as_me: failed program was:" >&5
11620 sed 's/^/| /' conftest.
$ac_ext >&5
11625 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11626 conftest
$ac_exeext conftest.
$ac_ext
11627 LIBS
=$ac_check_soname_save_LIBS
11629 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11630 { echo "$as_me:$LINENO: result: not found" >&5
11631 echo "${ECHO_T}not found" >&6; }
11634 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11635 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11637 cat >>confdefs.h
<<_ACEOF
11638 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11645 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11646 case "x$with_glu" in
11647 x
) wine_notices
="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11649 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11650 This is an error since --with-glu was requested." >&5
11651 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11652 This is an error since --with-glu was requested." >&2;}
11653 { (exit 1); exit 1; }; } ;;
11658 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11661 opengl_msg
="OpenGL development headers not found."
11663 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11664 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11666 enable_opengl32
=${enable_opengl32:-no}
11667 enable_glu32
=${enable_glu32:-no}
11669 if test -n "$opengl_msg"; then
11670 case "x$with_opengl" in
11671 x
) wine_warnings
="$wine_warnings|$opengl_msg
11672 OpenGL and Direct3D won't be supported." ;;
11674 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11675 OpenGL and Direct3D won't be supported.
11676 This is an error since --with-opengl was requested." >&5
11677 echo "$as_me: error: $opengl_msg
11678 OpenGL and Direct3D won't be supported.
11679 This is an error since --with-opengl was requested." >&2;}
11680 { (exit 1); exit 1; }; } ;;
11688 for ac_header
in audio
/audiolib.h
11690 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11691 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11692 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11693 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11694 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11695 echo $ECHO_N "(cached) $ECHO_C" >&6
11697 ac_res
=`eval echo '${'$as_ac_Header'}'`
11698 { echo "$as_me:$LINENO: result: $ac_res" >&5
11699 echo "${ECHO_T}$ac_res" >&6; }
11701 # Is the header compilable?
11702 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11703 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11704 cat >conftest.
$ac_ext <<_ACEOF
11707 cat confdefs.h
>>conftest.
$ac_ext
11708 cat >>conftest.
$ac_ext <<_ACEOF
11709 /* end confdefs.h. */
11710 $ac_includes_default
11711 #include <$ac_header>
11713 rm -f conftest.
$ac_objext
11714 if { (ac_try
="$ac_compile"
11715 case "(($ac_try" in
11716 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11717 *) ac_try_echo=$ac_try;;
11719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11720 (eval "$ac_compile") 2>conftest.er1
11722 grep -v '^ *+' conftest.er1 >conftest.err
11724 cat conftest.err >&5
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); } && {
11727 test -z "$ac_c_werror_flag" ||
11728 test ! -s conftest.err
11729 } && test -s conftest.$ac_objext; then
11730 ac_header_compiler=yes
11732 echo "$as_me: failed program was:" >&5
11733 sed 's/^/| /' conftest.$ac_ext >&5
11735 ac_header_compiler=no
11738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11739 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11740 echo "${ECHO_T}$ac_header_compiler" >&6; }
11742 # Is the header present?
11743 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11744 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11745 cat >conftest.$ac_ext <<_ACEOF
11748 cat confdefs.h >>conftest.$ac_ext
11749 cat >>conftest.$ac_ext <<_ACEOF
11750 /* end confdefs.h. */
11751 #include <$ac_header>
11753 if { (ac_try="$ac_cpp conftest.$ac_ext"
11754 case "(($ac_try" in
11755 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11756 *) ac_try_echo
=$ac_try;;
11758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11759 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11761 grep -v '^ *+' conftest.er1
>conftest.err
11763 cat conftest.err
>&5
11764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11765 (exit $ac_status); } >/dev
/null
&& {
11766 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11767 test ! -s conftest.err
11769 ac_header_preproc
=yes
11771 echo "$as_me: failed program was:" >&5
11772 sed 's/^/| /' conftest.
$ac_ext >&5
11774 ac_header_preproc
=no
11777 rm -f conftest.err conftest.
$ac_ext
11778 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11779 echo "${ECHO_T}$ac_header_preproc" >&6; }
11781 # So? What about this header?
11782 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11784 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11785 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11786 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11787 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11788 ac_header_preproc
=yes
11791 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11792 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11793 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11794 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11795 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11796 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11797 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11798 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11799 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11800 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11801 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11802 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11804 ## ------------------------------------ ##
11805 ## Report this to wine-devel@winehq.org ##
11806 ## ------------------------------------ ##
11808 ) |
sed "s/^/$as_me: WARNING: /" >&2
11811 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11812 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11813 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11814 echo $ECHO_N "(cached) $ECHO_C" >&6
11816 eval "$as_ac_Header=\$ac_header_preproc"
11818 ac_res
=`eval echo '${'$as_ac_Header'}'`
11819 { echo "$as_me:$LINENO: result: $ac_res" >&5
11820 echo "${ECHO_T}$ac_res" >&6; }
11823 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11824 cat >>confdefs.h
<<_ACEOF
11825 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11828 for ac_header
in audio
/soundlib.h
11830 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11831 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11832 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11833 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11834 echo $ECHO_N "(cached) $ECHO_C" >&6
11836 cat >conftest.
$ac_ext <<_ACEOF
11839 cat confdefs.h
>>conftest.
$ac_ext
11840 cat >>conftest.
$ac_ext <<_ACEOF
11841 /* end confdefs.h. */
11842 #include <audio/audiolib.h>
11844 #include <$ac_header>
11846 rm -f conftest.
$ac_objext
11847 if { (ac_try
="$ac_compile"
11848 case "(($ac_try" in
11849 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11850 *) ac_try_echo=$ac_try;;
11852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11853 (eval "$ac_compile") 2>conftest.er1
11855 grep -v '^ *+' conftest.er1 >conftest.err
11857 cat conftest.err >&5
11858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11859 (exit $ac_status); } && {
11860 test -z "$ac_c_werror_flag" ||
11861 test ! -s conftest.err
11862 } && test -s conftest.$ac_objext; then
11863 eval "$as_ac_Header=yes"
11865 echo "$as_me: failed program was:" >&5
11866 sed 's/^/| /' conftest.$ac_ext >&5
11868 eval "$as_ac_Header=no"
11871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11873 ac_res=`eval echo '${'$as_ac_Header'}'`
11874 { echo "$as_me:$LINENO: result: $ac_res" >&5
11875 echo "${ECHO_T}$ac_res" >&6; }
11876 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11877 cat >>confdefs.h <<_ACEOF
11878 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11885 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11886 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11887 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11888 echo $ECHO_N "(cached) $ECHO_C" >&6
11890 ac_check_lib_save_LIBS=$LIBS
11891 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11892 cat >conftest.$ac_ext <<_ACEOF
11895 cat confdefs.h >>conftest.$ac_ext
11896 cat >>conftest.$ac_ext <<_ACEOF
11897 /* end confdefs.h. */
11899 /* Override any GCC internal prototype to avoid an error.
11900 Use char because int might match the return type of a GCC
11901 builtin and then its argument prototype would still apply. */
11905 char AuCreateFlow ();
11909 return AuCreateFlow ();
11914 rm -f conftest.$ac_objext conftest$ac_exeext
11915 if { (ac_try="$ac_link"
11916 case "(($ac_try" in
11917 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11918 *) ac_try_echo
=$ac_try;;
11920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11921 (eval "$ac_link") 2>conftest.er1
11923 grep -v '^ *+' conftest.er1
>conftest.err
11925 cat conftest.err
>&5
11926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11927 (exit $ac_status); } && {
11928 test -z "$ac_c_werror_flag" ||
11929 test ! -s conftest.err
11930 } && test -s conftest
$ac_exeext &&
11931 $as_test_x conftest
$ac_exeext; then
11932 ac_cv_lib_audio_AuCreateFlow
=yes
11934 echo "$as_me: failed program was:" >&5
11935 sed 's/^/| /' conftest.
$ac_ext >&5
11937 ac_cv_lib_audio_AuCreateFlow
=no
11940 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11941 conftest
$ac_exeext conftest.
$ac_ext
11942 LIBS
=$ac_check_lib_save_LIBS
11944 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11945 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11946 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11948 cat >>confdefs.h
<<\_ACEOF
11952 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11953 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11954 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11955 echo $ECHO_N "(cached) $ECHO_C" >&6
11957 ac_check_lib_save_LIBS
=$LIBS
11958 LIBS
="-lXau $X_LIBS $LIBS"
11959 cat >conftest.
$ac_ext <<_ACEOF
11962 cat confdefs.h
>>conftest.
$ac_ext
11963 cat >>conftest.
$ac_ext <<_ACEOF
11964 /* end confdefs.h. */
11966 /* Override any GCC internal prototype to avoid an error.
11967 Use char because int might match the return type of a GCC
11968 builtin and then its argument prototype would still apply. */
11972 char XauGetBestAuthByAddr ();
11976 return XauGetBestAuthByAddr ();
11981 rm -f conftest.
$ac_objext conftest
$ac_exeext
11982 if { (ac_try
="$ac_link"
11983 case "(($ac_try" in
11984 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11985 *) ac_try_echo=$ac_try;;
11987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11988 (eval "$ac_link") 2>conftest.er1
11990 grep -v '^ *+' conftest.er1 >conftest.err
11992 cat conftest.err >&5
11993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11994 (exit $ac_status); } && {
11995 test -z "$ac_c_werror_flag" ||
11996 test ! -s conftest.err
11997 } && test -s conftest$ac_exeext &&
11998 $as_test_x conftest$ac_exeext; then
11999 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12001 echo "$as_me: failed program was:" >&5
12002 sed 's/^/| /' conftest.$ac_ext >&5
12004 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12008 conftest$ac_exeext conftest.$ac_ext
12009 LIBS=$ac_check_lib_save_LIBS
12011 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12012 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12013 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
12014 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12016 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12027 CPPFLAGS="$ac_save_CPPFLAGS"
12032 enable_winex11_drv=${enable_winex11_drv:-no}
12033 enable_opengl32=${enable_opengl32:-no}
12034 enable_glu32=${enable_glu32:-no}
12036 if test "x$XLIB" = "x"; then
12039 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12040 without X support, which probably isn't what you want. You will need to install
12041 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12042 Use the --without-x option if you really want this." >&5
12043 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12044 without X support, which probably isn't what you want. You will need to install
12045 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12046 Use the --without-x option if you really want this." >&2;}
12047 { (exit 1); exit 1; }; } ;;
12059 if test "x$with_xml" != "xno"
12061 ac_save_CPPFLAGS="$CPPFLAGS"
12062 if test "$PKG_CONFIG" != "false"
12064 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
12065 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
12067 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
12068 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
12070 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12072 for ac_header in libxml/parser.h
12074 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12075 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12076 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12077 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12078 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12079 echo $ECHO_N "(cached) $ECHO_C" >&6
12081 ac_res=`eval echo '${'$as_ac_Header'}'`
12082 { echo "$as_me:$LINENO: result: $ac_res" >&5
12083 echo "${ECHO_T}$ac_res" >&6; }
12085 # Is the header compilable?
12086 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12087 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12088 cat >conftest.$ac_ext <<_ACEOF
12091 cat confdefs.h >>conftest.$ac_ext
12092 cat >>conftest.$ac_ext <<_ACEOF
12093 /* end confdefs.h. */
12094 $ac_includes_default
12095 #include <$ac_header>
12097 rm -f conftest.$ac_objext
12098 if { (ac_try="$ac_compile"
12099 case "(($ac_try" in
12100 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12101 *) ac_try_echo
=$ac_try;;
12103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12104 (eval "$ac_compile") 2>conftest.er1
12106 grep -v '^ *+' conftest.er1
>conftest.err
12108 cat conftest.err
>&5
12109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12110 (exit $ac_status); } && {
12111 test -z "$ac_c_werror_flag" ||
12112 test ! -s conftest.err
12113 } && test -s conftest.
$ac_objext; then
12114 ac_header_compiler
=yes
12116 echo "$as_me: failed program was:" >&5
12117 sed 's/^/| /' conftest.
$ac_ext >&5
12119 ac_header_compiler
=no
12122 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12123 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12124 echo "${ECHO_T}$ac_header_compiler" >&6; }
12126 # Is the header present?
12127 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12128 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12129 cat >conftest.
$ac_ext <<_ACEOF
12132 cat confdefs.h
>>conftest.
$ac_ext
12133 cat >>conftest.
$ac_ext <<_ACEOF
12134 /* end confdefs.h. */
12135 #include <$ac_header>
12137 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12138 case "(($ac_try" in
12139 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12140 *) ac_try_echo=$ac_try;;
12142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12143 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12145 grep -v '^ *+' conftest.er1 >conftest.err
12147 cat conftest.err >&5
12148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12149 (exit $ac_status); } >/dev/null && {
12150 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12151 test ! -s conftest.err
12153 ac_header_preproc=yes
12155 echo "$as_me: failed program was:" >&5
12156 sed 's/^/| /' conftest.$ac_ext >&5
12158 ac_header_preproc=no
12161 rm -f conftest.err conftest.$ac_ext
12162 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12163 echo "${ECHO_T}$ac_header_preproc" >&6; }
12165 # So? What about this header?
12166 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12168 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12169 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12170 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12171 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12172 ac_header_preproc=yes
12175 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12176 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12177 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12178 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12179 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12180 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12181 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12182 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12183 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12184 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12185 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12186 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12188 ## ------------------------------------ ##
12189 ## Report this to wine-devel@winehq.org ##
12190 ## ------------------------------------ ##
12192 ) | sed "s/^/$as_me: WARNING: /" >&2
12195 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12196 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12197 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12198 echo $ECHO_N "(cached) $ECHO_C" >&6
12200 eval "$as_ac_Header=\$ac_header_preproc"
12202 ac_res=`eval echo '${'$as_ac_Header'}'`
12203 { echo "$as_me:$LINENO: result: $ac_res" >&5
12204 echo "${ECHO_T}$ac_res" >&6; }
12207 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12208 cat >>confdefs.h <<_ACEOF
12209 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12211 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12212 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12213 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12214 echo $ECHO_N "(cached) $ECHO_C" >&6
12216 ac_check_lib_save_LIBS=$LIBS
12217 LIBS="-lxml2 $ac_xml_libs $LIBS"
12218 cat >conftest.$ac_ext <<_ACEOF
12221 cat confdefs.h >>conftest.$ac_ext
12222 cat >>conftest.$ac_ext <<_ACEOF
12223 /* end confdefs.h. */
12225 /* Override any GCC internal prototype to avoid an error.
12226 Use char because int might match the return type of a GCC
12227 builtin and then its argument prototype would still apply. */
12231 char xmlParseMemory ();
12235 return xmlParseMemory ();
12240 rm -f conftest.$ac_objext conftest$ac_exeext
12241 if { (ac_try="$ac_link"
12242 case "(($ac_try" in
12243 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12244 *) ac_try_echo
=$ac_try;;
12246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12247 (eval "$ac_link") 2>conftest.er1
12249 grep -v '^ *+' conftest.er1
>conftest.err
12251 cat conftest.err
>&5
12252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12253 (exit $ac_status); } && {
12254 test -z "$ac_c_werror_flag" ||
12255 test ! -s conftest.err
12256 } && test -s conftest
$ac_exeext &&
12257 $as_test_x conftest
$ac_exeext; then
12258 ac_cv_lib_xml2_xmlParseMemory
=yes
12260 echo "$as_me: failed program was:" >&5
12261 sed 's/^/| /' conftest.
$ac_ext >&5
12263 ac_cv_lib_xml2_xmlParseMemory
=no
12266 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12267 conftest
$ac_exeext conftest.
$ac_ext
12268 LIBS
=$ac_check_lib_save_LIBS
12270 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12271 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12272 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12274 cat >>confdefs.h
<<\_ACEOF
12275 #define HAVE_LIBXML2 1
12278 XML2LIBS
="$ac_xml_libs"
12279 XML2INCL
="$ac_xml_cflags"
12282 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12283 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12284 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12285 echo $ECHO_N "(cached) $ECHO_C" >&6
12287 ac_check_lib_save_LIBS
=$LIBS
12288 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12289 cat >conftest.
$ac_ext <<_ACEOF
12292 cat confdefs.h
>>conftest.
$ac_ext
12293 cat >>conftest.
$ac_ext <<_ACEOF
12294 /* end confdefs.h. */
12296 /* Override any GCC internal prototype to avoid an error.
12297 Use char because int might match the return type of a GCC
12298 builtin and then its argument prototype would still apply. */
12302 char xmlReadMemory ();
12306 return xmlReadMemory ();
12311 rm -f conftest.
$ac_objext conftest
$ac_exeext
12312 if { (ac_try
="$ac_link"
12313 case "(($ac_try" in
12314 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12315 *) ac_try_echo=$ac_try;;
12317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12318 (eval "$ac_link") 2>conftest.er1
12320 grep -v '^ *+' conftest.er1 >conftest.err
12322 cat conftest.err >&5
12323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12324 (exit $ac_status); } && {
12325 test -z "$ac_c_werror_flag" ||
12326 test ! -s conftest.err
12327 } && test -s conftest$ac_exeext &&
12328 $as_test_x conftest$ac_exeext; then
12329 ac_cv_lib_xml2_xmlReadMemory=yes
12331 echo "$as_me: failed program was:" >&5
12332 sed 's/^/| /' conftest.$ac_ext >&5
12334 ac_cv_lib_xml2_xmlReadMemory=no
12337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12338 conftest$ac_exeext conftest.$ac_ext
12339 LIBS=$ac_check_lib_save_LIBS
12341 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12342 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12343 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12345 cat >>confdefs.h <<\_ACEOF
12346 #define HAVE_XMLREADMEMORY 1
12351 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12352 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12353 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12354 echo $ECHO_N "(cached) $ECHO_C" >&6
12356 ac_check_lib_save_LIBS=$LIBS
12357 LIBS="-lxml2 $ac_xml_libs $LIBS"
12358 cat >conftest.$ac_ext <<_ACEOF
12361 cat confdefs.h >>conftest.$ac_ext
12362 cat >>conftest.$ac_ext <<_ACEOF
12363 /* end confdefs.h. */
12365 /* Override any GCC internal prototype to avoid an error.
12366 Use char because int might match the return type of a GCC
12367 builtin and then its argument prototype would still apply. */
12371 char xmlNewDocPI ();
12375 return xmlNewDocPI ();
12380 rm -f conftest.$ac_objext conftest$ac_exeext
12381 if { (ac_try="$ac_link"
12382 case "(($ac_try" in
12383 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12384 *) ac_try_echo
=$ac_try;;
12386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12387 (eval "$ac_link") 2>conftest.er1
12389 grep -v '^ *+' conftest.er1
>conftest.err
12391 cat conftest.err
>&5
12392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12393 (exit $ac_status); } && {
12394 test -z "$ac_c_werror_flag" ||
12395 test ! -s conftest.err
12396 } && test -s conftest
$ac_exeext &&
12397 $as_test_x conftest
$ac_exeext; then
12398 ac_cv_lib_xml2_xmlNewDocPI
=yes
12400 echo "$as_me: failed program was:" >&5
12401 sed 's/^/| /' conftest.
$ac_ext >&5
12403 ac_cv_lib_xml2_xmlNewDocPI
=no
12406 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12407 conftest
$ac_exeext conftest.
$ac_ext
12408 LIBS
=$ac_check_lib_save_LIBS
12410 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12411 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12412 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12414 cat >>confdefs.h
<<\_ACEOF
12415 #define HAVE_XMLNEWDOCPI 1
12425 CPPFLAGS
="$ac_save_CPPFLAGS"
12427 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12428 case "x$with_xml" in
12429 x
) wine_warnings
="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12431 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12432 This is an error since --with-xml was requested." >&5
12433 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12434 This is an error since --with-xml was requested." >&2;}
12435 { (exit 1); exit 1; }; } ;;
12440 if test "x$with_xslt" != "xno"
12442 if test "$PKG_CONFIG" != "false"
12444 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12445 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12447 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12448 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12450 ac_save_CPPFLAGS
="$CPPFLAGS"
12451 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12454 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12456 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12457 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12458 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12459 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12460 echo $ECHO_N "(cached) $ECHO_C" >&6
12462 cat >conftest.
$ac_ext <<_ACEOF
12465 cat confdefs.h
>>conftest.
$ac_ext
12466 cat >>conftest.
$ac_ext <<_ACEOF
12467 /* end confdefs.h. */
12468 #ifdef HAVE_LIBXSLT_PATTERN_H
12469 # include <libxslt/pattern.h>
12472 #include <$ac_header>
12474 rm -f conftest.
$ac_objext
12475 if { (ac_try
="$ac_compile"
12476 case "(($ac_try" in
12477 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12478 *) ac_try_echo=$ac_try;;
12480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12481 (eval "$ac_compile") 2>conftest.er1
12483 grep -v '^ *+' conftest.er1 >conftest.err
12485 cat conftest.err >&5
12486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12487 (exit $ac_status); } && {
12488 test -z "$ac_c_werror_flag" ||
12489 test ! -s conftest.err
12490 } && test -s conftest.$ac_objext; then
12491 eval "$as_ac_Header=yes"
12493 echo "$as_me: failed program was:" >&5
12494 sed 's/^/| /' conftest.$ac_ext >&5
12496 eval "$as_ac_Header=no"
12499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12501 ac_res=`eval echo '${'$as_ac_Header'}'`
12502 { echo "$as_me:$LINENO: result: $ac_res" >&5
12503 echo "${ECHO_T}$ac_res" >&6; }
12504 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12505 cat >>confdefs.h <<_ACEOF
12506 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12513 CPPFLAGS="$ac_save_CPPFLAGS"
12514 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12516 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12517 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12518 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12519 echo $ECHO_N "(cached) $ECHO_C" >&6
12521 ac_check_soname_save_LIBS=$LIBS
12522 LIBS="-lxslt $ac_xslt_libs $LIBS"
12523 cat >conftest.$ac_ext <<_ACEOF
12526 cat confdefs.h >>conftest.$ac_ext
12527 cat >>conftest.$ac_ext <<_ACEOF
12528 /* end confdefs.h. */
12530 /* Override any GCC internal prototype to avoid an error.
12531 Use char because int might match the return type of a GCC
12532 builtin and then its argument prototype would still apply. */
12536 char xsltCompilePattern ();
12540 return xsltCompilePattern ();
12545 rm -f conftest.$ac_objext conftest$ac_exeext
12546 if { (ac_try="$ac_link"
12547 case "(($ac_try" in
12548 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12549 *) ac_try_echo
=$ac_try;;
12551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12552 (eval "$ac_link") 2>conftest.er1
12554 grep -v '^ *+' conftest.er1
>conftest.err
12556 cat conftest.err
>&5
12557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12558 (exit $ac_status); } && {
12559 test -z "$ac_c_werror_flag" ||
12560 test ! -s conftest.err
12561 } && test -s conftest
$ac_exeext &&
12562 $as_test_x conftest
$ac_exeext; then
12565 dylib
) ac_cv_lib_soname_xslt
=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12566 *) ac_cv_lib_soname_xslt
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12569 echo "$as_me: failed program was:" >&5
12570 sed 's/^/| /' conftest.
$ac_ext >&5
12575 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12576 conftest
$ac_exeext conftest.
$ac_ext
12577 LIBS
=$ac_check_soname_save_LIBS
12579 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12580 { echo "$as_me:$LINENO: result: not found" >&5
12581 echo "${ECHO_T}not found" >&6; }
12584 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12585 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12587 cat >>confdefs.h
<<_ACEOF
12588 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12591 XSLTINCL
="$ac_xslt_cflags"
12596 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12597 case "x$with_xslt" in
12598 x
) wine_warnings
="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12600 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12601 This is an error since --with-xslt was requested." >&5
12602 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12603 This is an error since --with-xslt was requested." >&2;}
12604 { (exit 1); exit 1; }; } ;;
12611 if test "x$with_hal" != "xno"
12613 ac_save_CPPFLAGS
="$CPPFLAGS"
12614 if test "$PKG_CONFIG" != "false"
12616 ac_hal_libs
="`$PKG_CONFIG --libs hal 2>/dev/null`"
12617 ac_hal_cflags
="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12618 CPPFLAGS
="$CPPFLAGS $ac_hal_cflags"
12622 for ac_header
in dbus
/dbus.h hal
/libhal.h
12624 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12625 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12626 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12627 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12628 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12629 echo $ECHO_N "(cached) $ECHO_C" >&6
12631 ac_res
=`eval echo '${'$as_ac_Header'}'`
12632 { echo "$as_me:$LINENO: result: $ac_res" >&5
12633 echo "${ECHO_T}$ac_res" >&6; }
12635 # Is the header compilable?
12636 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12637 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12638 cat >conftest.
$ac_ext <<_ACEOF
12641 cat confdefs.h
>>conftest.
$ac_ext
12642 cat >>conftest.
$ac_ext <<_ACEOF
12643 /* end confdefs.h. */
12644 $ac_includes_default
12645 #include <$ac_header>
12647 rm -f conftest.
$ac_objext
12648 if { (ac_try
="$ac_compile"
12649 case "(($ac_try" in
12650 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12651 *) ac_try_echo=$ac_try;;
12653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12654 (eval "$ac_compile") 2>conftest.er1
12656 grep -v '^ *+' conftest.er1 >conftest.err
12658 cat conftest.err >&5
12659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12660 (exit $ac_status); } && {
12661 test -z "$ac_c_werror_flag" ||
12662 test ! -s conftest.err
12663 } && test -s conftest.$ac_objext; then
12664 ac_header_compiler=yes
12666 echo "$as_me: failed program was:" >&5
12667 sed 's/^/| /' conftest.$ac_ext >&5
12669 ac_header_compiler=no
12672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12673 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12674 echo "${ECHO_T}$ac_header_compiler" >&6; }
12676 # Is the header present?
12677 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12678 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12679 cat >conftest.$ac_ext <<_ACEOF
12682 cat confdefs.h >>conftest.$ac_ext
12683 cat >>conftest.$ac_ext <<_ACEOF
12684 /* end confdefs.h. */
12685 #include <$ac_header>
12687 if { (ac_try="$ac_cpp conftest.$ac_ext"
12688 case "(($ac_try" in
12689 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12690 *) ac_try_echo
=$ac_try;;
12692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12693 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12695 grep -v '^ *+' conftest.er1
>conftest.err
12697 cat conftest.err
>&5
12698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12699 (exit $ac_status); } >/dev
/null
&& {
12700 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12701 test ! -s conftest.err
12703 ac_header_preproc
=yes
12705 echo "$as_me: failed program was:" >&5
12706 sed 's/^/| /' conftest.
$ac_ext >&5
12708 ac_header_preproc
=no
12711 rm -f conftest.err conftest.
$ac_ext
12712 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12713 echo "${ECHO_T}$ac_header_preproc" >&6; }
12715 # So? What about this header?
12716 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12718 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12719 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12720 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12721 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12722 ac_header_preproc
=yes
12725 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12726 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12727 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12728 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12729 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12730 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12731 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12732 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12733 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12734 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12735 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12736 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12738 ## ------------------------------------ ##
12739 ## Report this to wine-devel@winehq.org ##
12740 ## ------------------------------------ ##
12742 ) |
sed "s/^/$as_me: WARNING: /" >&2
12745 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12746 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12747 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12748 echo $ECHO_N "(cached) $ECHO_C" >&6
12750 eval "$as_ac_Header=\$ac_header_preproc"
12752 ac_res
=`eval echo '${'$as_ac_Header'}'`
12753 { echo "$as_me:$LINENO: result: $ac_res" >&5
12754 echo "${ECHO_T}$ac_res" >&6; }
12757 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12758 cat >>confdefs.h
<<_ACEOF
12759 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12766 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12768 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12769 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12770 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12771 echo $ECHO_N "(cached) $ECHO_C" >&6
12773 ac_check_lib_save_LIBS
=$LIBS
12774 LIBS
="-ldbus-1 $ac_hal_libs $LIBS"
12775 cat >conftest.
$ac_ext <<_ACEOF
12778 cat confdefs.h
>>conftest.
$ac_ext
12779 cat >>conftest.
$ac_ext <<_ACEOF
12780 /* end confdefs.h. */
12782 /* Override any GCC internal prototype to avoid an error.
12783 Use char because int might match the return type of a GCC
12784 builtin and then its argument prototype would still apply. */
12788 char dbus_connection_close ();
12792 return dbus_connection_close ();
12797 rm -f conftest.
$ac_objext conftest
$ac_exeext
12798 if { (ac_try
="$ac_link"
12799 case "(($ac_try" in
12800 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12801 *) ac_try_echo=$ac_try;;
12803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12804 (eval "$ac_link") 2>conftest.er1
12806 grep -v '^ *+' conftest.er1 >conftest.err
12808 cat conftest.err >&5
12809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12810 (exit $ac_status); } && {
12811 test -z "$ac_c_werror_flag" ||
12812 test ! -s conftest.err
12813 } && test -s conftest$ac_exeext &&
12814 $as_test_x conftest$ac_exeext; then
12815 ac_cv_lib_dbus_1_dbus_connection_close=yes
12817 echo "$as_me: failed program was:" >&5
12818 sed 's/^/| /' conftest.$ac_ext >&5
12820 ac_cv_lib_dbus_1_dbus_connection_close=no
12823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12824 conftest$ac_exeext conftest.$ac_ext
12825 LIBS=$ac_check_lib_save_LIBS
12827 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12828 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12829 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12830 { echo "$as_me:$LINENO: checking for -lhal" >&5
12831 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12832 if test "${ac_cv_lib_soname_hal+set}" = set; then
12833 echo $ECHO_N "(cached) $ECHO_C" >&6
12835 ac_check_soname_save_LIBS=$LIBS
12836 LIBS="-lhal $ac_hal_libs $LIBS"
12837 cat >conftest.$ac_ext <<_ACEOF
12840 cat confdefs.h >>conftest.$ac_ext
12841 cat >>conftest.$ac_ext <<_ACEOF
12842 /* end confdefs.h. */
12844 /* Override any GCC internal prototype to avoid an error.
12845 Use char because int might match the return type of a GCC
12846 builtin and then its argument prototype would still apply. */
12850 char libhal_ctx_new ();
12854 return libhal_ctx_new ();
12859 rm -f conftest.$ac_objext conftest$ac_exeext
12860 if { (ac_try="$ac_link"
12861 case "(($ac_try" in
12862 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12863 *) ac_try_echo
=$ac_try;;
12865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12866 (eval "$ac_link") 2>conftest.er1
12868 grep -v '^ *+' conftest.er1
>conftest.err
12870 cat conftest.err
>&5
12871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12872 (exit $ac_status); } && {
12873 test -z "$ac_c_werror_flag" ||
12874 test ! -s conftest.err
12875 } && test -s conftest
$ac_exeext &&
12876 $as_test_x conftest
$ac_exeext; then
12879 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'` ;;
12880 *) ac_cv_lib_soname_hal
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12883 echo "$as_me: failed program was:" >&5
12884 sed 's/^/| /' conftest.
$ac_ext >&5
12889 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12890 conftest
$ac_exeext conftest.
$ac_ext
12891 LIBS
=$ac_check_soname_save_LIBS
12893 if test "x$ac_cv_lib_soname_hal" = "x"; then
12894 { echo "$as_me:$LINENO: result: not found" >&5
12895 echo "${ECHO_T}not found" >&6; }
12898 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12899 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12901 cat >>confdefs.h
<<_ACEOF
12902 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12905 HALINCL
="$ac_hal_cflags"
12911 CPPFLAGS
="$ac_save_CPPFLAGS"
12913 if test "x$ac_cv_lib_soname_hal" = "x"; then
12914 case "x$with_hal" in
12915 x
) wine_notices
="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12917 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12918 This is an error since --with-hal was requested." >&5
12919 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12920 This is an error since --with-hal was requested." >&2;}
12921 { (exit 1); exit 1; }; } ;;
12926 if test "x$with_gnutls" != "xno"
12928 ac_save_CPPFLAGS
="$CPPFLAGS"
12929 if test "$PKG_CONFIG" != "false"
12931 ac_gnutls_libs
="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12932 ac_gnutls_cflags
="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12933 CPPFLAGS
="$CPPFLAGS $ac_gnutls_cflags"
12935 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12936 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12937 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12938 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12939 echo $ECHO_N "(cached) $ECHO_C" >&6
12941 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12942 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12944 # Is the header compilable?
12945 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12946 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12947 cat >conftest.
$ac_ext <<_ACEOF
12950 cat confdefs.h
>>conftest.
$ac_ext
12951 cat >>conftest.
$ac_ext <<_ACEOF
12952 /* end confdefs.h. */
12953 $ac_includes_default
12954 #include <gnutls/gnutls.h>
12956 rm -f conftest.
$ac_objext
12957 if { (ac_try
="$ac_compile"
12958 case "(($ac_try" in
12959 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12960 *) ac_try_echo=$ac_try;;
12962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12963 (eval "$ac_compile") 2>conftest.er1
12965 grep -v '^ *+' conftest.er1 >conftest.err
12967 cat conftest.err >&5
12968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12969 (exit $ac_status); } && {
12970 test -z "$ac_c_werror_flag" ||
12971 test ! -s conftest.err
12972 } && test -s conftest.$ac_objext; then
12973 ac_header_compiler=yes
12975 echo "$as_me: failed program was:" >&5
12976 sed 's/^/| /' conftest.$ac_ext >&5
12978 ac_header_compiler=no
12981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12982 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12983 echo "${ECHO_T}$ac_header_compiler" >&6; }
12985 # Is the header present?
12986 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12987 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12988 cat >conftest.$ac_ext <<_ACEOF
12991 cat confdefs.h >>conftest.$ac_ext
12992 cat >>conftest.$ac_ext <<_ACEOF
12993 /* end confdefs.h. */
12994 #include <gnutls/gnutls.h>
12996 if { (ac_try="$ac_cpp conftest.$ac_ext"
12997 case "(($ac_try" in
12998 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12999 *) ac_try_echo
=$ac_try;;
13001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13002 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13004 grep -v '^ *+' conftest.er1
>conftest.err
13006 cat conftest.err
>&5
13007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13008 (exit $ac_status); } >/dev
/null
&& {
13009 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13010 test ! -s conftest.err
13012 ac_header_preproc
=yes
13014 echo "$as_me: failed program was:" >&5
13015 sed 's/^/| /' conftest.
$ac_ext >&5
13017 ac_header_preproc
=no
13020 rm -f conftest.err conftest.
$ac_ext
13021 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13022 echo "${ECHO_T}$ac_header_preproc" >&6; }
13024 # So? What about this header?
13025 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13027 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13028 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13029 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13030 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13031 ac_header_preproc
=yes
13034 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13035 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13036 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13037 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13038 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13039 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13040 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13041 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13042 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13043 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13044 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13045 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13047 ## ------------------------------------ ##
13048 ## Report this to wine-devel@winehq.org ##
13049 ## ------------------------------------ ##
13051 ) |
sed "s/^/$as_me: WARNING: /" >&2
13054 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13055 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13056 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13057 echo $ECHO_N "(cached) $ECHO_C" >&6
13059 ac_cv_header_gnutls_gnutls_h
=$ac_header_preproc
13061 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13062 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13065 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13066 cat >conftest.
$ac_ext <<_ACEOF
13069 cat confdefs.h
>>conftest.
$ac_ext
13070 cat >>conftest.
$ac_ext <<_ACEOF
13071 /* end confdefs.h. */
13072 #include <gnutls/gnutls.h>
13076 typeof(gnutls_mac_get_key_size) *pfunc;
13081 rm -f conftest.
$ac_objext
13082 if { (ac_try
="$ac_compile"
13083 case "(($ac_try" in
13084 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13085 *) ac_try_echo=$ac_try;;
13087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13088 (eval "$ac_compile") 2>conftest.er1
13090 grep -v '^ *+' conftest.er1 >conftest.err
13092 cat conftest.err >&5
13093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13094 (exit $ac_status); } && {
13095 test -z "$ac_c_werror_flag" ||
13096 test ! -s conftest.err
13097 } && test -s conftest.$ac_objext; then
13098 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13099 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13100 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13101 echo $ECHO_N "(cached) $ECHO_C" >&6
13103 ac_check_soname_save_LIBS=$LIBS
13104 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13105 cat >conftest.$ac_ext <<_ACEOF
13108 cat confdefs.h >>conftest.$ac_ext
13109 cat >>conftest.$ac_ext <<_ACEOF
13110 /* end confdefs.h. */
13112 /* Override any GCC internal prototype to avoid an error.
13113 Use char because int might match the return type of a GCC
13114 builtin and then its argument prototype would still apply. */
13118 char gnutls_global_init ();
13122 return gnutls_global_init ();
13127 rm -f conftest.$ac_objext conftest$ac_exeext
13128 if { (ac_try="$ac_link"
13129 case "(($ac_try" in
13130 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13131 *) ac_try_echo
=$ac_try;;
13133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13134 (eval "$ac_link") 2>conftest.er1
13136 grep -v '^ *+' conftest.er1
>conftest.err
13138 cat conftest.err
>&5
13139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13140 (exit $ac_status); } && {
13141 test -z "$ac_c_werror_flag" ||
13142 test ! -s conftest.err
13143 } && test -s conftest
$ac_exeext &&
13144 $as_test_x conftest
$ac_exeext; then
13147 dylib
) ac_cv_lib_soname_gnutls
=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13148 *) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13151 echo "$as_me: failed program was:" >&5
13152 sed 's/^/| /' conftest.
$ac_ext >&5
13157 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13158 conftest
$ac_exeext conftest.
$ac_ext
13159 LIBS
=$ac_check_soname_save_LIBS
13161 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13162 { echo "$as_me:$LINENO: result: not found" >&5
13163 echo "${ECHO_T}not found" >&6; }
13166 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13167 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13169 cat >>confdefs.h
<<_ACEOF
13170 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13173 GNUTLSINCL
="$ac_gnutls_cflags"
13178 echo "$as_me: failed program was:" >&5
13179 sed 's/^/| /' conftest.
$ac_ext >&5
13184 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13188 CPPFLAGS
="$ac_save_CPPFLAGS"
13190 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13191 case "x$with_gnutls" in
13192 x
) wine_notices
="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13194 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13195 This is an error since --with-gnutls was requested." >&5
13196 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13197 This is an error since --with-gnutls was requested." >&2;}
13198 { (exit 1); exit 1; }; } ;;
13204 if test "$ac_cv_header_ncurses_h" = "yes"
13206 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13207 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13208 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13209 echo $ECHO_N "(cached) $ECHO_C" >&6
13211 ac_check_soname_save_LIBS
=$LIBS
13212 LIBS
="-lncurses $LIBS"
13213 cat >conftest.
$ac_ext <<_ACEOF
13216 cat confdefs.h
>>conftest.
$ac_ext
13217 cat >>conftest.
$ac_ext <<_ACEOF
13218 /* end confdefs.h. */
13220 /* Override any GCC internal prototype to avoid an error.
13221 Use char because int might match the return type of a GCC
13222 builtin and then its argument prototype would still apply. */
13235 rm -f conftest.
$ac_objext conftest
$ac_exeext
13236 if { (ac_try
="$ac_link"
13237 case "(($ac_try" in
13238 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13239 *) ac_try_echo=$ac_try;;
13241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13242 (eval "$ac_link") 2>conftest.er1
13244 grep -v '^ *+' conftest.er1 >conftest.err
13246 cat conftest.err >&5
13247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13248 (exit $ac_status); } && {
13249 test -z "$ac_c_werror_flag" ||
13250 test ! -s conftest.err
13251 } && test -s conftest$ac_exeext &&
13252 $as_test_x conftest$ac_exeext; then
13255 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'` ;;
13256 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libncurses\\.$LIBEXT" |
sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13259 echo "$as_me: failed program was:" >&5
13260 sed 's/^/| /' conftest.$ac_ext >&5
13265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13266 conftest$ac_exeext conftest.$ac_ext
13267 LIBS=$ac_check_soname_save_LIBS
13269 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13270 { echo "$as_me:$LINENO: result: not found" >&5
13271 echo "${ECHO_T}not found" >&6; }
13274 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13275 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13277 cat >>confdefs.h <<_ACEOF
13278 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13281 CURSESLIBS="-lncurses"
13284 elif test "$ac_cv_header_curses_h" = "yes"
13286 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13287 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13288 if test "${ac_cv_lib_soname_curses+set}" = set; then
13289 echo $ECHO_N "(cached) $ECHO_C" >&6
13291 ac_check_soname_save_LIBS=$LIBS
13292 LIBS="-lcurses $LIBS"
13293 cat >conftest.$ac_ext <<_ACEOF
13296 cat confdefs.h >>conftest.$ac_ext
13297 cat >>conftest.$ac_ext <<_ACEOF
13298 /* end confdefs.h. */
13300 /* Override any GCC internal prototype to avoid an error.
13301 Use char because int might match the return type of a GCC
13302 builtin and then its argument prototype would still apply. */
13315 rm -f conftest.$ac_objext conftest$ac_exeext
13316 if { (ac_try="$ac_link"
13317 case "(($ac_try" in
13318 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13319 *) ac_try_echo
=$ac_try;;
13321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13322 (eval "$ac_link") 2>conftest.er1
13324 grep -v '^ *+' conftest.er1
>conftest.err
13326 cat conftest.err
>&5
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); } && {
13329 test -z "$ac_c_werror_flag" ||
13330 test ! -s conftest.err
13331 } && test -s conftest
$ac_exeext &&
13332 $as_test_x conftest
$ac_exeext; then
13335 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'` ;;
13336 *) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13339 echo "$as_me: failed program was:" >&5
13340 sed 's/^/| /' conftest.
$ac_ext >&5
13345 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13346 conftest
$ac_exeext conftest.
$ac_ext
13347 LIBS
=$ac_check_soname_save_LIBS
13349 if test "x$ac_cv_lib_soname_curses" = "x"; then
13350 { echo "$as_me:$LINENO: result: not found" >&5
13351 echo "${ECHO_T}not found" >&6; }
13354 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13355 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13357 cat >>confdefs.h
<<_ACEOF
13358 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13361 CURSESLIBS
="-lcurses"
13365 ac_save_LIBS
="$LIBS"
13366 LIBS
="$LIBS $CURSESLIBS"
13368 for ac_func
in mousemask
13370 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13371 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13372 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13373 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13374 echo $ECHO_N "(cached) $ECHO_C" >&6
13376 cat >conftest.
$ac_ext <<_ACEOF
13379 cat confdefs.h
>>conftest.
$ac_ext
13380 cat >>conftest.
$ac_ext <<_ACEOF
13381 /* end confdefs.h. */
13382 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13383 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13384 #define $ac_func innocuous_$ac_func
13386 /* System header to define __stub macros and hopefully few prototypes,
13387 which can conflict with char $ac_func (); below.
13388 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13389 <limits.h> exists even on freestanding compilers. */
13392 # include <limits.h>
13394 # include <assert.h>
13399 /* Override any GCC internal prototype to avoid an error.
13400 Use char because int might match the return type of a GCC
13401 builtin and then its argument prototype would still apply. */
13406 /* The GNU C library defines this for functions which it implements
13407 to always fail with ENOSYS. Some functions are actually named
13408 something starting with __ and the normal name is an alias. */
13409 #if defined __stub_$ac_func || defined __stub___$ac_func
13416 return $ac_func ();
13421 rm -f conftest.
$ac_objext conftest
$ac_exeext
13422 if { (ac_try
="$ac_link"
13423 case "(($ac_try" in
13424 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13425 *) ac_try_echo=$ac_try;;
13427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13428 (eval "$ac_link") 2>conftest.er1
13430 grep -v '^ *+' conftest.er1 >conftest.err
13432 cat conftest.err >&5
13433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13434 (exit $ac_status); } && {
13435 test -z "$ac_c_werror_flag" ||
13436 test ! -s conftest.err
13437 } && test -s conftest$ac_exeext &&
13438 $as_test_x conftest$ac_exeext; then
13439 eval "$as_ac_var=yes"
13441 echo "$as_me: failed program was:" >&5
13442 sed 's/^/| /' conftest.$ac_ext >&5
13444 eval "$as_ac_var=no"
13447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13448 conftest$ac_exeext conftest.$ac_ext
13450 ac_res=`eval echo '${'$as_ac_var'}'`
13451 { echo "$as_me:$LINENO: result: $ac_res" >&5
13452 echo "${ECHO_T}$ac_res" >&6; }
13453 if test `eval echo '${'$as_ac_var'}'` = yes; then
13454 cat >>confdefs.h <<_ACEOF
13455 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
13461 LIBS="$ac_save_LIBS"
13462 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13463 case "x$with_curses" in
13464 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13466 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13467 This is an error since --with-curses was requested." >&5
13468 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13469 This is an error since --with-curses was requested." >&2;}
13470 { (exit 1); exit 1; }; } ;;
13475 if test "x$with_sane" != "xno"
13477 ac_save_CPPFLAGS="$CPPFLAGS"
13478 # Extract the first word of "sane-config", so it can be a program name with args.
13479 set dummy sane-config; ac_word=$2
13480 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13481 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13482 if test "${ac_cv_prog_sane_devel+set}" = set; then
13483 echo $ECHO_N "(cached) $ECHO_C" >&6
13485 if test -n "$sane_devel"; then
13486 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13489 for as_dir in $PATH
13492 test -z "$as_dir" && as_dir=.
13493 for ac_exec_ext in '' $ac_executable_extensions; do
13494 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13495 ac_cv_prog_sane_devel="sane-config"
13496 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13503 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13506 sane_devel=$ac_cv_prog_sane_devel
13507 if test -n "$sane_devel"; then
13508 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13509 echo "${ECHO_T}$sane_devel" >&6; }
13511 { echo "$as_me:$LINENO: result: no" >&5
13512 echo "${ECHO_T}no" >&6; }
13516 if test "$sane_devel" != "no"
13518 ac_sane_incl="`$sane_devel --cflags`"
13519 ac_sane_libs="`$sane_devel --ldflags`"
13520 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13522 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13523 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13524 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13525 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13526 echo $ECHO_N "(cached) $ECHO_C" >&6
13528 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13529 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13531 # Is the header compilable?
13532 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13533 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13534 cat >conftest.$ac_ext <<_ACEOF
13537 cat confdefs.h >>conftest.$ac_ext
13538 cat >>conftest.$ac_ext <<_ACEOF
13539 /* end confdefs.h. */
13540 $ac_includes_default
13541 #include <sane/sane.h>
13543 rm -f conftest.$ac_objext
13544 if { (ac_try="$ac_compile"
13545 case "(($ac_try" in
13546 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13547 *) ac_try_echo
=$ac_try;;
13549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13550 (eval "$ac_compile") 2>conftest.er1
13552 grep -v '^ *+' conftest.er1
>conftest.err
13554 cat conftest.err
>&5
13555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13556 (exit $ac_status); } && {
13557 test -z "$ac_c_werror_flag" ||
13558 test ! -s conftest.err
13559 } && test -s conftest.
$ac_objext; then
13560 ac_header_compiler
=yes
13562 echo "$as_me: failed program was:" >&5
13563 sed 's/^/| /' conftest.
$ac_ext >&5
13565 ac_header_compiler
=no
13568 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13569 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13570 echo "${ECHO_T}$ac_header_compiler" >&6; }
13572 # Is the header present?
13573 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13574 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13575 cat >conftest.
$ac_ext <<_ACEOF
13578 cat confdefs.h
>>conftest.
$ac_ext
13579 cat >>conftest.
$ac_ext <<_ACEOF
13580 /* end confdefs.h. */
13581 #include <sane/sane.h>
13583 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13584 case "(($ac_try" in
13585 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13586 *) ac_try_echo=$ac_try;;
13588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13589 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13591 grep -v '^ *+' conftest.er1 >conftest.err
13593 cat conftest.err >&5
13594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13595 (exit $ac_status); } >/dev/null && {
13596 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13597 test ! -s conftest.err
13599 ac_header_preproc=yes
13601 echo "$as_me: failed program was:" >&5
13602 sed 's/^/| /' conftest.$ac_ext >&5
13604 ac_header_preproc=no
13607 rm -f conftest.err conftest.$ac_ext
13608 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13609 echo "${ECHO_T}$ac_header_preproc" >&6; }
13611 # So? What about this header?
13612 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13614 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13615 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13616 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13617 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13618 ac_header_preproc=yes
13621 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13622 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13623 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13624 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13625 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13626 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13627 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13628 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13629 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13630 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13631 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13632 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13634 ## ------------------------------------ ##
13635 ## Report this to wine-devel@winehq.org ##
13636 ## ------------------------------------ ##
13638 ) | sed "s/^/$as_me: WARNING: /" >&2
13641 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13642 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13643 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13644 echo $ECHO_N "(cached) $ECHO_C" >&6
13646 ac_cv_header_sane_sane_h=$ac_header_preproc
13648 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13649 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13652 if test $ac_cv_header_sane_sane_h = yes; then
13653 { echo "$as_me:$LINENO: checking for -lsane" >&5
13654 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13655 if test "${ac_cv_lib_soname_sane+set}" = set; then
13656 echo $ECHO_N "(cached) $ECHO_C" >&6
13658 ac_check_soname_save_LIBS=$LIBS
13659 LIBS="-lsane $ac_sane_libs $LIBS"
13660 cat >conftest.$ac_ext <<_ACEOF
13663 cat confdefs.h >>conftest.$ac_ext
13664 cat >>conftest.$ac_ext <<_ACEOF
13665 /* end confdefs.h. */
13667 /* Override any GCC internal prototype to avoid an error.
13668 Use char because int might match the return type of a GCC
13669 builtin and then its argument prototype would still apply. */
13677 return sane_init ();
13682 rm -f conftest.$ac_objext conftest$ac_exeext
13683 if { (ac_try="$ac_link"
13684 case "(($ac_try" in
13685 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13686 *) ac_try_echo
=$ac_try;;
13688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13689 (eval "$ac_link") 2>conftest.er1
13691 grep -v '^ *+' conftest.er1
>conftest.err
13693 cat conftest.err
>&5
13694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13695 (exit $ac_status); } && {
13696 test -z "$ac_c_werror_flag" ||
13697 test ! -s conftest.err
13698 } && test -s conftest
$ac_exeext &&
13699 $as_test_x conftest
$ac_exeext; then
13702 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'` ;;
13703 *) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13706 echo "$as_me: failed program was:" >&5
13707 sed 's/^/| /' conftest.
$ac_ext >&5
13712 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13713 conftest
$ac_exeext conftest.
$ac_ext
13714 LIBS
=$ac_check_soname_save_LIBS
13716 if test "x$ac_cv_lib_soname_sane" = "x"; then
13717 { echo "$as_me:$LINENO: result: not found" >&5
13718 echo "${ECHO_T}not found" >&6; }
13721 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13722 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13724 cat >>confdefs.h
<<_ACEOF
13725 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13728 SANEINCL
="$ac_sane_incl"
13735 CPPFLAGS
="$ac_save_CPPFLAGS"
13737 if test "x$ac_cv_lib_soname_sane" = "x"; then
13738 case "x$with_sane" in
13739 x
) wine_notices
="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13741 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13742 This is an error since --with-sane was requested." >&5
13743 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13744 This is an error since --with-sane was requested." >&2;}
13745 { (exit 1); exit 1; }; } ;;
13750 if test "x$with_gphoto" != "xno"
13752 ac_save_CPPFLAGS
="$CPPFLAGS"
13753 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13754 set dummy gphoto2-config
; ac_word
=$2
13755 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13756 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13757 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13758 echo $ECHO_N "(cached) $ECHO_C" >&6
13760 if test -n "$gphoto2_devel"; then
13761 ac_cv_prog_gphoto2_devel
="$gphoto2_devel" # Let the user override the test.
13763 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13764 for as_dir
in $PATH
13767 test -z "$as_dir" && as_dir
=.
13768 for ac_exec_ext
in '' $ac_executable_extensions; do
13769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13770 ac_cv_prog_gphoto2_devel
="gphoto2-config"
13771 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13778 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel
="no"
13781 gphoto2_devel
=$ac_cv_prog_gphoto2_devel
13782 if test -n "$gphoto2_devel"; then
13783 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13784 echo "${ECHO_T}$gphoto2_devel" >&6; }
13786 { echo "$as_me:$LINENO: result: no" >&5
13787 echo "${ECHO_T}no" >&6; }
13791 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13792 set dummy gphoto2-port-config
; ac_word
=$2
13793 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13794 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13795 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13796 echo $ECHO_N "(cached) $ECHO_C" >&6
13798 if test -n "$gphoto2port_devel"; then
13799 ac_cv_prog_gphoto2port_devel
="$gphoto2port_devel" # Let the user override the test.
13801 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13802 for as_dir
in $PATH
13805 test -z "$as_dir" && as_dir
=.
13806 for ac_exec_ext
in '' $ac_executable_extensions; do
13807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13808 ac_cv_prog_gphoto2port_devel
="gphoto2-port-config"
13809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13816 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel
="no"
13819 gphoto2port_devel
=$ac_cv_prog_gphoto2port_devel
13820 if test -n "$gphoto2port_devel"; then
13821 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13822 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13824 { echo "$as_me:$LINENO: result: no" >&5
13825 echo "${ECHO_T}no" >&6; }
13829 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13831 ac_gphoto2_incl
="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13833 for i
in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13836 -L/usr
/lib|
-L/usr
/lib64
) ;;
13837 -L*|
-l*) ac_gphoto2_libs
="$ac_gphoto2_libs $i";;
13840 CPPFLAGS
="$CPPFLAGS $ac_gphoto2_incl"
13842 ac_gphoto2_libs
=${ac_gphoto2_libs:-"-lgphoto2"}
13843 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13844 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13845 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13846 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13847 echo $ECHO_N "(cached) $ECHO_C" >&6
13849 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13850 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13852 # Is the header compilable?
13853 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13854 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13855 cat >conftest.
$ac_ext <<_ACEOF
13858 cat confdefs.h
>>conftest.
$ac_ext
13859 cat >>conftest.
$ac_ext <<_ACEOF
13860 /* end confdefs.h. */
13861 $ac_includes_default
13862 #include <gphoto2-camera.h>
13864 rm -f conftest.
$ac_objext
13865 if { (ac_try
="$ac_compile"
13866 case "(($ac_try" in
13867 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13868 *) ac_try_echo=$ac_try;;
13870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13871 (eval "$ac_compile") 2>conftest.er1
13873 grep -v '^ *+' conftest.er1 >conftest.err
13875 cat conftest.err >&5
13876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13877 (exit $ac_status); } && {
13878 test -z "$ac_c_werror_flag" ||
13879 test ! -s conftest.err
13880 } && test -s conftest.$ac_objext; then
13881 ac_header_compiler=yes
13883 echo "$as_me: failed program was:" >&5
13884 sed 's/^/| /' conftest.$ac_ext >&5
13886 ac_header_compiler=no
13889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13890 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13891 echo "${ECHO_T}$ac_header_compiler" >&6; }
13893 # Is the header present?
13894 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13895 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13896 cat >conftest.$ac_ext <<_ACEOF
13899 cat confdefs.h >>conftest.$ac_ext
13900 cat >>conftest.$ac_ext <<_ACEOF
13901 /* end confdefs.h. */
13902 #include <gphoto2-camera.h>
13904 if { (ac_try="$ac_cpp conftest.$ac_ext"
13905 case "(($ac_try" in
13906 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13907 *) ac_try_echo
=$ac_try;;
13909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13910 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13912 grep -v '^ *+' conftest.er1
>conftest.err
13914 cat conftest.err
>&5
13915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13916 (exit $ac_status); } >/dev
/null
&& {
13917 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13918 test ! -s conftest.err
13920 ac_header_preproc
=yes
13922 echo "$as_me: failed program was:" >&5
13923 sed 's/^/| /' conftest.
$ac_ext >&5
13925 ac_header_preproc
=no
13928 rm -f conftest.err conftest.
$ac_ext
13929 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13930 echo "${ECHO_T}$ac_header_preproc" >&6; }
13932 # So? What about this header?
13933 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13935 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13936 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13937 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13938 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13939 ac_header_preproc
=yes
13942 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13943 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13944 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13945 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13946 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13947 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13948 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13949 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13950 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13951 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13952 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13953 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13955 ## ------------------------------------ ##
13956 ## Report this to wine-devel@winehq.org ##
13957 ## ------------------------------------ ##
13959 ) |
sed "s/^/$as_me: WARNING: /" >&2
13962 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13963 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13964 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13965 echo $ECHO_N "(cached) $ECHO_C" >&6
13967 ac_cv_header_gphoto2_camera_h
=$ac_header_preproc
13969 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13970 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13973 if test $ac_cv_header_gphoto2_camera_h = yes; then
13974 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13975 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13976 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13977 echo $ECHO_N "(cached) $ECHO_C" >&6
13979 ac_check_lib_save_LIBS
=$LIBS
13980 LIBS
="-lgphoto2 $ac_gphoto2_libs $LIBS"
13981 cat >conftest.
$ac_ext <<_ACEOF
13984 cat confdefs.h
>>conftest.
$ac_ext
13985 cat >>conftest.
$ac_ext <<_ACEOF
13986 /* end confdefs.h. */
13988 /* Override any GCC internal prototype to avoid an error.
13989 Use char because int might match the return type of a GCC
13990 builtin and then its argument prototype would still apply. */
13994 char gp_camera_new ();
13998 return gp_camera_new ();
14003 rm -f conftest.
$ac_objext conftest
$ac_exeext
14004 if { (ac_try
="$ac_link"
14005 case "(($ac_try" in
14006 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14007 *) ac_try_echo=$ac_try;;
14009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14010 (eval "$ac_link") 2>conftest.er1
14012 grep -v '^ *+' conftest.er1 >conftest.err
14014 cat conftest.err >&5
14015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14016 (exit $ac_status); } && {
14017 test -z "$ac_c_werror_flag" ||
14018 test ! -s conftest.err
14019 } && test -s conftest$ac_exeext &&
14020 $as_test_x conftest$ac_exeext; then
14021 ac_cv_lib_gphoto2_gp_camera_new=yes
14023 echo "$as_me: failed program was:" >&5
14024 sed 's/^/| /' conftest.$ac_ext >&5
14026 ac_cv_lib_gphoto2_gp_camera_new=no
14029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14030 conftest$ac_exeext conftest.$ac_ext
14031 LIBS=$ac_check_lib_save_LIBS
14033 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14034 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14035 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14037 cat >>confdefs.h <<\_ACEOF
14038 #define HAVE_GPHOTO2 1
14041 GPHOTO2LIBS="$ac_gphoto2_libs"
14043 GPHOTO2INCL="$ac_gphoto2_incl"
14050 CPPFLAGS="$ac_save_CPPFLAGS"
14052 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14053 case "x$with_gphoto" in
14054 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14056 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14057 This is an error since --with-gphoto was requested." >&5
14058 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14059 This is an error since --with-gphoto was requested." >&2;}
14060 { (exit 1); exit 1; }; } ;;
14068 if test "$ac_cv_header_resolv_h" = "yes"
14070 ac_save_LIBS="$LIBS"
14071 LIBS="$LIBS -lresolv"
14072 cat >conftest.$ac_ext <<_ACEOF
14075 cat confdefs.h >>conftest.$ac_ext
14076 cat >>conftest.$ac_ext <<_ACEOF
14077 /* end confdefs.h. */
14078 #ifdef HAVE_NETINET_IN_H
14079 #include <netinet/in.h>
14081 #include <resolv.h>
14090 rm -f conftest.$ac_objext conftest$ac_exeext
14091 if { (ac_try="$ac_link"
14092 case "(($ac_try" in
14093 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14094 *) ac_try_echo
=$ac_try;;
14096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14097 (eval "$ac_link") 2>conftest.er1
14099 grep -v '^ *+' conftest.er1
>conftest.err
14101 cat conftest.err
>&5
14102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14103 (exit $ac_status); } && {
14104 test -z "$ac_c_werror_flag" ||
14105 test ! -s conftest.err
14106 } && test -s conftest
$ac_exeext &&
14107 $as_test_x conftest
$ac_exeext; then
14109 cat >>confdefs.h
<<\_ACEOF
14110 #define HAVE_RESOLV 1
14113 RESOLVLIBS
="-lresolv"
14115 echo "$as_me: failed program was:" >&5
14116 sed 's/^/| /' conftest.
$ac_ext >&5
14121 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14122 conftest
$ac_exeext conftest.
$ac_ext
14123 LIBS
="$ac_save_LIBS"
14128 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14130 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14131 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14132 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14133 echo $ECHO_N "(cached) $ECHO_C" >&6
14135 ac_check_lib_save_LIBS
=$LIBS
14136 LIBS
="-llcms $LIBS"
14137 cat >conftest.
$ac_ext <<_ACEOF
14140 cat confdefs.h
>>conftest.
$ac_ext
14141 cat >>conftest.
$ac_ext <<_ACEOF
14142 /* end confdefs.h. */
14144 /* Override any GCC internal prototype to avoid an error.
14145 Use char because int might match the return type of a GCC
14146 builtin and then its argument prototype would still apply. */
14150 char cmsOpenProfileFromFile ();
14154 return cmsOpenProfileFromFile ();
14159 rm -f conftest.
$ac_objext conftest
$ac_exeext
14160 if { (ac_try
="$ac_link"
14161 case "(($ac_try" in
14162 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14163 *) ac_try_echo=$ac_try;;
14165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14166 (eval "$ac_link") 2>conftest.er1
14168 grep -v '^ *+' conftest.er1 >conftest.err
14170 cat conftest.err >&5
14171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14172 (exit $ac_status); } && {
14173 test -z "$ac_c_werror_flag" ||
14174 test ! -s conftest.err
14175 } && test -s conftest$ac_exeext &&
14176 $as_test_x conftest$ac_exeext; then
14177 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14179 echo "$as_me: failed program was:" >&5
14180 sed 's/^/| /' conftest.$ac_ext >&5
14182 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14186 conftest$ac_exeext conftest.$ac_ext
14187 LIBS=$ac_check_lib_save_LIBS
14189 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14190 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14191 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14193 cat >>confdefs.h <<\_ACEOF
14194 #define HAVE_LCMS 1
14201 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14202 case "x$with_cms" in
14203 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14205 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14206 This is an error since --with-cms was requested." >&5
14207 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14208 This is an error since --with-cms was requested." >&2;}
14209 { (exit 1); exit 1; }; } ;;
14214 if test "x$with_freetype" != "xno"
14216 for ac_prog in freetype-config freetype2-config
14218 # Extract the first word of "$ac_prog", so it can be a program name with args.
14219 set dummy $ac_prog; ac_word=$2
14220 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14221 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14222 if test "${ac_cv_prog_ft_devel+set}" = set; then
14223 echo $ECHO_N "(cached) $ECHO_C" >&6
14225 if test -n "$ft_devel"; then
14226 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14229 for as_dir in $PATH
14232 test -z "$as_dir" && as_dir=.
14233 for ac_exec_ext in '' $ac_executable_extensions; do
14234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14235 ac_cv_prog_ft_devel="$ac_prog"
14236 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14245 ft_devel=$ac_cv_prog_ft_devel
14246 if test -n "$ft_devel"; then
14247 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14248 echo "${ECHO_T}$ft_devel" >&6; }
14250 { echo "$as_me:$LINENO: result: no" >&5
14251 echo "${ECHO_T}no" >&6; }
14255 test -n "$ft_devel" && break
14257 test -n "$ft_devel" || ft_devel="no"
14259 if test "$ft_devel" != "no"
14261 ac_freetype_incl=`$ft_devel --cflags`
14262 ac_freetype_libs=`$ft_devel --libs`
14264 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14265 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14266 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14267 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14268 echo $ECHO_N "(cached) $ECHO_C" >&6
14270 ac_check_soname_save_LIBS=$LIBS
14271 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14272 cat >conftest.$ac_ext <<_ACEOF
14275 cat confdefs.h >>conftest.$ac_ext
14276 cat >>conftest.$ac_ext <<_ACEOF
14277 /* end confdefs.h. */
14279 /* Override any GCC internal prototype to avoid an error.
14280 Use char because int might match the return type of a GCC
14281 builtin and then its argument prototype would still apply. */
14285 char FT_Init_FreeType ();
14289 return FT_Init_FreeType ();
14294 rm -f conftest.$ac_objext conftest$ac_exeext
14295 if { (ac_try="$ac_link"
14296 case "(($ac_try" in
14297 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14298 *) ac_try_echo
=$ac_try;;
14300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14301 (eval "$ac_link") 2>conftest.er1
14303 grep -v '^ *+' conftest.er1
>conftest.err
14305 cat conftest.err
>&5
14306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14307 (exit $ac_status); } && {
14308 test -z "$ac_c_werror_flag" ||
14309 test ! -s conftest.err
14310 } && test -s conftest
$ac_exeext &&
14311 $as_test_x conftest
$ac_exeext; then
14314 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'` ;;
14315 *) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14318 echo "$as_me: failed program was:" >&5
14319 sed 's/^/| /' conftest.
$ac_ext >&5
14324 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14325 conftest
$ac_exeext conftest.
$ac_ext
14326 LIBS
=$ac_check_soname_save_LIBS
14328 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14329 { echo "$as_me:$LINENO: result: not found" >&5
14330 echo "${ECHO_T}not found" >&6; }
14333 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14334 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14336 cat >>confdefs.h
<<_ACEOF
14337 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14343 if test "$ft_lib" = "yes"
14345 ac_save_CPPFLAGS
="$CPPFLAGS"
14346 CPPFLAGS
="$ac_freetype_incl $CPPFLAGS"
14360 for ac_header
in ft2build.h \
14361 freetype
/freetype.h \
14362 freetype
/ftglyph.h \
14363 freetype
/fttypes.h \
14364 freetype
/tttables.h \
14365 freetype
/ftnames.h \
14366 freetype
/ftsnames.h \
14367 freetype
/ttnameid.h \
14368 freetype
/ftoutln.h \
14369 freetype
/ftwinfnt.h \
14370 freetype
/ftmodapi.h \
14371 freetype
/ftlcdfil.h \
14372 freetype
/internal
/sfnt.h
14374 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14375 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14376 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14377 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14378 echo $ECHO_N "(cached) $ECHO_C" >&6
14380 cat >conftest.
$ac_ext <<_ACEOF
14383 cat confdefs.h
>>conftest.
$ac_ext
14384 cat >>conftest.
$ac_ext <<_ACEOF
14385 /* end confdefs.h. */
14386 #ifdef HAVE_FT2BUILD_H
14387 # include <ft2build.h>
14390 #include <$ac_header>
14392 rm -f conftest.
$ac_objext
14393 if { (ac_try
="$ac_compile"
14394 case "(($ac_try" in
14395 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14396 *) ac_try_echo=$ac_try;;
14398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14399 (eval "$ac_compile") 2>conftest.er1
14401 grep -v '^ *+' conftest.er1 >conftest.err
14403 cat conftest.err >&5
14404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14405 (exit $ac_status); } && {
14406 test -z "$ac_c_werror_flag" ||
14407 test ! -s conftest.err
14408 } && test -s conftest.$ac_objext; then
14409 eval "$as_ac_Header=yes"
14411 echo "$as_me: failed program was:" >&5
14412 sed 's/^/| /' conftest.$ac_ext >&5
14414 eval "$as_ac_Header=no"
14417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14419 ac_res=`eval echo '${'$as_ac_Header'}'`
14420 { echo "$as_me:$LINENO: result: $ac_res" >&5
14421 echo "${ECHO_T}$ac_res" >&6; }
14422 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14423 cat >>confdefs.h <<_ACEOF
14424 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14431 cat >conftest.$ac_ext <<_ACEOF
14434 cat confdefs.h >>conftest.$ac_ext
14435 cat >>conftest.$ac_ext <<_ACEOF
14436 /* end confdefs.h. */
14437 #include <ft2build.h>
14438 #include <freetype/fttrigon.h>
14440 if { (ac_try="$ac_cpp conftest.$ac_ext"
14441 case "(($ac_try" in
14442 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14443 *) ac_try_echo
=$ac_try;;
14445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14446 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14448 grep -v '^ *+' conftest.er1
>conftest.err
14450 cat conftest.err
>&5
14451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14452 (exit $ac_status); } >/dev
/null
&& {
14453 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14454 test ! -s conftest.err
14457 cat >>confdefs.h
<<\_ACEOF
14458 #define HAVE_FREETYPE_FTTRIGON_H 1
14461 wine_cv_fttrigon
=yes
14463 echo "$as_me: failed program was:" >&5
14464 sed 's/^/| /' conftest.
$ac_ext >&5
14466 wine_cv_fttrigon
=no
14469 rm -f conftest.err conftest.
$ac_ext
14470 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14471 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14472 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14473 echo $ECHO_N "(cached) $ECHO_C" >&6
14475 cat >conftest.
$ac_ext <<_ACEOF
14478 cat confdefs.h
>>conftest.
$ac_ext
14479 cat >>conftest.
$ac_ext <<_ACEOF
14480 /* end confdefs.h. */
14481 #include <freetype/ftmodapi.h>
14483 typedef FT_TrueTypeEngineType ac__type_new_;
14487 if ((ac__type_new_ *) 0)
14489 if (sizeof (ac__type_new_))
14495 rm -f conftest.
$ac_objext
14496 if { (ac_try
="$ac_compile"
14497 case "(($ac_try" in
14498 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14499 *) ac_try_echo=$ac_try;;
14501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14502 (eval "$ac_compile") 2>conftest.er1
14504 grep -v '^ *+' conftest.er1 >conftest.err
14506 cat conftest.err >&5
14507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14508 (exit $ac_status); } && {
14509 test -z "$ac_c_werror_flag" ||
14510 test ! -s conftest.err
14511 } && test -s conftest.$ac_objext; then
14512 ac_cv_type_FT_TrueTypeEngineType=yes
14514 echo "$as_me: failed program was:" >&5
14515 sed 's/^/| /' conftest.$ac_ext >&5
14517 ac_cv_type_FT_TrueTypeEngineType=no
14520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14522 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14523 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14524 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14526 cat >>confdefs.h <<_ACEOF
14527 #define HAVE_FT_TRUETYPEENGINETYPE 1
14533 ac_save_CFLAGS="$CFLAGS"
14534 CFLAGS="$CFLAGS $ac_freetype_libs"
14536 for ac_func in FT_Load_Sfnt_Table
14538 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14539 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14540 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14541 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14542 echo $ECHO_N "(cached) $ECHO_C" >&6
14544 cat >conftest.$ac_ext <<_ACEOF
14547 cat confdefs.h >>conftest.$ac_ext
14548 cat >>conftest.$ac_ext <<_ACEOF
14549 /* end confdefs.h. */
14550 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14551 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14552 #define $ac_func innocuous_$ac_func
14554 /* System header to define __stub macros and hopefully few prototypes,
14555 which can conflict with char $ac_func (); below.
14556 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14557 <limits.h> exists even on freestanding compilers. */
14560 # include <limits.h>
14562 # include <assert.h>
14567 /* Override any GCC internal prototype to avoid an error.
14568 Use char because int might match the return type of a GCC
14569 builtin and then its argument prototype would still apply. */
14574 /* The GNU C library defines this for functions which it implements
14575 to always fail with ENOSYS. Some functions are actually named
14576 something starting with __ and the normal name is an alias. */
14577 #if defined __stub_$ac_func || defined __stub___$ac_func
14584 return $ac_func ();
14589 rm -f conftest.$ac_objext conftest$ac_exeext
14590 if { (ac_try="$ac_link"
14591 case "(($ac_try" in
14592 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14593 *) ac_try_echo
=$ac_try;;
14595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14596 (eval "$ac_link") 2>conftest.er1
14598 grep -v '^ *+' conftest.er1
>conftest.err
14600 cat conftest.err
>&5
14601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14602 (exit $ac_status); } && {
14603 test -z "$ac_c_werror_flag" ||
14604 test ! -s conftest.err
14605 } && test -s conftest
$ac_exeext &&
14606 $as_test_x conftest
$ac_exeext; then
14607 eval "$as_ac_var=yes"
14609 echo "$as_me: failed program was:" >&5
14610 sed 's/^/| /' conftest.
$ac_ext >&5
14612 eval "$as_ac_var=no"
14615 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14616 conftest
$ac_exeext conftest.
$ac_ext
14618 ac_res
=`eval echo '${'$as_ac_var'}'`
14619 { echo "$as_me:$LINENO: result: $ac_res" >&5
14620 echo "${ECHO_T}$ac_res" >&6; }
14621 if test `eval echo '${'$as_ac_var'}'` = yes; then
14622 cat >>confdefs.h
<<_ACEOF
14623 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14629 CFLAGS
="$ac_save_CFLAGS"
14630 CPPFLAGS
="$ac_save_CPPFLAGS"
14631 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14634 cat >>confdefs.h
<<\_ACEOF
14635 #define HAVE_FREETYPE 1
14638 FREETYPELIBS
="$ac_freetype_libs"
14640 FREETYPEINCL
="$ac_freetype_incl"
14645 if test "x$FREETYPELIBS" = "x"; then
14646 case "x$with_freetype" in
14648 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14649 Use the --without-freetype option if you really want this." >&5
14650 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14651 Use the --without-freetype option if you really want this." >&2;}
14652 { (exit 1); exit 1; }; } ;;
14656 test "x$FREETYPELIBS" = "x" && enable_fonts
=${enable_fonts:-no}
14658 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14659 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14660 if test "${ac_cv_c_ppdev+set}" = set; then
14661 echo $ECHO_N "(cached) $ECHO_C" >&6
14663 cat >conftest.
$ac_ext <<_ACEOF
14666 cat confdefs.h
>>conftest.
$ac_ext
14667 cat >>conftest.
$ac_ext <<_ACEOF
14668 /* end confdefs.h. */
14669 #include <linux/ppdev.h>
14673 ioctl (1,PPCLAIM,0)
14678 rm -f conftest.
$ac_objext
14679 if { (ac_try
="$ac_compile"
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_compile") 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_objext; then
14695 ac_cv_c_ppdev="yes"
14697 echo "$as_me: failed program was:" >&5
14698 sed 's/^/| /' conftest.$ac_ext >&5
14703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14705 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14706 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14707 if test "$ac_cv_c_ppdev" = "yes"
14710 cat >>confdefs.h <<\_ACEOF
14711 #define HAVE_PPDEV 1
14716 ac_wine_check_funcs_save_LIBS="$LIBS"
14717 LIBS="$LIBS $LIBPTHREAD"
14723 pthread_attr_get_np \
14724 pthread_getattr_np \
14725 pthread_get_stackaddr_np \
14726 pthread_get_stacksize_np
14728 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14729 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14730 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14731 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14732 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 cat >conftest.$ac_ext <<_ACEOF
14737 cat confdefs.h >>conftest.$ac_ext
14738 cat >>conftest.$ac_ext <<_ACEOF
14739 /* end confdefs.h. */
14740 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14741 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14742 #define $ac_func innocuous_$ac_func
14744 /* System header to define __stub macros and hopefully few prototypes,
14745 which can conflict with char $ac_func (); below.
14746 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14747 <limits.h> exists even on freestanding compilers. */
14750 # include <limits.h>
14752 # include <assert.h>
14757 /* Override any GCC internal prototype to avoid an error.
14758 Use char because int might match the return type of a GCC
14759 builtin and then its argument prototype would still apply. */
14764 /* The GNU C library defines this for functions which it implements
14765 to always fail with ENOSYS. Some functions are actually named
14766 something starting with __ and the normal name is an alias. */
14767 #if defined __stub_$ac_func || defined __stub___$ac_func
14774 return $ac_func ();
14779 rm -f conftest.$ac_objext conftest$ac_exeext
14780 if { (ac_try="$ac_link"
14781 case "(($ac_try" in
14782 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14783 *) ac_try_echo
=$ac_try;;
14785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14786 (eval "$ac_link") 2>conftest.er1
14788 grep -v '^ *+' conftest.er1
>conftest.err
14790 cat conftest.err
>&5
14791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14792 (exit $ac_status); } && {
14793 test -z "$ac_c_werror_flag" ||
14794 test ! -s conftest.err
14795 } && test -s conftest
$ac_exeext &&
14796 $as_test_x conftest
$ac_exeext; then
14797 eval "$as_ac_var=yes"
14799 echo "$as_me: failed program was:" >&5
14800 sed 's/^/| /' conftest.
$ac_ext >&5
14802 eval "$as_ac_var=no"
14805 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14806 conftest
$ac_exeext conftest.
$ac_ext
14808 ac_res
=`eval echo '${'$as_ac_var'}'`
14809 { echo "$as_me:$LINENO: result: $ac_res" >&5
14810 echo "${ECHO_T}$ac_res" >&6; }
14811 if test `eval echo '${'$as_ac_var'}'` = yes; then
14812 cat >>confdefs.h
<<_ACEOF
14813 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14819 LIBS
="$ac_wine_check_funcs_save_LIBS"
14821 if test "x$with_esd" != xno
14823 save_CFLAGS
="$CFLAGS"
14824 # Extract the first word of "esd-config", so it can be a program name with args.
14825 set dummy esd-config
; ac_word
=$2
14826 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14827 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14828 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14829 echo $ECHO_N "(cached) $ECHO_C" >&6
14833 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
14836 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14837 for as_dir
in $PATH
14840 test -z "$as_dir" && as_dir
=.
14841 for ac_exec_ext
in '' $ac_executable_extensions; do
14842 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14843 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
14844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14851 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG
="no"
14855 ESDCONFIG
=$ac_cv_path_ESDCONFIG
14856 if test -n "$ESDCONFIG"; then
14857 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14858 echo "${ECHO_T}$ESDCONFIG" >&6; }
14860 { echo "$as_me:$LINENO: result: no" >&5
14861 echo "${ECHO_T}no" >&6; }
14865 if test "x$ESDCONFIG" != "xno"
14868 for i
in `$ESDCONFIG --cflags`
14871 -I*) ac_esd_incl
="$ac_esd_incl $i";;
14874 ac_esd_libs
=`$ESDCONFIG --libs`
14875 CFLAGS
="$CFLAGS $ac_esd_incl"
14877 ac_esd_libs
=${ac_esd_libs:-"-lesd"}
14878 if test "${ac_cv_header_esd_h+set}" = set; then
14879 { echo "$as_me:$LINENO: checking for esd.h" >&5
14880 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14881 if test "${ac_cv_header_esd_h+set}" = set; then
14882 echo $ECHO_N "(cached) $ECHO_C" >&6
14884 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14885 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14887 # Is the header compilable?
14888 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14889 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14890 cat >conftest.
$ac_ext <<_ACEOF
14893 cat confdefs.h
>>conftest.
$ac_ext
14894 cat >>conftest.
$ac_ext <<_ACEOF
14895 /* end confdefs.h. */
14896 $ac_includes_default
14899 rm -f conftest.
$ac_objext
14900 if { (ac_try
="$ac_compile"
14901 case "(($ac_try" in
14902 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14903 *) ac_try_echo=$ac_try;;
14905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14906 (eval "$ac_compile") 2>conftest.er1
14908 grep -v '^ *+' conftest.er1 >conftest.err
14910 cat conftest.err >&5
14911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14912 (exit $ac_status); } && {
14913 test -z "$ac_c_werror_flag" ||
14914 test ! -s conftest.err
14915 } && test -s conftest.$ac_objext; then
14916 ac_header_compiler=yes
14918 echo "$as_me: failed program was:" >&5
14919 sed 's/^/| /' conftest.$ac_ext >&5
14921 ac_header_compiler=no
14924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14925 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14926 echo "${ECHO_T}$ac_header_compiler" >&6; }
14928 # Is the header present?
14929 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14930 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14931 cat >conftest.$ac_ext <<_ACEOF
14934 cat confdefs.h >>conftest.$ac_ext
14935 cat >>conftest.$ac_ext <<_ACEOF
14936 /* end confdefs.h. */
14939 if { (ac_try="$ac_cpp conftest.$ac_ext"
14940 case "(($ac_try" in
14941 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14942 *) ac_try_echo
=$ac_try;;
14944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14945 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14947 grep -v '^ *+' conftest.er1
>conftest.err
14949 cat conftest.err
>&5
14950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14951 (exit $ac_status); } >/dev
/null
&& {
14952 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14953 test ! -s conftest.err
14955 ac_header_preproc
=yes
14957 echo "$as_me: failed program was:" >&5
14958 sed 's/^/| /' conftest.
$ac_ext >&5
14960 ac_header_preproc
=no
14963 rm -f conftest.err conftest.
$ac_ext
14964 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14965 echo "${ECHO_T}$ac_header_preproc" >&6; }
14967 # So? What about this header?
14968 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14970 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14971 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14972 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14973 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14974 ac_header_preproc
=yes
14977 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14978 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14979 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14980 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14981 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14982 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14983 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14984 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14985 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14986 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14987 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14988 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14990 ## ------------------------------------ ##
14991 ## Report this to wine-devel@winehq.org ##
14992 ## ------------------------------------ ##
14994 ) |
sed "s/^/$as_me: WARNING: /" >&2
14997 { echo "$as_me:$LINENO: checking for esd.h" >&5
14998 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14999 if test "${ac_cv_header_esd_h+set}" = set; then
15000 echo $ECHO_N "(cached) $ECHO_C" >&6
15002 ac_cv_header_esd_h
=$ac_header_preproc
15004 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15005 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15008 if test $ac_cv_header_esd_h = yes; then
15009 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15010 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15011 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15012 echo $ECHO_N "(cached) $ECHO_C" >&6
15014 ac_check_lib_save_LIBS
=$LIBS
15015 LIBS
="-lesd $ac_esd_libs $LIBS"
15016 cat >conftest.
$ac_ext <<_ACEOF
15019 cat confdefs.h
>>conftest.
$ac_ext
15020 cat >>conftest.
$ac_ext <<_ACEOF
15021 /* end confdefs.h. */
15023 /* Override any GCC internal prototype to avoid an error.
15024 Use char because int might match the return type of a GCC
15025 builtin and then its argument prototype would still apply. */
15029 char esd_open_sound ();
15033 return esd_open_sound ();
15038 rm -f conftest.
$ac_objext conftest
$ac_exeext
15039 if { (ac_try
="$ac_link"
15040 case "(($ac_try" in
15041 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15042 *) ac_try_echo=$ac_try;;
15044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15045 (eval "$ac_link") 2>conftest.er1
15047 grep -v '^ *+' conftest.er1 >conftest.err
15049 cat conftest.err >&5
15050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15051 (exit $ac_status); } && {
15052 test -z "$ac_c_werror_flag" ||
15053 test ! -s conftest.err
15054 } && test -s conftest$ac_exeext &&
15055 $as_test_x conftest$ac_exeext; then
15056 ac_cv_lib_esd_esd_open_sound=yes
15058 echo "$as_me: failed program was:" >&5
15059 sed 's/^/| /' conftest.$ac_ext >&5
15061 ac_cv_lib_esd_esd_open_sound=no
15064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15065 conftest$ac_exeext conftest.$ac_ext
15066 LIBS=$ac_check_lib_save_LIBS
15068 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15069 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15070 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15071 ESDINCL="$ac_esd_incl"
15073 ESDLIBS="$ac_esd_libs"
15076 cat >>confdefs.h <<\_ACEOF
15085 CFLAGS="$save_CFLAGS"
15088 if test "x$with_pulse" != "xno"; then
15089 if test "$PKG_CONFIG" != "false"; then
15090 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15091 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15092 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15093 have_pulseaudio="yes"
15095 have_pulseaudio="no"
15097 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15098 echo "${ECHO_T}$have_pulseaudio" >&6; }
15099 if test x"$have_pulseaudio" = xyes; then
15100 ac_pulse_libs=`$PKG_CONFIG --libs libpulse
`
15102 cat >>confdefs.h <<\_ACEOF
15103 #define HAVE_PULSEAUDIO 1
15106 PULSELIBS="$ac_pulse_libs"
15114 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15116 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15117 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15118 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15119 echo $ECHO_N "(cached) $ECHO_C" >&6
15121 ac_check_lib_save_LIBS=$LIBS
15122 LIBS="-lasound $LIBS"
15123 cat >conftest.$ac_ext <<_ACEOF
15126 cat confdefs.h >>conftest.$ac_ext
15127 cat >>conftest.$ac_ext <<_ACEOF
15128 /* end confdefs.h. */
15130 /* Override any GCC internal prototype to avoid an error.
15131 Use char because int might match the return type of a GCC
15132 builtin and then its argument prototype would still apply. */
15136 char snd_pcm_hw_params_get_access ();
15140 return snd_pcm_hw_params_get_access ();
15145 rm -f conftest.$ac_objext conftest$ac_exeext
15146 if { (ac_try="$ac_link"
15147 case "(($ac_try" in
15148 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15149 *) ac_try_echo
=$ac_try;;
15151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15152 (eval "$ac_link") 2>conftest.er1
15154 grep -v '^ *+' conftest.er1
>conftest.err
15156 cat conftest.err
>&5
15157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15158 (exit $ac_status); } && {
15159 test -z "$ac_c_werror_flag" ||
15160 test ! -s conftest.err
15161 } && test -s conftest
$ac_exeext &&
15162 $as_test_x conftest
$ac_exeext; then
15163 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
15165 echo "$as_me: failed program was:" >&5
15166 sed 's/^/| /' conftest.
$ac_ext >&5
15168 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
15171 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15172 conftest
$ac_exeext conftest.
$ac_ext
15173 LIBS
=$ac_check_lib_save_LIBS
15175 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15176 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15177 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15178 cat >conftest.
$ac_ext <<_ACEOF
15181 cat confdefs.h
>>conftest.
$ac_ext
15182 cat >>conftest.
$ac_ext <<_ACEOF
15183 /* end confdefs.h. */
15184 #ifdef HAVE_ALSA_ASOUNDLIB_H
15185 #include <alsa/asoundlib.h>
15186 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15187 #include <sys/asoundlib.h>
15192 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15197 rm -f conftest.
$ac_objext
15198 if { (ac_try
="$ac_compile"
15199 case "(($ac_try" in
15200 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15201 *) ac_try_echo=$ac_try;;
15203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15204 (eval "$ac_compile") 2>conftest.er1
15206 grep -v '^ *+' conftest.er1 >conftest.err
15208 cat conftest.err >&5
15209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15210 (exit $ac_status); } && {
15211 test -z "$ac_c_werror_flag" ||
15212 test ! -s conftest.err
15213 } && test -s conftest.$ac_objext; then
15215 cat >>confdefs.h <<\_ACEOF
15216 #define HAVE_ALSA 1
15219 ALSALIBS="-lasound"
15221 echo "$as_me: failed program was:" >&5
15222 sed 's/^/| /' conftest.$ac_ext >&5
15227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15234 if test "$ac_cv_header_libaudioio_h" = "yes"
15236 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15237 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15238 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15239 echo $ECHO_N "(cached) $ECHO_C" >&6
15241 ac_check_lib_save_LIBS=$LIBS
15242 LIBS="-laudioio $LIBS"
15243 cat >conftest.$ac_ext <<_ACEOF
15246 cat confdefs.h >>conftest.$ac_ext
15247 cat >>conftest.$ac_ext <<_ACEOF
15248 /* end confdefs.h. */
15250 /* Override any GCC internal prototype to avoid an error.
15251 Use char because int might match the return type of a GCC
15252 builtin and then its argument prototype would still apply. */
15256 char AudioIOGetVersion ();
15260 return AudioIOGetVersion ();
15265 rm -f conftest.$ac_objext conftest$ac_exeext
15266 if { (ac_try="$ac_link"
15267 case "(($ac_try" in
15268 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15269 *) ac_try_echo
=$ac_try;;
15271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15272 (eval "$ac_link") 2>conftest.er1
15274 grep -v '^ *+' conftest.er1
>conftest.err
15276 cat conftest.err
>&5
15277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15278 (exit $ac_status); } && {
15279 test -z "$ac_c_werror_flag" ||
15280 test ! -s conftest.err
15281 } && test -s conftest
$ac_exeext &&
15282 $as_test_x conftest
$ac_exeext; then
15283 ac_cv_lib_audioio_AudioIOGetVersion
=yes
15285 echo "$as_me: failed program was:" >&5
15286 sed 's/^/| /' conftest.
$ac_ext >&5
15288 ac_cv_lib_audioio_AudioIOGetVersion
=no
15291 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15292 conftest
$ac_exeext conftest.
$ac_ext
15293 LIBS
=$ac_check_lib_save_LIBS
15295 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15296 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15297 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15298 AUDIOIOLIBS
="-laudioio"
15300 cat >>confdefs.h
<<\_ACEOF
15301 #define HAVE_LIBAUDIOIO 1
15309 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15311 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15312 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15313 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15314 echo $ECHO_N "(cached) $ECHO_C" >&6
15316 ac_check_soname_save_LIBS
=$LIBS
15317 LIBS
="-lcapi20 $LIBS"
15318 cat >conftest.
$ac_ext <<_ACEOF
15321 cat confdefs.h
>>conftest.
$ac_ext
15322 cat >>conftest.
$ac_ext <<_ACEOF
15323 /* end confdefs.h. */
15325 /* Override any GCC internal prototype to avoid an error.
15326 Use char because int might match the return type of a GCC
15327 builtin and then its argument prototype would still apply. */
15331 char capi20_register ();
15335 return capi20_register ();
15340 rm -f conftest.
$ac_objext conftest
$ac_exeext
15341 if { (ac_try
="$ac_link"
15342 case "(($ac_try" in
15343 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15344 *) ac_try_echo=$ac_try;;
15346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15347 (eval "$ac_link") 2>conftest.er1
15349 grep -v '^ *+' conftest.er1 >conftest.err
15351 cat conftest.err >&5
15352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15353 (exit $ac_status); } && {
15354 test -z "$ac_c_werror_flag" ||
15355 test ! -s conftest.err
15356 } && test -s conftest$ac_exeext &&
15357 $as_test_x conftest$ac_exeext; then
15360 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'` ;;
15361 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcapi20\\.$LIBEXT" |
sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15364 echo "$as_me: failed program was:" >&5
15365 sed 's/^/| /' conftest.$ac_ext >&5
15370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15371 conftest$ac_exeext conftest.$ac_ext
15372 LIBS=$ac_check_soname_save_LIBS
15374 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15375 { echo "$as_me:$LINENO: result: not found" >&5
15376 echo "${ECHO_T}not found" >&6; }
15379 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15380 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15382 cat >>confdefs.h <<_ACEOF
15383 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15390 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15391 case "x$with_capi" in
15392 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15394 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15395 This is an error since --with-capi was requested." >&5
15396 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15397 This is an error since --with-capi was requested." >&2;}
15398 { (exit 1); exit 1; }; } ;;
15405 if test "x$with_cups" != "xno"
15407 ac_save_CPPFLAGS="$CPPFLAGS"
15408 ac_cups_cflags=`cups-config
--cflags 2>/dev
/null
`
15409 ac_cups_libs=`cups-config
--ldflags 2>/dev
/null
`
15410 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15412 for ac_header in cups/cups.h
15414 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15415 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15416 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15417 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15418 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15419 echo $ECHO_N "(cached) $ECHO_C" >&6
15421 ac_res=`eval echo '${'$as_ac_Header'}'`
15422 { echo "$as_me:$LINENO: result: $ac_res" >&5
15423 echo "${ECHO_T}$ac_res" >&6; }
15425 # Is the header compilable?
15426 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15427 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15428 cat >conftest.$ac_ext <<_ACEOF
15431 cat confdefs.h >>conftest.$ac_ext
15432 cat >>conftest.$ac_ext <<_ACEOF
15433 /* end confdefs.h. */
15434 $ac_includes_default
15435 #include <$ac_header>
15437 rm -f conftest.$ac_objext
15438 if { (ac_try="$ac_compile"
15439 case "(($ac_try" in
15440 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15441 *) ac_try_echo
=$ac_try;;
15443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15444 (eval "$ac_compile") 2>conftest.er1
15446 grep -v '^ *+' conftest.er1
>conftest.err
15448 cat conftest.err
>&5
15449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15450 (exit $ac_status); } && {
15451 test -z "$ac_c_werror_flag" ||
15452 test ! -s conftest.err
15453 } && test -s conftest.
$ac_objext; then
15454 ac_header_compiler
=yes
15456 echo "$as_me: failed program was:" >&5
15457 sed 's/^/| /' conftest.
$ac_ext >&5
15459 ac_header_compiler
=no
15462 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15463 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15464 echo "${ECHO_T}$ac_header_compiler" >&6; }
15466 # Is the header present?
15467 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15468 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15469 cat >conftest.
$ac_ext <<_ACEOF
15472 cat confdefs.h
>>conftest.
$ac_ext
15473 cat >>conftest.
$ac_ext <<_ACEOF
15474 /* end confdefs.h. */
15475 #include <$ac_header>
15477 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15478 case "(($ac_try" in
15479 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15480 *) ac_try_echo=$ac_try;;
15482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15483 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15485 grep -v '^ *+' conftest.er1 >conftest.err
15487 cat conftest.err >&5
15488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15489 (exit $ac_status); } >/dev/null && {
15490 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15491 test ! -s conftest.err
15493 ac_header_preproc=yes
15495 echo "$as_me: failed program was:" >&5
15496 sed 's/^/| /' conftest.$ac_ext >&5
15498 ac_header_preproc=no
15501 rm -f conftest.err conftest.$ac_ext
15502 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15503 echo "${ECHO_T}$ac_header_preproc" >&6; }
15505 # So? What about this header?
15506 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15508 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15509 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15510 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15511 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15512 ac_header_preproc=yes
15515 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15516 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15517 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15518 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15519 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15520 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15521 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15522 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15523 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15524 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15525 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15526 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15528 ## ------------------------------------ ##
15529 ## Report this to wine-devel@winehq.org ##
15530 ## ------------------------------------ ##
15532 ) | sed "s/^/$as_me: WARNING: /" >&2
15535 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15536 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15537 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15538 echo $ECHO_N "(cached) $ECHO_C" >&6
15540 eval "$as_ac_Header=\$ac_header_preproc"
15542 ac_res=`eval echo '${'$as_ac_Header'}'`
15543 { echo "$as_me:$LINENO: result: $ac_res" >&5
15544 echo "${ECHO_T}$ac_res" >&6; }
15547 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15548 cat >>confdefs.h <<_ACEOF
15549 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15551 { echo "$as_me:$LINENO: checking for -lcups" >&5
15552 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15553 if test "${ac_cv_lib_soname_cups+set}" = set; then
15554 echo $ECHO_N "(cached) $ECHO_C" >&6
15556 ac_check_soname_save_LIBS=$LIBS
15557 LIBS="-lcups $ac_cups_libs $LIBS"
15558 cat >conftest.$ac_ext <<_ACEOF
15561 cat confdefs.h >>conftest.$ac_ext
15562 cat >>conftest.$ac_ext <<_ACEOF
15563 /* end confdefs.h. */
15565 /* Override any GCC internal prototype to avoid an error.
15566 Use char because int might match the return type of a GCC
15567 builtin and then its argument prototype would still apply. */
15571 char cupsGetDefault ();
15575 return cupsGetDefault ();
15580 rm -f conftest.$ac_objext conftest$ac_exeext
15581 if { (ac_try="$ac_link"
15582 case "(($ac_try" in
15583 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15584 *) ac_try_echo
=$ac_try;;
15586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15587 (eval "$ac_link") 2>conftest.er1
15589 grep -v '^ *+' conftest.er1
>conftest.err
15591 cat conftest.err
>&5
15592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15593 (exit $ac_status); } && {
15594 test -z "$ac_c_werror_flag" ||
15595 test ! -s conftest.err
15596 } && test -s conftest
$ac_exeext &&
15597 $as_test_x conftest
$ac_exeext; then
15600 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'` ;;
15601 *) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15604 echo "$as_me: failed program was:" >&5
15605 sed 's/^/| /' conftest.
$ac_ext >&5
15610 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15611 conftest
$ac_exeext conftest.
$ac_ext
15612 LIBS
=$ac_check_soname_save_LIBS
15614 if test "x$ac_cv_lib_soname_cups" = "x"; then
15615 { echo "$as_me:$LINENO: result: not found" >&5
15616 echo "${ECHO_T}not found" >&6; }
15619 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15620 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15622 cat >>confdefs.h
<<_ACEOF
15623 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15626 CUPSINCL
="$ac_cups_cflags"
15633 CPPFLAGS
="$ac_save_CPPFLAGS"
15635 if test "x$ac_cv_lib_soname_cups" = "x"; then
15636 case "x$with_cups" in
15637 x
) wine_notices
="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15639 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15640 This is an error since --with-cups was requested." >&5
15641 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15642 This is an error since --with-cups was requested." >&2;}
15643 { (exit 1); exit 1; }; } ;;
15648 if test "$ac_cv_header_jack_jack_h" = "yes"
15650 { echo "$as_me:$LINENO: checking for -ljack" >&5
15651 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15652 if test "${ac_cv_lib_soname_jack+set}" = set; then
15653 echo $ECHO_N "(cached) $ECHO_C" >&6
15655 ac_check_soname_save_LIBS
=$LIBS
15656 LIBS
="-ljack $LIBS"
15657 cat >conftest.
$ac_ext <<_ACEOF
15660 cat confdefs.h
>>conftest.
$ac_ext
15661 cat >>conftest.
$ac_ext <<_ACEOF
15662 /* end confdefs.h. */
15664 /* Override any GCC internal prototype to avoid an error.
15665 Use char because int might match the return type of a GCC
15666 builtin and then its argument prototype would still apply. */
15670 char jack_client_new ();
15674 return jack_client_new ();
15679 rm -f conftest.
$ac_objext conftest
$ac_exeext
15680 if { (ac_try
="$ac_link"
15681 case "(($ac_try" in
15682 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15683 *) ac_try_echo=$ac_try;;
15685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15686 (eval "$ac_link") 2>conftest.er1
15688 grep -v '^ *+' conftest.er1 >conftest.err
15690 cat conftest.err >&5
15691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15692 (exit $ac_status); } && {
15693 test -z "$ac_c_werror_flag" ||
15694 test ! -s conftest.err
15695 } && test -s conftest$ac_exeext &&
15696 $as_test_x conftest$ac_exeext; then
15699 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'` ;;
15700 *) 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'` ;;
15703 echo "$as_me: failed program was:" >&5
15704 sed 's/^/| /' conftest.$ac_ext >&5
15709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15710 conftest$ac_exeext conftest.$ac_ext
15711 LIBS=$ac_check_soname_save_LIBS
15713 if test "x$ac_cv_lib_soname_jack" = "x"; then
15714 { echo "$as_me:$LINENO: result: not found" >&5
15715 echo "${ECHO_T}not found" >&6; }
15718 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15719 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15721 cat >>confdefs.h <<_ACEOF
15722 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15730 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15732 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15733 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15734 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15735 echo $ECHO_N "(cached) $ECHO_C" >&6
15737 ac_check_soname_save_LIBS=$LIBS
15738 LIBS="-lfontconfig $LIBS"
15739 cat >conftest.$ac_ext <<_ACEOF
15742 cat confdefs.h >>conftest.$ac_ext
15743 cat >>conftest.$ac_ext <<_ACEOF
15744 /* end confdefs.h. */
15746 /* Override any GCC internal prototype to avoid an error.
15747 Use char because int might match the return type of a GCC
15748 builtin and then its argument prototype would still apply. */
15761 rm -f conftest.$ac_objext conftest$ac_exeext
15762 if { (ac_try="$ac_link"
15763 case "(($ac_try" in
15764 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15765 *) ac_try_echo
=$ac_try;;
15767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15768 (eval "$ac_link") 2>conftest.er1
15770 grep -v '^ *+' conftest.er1
>conftest.err
15772 cat conftest.err
>&5
15773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15774 (exit $ac_status); } && {
15775 test -z "$ac_c_werror_flag" ||
15776 test ! -s conftest.err
15777 } && test -s conftest
$ac_exeext &&
15778 $as_test_x conftest
$ac_exeext; then
15781 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'` ;;
15782 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15785 echo "$as_me: failed program was:" >&5
15786 sed 's/^/| /' conftest.
$ac_ext >&5
15791 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15792 conftest
$ac_exeext conftest.
$ac_ext
15793 LIBS
=$ac_check_soname_save_LIBS
15795 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15796 { echo "$as_me:$LINENO: result: not found" >&5
15797 echo "${ECHO_T}not found" >&6; }
15800 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15801 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15803 cat >>confdefs.h
<<_ACEOF
15804 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15810 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15812 ac_save_CPPFLAGS
="$CPPFLAGS"
15813 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
15814 $as_unset ac_cv_header_fontconfig_fontconfig_h
15816 for ac_header
in fontconfig
/fontconfig.h
15818 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15819 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15820 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15821 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15822 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15823 echo $ECHO_N "(cached) $ECHO_C" >&6
15825 ac_res
=`eval echo '${'$as_ac_Header'}'`
15826 { echo "$as_me:$LINENO: result: $ac_res" >&5
15827 echo "${ECHO_T}$ac_res" >&6; }
15829 # Is the header compilable?
15830 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15831 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15832 cat >conftest.
$ac_ext <<_ACEOF
15835 cat confdefs.h
>>conftest.
$ac_ext
15836 cat >>conftest.
$ac_ext <<_ACEOF
15837 /* end confdefs.h. */
15838 $ac_includes_default
15839 #include <$ac_header>
15841 rm -f conftest.
$ac_objext
15842 if { (ac_try
="$ac_compile"
15843 case "(($ac_try" in
15844 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15845 *) ac_try_echo=$ac_try;;
15847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15848 (eval "$ac_compile") 2>conftest.er1
15850 grep -v '^ *+' conftest.er1 >conftest.err
15852 cat conftest.err >&5
15853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15854 (exit $ac_status); } && {
15855 test -z "$ac_c_werror_flag" ||
15856 test ! -s conftest.err
15857 } && test -s conftest.$ac_objext; then
15858 ac_header_compiler=yes
15860 echo "$as_me: failed program was:" >&5
15861 sed 's/^/| /' conftest.$ac_ext >&5
15863 ac_header_compiler=no
15866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15867 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15868 echo "${ECHO_T}$ac_header_compiler" >&6; }
15870 # Is the header present?
15871 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15872 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15873 cat >conftest.$ac_ext <<_ACEOF
15876 cat confdefs.h >>conftest.$ac_ext
15877 cat >>conftest.$ac_ext <<_ACEOF
15878 /* end confdefs.h. */
15879 #include <$ac_header>
15881 if { (ac_try="$ac_cpp conftest.$ac_ext"
15882 case "(($ac_try" in
15883 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15884 *) ac_try_echo
=$ac_try;;
15886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15887 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15889 grep -v '^ *+' conftest.er1
>conftest.err
15891 cat conftest.err
>&5
15892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15893 (exit $ac_status); } >/dev
/null
&& {
15894 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15895 test ! -s conftest.err
15897 ac_header_preproc
=yes
15899 echo "$as_me: failed program was:" >&5
15900 sed 's/^/| /' conftest.
$ac_ext >&5
15902 ac_header_preproc
=no
15905 rm -f conftest.err conftest.
$ac_ext
15906 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15907 echo "${ECHO_T}$ac_header_preproc" >&6; }
15909 # So? What about this header?
15910 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15912 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15913 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15914 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15915 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15916 ac_header_preproc
=yes
15919 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15920 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15921 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15922 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15923 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15924 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15925 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15926 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15927 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15928 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15929 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15930 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15932 ## ------------------------------------ ##
15933 ## Report this to wine-devel@winehq.org ##
15934 ## ------------------------------------ ##
15936 ) |
sed "s/^/$as_me: WARNING: /" >&2
15939 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15941 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15942 echo $ECHO_N "(cached) $ECHO_C" >&6
15944 eval "$as_ac_Header=\$ac_header_preproc"
15946 ac_res
=`eval echo '${'$as_ac_Header'}'`
15947 { echo "$as_me:$LINENO: result: $ac_res" >&5
15948 echo "${ECHO_T}$ac_res" >&6; }
15951 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15952 cat >>confdefs.h
<<_ACEOF
15953 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15960 CPPFLAGS
="$ac_save_CPPFLAGS"
15961 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15963 FONTCONFIGINCL
="$X_CFLAGS"
15965 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15966 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15967 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15968 echo $ECHO_N "(cached) $ECHO_C" >&6
15970 ac_check_soname_save_LIBS
=$LIBS
15971 LIBS
="-lfontconfig $X_LIBS $LIBS"
15972 cat >conftest.
$ac_ext <<_ACEOF
15975 cat confdefs.h
>>conftest.
$ac_ext
15976 cat >>conftest.
$ac_ext <<_ACEOF
15977 /* end confdefs.h. */
15979 /* Override any GCC internal prototype to avoid an error.
15980 Use char because int might match the return type of a GCC
15981 builtin and then its argument prototype would still apply. */
15994 rm -f conftest.
$ac_objext conftest
$ac_exeext
15995 if { (ac_try
="$ac_link"
15996 case "(($ac_try" in
15997 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15998 *) ac_try_echo=$ac_try;;
16000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16001 (eval "$ac_link") 2>conftest.er1
16003 grep -v '^ *+' conftest.er1 >conftest.err
16005 cat conftest.err >&5
16006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16007 (exit $ac_status); } && {
16008 test -z "$ac_c_werror_flag" ||
16009 test ! -s conftest.err
16010 } && test -s conftest$ac_exeext &&
16011 $as_test_x conftest$ac_exeext; then
16014 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'` ;;
16015 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16018 echo "$as_me: failed program was:" >&5
16019 sed 's/^/| /' conftest.$ac_ext >&5
16024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16025 conftest$ac_exeext conftest.$ac_ext
16026 LIBS=$ac_check_soname_save_LIBS
16028 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16029 { echo "$as_me:$LINENO: result: not found" >&5
16030 echo "${ECHO_T}not found" >&6; }
16033 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16034 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16036 cat >>confdefs.h <<_ACEOF
16037 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16045 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16046 case "x$with_fontconfig" in
16047 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16049 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16050 This is an error since --with-fontconfig was requested." >&5
16051 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16052 This is an error since --with-fontconfig was requested." >&2;}
16053 { (exit 1); exit 1; }; } ;;
16058 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16060 { echo "$as_me:$LINENO: checking for -lssl" >&5
16061 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16062 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16063 echo $ECHO_N "(cached) $ECHO_C" >&6
16065 ac_check_soname_save_LIBS=$LIBS
16067 cat >conftest.$ac_ext <<_ACEOF
16070 cat confdefs.h >>conftest.$ac_ext
16071 cat >>conftest.$ac_ext <<_ACEOF
16072 /* end confdefs.h. */
16074 /* Override any GCC internal prototype to avoid an error.
16075 Use char because int might match the return type of a GCC
16076 builtin and then its argument prototype would still apply. */
16080 char SSL_library_init ();
16084 return SSL_library_init ();
16089 rm -f conftest.$ac_objext conftest$ac_exeext
16090 if { (ac_try="$ac_link"
16091 case "(($ac_try" in
16092 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16093 *) ac_try_echo
=$ac_try;;
16095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16096 (eval "$ac_link") 2>conftest.er1
16098 grep -v '^ *+' conftest.er1
>conftest.err
16100 cat conftest.err
>&5
16101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16102 (exit $ac_status); } && {
16103 test -z "$ac_c_werror_flag" ||
16104 test ! -s conftest.err
16105 } && test -s conftest
$ac_exeext &&
16106 $as_test_x conftest
$ac_exeext; then
16109 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'` ;;
16110 *) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16113 echo "$as_me: failed program was:" >&5
16114 sed 's/^/| /' conftest.
$ac_ext >&5
16119 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16120 conftest
$ac_exeext conftest.
$ac_ext
16121 LIBS
=$ac_check_soname_save_LIBS
16123 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16124 { echo "$as_me:$LINENO: result: not found" >&5
16125 echo "${ECHO_T}not found" >&6; }
16128 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16129 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16131 cat >>confdefs.h
<<_ACEOF
16132 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16138 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16139 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16140 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16141 echo $ECHO_N "(cached) $ECHO_C" >&6
16143 ac_check_soname_save_LIBS
=$LIBS
16144 LIBS
="-lcrypto $LIBS"
16145 cat >conftest.
$ac_ext <<_ACEOF
16148 cat confdefs.h
>>conftest.
$ac_ext
16149 cat >>conftest.
$ac_ext <<_ACEOF
16150 /* end confdefs.h. */
16152 /* Override any GCC internal prototype to avoid an error.
16153 Use char because int might match the return type of a GCC
16154 builtin and then its argument prototype would still apply. */
16158 char BIO_new_socket ();
16162 return BIO_new_socket ();
16167 rm -f conftest.
$ac_objext conftest
$ac_exeext
16168 if { (ac_try
="$ac_link"
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_link") 2>conftest.er1
16176 grep -v '^ *+' conftest.er1 >conftest.err
16178 cat conftest.err >&5
16179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); } && {
16181 test -z "$ac_c_werror_flag" ||
16182 test ! -s conftest.err
16183 } && test -s conftest$ac_exeext &&
16184 $as_test_x conftest$ac_exeext; then
16187 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'` ;;
16188 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcrypto\\.$LIBEXT" |
sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16191 echo "$as_me: failed program was:" >&5
16192 sed 's/^/| /' conftest.$ac_ext >&5
16197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16198 conftest$ac_exeext conftest.$ac_ext
16199 LIBS=$ac_check_soname_save_LIBS
16201 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16202 { echo "$as_me:$LINENO: result: not found" >&5
16203 echo "${ECHO_T}not found" >&6; }
16206 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16207 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16209 cat >>confdefs.h <<_ACEOF
16210 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16217 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16218 case "x$with_openssl" in
16219 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16221 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16222 This is an error since --with-openssl was requested." >&5
16223 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16224 This is an error since --with-openssl was requested." >&2;}
16225 { (exit 1); exit 1; }; } ;;
16230 if test "$ac_cv_header_jpeglib_h" = "yes"
16232 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16233 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16234 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16235 echo $ECHO_N "(cached) $ECHO_C" >&6
16237 ac_check_soname_save_LIBS=$LIBS
16238 LIBS="-ljpeg $LIBS"
16239 cat >conftest.$ac_ext <<_ACEOF
16242 cat confdefs.h >>conftest.$ac_ext
16243 cat >>conftest.$ac_ext <<_ACEOF
16244 /* end confdefs.h. */
16246 /* Override any GCC internal prototype to avoid an error.
16247 Use char because int might match the return type of a GCC
16248 builtin and then its argument prototype would still apply. */
16252 char jpeg_start_decompress ();
16256 return jpeg_start_decompress ();
16261 rm -f conftest.$ac_objext conftest$ac_exeext
16262 if { (ac_try="$ac_link"
16263 case "(($ac_try" in
16264 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16265 *) ac_try_echo
=$ac_try;;
16267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16268 (eval "$ac_link") 2>conftest.er1
16270 grep -v '^ *+' conftest.er1
>conftest.err
16272 cat conftest.err
>&5
16273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16274 (exit $ac_status); } && {
16275 test -z "$ac_c_werror_flag" ||
16276 test ! -s conftest.err
16277 } && test -s conftest
$ac_exeext &&
16278 $as_test_x conftest
$ac_exeext; then
16281 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'` ;;
16282 *) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16285 echo "$as_me: failed program was:" >&5
16286 sed 's/^/| /' conftest.
$ac_ext >&5
16291 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16292 conftest
$ac_exeext conftest.
$ac_ext
16293 LIBS
=$ac_check_soname_save_LIBS
16295 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16296 { echo "$as_me:$LINENO: result: not found" >&5
16297 echo "${ECHO_T}not found" >&6; }
16300 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16301 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16303 cat >>confdefs.h
<<_ACEOF
16304 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16311 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16312 case "x$with_jpeg" in
16313 x
) wine_warnings
="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16315 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16316 This is an error since --with-jpeg was requested." >&5
16317 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16318 This is an error since --with-jpeg was requested." >&2;}
16319 { (exit 1); exit 1; }; } ;;
16324 if test "$ac_cv_header_png_h" = "yes"
16326 { echo "$as_me:$LINENO: checking for -lpng" >&5
16327 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16328 if test "${ac_cv_lib_soname_png+set}" = set; then
16329 echo $ECHO_N "(cached) $ECHO_C" >&6
16331 ac_check_soname_save_LIBS
=$LIBS
16332 LIBS
="-lpng -lm -lz $LIBS"
16333 cat >conftest.
$ac_ext <<_ACEOF
16336 cat confdefs.h
>>conftest.
$ac_ext
16337 cat >>conftest.
$ac_ext <<_ACEOF
16338 /* end confdefs.h. */
16340 /* Override any GCC internal prototype to avoid an error.
16341 Use char because int might match the return type of a GCC
16342 builtin and then its argument prototype would still apply. */
16346 char png_create_read_struct ();
16350 return png_create_read_struct ();
16355 rm -f conftest.
$ac_objext conftest
$ac_exeext
16356 if { (ac_try
="$ac_link"
16357 case "(($ac_try" in
16358 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16359 *) ac_try_echo=$ac_try;;
16361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16362 (eval "$ac_link") 2>conftest.er1
16364 grep -v '^ *+' conftest.er1 >conftest.err
16366 cat conftest.err >&5
16367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16368 (exit $ac_status); } && {
16369 test -z "$ac_c_werror_flag" ||
16370 test ! -s conftest.err
16371 } && test -s conftest$ac_exeext &&
16372 $as_test_x conftest$ac_exeext; then
16375 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'` ;;
16376 *) 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'` ;;
16379 echo "$as_me: failed program was:" >&5
16380 sed 's/^/| /' conftest.$ac_ext >&5
16385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16386 conftest$ac_exeext conftest.$ac_ext
16387 LIBS=$ac_check_soname_save_LIBS
16389 if test "x$ac_cv_lib_soname_png" = "x"; then
16390 { echo "$as_me:$LINENO: result: not found" >&5
16391 echo "${ECHO_T}not found" >&6; }
16394 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16395 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16397 cat >>confdefs.h <<_ACEOF
16398 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16405 if test "x$ac_cv_lib_soname_png" = "x"; then
16406 case "x$with_png" in
16407 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16409 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16410 This is an error since --with-png was requested." >&5
16411 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16412 This is an error since --with-png was requested." >&2;}
16413 { (exit 1); exit 1; }; } ;;
16418 if test "$ac_cv_header_kstat_h" = "yes"
16420 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16421 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16422 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16423 echo $ECHO_N "(cached) $ECHO_C" >&6
16425 ac_check_lib_save_LIBS=$LIBS
16426 LIBS="-lkstat $LIBS"
16427 cat >conftest.$ac_ext <<_ACEOF
16430 cat confdefs.h >>conftest.$ac_ext
16431 cat >>conftest.$ac_ext <<_ACEOF
16432 /* end confdefs.h. */
16434 /* Override any GCC internal prototype to avoid an error.
16435 Use char because int might match the return type of a GCC
16436 builtin and then its argument prototype would still apply. */
16440 char kstat_open ();
16444 return kstat_open ();
16449 rm -f conftest.$ac_objext conftest$ac_exeext
16450 if { (ac_try="$ac_link"
16451 case "(($ac_try" in
16452 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16453 *) ac_try_echo
=$ac_try;;
16455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16456 (eval "$ac_link") 2>conftest.er1
16458 grep -v '^ *+' conftest.er1
>conftest.err
16460 cat conftest.err
>&5
16461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16462 (exit $ac_status); } && {
16463 test -z "$ac_c_werror_flag" ||
16464 test ! -s conftest.err
16465 } && test -s conftest
$ac_exeext &&
16466 $as_test_x conftest
$ac_exeext; then
16467 ac_cv_lib_kstat_kstat_open
=yes
16469 echo "$as_me: failed program was:" >&5
16470 sed 's/^/| /' conftest.
$ac_ext >&5
16472 ac_cv_lib_kstat_kstat_open
=no
16475 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16476 conftest
$ac_exeext conftest.
$ac_ext
16477 LIBS
=$ac_check_lib_save_LIBS
16479 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16480 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16481 if test $ac_cv_lib_kstat_kstat_open = yes; then
16483 cat >>confdefs.h
<<\_ACEOF
16484 #define HAVE_LIBKSTAT 1
16493 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16494 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16495 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16496 echo $ECHO_N "(cached) $ECHO_C" >&6
16498 ac_check_soname_save_LIBS
=$LIBS
16499 LIBS
="-lodbc $LIBS"
16500 cat >conftest.
$ac_ext <<_ACEOF
16503 cat confdefs.h
>>conftest.
$ac_ext
16504 cat >>conftest.
$ac_ext <<_ACEOF
16505 /* end confdefs.h. */
16507 /* Override any GCC internal prototype to avoid an error.
16508 Use char because int might match the return type of a GCC
16509 builtin and then its argument prototype would still apply. */
16513 char SQLConnect ();
16517 return SQLConnect ();
16522 rm -f conftest.
$ac_objext conftest
$ac_exeext
16523 if { (ac_try
="$ac_link"
16524 case "(($ac_try" in
16525 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16526 *) ac_try_echo=$ac_try;;
16528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16529 (eval "$ac_link") 2>conftest.er1
16531 grep -v '^ *+' conftest.er1 >conftest.err
16533 cat conftest.err >&5
16534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16535 (exit $ac_status); } && {
16536 test -z "$ac_c_werror_flag" ||
16537 test ! -s conftest.err
16538 } && test -s conftest$ac_exeext &&
16539 $as_test_x conftest$ac_exeext; then
16542 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'` ;;
16543 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16546 echo "$as_me: failed program was:" >&5
16547 sed 's/^/| /' conftest.$ac_ext >&5
16552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16553 conftest$ac_exeext conftest.$ac_ext
16554 LIBS=$ac_check_soname_save_LIBS
16556 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16557 { echo "$as_me:$LINENO: result: not found" >&5
16558 echo "${ECHO_T}not found" >&6; }
16559 cat >>confdefs.h <<_ACEOF
16560 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16564 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16565 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16567 cat >>confdefs.h <<_ACEOF
16568 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16575 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16576 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16577 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16578 "$ac_cv_header_soundcard_h" != "yes" -a \
16579 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16581 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16587 if test "x${GCC}" = "xyes"
16589 EXTRACFLAGS="-Wall -pipe"
16591 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16592 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16593 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16594 echo $ECHO_N "(cached) $ECHO_C" >&6
16596 if test "$cross_compiling" = yes; then
16597 ac_cv_c_gcc_strength_bug="yes"
16599 cat >conftest.$ac_ext <<_ACEOF
16602 cat confdefs.h >>conftest.$ac_ext
16603 cat >>conftest.$ac_ext <<_ACEOF
16604 /* end confdefs.h. */
16605 int L[4] = {0,1,2,3};
16609 static int Array[3];
16610 unsigned int B = 3;
16612 for(i=0; i<B; i++) Array[i] = i - 3;
16613 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16615 return (Array[1] != -2 || L[2] != 3)
16620 rm -f conftest$ac_exeext
16621 if { (ac_try="$ac_link"
16622 case "(($ac_try" in
16623 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16624 *) ac_try_echo
=$ac_try;;
16626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16627 (eval "$ac_link") 2>&5
16629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16630 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16631 { (case "(($ac_try" in
16632 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16633 *) ac_try_echo=$ac_try;;
16635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16636 (eval "$ac_try") 2>&5
16638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16639 (exit $ac_status); }; }; then
16640 ac_cv_c_gcc_strength_bug="no"
16642 echo "$as_me: program exited with status $ac_status" >&5
16643 echo "$as_me: failed program was:" >&5
16644 sed 's/^/| /' conftest.$ac_ext >&5
16646 ( exit $ac_status )
16647 ac_cv_c_gcc_strength_bug="yes"
16649 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16654 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16655 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16656 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16658 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16661 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16662 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16663 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16664 echo $ECHO_N "(cached) $ECHO_C" >&6
16666 ac_wine_try_cflags_saved=$CFLAGS
16667 CFLAGS="$CFLAGS -fno-builtin"
16668 cat >conftest.$ac_ext <<_ACEOF
16671 cat confdefs.h >>conftest.$ac_ext
16672 cat >>conftest.$ac_ext <<_ACEOF
16673 /* end confdefs.h. */
16683 rm -f conftest.$ac_objext conftest$ac_exeext
16684 if { (ac_try="$ac_link"
16685 case "(($ac_try" in
16686 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16687 *) ac_try_echo
=$ac_try;;
16689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16690 (eval "$ac_link") 2>conftest.er1
16692 grep -v '^ *+' conftest.er1
>conftest.err
16694 cat conftest.err
>&5
16695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16696 (exit $ac_status); } && {
16697 test -z "$ac_c_werror_flag" ||
16698 test ! -s conftest.err
16699 } && test -s conftest
$ac_exeext &&
16700 $as_test_x conftest
$ac_exeext; then
16701 ac_cv_cflags__fno_builtin
=yes
16703 echo "$as_me: failed program was:" >&5
16704 sed 's/^/| /' conftest.
$ac_ext >&5
16706 ac_cv_cflags__fno_builtin
=no
16709 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16710 conftest
$ac_exeext conftest.
$ac_ext
16711 CFLAGS
=$ac_wine_try_cflags_saved
16713 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16714 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16715 if test $ac_cv_cflags__fno_builtin = yes; then
16716 BUILTINFLAG
="-fno-builtin"
16720 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16721 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16722 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16723 echo $ECHO_N "(cached) $ECHO_C" >&6
16725 ac_wine_try_cflags_saved
=$CFLAGS
16726 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16727 cat >conftest.
$ac_ext <<_ACEOF
16730 cat confdefs.h
>>conftest.
$ac_ext
16731 cat >>conftest.
$ac_ext <<_ACEOF
16732 /* end confdefs.h. */
16742 rm -f conftest.
$ac_objext conftest
$ac_exeext
16743 if { (ac_try
="$ac_link"
16744 case "(($ac_try" in
16745 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16746 *) ac_try_echo=$ac_try;;
16748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16749 (eval "$ac_link") 2>conftest.er1
16751 grep -v '^ *+' conftest.er1 >conftest.err
16753 cat conftest.err >&5
16754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16755 (exit $ac_status); } && {
16756 test -z "$ac_c_werror_flag" ||
16757 test ! -s conftest.err
16758 } && test -s conftest$ac_exeext &&
16759 $as_test_x conftest$ac_exeext; then
16760 ac_cv_cflags__fno_strict_aliasing=yes
16762 echo "$as_me: failed program was:" >&5
16763 sed 's/^/| /' conftest.$ac_ext >&5
16765 ac_cv_cflags__fno_strict_aliasing=no
16768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16769 conftest$ac_exeext conftest.$ac_ext
16770 CFLAGS=$ac_wine_try_cflags_saved
16772 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16773 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16774 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16775 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16778 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16779 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16780 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16781 echo $ECHO_N "(cached) $ECHO_C" >&6
16783 ac_wine_try_cflags_saved=$CFLAGS
16784 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16785 cat >conftest.$ac_ext <<_ACEOF
16788 cat confdefs.h >>conftest.$ac_ext
16789 cat >>conftest.$ac_ext <<_ACEOF
16790 /* end confdefs.h. */
16800 rm -f conftest.$ac_objext conftest$ac_exeext
16801 if { (ac_try="$ac_link"
16802 case "(($ac_try" in
16803 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16804 *) ac_try_echo
=$ac_try;;
16806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16807 (eval "$ac_link") 2>conftest.er1
16809 grep -v '^ *+' conftest.er1
>conftest.err
16811 cat conftest.err
>&5
16812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16813 (exit $ac_status); } && {
16814 test -z "$ac_c_werror_flag" ||
16815 test ! -s conftest.err
16816 } && test -s conftest
$ac_exeext &&
16817 $as_test_x conftest
$ac_exeext; then
16818 ac_cv_cflags__Wdeclaration_after_statement
=yes
16820 echo "$as_me: failed program was:" >&5
16821 sed 's/^/| /' conftest.
$ac_ext >&5
16823 ac_cv_cflags__Wdeclaration_after_statement
=no
16826 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16827 conftest
$ac_exeext conftest.
$ac_ext
16828 CFLAGS
=$ac_wine_try_cflags_saved
16830 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16831 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16832 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16833 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16836 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16837 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16838 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16839 echo $ECHO_N "(cached) $ECHO_C" >&6
16841 ac_wine_try_cflags_saved
=$CFLAGS
16842 CFLAGS
="$CFLAGS -Wwrite-strings"
16843 cat >conftest.
$ac_ext <<_ACEOF
16846 cat confdefs.h
>>conftest.
$ac_ext
16847 cat >>conftest.
$ac_ext <<_ACEOF
16848 /* end confdefs.h. */
16858 rm -f conftest.
$ac_objext conftest
$ac_exeext
16859 if { (ac_try
="$ac_link"
16860 case "(($ac_try" in
16861 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16862 *) ac_try_echo=$ac_try;;
16864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16865 (eval "$ac_link") 2>conftest.er1
16867 grep -v '^ *+' conftest.er1 >conftest.err
16869 cat conftest.err >&5
16870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871 (exit $ac_status); } && {
16872 test -z "$ac_c_werror_flag" ||
16873 test ! -s conftest.err
16874 } && test -s conftest$ac_exeext &&
16875 $as_test_x conftest$ac_exeext; then
16876 ac_cv_cflags__Wwrite_strings=yes
16878 echo "$as_me: failed program was:" >&5
16879 sed 's/^/| /' conftest.$ac_ext >&5
16881 ac_cv_cflags__Wwrite_strings=no
16884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16885 conftest$ac_exeext conftest.$ac_ext
16886 CFLAGS=$ac_wine_try_cflags_saved
16888 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16889 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16890 if test $ac_cv_cflags__Wwrite_strings = yes; then
16891 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16894 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16895 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16896 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16897 echo $ECHO_N "(cached) $ECHO_C" >&6
16899 ac_wine_try_cflags_saved=$CFLAGS
16900 CFLAGS="$CFLAGS -Wtype-limits"
16901 cat >conftest.$ac_ext <<_ACEOF
16904 cat confdefs.h >>conftest.$ac_ext
16905 cat >>conftest.$ac_ext <<_ACEOF
16906 /* end confdefs.h. */
16916 rm -f conftest.$ac_objext conftest$ac_exeext
16917 if { (ac_try="$ac_link"
16918 case "(($ac_try" in
16919 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16920 *) ac_try_echo
=$ac_try;;
16922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16923 (eval "$ac_link") 2>conftest.er1
16925 grep -v '^ *+' conftest.er1
>conftest.err
16927 cat conftest.err
>&5
16928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16929 (exit $ac_status); } && {
16930 test -z "$ac_c_werror_flag" ||
16931 test ! -s conftest.err
16932 } && test -s conftest
$ac_exeext &&
16933 $as_test_x conftest
$ac_exeext; then
16934 ac_cv_cflags__Wtype_limits
=yes
16936 echo "$as_me: failed program was:" >&5
16937 sed 's/^/| /' conftest.
$ac_ext >&5
16939 ac_cv_cflags__Wtype_limits
=no
16942 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16943 conftest
$ac_exeext conftest.
$ac_ext
16944 CFLAGS
=$ac_wine_try_cflags_saved
16946 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16947 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16948 if test $ac_cv_cflags__Wtype_limits = yes; then
16949 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16953 saved_CFLAGS
="$CFLAGS"
16954 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16955 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16956 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16957 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16958 echo $ECHO_N "(cached) $ECHO_C" >&6
16960 cat >conftest.
$ac_ext <<_ACEOF
16963 cat confdefs.h
>>conftest.
$ac_ext
16964 cat >>conftest.
$ac_ext <<_ACEOF
16965 /* end confdefs.h. */
16966 #include <string.h>
16975 rm -f conftest.
$ac_objext
16976 if { (ac_try
="$ac_compile"
16977 case "(($ac_try" in
16978 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16979 *) ac_try_echo=$ac_try;;
16981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16982 (eval "$ac_compile") 2>conftest.er1
16984 grep -v '^ *+' conftest.er1 >conftest.err
16986 cat conftest.err >&5
16987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16988 (exit $ac_status); } && {
16989 test -z "$ac_c_werror_flag" ||
16990 test ! -s conftest.err
16991 } && test -s conftest.$ac_objext; then
16992 ac_cv_c_string_h_warnings=no
16994 echo "$as_me: failed program was:" >&5
16995 sed 's/^/| /' conftest.$ac_ext >&5
16997 ac_cv_c_string_h_warnings=yes
17000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17002 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17003 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17004 CFLAGS="$saved_CFLAGS"
17005 if test "$ac_cv_c_string_h_warnings" = "no"
17007 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17012 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17013 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17014 if test "${ac_cv_asm_func_def+set}" = set; then
17015 echo $ECHO_N "(cached) $ECHO_C" >&6
17017 cat >conftest.$ac_ext <<_ACEOF
17020 cat confdefs.h >>conftest.$ac_ext
17021 cat >>conftest.$ac_ext <<_ACEOF
17022 /* end confdefs.h. */
17027 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17032 rm -f conftest.$ac_objext conftest$ac_exeext
17033 if { (ac_try="$ac_link"
17034 case "(($ac_try" in
17035 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17036 *) ac_try_echo
=$ac_try;;
17038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17039 (eval "$ac_link") 2>conftest.er1
17041 grep -v '^ *+' conftest.er1
>conftest.err
17043 cat conftest.err
>&5
17044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17045 (exit $ac_status); } && {
17046 test -z "$ac_c_werror_flag" ||
17047 test ! -s conftest.err
17048 } && test -s conftest
$ac_exeext &&
17049 $as_test_x conftest
$ac_exeext; then
17050 ac_cv_asm_func_def
=".def"
17052 echo "$as_me: failed program was:" >&5
17053 sed 's/^/| /' conftest.
$ac_ext >&5
17055 cat >conftest.
$ac_ext <<_ACEOF
17058 cat confdefs.h
>>conftest.
$ac_ext
17059 cat >>conftest.
$ac_ext <<_ACEOF
17060 /* end confdefs.h. */
17065 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17070 rm -f conftest.
$ac_objext conftest
$ac_exeext
17071 if { (ac_try
="$ac_link"
17072 case "(($ac_try" in
17073 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17074 *) ac_try_echo=$ac_try;;
17076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17077 (eval "$ac_link") 2>conftest.er1
17079 grep -v '^ *+' conftest.er1 >conftest.err
17081 cat conftest.err >&5
17082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17083 (exit $ac_status); } && {
17084 test -z "$ac_c_werror_flag" ||
17085 test ! -s conftest.err
17086 } && test -s conftest$ac_exeext &&
17087 $as_test_x conftest$ac_exeext; then
17088 ac_cv_asm_func_def=".type @function"
17090 echo "$as_me: failed program was:" >&5
17091 sed 's/^/| /' conftest.$ac_ext >&5
17093 cat >conftest.$ac_ext <<_ACEOF
17096 cat confdefs.h >>conftest.$ac_ext
17097 cat >>conftest.$ac_ext <<_ACEOF
17098 /* end confdefs.h. */
17103 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17108 rm -f conftest.$ac_objext conftest$ac_exeext
17109 if { (ac_try="$ac_link"
17110 case "(($ac_try" in
17111 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17112 *) ac_try_echo
=$ac_try;;
17114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17115 (eval "$ac_link") 2>conftest.er1
17117 grep -v '^ *+' conftest.er1
>conftest.err
17119 cat conftest.err
>&5
17120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17121 (exit $ac_status); } && {
17122 test -z "$ac_c_werror_flag" ||
17123 test ! -s conftest.err
17124 } && test -s conftest
$ac_exeext &&
17125 $as_test_x conftest
$ac_exeext; then
17126 ac_cv_asm_func_def
=".type 2"
17128 echo "$as_me: failed program was:" >&5
17129 sed 's/^/| /' conftest.
$ac_ext >&5
17131 ac_cv_asm_func_def
="unknown"
17134 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17135 conftest
$ac_exeext conftest.
$ac_ext
17138 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17139 conftest
$ac_exeext conftest.
$ac_ext
17142 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17143 conftest
$ac_exeext conftest.
$ac_ext
17145 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17146 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17150 case "$ac_cv_asm_func_def" in
17152 cat >>confdefs.h
<<\_ACEOF
17153 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17157 cat >>confdefs.h
<<\_ACEOF
17158 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17162 cat >>confdefs.h
<<\_ACEOF
17163 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17167 cat >>confdefs.h
<<\_ACEOF
17168 #define __ASM_FUNC(name) ""
17174 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17175 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17176 if test "${ac_cv_c_extern_prefix+set}" = set; then
17177 echo $ECHO_N "(cached) $ECHO_C" >&6
17179 cat >conftest.
$ac_ext <<_ACEOF
17182 cat confdefs.h
>>conftest.
$ac_ext
17183 cat >>conftest.
$ac_ext <<_ACEOF
17184 /* end confdefs.h. */
17185 extern int ac_test;
17189 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17194 rm -f conftest.
$ac_objext conftest
$ac_exeext
17195 if { (ac_try
="$ac_link"
17196 case "(($ac_try" in
17197 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17198 *) ac_try_echo=$ac_try;;
17200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17201 (eval "$ac_link") 2>conftest.er1
17203 grep -v '^ *+' conftest.er1 >conftest.err
17205 cat conftest.err >&5
17206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17207 (exit $ac_status); } && {
17208 test -z "$ac_c_werror_flag" ||
17209 test ! -s conftest.err
17210 } && test -s conftest$ac_exeext &&
17211 $as_test_x conftest$ac_exeext; then
17212 ac_cv_c_extern_prefix="yes"
17214 echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.$ac_ext >&5
17217 ac_cv_c_extern_prefix="no"
17220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17221 conftest$ac_exeext conftest.$ac_ext
17223 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17224 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17228 if test "$ac_cv_c_extern_prefix" = "yes"
17230 cat >>confdefs.h <<\_ACEOF
17231 #define __ASM_NAME(name) "_" name
17235 cat >>confdefs.h <<\_ACEOF
17236 #define __ASM_NAME(name) name
17246 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17251 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17259 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17267 linux* | k*bsd*-gnu)
17268 EXTRA_BINARIES="wine-preloader"
17275 ac_save_CFLAGS="$CFLAGS"
17276 CFLAGS="$CFLAGS $BUILTINFLAG"
17416 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17417 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17418 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17419 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17420 echo $ECHO_N "(cached) $ECHO_C" >&6
17422 cat >conftest.$ac_ext <<_ACEOF
17425 cat confdefs.h >>conftest.$ac_ext
17426 cat >>conftest.$ac_ext <<_ACEOF
17427 /* end confdefs.h. */
17428 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17429 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17430 #define $ac_func innocuous_$ac_func
17432 /* System header to define __stub macros and hopefully few prototypes,
17433 which can conflict with char $ac_func (); below.
17434 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17435 <limits.h> exists even on freestanding compilers. */
17438 # include <limits.h>
17440 # include <assert.h>
17445 /* Override any GCC internal prototype to avoid an error.
17446 Use char because int might match the return type of a GCC
17447 builtin and then its argument prototype would still apply. */
17452 /* The GNU C library defines this for functions which it implements
17453 to always fail with ENOSYS. Some functions are actually named
17454 something starting with __ and the normal name is an alias. */
17455 #if defined __stub_$ac_func || defined __stub___$ac_func
17462 return $ac_func ();
17467 rm -f conftest.$ac_objext conftest$ac_exeext
17468 if { (ac_try="$ac_link"
17469 case "(($ac_try" in
17470 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17471 *) ac_try_echo
=$ac_try;;
17473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17474 (eval "$ac_link") 2>conftest.er1
17476 grep -v '^ *+' conftest.er1
>conftest.err
17478 cat conftest.err
>&5
17479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); } && {
17481 test -z "$ac_c_werror_flag" ||
17482 test ! -s conftest.err
17483 } && test -s conftest
$ac_exeext &&
17484 $as_test_x conftest
$ac_exeext; then
17485 eval "$as_ac_var=yes"
17487 echo "$as_me: failed program was:" >&5
17488 sed 's/^/| /' conftest.
$ac_ext >&5
17490 eval "$as_ac_var=no"
17493 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17494 conftest
$ac_exeext conftest.
$ac_ext
17496 ac_res
=`eval echo '${'$as_ac_var'}'`
17497 { echo "$as_me:$LINENO: result: $ac_res" >&5
17498 echo "${ECHO_T}$ac_res" >&6; }
17499 if test `eval echo '${'$as_ac_var'}'` = yes; then
17500 cat >>confdefs.h
<<_ACEOF
17501 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17507 CFLAGS
="$ac_save_CFLAGS"
17509 if test "$ac_cv_func_dlopen" = no
17511 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17512 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17513 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17514 echo $ECHO_N "(cached) $ECHO_C" >&6
17516 ac_check_lib_save_LIBS
=$LIBS
17518 cat >conftest.
$ac_ext <<_ACEOF
17521 cat confdefs.h
>>conftest.
$ac_ext
17522 cat >>conftest.
$ac_ext <<_ACEOF
17523 /* end confdefs.h. */
17525 /* Override any GCC internal prototype to avoid an error.
17526 Use char because int might match the return type of a GCC
17527 builtin and then its argument prototype would still apply. */
17540 rm -f conftest.
$ac_objext conftest
$ac_exeext
17541 if { (ac_try
="$ac_link"
17542 case "(($ac_try" in
17543 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17544 *) ac_try_echo=$ac_try;;
17546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17547 (eval "$ac_link") 2>conftest.er1
17549 grep -v '^ *+' conftest.er1 >conftest.err
17551 cat conftest.err >&5
17552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17553 (exit $ac_status); } && {
17554 test -z "$ac_c_werror_flag" ||
17555 test ! -s conftest.err
17556 } && test -s conftest$ac_exeext &&
17557 $as_test_x conftest$ac_exeext; then
17558 ac_cv_lib_dl_dlopen=yes
17560 echo "$as_me: failed program was:" >&5
17561 sed 's/^/| /' conftest.$ac_ext >&5
17563 ac_cv_lib_dl_dlopen=no
17566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17567 conftest$ac_exeext conftest.$ac_ext
17568 LIBS=$ac_check_lib_save_LIBS
17570 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17571 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17572 if test $ac_cv_lib_dl_dlopen = yes; then
17573 cat >>confdefs.h <<\_ACEOF
17574 #define HAVE_DLOPEN 1
17581 ac_wine_check_funcs_save_LIBS="$LIBS"
17582 LIBS="$LIBS $LIBDL"
17584 for ac_func in dladdr
17586 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17587 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17588 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17589 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17590 echo $ECHO_N "(cached) $ECHO_C" >&6
17592 cat >conftest.$ac_ext <<_ACEOF
17595 cat confdefs.h >>conftest.$ac_ext
17596 cat >>conftest.$ac_ext <<_ACEOF
17597 /* end confdefs.h. */
17598 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17599 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17600 #define $ac_func innocuous_$ac_func
17602 /* System header to define __stub macros and hopefully few prototypes,
17603 which can conflict with char $ac_func (); below.
17604 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17605 <limits.h> exists even on freestanding compilers. */
17608 # include <limits.h>
17610 # include <assert.h>
17615 /* Override any GCC internal prototype to avoid an error.
17616 Use char because int might match the return type of a GCC
17617 builtin and then its argument prototype would still apply. */
17622 /* The GNU C library defines this for functions which it implements
17623 to always fail with ENOSYS. Some functions are actually named
17624 something starting with __ and the normal name is an alias. */
17625 #if defined __stub_$ac_func || defined __stub___$ac_func
17632 return $ac_func ();
17637 rm -f conftest.$ac_objext conftest$ac_exeext
17638 if { (ac_try="$ac_link"
17639 case "(($ac_try" in
17640 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17641 *) ac_try_echo
=$ac_try;;
17643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17644 (eval "$ac_link") 2>conftest.er1
17646 grep -v '^ *+' conftest.er1
>conftest.err
17648 cat conftest.err
>&5
17649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17650 (exit $ac_status); } && {
17651 test -z "$ac_c_werror_flag" ||
17652 test ! -s conftest.err
17653 } && test -s conftest
$ac_exeext &&
17654 $as_test_x conftest
$ac_exeext; then
17655 eval "$as_ac_var=yes"
17657 echo "$as_me: failed program was:" >&5
17658 sed 's/^/| /' conftest.
$ac_ext >&5
17660 eval "$as_ac_var=no"
17663 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17664 conftest
$ac_exeext conftest.
$ac_ext
17666 ac_res
=`eval echo '${'$as_ac_var'}'`
17667 { echo "$as_me:$LINENO: result: $ac_res" >&5
17668 echo "${ECHO_T}$ac_res" >&6; }
17669 if test `eval echo '${'$as_ac_var'}'` = yes; then
17670 cat >>confdefs.h
<<_ACEOF
17671 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17677 LIBS
="$ac_wine_check_funcs_save_LIBS"
17679 if test "$ac_cv_func_poll" = no
17681 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17682 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17683 if test "${ac_cv_lib_poll_poll+set}" = set; then
17684 echo $ECHO_N "(cached) $ECHO_C" >&6
17686 ac_check_lib_save_LIBS
=$LIBS
17687 LIBS
="-lpoll $LIBS"
17688 cat >conftest.
$ac_ext <<_ACEOF
17691 cat confdefs.h
>>conftest.
$ac_ext
17692 cat >>conftest.
$ac_ext <<_ACEOF
17693 /* end confdefs.h. */
17695 /* Override any GCC internal prototype to avoid an error.
17696 Use char because int might match the return type of a GCC
17697 builtin and then its argument prototype would still apply. */
17710 rm -f conftest.
$ac_objext conftest
$ac_exeext
17711 if { (ac_try
="$ac_link"
17712 case "(($ac_try" in
17713 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17714 *) ac_try_echo=$ac_try;;
17716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17717 (eval "$ac_link") 2>conftest.er1
17719 grep -v '^ *+' conftest.er1 >conftest.err
17721 cat conftest.err >&5
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); } && {
17724 test -z "$ac_c_werror_flag" ||
17725 test ! -s conftest.err
17726 } && test -s conftest$ac_exeext &&
17727 $as_test_x conftest$ac_exeext; then
17728 ac_cv_lib_poll_poll=yes
17730 echo "$as_me: failed program was:" >&5
17731 sed 's/^/| /' conftest.$ac_ext >&5
17733 ac_cv_lib_poll_poll=no
17736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17737 conftest$ac_exeext conftest.$ac_ext
17738 LIBS=$ac_check_lib_save_LIBS
17740 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17741 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17742 if test $ac_cv_lib_poll_poll = yes; then
17743 cat >>confdefs.h <<\_ACEOF
17744 #define HAVE_POLL 1
17752 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17753 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17754 if test "${ac_cv_search_gethostbyname+set}" = set; then
17755 echo $ECHO_N "(cached) $ECHO_C" >&6
17757 ac_func_search_save_LIBS=$LIBS
17758 cat >conftest.$ac_ext <<_ACEOF
17761 cat confdefs.h >>conftest.$ac_ext
17762 cat >>conftest.$ac_ext <<_ACEOF
17763 /* end confdefs.h. */
17765 /* Override any GCC internal prototype to avoid an error.
17766 Use char because int might match the return type of a GCC
17767 builtin and then its argument prototype would still apply. */
17771 char gethostbyname ();
17775 return gethostbyname ();
17780 for ac_lib in '' nsl; do
17781 if test -z "$ac_lib"; then
17782 ac_res="none required"
17785 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17787 rm -f conftest.$ac_objext conftest$ac_exeext
17788 if { (ac_try="$ac_link"
17789 case "(($ac_try" in
17790 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17791 *) ac_try_echo
=$ac_try;;
17793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17794 (eval "$ac_link") 2>conftest.er1
17796 grep -v '^ *+' conftest.er1
>conftest.err
17798 cat conftest.err
>&5
17799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17800 (exit $ac_status); } && {
17801 test -z "$ac_c_werror_flag" ||
17802 test ! -s conftest.err
17803 } && test -s conftest
$ac_exeext &&
17804 $as_test_x conftest
$ac_exeext; then
17805 ac_cv_search_gethostbyname
=$ac_res
17807 echo "$as_me: failed program was:" >&5
17808 sed 's/^/| /' conftest.
$ac_ext >&5
17813 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17815 if test "${ac_cv_search_gethostbyname+set}" = set; then
17819 if test "${ac_cv_search_gethostbyname+set}" = set; then
17822 ac_cv_search_gethostbyname
=no
17824 rm conftest.
$ac_ext
17825 LIBS
=$ac_func_search_save_LIBS
17827 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17828 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17829 ac_res
=$ac_cv_search_gethostbyname
17830 if test "$ac_res" != no
; then
17831 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17836 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17837 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17838 if test "${ac_cv_search_connect+set}" = set; then
17839 echo $ECHO_N "(cached) $ECHO_C" >&6
17841 ac_func_search_save_LIBS
=$LIBS
17842 cat >conftest.
$ac_ext <<_ACEOF
17845 cat confdefs.h
>>conftest.
$ac_ext
17846 cat >>conftest.
$ac_ext <<_ACEOF
17847 /* end confdefs.h. */
17849 /* Override any GCC internal prototype to avoid an error.
17850 Use char because int might match the return type of a GCC
17851 builtin and then its argument prototype would still apply. */
17864 for ac_lib
in '' socket
; do
17865 if test -z "$ac_lib"; then
17866 ac_res
="none required"
17869 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17871 rm -f conftest.
$ac_objext conftest
$ac_exeext
17872 if { (ac_try
="$ac_link"
17873 case "(($ac_try" in
17874 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17875 *) ac_try_echo=$ac_try;;
17877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17878 (eval "$ac_link") 2>conftest.er1
17880 grep -v '^ *+' conftest.er1 >conftest.err
17882 cat conftest.err >&5
17883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17884 (exit $ac_status); } && {
17885 test -z "$ac_c_werror_flag" ||
17886 test ! -s conftest.err
17887 } && test -s conftest$ac_exeext &&
17888 $as_test_x conftest$ac_exeext; then
17889 ac_cv_search_connect=$ac_res
17891 echo "$as_me: failed program was:" >&5
17892 sed 's/^/| /' conftest.$ac_ext >&5
17897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17899 if test "${ac_cv_search_connect+set}" = set; then
17903 if test "${ac_cv_search_connect+set}" = set; then
17906 ac_cv_search_connect=no
17908 rm conftest.$ac_ext
17909 LIBS=$ac_func_search_save_LIBS
17911 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17912 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17913 ac_res=$ac_cv_search_connect
17914 if test "$ac_res" != no; then
17915 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17920 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17921 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17922 if test "${ac_cv_search_inet_aton+set}" = set; then
17923 echo $ECHO_N "(cached) $ECHO_C" >&6
17925 ac_func_search_save_LIBS=$LIBS
17926 cat >conftest.$ac_ext <<_ACEOF
17929 cat confdefs.h >>conftest.$ac_ext
17930 cat >>conftest.$ac_ext <<_ACEOF
17931 /* end confdefs.h. */
17933 /* Override any GCC internal prototype to avoid an error.
17934 Use char because int might match the return type of a GCC
17935 builtin and then its argument prototype would still apply. */
17943 return inet_aton ();
17948 for ac_lib in '' resolv; do
17949 if test -z "$ac_lib"; then
17950 ac_res="none required"
17953 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17955 rm -f conftest.$ac_objext conftest$ac_exeext
17956 if { (ac_try="$ac_link"
17957 case "(($ac_try" in
17958 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17959 *) ac_try_echo
=$ac_try;;
17961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17962 (eval "$ac_link") 2>conftest.er1
17964 grep -v '^ *+' conftest.er1
>conftest.err
17966 cat conftest.err
>&5
17967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17968 (exit $ac_status); } && {
17969 test -z "$ac_c_werror_flag" ||
17970 test ! -s conftest.err
17971 } && test -s conftest
$ac_exeext &&
17972 $as_test_x conftest
$ac_exeext; then
17973 ac_cv_search_inet_aton
=$ac_res
17975 echo "$as_me: failed program was:" >&5
17976 sed 's/^/| /' conftest.
$ac_ext >&5
17981 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17983 if test "${ac_cv_search_inet_aton+set}" = set; then
17987 if test "${ac_cv_search_inet_aton+set}" = set; then
17990 ac_cv_search_inet_aton
=no
17992 rm conftest.
$ac_ext
17993 LIBS
=$ac_func_search_save_LIBS
17995 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17996 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17997 ac_res
=$ac_cv_search_inet_aton
17998 if test "$ac_res" != no
; then
17999 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
18029 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18030 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18031 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18032 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18033 echo $ECHO_N "(cached) $ECHO_C" >&6
18035 cat >conftest.
$ac_ext <<_ACEOF
18038 cat confdefs.h
>>conftest.
$ac_ext
18039 cat >>conftest.
$ac_ext <<_ACEOF
18040 /* end confdefs.h. */
18041 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18042 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18043 #define $ac_func innocuous_$ac_func
18045 /* System header to define __stub macros and hopefully few prototypes,
18046 which can conflict with char $ac_func (); below.
18047 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18048 <limits.h> exists even on freestanding compilers. */
18051 # include <limits.h>
18053 # include <assert.h>
18058 /* Override any GCC internal prototype to avoid an error.
18059 Use char because int might match the return type of a GCC
18060 builtin and then its argument prototype would still apply. */
18065 /* The GNU C library defines this for functions which it implements
18066 to always fail with ENOSYS. Some functions are actually named
18067 something starting with __ and the normal name is an alias. */
18068 #if defined __stub_$ac_func || defined __stub___$ac_func
18075 return $ac_func ();
18080 rm -f conftest.
$ac_objext conftest
$ac_exeext
18081 if { (ac_try
="$ac_link"
18082 case "(($ac_try" in
18083 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18084 *) ac_try_echo=$ac_try;;
18086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18087 (eval "$ac_link") 2>conftest.er1
18089 grep -v '^ *+' conftest.er1 >conftest.err
18091 cat conftest.err >&5
18092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18093 (exit $ac_status); } && {
18094 test -z "$ac_c_werror_flag" ||
18095 test ! -s conftest.err
18096 } && test -s conftest$ac_exeext &&
18097 $as_test_x conftest$ac_exeext; then
18098 eval "$as_ac_var=yes"
18100 echo "$as_me: failed program was:" >&5
18101 sed 's/^/| /' conftest.$ac_ext >&5
18103 eval "$as_ac_var=no"
18106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18107 conftest$ac_exeext conftest.$ac_ext
18109 ac_res=`eval echo '${'$as_ac_var'}'`
18110 { echo "$as_me:$LINENO: result: $ac_res" >&5
18111 echo "${ECHO_T}$ac_res" >&6; }
18112 if test `eval echo '${'$as_ac_var'}'` = yes; then
18113 cat >>confdefs.h <<_ACEOF
18114 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18123 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18125 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18126 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18127 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18128 echo $ECHO_N "(cached) $ECHO_C" >&6
18130 cat >conftest.$ac_ext <<_ACEOF
18133 cat confdefs.h >>conftest.$ac_ext
18134 cat >>conftest.$ac_ext <<_ACEOF
18135 /* end confdefs.h. */
18138 typedef LDAPSortKey ac__type_new_;
18142 if ((ac__type_new_ *) 0)
18144 if (sizeof (ac__type_new_))
18150 rm -f conftest.$ac_objext
18151 if { (ac_try="$ac_compile"
18152 case "(($ac_try" in
18153 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18154 *) ac_try_echo
=$ac_try;;
18156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18157 (eval "$ac_compile") 2>conftest.er1
18159 grep -v '^ *+' conftest.er1
>conftest.err
18161 cat conftest.err
>&5
18162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18163 (exit $ac_status); } && {
18164 test -z "$ac_c_werror_flag" ||
18165 test ! -s conftest.err
18166 } && test -s conftest.
$ac_objext; then
18167 ac_cv_type_LDAPSortKey
=yes
18169 echo "$as_me: failed program was:" >&5
18170 sed 's/^/| /' conftest.
$ac_ext >&5
18172 ac_cv_type_LDAPSortKey
=no
18175 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18177 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18178 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18179 if test $ac_cv_type_LDAPSortKey = yes; then
18180 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18181 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18182 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18183 echo $ECHO_N "(cached) $ECHO_C" >&6
18185 ac_check_lib_save_LIBS
=$LIBS
18186 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
18187 cat >conftest.
$ac_ext <<_ACEOF
18190 cat confdefs.h
>>conftest.
$ac_ext
18191 cat >>conftest.
$ac_ext <<_ACEOF
18192 /* end confdefs.h. */
18194 /* Override any GCC internal prototype to avoid an error.
18195 Use char because int might match the return type of a GCC
18196 builtin and then its argument prototype would still apply. */
18200 char ldap_initialize ();
18204 return ldap_initialize ();
18209 rm -f conftest.
$ac_objext conftest
$ac_exeext
18210 if { (ac_try
="$ac_link"
18211 case "(($ac_try" in
18212 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18213 *) ac_try_echo=$ac_try;;
18215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18216 (eval "$ac_link") 2>conftest.er1
18218 grep -v '^ *+' conftest.er1 >conftest.err
18220 cat conftest.err >&5
18221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18222 (exit $ac_status); } && {
18223 test -z "$ac_c_werror_flag" ||
18224 test ! -s conftest.err
18225 } && test -s conftest$ac_exeext &&
18226 $as_test_x conftest$ac_exeext; then
18227 ac_cv_lib_ldap_r_ldap_initialize=yes
18229 echo "$as_me: failed program was:" >&5
18230 sed 's/^/| /' conftest.$ac_ext >&5
18232 ac_cv_lib_ldap_r_ldap_initialize=no
18235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18236 conftest$ac_exeext conftest.$ac_ext
18237 LIBS=$ac_check_lib_save_LIBS
18239 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18240 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18241 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18242 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18243 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18244 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18245 echo $ECHO_N "(cached) $ECHO_C" >&6
18247 ac_check_lib_save_LIBS=$LIBS
18248 LIBS="-llber $LIBPTHREAD $LIBS"
18249 cat >conftest.$ac_ext <<_ACEOF
18252 cat confdefs.h >>conftest.$ac_ext
18253 cat >>conftest.$ac_ext <<_ACEOF
18254 /* end confdefs.h. */
18256 /* Override any GCC internal prototype to avoid an error.
18257 Use char because int might match the return type of a GCC
18258 builtin and then its argument prototype would still apply. */
18266 return ber_init ();
18271 rm -f conftest.$ac_objext conftest$ac_exeext
18272 if { (ac_try="$ac_link"
18273 case "(($ac_try" in
18274 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18275 *) ac_try_echo
=$ac_try;;
18277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18278 (eval "$ac_link") 2>conftest.er1
18280 grep -v '^ *+' conftest.er1
>conftest.err
18282 cat conftest.err
>&5
18283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18284 (exit $ac_status); } && {
18285 test -z "$ac_c_werror_flag" ||
18286 test ! -s conftest.err
18287 } && test -s conftest
$ac_exeext &&
18288 $as_test_x conftest
$ac_exeext; then
18289 ac_cv_lib_lber_ber_init
=yes
18291 echo "$as_me: failed program was:" >&5
18292 sed 's/^/| /' conftest.
$ac_ext >&5
18294 ac_cv_lib_lber_ber_init
=no
18297 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18298 conftest
$ac_exeext conftest.
$ac_ext
18299 LIBS
=$ac_check_lib_save_LIBS
18301 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18302 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18303 if test $ac_cv_lib_lber_ber_init = yes; then
18305 cat >>confdefs.h
<<\_ACEOF
18306 #define HAVE_LDAP 1
18309 LDAPLIBS
="-lldap_r -llber"
18316 ac_wine_check_funcs_save_LIBS
="$LIBS"
18317 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
18327 ldap_count_references \
18328 ldap_first_reference \
18329 ldap_next_reference \
18330 ldap_parse_reference \
18331 ldap_parse_sort_control \
18332 ldap_parse_sortresponse_control \
18333 ldap_parse_vlv_control \
18334 ldap_parse_vlvresponse_control
18336 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18337 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18338 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18339 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18340 echo $ECHO_N "(cached) $ECHO_C" >&6
18342 cat >conftest.
$ac_ext <<_ACEOF
18345 cat confdefs.h
>>conftest.
$ac_ext
18346 cat >>conftest.
$ac_ext <<_ACEOF
18347 /* end confdefs.h. */
18348 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18349 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18350 #define $ac_func innocuous_$ac_func
18352 /* System header to define __stub macros and hopefully few prototypes,
18353 which can conflict with char $ac_func (); below.
18354 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18355 <limits.h> exists even on freestanding compilers. */
18358 # include <limits.h>
18360 # include <assert.h>
18365 /* Override any GCC internal prototype to avoid an error.
18366 Use char because int might match the return type of a GCC
18367 builtin and then its argument prototype would still apply. */
18372 /* The GNU C library defines this for functions which it implements
18373 to always fail with ENOSYS. Some functions are actually named
18374 something starting with __ and the normal name is an alias. */
18375 #if defined __stub_$ac_func || defined __stub___$ac_func
18382 return $ac_func ();
18387 rm -f conftest.
$ac_objext conftest
$ac_exeext
18388 if { (ac_try
="$ac_link"
18389 case "(($ac_try" in
18390 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18391 *) ac_try_echo=$ac_try;;
18393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18394 (eval "$ac_link") 2>conftest.er1
18396 grep -v '^ *+' conftest.er1 >conftest.err
18398 cat conftest.err >&5
18399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18400 (exit $ac_status); } && {
18401 test -z "$ac_c_werror_flag" ||
18402 test ! -s conftest.err
18403 } && test -s conftest$ac_exeext &&
18404 $as_test_x conftest$ac_exeext; then
18405 eval "$as_ac_var=yes"
18407 echo "$as_me: failed program was:" >&5
18408 sed 's/^/| /' conftest.$ac_ext >&5
18410 eval "$as_ac_var=no"
18413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18414 conftest$ac_exeext conftest.$ac_ext
18416 ac_res=`eval echo '${'$as_ac_var'}'`
18417 { echo "$as_me:$LINENO: result: $ac_res" >&5
18418 echo "${ECHO_T}$ac_res" >&6; }
18419 if test `eval echo '${'$as_ac_var'}'` = yes; then
18420 cat >>confdefs.h <<_ACEOF
18421 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18427 LIBS="$ac_wine_check_funcs_save_LIBS"
18429 if test "x$LDAPLIBS" = "x"; then
18430 case "x$with_ldap" in
18431 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18433 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18434 This is an error since --with-ldap was requested." >&5
18435 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18436 This is an error since --with-ldap was requested." >&2;}
18437 { (exit 1); exit 1; }; } ;;
18442 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18443 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18444 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18445 echo $ECHO_N "(cached) $ECHO_C" >&6
18447 cat >conftest.$ac_ext <<_ACEOF
18450 cat confdefs.h >>conftest.$ac_ext
18451 cat >>conftest.$ac_ext <<_ACEOF
18452 /* end confdefs.h. */
18453 #include <sys/stat.h>
18462 rm -f conftest.$ac_objext
18463 if { (ac_try="$ac_compile"
18464 case "(($ac_try" in
18465 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18466 *) ac_try_echo
=$ac_try;;
18468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18469 (eval "$ac_compile") 2>conftest.er1
18471 grep -v '^ *+' conftest.er1
>conftest.err
18473 cat conftest.err
>&5
18474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18475 (exit $ac_status); } && {
18476 test -z "$ac_c_werror_flag" ||
18477 test ! -s conftest.err
18478 } && test -s conftest.
$ac_objext; then
18479 wine_cv_one_arg_mkdir
=yes
18481 echo "$as_me: failed program was:" >&5
18482 sed 's/^/| /' conftest.
$ac_ext >&5
18484 wine_cv_one_arg_mkdir
=no
18487 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18489 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18490 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18491 if test "$wine_cv_one_arg_mkdir" = "yes"
18494 cat >>confdefs.h
<<\_ACEOF
18495 #define HAVE_ONE_ARG_MKDIR 1
18501 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18502 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18503 if test "${ac_cv_c_const+set}" = set; then
18504 echo $ECHO_N "(cached) $ECHO_C" >&6
18506 cat >conftest.
$ac_ext <<_ACEOF
18509 cat confdefs.h
>>conftest.
$ac_ext
18510 cat >>conftest.
$ac_ext <<_ACEOF
18511 /* end confdefs.h. */
18516 /* FIXME: Include the comments suggested by Paul. */
18517 #ifndef __cplusplus
18518 /* Ultrix mips cc rejects this. */
18519 typedef int charset[2];
18521 /* SunOS 4.1.1 cc rejects this. */
18522 char const *const *pcpcc;
18524 /* NEC SVR4.0.2 mips cc rejects this. */
18525 struct point {int x, y;};
18526 static struct point const zero = {0,0};
18527 /* AIX XL C 1.02.0.0 rejects this.
18528 It does not let you subtract one const X* pointer from another in
18529 an arm of an if-expression whose if-part is not a constant
18531 const char *g = "string";
18532 pcpcc = &g + (g ? g-g : 0);
18533 /* HPUX 7.0 cc rejects these. */
18535 ppc = (char**) pcpcc;
18536 pcpcc = (char const *const *) ppc;
18537 { /* SCO 3.2v4 cc rejects this. */
18539 char const *s = 0 ? (char *) 0 : (char const *) 0;
18544 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18545 int x[] = {25, 17};
18546 const int *foo = &x[0];
18549 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18550 typedef const int *iptr;
18554 { /* AIX XL C 1.02.0.0 rejects this saying
18555 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18556 struct s { int j; const int *ap[3]; };
18557 struct s *b; b->j = 5;
18559 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18560 const int foo = 10;
18561 if (!foo) return 0;
18563 return !cs[0] && !zero.x;
18570 rm -f conftest.
$ac_objext
18571 if { (ac_try
="$ac_compile"
18572 case "(($ac_try" in
18573 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18574 *) ac_try_echo=$ac_try;;
18576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18577 (eval "$ac_compile") 2>conftest.er1
18579 grep -v '^ *+' conftest.er1 >conftest.err
18581 cat conftest.err >&5
18582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18583 (exit $ac_status); } && {
18584 test -z "$ac_c_werror_flag" ||
18585 test ! -s conftest.err
18586 } && test -s conftest.$ac_objext; then
18589 echo "$as_me: failed program was:" >&5
18590 sed 's/^/| /' conftest.$ac_ext >&5
18595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18597 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18598 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18599 if test $ac_cv_c_const = no; then
18601 cat >>confdefs.h <<\_ACEOF
18607 { echo "$as_me:$LINENO: checking for inline" >&5
18608 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18609 if test "${ac_cv_c_inline+set}" = set; then
18610 echo $ECHO_N "(cached) $ECHO_C" >&6
18613 for ac_kw in inline __inline__ __inline; do
18614 cat >conftest.$ac_ext <<_ACEOF
18617 cat confdefs.h >>conftest.$ac_ext
18618 cat >>conftest.$ac_ext <<_ACEOF
18619 /* end confdefs.h. */
18620 #ifndef __cplusplus
18622 static $ac_kw foo_t static_foo () {return 0; }
18623 $ac_kw foo_t foo () {return 0; }
18627 rm -f conftest.$ac_objext
18628 if { (ac_try="$ac_compile"
18629 case "(($ac_try" in
18630 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18631 *) ac_try_echo
=$ac_try;;
18633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18634 (eval "$ac_compile") 2>conftest.er1
18636 grep -v '^ *+' conftest.er1
>conftest.err
18638 cat conftest.err
>&5
18639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18640 (exit $ac_status); } && {
18641 test -z "$ac_c_werror_flag" ||
18642 test ! -s conftest.err
18643 } && test -s conftest.
$ac_objext; then
18644 ac_cv_c_inline
=$ac_kw
18646 echo "$as_me: failed program was:" >&5
18647 sed 's/^/| /' conftest.
$ac_ext >&5
18652 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18653 test "$ac_cv_c_inline" != no
&& break
18657 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18658 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18661 case $ac_cv_c_inline in
18664 case $ac_cv_c_inline in
18666 *) ac_val
=$ac_cv_c_inline;;
18668 cat >>confdefs.h
<<_ACEOF
18669 #ifndef __cplusplus
18670 #define inline $ac_val
18676 { echo "$as_me:$LINENO: checking for mode_t" >&5
18677 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18678 if test "${ac_cv_type_mode_t+set}" = set; then
18679 echo $ECHO_N "(cached) $ECHO_C" >&6
18681 cat >conftest.
$ac_ext <<_ACEOF
18684 cat confdefs.h
>>conftest.
$ac_ext
18685 cat >>conftest.
$ac_ext <<_ACEOF
18686 /* end confdefs.h. */
18687 $ac_includes_default
18688 typedef mode_t ac__type_new_;
18692 if ((ac__type_new_ *) 0)
18694 if (sizeof (ac__type_new_))
18700 rm -f conftest.
$ac_objext
18701 if { (ac_try
="$ac_compile"
18702 case "(($ac_try" in
18703 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18704 *) ac_try_echo=$ac_try;;
18706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18707 (eval "$ac_compile") 2>conftest.er1
18709 grep -v '^ *+' conftest.er1 >conftest.err
18711 cat conftest.err >&5
18712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18713 (exit $ac_status); } && {
18714 test -z "$ac_c_werror_flag" ||
18715 test ! -s conftest.err
18716 } && test -s conftest.$ac_objext; then
18717 ac_cv_type_mode_t=yes
18719 echo "$as_me: failed program was:" >&5
18720 sed 's/^/| /' conftest.$ac_ext >&5
18722 ac_cv_type_mode_t=no
18725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18727 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18728 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18729 if test $ac_cv_type_mode_t = yes; then
18731 cat >>confdefs.h <<_ACEOF
18732 #define HAVE_MODE_T 1
18737 { echo "$as_me:$LINENO: checking for off_t" >&5
18738 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18739 if test "${ac_cv_type_off_t+set}" = set; then
18740 echo $ECHO_N "(cached) $ECHO_C" >&6
18742 cat >conftest.$ac_ext <<_ACEOF
18745 cat confdefs.h >>conftest.$ac_ext
18746 cat >>conftest.$ac_ext <<_ACEOF
18747 /* end confdefs.h. */
18748 $ac_includes_default
18749 typedef off_t ac__type_new_;
18753 if ((ac__type_new_ *) 0)
18755 if (sizeof (ac__type_new_))
18761 rm -f conftest.$ac_objext
18762 if { (ac_try="$ac_compile"
18763 case "(($ac_try" in
18764 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18765 *) ac_try_echo
=$ac_try;;
18767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18768 (eval "$ac_compile") 2>conftest.er1
18770 grep -v '^ *+' conftest.er1
>conftest.err
18772 cat conftest.err
>&5
18773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774 (exit $ac_status); } && {
18775 test -z "$ac_c_werror_flag" ||
18776 test ! -s conftest.err
18777 } && test -s conftest.
$ac_objext; then
18778 ac_cv_type_off_t
=yes
18780 echo "$as_me: failed program was:" >&5
18781 sed 's/^/| /' conftest.
$ac_ext >&5
18783 ac_cv_type_off_t
=no
18786 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18788 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18789 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18790 if test $ac_cv_type_off_t = yes; then
18792 cat >>confdefs.h
<<_ACEOF
18793 #define HAVE_OFF_T 1
18798 { echo "$as_me:$LINENO: checking for pid_t" >&5
18799 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18800 if test "${ac_cv_type_pid_t+set}" = set; then
18801 echo $ECHO_N "(cached) $ECHO_C" >&6
18803 cat >conftest.
$ac_ext <<_ACEOF
18806 cat confdefs.h
>>conftest.
$ac_ext
18807 cat >>conftest.
$ac_ext <<_ACEOF
18808 /* end confdefs.h. */
18809 $ac_includes_default
18810 typedef pid_t ac__type_new_;
18814 if ((ac__type_new_ *) 0)
18816 if (sizeof (ac__type_new_))
18822 rm -f conftest.
$ac_objext
18823 if { (ac_try
="$ac_compile"
18824 case "(($ac_try" in
18825 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18826 *) ac_try_echo=$ac_try;;
18828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18829 (eval "$ac_compile") 2>conftest.er1
18831 grep -v '^ *+' conftest.er1 >conftest.err
18833 cat conftest.err >&5
18834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18835 (exit $ac_status); } && {
18836 test -z "$ac_c_werror_flag" ||
18837 test ! -s conftest.err
18838 } && test -s conftest.$ac_objext; then
18839 ac_cv_type_pid_t=yes
18841 echo "$as_me: failed program was:" >&5
18842 sed 's/^/| /' conftest.$ac_ext >&5
18844 ac_cv_type_pid_t=no
18847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18849 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18850 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18851 if test $ac_cv_type_pid_t = yes; then
18853 cat >>confdefs.h <<_ACEOF
18854 #define HAVE_PID_T 1
18859 { echo "$as_me:$LINENO: checking for size_t" >&5
18860 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18861 if test "${ac_cv_type_size_t+set}" = set; then
18862 echo $ECHO_N "(cached) $ECHO_C" >&6
18864 cat >conftest.$ac_ext <<_ACEOF
18867 cat confdefs.h >>conftest.$ac_ext
18868 cat >>conftest.$ac_ext <<_ACEOF
18869 /* end confdefs.h. */
18870 $ac_includes_default
18871 typedef size_t ac__type_new_;
18875 if ((ac__type_new_ *) 0)
18877 if (sizeof (ac__type_new_))
18883 rm -f conftest.$ac_objext
18884 if { (ac_try="$ac_compile"
18885 case "(($ac_try" in
18886 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18887 *) ac_try_echo
=$ac_try;;
18889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18890 (eval "$ac_compile") 2>conftest.er1
18892 grep -v '^ *+' conftest.er1
>conftest.err
18894 cat conftest.err
>&5
18895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18896 (exit $ac_status); } && {
18897 test -z "$ac_c_werror_flag" ||
18898 test ! -s conftest.err
18899 } && test -s conftest.
$ac_objext; then
18900 ac_cv_type_size_t
=yes
18902 echo "$as_me: failed program was:" >&5
18903 sed 's/^/| /' conftest.
$ac_ext >&5
18905 ac_cv_type_size_t
=no
18908 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18910 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18911 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18912 if test $ac_cv_type_size_t = yes; then
18914 cat >>confdefs.h
<<_ACEOF
18915 #define HAVE_SIZE_T 1
18920 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18921 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18922 if test "${ac_cv_type_ssize_t+set}" = set; then
18923 echo $ECHO_N "(cached) $ECHO_C" >&6
18925 cat >conftest.
$ac_ext <<_ACEOF
18928 cat confdefs.h
>>conftest.
$ac_ext
18929 cat >>conftest.
$ac_ext <<_ACEOF
18930 /* end confdefs.h. */
18931 $ac_includes_default
18932 typedef ssize_t ac__type_new_;
18936 if ((ac__type_new_ *) 0)
18938 if (sizeof (ac__type_new_))
18944 rm -f conftest.
$ac_objext
18945 if { (ac_try
="$ac_compile"
18946 case "(($ac_try" in
18947 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18948 *) ac_try_echo=$ac_try;;
18950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18951 (eval "$ac_compile") 2>conftest.er1
18953 grep -v '^ *+' conftest.er1 >conftest.err
18955 cat conftest.err >&5
18956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18957 (exit $ac_status); } && {
18958 test -z "$ac_c_werror_flag" ||
18959 test ! -s conftest.err
18960 } && test -s conftest.$ac_objext; then
18961 ac_cv_type_ssize_t=yes
18963 echo "$as_me: failed program was:" >&5
18964 sed 's/^/| /' conftest.$ac_ext >&5
18966 ac_cv_type_ssize_t=no
18969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18971 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18972 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18973 if test $ac_cv_type_ssize_t = yes; then
18975 cat >>confdefs.h <<_ACEOF
18976 #define HAVE_SSIZE_T 1
18981 { echo "$as_me:$LINENO: checking for long long" >&5
18982 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18983 if test "${ac_cv_type_long_long+set}" = set; then
18984 echo $ECHO_N "(cached) $ECHO_C" >&6
18986 cat >conftest.$ac_ext <<_ACEOF
18989 cat confdefs.h >>conftest.$ac_ext
18990 cat >>conftest.$ac_ext <<_ACEOF
18991 /* end confdefs.h. */
18992 $ac_includes_default
18993 typedef long long ac__type_new_;
18997 if ((ac__type_new_ *) 0)
18999 if (sizeof (ac__type_new_))
19005 rm -f conftest.$ac_objext
19006 if { (ac_try="$ac_compile"
19007 case "(($ac_try" in
19008 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19009 *) ac_try_echo
=$ac_try;;
19011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19012 (eval "$ac_compile") 2>conftest.er1
19014 grep -v '^ *+' conftest.er1
>conftest.err
19016 cat conftest.err
>&5
19017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19018 (exit $ac_status); } && {
19019 test -z "$ac_c_werror_flag" ||
19020 test ! -s conftest.err
19021 } && test -s conftest.
$ac_objext; then
19022 ac_cv_type_long_long
=yes
19024 echo "$as_me: failed program was:" >&5
19025 sed 's/^/| /' conftest.
$ac_ext >&5
19027 ac_cv_type_long_long
=no
19030 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19032 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19033 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19034 if test $ac_cv_type_long_long = yes; then
19036 cat >>confdefs.h
<<_ACEOF
19037 #define HAVE_LONG_LONG 1
19042 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19043 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19044 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19045 echo $ECHO_N "(cached) $ECHO_C" >&6
19047 cat >conftest.
$ac_ext <<_ACEOF
19050 cat confdefs.h
>>conftest.
$ac_ext
19051 cat >>conftest.
$ac_ext <<_ACEOF
19052 /* end confdefs.h. */
19053 $ac_includes_default
19054 typedef fsblkcnt_t ac__type_new_;
19058 if ((ac__type_new_ *) 0)
19060 if (sizeof (ac__type_new_))
19066 rm -f conftest.
$ac_objext
19067 if { (ac_try
="$ac_compile"
19068 case "(($ac_try" in
19069 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19070 *) ac_try_echo=$ac_try;;
19072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19073 (eval "$ac_compile") 2>conftest.er1
19075 grep -v '^ *+' conftest.er1 >conftest.err
19077 cat conftest.err >&5
19078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19079 (exit $ac_status); } && {
19080 test -z "$ac_c_werror_flag" ||
19081 test ! -s conftest.err
19082 } && test -s conftest.$ac_objext; then
19083 ac_cv_type_fsblkcnt_t=yes
19085 echo "$as_me: failed program was:" >&5
19086 sed 's/^/| /' conftest.$ac_ext >&5
19088 ac_cv_type_fsblkcnt_t=no
19091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19093 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19094 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19095 if test $ac_cv_type_fsblkcnt_t = yes; then
19097 cat >>confdefs.h <<_ACEOF
19098 #define HAVE_FSBLKCNT_T 1
19103 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19104 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19105 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19106 echo $ECHO_N "(cached) $ECHO_C" >&6
19108 cat >conftest.$ac_ext <<_ACEOF
19111 cat confdefs.h >>conftest.$ac_ext
19112 cat >>conftest.$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19114 $ac_includes_default
19115 typedef fsfilcnt_t ac__type_new_;
19119 if ((ac__type_new_ *) 0)
19121 if (sizeof (ac__type_new_))
19127 rm -f conftest.$ac_objext
19128 if { (ac_try="$ac_compile"
19129 case "(($ac_try" in
19130 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19131 *) ac_try_echo
=$ac_try;;
19133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19134 (eval "$ac_compile") 2>conftest.er1
19136 grep -v '^ *+' conftest.er1
>conftest.err
19138 cat conftest.err
>&5
19139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19140 (exit $ac_status); } && {
19141 test -z "$ac_c_werror_flag" ||
19142 test ! -s conftest.err
19143 } && test -s conftest.
$ac_objext; then
19144 ac_cv_type_fsfilcnt_t
=yes
19146 echo "$as_me: failed program was:" >&5
19147 sed 's/^/| /' conftest.
$ac_ext >&5
19149 ac_cv_type_fsfilcnt_t
=no
19152 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19154 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19155 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19156 if test $ac_cv_type_fsfilcnt_t = yes; then
19158 cat >>confdefs.h
<<_ACEOF
19159 #define HAVE_FSFILCNT_T 1
19165 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19166 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19167 if test "${ac_cv_type_sigset_t+set}" = set; then
19168 echo $ECHO_N "(cached) $ECHO_C" >&6
19170 cat >conftest.
$ac_ext <<_ACEOF
19173 cat confdefs.h
>>conftest.
$ac_ext
19174 cat >>conftest.
$ac_ext <<_ACEOF
19175 /* end confdefs.h. */
19176 #include <sys/types.h>
19177 #include <signal.h>
19179 typedef sigset_t ac__type_new_;
19183 if ((ac__type_new_ *) 0)
19185 if (sizeof (ac__type_new_))
19191 rm -f conftest.
$ac_objext
19192 if { (ac_try
="$ac_compile"
19193 case "(($ac_try" in
19194 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19195 *) ac_try_echo=$ac_try;;
19197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19198 (eval "$ac_compile") 2>conftest.er1
19200 grep -v '^ *+' conftest.er1 >conftest.err
19202 cat conftest.err >&5
19203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19204 (exit $ac_status); } && {
19205 test -z "$ac_c_werror_flag" ||
19206 test ! -s conftest.err
19207 } && test -s conftest.$ac_objext; then
19208 ac_cv_type_sigset_t=yes
19210 echo "$as_me: failed program was:" >&5
19211 sed 's/^/| /' conftest.$ac_ext >&5
19213 ac_cv_type_sigset_t=no
19216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19218 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19219 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19220 if test $ac_cv_type_sigset_t = yes; then
19222 cat >>confdefs.h <<_ACEOF
19223 #define HAVE_SIGSET_T 1
19229 { echo "$as_me:$LINENO: checking for request_sense" >&5
19230 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19231 if test "${ac_cv_type_request_sense+set}" = set; then
19232 echo $ECHO_N "(cached) $ECHO_C" >&6
19234 cat >conftest.$ac_ext <<_ACEOF
19237 cat confdefs.h >>conftest.$ac_ext
19238 cat >>conftest.$ac_ext <<_ACEOF
19239 /* end confdefs.h. */
19240 #include <linux/cdrom.h>
19242 typedef request_sense ac__type_new_;
19246 if ((ac__type_new_ *) 0)
19248 if (sizeof (ac__type_new_))
19254 rm -f conftest.$ac_objext
19255 if { (ac_try="$ac_compile"
19256 case "(($ac_try" in
19257 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19258 *) ac_try_echo
=$ac_try;;
19260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19261 (eval "$ac_compile") 2>conftest.er1
19263 grep -v '^ *+' conftest.er1
>conftest.err
19265 cat conftest.err
>&5
19266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19267 (exit $ac_status); } && {
19268 test -z "$ac_c_werror_flag" ||
19269 test ! -s conftest.err
19270 } && test -s conftest.
$ac_objext; then
19271 ac_cv_type_request_sense
=yes
19273 echo "$as_me: failed program was:" >&5
19274 sed 's/^/| /' conftest.
$ac_ext >&5
19276 ac_cv_type_request_sense
=no
19279 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19281 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19282 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19283 if test $ac_cv_type_request_sense = yes; then
19285 cat >>confdefs.h
<<_ACEOF
19286 #define HAVE_REQUEST_SENSE 1
19293 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19294 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19295 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19296 echo $ECHO_N "(cached) $ECHO_C" >&6
19298 cat >conftest.
$ac_ext <<_ACEOF
19301 cat confdefs.h
>>conftest.
$ac_ext
19302 cat >>conftest.
$ac_ext <<_ACEOF
19303 /* end confdefs.h. */
19304 #include <sys/types.h>
19305 #ifdef HAVE_SYS_SOCKET_H
19306 #include <sys/socket.h>
19308 #ifdef HAVE_SYS_SOCKETVAR_H
19309 #include <sys/socketvar.h>
19311 #ifdef HAVE_NET_ROUTE_H
19312 #include <net/route.h>
19314 #ifdef HAVE_NETINET_IN_H
19315 #include <netinet/in.h>
19317 #ifdef HAVE_NETINET_IN_SYSTM_H
19318 #include <netinet/in_systm.h>
19320 #ifdef HAVE_NETINET_IP_H
19321 #include <netinet/ip.h>
19323 #ifdef HAVE_NETINET_IN_PCB_H
19324 #include <netinet/in_pcb.h>
19327 typedef struct xinpgen ac__type_new_;
19331 if ((ac__type_new_ *) 0)
19333 if (sizeof (ac__type_new_))
19339 rm -f conftest.
$ac_objext
19340 if { (ac_try
="$ac_compile"
19341 case "(($ac_try" in
19342 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19343 *) ac_try_echo=$ac_try;;
19345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19346 (eval "$ac_compile") 2>conftest.er1
19348 grep -v '^ *+' conftest.er1 >conftest.err
19350 cat conftest.err >&5
19351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19352 (exit $ac_status); } && {
19353 test -z "$ac_c_werror_flag" ||
19354 test ! -s conftest.err
19355 } && test -s conftest.$ac_objext; then
19356 ac_cv_type_struct_xinpgen=yes
19358 echo "$as_me: failed program was:" >&5
19359 sed 's/^/| /' conftest.$ac_ext >&5
19361 ac_cv_type_struct_xinpgen=no
19364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19366 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19367 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19368 if test $ac_cv_type_struct_xinpgen = yes; then
19370 cat >>confdefs.h <<_ACEOF
19371 #define HAVE_STRUCT_XINPGEN 1
19378 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19379 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19380 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19381 echo $ECHO_N "(cached) $ECHO_C" >&6
19383 cat >conftest.$ac_ext <<_ACEOF
19386 cat confdefs.h >>conftest.$ac_ext
19387 cat >>conftest.$ac_ext <<_ACEOF
19388 /* end confdefs.h. */
19389 #ifdef HAVE_LINUX_INPUT_H
19390 #include <linux/input.h>
19396 static struct ff_effect ac_aggr;
19397 if (ac_aggr.direction)
19403 rm -f conftest.$ac_objext
19404 if { (ac_try="$ac_compile"
19405 case "(($ac_try" in
19406 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19407 *) ac_try_echo
=$ac_try;;
19409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19410 (eval "$ac_compile") 2>conftest.er1
19412 grep -v '^ *+' conftest.er1
>conftest.err
19414 cat conftest.err
>&5
19415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19416 (exit $ac_status); } && {
19417 test -z "$ac_c_werror_flag" ||
19418 test ! -s conftest.err
19419 } && test -s conftest.
$ac_objext; then
19420 ac_cv_member_struct_ff_effect_direction
=yes
19422 echo "$as_me: failed program was:" >&5
19423 sed 's/^/| /' conftest.
$ac_ext >&5
19425 cat >conftest.
$ac_ext <<_ACEOF
19428 cat confdefs.h
>>conftest.
$ac_ext
19429 cat >>conftest.
$ac_ext <<_ACEOF
19430 /* end confdefs.h. */
19431 #ifdef HAVE_LINUX_INPUT_H
19432 #include <linux/input.h>
19438 static struct ff_effect ac_aggr;
19439 if (sizeof ac_aggr.direction)
19445 rm -f conftest.
$ac_objext
19446 if { (ac_try
="$ac_compile"
19447 case "(($ac_try" in
19448 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19449 *) ac_try_echo=$ac_try;;
19451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19452 (eval "$ac_compile") 2>conftest.er1
19454 grep -v '^ *+' conftest.er1 >conftest.err
19456 cat conftest.err >&5
19457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19458 (exit $ac_status); } && {
19459 test -z "$ac_c_werror_flag" ||
19460 test ! -s conftest.err
19461 } && test -s conftest.$ac_objext; then
19462 ac_cv_member_struct_ff_effect_direction=yes
19464 echo "$as_me: failed program was:" >&5
19465 sed 's/^/| /' conftest.$ac_ext >&5
19467 ac_cv_member_struct_ff_effect_direction=no
19470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19475 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19476 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19477 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19479 cat >>confdefs.h <<_ACEOF
19480 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19487 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19488 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19489 if test "${wine_cv_have_sigaddset+set}" = set; then
19490 echo $ECHO_N "(cached) $ECHO_C" >&6
19492 cat >conftest.$ac_ext <<_ACEOF
19495 cat confdefs.h >>conftest.$ac_ext
19496 cat >>conftest.$ac_ext <<_ACEOF
19497 /* end confdefs.h. */
19498 #include <signal.h>
19502 sigset_t set; sigaddset(&set,SIGTERM);
19507 rm -f conftest.$ac_objext conftest$ac_exeext
19508 if { (ac_try="$ac_link"
19509 case "(($ac_try" in
19510 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19511 *) ac_try_echo
=$ac_try;;
19513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19514 (eval "$ac_link") 2>conftest.er1
19516 grep -v '^ *+' conftest.er1
>conftest.err
19518 cat conftest.err
>&5
19519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19520 (exit $ac_status); } && {
19521 test -z "$ac_c_werror_flag" ||
19522 test ! -s conftest.err
19523 } && test -s conftest
$ac_exeext &&
19524 $as_test_x conftest
$ac_exeext; then
19525 wine_cv_have_sigaddset
=yes
19527 echo "$as_me: failed program was:" >&5
19528 sed 's/^/| /' conftest.
$ac_ext >&5
19530 wine_cv_have_sigaddset
=no
19533 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19534 conftest
$ac_exeext conftest.
$ac_ext
19536 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19537 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19538 if test "$wine_cv_have_sigaddset" = "yes"
19541 cat >>confdefs.h
<<\_ACEOF
19542 #define HAVE_SIGADDSET 1
19548 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19549 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19550 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19551 echo $ECHO_N "(cached) $ECHO_C" >&6
19553 cat >conftest.
$ac_ext <<_ACEOF
19556 cat confdefs.h
>>conftest.
$ac_ext
19557 cat >>conftest.
$ac_ext <<_ACEOF
19558 /* end confdefs.h. */
19566 struct hostent *result;
19573 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19574 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19580 rm -f conftest.
$ac_objext conftest
$ac_exeext
19581 if { (ac_try
="$ac_link"
19582 case "(($ac_try" in
19583 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19584 *) ac_try_echo=$ac_try;;
19586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19587 (eval "$ac_link") 2>conftest.er1
19589 grep -v '^ *+' conftest.er1 >conftest.err
19591 cat conftest.err >&5
19592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19593 (exit $ac_status); } && {
19594 test -z "$ac_c_werror_flag" ||
19595 test ! -s conftest.err
19596 } && test -s conftest$ac_exeext &&
19597 $as_test_x conftest$ac_exeext; then
19598 wine_cv_linux_gethostbyname_r_6=yes
19600 echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19603 wine_cv_linux_gethostbyname_r_6=no
19607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19608 conftest$ac_exeext conftest.$ac_ext
19611 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19612 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19613 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19616 cat >>confdefs.h <<\_ACEOF
19617 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19622 if test "$ac_cv_header_linux_joystick_h" = "yes"
19624 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19625 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19626 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19627 echo $ECHO_N "(cached) $ECHO_C" >&6
19629 cat >conftest.$ac_ext <<_ACEOF
19632 cat confdefs.h >>conftest.$ac_ext
19633 cat >>conftest.$ac_ext <<_ACEOF
19634 /* end confdefs.h. */
19636 #include <sys/ioctl.h>
19637 #include <sys/types.h>
19638 #include <linux/joystick.h>
19640 struct js_event blub;
19641 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19642 #error "no 2.2 header"
19653 rm -f conftest.$ac_objext
19654 if { (ac_try="$ac_compile"
19655 case "(($ac_try" in
19656 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19657 *) ac_try_echo
=$ac_try;;
19659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19660 (eval "$ac_compile") 2>conftest.er1
19662 grep -v '^ *+' conftest.er1
>conftest.err
19664 cat conftest.err
>&5
19665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19666 (exit $ac_status); } && {
19667 test -z "$ac_c_werror_flag" ||
19668 test ! -s conftest.err
19669 } && test -s conftest.
$ac_objext; then
19670 wine_cv_linux_joystick_22_api
=yes
19672 echo "$as_me: failed program was:" >&5
19673 sed 's/^/| /' conftest.
$ac_ext >&5
19675 wine_cv_linux_joystick_22_api
=no
19678 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19681 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19682 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19683 if test "$wine_cv_linux_joystick_22_api" = "yes"
19686 cat >>confdefs.h
<<\_ACEOF
19687 #define HAVE_LINUX_22_JOYSTICK_API 1
19694 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19695 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19696 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19697 echo $ECHO_N "(cached) $ECHO_C" >&6
19699 cat >conftest.
$ac_ext <<_ACEOF
19702 cat confdefs.h
>>conftest.
$ac_ext
19703 cat >>conftest.
$ac_ext <<_ACEOF
19704 /* end confdefs.h. */
19705 #include <sys/types.h>
19706 #ifdef HAVE_SYS_PARAM_H
19707 # include <sys/param.h>
19709 #ifdef HAVE_SYS_MOUNT_H
19710 # include <sys/mount.h>
19712 #ifdef HAVE_SYS_VFS_H
19713 # include <sys/vfs.h>
19715 #ifdef HAVE_SYS_STATFS_H
19716 # include <sys/statfs.h>
19722 static struct statfs ac_aggr;
19723 if (ac_aggr.f_bfree)
19729 rm -f conftest.
$ac_objext
19730 if { (ac_try
="$ac_compile"
19731 case "(($ac_try" in
19732 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19733 *) ac_try_echo=$ac_try;;
19735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19736 (eval "$ac_compile") 2>conftest.er1
19738 grep -v '^ *+' conftest.er1 >conftest.err
19740 cat conftest.err >&5
19741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19742 (exit $ac_status); } && {
19743 test -z "$ac_c_werror_flag" ||
19744 test ! -s conftest.err
19745 } && test -s conftest.$ac_objext; then
19746 ac_cv_member_struct_statfs_f_bfree=yes
19748 echo "$as_me: failed program was:" >&5
19749 sed 's/^/| /' conftest.$ac_ext >&5
19751 cat >conftest.$ac_ext <<_ACEOF
19754 cat confdefs.h >>conftest.$ac_ext
19755 cat >>conftest.$ac_ext <<_ACEOF
19756 /* end confdefs.h. */
19757 #include <sys/types.h>
19758 #ifdef HAVE_SYS_PARAM_H
19759 # include <sys/param.h>
19761 #ifdef HAVE_SYS_MOUNT_H
19762 # include <sys/mount.h>
19764 #ifdef HAVE_SYS_VFS_H
19765 # include <sys/vfs.h>
19767 #ifdef HAVE_SYS_STATFS_H
19768 # include <sys/statfs.h>
19774 static struct statfs ac_aggr;
19775 if (sizeof ac_aggr.f_bfree)
19781 rm -f conftest.$ac_objext
19782 if { (ac_try="$ac_compile"
19783 case "(($ac_try" in
19784 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19785 *) ac_try_echo
=$ac_try;;
19787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19788 (eval "$ac_compile") 2>conftest.er1
19790 grep -v '^ *+' conftest.er1
>conftest.err
19792 cat conftest.err
>&5
19793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19794 (exit $ac_status); } && {
19795 test -z "$ac_c_werror_flag" ||
19796 test ! -s conftest.err
19797 } && test -s conftest.
$ac_objext; then
19798 ac_cv_member_struct_statfs_f_bfree
=yes
19800 echo "$as_me: failed program was:" >&5
19801 sed 's/^/| /' conftest.
$ac_ext >&5
19803 ac_cv_member_struct_statfs_f_bfree
=no
19806 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19809 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19811 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19812 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19813 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19815 cat >>confdefs.h
<<_ACEOF
19816 #define HAVE_STRUCT_STATFS_F_BFREE 1
19821 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19822 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19823 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19824 echo $ECHO_N "(cached) $ECHO_C" >&6
19826 cat >conftest.
$ac_ext <<_ACEOF
19829 cat confdefs.h
>>conftest.
$ac_ext
19830 cat >>conftest.
$ac_ext <<_ACEOF
19831 /* end confdefs.h. */
19832 #include <sys/types.h>
19833 #ifdef HAVE_SYS_PARAM_H
19834 # include <sys/param.h>
19836 #ifdef HAVE_SYS_MOUNT_H
19837 # include <sys/mount.h>
19839 #ifdef HAVE_SYS_VFS_H
19840 # include <sys/vfs.h>
19842 #ifdef HAVE_SYS_STATFS_H
19843 # include <sys/statfs.h>
19849 static struct statfs ac_aggr;
19850 if (ac_aggr.f_bavail)
19856 rm -f conftest.
$ac_objext
19857 if { (ac_try
="$ac_compile"
19858 case "(($ac_try" in
19859 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19860 *) ac_try_echo=$ac_try;;
19862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19863 (eval "$ac_compile") 2>conftest.er1
19865 grep -v '^ *+' conftest.er1 >conftest.err
19867 cat conftest.err >&5
19868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19869 (exit $ac_status); } && {
19870 test -z "$ac_c_werror_flag" ||
19871 test ! -s conftest.err
19872 } && test -s conftest.$ac_objext; then
19873 ac_cv_member_struct_statfs_f_bavail=yes
19875 echo "$as_me: failed program was:" >&5
19876 sed 's/^/| /' conftest.$ac_ext >&5
19878 cat >conftest.$ac_ext <<_ACEOF
19881 cat confdefs.h >>conftest.$ac_ext
19882 cat >>conftest.$ac_ext <<_ACEOF
19883 /* end confdefs.h. */
19884 #include <sys/types.h>
19885 #ifdef HAVE_SYS_PARAM_H
19886 # include <sys/param.h>
19888 #ifdef HAVE_SYS_MOUNT_H
19889 # include <sys/mount.h>
19891 #ifdef HAVE_SYS_VFS_H
19892 # include <sys/vfs.h>
19894 #ifdef HAVE_SYS_STATFS_H
19895 # include <sys/statfs.h>
19901 static struct statfs ac_aggr;
19902 if (sizeof ac_aggr.f_bavail)
19908 rm -f conftest.$ac_objext
19909 if { (ac_try="$ac_compile"
19910 case "(($ac_try" in
19911 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19912 *) ac_try_echo
=$ac_try;;
19914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19915 (eval "$ac_compile") 2>conftest.er1
19917 grep -v '^ *+' conftest.er1
>conftest.err
19919 cat conftest.err
>&5
19920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19921 (exit $ac_status); } && {
19922 test -z "$ac_c_werror_flag" ||
19923 test ! -s conftest.err
19924 } && test -s conftest.
$ac_objext; then
19925 ac_cv_member_struct_statfs_f_bavail
=yes
19927 echo "$as_me: failed program was:" >&5
19928 sed 's/^/| /' conftest.
$ac_ext >&5
19930 ac_cv_member_struct_statfs_f_bavail
=no
19933 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19936 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19938 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19939 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19940 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19942 cat >>confdefs.h
<<_ACEOF
19943 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19948 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19949 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19950 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19951 echo $ECHO_N "(cached) $ECHO_C" >&6
19953 cat >conftest.
$ac_ext <<_ACEOF
19956 cat confdefs.h
>>conftest.
$ac_ext
19957 cat >>conftest.
$ac_ext <<_ACEOF
19958 /* end confdefs.h. */
19959 #include <sys/types.h>
19960 #ifdef HAVE_SYS_PARAM_H
19961 # include <sys/param.h>
19963 #ifdef HAVE_SYS_MOUNT_H
19964 # include <sys/mount.h>
19966 #ifdef HAVE_SYS_VFS_H
19967 # include <sys/vfs.h>
19969 #ifdef HAVE_SYS_STATFS_H
19970 # include <sys/statfs.h>
19976 static struct statfs ac_aggr;
19977 if (ac_aggr.f_frsize)
19983 rm -f conftest.
$ac_objext
19984 if { (ac_try
="$ac_compile"
19985 case "(($ac_try" in
19986 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19987 *) ac_try_echo=$ac_try;;
19989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19990 (eval "$ac_compile") 2>conftest.er1
19992 grep -v '^ *+' conftest.er1 >conftest.err
19994 cat conftest.err >&5
19995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19996 (exit $ac_status); } && {
19997 test -z "$ac_c_werror_flag" ||
19998 test ! -s conftest.err
19999 } && test -s conftest.$ac_objext; then
20000 ac_cv_member_struct_statfs_f_frsize=yes
20002 echo "$as_me: failed program was:" >&5
20003 sed 's/^/| /' conftest.$ac_ext >&5
20005 cat >conftest.$ac_ext <<_ACEOF
20008 cat confdefs.h >>conftest.$ac_ext
20009 cat >>conftest.$ac_ext <<_ACEOF
20010 /* end confdefs.h. */
20011 #include <sys/types.h>
20012 #ifdef HAVE_SYS_PARAM_H
20013 # include <sys/param.h>
20015 #ifdef HAVE_SYS_MOUNT_H
20016 # include <sys/mount.h>
20018 #ifdef HAVE_SYS_VFS_H
20019 # include <sys/vfs.h>
20021 #ifdef HAVE_SYS_STATFS_H
20022 # include <sys/statfs.h>
20028 static struct statfs ac_aggr;
20029 if (sizeof ac_aggr.f_frsize)
20035 rm -f conftest.$ac_objext
20036 if { (ac_try="$ac_compile"
20037 case "(($ac_try" in
20038 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20039 *) ac_try_echo
=$ac_try;;
20041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20042 (eval "$ac_compile") 2>conftest.er1
20044 grep -v '^ *+' conftest.er1
>conftest.err
20046 cat conftest.err
>&5
20047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20048 (exit $ac_status); } && {
20049 test -z "$ac_c_werror_flag" ||
20050 test ! -s conftest.err
20051 } && test -s conftest.
$ac_objext; then
20052 ac_cv_member_struct_statfs_f_frsize
=yes
20054 echo "$as_me: failed program was:" >&5
20055 sed 's/^/| /' conftest.
$ac_ext >&5
20057 ac_cv_member_struct_statfs_f_frsize
=no
20060 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20063 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20065 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20066 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20067 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20069 cat >>confdefs.h
<<_ACEOF
20070 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20075 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20076 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20077 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20078 echo $ECHO_N "(cached) $ECHO_C" >&6
20080 cat >conftest.
$ac_ext <<_ACEOF
20083 cat confdefs.h
>>conftest.
$ac_ext
20084 cat >>conftest.
$ac_ext <<_ACEOF
20085 /* end confdefs.h. */
20086 #include <sys/types.h>
20087 #ifdef HAVE_SYS_PARAM_H
20088 # include <sys/param.h>
20090 #ifdef HAVE_SYS_MOUNT_H
20091 # include <sys/mount.h>
20093 #ifdef HAVE_SYS_VFS_H
20094 # include <sys/vfs.h>
20096 #ifdef HAVE_SYS_STATFS_H
20097 # include <sys/statfs.h>
20103 static struct statfs ac_aggr;
20104 if (ac_aggr.f_ffree)
20110 rm -f conftest.
$ac_objext
20111 if { (ac_try
="$ac_compile"
20112 case "(($ac_try" in
20113 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20114 *) ac_try_echo=$ac_try;;
20116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20117 (eval "$ac_compile") 2>conftest.er1
20119 grep -v '^ *+' conftest.er1 >conftest.err
20121 cat conftest.err >&5
20122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20123 (exit $ac_status); } && {
20124 test -z "$ac_c_werror_flag" ||
20125 test ! -s conftest.err
20126 } && test -s conftest.$ac_objext; then
20127 ac_cv_member_struct_statfs_f_ffree=yes
20129 echo "$as_me: failed program was:" >&5
20130 sed 's/^/| /' conftest.$ac_ext >&5
20132 cat >conftest.$ac_ext <<_ACEOF
20135 cat confdefs.h >>conftest.$ac_ext
20136 cat >>conftest.$ac_ext <<_ACEOF
20137 /* end confdefs.h. */
20138 #include <sys/types.h>
20139 #ifdef HAVE_SYS_PARAM_H
20140 # include <sys/param.h>
20142 #ifdef HAVE_SYS_MOUNT_H
20143 # include <sys/mount.h>
20145 #ifdef HAVE_SYS_VFS_H
20146 # include <sys/vfs.h>
20148 #ifdef HAVE_SYS_STATFS_H
20149 # include <sys/statfs.h>
20155 static struct statfs ac_aggr;
20156 if (sizeof ac_aggr.f_ffree)
20162 rm -f conftest.$ac_objext
20163 if { (ac_try="$ac_compile"
20164 case "(($ac_try" in
20165 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20166 *) ac_try_echo
=$ac_try;;
20168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20169 (eval "$ac_compile") 2>conftest.er1
20171 grep -v '^ *+' conftest.er1
>conftest.err
20173 cat conftest.err
>&5
20174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20175 (exit $ac_status); } && {
20176 test -z "$ac_c_werror_flag" ||
20177 test ! -s conftest.err
20178 } && test -s conftest.
$ac_objext; then
20179 ac_cv_member_struct_statfs_f_ffree
=yes
20181 echo "$as_me: failed program was:" >&5
20182 sed 's/^/| /' conftest.
$ac_ext >&5
20184 ac_cv_member_struct_statfs_f_ffree
=no
20187 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20190 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20192 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20193 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20194 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20196 cat >>confdefs.h
<<_ACEOF
20197 #define HAVE_STRUCT_STATFS_F_FFREE 1
20202 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20203 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20204 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20205 echo $ECHO_N "(cached) $ECHO_C" >&6
20207 cat >conftest.
$ac_ext <<_ACEOF
20210 cat confdefs.h
>>conftest.
$ac_ext
20211 cat >>conftest.
$ac_ext <<_ACEOF
20212 /* end confdefs.h. */
20213 #include <sys/types.h>
20214 #ifdef HAVE_SYS_PARAM_H
20215 # include <sys/param.h>
20217 #ifdef HAVE_SYS_MOUNT_H
20218 # include <sys/mount.h>
20220 #ifdef HAVE_SYS_VFS_H
20221 # include <sys/vfs.h>
20223 #ifdef HAVE_SYS_STATFS_H
20224 # include <sys/statfs.h>
20230 static struct statfs ac_aggr;
20231 if (ac_aggr.f_favail)
20237 rm -f conftest.
$ac_objext
20238 if { (ac_try
="$ac_compile"
20239 case "(($ac_try" in
20240 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20241 *) ac_try_echo=$ac_try;;
20243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20244 (eval "$ac_compile") 2>conftest.er1
20246 grep -v '^ *+' conftest.er1 >conftest.err
20248 cat conftest.err >&5
20249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20250 (exit $ac_status); } && {
20251 test -z "$ac_c_werror_flag" ||
20252 test ! -s conftest.err
20253 } && test -s conftest.$ac_objext; then
20254 ac_cv_member_struct_statfs_f_favail=yes
20256 echo "$as_me: failed program was:" >&5
20257 sed 's/^/| /' conftest.$ac_ext >&5
20259 cat >conftest.$ac_ext <<_ACEOF
20262 cat confdefs.h >>conftest.$ac_ext
20263 cat >>conftest.$ac_ext <<_ACEOF
20264 /* end confdefs.h. */
20265 #include <sys/types.h>
20266 #ifdef HAVE_SYS_PARAM_H
20267 # include <sys/param.h>
20269 #ifdef HAVE_SYS_MOUNT_H
20270 # include <sys/mount.h>
20272 #ifdef HAVE_SYS_VFS_H
20273 # include <sys/vfs.h>
20275 #ifdef HAVE_SYS_STATFS_H
20276 # include <sys/statfs.h>
20282 static struct statfs ac_aggr;
20283 if (sizeof ac_aggr.f_favail)
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_statfs_f_favail
=yes
20308 echo "$as_me: failed program was:" >&5
20309 sed 's/^/| /' conftest.
$ac_ext >&5
20311 ac_cv_member_struct_statfs_f_favail
=no
20314 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20317 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20319 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20320 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20321 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20323 cat >>confdefs.h
<<_ACEOF
20324 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20329 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20330 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20331 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20332 echo $ECHO_N "(cached) $ECHO_C" >&6
20334 cat >conftest.
$ac_ext <<_ACEOF
20337 cat confdefs.h
>>conftest.
$ac_ext
20338 cat >>conftest.
$ac_ext <<_ACEOF
20339 /* end confdefs.h. */
20340 #include <sys/types.h>
20341 #ifdef HAVE_SYS_PARAM_H
20342 # include <sys/param.h>
20344 #ifdef HAVE_SYS_MOUNT_H
20345 # include <sys/mount.h>
20347 #ifdef HAVE_SYS_VFS_H
20348 # include <sys/vfs.h>
20350 #ifdef HAVE_SYS_STATFS_H
20351 # include <sys/statfs.h>
20357 static struct statfs ac_aggr;
20358 if (ac_aggr.f_namelen)
20364 rm -f conftest.
$ac_objext
20365 if { (ac_try
="$ac_compile"
20366 case "(($ac_try" in
20367 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20368 *) ac_try_echo=$ac_try;;
20370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20371 (eval "$ac_compile") 2>conftest.er1
20373 grep -v '^ *+' conftest.er1 >conftest.err
20375 cat conftest.err >&5
20376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20377 (exit $ac_status); } && {
20378 test -z "$ac_c_werror_flag" ||
20379 test ! -s conftest.err
20380 } && test -s conftest.$ac_objext; then
20381 ac_cv_member_struct_statfs_f_namelen=yes
20383 echo "$as_me: failed program was:" >&5
20384 sed 's/^/| /' conftest.$ac_ext >&5
20386 cat >conftest.$ac_ext <<_ACEOF
20389 cat confdefs.h >>conftest.$ac_ext
20390 cat >>conftest.$ac_ext <<_ACEOF
20391 /* end confdefs.h. */
20392 #include <sys/types.h>
20393 #ifdef HAVE_SYS_PARAM_H
20394 # include <sys/param.h>
20396 #ifdef HAVE_SYS_MOUNT_H
20397 # include <sys/mount.h>
20399 #ifdef HAVE_SYS_VFS_H
20400 # include <sys/vfs.h>
20402 #ifdef HAVE_SYS_STATFS_H
20403 # include <sys/statfs.h>
20409 static struct statfs ac_aggr;
20410 if (sizeof ac_aggr.f_namelen)
20416 rm -f conftest.$ac_objext
20417 if { (ac_try="$ac_compile"
20418 case "(($ac_try" in
20419 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20420 *) ac_try_echo
=$ac_try;;
20422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20423 (eval "$ac_compile") 2>conftest.er1
20425 grep -v '^ *+' conftest.er1
>conftest.err
20427 cat conftest.err
>&5
20428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20429 (exit $ac_status); } && {
20430 test -z "$ac_c_werror_flag" ||
20431 test ! -s conftest.err
20432 } && test -s conftest.
$ac_objext; then
20433 ac_cv_member_struct_statfs_f_namelen
=yes
20435 echo "$as_me: failed program was:" >&5
20436 sed 's/^/| /' conftest.
$ac_ext >&5
20438 ac_cv_member_struct_statfs_f_namelen
=no
20441 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20444 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20446 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20447 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20448 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20450 cat >>confdefs.h
<<_ACEOF
20451 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20458 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20459 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20460 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20461 echo $ECHO_N "(cached) $ECHO_C" >&6
20463 cat >conftest.
$ac_ext <<_ACEOF
20466 cat confdefs.h
>>conftest.
$ac_ext
20467 cat >>conftest.
$ac_ext <<_ACEOF
20468 /* end confdefs.h. */
20469 #ifdef HAVE_SYS_STATVFS_H
20470 #include <sys/statvfs.h>
20476 static struct statvfs ac_aggr;
20477 if (ac_aggr.f_blocks)
20483 rm -f conftest.
$ac_objext
20484 if { (ac_try
="$ac_compile"
20485 case "(($ac_try" in
20486 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20487 *) ac_try_echo=$ac_try;;
20489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20490 (eval "$ac_compile") 2>conftest.er1
20492 grep -v '^ *+' conftest.er1 >conftest.err
20494 cat conftest.err >&5
20495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20496 (exit $ac_status); } && {
20497 test -z "$ac_c_werror_flag" ||
20498 test ! -s conftest.err
20499 } && test -s conftest.$ac_objext; then
20500 ac_cv_member_struct_statvfs_f_blocks=yes
20502 echo "$as_me: failed program was:" >&5
20503 sed 's/^/| /' conftest.$ac_ext >&5
20505 cat >conftest.$ac_ext <<_ACEOF
20508 cat confdefs.h >>conftest.$ac_ext
20509 cat >>conftest.$ac_ext <<_ACEOF
20510 /* end confdefs.h. */
20511 #ifdef HAVE_SYS_STATVFS_H
20512 #include <sys/statvfs.h>
20518 static struct statvfs ac_aggr;
20519 if (sizeof ac_aggr.f_blocks)
20525 rm -f conftest.$ac_objext
20526 if { (ac_try="$ac_compile"
20527 case "(($ac_try" in
20528 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20529 *) ac_try_echo
=$ac_try;;
20531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20532 (eval "$ac_compile") 2>conftest.er1
20534 grep -v '^ *+' conftest.er1
>conftest.err
20536 cat conftest.err
>&5
20537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20538 (exit $ac_status); } && {
20539 test -z "$ac_c_werror_flag" ||
20540 test ! -s conftest.err
20541 } && test -s conftest.
$ac_objext; then
20542 ac_cv_member_struct_statvfs_f_blocks
=yes
20544 echo "$as_me: failed program was:" >&5
20545 sed 's/^/| /' conftest.
$ac_ext >&5
20547 ac_cv_member_struct_statvfs_f_blocks
=no
20550 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20553 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20555 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20556 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20557 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20559 cat >>confdefs.h
<<_ACEOF
20560 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20567 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20568 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20569 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20570 echo $ECHO_N "(cached) $ECHO_C" >&6
20572 cat >conftest.
$ac_ext <<_ACEOF
20575 cat confdefs.h
>>conftest.
$ac_ext
20576 cat >>conftest.
$ac_ext <<_ACEOF
20577 /* end confdefs.h. */
20578 #include <sys/types.h>
20579 #ifdef HAVE_SYS_SOCKET_H
20580 # include <sys/socket.h>
20582 #ifdef HAVE_SYS_UN_H
20583 # include <sys/un.h>
20589 static struct msghdr ac_aggr;
20590 if (ac_aggr.msg_accrights)
20596 rm -f conftest.
$ac_objext
20597 if { (ac_try
="$ac_compile"
20598 case "(($ac_try" in
20599 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20600 *) ac_try_echo=$ac_try;;
20602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20603 (eval "$ac_compile") 2>conftest.er1
20605 grep -v '^ *+' conftest.er1 >conftest.err
20607 cat conftest.err >&5
20608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20609 (exit $ac_status); } && {
20610 test -z "$ac_c_werror_flag" ||
20611 test ! -s conftest.err
20612 } && test -s conftest.$ac_objext; then
20613 ac_cv_member_struct_msghdr_msg_accrights=yes
20615 echo "$as_me: failed program was:" >&5
20616 sed 's/^/| /' conftest.$ac_ext >&5
20618 cat >conftest.$ac_ext <<_ACEOF
20621 cat confdefs.h >>conftest.$ac_ext
20622 cat >>conftest.$ac_ext <<_ACEOF
20623 /* end confdefs.h. */
20624 #include <sys/types.h>
20625 #ifdef HAVE_SYS_SOCKET_H
20626 # include <sys/socket.h>
20628 #ifdef HAVE_SYS_UN_H
20629 # include <sys/un.h>
20635 static struct msghdr ac_aggr;
20636 if (sizeof ac_aggr.msg_accrights)
20642 rm -f conftest.$ac_objext
20643 if { (ac_try="$ac_compile"
20644 case "(($ac_try" in
20645 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20646 *) ac_try_echo
=$ac_try;;
20648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20649 (eval "$ac_compile") 2>conftest.er1
20651 grep -v '^ *+' conftest.er1
>conftest.err
20653 cat conftest.err
>&5
20654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20655 (exit $ac_status); } && {
20656 test -z "$ac_c_werror_flag" ||
20657 test ! -s conftest.err
20658 } && test -s conftest.
$ac_objext; then
20659 ac_cv_member_struct_msghdr_msg_accrights
=yes
20661 echo "$as_me: failed program was:" >&5
20662 sed 's/^/| /' conftest.
$ac_ext >&5
20664 ac_cv_member_struct_msghdr_msg_accrights
=no
20667 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20670 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20672 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20673 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20674 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20676 cat >>confdefs.h
<<_ACEOF
20677 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20682 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20683 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20684 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20685 echo $ECHO_N "(cached) $ECHO_C" >&6
20687 cat >conftest.
$ac_ext <<_ACEOF
20690 cat confdefs.h
>>conftest.
$ac_ext
20691 cat >>conftest.
$ac_ext <<_ACEOF
20692 /* end confdefs.h. */
20693 #include <sys/types.h>
20694 #ifdef HAVE_SYS_SOCKET_H
20695 # include <sys/socket.h>
20697 #ifdef HAVE_SYS_UN_H
20698 # include <sys/un.h>
20704 static struct sockaddr ac_aggr;
20705 if (ac_aggr.sa_len)
20711 rm -f conftest.
$ac_objext
20712 if { (ac_try
="$ac_compile"
20713 case "(($ac_try" in
20714 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20715 *) ac_try_echo=$ac_try;;
20717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20718 (eval "$ac_compile") 2>conftest.er1
20720 grep -v '^ *+' conftest.er1 >conftest.err
20722 cat conftest.err >&5
20723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20724 (exit $ac_status); } && {
20725 test -z "$ac_c_werror_flag" ||
20726 test ! -s conftest.err
20727 } && test -s conftest.$ac_objext; then
20728 ac_cv_member_struct_sockaddr_sa_len=yes
20730 echo "$as_me: failed program was:" >&5
20731 sed 's/^/| /' conftest.$ac_ext >&5
20733 cat >conftest.$ac_ext <<_ACEOF
20736 cat confdefs.h >>conftest.$ac_ext
20737 cat >>conftest.$ac_ext <<_ACEOF
20738 /* end confdefs.h. */
20739 #include <sys/types.h>
20740 #ifdef HAVE_SYS_SOCKET_H
20741 # include <sys/socket.h>
20743 #ifdef HAVE_SYS_UN_H
20744 # include <sys/un.h>
20750 static struct sockaddr ac_aggr;
20751 if (sizeof ac_aggr.sa_len)
20757 rm -f conftest.$ac_objext
20758 if { (ac_try="$ac_compile"
20759 case "(($ac_try" in
20760 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20761 *) ac_try_echo
=$ac_try;;
20763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20764 (eval "$ac_compile") 2>conftest.er1
20766 grep -v '^ *+' conftest.er1
>conftest.err
20768 cat conftest.err
>&5
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); } && {
20771 test -z "$ac_c_werror_flag" ||
20772 test ! -s conftest.err
20773 } && test -s conftest.
$ac_objext; then
20774 ac_cv_member_struct_sockaddr_sa_len
=yes
20776 echo "$as_me: failed program was:" >&5
20777 sed 's/^/| /' conftest.
$ac_ext >&5
20779 ac_cv_member_struct_sockaddr_sa_len
=no
20782 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20785 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20787 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20788 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20789 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20791 cat >>confdefs.h
<<_ACEOF
20792 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20797 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20798 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20799 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20800 echo $ECHO_N "(cached) $ECHO_C" >&6
20802 cat >conftest.
$ac_ext <<_ACEOF
20805 cat confdefs.h
>>conftest.
$ac_ext
20806 cat >>conftest.
$ac_ext <<_ACEOF
20807 /* end confdefs.h. */
20808 #include <sys/types.h>
20809 #ifdef HAVE_SYS_SOCKET_H
20810 # include <sys/socket.h>
20812 #ifdef HAVE_SYS_UN_H
20813 # include <sys/un.h>
20819 static struct sockaddr_un ac_aggr;
20820 if (ac_aggr.sun_len)
20826 rm -f conftest.
$ac_objext
20827 if { (ac_try
="$ac_compile"
20828 case "(($ac_try" in
20829 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20830 *) ac_try_echo=$ac_try;;
20832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20833 (eval "$ac_compile") 2>conftest.er1
20835 grep -v '^ *+' conftest.er1 >conftest.err
20837 cat conftest.err >&5
20838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20839 (exit $ac_status); } && {
20840 test -z "$ac_c_werror_flag" ||
20841 test ! -s conftest.err
20842 } && test -s conftest.$ac_objext; then
20843 ac_cv_member_struct_sockaddr_un_sun_len=yes
20845 echo "$as_me: failed program was:" >&5
20846 sed 's/^/| /' conftest.$ac_ext >&5
20848 cat >conftest.$ac_ext <<_ACEOF
20851 cat confdefs.h >>conftest.$ac_ext
20852 cat >>conftest.$ac_ext <<_ACEOF
20853 /* end confdefs.h. */
20854 #include <sys/types.h>
20855 #ifdef HAVE_SYS_SOCKET_H
20856 # include <sys/socket.h>
20858 #ifdef HAVE_SYS_UN_H
20859 # include <sys/un.h>
20865 static struct sockaddr_un ac_aggr;
20866 if (sizeof ac_aggr.sun_len)
20872 rm -f conftest.$ac_objext
20873 if { (ac_try="$ac_compile"
20874 case "(($ac_try" in
20875 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20876 *) ac_try_echo
=$ac_try;;
20878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20879 (eval "$ac_compile") 2>conftest.er1
20881 grep -v '^ *+' conftest.er1
>conftest.err
20883 cat conftest.err
>&5
20884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20885 (exit $ac_status); } && {
20886 test -z "$ac_c_werror_flag" ||
20887 test ! -s conftest.err
20888 } && test -s conftest.
$ac_objext; then
20889 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20891 echo "$as_me: failed program was:" >&5
20892 sed 's/^/| /' conftest.
$ac_ext >&5
20894 ac_cv_member_struct_sockaddr_un_sun_len
=no
20897 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20900 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20902 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20903 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20904 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20906 cat >>confdefs.h
<<_ACEOF
20907 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20914 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20915 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20916 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20917 echo $ECHO_N "(cached) $ECHO_C" >&6
20919 cat >conftest.
$ac_ext <<_ACEOF
20922 cat confdefs.h
>>conftest.
$ac_ext
20923 cat >>conftest.
$ac_ext <<_ACEOF
20924 /* end confdefs.h. */
20925 #include <sys/types.h>
20926 #ifdef HAVE_SCSI_SG_H
20927 #include <scsi/sg.h>
20933 static scsireq_t ac_aggr;
20940 rm -f conftest.
$ac_objext
20941 if { (ac_try
="$ac_compile"
20942 case "(($ac_try" in
20943 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20944 *) ac_try_echo=$ac_try;;
20946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20947 (eval "$ac_compile") 2>conftest.er1
20949 grep -v '^ *+' conftest.er1 >conftest.err
20951 cat conftest.err >&5
20952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20953 (exit $ac_status); } && {
20954 test -z "$ac_c_werror_flag" ||
20955 test ! -s conftest.err
20956 } && test -s conftest.$ac_objext; then
20957 ac_cv_member_scsireq_t_cmd=yes
20959 echo "$as_me: failed program was:" >&5
20960 sed 's/^/| /' conftest.$ac_ext >&5
20962 cat >conftest.$ac_ext <<_ACEOF
20965 cat confdefs.h >>conftest.$ac_ext
20966 cat >>conftest.$ac_ext <<_ACEOF
20967 /* end confdefs.h. */
20968 #include <sys/types.h>
20969 #ifdef HAVE_SCSI_SG_H
20970 #include <scsi/sg.h>
20976 static scsireq_t ac_aggr;
20977 if (sizeof ac_aggr.cmd)
20983 rm -f conftest.$ac_objext
20984 if { (ac_try="$ac_compile"
20985 case "(($ac_try" in
20986 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20987 *) ac_try_echo
=$ac_try;;
20989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20990 (eval "$ac_compile") 2>conftest.er1
20992 grep -v '^ *+' conftest.er1
>conftest.err
20994 cat conftest.err
>&5
20995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20996 (exit $ac_status); } && {
20997 test -z "$ac_c_werror_flag" ||
20998 test ! -s conftest.err
20999 } && test -s conftest.
$ac_objext; then
21000 ac_cv_member_scsireq_t_cmd
=yes
21002 echo "$as_me: failed program was:" >&5
21003 sed 's/^/| /' conftest.
$ac_ext >&5
21005 ac_cv_member_scsireq_t_cmd
=no
21008 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21011 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21013 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21014 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21015 if test $ac_cv_member_scsireq_t_cmd = yes; then
21017 cat >>confdefs.h
<<_ACEOF
21018 #define HAVE_SCSIREQ_T_CMD 1
21023 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21024 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21025 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21026 echo $ECHO_N "(cached) $ECHO_C" >&6
21028 cat >conftest.
$ac_ext <<_ACEOF
21031 cat confdefs.h
>>conftest.
$ac_ext
21032 cat >>conftest.
$ac_ext <<_ACEOF
21033 /* end confdefs.h. */
21034 #include <sys/types.h>
21035 #ifdef HAVE_SCSI_SG_H
21036 #include <scsi/sg.h>
21042 static sg_io_hdr_t ac_aggr;
21043 if (ac_aggr.interface_id)
21049 rm -f conftest.
$ac_objext
21050 if { (ac_try
="$ac_compile"
21051 case "(($ac_try" in
21052 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21053 *) ac_try_echo=$ac_try;;
21055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21056 (eval "$ac_compile") 2>conftest.er1
21058 grep -v '^ *+' conftest.er1 >conftest.err
21060 cat conftest.err >&5
21061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21062 (exit $ac_status); } && {
21063 test -z "$ac_c_werror_flag" ||
21064 test ! -s conftest.err
21065 } && test -s conftest.$ac_objext; then
21066 ac_cv_member_sg_io_hdr_t_interface_id=yes
21068 echo "$as_me: failed program was:" >&5
21069 sed 's/^/| /' conftest.$ac_ext >&5
21071 cat >conftest.$ac_ext <<_ACEOF
21074 cat confdefs.h >>conftest.$ac_ext
21075 cat >>conftest.$ac_ext <<_ACEOF
21076 /* end confdefs.h. */
21077 #include <sys/types.h>
21078 #ifdef HAVE_SCSI_SG_H
21079 #include <scsi/sg.h>
21085 static sg_io_hdr_t ac_aggr;
21086 if (sizeof ac_aggr.interface_id)
21092 rm -f conftest.$ac_objext
21093 if { (ac_try="$ac_compile"
21094 case "(($ac_try" in
21095 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21096 *) ac_try_echo
=$ac_try;;
21098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21099 (eval "$ac_compile") 2>conftest.er1
21101 grep -v '^ *+' conftest.er1
>conftest.err
21103 cat conftest.err
>&5
21104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21105 (exit $ac_status); } && {
21106 test -z "$ac_c_werror_flag" ||
21107 test ! -s conftest.err
21108 } && test -s conftest.
$ac_objext; then
21109 ac_cv_member_sg_io_hdr_t_interface_id
=yes
21111 echo "$as_me: failed program was:" >&5
21112 sed 's/^/| /' conftest.
$ac_ext >&5
21114 ac_cv_member_sg_io_hdr_t_interface_id
=no
21117 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21120 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21122 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21123 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21124 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21126 cat >>confdefs.h
<<_ACEOF
21127 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21134 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21135 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21136 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21137 echo $ECHO_N "(cached) $ECHO_C" >&6
21139 cat >conftest.
$ac_ext <<_ACEOF
21142 cat confdefs.h
>>conftest.
$ac_ext
21143 cat >>conftest.
$ac_ext <<_ACEOF
21144 /* end confdefs.h. */
21145 #include <signal.h>
21150 static siginfo_t ac_aggr;
21157 rm -f conftest.
$ac_objext
21158 if { (ac_try
="$ac_compile"
21159 case "(($ac_try" in
21160 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21161 *) ac_try_echo=$ac_try;;
21163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21164 (eval "$ac_compile") 2>conftest.er1
21166 grep -v '^ *+' conftest.er1 >conftest.err
21168 cat conftest.err >&5
21169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21170 (exit $ac_status); } && {
21171 test -z "$ac_c_werror_flag" ||
21172 test ! -s conftest.err
21173 } && test -s conftest.$ac_objext; then
21174 ac_cv_member_siginfo_t_si_fd=yes
21176 echo "$as_me: failed program was:" >&5
21177 sed 's/^/| /' conftest.$ac_ext >&5
21179 cat >conftest.$ac_ext <<_ACEOF
21182 cat confdefs.h >>conftest.$ac_ext
21183 cat >>conftest.$ac_ext <<_ACEOF
21184 /* end confdefs.h. */
21185 #include <signal.h>
21190 static siginfo_t ac_aggr;
21191 if (sizeof ac_aggr.si_fd)
21197 rm -f conftest.$ac_objext
21198 if { (ac_try="$ac_compile"
21199 case "(($ac_try" in
21200 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21201 *) ac_try_echo
=$ac_try;;
21203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21204 (eval "$ac_compile") 2>conftest.er1
21206 grep -v '^ *+' conftest.er1
>conftest.err
21208 cat conftest.err
>&5
21209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21210 (exit $ac_status); } && {
21211 test -z "$ac_c_werror_flag" ||
21212 test ! -s conftest.err
21213 } && test -s conftest.
$ac_objext; then
21214 ac_cv_member_siginfo_t_si_fd
=yes
21216 echo "$as_me: failed program was:" >&5
21217 sed 's/^/| /' conftest.
$ac_ext >&5
21219 ac_cv_member_siginfo_t_si_fd
=no
21222 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21225 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21227 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21228 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21229 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21231 cat >>confdefs.h
<<_ACEOF
21232 #define HAVE_SIGINFO_T_SI_FD 1
21239 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21240 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21241 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21242 echo $ECHO_N "(cached) $ECHO_C" >&6
21244 cat >conftest.
$ac_ext <<_ACEOF
21247 cat confdefs.h
>>conftest.
$ac_ext
21248 cat >>conftest.
$ac_ext <<_ACEOF
21249 /* end confdefs.h. */
21250 #include <sys/types.h>
21251 #ifdef HAVE_SYS_MTIO_H
21252 #include <sys/mtio.h>
21258 static struct mtget ac_aggr;
21259 if (ac_aggr.mt_blksiz)
21265 rm -f conftest.
$ac_objext
21266 if { (ac_try
="$ac_compile"
21267 case "(($ac_try" in
21268 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21269 *) ac_try_echo=$ac_try;;
21271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21272 (eval "$ac_compile") 2>conftest.er1
21274 grep -v '^ *+' conftest.er1 >conftest.err
21276 cat conftest.err >&5
21277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21278 (exit $ac_status); } && {
21279 test -z "$ac_c_werror_flag" ||
21280 test ! -s conftest.err
21281 } && test -s conftest.$ac_objext; then
21282 ac_cv_member_struct_mtget_mt_blksiz=yes
21284 echo "$as_me: failed program was:" >&5
21285 sed 's/^/| /' conftest.$ac_ext >&5
21287 cat >conftest.$ac_ext <<_ACEOF
21290 cat confdefs.h >>conftest.$ac_ext
21291 cat >>conftest.$ac_ext <<_ACEOF
21292 /* end confdefs.h. */
21293 #include <sys/types.h>
21294 #ifdef HAVE_SYS_MTIO_H
21295 #include <sys/mtio.h>
21301 static struct mtget ac_aggr;
21302 if (sizeof ac_aggr.mt_blksiz)
21308 rm -f conftest.$ac_objext
21309 if { (ac_try="$ac_compile"
21310 case "(($ac_try" in
21311 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21312 *) ac_try_echo
=$ac_try;;
21314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21315 (eval "$ac_compile") 2>conftest.er1
21317 grep -v '^ *+' conftest.er1
>conftest.err
21319 cat conftest.err
>&5
21320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21321 (exit $ac_status); } && {
21322 test -z "$ac_c_werror_flag" ||
21323 test ! -s conftest.err
21324 } && test -s conftest.
$ac_objext; then
21325 ac_cv_member_struct_mtget_mt_blksiz
=yes
21327 echo "$as_me: failed program was:" >&5
21328 sed 's/^/| /' conftest.
$ac_ext >&5
21330 ac_cv_member_struct_mtget_mt_blksiz
=no
21333 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21336 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21338 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21339 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21340 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21342 cat >>confdefs.h
<<_ACEOF
21343 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21348 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21349 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21350 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21351 echo $ECHO_N "(cached) $ECHO_C" >&6
21353 cat >conftest.
$ac_ext <<_ACEOF
21356 cat confdefs.h
>>conftest.
$ac_ext
21357 cat >>conftest.
$ac_ext <<_ACEOF
21358 /* end confdefs.h. */
21359 #include <sys/types.h>
21360 #ifdef HAVE_SYS_MTIO_H
21361 #include <sys/mtio.h>
21367 static struct mtget ac_aggr;
21368 if (ac_aggr.mt_gstat)
21374 rm -f conftest.
$ac_objext
21375 if { (ac_try
="$ac_compile"
21376 case "(($ac_try" in
21377 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21378 *) ac_try_echo=$ac_try;;
21380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21381 (eval "$ac_compile") 2>conftest.er1
21383 grep -v '^ *+' conftest.er1 >conftest.err
21385 cat conftest.err >&5
21386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21387 (exit $ac_status); } && {
21388 test -z "$ac_c_werror_flag" ||
21389 test ! -s conftest.err
21390 } && test -s conftest.$ac_objext; then
21391 ac_cv_member_struct_mtget_mt_gstat=yes
21393 echo "$as_me: failed program was:" >&5
21394 sed 's/^/| /' conftest.$ac_ext >&5
21396 cat >conftest.$ac_ext <<_ACEOF
21399 cat confdefs.h >>conftest.$ac_ext
21400 cat >>conftest.$ac_ext <<_ACEOF
21401 /* end confdefs.h. */
21402 #include <sys/types.h>
21403 #ifdef HAVE_SYS_MTIO_H
21404 #include <sys/mtio.h>
21410 static struct mtget ac_aggr;
21411 if (sizeof ac_aggr.mt_gstat)
21417 rm -f conftest.$ac_objext
21418 if { (ac_try="$ac_compile"
21419 case "(($ac_try" in
21420 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21421 *) ac_try_echo
=$ac_try;;
21423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21424 (eval "$ac_compile") 2>conftest.er1
21426 grep -v '^ *+' conftest.er1
>conftest.err
21428 cat conftest.err
>&5
21429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21430 (exit $ac_status); } && {
21431 test -z "$ac_c_werror_flag" ||
21432 test ! -s conftest.err
21433 } && test -s conftest.
$ac_objext; then
21434 ac_cv_member_struct_mtget_mt_gstat
=yes
21436 echo "$as_me: failed program was:" >&5
21437 sed 's/^/| /' conftest.
$ac_ext >&5
21439 ac_cv_member_struct_mtget_mt_gstat
=no
21442 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21445 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21447 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21448 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21449 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21451 cat >>confdefs.h
<<_ACEOF
21452 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21457 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21458 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21459 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21460 echo $ECHO_N "(cached) $ECHO_C" >&6
21462 cat >conftest.
$ac_ext <<_ACEOF
21465 cat confdefs.h
>>conftest.
$ac_ext
21466 cat >>conftest.
$ac_ext <<_ACEOF
21467 /* end confdefs.h. */
21468 #include <sys/types.h>
21469 #ifdef HAVE_SYS_MTIO_H
21470 #include <sys/mtio.h>
21476 static struct mtget ac_aggr;
21477 if (ac_aggr.mt_blkno)
21483 rm -f conftest.
$ac_objext
21484 if { (ac_try
="$ac_compile"
21485 case "(($ac_try" in
21486 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21487 *) ac_try_echo=$ac_try;;
21489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21490 (eval "$ac_compile") 2>conftest.er1
21492 grep -v '^ *+' conftest.er1 >conftest.err
21494 cat conftest.err >&5
21495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21496 (exit $ac_status); } && {
21497 test -z "$ac_c_werror_flag" ||
21498 test ! -s conftest.err
21499 } && test -s conftest.$ac_objext; then
21500 ac_cv_member_struct_mtget_mt_blkno=yes
21502 echo "$as_me: failed program was:" >&5
21503 sed 's/^/| /' conftest.$ac_ext >&5
21505 cat >conftest.$ac_ext <<_ACEOF
21508 cat confdefs.h >>conftest.$ac_ext
21509 cat >>conftest.$ac_ext <<_ACEOF
21510 /* end confdefs.h. */
21511 #include <sys/types.h>
21512 #ifdef HAVE_SYS_MTIO_H
21513 #include <sys/mtio.h>
21519 static struct mtget ac_aggr;
21520 if (sizeof ac_aggr.mt_blkno)
21526 rm -f conftest.$ac_objext
21527 if { (ac_try="$ac_compile"
21528 case "(($ac_try" in
21529 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21530 *) ac_try_echo
=$ac_try;;
21532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21533 (eval "$ac_compile") 2>conftest.er1
21535 grep -v '^ *+' conftest.er1
>conftest.err
21537 cat conftest.err
>&5
21538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21539 (exit $ac_status); } && {
21540 test -z "$ac_c_werror_flag" ||
21541 test ! -s conftest.err
21542 } && test -s conftest.
$ac_objext; then
21543 ac_cv_member_struct_mtget_mt_blkno
=yes
21545 echo "$as_me: failed program was:" >&5
21546 sed 's/^/| /' conftest.
$ac_ext >&5
21548 ac_cv_member_struct_mtget_mt_blkno
=no
21551 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21554 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21556 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21557 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21558 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21560 cat >>confdefs.h
<<_ACEOF
21561 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21568 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21569 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21570 if test "${ac_cv_member_struct_option_name+set}" = set; then
21571 echo $ECHO_N "(cached) $ECHO_C" >&6
21573 cat >conftest.
$ac_ext <<_ACEOF
21576 cat confdefs.h
>>conftest.
$ac_ext
21577 cat >>conftest.
$ac_ext <<_ACEOF
21578 /* end confdefs.h. */
21579 #ifdef HAVE_GETOPT_H
21580 #include <getopt.h>
21586 static struct option ac_aggr;
21593 rm -f conftest.
$ac_objext
21594 if { (ac_try
="$ac_compile"
21595 case "(($ac_try" in
21596 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21597 *) ac_try_echo=$ac_try;;
21599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21600 (eval "$ac_compile") 2>conftest.er1
21602 grep -v '^ *+' conftest.er1 >conftest.err
21604 cat conftest.err >&5
21605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21606 (exit $ac_status); } && {
21607 test -z "$ac_c_werror_flag" ||
21608 test ! -s conftest.err
21609 } && test -s conftest.$ac_objext; then
21610 ac_cv_member_struct_option_name=yes
21612 echo "$as_me: failed program was:" >&5
21613 sed 's/^/| /' conftest.$ac_ext >&5
21615 cat >conftest.$ac_ext <<_ACEOF
21618 cat confdefs.h >>conftest.$ac_ext
21619 cat >>conftest.$ac_ext <<_ACEOF
21620 /* end confdefs.h. */
21621 #ifdef HAVE_GETOPT_H
21622 #include <getopt.h>
21628 static struct option ac_aggr;
21629 if (sizeof ac_aggr.name)
21635 rm -f conftest.$ac_objext
21636 if { (ac_try="$ac_compile"
21637 case "(($ac_try" in
21638 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21639 *) ac_try_echo
=$ac_try;;
21641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21642 (eval "$ac_compile") 2>conftest.er1
21644 grep -v '^ *+' conftest.er1
>conftest.err
21646 cat conftest.err
>&5
21647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21648 (exit $ac_status); } && {
21649 test -z "$ac_c_werror_flag" ||
21650 test ! -s conftest.err
21651 } && test -s conftest.
$ac_objext; then
21652 ac_cv_member_struct_option_name
=yes
21654 echo "$as_me: failed program was:" >&5
21655 sed 's/^/| /' conftest.
$ac_ext >&5
21657 ac_cv_member_struct_option_name
=no
21660 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21663 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21666 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21667 if test $ac_cv_member_struct_option_name = yes; then
21669 cat >>confdefs.h
<<_ACEOF
21670 #define HAVE_STRUCT_OPTION_NAME 1
21677 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21678 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21679 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21680 echo $ECHO_N "(cached) $ECHO_C" >&6
21682 cat >conftest.
$ac_ext <<_ACEOF
21685 cat confdefs.h
>>conftest.
$ac_ext
21686 cat >>conftest.
$ac_ext <<_ACEOF
21687 /* end confdefs.h. */
21688 $ac_includes_default
21692 static struct stat ac_aggr;
21693 if (ac_aggr.st_blocks)
21699 rm -f conftest.
$ac_objext
21700 if { (ac_try
="$ac_compile"
21701 case "(($ac_try" in
21702 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21703 *) ac_try_echo=$ac_try;;
21705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21706 (eval "$ac_compile") 2>conftest.er1
21708 grep -v '^ *+' conftest.er1 >conftest.err
21710 cat conftest.err >&5
21711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21712 (exit $ac_status); } && {
21713 test -z "$ac_c_werror_flag" ||
21714 test ! -s conftest.err
21715 } && test -s conftest.$ac_objext; then
21716 ac_cv_member_struct_stat_st_blocks=yes
21718 echo "$as_me: failed program was:" >&5
21719 sed 's/^/| /' conftest.$ac_ext >&5
21721 cat >conftest.$ac_ext <<_ACEOF
21724 cat confdefs.h >>conftest.$ac_ext
21725 cat >>conftest.$ac_ext <<_ACEOF
21726 /* end confdefs.h. */
21727 $ac_includes_default
21731 static struct stat ac_aggr;
21732 if (sizeof ac_aggr.st_blocks)
21738 rm -f conftest.$ac_objext
21739 if { (ac_try="$ac_compile"
21740 case "(($ac_try" in
21741 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21742 *) ac_try_echo
=$ac_try;;
21744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21745 (eval "$ac_compile") 2>conftest.er1
21747 grep -v '^ *+' conftest.er1
>conftest.err
21749 cat conftest.err
>&5
21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); } && {
21752 test -z "$ac_c_werror_flag" ||
21753 test ! -s conftest.err
21754 } && test -s conftest.
$ac_objext; then
21755 ac_cv_member_struct_stat_st_blocks
=yes
21757 echo "$as_me: failed program was:" >&5
21758 sed 's/^/| /' conftest.
$ac_ext >&5
21760 ac_cv_member_struct_stat_st_blocks
=no
21763 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21766 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21768 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21769 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21770 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21772 cat >>confdefs.h
<<_ACEOF
21773 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21778 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21779 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21780 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21781 echo $ECHO_N "(cached) $ECHO_C" >&6
21783 cat >conftest.
$ac_ext <<_ACEOF
21786 cat confdefs.h
>>conftest.
$ac_ext
21787 cat >>conftest.
$ac_ext <<_ACEOF
21788 /* end confdefs.h. */
21789 $ac_includes_default
21793 static struct stat ac_aggr;
21794 if (ac_aggr.st_mtim)
21800 rm -f conftest.
$ac_objext
21801 if { (ac_try
="$ac_compile"
21802 case "(($ac_try" in
21803 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21804 *) ac_try_echo=$ac_try;;
21806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21807 (eval "$ac_compile") 2>conftest.er1
21809 grep -v '^ *+' conftest.er1 >conftest.err
21811 cat conftest.err >&5
21812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21813 (exit $ac_status); } && {
21814 test -z "$ac_c_werror_flag" ||
21815 test ! -s conftest.err
21816 } && test -s conftest.$ac_objext; then
21817 ac_cv_member_struct_stat_st_mtim=yes
21819 echo "$as_me: failed program was:" >&5
21820 sed 's/^/| /' conftest.$ac_ext >&5
21822 cat >conftest.$ac_ext <<_ACEOF
21825 cat confdefs.h >>conftest.$ac_ext
21826 cat >>conftest.$ac_ext <<_ACEOF
21827 /* end confdefs.h. */
21828 $ac_includes_default
21832 static struct stat ac_aggr;
21833 if (sizeof ac_aggr.st_mtim)
21839 rm -f conftest.$ac_objext
21840 if { (ac_try="$ac_compile"
21841 case "(($ac_try" in
21842 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21843 *) ac_try_echo
=$ac_try;;
21845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21846 (eval "$ac_compile") 2>conftest.er1
21848 grep -v '^ *+' conftest.er1
>conftest.err
21850 cat conftest.err
>&5
21851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21852 (exit $ac_status); } && {
21853 test -z "$ac_c_werror_flag" ||
21854 test ! -s conftest.err
21855 } && test -s conftest.
$ac_objext; then
21856 ac_cv_member_struct_stat_st_mtim
=yes
21858 echo "$as_me: failed program was:" >&5
21859 sed 's/^/| /' conftest.
$ac_ext >&5
21861 ac_cv_member_struct_stat_st_mtim
=no
21864 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21867 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21869 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21870 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21871 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21873 cat >>confdefs.h
<<_ACEOF
21874 #define HAVE_STRUCT_STAT_ST_MTIM 1
21879 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21880 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21881 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21882 echo $ECHO_N "(cached) $ECHO_C" >&6
21884 cat >conftest.
$ac_ext <<_ACEOF
21887 cat confdefs.h
>>conftest.
$ac_ext
21888 cat >>conftest.
$ac_ext <<_ACEOF
21889 /* end confdefs.h. */
21890 $ac_includes_default
21894 static struct stat ac_aggr;
21895 if (ac_aggr.st_ctim)
21901 rm -f conftest.
$ac_objext
21902 if { (ac_try
="$ac_compile"
21903 case "(($ac_try" in
21904 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21905 *) ac_try_echo=$ac_try;;
21907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21908 (eval "$ac_compile") 2>conftest.er1
21910 grep -v '^ *+' conftest.er1 >conftest.err
21912 cat conftest.err >&5
21913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21914 (exit $ac_status); } && {
21915 test -z "$ac_c_werror_flag" ||
21916 test ! -s conftest.err
21917 } && test -s conftest.$ac_objext; then
21918 ac_cv_member_struct_stat_st_ctim=yes
21920 echo "$as_me: failed program was:" >&5
21921 sed 's/^/| /' conftest.$ac_ext >&5
21923 cat >conftest.$ac_ext <<_ACEOF
21926 cat confdefs.h >>conftest.$ac_ext
21927 cat >>conftest.$ac_ext <<_ACEOF
21928 /* end confdefs.h. */
21929 $ac_includes_default
21933 static struct stat ac_aggr;
21934 if (sizeof ac_aggr.st_ctim)
21940 rm -f conftest.$ac_objext
21941 if { (ac_try="$ac_compile"
21942 case "(($ac_try" in
21943 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21944 *) ac_try_echo
=$ac_try;;
21946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21947 (eval "$ac_compile") 2>conftest.er1
21949 grep -v '^ *+' conftest.er1
>conftest.err
21951 cat conftest.err
>&5
21952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21953 (exit $ac_status); } && {
21954 test -z "$ac_c_werror_flag" ||
21955 test ! -s conftest.err
21956 } && test -s conftest.
$ac_objext; then
21957 ac_cv_member_struct_stat_st_ctim
=yes
21959 echo "$as_me: failed program was:" >&5
21960 sed 's/^/| /' conftest.
$ac_ext >&5
21962 ac_cv_member_struct_stat_st_ctim
=no
21965 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21968 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21970 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21971 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21972 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21974 cat >>confdefs.h
<<_ACEOF
21975 #define HAVE_STRUCT_STAT_ST_CTIM 1
21980 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21981 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21982 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21983 echo $ECHO_N "(cached) $ECHO_C" >&6
21985 cat >conftest.
$ac_ext <<_ACEOF
21988 cat confdefs.h
>>conftest.
$ac_ext
21989 cat >>conftest.
$ac_ext <<_ACEOF
21990 /* end confdefs.h. */
21991 $ac_includes_default
21995 static struct stat ac_aggr;
21996 if (ac_aggr.st_atim)
22002 rm -f conftest.
$ac_objext
22003 if { (ac_try
="$ac_compile"
22004 case "(($ac_try" in
22005 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22006 *) ac_try_echo=$ac_try;;
22008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22009 (eval "$ac_compile") 2>conftest.er1
22011 grep -v '^ *+' conftest.er1 >conftest.err
22013 cat conftest.err >&5
22014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22015 (exit $ac_status); } && {
22016 test -z "$ac_c_werror_flag" ||
22017 test ! -s conftest.err
22018 } && test -s conftest.$ac_objext; then
22019 ac_cv_member_struct_stat_st_atim=yes
22021 echo "$as_me: failed program was:" >&5
22022 sed 's/^/| /' conftest.$ac_ext >&5
22024 cat >conftest.$ac_ext <<_ACEOF
22027 cat confdefs.h >>conftest.$ac_ext
22028 cat >>conftest.$ac_ext <<_ACEOF
22029 /* end confdefs.h. */
22030 $ac_includes_default
22034 static struct stat ac_aggr;
22035 if (sizeof ac_aggr.st_atim)
22041 rm -f conftest.$ac_objext
22042 if { (ac_try="$ac_compile"
22043 case "(($ac_try" in
22044 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22045 *) ac_try_echo
=$ac_try;;
22047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22048 (eval "$ac_compile") 2>conftest.er1
22050 grep -v '^ *+' conftest.er1
>conftest.err
22052 cat conftest.err
>&5
22053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22054 (exit $ac_status); } && {
22055 test -z "$ac_c_werror_flag" ||
22056 test ! -s conftest.err
22057 } && test -s conftest.
$ac_objext; then
22058 ac_cv_member_struct_stat_st_atim
=yes
22060 echo "$as_me: failed program was:" >&5
22061 sed 's/^/| /' conftest.
$ac_ext >&5
22063 ac_cv_member_struct_stat_st_atim
=no
22066 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22069 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22071 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22072 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22073 if test $ac_cv_member_struct_stat_st_atim = yes; then
22075 cat >>confdefs.h
<<_ACEOF
22076 #define HAVE_STRUCT_STAT_ST_ATIM 1
22083 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22084 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22085 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22086 echo $ECHO_N "(cached) $ECHO_C" >&6
22088 cat >conftest.
$ac_ext <<_ACEOF
22091 cat confdefs.h
>>conftest.
$ac_ext
22092 cat >>conftest.
$ac_ext <<_ACEOF
22093 /* end confdefs.h. */
22094 #ifdef HAVE_SYS_TYPES_H
22095 #include <sys/types.h>
22097 #ifdef HAVE_NETINET_IN_H
22098 #include <netinet/in.h>
22104 static struct sockaddr_in6 ac_aggr;
22105 if (ac_aggr.sin6_scope_id)
22111 rm -f conftest.
$ac_objext
22112 if { (ac_try
="$ac_compile"
22113 case "(($ac_try" in
22114 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22115 *) ac_try_echo=$ac_try;;
22117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22118 (eval "$ac_compile") 2>conftest.er1
22120 grep -v '^ *+' conftest.er1 >conftest.err
22122 cat conftest.err >&5
22123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22124 (exit $ac_status); } && {
22125 test -z "$ac_c_werror_flag" ||
22126 test ! -s conftest.err
22127 } && test -s conftest.$ac_objext; then
22128 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22130 echo "$as_me: failed program was:" >&5
22131 sed 's/^/| /' conftest.$ac_ext >&5
22133 cat >conftest.$ac_ext <<_ACEOF
22136 cat confdefs.h >>conftest.$ac_ext
22137 cat >>conftest.$ac_ext <<_ACEOF
22138 /* end confdefs.h. */
22139 #ifdef HAVE_SYS_TYPES_H
22140 #include <sys/types.h>
22142 #ifdef HAVE_NETINET_IN_H
22143 #include <netinet/in.h>
22149 static struct sockaddr_in6 ac_aggr;
22150 if (sizeof ac_aggr.sin6_scope_id)
22156 rm -f conftest.$ac_objext
22157 if { (ac_try="$ac_compile"
22158 case "(($ac_try" in
22159 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22160 *) ac_try_echo
=$ac_try;;
22162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22163 (eval "$ac_compile") 2>conftest.er1
22165 grep -v '^ *+' conftest.er1
>conftest.err
22167 cat conftest.err
>&5
22168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22169 (exit $ac_status); } && {
22170 test -z "$ac_c_werror_flag" ||
22171 test ! -s conftest.err
22172 } && test -s conftest.
$ac_objext; then
22173 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
22175 echo "$as_me: failed program was:" >&5
22176 sed 's/^/| /' conftest.
$ac_ext >&5
22178 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=no
22181 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22184 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22186 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22187 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22188 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22190 cat >>confdefs.h
<<_ACEOF
22191 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22198 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22199 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22200 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22201 echo $ECHO_N "(cached) $ECHO_C" >&6
22203 cat >conftest.
$ac_ext <<_ACEOF
22206 cat confdefs.h
>>conftest.
$ac_ext
22207 cat >>conftest.
$ac_ext <<_ACEOF
22208 /* end confdefs.h. */
22209 #ifdef HAVE_SYS_TYPES_H
22210 #include <sys/types.h>
22212 #ifdef HAVE_NETINET_IN_H
22213 # include <netinet/in.h>
22215 #ifdef HAVE_ARPA_NAMESER_H
22216 # include <arpa/nameser.h>
22222 static ns_msg ac_aggr;
22223 if (ac_aggr._msg_ptr)
22229 rm -f conftest.
$ac_objext
22230 if { (ac_try
="$ac_compile"
22231 case "(($ac_try" in
22232 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22233 *) ac_try_echo=$ac_try;;
22235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22236 (eval "$ac_compile") 2>conftest.er1
22238 grep -v '^ *+' conftest.er1 >conftest.err
22240 cat conftest.err >&5
22241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22242 (exit $ac_status); } && {
22243 test -z "$ac_c_werror_flag" ||
22244 test ! -s conftest.err
22245 } && test -s conftest.$ac_objext; then
22246 ac_cv_member_ns_msg__msg_ptr=yes
22248 echo "$as_me: failed program was:" >&5
22249 sed 's/^/| /' conftest.$ac_ext >&5
22251 cat >conftest.$ac_ext <<_ACEOF
22254 cat confdefs.h >>conftest.$ac_ext
22255 cat >>conftest.$ac_ext <<_ACEOF
22256 /* end confdefs.h. */
22257 #ifdef HAVE_SYS_TYPES_H
22258 #include <sys/types.h>
22260 #ifdef HAVE_NETINET_IN_H
22261 # include <netinet/in.h>
22263 #ifdef HAVE_ARPA_NAMESER_H
22264 # include <arpa/nameser.h>
22270 static ns_msg ac_aggr;
22271 if (sizeof ac_aggr._msg_ptr)
22277 rm -f conftest.$ac_objext
22278 if { (ac_try="$ac_compile"
22279 case "(($ac_try" in
22280 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22281 *) ac_try_echo
=$ac_try;;
22283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22284 (eval "$ac_compile") 2>conftest.er1
22286 grep -v '^ *+' conftest.er1
>conftest.err
22288 cat conftest.err
>&5
22289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22290 (exit $ac_status); } && {
22291 test -z "$ac_c_werror_flag" ||
22292 test ! -s conftest.err
22293 } && test -s conftest.
$ac_objext; then
22294 ac_cv_member_ns_msg__msg_ptr
=yes
22296 echo "$as_me: failed program was:" >&5
22297 sed 's/^/| /' conftest.
$ac_ext >&5
22299 ac_cv_member_ns_msg__msg_ptr
=no
22302 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22305 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22307 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22308 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22309 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22311 cat >>confdefs.h
<<_ACEOF
22312 #define HAVE_NS_MSG__MSG_PTR 1
22319 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22320 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22321 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22322 echo $ECHO_N "(cached) $ECHO_C" >&6
22324 cat >conftest.
$ac_ext <<_ACEOF
22327 cat confdefs.h
>>conftest.
$ac_ext
22328 cat >>conftest.
$ac_ext <<_ACEOF
22329 /* end confdefs.h. */
22330 #ifdef HAVE_SYS_TYPES_H
22331 #include <sys/types.h>
22333 #ifdef HAVE_ALIAS_H
22336 #ifdef HAVE_SYS_SOCKET_H
22337 #include <sys/socket.h>
22339 #ifdef HAVE_SYS_SOCKETVAR_H
22340 #include <sys/socketvar.h>
22342 #ifdef HAVE_SYS_TIMEOUT_H
22343 #include <sys/timeout.h>
22345 #ifdef HAVE_NETINET_IN_H
22346 #include <netinet/in.h>
22348 #ifdef HAVE_NETINET_IN_SYSTM_H
22349 #include <netinet/in_systm.h>
22351 #ifdef HAVE_NETINET_IP_H
22352 #include <netinet/ip.h>
22354 #ifdef HAVE_NETINET_IP_VAR_H
22355 #include <netinet/ip_var.h>
22357 #ifdef HAVE_NETINET_IP_ICMP_H
22358 #include <netinet/ip_icmp.h>
22360 #ifdef HAVE_NETINET_ICMP_VAR
22361 #include <netinet/icmp_var.h>
22367 static struct icmpstat ac_aggr;
22368 if (ac_aggr.icps_outhist)
22374 rm -f conftest.
$ac_objext
22375 if { (ac_try
="$ac_compile"
22376 case "(($ac_try" in
22377 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22378 *) ac_try_echo=$ac_try;;
22380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22381 (eval "$ac_compile") 2>conftest.er1
22383 grep -v '^ *+' conftest.er1 >conftest.err
22385 cat conftest.err >&5
22386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22387 (exit $ac_status); } && {
22388 test -z "$ac_c_werror_flag" ||
22389 test ! -s conftest.err
22390 } && test -s conftest.$ac_objext; then
22391 ac_cv_member_struct_icmpstat_icps_outhist=yes
22393 echo "$as_me: failed program was:" >&5
22394 sed 's/^/| /' conftest.$ac_ext >&5
22396 cat >conftest.$ac_ext <<_ACEOF
22399 cat confdefs.h >>conftest.$ac_ext
22400 cat >>conftest.$ac_ext <<_ACEOF
22401 /* end confdefs.h. */
22402 #ifdef HAVE_SYS_TYPES_H
22403 #include <sys/types.h>
22405 #ifdef HAVE_ALIAS_H
22408 #ifdef HAVE_SYS_SOCKET_H
22409 #include <sys/socket.h>
22411 #ifdef HAVE_SYS_SOCKETVAR_H
22412 #include <sys/socketvar.h>
22414 #ifdef HAVE_SYS_TIMEOUT_H
22415 #include <sys/timeout.h>
22417 #ifdef HAVE_NETINET_IN_H
22418 #include <netinet/in.h>
22420 #ifdef HAVE_NETINET_IN_SYSTM_H
22421 #include <netinet/in_systm.h>
22423 #ifdef HAVE_NETINET_IP_H
22424 #include <netinet/ip.h>
22426 #ifdef HAVE_NETINET_IP_VAR_H
22427 #include <netinet/ip_var.h>
22429 #ifdef HAVE_NETINET_IP_ICMP_H
22430 #include <netinet/ip_icmp.h>
22432 #ifdef HAVE_NETINET_ICMP_VAR
22433 #include <netinet/icmp_var.h>
22439 static struct icmpstat ac_aggr;
22440 if (sizeof ac_aggr.icps_outhist)
22446 rm -f conftest.$ac_objext
22447 if { (ac_try="$ac_compile"
22448 case "(($ac_try" in
22449 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22450 *) ac_try_echo
=$ac_try;;
22452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22453 (eval "$ac_compile") 2>conftest.er1
22455 grep -v '^ *+' conftest.er1
>conftest.err
22457 cat conftest.err
>&5
22458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22459 (exit $ac_status); } && {
22460 test -z "$ac_c_werror_flag" ||
22461 test ! -s conftest.err
22462 } && test -s conftest.
$ac_objext; then
22463 ac_cv_member_struct_icmpstat_icps_outhist
=yes
22465 echo "$as_me: failed program was:" >&5
22466 sed 's/^/| /' conftest.
$ac_ext >&5
22468 ac_cv_member_struct_icmpstat_icps_outhist
=no
22471 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22474 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22476 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22477 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22478 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22480 cat >>confdefs.h
<<_ACEOF
22481 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22488 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22489 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22490 if test "${ac_cv_have_timezone+set}" = set; then
22491 echo $ECHO_N "(cached) $ECHO_C" >&6
22493 cat >conftest.
$ac_ext <<_ACEOF
22496 cat confdefs.h
>>conftest.
$ac_ext
22497 cat >>conftest.
$ac_ext <<_ACEOF
22498 /* end confdefs.h. */
22508 rm -f conftest.
$ac_objext conftest
$ac_exeext
22509 if { (ac_try
="$ac_link"
22510 case "(($ac_try" in
22511 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22512 *) ac_try_echo=$ac_try;;
22514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22515 (eval "$ac_link") 2>conftest.er1
22517 grep -v '^ *+' conftest.er1 >conftest.err
22519 cat conftest.err >&5
22520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22521 (exit $ac_status); } && {
22522 test -z "$ac_c_werror_flag" ||
22523 test ! -s conftest.err
22524 } && test -s conftest$ac_exeext &&
22525 $as_test_x conftest$ac_exeext; then
22526 ac_cv_have_timezone="yes"
22528 echo "$as_me: failed program was:" >&5
22529 sed 's/^/| /' conftest.$ac_ext >&5
22531 ac_cv_have_timezone="no"
22534 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22535 conftest$ac_exeext conftest.$ac_ext
22537 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22538 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22539 if test "$ac_cv_have_timezone" = "yes"
22542 cat >>confdefs.h <<\_ACEOF
22543 #define HAVE_TIMEZONE 1
22547 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22548 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22549 if test "${ac_cv_have_daylight+set}" = set; then
22550 echo $ECHO_N "(cached) $ECHO_C" >&6
22552 cat >conftest.$ac_ext <<_ACEOF
22555 cat confdefs.h >>conftest.$ac_ext
22556 cat >>conftest.$ac_ext <<_ACEOF
22557 /* end confdefs.h. */
22567 rm -f conftest.$ac_objext conftest$ac_exeext
22568 if { (ac_try="$ac_link"
22569 case "(($ac_try" in
22570 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22571 *) ac_try_echo
=$ac_try;;
22573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22574 (eval "$ac_link") 2>conftest.er1
22576 grep -v '^ *+' conftest.er1
>conftest.err
22578 cat conftest.err
>&5
22579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22580 (exit $ac_status); } && {
22581 test -z "$ac_c_werror_flag" ||
22582 test ! -s conftest.err
22583 } && test -s conftest
$ac_exeext &&
22584 $as_test_x conftest
$ac_exeext; then
22585 ac_cv_have_daylight
="yes"
22587 echo "$as_me: failed program was:" >&5
22588 sed 's/^/| /' conftest.
$ac_ext >&5
22590 ac_cv_have_daylight
="no"
22593 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22594 conftest
$ac_exeext conftest.
$ac_ext
22596 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22597 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22598 if test "$ac_cv_have_daylight" = "yes"
22601 cat >>confdefs.h
<<\_ACEOF
22602 #define HAVE_DAYLIGHT 1
22607 { echo "$as_me:$LINENO: checking for isinf" >&5
22608 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22609 if test "${ac_cv_have_isinf+set}" = set; then
22610 echo $ECHO_N "(cached) $ECHO_C" >&6
22612 cat >conftest.
$ac_ext <<_ACEOF
22615 cat confdefs.h
>>conftest.
$ac_ext
22616 cat >>conftest.
$ac_ext <<_ACEOF
22617 /* end confdefs.h. */
22622 float f = 0.0; int i=isinf(f)
22627 rm -f conftest.
$ac_objext conftest
$ac_exeext
22628 if { (ac_try
="$ac_link"
22629 case "(($ac_try" in
22630 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22631 *) ac_try_echo=$ac_try;;
22633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22634 (eval "$ac_link") 2>conftest.er1
22636 grep -v '^ *+' conftest.er1 >conftest.err
22638 cat conftest.err >&5
22639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22640 (exit $ac_status); } && {
22641 test -z "$ac_c_werror_flag" ||
22642 test ! -s conftest.err
22643 } && test -s conftest$ac_exeext &&
22644 $as_test_x conftest$ac_exeext; then
22645 ac_cv_have_isinf="yes"
22647 echo "$as_me: failed program was:" >&5
22648 sed 's/^/| /' conftest.$ac_ext >&5
22650 ac_cv_have_isinf="no"
22653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22654 conftest$ac_exeext conftest.$ac_ext
22656 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22657 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22658 if test "$ac_cv_have_isinf" = "yes"
22661 cat >>confdefs.h <<\_ACEOF
22662 #define HAVE_ISINF 1
22667 { echo "$as_me:$LINENO: checking for isnan" >&5
22668 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22669 if test "${ac_cv_have_isnan+set}" = set; then
22670 echo $ECHO_N "(cached) $ECHO_C" >&6
22672 cat >conftest.$ac_ext <<_ACEOF
22675 cat confdefs.h >>conftest.$ac_ext
22676 cat >>conftest.$ac_ext <<_ACEOF
22677 /* end confdefs.h. */
22682 float f = 0.0; int i=isnan(f)
22687 rm -f conftest.$ac_objext conftest$ac_exeext
22688 if { (ac_try="$ac_link"
22689 case "(($ac_try" in
22690 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22691 *) ac_try_echo
=$ac_try;;
22693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22694 (eval "$ac_link") 2>conftest.er1
22696 grep -v '^ *+' conftest.er1
>conftest.err
22698 cat conftest.err
>&5
22699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22700 (exit $ac_status); } && {
22701 test -z "$ac_c_werror_flag" ||
22702 test ! -s conftest.err
22703 } && test -s conftest
$ac_exeext &&
22704 $as_test_x conftest
$ac_exeext; then
22705 ac_cv_have_isnan
="yes"
22707 echo "$as_me: failed program was:" >&5
22708 sed 's/^/| /' conftest.
$ac_ext >&5
22710 ac_cv_have_isnan
="no"
22713 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22714 conftest
$ac_exeext conftest.
$ac_ext
22716 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22717 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22718 if test "$ac_cv_have_isnan" = "yes"
22721 cat >>confdefs.h
<<\_ACEOF
22722 #define HAVE_ISNAN 1
22729 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22730 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22731 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22732 echo $ECHO_N "(cached) $ECHO_C" >&6
22734 cat >conftest.
$ac_ext <<_ACEOF
22737 cat confdefs.h
>>conftest.
$ac_ext
22738 cat >>conftest.
$ac_ext <<_ACEOF
22739 /* end confdefs.h. */
22744 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22745 $EGREP "yes" >/dev
/null
2>&1; then
22746 ac_cv_cpp_def___i386__
=yes
22748 ac_cv_cpp_def___i386__
=no
22753 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22754 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22755 if test $ac_cv_cpp_def___i386__ = yes; then
22756 CFLAGS
="$CFLAGS -D__i386__"
22757 LINTFLAGS
="$LINTFLAGS -D__i386__"
22760 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22761 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22762 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22763 echo $ECHO_N "(cached) $ECHO_C" >&6
22765 cat >conftest.
$ac_ext <<_ACEOF
22768 cat confdefs.h
>>conftest.
$ac_ext
22769 cat >>conftest.
$ac_ext <<_ACEOF
22770 /* end confdefs.h. */
22775 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22776 $EGREP "yes" >/dev
/null
2>&1; then
22777 ac_cv_cpp_def___x86_64__
=yes
22779 ac_cv_cpp_def___x86_64__
=no
22784 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22785 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22786 if test $ac_cv_cpp_def___x86_64__ = yes; then
22787 CFLAGS
="$CFLAGS -D__x86_64__"
22788 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
22791 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22792 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22793 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22794 echo $ECHO_N "(cached) $ECHO_C" >&6
22796 cat >conftest.
$ac_ext <<_ACEOF
22799 cat confdefs.h
>>conftest.
$ac_ext
22800 cat >>conftest.
$ac_ext <<_ACEOF
22801 /* end confdefs.h. */
22806 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22807 $EGREP "yes" >/dev
/null
2>&1; then
22808 ac_cv_cpp_def___ALPHA__
=yes
22810 ac_cv_cpp_def___ALPHA__
=no
22815 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22816 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22817 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22818 CFLAGS
="$CFLAGS -D__ALPHA__"
22819 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
22822 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22823 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22824 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22825 echo $ECHO_N "(cached) $ECHO_C" >&6
22827 cat >conftest.
$ac_ext <<_ACEOF
22830 cat confdefs.h
>>conftest.
$ac_ext
22831 cat >>conftest.
$ac_ext <<_ACEOF
22832 /* end confdefs.h. */
22837 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22838 $EGREP "yes" >/dev
/null
2>&1; then
22839 ac_cv_cpp_def___sparc__
=yes
22841 ac_cv_cpp_def___sparc__
=no
22846 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22847 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22848 if test $ac_cv_cpp_def___sparc__ = yes; then
22849 CFLAGS
="$CFLAGS -D__sparc__"
22850 LINTFLAGS
="$LINTFLAGS -D__sparc__"
22853 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22854 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22855 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22856 echo $ECHO_N "(cached) $ECHO_C" >&6
22858 cat >conftest.
$ac_ext <<_ACEOF
22861 cat confdefs.h
>>conftest.
$ac_ext
22862 cat >>conftest.
$ac_ext <<_ACEOF
22863 /* end confdefs.h. */
22864 #ifndef __powerpc__
22868 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22869 $EGREP "yes" >/dev
/null
2>&1; then
22870 ac_cv_cpp_def___powerpc__
=yes
22872 ac_cv_cpp_def___powerpc__
=no
22877 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22878 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22879 if test $ac_cv_cpp_def___powerpc__ = yes; then
22880 CFLAGS
="$CFLAGS -D__powerpc__"
22881 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
22886 case $host_vendor in
22887 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22888 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22889 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22890 echo $ECHO_N "(cached) $ECHO_C" >&6
22892 cat >conftest.
$ac_ext <<_ACEOF
22895 cat confdefs.h
>>conftest.
$ac_ext
22896 cat >>conftest.
$ac_ext <<_ACEOF
22897 /* end confdefs.h. */
22902 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22903 $EGREP "yes" >/dev
/null
2>&1; then
22904 ac_cv_cpp_def___sun__
=yes
22906 ac_cv_cpp_def___sun__
=no
22911 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22912 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22913 if test $ac_cv_cpp_def___sun__ = yes; then
22914 CFLAGS
="$CFLAGS -D__sun__"
22915 LINTFLAGS
="$LINTFLAGS -D__sun__"
22921 DEPENDENCIES
="### Dependencies:
22927 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22929 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
22930 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22931 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22932 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22933 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22940 ALL_MAKEFILE_DEPENDS
="# Makefile dependencies"
22951 ALL_PROGRAM_DIRS
=""
22953 ALL_PROGRAM_INSTALL_DIRS
=""
22955 ALL_PROGRAM_BIN_INSTALL_DIRS
=""
22961 ac_config_commands
="$ac_config_commands include/stamp-h"
22964 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
22966 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
22968 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
22970 ac_config_commands
="$ac_config_commands dlls/user32/resources"
22972 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
22974 ac_config_commands
="$ac_config_commands include/wine"
22977 ALL_MAKERULES
="$ALL_MAKERULES \\
22979 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22980 Make.rules: Make.rules.in"
22981 MAKE_RULES
=Make.rules
22982 ac_config_files
="$ac_config_files Make.rules"
22984 ALL_MAKERULES
="$ALL_MAKERULES \\
22985 dlls/Makedll.rules"
22986 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22987 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22988 MAKE_DLL_RULES
=dlls
/Makedll.rules
22989 ac_config_files
="$ac_config_files dlls/Makedll.rules"
22991 ALL_MAKERULES
="$ALL_MAKERULES \\
22992 dlls/Makeimplib.rules"
22993 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
22994 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22995 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
22996 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
22998 ALL_MAKERULES
="$ALL_MAKERULES \\
22999 dlls/Maketest.rules"
23000 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23001 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23002 MAKE_TEST_RULES
=dlls
/Maketest.rules
23003 ac_config_files
="$ac_config_files dlls/Maketest.rules"
23005 ALL_MAKERULES
="$ALL_MAKERULES \\
23006 programs/Makeprog.rules"
23007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23008 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23009 MAKE_PROG_RULES
=programs
/Makeprog.rules
23010 ac_config_files
="$ac_config_files programs/Makeprog.rules"
23015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23016 Makefile: Makefile.in Make.rules"
23017 ac_config_files
="$ac_config_files Makefile"
23019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23021 test "x$enable_dlls" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
23023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23024 dlls/Makefile: dlls/Makefile.in Make.rules"
23025 ac_config_files
="$ac_config_files dlls/Makefile"
23027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23028 dlls/acledit/Makefile"
23029 test "x$enable_acledit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23032 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23033 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
23035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23036 dlls/aclui/Makefile"
23037 test "x$enable_aclui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23040 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23041 ac_config_files
="$ac_config_files dlls/aclui/Makefile"
23043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23044 dlls/activeds/Makefile"
23045 test "x$enable_activeds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23048 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23049 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
23051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23052 dlls/actxprxy/Makefile"
23053 test "x$enable_actxprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23056 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23057 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
23059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23060 dlls/adsiid/Makefile"
23061 test "x$enable_adsiid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
23063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23064 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23065 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
23067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23068 dlls/advapi32/Makefile"
23069 test "x$enable_advapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23072 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23073 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
23075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23076 dlls/advapi32/tests/Makefile"
23077 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23080 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23081 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
23083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23084 dlls/advpack/Makefile"
23085 test "x$enable_advpack" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23088 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23089 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
23091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23092 dlls/advpack/tests/Makefile"
23093 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23096 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23097 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
23099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23100 dlls/amstream/Makefile"
23101 test "x$enable_amstream" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23104 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23105 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
23107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23108 dlls/amstream/tests/Makefile"
23109 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23112 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23113 ac_config_files
="$ac_config_files dlls/amstream/tests/Makefile"
23115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23116 dlls/appwiz.cpl/Makefile"
23117 test "x$enable_appwiz_cpl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23120 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23121 ac_config_files
="$ac_config_files dlls/appwiz.cpl/Makefile"
23123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23125 test "x$enable_atl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23128 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23129 ac_config_files
="$ac_config_files dlls/atl/Makefile"
23131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23132 dlls/authz/Makefile"
23133 test "x$enable_authz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23136 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23137 ac_config_files
="$ac_config_files dlls/authz/Makefile"
23139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23140 dlls/avicap32/Makefile"
23141 test "x$enable_avicap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23144 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23145 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
23147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23148 dlls/avifil32/Makefile"
23149 test "x$enable_avifil32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23152 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23153 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
23155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23156 dlls/avifile.dll16/Makefile"
23157 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23160 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23161 ac_config_files
="$ac_config_files dlls/avifile.dll16/Makefile"
23163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23164 dlls/bcrypt/Makefile"
23165 test "x$enable_bcrypt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23168 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23169 ac_config_files
="$ac_config_files dlls/bcrypt/Makefile"
23171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23172 dlls/browseui/Makefile"
23173 test "x$enable_browseui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23176 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23177 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
23179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23180 dlls/browseui/tests/Makefile"
23181 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23184 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23185 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
23187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23188 dlls/cabinet/Makefile"
23189 test "x$enable_cabinet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23192 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23193 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
23195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23196 dlls/cabinet/tests/Makefile"
23197 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23200 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23201 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
23203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23204 dlls/capi2032/Makefile"
23205 test "x$enable_capi2032" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23208 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23209 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
23211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23212 dlls/cards/Makefile"
23213 test "x$enable_cards" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23216 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23217 ac_config_files
="$ac_config_files dlls/cards/Makefile"
23219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23220 dlls/cfgmgr32/Makefile"
23221 test "x$enable_cfgmgr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23224 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23225 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
23227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23228 dlls/clusapi/Makefile"
23229 test "x$enable_clusapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23232 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23233 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
23235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23236 dlls/comcat/Makefile"
23237 test "x$enable_comcat" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23240 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23241 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
23243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23244 dlls/comcat/tests/Makefile"
23245 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23248 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23249 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
23251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23252 dlls/comctl32/Makefile"
23253 test "x$enable_comctl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23256 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23257 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
23259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23260 dlls/comctl32/tests/Makefile"
23261 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23264 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23265 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
23267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23268 dlls/comdlg32/Makefile"
23269 test "x$enable_comdlg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23272 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23273 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
23275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23276 dlls/comdlg32/tests/Makefile"
23277 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23280 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23281 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
23283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23284 dlls/comm.drv16/Makefile"
23285 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23288 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23289 ac_config_files
="$ac_config_files dlls/comm.drv16/Makefile"
23291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23292 dlls/compobj.dll16/Makefile"
23293 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23296 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23297 ac_config_files
="$ac_config_files dlls/compobj.dll16/Makefile"
23299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23300 dlls/compstui/Makefile"
23301 test "x$enable_compstui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23304 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23305 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
23307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23308 dlls/credui/Makefile"
23309 test "x$enable_credui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23312 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23313 ac_config_files
="$ac_config_files dlls/credui/Makefile"
23315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23316 dlls/credui/tests/Makefile"
23317 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23320 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23321 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
23323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23324 dlls/crtdll/Makefile"
23325 test "x$enable_crtdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23328 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23329 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
23331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23332 dlls/crypt32/Makefile"
23333 test "x$enable_crypt32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23336 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23337 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
23339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23340 dlls/crypt32/tests/Makefile"
23341 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23344 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23345 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
23347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23348 dlls/cryptdlg/Makefile"
23349 test "x$enable_cryptdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23352 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23353 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
23355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23356 dlls/cryptdll/Makefile"
23357 test "x$enable_cryptdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23360 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23361 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
23363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23364 dlls/cryptnet/Makefile"
23365 test "x$enable_cryptnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23368 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23369 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
23371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23372 dlls/cryptnet/tests/Makefile"
23373 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23376 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23377 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
23379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23380 dlls/cryptui/Makefile"
23381 test "x$enable_cryptui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23384 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23385 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
23387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23388 dlls/cryptui/tests/Makefile"
23389 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23392 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23393 ac_config_files
="$ac_config_files dlls/cryptui/tests/Makefile"
23395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23396 dlls/ctapi32/Makefile"
23397 test "x$enable_ctapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23400 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23401 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
23403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23404 dlls/ctl3d.dll16/Makefile"
23405 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23408 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23409 ac_config_files
="$ac_config_files dlls/ctl3d.dll16/Makefile"
23411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23412 dlls/ctl3d32/Makefile"
23413 test "x$enable_ctl3d32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23416 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23417 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
23419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23420 dlls/ctl3dv2.dll16/Makefile"
23421 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23424 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23425 ac_config_files
="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23428 dlls/d3d10/Makefile"
23429 test "x$enable_d3d10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23432 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23433 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
23435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23436 dlls/d3d10/tests/Makefile"
23437 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23440 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files
="$ac_config_files dlls/d3d10/tests/Makefile"
23443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23444 dlls/d3d10core/Makefile"
23445 test "x$enable_d3d10core" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23448 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23449 ac_config_files
="$ac_config_files dlls/d3d10core/Makefile"
23451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23452 dlls/d3d10core/tests/Makefile"
23453 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23456 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23457 ac_config_files
="$ac_config_files dlls/d3d10core/tests/Makefile"
23459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23460 dlls/d3d8/Makefile"
23461 test "x$enable_d3d8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23464 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23465 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
23467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23468 dlls/d3d8/tests/Makefile"
23469 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23472 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23473 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
23475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23476 dlls/d3d9/Makefile"
23477 test "x$enable_d3d9" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23480 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23481 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
23483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23484 dlls/d3d9/tests/Makefile"
23485 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23488 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23489 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
23491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23492 dlls/d3dim/Makefile"
23493 test "x$enable_d3dim" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23496 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23497 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
23499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23500 dlls/d3drm/Makefile"
23501 test "x$enable_d3drm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23504 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23505 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
23507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23508 dlls/d3drm/tests/Makefile"
23509 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23512 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23513 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
23515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23516 dlls/d3dx8/Makefile"
23517 test "x$enable_d3dx8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23520 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23521 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
23523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23524 dlls/d3dx8/tests/Makefile"
23525 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23528 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23529 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
23531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23532 dlls/d3dx9_24/Makefile"
23533 test "x$enable_d3dx9_24" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23536 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23537 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
23539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23540 dlls/d3dx9_25/Makefile"
23541 test "x$enable_d3dx9_25" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23544 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23545 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
23547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23548 dlls/d3dx9_26/Makefile"
23549 test "x$enable_d3dx9_26" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23552 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23553 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
23555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23556 dlls/d3dx9_27/Makefile"
23557 test "x$enable_d3dx9_27" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23560 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23561 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
23563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23564 dlls/d3dx9_28/Makefile"
23565 test "x$enable_d3dx9_28" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23568 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23569 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
23571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23572 dlls/d3dx9_29/Makefile"
23573 test "x$enable_d3dx9_29" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23576 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23577 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
23579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23580 dlls/d3dx9_30/Makefile"
23581 test "x$enable_d3dx9_30" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23584 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23585 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
23587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23588 dlls/d3dx9_31/Makefile"
23589 test "x$enable_d3dx9_31" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23592 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23593 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
23595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23596 dlls/d3dx9_32/Makefile"
23597 test "x$enable_d3dx9_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23600 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23601 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
23603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23604 dlls/d3dx9_33/Makefile"
23605 test "x$enable_d3dx9_33" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23608 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23609 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
23611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23612 dlls/d3dx9_34/Makefile"
23613 test "x$enable_d3dx9_34" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23616 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23617 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
23619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23620 dlls/d3dx9_35/Makefile"
23621 test "x$enable_d3dx9_35" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23624 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23625 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
23627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23628 dlls/d3dx9_36/Makefile"
23629 test "x$enable_d3dx9_36" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23632 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23633 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
23635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23636 dlls/d3dx9_36/tests/Makefile"
23637 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23640 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23641 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23644 dlls/d3dx9_37/Makefile"
23645 test "x$enable_d3dx9_37" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23648 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23649 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
23651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23652 dlls/d3dx9_38/Makefile"
23653 test "x$enable_d3dx9_38" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23656 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23657 ac_config_files
="$ac_config_files dlls/d3dx9_38/Makefile"
23659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23660 dlls/d3dx9_39/Makefile"
23661 test "x$enable_d3dx9_39" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23664 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23665 ac_config_files
="$ac_config_files dlls/d3dx9_39/Makefile"
23667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23668 dlls/d3dx9_40/Makefile"
23669 test "x$enable_d3dx9_40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23672 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23673 ac_config_files
="$ac_config_files dlls/d3dx9_40/Makefile"
23675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23676 dlls/d3dx9_41/Makefile"
23677 test "x$enable_d3dx9_41" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23680 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
23681 ac_config_files
="$ac_config_files dlls/d3dx9_41/Makefile"
23683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23684 dlls/d3dxof/Makefile"
23685 test "x$enable_d3dxof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23688 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23689 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
23691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23692 dlls/d3dxof/tests/Makefile"
23693 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23696 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23697 ac_config_files
="$ac_config_files dlls/d3dxof/tests/Makefile"
23699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23700 dlls/dbghelp/Makefile"
23701 test "x$enable_dbghelp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23704 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23705 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
23707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23708 dlls/dciman32/Makefile"
23709 test "x$enable_dciman32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23712 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23713 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
23715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23716 dlls/ddeml.dll16/Makefile"
23717 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23720 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
23721 ac_config_files
="$ac_config_files dlls/ddeml.dll16/Makefile"
23723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23724 dlls/ddraw/Makefile"
23725 test "x$enable_ddraw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23728 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23729 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
23731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23732 dlls/ddraw/tests/Makefile"
23733 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23736 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23737 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
23739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23740 dlls/ddrawex/Makefile"
23741 test "x$enable_ddrawex" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23744 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23745 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
23747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23748 dlls/ddrawex/tests/Makefile"
23749 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23752 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23753 ac_config_files
="$ac_config_files dlls/ddrawex/tests/Makefile"
23755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23756 dlls/devenum/Makefile"
23757 test "x$enable_devenum" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23760 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23761 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
23763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23764 dlls/dinput/Makefile"
23765 test "x$enable_dinput" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23768 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23769 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
23771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23772 dlls/dinput/tests/Makefile"
23773 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23776 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
23779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23780 dlls/dinput8/Makefile"
23781 test "x$enable_dinput8" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23784 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23785 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
23787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23788 dlls/dispdib.dll16/Makefile"
23789 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23792 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23793 ac_config_files
="$ac_config_files dlls/dispdib.dll16/Makefile"
23795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23796 dlls/display.drv16/Makefile"
23797 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23800 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23801 ac_config_files
="$ac_config_files dlls/display.drv16/Makefile"
23803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23804 dlls/dmband/Makefile"
23805 test "x$enable_dmband" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23808 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23809 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
23811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23812 dlls/dmcompos/Makefile"
23813 test "x$enable_dmcompos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23816 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23817 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
23819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23820 dlls/dmime/Makefile"
23821 test "x$enable_dmime" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23824 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23825 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
23827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23828 dlls/dmloader/Makefile"
23829 test "x$enable_dmloader" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23832 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23833 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
23835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23836 dlls/dmscript/Makefile"
23837 test "x$enable_dmscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23840 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23841 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
23843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23844 dlls/dmstyle/Makefile"
23845 test "x$enable_dmstyle" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23848 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23849 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
23851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23852 dlls/dmsynth/Makefile"
23853 test "x$enable_dmsynth" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23856 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23857 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
23859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23860 dlls/dmusic/Makefile"
23861 test "x$enable_dmusic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23864 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23865 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
23867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23868 dlls/dmusic32/Makefile"
23869 test "x$enable_dmusic32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23872 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23873 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
23875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23876 dlls/dnsapi/Makefile"
23877 test "x$enable_dnsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23880 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23881 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
23883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23884 dlls/dnsapi/tests/Makefile"
23885 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23888 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23889 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
23891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23892 dlls/dplay/Makefile"
23893 test "x$enable_dplay" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23896 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23897 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
23899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23900 dlls/dplayx/Makefile"
23901 test "x$enable_dplayx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23904 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23905 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
23907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23908 dlls/dplayx/tests/Makefile"
23909 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23912 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23913 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
23915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23916 dlls/dpnaddr/Makefile"
23917 test "x$enable_dpnaddr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23920 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23921 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
23923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23924 dlls/dpnet/Makefile"
23925 test "x$enable_dpnet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23928 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23929 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
23931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23932 dlls/dpnhpast/Makefile"
23933 test "x$enable_dpnhpast" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23936 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23937 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
23939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23940 dlls/dpnlobby/Makefile"
23941 test "x$enable_dpnlobby" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23944 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23945 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
23947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23948 dlls/dpwsockx/Makefile"
23949 test "x$enable_dpwsockx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23952 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23953 ac_config_files
="$ac_config_files dlls/dpwsockx/Makefile"
23955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23956 dlls/dsound/Makefile"
23957 test "x$enable_dsound" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23960 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23961 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
23963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23964 dlls/dsound/tests/Makefile"
23965 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
23967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23968 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23969 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
23971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23972 dlls/dssenh/Makefile"
23973 test "x$enable_dssenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23976 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23977 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
23979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23980 dlls/dswave/Makefile"
23981 test "x$enable_dswave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23984 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23985 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
23987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23988 dlls/dwmapi/Makefile"
23989 test "x$enable_dwmapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
23992 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23993 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
23995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
23996 dlls/dxdiagn/Makefile"
23997 test "x$enable_dxdiagn" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
23999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24000 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24001 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
24003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24004 dlls/dxerr8/Makefile"
24005 test "x$enable_dxerr8" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24008 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24009 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
24011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24012 dlls/dxerr9/Makefile"
24013 test "x$enable_dxerr9" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24016 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24017 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
24019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24020 dlls/dxgi/Makefile"
24021 test "x$enable_dxgi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24024 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24025 ac_config_files
="$ac_config_files dlls/dxgi/Makefile"
24027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24028 dlls/dxgi/tests/Makefile"
24029 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24032 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24033 ac_config_files
="$ac_config_files dlls/dxgi/tests/Makefile"
24035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24036 dlls/dxguid/Makefile"
24037 test "x$enable_dxguid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
24039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24040 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24041 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
24043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24044 dlls/faultrep/Makefile"
24045 test "x$enable_faultrep" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24048 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24049 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
24051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24052 dlls/fusion/Makefile"
24053 test "x$enable_fusion" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24056 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24057 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
24059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24060 dlls/fusion/tests/Makefile"
24061 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24064 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24065 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
24067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24068 dlls/gdi32/Makefile"
24069 test "x$enable_gdi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24072 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
24075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24076 dlls/gdi32/tests/Makefile"
24077 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24080 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24081 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
24083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24084 dlls/gdiplus/Makefile"
24085 test "x$enable_gdiplus" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24088 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24089 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
24091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24092 dlls/gdiplus/tests/Makefile"
24093 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24096 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24097 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
24099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24100 dlls/glu32/Makefile"
24101 test "x$enable_glu32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24104 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24105 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
24107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24108 dlls/gphoto2.ds/Makefile"
24109 test "x$enable_gphoto2_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24112 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24113 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
24115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24116 dlls/gpkcsp/Makefile"
24117 test "x$enable_gpkcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24120 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24121 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
24123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24125 test "x$enable_hal" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24128 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24129 ac_config_files
="$ac_config_files dlls/hal/Makefile"
24131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24132 dlls/hhctrl.ocx/Makefile"
24133 test "x$enable_hhctrl_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24136 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24137 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
24139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24141 test "x$enable_hid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24144 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24145 ac_config_files
="$ac_config_files dlls/hid/Makefile"
24147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24148 dlls/hlink/Makefile"
24149 test "x$enable_hlink" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24152 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24153 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
24155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24156 dlls/hlink/tests/Makefile"
24157 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24160 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24161 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
24163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24164 dlls/hnetcfg/Makefile"
24165 test "x$enable_hnetcfg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24168 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24169 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
24171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24172 dlls/httpapi/Makefile"
24173 test "x$enable_httpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24176 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24177 ac_config_files
="$ac_config_files dlls/httpapi/Makefile"
24179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24180 dlls/iccvid/Makefile"
24181 test "x$enable_iccvid" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24184 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24185 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
24187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24188 dlls/icmp/Makefile"
24189 test "x$enable_icmp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24192 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24193 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
24195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24196 dlls/ifsmgr.vxd/Makefile"
24197 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24200 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24201 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24204 dlls/imaadp32.acm/Makefile"
24205 test "x$enable_imaadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24208 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24209 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
24211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24212 dlls/imagehlp/Makefile"
24213 test "x$enable_imagehlp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24216 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24217 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
24219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24220 dlls/imm.dll16/Makefile"
24221 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24224 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24225 ac_config_files
="$ac_config_files dlls/imm.dll16/Makefile"
24227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24228 dlls/imm32/Makefile"
24229 test "x$enable_imm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24232 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24233 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
24235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24236 dlls/imm32/tests/Makefile"
24237 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24240 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24241 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
24243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24244 dlls/inetcomm/Makefile"
24245 test "x$enable_inetcomm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24248 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24249 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
24251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24252 dlls/inetcomm/tests/Makefile"
24253 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24256 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24257 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
24259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24260 dlls/inetmib1/Makefile"
24261 test "x$enable_inetmib1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24264 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24265 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
24267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24268 dlls/inetmib1/tests/Makefile"
24269 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24272 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
24275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24276 dlls/infosoft/Makefile"
24277 test "x$enable_infosoft" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24280 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24281 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
24283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24284 dlls/infosoft/tests/Makefile"
24285 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24288 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24289 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
24291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24292 dlls/initpki/Makefile"
24293 test "x$enable_initpki" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24296 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24297 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
24299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24300 dlls/inkobj/Makefile"
24301 test "x$enable_inkobj" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24304 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24305 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
24307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24308 dlls/inseng/Makefile"
24309 test "x$enable_inseng" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24312 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24313 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
24315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24316 dlls/iphlpapi/Makefile"
24317 test "x$enable_iphlpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24320 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24321 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
24323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24324 dlls/iphlpapi/tests/Makefile"
24325 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24328 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
24331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24332 dlls/itircl/Makefile"
24333 test "x$enable_itircl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24336 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24337 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
24339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24340 dlls/itss/Makefile"
24341 test "x$enable_itss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24344 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24345 ac_config_files
="$ac_config_files dlls/itss/Makefile"
24347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24348 dlls/itss/tests/Makefile"
24349 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24352 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24353 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
24355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24356 dlls/jscript/Makefile"
24357 test "x$enable_jscript" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24360 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24361 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
24363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24364 dlls/jscript/tests/Makefile"
24365 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24368 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24369 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
24371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24372 dlls/kernel32/Makefile"
24373 test "x$enable_kernel32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24376 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24377 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
24379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24380 dlls/kernel32/tests/Makefile"
24381 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24384 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
24387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24388 dlls/keyboard.drv16/Makefile"
24389 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24392 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24393 ac_config_files
="$ac_config_files dlls/keyboard.drv16/Makefile"
24395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24396 dlls/loadperf/Makefile"
24397 test "x$enable_loadperf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24400 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24401 ac_config_files
="$ac_config_files dlls/loadperf/Makefile"
24403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24404 dlls/localspl/Makefile"
24405 test "x$enable_localspl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24408 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24409 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
24411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24412 dlls/localspl/tests/Makefile"
24413 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24416 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
24419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24420 dlls/localui/Makefile"
24421 test "x$enable_localui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24424 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24425 ac_config_files
="$ac_config_files dlls/localui/Makefile"
24427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24428 dlls/localui/tests/Makefile"
24429 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24432 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
24435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24436 dlls/lz32/Makefile"
24437 test "x$enable_lz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24440 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24441 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
24443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24444 dlls/lz32/tests/Makefile"
24445 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24448 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24449 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
24451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24452 dlls/lzexpand.dll16/Makefile"
24453 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24456 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24457 ac_config_files
="$ac_config_files dlls/lzexpand.dll16/Makefile"
24459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24460 dlls/mapi32/Makefile"
24461 test "x$enable_mapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24464 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24465 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
24467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24468 dlls/mapi32/tests/Makefile"
24469 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24472 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24473 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
24475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24476 dlls/mciavi32/Makefile"
24477 test "x$enable_mciavi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24480 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24481 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
24483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24484 dlls/mcicda/Makefile"
24485 test "x$enable_mcicda" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24488 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24489 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
24491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24492 dlls/mciqtz32/Makefile"
24493 test "x$enable_mciqtz32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24496 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24497 ac_config_files
="$ac_config_files dlls/mciqtz32/Makefile"
24499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24500 dlls/mciseq/Makefile"
24501 test "x$enable_mciseq" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24504 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24505 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
24507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24508 dlls/mciwave/Makefile"
24509 test "x$enable_mciwave" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24512 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24513 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
24515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24516 dlls/midimap/Makefile"
24517 test "x$enable_midimap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24520 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24521 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
24523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24524 dlls/mlang/Makefile"
24525 test "x$enable_mlang" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24528 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24529 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
24531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24532 dlls/mlang/tests/Makefile"
24533 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24536 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24537 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
24539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24540 dlls/mmdevldr.vxd/Makefile"
24541 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24544 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24545 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24548 dlls/monodebg.vxd/Makefile"
24549 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24552 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24553 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
24555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24556 dlls/mountmgr.sys/Makefile"
24557 test "x$enable_mountmgr_sys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24560 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24561 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
24563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24564 dlls/mouse.drv16/Makefile"
24565 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24568 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24569 ac_config_files
="$ac_config_files dlls/mouse.drv16/Makefile"
24571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24573 test "x$enable_mpr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24576 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24577 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
24579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24580 dlls/mprapi/Makefile"
24581 test "x$enable_mprapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24584 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24585 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
24587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24588 dlls/msacm.dll16/Makefile"
24589 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24592 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24593 ac_config_files
="$ac_config_files dlls/msacm.dll16/Makefile"
24595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24596 dlls/msacm32.drv/Makefile"
24597 test "x$enable_msacm32_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24600 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24601 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
24603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24604 dlls/msacm32/Makefile"
24605 test "x$enable_msacm32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24608 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24609 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
24611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24612 dlls/msacm32/tests/Makefile"
24613 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24616 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24617 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
24619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24620 dlls/msadp32.acm/Makefile"
24621 test "x$enable_msadp32_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24624 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24625 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
24627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24628 dlls/mscat32/Makefile"
24629 test "x$enable_mscat32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24632 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24633 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
24635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24636 dlls/mscms/Makefile"
24637 test "x$enable_mscms" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24640 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24641 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
24643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24644 dlls/mscms/tests/Makefile"
24645 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24648 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24649 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
24651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24652 dlls/mscoree/Makefile"
24653 test "x$enable_mscoree" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24656 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24657 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
24659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24660 dlls/msctf/Makefile"
24661 test "x$enable_msctf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24664 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24665 ac_config_files
="$ac_config_files dlls/msctf/Makefile"
24667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24668 dlls/msctf/tests/Makefile"
24669 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24672 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24673 ac_config_files
="$ac_config_files dlls/msctf/tests/Makefile"
24675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24676 dlls/msdmo/Makefile"
24677 test "x$enable_msdmo" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24680 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24681 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
24683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24684 dlls/msftedit/Makefile"
24685 test "x$enable_msftedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24688 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24689 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
24691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24692 dlls/msg711.acm/Makefile"
24693 test "x$enable_msg711_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24696 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24697 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
24699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24700 dlls/mshtml.tlb/Makefile"
24701 test "x$enable_mshtml_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24704 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24705 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
24707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24708 dlls/mshtml/Makefile"
24709 test "x$enable_mshtml" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24712 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24713 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
24715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24716 dlls/mshtml/tests/Makefile"
24717 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24720 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24721 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
24723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24725 test "x$enable_msi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24728 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24729 ac_config_files
="$ac_config_files dlls/msi/Makefile"
24731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24732 dlls/msi/tests/Makefile"
24733 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24736 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24737 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
24739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24740 dlls/msimg32/Makefile"
24741 test "x$enable_msimg32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24744 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24745 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
24747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24748 dlls/msimtf/Makefile"
24749 test "x$enable_msimtf" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24752 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24753 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
24755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24756 dlls/msisip/Makefile"
24757 test "x$enable_msisip" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24760 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24761 ac_config_files
="$ac_config_files dlls/msisip/Makefile"
24763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24764 dlls/msisys.ocx/Makefile"
24765 test "x$enable_msisys_ocx" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24768 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24769 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
24771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24772 dlls/msnet32/Makefile"
24773 test "x$enable_msnet32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24776 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24777 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
24779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24780 dlls/msrle32/Makefile"
24781 test "x$enable_msrle32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24784 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24785 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
24787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24788 dlls/mssign32/Makefile"
24789 test "x$enable_mssign32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24792 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24793 ac_config_files
="$ac_config_files dlls/mssign32/Makefile"
24795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24796 dlls/mssip32/Makefile"
24797 test "x$enable_mssip32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24800 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24801 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
24803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24804 dlls/mstask/Makefile"
24805 test "x$enable_mstask" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24808 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24809 ac_config_files
="$ac_config_files dlls/mstask/Makefile"
24811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24812 dlls/mstask/tests/Makefile"
24813 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24816 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files
="$ac_config_files dlls/mstask/tests/Makefile"
24819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24820 dlls/msvcirt/Makefile"
24821 test "x$enable_msvcirt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24824 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24825 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
24827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24828 dlls/msvcr71/Makefile"
24829 test "x$enable_msvcr71" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24832 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24833 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
24835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24836 dlls/msvcrt/Makefile"
24837 test "x$enable_msvcrt" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24840 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24841 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
24843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24844 dlls/msvcrt/tests/Makefile"
24845 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24848 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24849 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
24851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24852 dlls/msvcrt20/Makefile"
24853 test "x$enable_msvcrt20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24856 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24857 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
24859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24860 dlls/msvcrt40/Makefile"
24861 test "x$enable_msvcrt40" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24864 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24865 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
24867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24868 dlls/msvcrtd/Makefile"
24869 test "x$enable_msvcrtd" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24872 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24873 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
24875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24876 dlls/msvcrtd/tests/Makefile"
24877 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24880 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24881 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
24883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24884 dlls/msvfw32/Makefile"
24885 test "x$enable_msvfw32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24888 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24889 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
24891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24892 dlls/msvfw32/tests/Makefile"
24893 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24896 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files
="$ac_config_files dlls/msvfw32/tests/Makefile"
24899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24900 dlls/msvidc32/Makefile"
24901 test "x$enable_msvidc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24904 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24905 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
24907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24908 dlls/msvideo.dll16/Makefile"
24909 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24912 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
24913 ac_config_files
="$ac_config_files dlls/msvideo.dll16/Makefile"
24915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24916 dlls/mswsock/Makefile"
24917 test "x$enable_mswsock" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24920 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24921 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
24923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24924 dlls/msxml3/Makefile"
24925 test "x$enable_msxml3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24928 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24929 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
24931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24932 dlls/msxml3/tests/Makefile"
24933 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24936 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24937 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
24939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24940 dlls/nddeapi/Makefile"
24941 test "x$enable_nddeapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24944 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24945 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
24947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24948 dlls/netapi32/Makefile"
24949 test "x$enable_netapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24952 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24953 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
24955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24956 dlls/netapi32/tests/Makefile"
24957 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24960 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24961 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
24963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24964 dlls/newdev/Makefile"
24965 test "x$enable_newdev" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24968 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24969 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
24971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24972 dlls/ntdll/Makefile"
24973 test "x$enable_ntdll" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24976 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24977 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
24979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24980 dlls/ntdll/tests/Makefile"
24981 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24984 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24985 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
24987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24988 dlls/ntdsapi/Makefile"
24989 test "x$enable_ntdsapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
24991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
24992 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24993 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
24995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
24996 dlls/ntdsapi/tests/Makefile"
24997 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
24999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25000 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25001 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
25003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25004 dlls/ntoskrnl.exe/Makefile"
25005 test "x$enable_ntoskrnl_exe" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25008 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25009 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25012 dlls/ntprint/Makefile"
25013 test "x$enable_ntprint" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25016 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25017 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
25019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25020 dlls/ntprint/tests/Makefile"
25021 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25024 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25025 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
25027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25028 dlls/objsel/Makefile"
25029 test "x$enable_objsel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25032 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25033 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
25035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25036 dlls/odbc32/Makefile"
25037 test "x$enable_odbc32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25040 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25041 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
25043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25044 dlls/odbccp32/Makefile"
25045 test "x$enable_odbccp32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25048 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25049 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
25051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25052 dlls/odbccp32/tests/Makefile"
25053 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25056 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25057 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
25059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25060 dlls/ole2.dll16/Makefile"
25061 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25064 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25065 ac_config_files
="$ac_config_files dlls/ole2.dll16/Makefile"
25067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25068 dlls/ole2conv.dll16/Makefile"
25069 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25072 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25073 ac_config_files
="$ac_config_files dlls/ole2conv.dll16/Makefile"
25075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25076 dlls/ole2disp.dll16/Makefile"
25077 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25080 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25081 ac_config_files
="$ac_config_files dlls/ole2disp.dll16/Makefile"
25083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25084 dlls/ole2nls.dll16/Makefile"
25085 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25088 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25089 ac_config_files
="$ac_config_files dlls/ole2nls.dll16/Makefile"
25091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25092 dlls/ole2prox.dll16/Makefile"
25093 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25096 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25097 ac_config_files
="$ac_config_files dlls/ole2prox.dll16/Makefile"
25099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25100 dlls/ole2thk.dll16/Makefile"
25101 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25104 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25105 ac_config_files
="$ac_config_files dlls/ole2thk.dll16/Makefile"
25107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25108 dlls/ole32/Makefile"
25109 test "x$enable_ole32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25112 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25113 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
25115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25116 dlls/ole32/tests/Makefile"
25117 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25120 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25121 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
25123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25124 dlls/oleacc/Makefile"
25125 test "x$enable_oleacc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25128 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25129 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
25131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25132 dlls/oleacc/tests/Makefile"
25133 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25136 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25137 ac_config_files
="$ac_config_files dlls/oleacc/tests/Makefile"
25139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25140 dlls/oleaut32/Makefile"
25141 test "x$enable_oleaut32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25144 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25145 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
25147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25148 dlls/oleaut32/tests/Makefile"
25149 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25152 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25153 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
25155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25156 dlls/olecli.dll16/Makefile"
25157 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25160 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25161 ac_config_files
="$ac_config_files dlls/olecli.dll16/Makefile"
25163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25164 dlls/olecli32/Makefile"
25165 test "x$enable_olecli32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25168 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25169 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
25171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25172 dlls/oledlg/Makefile"
25173 test "x$enable_oledlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25176 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25177 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
25179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25180 dlls/olepro32/Makefile"
25181 test "x$enable_olepro32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25184 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25185 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
25187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25188 dlls/olesvr.dll16/Makefile"
25189 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25192 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25193 ac_config_files
="$ac_config_files dlls/olesvr.dll16/Makefile"
25195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25196 dlls/olesvr32/Makefile"
25197 test "x$enable_olesvr32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25200 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25201 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
25203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25204 dlls/olethk32/Makefile"
25205 test "x$enable_olethk32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25208 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25209 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
25211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25212 dlls/opengl32/Makefile"
25213 test "x$enable_opengl32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25216 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25217 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
25219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25220 dlls/opengl32/tests/Makefile"
25221 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25224 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25225 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
25227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25229 test "x$enable_pdh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25232 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25233 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
25235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25236 dlls/pdh/tests/Makefile"
25237 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25240 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25241 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
25243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25244 dlls/pidgen/Makefile"
25245 test "x$enable_pidgen" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25248 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25249 ac_config_files
="$ac_config_files dlls/pidgen/Makefile"
25251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25252 dlls/powrprof/Makefile"
25253 test "x$enable_powrprof" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25256 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25257 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
25259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25260 dlls/printui/Makefile"
25261 test "x$enable_printui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25264 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25265 ac_config_files
="$ac_config_files dlls/printui/Makefile"
25267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25268 dlls/propsys/Makefile"
25269 test "x$enable_propsys" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25272 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25273 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
25275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25276 dlls/psapi/Makefile"
25277 test "x$enable_psapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25280 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25281 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
25283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25284 dlls/psapi/tests/Makefile"
25285 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25288 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25289 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
25291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25292 dlls/pstorec/Makefile"
25293 test "x$enable_pstorec" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25296 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25297 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
25299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25300 dlls/qcap/Makefile"
25301 test "x$enable_qcap" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25304 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25305 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
25307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25308 dlls/qedit/Makefile"
25309 test "x$enable_qedit" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25312 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25313 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
25315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25316 dlls/qedit/tests/Makefile"
25317 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25320 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25321 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
25323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25324 dlls/qmgr/Makefile"
25325 test "x$enable_qmgr" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25328 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25329 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
25331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25332 dlls/qmgr/tests/Makefile"
25333 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25336 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25337 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
25339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25340 dlls/qmgrprxy/Makefile"
25341 test "x$enable_qmgrprxy" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25344 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25345 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
25347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25348 dlls/quartz/Makefile"
25349 test "x$enable_quartz" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25352 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25353 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
25355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25356 dlls/quartz/tests/Makefile"
25357 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25360 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25361 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
25363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25364 dlls/query/Makefile"
25365 test "x$enable_query" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25368 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25369 ac_config_files
="$ac_config_files dlls/query/Makefile"
25371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25372 dlls/rasapi16.dll16/Makefile"
25373 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25376 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25377 ac_config_files
="$ac_config_files dlls/rasapi16.dll16/Makefile"
25379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25380 dlls/rasapi32/Makefile"
25381 test "x$enable_rasapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25384 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25385 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
25387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25388 dlls/rasapi32/tests/Makefile"
25389 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25392 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25393 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
25395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25396 dlls/rasdlg/Makefile"
25397 test "x$enable_rasdlg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25400 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25401 ac_config_files
="$ac_config_files dlls/rasdlg/Makefile"
25403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25404 dlls/resutils/Makefile"
25405 test "x$enable_resutils" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25408 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25409 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
25411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25412 dlls/riched20/Makefile"
25413 test "x$enable_riched20" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25416 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25417 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
25419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25420 dlls/riched20/tests/Makefile"
25421 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25424 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25425 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
25427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25428 dlls/riched32/Makefile"
25429 test "x$enable_riched32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25432 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25433 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
25435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25436 dlls/riched32/tests/Makefile"
25437 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25440 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25441 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
25443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25444 dlls/rpcrt4/Makefile"
25445 test "x$enable_rpcrt4" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25448 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25449 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
25451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25452 dlls/rpcrt4/tests/Makefile"
25453 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25456 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25457 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
25459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25460 dlls/rsabase/Makefile"
25461 test "x$enable_rsabase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25464 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25465 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
25467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25468 dlls/rsaenh/Makefile"
25469 test "x$enable_rsaenh" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25472 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25473 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
25475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25476 dlls/rsaenh/tests/Makefile"
25477 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25480 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25481 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
25483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25484 dlls/sane.ds/Makefile"
25485 test "x$enable_sane_ds" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25488 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25489 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
25491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25492 dlls/sccbase/Makefile"
25493 test "x$enable_sccbase" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25496 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25497 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
25499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25500 dlls/schannel/Makefile"
25501 test "x$enable_schannel" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25504 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25505 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
25507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25508 dlls/schannel/tests/Makefile"
25509 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25511 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25512 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25513 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
25515 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25516 dlls/secur32/Makefile"
25517 test "x$enable_secur32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25519 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25520 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25521 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
25523 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25524 dlls/secur32/tests/Makefile"
25525 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25527 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25528 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25529 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
25531 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25532 dlls/security/Makefile"
25533 test "x$enable_security" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25535 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25536 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25537 ac_config_files
="$ac_config_files dlls/security/Makefile"
25539 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25540 dlls/sensapi/Makefile"
25541 test "x$enable_sensapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25543 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25544 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25545 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
25547 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25548 dlls/serialui/Makefile"
25549 test "x$enable_serialui" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25551 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25552 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25553 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
25555 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25556 dlls/serialui/tests/Makefile"
25557 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25559 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25560 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25561 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
25563 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25564 dlls/setupapi/Makefile"
25565 test "x$enable_setupapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25568 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25569 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
25571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25572 dlls/setupapi/tests/Makefile"
25573 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25576 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25577 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
25579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25581 test "x$enable_sfc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25583 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25584 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25585 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
25587 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25588 dlls/sfc_os/Makefile"
25589 test "x$enable_sfc_os" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25591 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25592 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25593 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
25595 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25596 dlls/shdoclc/Makefile"
25597 test "x$enable_shdoclc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25599 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25600 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25601 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
25603 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25604 dlls/shdocvw/Makefile"
25605 test "x$enable_shdocvw" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25607 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25608 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25609 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
25611 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25612 dlls/shdocvw/tests/Makefile"
25613 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25615 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25616 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25617 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
25619 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25620 dlls/shell.dll16/Makefile"
25621 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25623 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25624 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25625 ac_config_files
="$ac_config_files dlls/shell.dll16/Makefile"
25627 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25628 dlls/shell32/Makefile"
25629 test "x$enable_shell32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25631 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25632 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25633 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
25635 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25636 dlls/shell32/tests/Makefile"
25637 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25639 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25640 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25641 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
25643 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25644 dlls/shfolder/Makefile"
25645 test "x$enable_shfolder" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25648 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25649 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
25651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25652 dlls/shlwapi/Makefile"
25653 test "x$enable_shlwapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25655 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25656 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25657 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
25659 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25660 dlls/shlwapi/tests/Makefile"
25661 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25663 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25664 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25665 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
25667 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25668 dlls/slbcsp/Makefile"
25669 test "x$enable_slbcsp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25671 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25672 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25673 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
25675 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25677 test "x$enable_slc" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25679 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25680 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25681 ac_config_files
="$ac_config_files dlls/slc/Makefile"
25683 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25684 dlls/snmpapi/Makefile"
25685 test "x$enable_snmpapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25687 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25688 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25689 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
25691 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25692 dlls/snmpapi/tests/Makefile"
25693 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25695 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25696 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25697 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
25699 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25700 dlls/softpub/Makefile"
25701 test "x$enable_softpub" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25704 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25705 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
25707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25708 dlls/sound.drv16/Makefile"
25709 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25711 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25712 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25713 ac_config_files
="$ac_config_files dlls/sound.drv16/Makefile"
25715 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25716 dlls/spoolss/Makefile"
25717 test "x$enable_spoolss" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25719 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25720 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25721 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
25723 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25724 dlls/spoolss/tests/Makefile"
25725 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25727 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25728 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25729 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
25731 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25732 dlls/stdole2.tlb/Makefile"
25733 test "x$enable_stdole2_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25735 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25736 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25737 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
25739 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25740 dlls/stdole32.tlb/Makefile"
25741 test "x$enable_stdole32_tlb" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25743 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25744 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25745 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
25747 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25749 test "x$enable_sti" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25751 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25752 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25753 ac_config_files
="$ac_config_files dlls/sti/Makefile"
25755 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25756 dlls/storage.dll16/Makefile"
25757 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25760 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25761 ac_config_files
="$ac_config_files dlls/storage.dll16/Makefile"
25763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25764 dlls/stress.dll16/Makefile"
25765 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25767 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25768 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25769 ac_config_files
="$ac_config_files dlls/stress.dll16/Makefile"
25771 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25772 dlls/strmiids/Makefile"
25773 test "x$enable_strmiids" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
25775 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25776 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25777 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
25779 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25780 dlls/svrapi/Makefile"
25781 test "x$enable_svrapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25783 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25784 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25785 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
25787 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25789 test "x$enable_sxs" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25791 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25792 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25793 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
25795 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25796 dlls/t2embed/Makefile"
25797 test "x$enable_t2embed" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25799 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25800 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
25801 ac_config_files
="$ac_config_files dlls/t2embed/Makefile"
25803 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25804 dlls/tapi32/Makefile"
25805 test "x$enable_tapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25807 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25808 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25809 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
25811 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25812 dlls/traffic/Makefile"
25813 test "x$enable_traffic" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25815 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25816 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25817 ac_config_files
="$ac_config_files dlls/traffic/Makefile"
25819 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25820 dlls/twain.dll16/Makefile"
25821 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25823 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25824 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
25825 ac_config_files
="$ac_config_files dlls/twain.dll16/Makefile"
25827 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25828 dlls/twain_32/Makefile"
25829 test "x$enable_twain_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25831 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25832 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25833 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
25835 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25836 dlls/twain_32/tests/Makefile"
25837 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25839 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25840 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25841 ac_config_files
="$ac_config_files dlls/twain_32/tests/Makefile"
25843 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25844 dlls/typelib.dll16/Makefile"
25845 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25847 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25848 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25849 ac_config_files
="$ac_config_files dlls/typelib.dll16/Makefile"
25851 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25852 dlls/unicows/Makefile"
25853 test "x$enable_unicows" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25855 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25856 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25857 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
25859 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25860 dlls/updspapi/Makefile"
25861 test "x$enable_updspapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25863 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25864 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25865 ac_config_files
="$ac_config_files dlls/updspapi/Makefile"
25867 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25869 test "x$enable_url" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25871 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25872 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25873 ac_config_files
="$ac_config_files dlls/url/Makefile"
25875 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25876 dlls/urlmon/Makefile"
25877 test "x$enable_urlmon" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25880 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25881 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
25883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25884 dlls/urlmon/tests/Makefile"
25885 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25887 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25888 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25889 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
25891 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25892 dlls/user32/Makefile"
25893 test "x$enable_user32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25895 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25896 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25897 ac_config_files
="$ac_config_files dlls/user32/Makefile"
25899 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25900 dlls/user32/tests/Makefile"
25901 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25903 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25904 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25905 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
25907 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25908 dlls/userenv/Makefile"
25909 test "x$enable_userenv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25911 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25912 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25913 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
25915 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25916 dlls/userenv/tests/Makefile"
25917 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25919 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25920 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25921 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
25923 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25924 dlls/usp10/Makefile"
25925 test "x$enable_usp10" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25928 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25929 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
25931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25932 dlls/usp10/tests/Makefile"
25933 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25936 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25937 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
25939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25940 dlls/uuid/Makefile"
25941 test "x$enable_uuid" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
25943 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25944 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25945 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
25947 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25948 dlls/uxtheme/Makefile"
25949 test "x$enable_uxtheme" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25951 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25952 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25953 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
25955 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25956 dlls/uxtheme/tests/Makefile"
25957 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25959 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25960 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25961 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
25963 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25964 dlls/vdhcp.vxd/Makefile"
25965 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25967 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25968 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25969 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
25971 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25972 dlls/vdmdbg/Makefile"
25973 test "x$enable_vdmdbg" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25975 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25976 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25977 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
25979 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25980 dlls/version/Makefile"
25981 test "x$enable_version" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25983 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25984 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25985 ac_config_files
="$ac_config_files dlls/version/Makefile"
25987 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25988 dlls/version/tests/Makefile"
25989 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
25991 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
25992 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25993 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
25995 ALL_MAKEFILES
="$ALL_MAKEFILES \\
25996 dlls/vmm.vxd/Makefile"
25997 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
25999 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26000 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26001 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
26003 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26004 dlls/vnbt.vxd/Makefile"
26005 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26008 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26009 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
26011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26012 dlls/vnetbios.vxd/Makefile"
26013 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26016 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26017 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
26019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26020 dlls/vtdapi.vxd/Makefile"
26021 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26024 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26025 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
26027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26028 dlls/vwin32.vxd/Makefile"
26029 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26031 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26032 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26033 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
26035 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26036 dlls/w32skrnl/Makefile"
26037 test "x$enable_w32skrnl" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26039 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26040 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26041 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
26043 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26044 dlls/w32sys.dll16/Makefile"
26045 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26047 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26048 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26049 ac_config_files
="$ac_config_files dlls/w32sys.dll16/Makefile"
26051 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26052 dlls/wbemprox/Makefile"
26053 test "x$enable_wbemprox" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26055 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26056 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
26057 ac_config_files
="$ac_config_files dlls/wbemprox/Makefile"
26059 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26060 dlls/win32s16.dll16/Makefile"
26061 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26063 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26064 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26065 ac_config_files
="$ac_config_files dlls/win32s16.dll16/Makefile"
26067 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26068 dlls/win87em.dll16/Makefile"
26069 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26071 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26072 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26073 ac_config_files
="$ac_config_files dlls/win87em.dll16/Makefile"
26075 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26076 dlls/winaspi.dll16/Makefile"
26077 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26079 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26080 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26081 ac_config_files
="$ac_config_files dlls/winaspi.dll16/Makefile"
26083 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26084 dlls/windebug.dll16/Makefile"
26085 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26087 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26088 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26089 ac_config_files
="$ac_config_files dlls/windebug.dll16/Makefile"
26091 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26092 dlls/winealsa.drv/Makefile"
26093 test "x$enable_winealsa_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26095 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26096 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26097 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
26099 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26100 dlls/wineaudioio.drv/Makefile"
26101 test "x$enable_wineaudioio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26103 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26104 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26105 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
26107 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26108 dlls/winecoreaudio.drv/Makefile"
26109 test "x$enable_winecoreaudio_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26111 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26112 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26113 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26115 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26116 dlls/winecrt0/Makefile"
26117 test "x$enable_winecrt0" != xno
&& ALL_IMPLIB_DIRS
="$ALL_IMPLIB_DIRS \\
26119 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26120 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26121 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
26123 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26124 dlls/wined3d/Makefile"
26125 test "x$enable_wined3d" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26127 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26128 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26129 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
26131 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26132 dlls/winedos/Makefile"
26133 test "x$enable_winedos" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26135 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26136 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26137 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
26139 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26140 dlls/wineesd.drv/Makefile"
26141 test "x$enable_wineesd_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26143 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26144 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26145 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
26147 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26148 dlls/winejack.drv/Makefile"
26149 test "x$enable_winejack_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26151 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26152 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26153 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
26155 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26156 dlls/winejoystick.drv/Makefile"
26157 test "x$enable_winejoystick_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26159 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26160 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26161 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
26163 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26164 dlls/winemp3.acm/Makefile"
26165 test "x$enable_winemp3_acm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26167 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26168 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26169 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
26171 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26172 dlls/winenas.drv/Makefile"
26173 test "x$enable_winenas_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26175 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26176 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26177 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
26179 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26180 dlls/wineoss.drv/Makefile"
26181 test "x$enable_wineoss_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26183 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26184 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26185 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
26187 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26188 dlls/wineps.drv/Makefile"
26189 test "x$enable_wineps_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26191 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26192 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26193 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
26195 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26196 dlls/winepulse.drv/Makefile"
26197 test "x$enable_winepulse_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26199 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26200 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26201 ac_config_files
="$ac_config_files dlls/winepulse.drv/Makefile"
26203 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26204 dlls/winequartz.drv/Makefile"
26205 test "x$enable_winequartz_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26207 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26208 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26209 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
26211 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26212 dlls/winex11.drv/Makefile"
26213 test "x$enable_winex11_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26215 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26216 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26217 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
26219 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26220 dlls/wing32/Makefile"
26221 test "x$enable_wing32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26223 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26224 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26225 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
26227 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26228 dlls/winhttp/Makefile"
26229 test "x$enable_winhttp" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26231 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26232 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26233 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
26235 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26236 dlls/winhttp/tests/Makefile"
26237 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26239 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26240 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26241 ac_config_files
="$ac_config_files dlls/winhttp/tests/Makefile"
26243 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26244 dlls/wininet/Makefile"
26245 test "x$enable_wininet" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26247 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26248 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26249 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
26251 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26252 dlls/wininet/tests/Makefile"
26253 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26255 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26256 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26257 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
26259 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26260 dlls/winmm/Makefile"
26261 test "x$enable_winmm" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26263 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26264 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26265 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
26267 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26268 dlls/winmm/tests/Makefile"
26269 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26271 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26272 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26273 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
26275 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26276 dlls/winnls.dll16/Makefile"
26277 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26279 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26280 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26281 ac_config_files
="$ac_config_files dlls/winnls.dll16/Makefile"
26283 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26284 dlls/winnls32/Makefile"
26285 test "x$enable_winnls32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26287 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26288 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26289 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
26291 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26292 dlls/winscard/Makefile"
26293 test "x$enable_winscard" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26295 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26296 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26297 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
26299 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26300 dlls/winspool.drv/Makefile"
26301 test "x$enable_winspool_drv" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26303 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26304 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26305 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
26307 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26308 dlls/winspool.drv/tests/Makefile"
26309 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26310 winspool.drv/tests"
26311 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26312 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26313 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
26315 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26316 dlls/wintab.dll16/Makefile"
26317 test "x$enable_win16" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26319 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26320 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26321 ac_config_files
="$ac_config_files dlls/wintab.dll16/Makefile"
26323 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26324 dlls/wintab32/Makefile"
26325 test "x$enable_wintab32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26327 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26328 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26329 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
26331 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26332 dlls/wintrust/Makefile"
26333 test "x$enable_wintrust" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26335 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26336 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26337 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
26339 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26340 dlls/wintrust/tests/Makefile"
26341 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26343 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26344 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26345 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
26347 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26348 dlls/wldap32/Makefile"
26349 test "x$enable_wldap32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26351 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26352 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26353 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
26355 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26356 dlls/wldap32/tests/Makefile"
26357 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26359 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26360 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26361 ac_config_files
="$ac_config_files dlls/wldap32/tests/Makefile"
26363 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26365 test "x$enable_wmi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26367 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26368 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26369 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
26371 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26372 dlls/wnaspi32/Makefile"
26373 test "x$enable_wnaspi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26375 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26376 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26377 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
26379 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26380 dlls/wow32/Makefile"
26381 test "x$enable_wow32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26383 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26384 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26385 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
26387 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26388 dlls/ws2_32/Makefile"
26389 test "x$enable_ws2_32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26391 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26392 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26393 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
26395 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26396 dlls/ws2_32/tests/Makefile"
26397 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26399 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26400 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26401 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
26403 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26404 dlls/wsock32/Makefile"
26405 test "x$enable_wsock32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26407 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26408 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26409 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
26411 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26412 dlls/wtsapi32/Makefile"
26413 test "x$enable_wtsapi32" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26415 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26416 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26417 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
26419 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26420 dlls/wuapi/Makefile"
26421 test "x$enable_wuapi" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26423 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26424 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26425 ac_config_files
="$ac_config_files dlls/wuapi/Makefile"
26427 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26428 dlls/xinput1_1/Makefile"
26429 test "x$enable_xinput1_1" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26431 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26432 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26433 ac_config_files
="$ac_config_files dlls/xinput1_1/Makefile"
26435 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26436 dlls/xinput1_2/Makefile"
26437 test "x$enable_xinput1_2" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26439 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26440 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26441 ac_config_files
="$ac_config_files dlls/xinput1_2/Makefile"
26443 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26444 dlls/xinput1_3/Makefile"
26445 test "x$enable_xinput1_3" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26447 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26448 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26449 ac_config_files
="$ac_config_files dlls/xinput1_3/Makefile"
26451 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26452 dlls/xinput1_3/tests/Makefile"
26453 test "x$enable_tests" != xno
&& ALL_TEST_DIRS
="$ALL_TEST_DIRS \\
26455 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26456 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26457 ac_config_files
="$ac_config_files dlls/xinput1_3/tests/Makefile"
26459 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26460 dlls/xinput9_1_0/Makefile"
26461 test "x$enable_xinput9_1_0" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26463 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26464 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26465 ac_config_files
="$ac_config_files dlls/xinput9_1_0/Makefile"
26467 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26468 dlls/xmllite/Makefile"
26469 test "x$enable_xmllite" != xno
&& ALL_DLL_DIRS
="$ALL_DLL_DIRS \\
26471 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26472 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26473 ac_config_files
="$ac_config_files dlls/xmllite/Makefile"
26475 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26476 documentation/Makefile"
26477 test "x$enable_documentation" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26479 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26480 documentation/Makefile: documentation/Makefile.in Make.rules"
26481 ac_config_files
="$ac_config_files documentation/Makefile"
26483 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26485 test "x$enable_fonts" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26487 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26488 fonts/Makefile: fonts/Makefile.in Make.rules"
26489 ac_config_files
="$ac_config_files fonts/Makefile"
26491 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26493 test "x$enable_include" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26495 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26496 include/Makefile: include/Makefile.in Make.rules"
26497 ac_config_files
="$ac_config_files include/Makefile"
26499 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26501 test "x$enable_libs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26503 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26504 libs/Makefile: libs/Makefile.in Make.rules"
26505 ac_config_files
="$ac_config_files libs/Makefile"
26507 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26508 libs/port/Makefile"
26510 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26511 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26512 ac_config_files
="$ac_config_files libs/port/Makefile"
26514 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26515 libs/wine/Makefile"
26517 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26518 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26519 ac_config_files
="$ac_config_files libs/wine/Makefile"
26521 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26524 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26525 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26526 ac_config_files
="$ac_config_files libs/wpp/Makefile"
26528 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26530 test "x$enable_loader" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26532 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26533 loader/Makefile: loader/Makefile.in Make.rules"
26534 ac_config_files
="$ac_config_files loader/Makefile"
26536 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26538 test "x$enable_programs" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
26540 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26541 programs/Makefile: programs/Makefile.in Make.rules"
26542 ac_config_files
="$ac_config_files programs/Makefile"
26544 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26545 programs/cacls/Makefile"
26546 test "x$enable_cacls" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26547 cacls" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26549 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26550 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26551 ac_config_files
="$ac_config_files programs/cacls/Makefile"
26553 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26554 programs/clock/Makefile"
26555 test "x$enable_clock" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26556 clock" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26558 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26559 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26560 ac_config_files
="$ac_config_files programs/clock/Makefile"
26562 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26563 programs/cmd/Makefile"
26564 test "x$enable_cmd" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26565 cmd" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26567 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26568 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26569 ac_config_files
="$ac_config_files programs/cmd/Makefile"
26571 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26572 programs/cmdlgtst/Makefile"
26573 test "x$enable_cmdlgtst" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26575 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26576 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26577 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
26579 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26580 programs/control/Makefile"
26581 test "x$enable_control" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26582 control" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26584 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26585 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26586 ac_config_files
="$ac_config_files programs/control/Makefile"
26588 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26589 programs/eject/Makefile"
26590 test "x$enable_eject" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26591 eject" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26593 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26594 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26595 ac_config_files
="$ac_config_files programs/eject/Makefile"
26597 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26598 programs/expand/Makefile"
26599 test "x$enable_expand" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26600 expand" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26602 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26603 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26604 ac_config_files
="$ac_config_files programs/expand/Makefile"
26606 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26607 programs/explorer/Makefile"
26608 test "x$enable_explorer" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26609 explorer" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26611 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26612 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26613 ac_config_files
="$ac_config_files programs/explorer/Makefile"
26615 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26616 programs/hh/Makefile"
26617 test "x$enable_hh" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26618 hh" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26620 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26621 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26622 ac_config_files
="$ac_config_files programs/hh/Makefile"
26624 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26625 programs/icinfo/Makefile"
26626 test "x$enable_icinfo" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26627 icinfo" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26629 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26630 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26631 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
26633 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26634 programs/iexplore/Makefile"
26635 test "x$enable_iexplore" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26636 iexplore" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26638 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26639 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26640 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
26642 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26643 programs/lodctr/Makefile"
26644 test "x$enable_lodctr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26645 lodctr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26647 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26648 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26649 ac_config_files
="$ac_config_files programs/lodctr/Makefile"
26651 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26652 programs/msiexec/Makefile"
26653 test "x$enable_msiexec" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26654 msiexec" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26655 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26657 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26658 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26659 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
26661 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26662 programs/net/Makefile"
26663 test "x$enable_net" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26664 net" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26666 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26667 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26668 ac_config_files
="$ac_config_files programs/net/Makefile"
26670 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26671 programs/notepad/Makefile"
26672 test "x$enable_notepad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26673 notepad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26674 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26676 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26677 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26678 ac_config_files
="$ac_config_files programs/notepad/Makefile"
26680 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26681 programs/oleview/Makefile"
26682 test "x$enable_oleview" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26683 oleview" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26685 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26686 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26687 ac_config_files
="$ac_config_files programs/oleview/Makefile"
26689 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26690 programs/progman/Makefile"
26691 test "x$enable_progman" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26692 progman" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26694 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26695 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26696 ac_config_files
="$ac_config_files programs/progman/Makefile"
26698 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26699 programs/reg/Makefile"
26700 test "x$enable_reg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26701 reg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26703 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26704 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26705 ac_config_files
="$ac_config_files programs/reg/Makefile"
26707 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26708 programs/regedit/Makefile"
26709 test "x$enable_regedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26710 regedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26711 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26713 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26714 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26715 ac_config_files
="$ac_config_files programs/regedit/Makefile"
26717 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26718 programs/regsvr32/Makefile"
26719 test "x$enable_regsvr32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26720 regsvr32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26721 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26723 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26724 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26725 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
26727 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26728 programs/rpcss/Makefile"
26729 test "x$enable_rpcss" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26730 rpcss" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26732 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26733 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26734 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
26736 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26737 programs/rundll32/Makefile"
26738 test "x$enable_rundll32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26739 rundll32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26741 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26742 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26743 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
26745 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26746 programs/secedit/Makefile"
26747 test "x$enable_secedit" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26748 secedit" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26750 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26751 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26752 ac_config_files
="$ac_config_files programs/secedit/Makefile"
26754 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26755 programs/services/Makefile"
26756 test "x$enable_services" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26757 services" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26759 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26760 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26761 ac_config_files
="$ac_config_files programs/services/Makefile"
26763 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26764 programs/spoolsv/Makefile"
26765 test "x$enable_spoolsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26766 spoolsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26768 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26769 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26770 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
26772 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26773 programs/start/Makefile"
26774 test "x$enable_start" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26775 start" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26777 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26778 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26779 ac_config_files
="$ac_config_files programs/start/Makefile"
26781 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26782 programs/svchost/Makefile"
26783 test "x$enable_svchost" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26784 svchost" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26786 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26787 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26788 ac_config_files
="$ac_config_files programs/svchost/Makefile"
26790 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26791 programs/taskmgr/Makefile"
26792 test "x$enable_taskmgr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26793 taskmgr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26795 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26796 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26797 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
26799 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26800 programs/termsv/Makefile"
26801 test "x$enable_termsv" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26802 termsv" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26804 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26805 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
26806 ac_config_files
="$ac_config_files programs/termsv/Makefile"
26808 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26809 programs/uninstaller/Makefile"
26810 test "x$enable_uninstaller" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26811 uninstaller" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26813 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26814 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26815 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
26817 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26818 programs/unlodctr/Makefile"
26819 test "x$enable_unlodctr" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26820 unlodctr" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26822 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26823 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26824 ac_config_files
="$ac_config_files programs/unlodctr/Makefile"
26826 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26827 programs/view/Makefile"
26828 test "x$enable_view" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26830 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26831 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26832 ac_config_files
="$ac_config_files programs/view/Makefile"
26834 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26835 programs/wineboot/Makefile"
26836 test "x$enable_wineboot" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26837 wineboot" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26838 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26840 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26841 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26842 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
26844 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26845 programs/winebrowser/Makefile"
26846 test "x$enable_winebrowser" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26847 winebrowser" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26849 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26850 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26851 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
26853 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26854 programs/winecfg/Makefile"
26855 test "x$enable_winecfg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26856 winecfg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26857 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26859 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26860 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26861 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
26863 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26864 programs/wineconsole/Makefile"
26865 test "x$enable_wineconsole" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26866 wineconsole" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26867 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26869 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26870 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26871 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
26873 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26874 programs/winedbg/Makefile"
26875 test "x$enable_winedbg" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26876 winedbg" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26877 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26879 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26880 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26881 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
26883 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26884 programs/winedevice/Makefile"
26885 test "x$enable_winedevice" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26886 winedevice" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26888 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26889 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26890 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
26892 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26893 programs/winefile/Makefile"
26894 test "x$enable_winefile" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26895 winefile" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26896 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26898 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26899 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26900 ac_config_files
="$ac_config_files programs/winefile/Makefile"
26902 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26903 programs/winemenubuilder/Makefile"
26904 test "x$enable_winemenubuilder" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26905 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26907 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26908 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26909 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
26911 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26912 programs/winemine/Makefile"
26913 test "x$enable_winemine" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26914 winemine" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26915 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26917 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26918 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26919 ac_config_files
="$ac_config_files programs/winemine/Makefile"
26921 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26922 programs/winepath/Makefile"
26923 test "x$enable_winepath" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26924 winepath" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26925 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS
="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26927 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26928 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26929 ac_config_files
="$ac_config_files programs/winepath/Makefile"
26931 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26932 programs/winetest/Makefile"
26933 test "x$enable_winetest" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26935 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26936 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26937 ac_config_files
="$ac_config_files programs/winetest/Makefile"
26939 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26940 programs/winevdm/Makefile"
26941 test "x$enable_winevdm" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26942 winevdm" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26944 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26945 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26946 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
26948 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26949 programs/winhelp.exe16/Makefile"
26950 test "x$enable_win16" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26951 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26953 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26954 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26955 ac_config_files
="$ac_config_files programs/winhelp.exe16/Makefile"
26957 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26958 programs/winhlp32/Makefile"
26959 test "x$enable_winhlp32" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26960 winhlp32" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26962 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26963 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26964 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
26966 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26967 programs/winoldap.mod16/Makefile"
26968 test "x$enable_win16" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26969 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26971 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26972 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
26973 ac_config_files
="$ac_config_files programs/winoldap.mod16/Makefile"
26975 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26976 programs/winver/Makefile"
26977 test "x$enable_winver" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26978 winver" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26980 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26981 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26982 ac_config_files
="$ac_config_files programs/winver/Makefile"
26984 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26985 programs/wordpad/Makefile"
26986 test "x$enable_wordpad" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26987 wordpad" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26989 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26990 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26991 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
26993 ALL_MAKEFILES
="$ALL_MAKEFILES \\
26994 programs/write/Makefile"
26995 test "x$enable_write" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
26996 write" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
26998 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
26999 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27000 ac_config_files
="$ac_config_files programs/write/Makefile"
27002 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27003 programs/xcopy/Makefile"
27004 test "x$enable_xcopy" != xno
&& ALL_PROGRAM_DIRS
="$ALL_PROGRAM_DIRS \\
27005 xcopy" && ALL_PROGRAM_INSTALL_DIRS
="$ALL_PROGRAM_INSTALL_DIRS \\
27007 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27008 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27009 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
27011 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27013 test "x$enable_server" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
27015 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27016 server/Makefile: server/Makefile.in Make.rules"
27017 ac_config_files
="$ac_config_files server/Makefile"
27019 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27021 test "x$enable_tools" != xno
&& ALL_TOP_DIRS
="$ALL_TOP_DIRS \\
27023 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27024 tools/Makefile: tools/Makefile.in Make.rules"
27025 ac_config_files
="$ac_config_files tools/Makefile"
27027 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27028 tools/widl/Makefile"
27030 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27031 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27032 ac_config_files
="$ac_config_files tools/widl/Makefile"
27034 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27035 tools/winebuild/Makefile"
27037 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27038 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27039 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
27041 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27042 tools/winedump/Makefile"
27044 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27045 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27046 ac_config_files
="$ac_config_files tools/winedump/Makefile"
27048 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27049 tools/winegcc/Makefile"
27051 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27052 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27053 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
27055 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27056 tools/wmc/Makefile"
27058 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27059 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27060 ac_config_files
="$ac_config_files tools/wmc/Makefile"
27062 ALL_MAKEFILES
="$ALL_MAKEFILES \\
27063 tools/wrc/Makefile"
27065 ALL_MAKEFILE_DEPENDS
="$ALL_MAKEFILE_DEPENDS
27066 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27067 ac_config_files
="$ac_config_files tools/wrc/Makefile"
27071 ALL_WINETEST_DEPENDS
="# Test binaries"
27073 for dir
in $ALL_TEST_DIRS
27075 if test "$dir" != "\\"
27077 testname
=`expr $dir : '\(.*\)/tests'`_test.exe
27078 ALL_WINETEST_DEPENDS
="$ALL_WINETEST_DEPENDS
27079 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27080 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27084 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS
=""
27086 cat >confcache
<<\_ACEOF
27087 # This file is a shell script that caches the results of configure
27088 # tests run on this system so they can be shared between configure
27089 # scripts and configure runs, see configure's option --config-cache.
27090 # It is not useful on other systems. If it contains results you don't
27091 # want to keep, you may remove or edit it.
27093 # config.status only pays attention to the cache file if you give it
27094 # the --recheck option to rerun configure.
27096 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27097 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27098 # following values.
27102 # The following way of writing the cache mishandles newlines in values,
27103 # but we know of no workaround that is simple, portable, and efficient.
27104 # So, we kill variables containing newlines.
27105 # Ultrix sh set writes to stderr and can't be redirected directly,
27106 # and sets the high bit in the cache file unless we assign to the vars.
27108 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27109 eval ac_val
=\$
$ac_var
27113 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27114 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27117 _ | IFS | as_nl
) ;; #(
27118 *) $as_unset $ac_var ;;
27124 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27125 *${as_nl}ac_space
=\
*)
27126 # `set' does not quote correctly, so add quotes (double-quote
27127 # substitution turns \\\\ into \\, and sed turns \\ into \).
27130 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27133 # `set' quotes correctly as required by POSIX, so do not add quotes.
27134 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27143 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27145 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27147 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
27148 if test -w "$cache_file"; then
27149 test "x$cache_file" != "x/dev/null" &&
27150 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27151 echo "$as_me: updating cache $cache_file" >&6;}
27152 cat confcache
>$cache_file
27154 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27155 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27160 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
27161 # Let make expand exec_prefix.
27162 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
27164 DEFS
=-DHAVE_CONFIG_H
27168 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
27169 # 1. Remove the extension, and $U if already installed.
27170 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
27171 ac_i
=`echo "$ac_i" | sed "$ac_script"`
27172 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27173 # will be set to the directory where LIBOBJS objects are built.
27174 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27175 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27177 LIBOBJS
=$ac_libobjs
27179 LTLIBOBJS
=$ac_ltlibobjs
27183 : ${CONFIG_STATUS=./config.status}
27184 ac_clean_files_save
=$ac_clean_files
27185 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
27186 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27187 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27188 cat >$CONFIG_STATUS <<_ACEOF
27190 # Generated by $as_me.
27191 # Run this file to recreate the current configuration.
27192 # Compiler output produced by configure, useful for debugging
27193 # configure, is in config.log if it exists.
27196 ac_cs_recheck=false
27198 SHELL=\${CONFIG_SHELL-$SHELL}
27201 cat >>$CONFIG_STATUS <<\_ACEOF
27202 ## --------------------- ##
27203 ## M4sh Initialization. ##
27204 ## --------------------- ##
27206 # Be more Bourne compatible
27207 DUALCASE
=1; export DUALCASE
# for MKS sh
27208 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
27211 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27212 # is contrary to our usage. Disable this feature.
27213 alias -g '${1+"$@"}'='"$@"'
27214 setopt NO_GLOB_SUBST
27216 case `(set -o) 2>/dev/null` in
27217 *posix
*) set -o posix
;;
27226 # Avoid depending upon Character Ranges.
27227 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
27228 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27229 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
27230 as_cr_digits
='0123456789'
27231 as_cr_alnum
=$as_cr_Letters$as_cr_digits
27233 # The user is always right.
27234 if test "${PATH_SEPARATOR+set}" != set; then
27235 echo "#! /bin/sh" >conf$$.sh
27236 echo "exit 0" >>conf$$.sh
27238 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
27246 # Support unset when possible.
27247 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
27255 # We need space, tab and new line, in precisely that order. Quoting is
27256 # there to prevent editors from complaining about space-tab.
27257 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27258 # splitting by setting IFS to empty value.)
27263 # Find who we are. Look in the path if we contain no directory separator.
27265 *[\\/]* ) as_myself
=$0 ;;
27266 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27267 for as_dir
in $PATH
27270 test -z "$as_dir" && as_dir
=.
27271 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
27277 # We did not find ourselves, most probably we were run as `sh COMMAND'
27278 # in which case we are not to be found in the path.
27279 if test "x$as_myself" = x
; then
27282 if test ! -f "$as_myself"; then
27283 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27284 { (exit 1); exit 1; }
27287 # Work around bugs in pre-3.0 UWIN ksh.
27288 for as_var
in ENV MAIL MAILPATH
27289 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
27297 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27298 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27299 LC_TELEPHONE LC_TIME
27301 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27302 eval $as_var=C
; export $as_var
27304 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
27308 # Required to use basename.
27309 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
27310 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
27316 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27317 as_basename
=basename
27323 # Name of the executable.
27324 as_me
=`$as_basename -- "$0" ||
27325 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27326 X"$0" : 'X\(//\)$' \| \
27327 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27329 sed '/^.*\/\([^/][^/]*\)\/*$/{
27348 as_lineno_1
=$LINENO
27349 as_lineno_2
=$LINENO
27350 test "x$as_lineno_1" != "x$as_lineno_2" &&
27351 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
27353 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27354 # uniformly replaced by the line number. The first 'sed' inserts a
27355 # line-number line after each line using $LINENO; the second 'sed'
27356 # does the real work. The second script uses 'N' to pair each
27357 # line-number line with the line containing $LINENO, and appends
27358 # trailing '-' during substitution so that $LINENO is not a special
27359 # case at line end.
27360 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27361 # scripts with optimization help from Paolo Bonzini. Blame Lee
27362 # E. McMahon (1931-1989) for sed's syntax. :-)
27374 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27377 ' >$as_me.lineno
&&
27378 chmod +x
"$as_me.lineno" ||
27379 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27380 { (exit 1); exit 1; }; }
27382 # Don't try to exec as it changes $[0], causing all sort of problems
27383 # (the dirname of $[0] is not the place where we might find the
27384 # original and so on. Autoconf is especially sensitive to this).
27385 .
"./$as_me.lineno"
27386 # Exit status is that of the last command.
27391 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
27397 ECHO_C
= ECHO_N
= ECHO_T
=
27398 case `echo -n x` in
27400 case `echo 'x\c'` in
27401 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
27408 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
27409 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
27415 rm -f conf$$ conf$$.exe conf$$.
file
27416 if test -d conf$$.dir
; then
27417 rm -f conf$$.dir
/conf$$.
file
27423 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
27425 # ... but there are two gotchas:
27426 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27427 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27428 # In both cases, we have to default to `cp -p'.
27429 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
27431 elif ln conf$$.
file conf$$
2>/dev
/null
; then
27436 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
27437 rmdir conf$$.dir
2>/dev
/null
27439 if mkdir
-p .
2>/dev
/null
; then
27442 test -d .
/-p && rmdir .
/-p
27446 if test -x / >/dev
/null
2>&1; then
27447 as_test_x
='test -x'
27449 if ls -dL / >/dev
/null
2>&1; then
27456 if test -d "$1"; then
27462 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27463 ???[sx]*):;;*)false;;esac;fi
27467 as_executable_p
=$as_test_x
27469 # Sed expression to map a string onto a valid CPP name.
27470 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27472 # Sed expression to map a string onto a valid variable name.
27473 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27478 # Save the log message, to keep $[0] and so on meaningful, and to
27479 # report actual input values of CONFIG_FILES etc. instead of their
27480 # values after options handling.
27482 This file was extended by Wine $as_me 1.1.22, which was
27483 generated by GNU Autoconf 2.61. Invocation command line was
27485 CONFIG_FILES = $CONFIG_FILES
27486 CONFIG_HEADERS = $CONFIG_HEADERS
27487 CONFIG_LINKS = $CONFIG_LINKS
27488 CONFIG_COMMANDS = $CONFIG_COMMANDS
27491 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27496 cat >>$CONFIG_STATUS <<_ACEOF
27497 # Files that config.status was made for.
27498 config_files="$ac_config_files"
27499 config_headers="$ac_config_headers"
27500 config_commands="$ac_config_commands"
27504 cat >>$CONFIG_STATUS <<\_ACEOF
27506 \`$as_me' instantiates files from templates according to the
27507 current configuration.
27509 Usage: $0 [OPTIONS] [FILE]...
27511 -h, --help print this help, then exit
27512 -V, --version print version number and configuration settings, then exit
27513 -q, --quiet do not print progress messages
27514 -d, --debug don't remove temporary files
27515 --recheck update $as_me by reconfiguring in the same conditions
27516 --file=FILE[:TEMPLATE]
27517 instantiate the configuration file FILE
27518 --header=FILE[:TEMPLATE]
27519 instantiate the configuration header FILE
27521 Configuration files:
27524 Configuration headers:
27527 Configuration commands:
27530 Report bugs to <bug-autoconf@gnu.org>."
27533 cat >>$CONFIG_STATUS <<_ACEOF
27535 Wine config.status 1.1.22
27536 configured by $0, generated by GNU Autoconf 2.61,
27537 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27539 Copyright (C) 2006 Free Software Foundation, Inc.
27540 This config.status script is free software; the Free Software Foundation
27541 gives unlimited permission to copy, distribute and modify it."
27548 cat >>$CONFIG_STATUS <<\_ACEOF
27549 # If no file are specified by the user, then we need to provide default
27550 # value. By we need to know if files were specified by the user.
27556 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
27557 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
27568 # Handling of the options.
27569 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
27571 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
27572 echo "$ac_cs_version"; exit ;;
27573 --debug |
--debu |
--deb |
--de |
--d |
-d )
27575 --file |
--fil |
--fi |
--f )
27577 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
27578 ac_need_defaults
=false
;;
27579 --header |
--heade |
--head |
--hea )
27581 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
27582 ac_need_defaults
=false
;;
27584 # Conflict between --help and --header
27585 { echo "$as_me: error: ambiguous option: $1
27586 Try \`$0 --help' for more information." >&2
27587 { (exit 1); exit 1; }; };;
27588 --help |
--hel |
-h )
27589 echo "$ac_cs_usage"; exit ;;
27590 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
27591 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
27594 # This is an error.
27595 -*) { echo "$as_me: error: unrecognized option: $1
27596 Try \`$0 --help' for more information." >&2
27597 { (exit 1); exit 1; }; } ;;
27599 *) ac_config_targets
="$ac_config_targets $1"
27600 ac_need_defaults
=false
;;
27606 ac_configure_extra_args
=
27608 if $ac_cs_silent; then
27610 ac_configure_extra_args
="$ac_configure_extra_args --silent"
27614 cat >>$CONFIG_STATUS <<_ACEOF
27615 if \$ac_cs_recheck; then
27616 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27617 CONFIG_SHELL=$SHELL
27618 export CONFIG_SHELL
27619 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27623 cat >>$CONFIG_STATUS <<\_ACEOF
27627 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27628 ## Running $as_me. ##
27634 cat >>$CONFIG_STATUS <<_ACEOF
27637 cat >>$CONFIG_STATUS <<\_ACEOF
27639 # Handling of arguments.
27640 for ac_config_target
in $ac_config_targets
27642 case $ac_config_target in
27643 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
27644 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
27645 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27646 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27647 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27648 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
27649 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27650 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
27651 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
27652 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
27653 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27654 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
27655 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
27656 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
27657 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
27658 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
27659 "dlls/aclui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/aclui/Makefile" ;;
27660 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
27661 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27662 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27663 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27664 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27665 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
27666 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27667 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
27668 "dlls/amstream/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
27669 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27670 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
27671 "dlls/authz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/authz/Makefile" ;;
27672 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27673 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27674 "dlls/avifile.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27675 "dlls/bcrypt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
27676 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
27677 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27678 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27679 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27680 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27681 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
27682 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27683 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27684 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
27685 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27686 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27687 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27688 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27689 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27690 "dlls/comm.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27691 "dlls/compobj.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27692 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
27693 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
27694 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27695 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27696 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27697 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27698 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27699 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27700 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27701 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27702 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27703 "dlls/cryptui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27704 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27705 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27706 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27707 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27708 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27709 "dlls/d3d10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27710 "dlls/d3d10core/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27711 "dlls/d3d10core/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27712 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27713 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27714 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27715 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27716 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27717 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27718 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27719 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27720 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27721 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27722 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27723 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27724 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27725 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27726 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27727 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27728 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27729 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27730 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27731 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27732 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27733 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27734 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27735 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27736 "dlls/d3dx9_38/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27737 "dlls/d3dx9_39/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27738 "dlls/d3dx9_40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27739 "dlls/d3dx9_41/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
27740 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27741 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27742 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27743 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27744 "dlls/ddeml.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
27745 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27746 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27747 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27748 "dlls/ddrawex/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27749 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
27750 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
27751 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27752 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27753 "dlls/dispdib.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27754 "dlls/display.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27755 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
27756 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27757 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
27758 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27759 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27760 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27761 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27762 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27763 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27764 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27765 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27766 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
27767 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27768 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27769 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27770 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27771 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27772 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27773 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27774 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
27775 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27776 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27777 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
27778 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27779 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27780 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27781 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27782 "dlls/dxgi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27783 "dlls/dxgi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27784 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27785 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27786 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
27787 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27788 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27789 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27790 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27791 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27792 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
27793 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27794 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27795 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
27796 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27797 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
27798 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
27799 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27800 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27801 "dlls/httpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27802 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27803 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
27804 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27805 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27806 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27807 "dlls/imm.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
27808 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
27809 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27810 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27811 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27812 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27813 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27814 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27815 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27816 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
27817 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27818 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
27819 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27820 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27821 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
27822 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
27823 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27824 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
27825 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27826 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27827 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27828 "dlls/keyboard.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27829 "dlls/loadperf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27830 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
27831 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27832 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
27833 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27834 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
27835 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27836 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27837 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27838 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27839 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27840 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27841 "dlls/mciqtz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27842 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27843 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27844 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
27845 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
27846 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27847 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27848 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27849 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27850 "dlls/mouse.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27851 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
27852 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27853 "dlls/msacm.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27854 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27855 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27856 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27857 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27858 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27859 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
27860 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27861 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27862 "dlls/msctf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msctf/Makefile" ;;
27863 "dlls/msctf/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27864 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27865 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27866 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27867 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27868 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27869 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27870 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
27871 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27872 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27873 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27874 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
27875 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27876 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27877 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27878 "dlls/mssign32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27879 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27880 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
27881 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27882 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27883 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27884 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27885 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27886 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27887 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27888 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27889 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27890 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27891 "dlls/msvfw32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27892 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27893 "dlls/msvideo.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
27894 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27895 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27896 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27897 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27898 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27899 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27900 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
27901 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27902 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27903 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27904 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27905 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27906 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27907 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27908 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
27909 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27910 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27911 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27912 "dlls/ole2.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27913 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27914 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27915 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27916 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27917 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27918 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
27919 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27920 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27921 "dlls/oleacc/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27922 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27923 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27924 "dlls/olecli.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27925 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27926 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27927 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27928 "dlls/olesvr.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27929 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27930 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27931 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27932 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27933 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
27934 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27935 "dlls/pidgen/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27936 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27937 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
27938 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
27939 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
27940 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27941 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27942 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
27943 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
27944 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27945 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27946 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27947 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27948 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
27949 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27950 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
27951 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
27952 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27953 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27954 "dlls/rasdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27955 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
27956 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
27957 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27958 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
27959 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27960 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27961 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27962 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27963 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27964 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27965 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27966 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27967 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
27968 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27969 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
27970 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27971 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
27972 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27973 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
27974 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27975 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27976 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27977 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
27978 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27979 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27980 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27981 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27982 "dlls/shell.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
27983 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
27984 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27985 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27986 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27987 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27988 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27989 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
27990 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27991 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27992 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
27993 "dlls/sound.drv16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
27994 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27995 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27996 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27997 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27998 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
27999 "dlls/storage.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28000 "dlls/stress.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28001 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28002 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28003 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
28004 "dlls/t2embed/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/t2embed/Makefile" ;;
28005 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28006 "dlls/traffic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/traffic/Makefile" ;;
28007 "dlls/twain.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28008 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28009 "dlls/twain_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28010 "dlls/typelib.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28011 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
28012 "dlls/updspapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28013 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
28014 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28015 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28016 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
28017 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28018 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
28019 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28020 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
28021 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28022 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
28023 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28024 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28025 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28026 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28027 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
28028 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28029 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28030 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28031 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28032 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28033 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28034 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28035 "dlls/w32sys.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28036 "dlls/wbemprox/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
28037 "dlls/win32s16.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28038 "dlls/win87em.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28039 "dlls/winaspi.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28040 "dlls/windebug.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28041 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28042 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28043 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28044 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28045 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28046 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
28047 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28048 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28049 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28050 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28051 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28052 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28053 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28054 "dlls/winepulse.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28055 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28056 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28057 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
28058 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28059 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28060 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
28061 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28062 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
28063 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28064 "dlls/winnls.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28065 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28066 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
28067 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28068 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28069 "dlls/wintab.dll16/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28070 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28071 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28072 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28073 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28074 "dlls/wldap32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28075 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
28076 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28077 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
28078 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28079 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28080 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28081 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28082 "dlls/wuapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28083 "dlls/xinput1_1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28084 "dlls/xinput1_2/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28085 "dlls/xinput1_3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28086 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28087 "dlls/xinput9_1_0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28088 "dlls/xmllite/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28089 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
28090 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
28091 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
28092 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
28093 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
28094 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
28095 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
28096 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
28097 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
28098 "programs/cacls/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cacls/Makefile" ;;
28099 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
28100 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
28101 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28102 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
28103 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
28104 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
28105 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
28106 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
28107 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
28108 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
28109 "programs/lodctr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/lodctr/Makefile" ;;
28110 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
28111 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
28112 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
28113 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
28114 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
28115 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
28116 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
28117 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28118 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
28119 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
28120 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
28121 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
28122 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28123 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
28124 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
28125 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28126 "programs/termsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/termsv/Makefile" ;;
28127 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28128 "programs/unlodctr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28129 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
28130 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
28131 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28132 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
28133 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28134 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
28135 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
28136 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
28137 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28138 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
28139 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
28140 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
28141 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
28142 "programs/winhelp.exe16/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28143 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28144 "programs/winoldap.mod16/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28145 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
28146 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
28147 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
28148 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
28149 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
28150 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
28151 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
28152 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
28153 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
28154 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
28155 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
28156 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
28158 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28159 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28160 { (exit 1); exit 1; }; };;
28165 # If the user did not use the arguments to specify the items to instantiate,
28166 # then the envvar interface is used. Set only those that are not.
28167 # We use the long form for the default assignment because of an extremely
28168 # bizarre bug on SunOS 4.1.3.
28169 if $ac_need_defaults; then
28170 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
28171 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
28172 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
28175 # Have a temporary directory for convenience. Make it in the build tree
28176 # simply because there is no reason against having it here, and in addition,
28177 # creating and moving files from /tmp can sometimes cause problems.
28178 # Hook for its removal unless debugging.
28179 # Note that there is a small window in which the directory will not be cleaned:
28180 # after its creation but before its name has been assigned to `$tmp'.
28184 trap 'exit_status=$?
28185 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28187 trap '{ (exit 1); exit 1; }' 1 2 13 15
28189 # Create a (secure) tmp directory for tmp files.
28192 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28193 test -n "$tmp" && test -d "$tmp"
28196 tmp
=.
/conf$$
-$RANDOM
28197 (umask 077 && mkdir
"$tmp")
28200 echo "$me: cannot create a temporary directory in ." >&2
28201 { (exit 1); exit 1; }
28205 # Set up the sed scripts for CONFIG_FILES section.
28208 # No need to generate the scripts if there are no CONFIG_FILES.
28209 # This happens for instance when ./config.status config.h
28210 if test -n "$CONFIG_FILES"; then
28214 # Create sed commands to just substitute file output variables.
28216 # Remaining file output variables are in a fragment that also has non-file
28222 for ac_last_try
in false false false false false
:; do
28223 cat >conf$
$subs.
sed <<_ACEOF
28224 SHELL!$SHELL$ac_delim
28225 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28226 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28227 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28228 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28229 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28230 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28231 exec_prefix!$exec_prefix$ac_delim
28232 prefix!$prefix$ac_delim
28233 program_transform_name!$program_transform_name$ac_delim
28234 bindir!$bindir$ac_delim
28235 sbindir!$sbindir$ac_delim
28236 libexecdir!$libexecdir$ac_delim
28237 datarootdir!$datarootdir$ac_delim
28238 datadir!$datadir$ac_delim
28239 sysconfdir!$sysconfdir$ac_delim
28240 sharedstatedir!$sharedstatedir$ac_delim
28241 localstatedir!$localstatedir$ac_delim
28242 includedir!$includedir$ac_delim
28243 oldincludedir!$oldincludedir$ac_delim
28244 docdir!$docdir$ac_delim
28245 infodir!$infodir$ac_delim
28246 htmldir!$htmldir$ac_delim
28247 dvidir!$dvidir$ac_delim
28248 pdfdir!$pdfdir$ac_delim
28249 psdir!$psdir$ac_delim
28250 libdir!$libdir$ac_delim
28251 localedir!$localedir$ac_delim
28252 mandir!$mandir$ac_delim
28253 DEFS!$DEFS$ac_delim
28254 ECHO_C!$ECHO_C$ac_delim
28255 ECHO_N!$ECHO_N$ac_delim
28256 ECHO_T!$ECHO_T$ac_delim
28257 LIBS!$LIBS$ac_delim
28258 build_alias!$build_alias$ac_delim
28259 host_alias!$host_alias$ac_delim
28260 target_alias!$target_alias$ac_delim
28261 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28262 build!$build$ac_delim
28263 build_cpu!$build_cpu$ac_delim
28264 build_vendor!$build_vendor$ac_delim
28265 build_os!$build_os$ac_delim
28266 host!$host$ac_delim
28267 host_cpu!$host_cpu$ac_delim
28268 host_vendor!$host_vendor$ac_delim
28269 host_os!$host_os$ac_delim
28270 SET_MAKE!$SET_MAKE$ac_delim
28272 CFLAGS!$CFLAGS$ac_delim
28273 LDFLAGS!$LDFLAGS$ac_delim
28274 CPPFLAGS!$CPPFLAGS$ac_delim
28275 ac_ct_CC!$ac_ct_CC$ac_delim
28276 EXEEXT!$EXEEXT$ac_delim
28277 OBJEXT!$OBJEXT$ac_delim
28279 CXXFLAGS!$CXXFLAGS$ac_delim
28280 ac_ct_CXX!$ac_ct_CXX$ac_delim
28281 CPPBIN!$CPPBIN$ac_delim
28282 TARGETFLAGS!$TARGETFLAGS$ac_delim
28283 WIN16_FILES!$WIN16_FILES$ac_delim
28284 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28285 TOOLSDIR!$TOOLSDIR$ac_delim
28286 FLEX!$FLEX$ac_delim
28287 BISON!$BISON$ac_delim
28289 ac_ct_AS!$ac_ct_AS$ac_delim
28291 ac_ct_LD!$ac_ct_LD$ac_delim
28293 ac_ct_NM!$ac_ct_NM$ac_delim
28295 ac_ct_AR!$ac_ct_AR$ac_delim
28296 ARFLAGS!$ARFLAGS$ac_delim
28297 RANLIB!$RANLIB$ac_delim
28298 STRIP!$STRIP$ac_delim
28299 WINDRES!$WINDRES$ac_delim
28300 LN_S!$LN_S$ac_delim
28302 GREP!$GREP$ac_delim
28303 EGREP!$EGREP$ac_delim
28304 LDCONFIG!$LDCONFIG$ac_delim
28305 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28308 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28310 elif $ac_last_try; then
28311 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28312 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28313 { (exit 1); exit 1; }; }
28315 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
28319 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28320 if test -n "$ac_eof"; then
28321 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
28322 ac_eof
=`expr $ac_eof + 1`
28325 cat >>$CONFIG_STATUS <<_ACEOF
28326 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28327 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28328 /^[ ]*@MAKE_RULES@[ ]*$/{
28332 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28336 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28337 r $MAKE_IMPLIB_RULES
28340 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28344 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28350 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28351 s/^/s,@/; s/!/@,|#_!!_#|/
28354 s/'"$ac_delim"'$/,g/; t
28356 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28357 ' >>$CONFIG_STATUS <conf$
$subs.
sed
28358 rm -f conf$
$subs.
sed
28359 cat >>$CONFIG_STATUS <<_ACEOF
28365 for ac_last_try
in false false false false false
:; do
28366 cat >conf$
$subs.
sed <<_ACEOF
28367 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28368 INSTALL_DATA!$INSTALL_DATA$ac_delim
28369 LINT!$LINT$ac_delim
28370 LINTFLAGS!$LINTFLAGS$ac_delim
28371 FONTFORGE!$FONTFORGE$ac_delim
28372 PKG_CONFIG!$PKG_CONFIG$ac_delim
28373 RSVG!$RSVG$ac_delim
28374 ICOTOOL!$ICOTOOL$ac_delim
28375 PRELINK!$PRELINK$ac_delim
28376 XLIB!$XLIB$ac_delim
28377 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28379 DLLEXT!$DLLEXT$ac_delim
28380 DLLFLAGS!$DLLFLAGS$ac_delim
28381 LDSHARED!$LDSHARED$ac_delim
28382 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28383 LIBEXT!$LIBEXT$ac_delim
28384 IMPLIBEXT!$IMPLIBEXT$ac_delim
28385 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28386 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28388 DLLTOOL!$DLLTOOL$ac_delim
28389 DLLWRAP!$DLLWRAP$ac_delim
28390 MINGWAR!$MINGWAR$ac_delim
28391 SECURITYLIB!$SECURITYLIB$ac_delim
28392 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28393 IOKITLIB!$IOKITLIB$ac_delim
28394 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28395 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28396 COREAUDIO!$COREAUDIO$ac_delim
28397 CARBONLIB!$CARBONLIB$ac_delim
28398 CROSSCC!$CROSSCC$ac_delim
28399 CROSSWINDRES!$CROSSWINDRES$ac_delim
28400 CROSSTEST!$CROSSTEST$ac_delim
28401 LIBPTHREAD!$LIBPTHREAD$ac_delim
28402 XMKMF!$XMKMF$ac_delim
28403 X_CFLAGS!$X_CFLAGS$ac_delim
28404 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28405 X_LIBS!$X_LIBS$ac_delim
28406 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28407 NASLIBS!$NASLIBS$ac_delim
28408 XML2LIBS!$XML2LIBS$ac_delim
28409 XML2INCL!$XML2INCL$ac_delim
28410 XSLTINCL!$XSLTINCL$ac_delim
28411 HALINCL!$HALINCL$ac_delim
28412 GNUTLSINCL!$GNUTLSINCL$ac_delim
28413 sane_devel!$sane_devel$ac_delim
28414 SANEINCL!$SANEINCL$ac_delim
28415 gphoto2_devel!$gphoto2_devel$ac_delim
28416 gphoto2port_devel!$gphoto2port_devel$ac_delim
28417 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28418 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28419 RESOLVLIBS!$RESOLVLIBS$ac_delim
28420 LCMSLIBS!$LCMSLIBS$ac_delim
28421 ft_devel!$ft_devel$ac_delim
28422 FREETYPELIBS!$FREETYPELIBS$ac_delim
28423 FREETYPEINCL!$FREETYPEINCL$ac_delim
28424 ESDCONFIG!$ESDCONFIG$ac_delim
28425 ESDINCL!$ESDINCL$ac_delim
28426 ESDLIBS!$ESDLIBS$ac_delim
28427 PULSELIBS!$PULSELIBS$ac_delim
28428 ALSALIBS!$ALSALIBS$ac_delim
28429 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28430 CUPSINCL!$CUPSINCL$ac_delim
28431 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28432 LIBKSTAT!$LIBKSTAT$ac_delim
28433 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28434 BUILTINFLAG!$BUILTINFLAG$ac_delim
28435 LDPATH!$LDPATH$ac_delim
28436 CRTLIBS!$CRTLIBS$ac_delim
28437 SOCKETLIBS!$SOCKETLIBS$ac_delim
28438 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28439 LIBDL!$LIBDL$ac_delim
28440 LIBPOLL!$LIBPOLL$ac_delim
28441 LDAPLIBS!$LDAPLIBS$ac_delim
28442 DEPENDENCIES!$DEPENDENCIES$ac_delim
28443 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28444 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28445 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28446 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28447 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28448 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28449 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28450 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28451 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28452 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28453 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28454 LIBOBJS!$LIBOBJS$ac_delim
28455 LTLIBOBJS!$LTLIBOBJS$ac_delim
28458 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28460 elif $ac_last_try; then
28461 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28462 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28463 { (exit 1); exit 1; }; }
28465 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
28469 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28470 if test -n "$ac_eof"; then
28471 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
28472 ac_eof
=`expr $ac_eof + 1`
28475 cat >>$CONFIG_STATUS <<_ACEOF
28476 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28477 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28480 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28481 s/^/s,@/; s/!/@,|#_!!_#|/
28484 s/'"$ac_delim"'$/,g/; t
28486 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28487 ' >>$CONFIG_STATUS <conf$
$subs.
sed
28488 rm -f conf$
$subs.
sed
28489 cat >>$CONFIG_STATUS <<_ACEOF
28496 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28497 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28498 # trailing colons and then remove the whole line if VPATH becomes empty
28499 # (actually we leave an empty line to preserve line numbers).
28500 if test "x$srcdir" = x.
; then
28501 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
28502 s/:*\$(srcdir):*/:/
28503 s/:*\${srcdir}:*/:/
28505 s/^\([^=]*=[ ]*\):*/\1/
28511 cat >>$CONFIG_STATUS <<\_ACEOF
28512 fi # test -n "$CONFIG_FILES"
28515 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
28518 :[FHLC
]) ac_mode
=$ac_tag; continue;;
28520 case $ac_mode$ac_tag in
28522 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28523 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28524 { (exit 1); exit 1; }; };;
28525 :[FH
]-) ac_tag
=-:-;;
28526 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
28543 -) ac_f
="$tmp/stdin";;
28544 *) # Look for the file first in the build tree, then in the source tree
28545 # (if the path is not absolute). The absolute path cannot be DOS-style,
28546 # because $ac_f cannot contain `:'.
28550 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
28552 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28553 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28554 { (exit 1); exit 1; }; };;
28556 ac_file_inputs
="$ac_file_inputs $ac_f"
28559 # Let's still pretend it is `configure' which instantiates (i.e., don't
28560 # use $as_me), people would be surprised to read:
28561 # /* config.h. Generated by config.status. */
28562 configure_input
="Generated from "`IFS=:
28563 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28564 if test x
"$ac_file" != x-
; then
28565 configure_input
="$ac_file. $configure_input"
28566 { echo "$as_me:$LINENO: creating $ac_file" >&5
28567 echo "$as_me: creating $ac_file" >&6;}
28571 *:-:* |
*:-) cat >"$tmp/stdin";;
28576 ac_dir
=`$as_dirname -- "$ac_file" ||
28577 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28578 X"$ac_file" : 'X\(//\)[^/]' \| \
28579 X"$ac_file" : 'X\(//\)$' \| \
28580 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28582 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28586 /^X\(\/\/\)[^/].*/{
28601 -*) as_dir
=.
/$as_dir;;
28603 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
28607 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28608 *) as_qdir
=$as_dir;;
28610 as_dirs
="'$as_qdir' $as_dirs"
28611 as_dir
=`$as_dirname -- "$as_dir" ||
28612 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28613 X"$as_dir" : 'X\(//\)[^/]' \| \
28614 X"$as_dir" : 'X\(//\)$' \| \
28615 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28617 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28621 /^X\(\/\/\)[^/].*/{
28634 test -d "$as_dir" && break
28636 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
28637 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28638 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28639 { (exit 1); exit 1; }; }; }
28643 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
28645 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28646 # A ".." for each directory in $ac_dir_suffix.
28647 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28648 case $ac_top_builddir_sub in
28649 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
28650 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
28653 ac_abs_top_builddir
=$ac_pwd
28654 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
28655 # for backward compatibility:
28656 ac_top_builddir
=$ac_top_build_prefix
28659 .
) # We are building in place.
28661 ac_top_srcdir
=$ac_top_builddir_sub
28662 ac_abs_top_srcdir
=$ac_pwd ;;
28663 [\\/]* | ?
:[\\/]* ) # Absolute name.
28664 ac_srcdir
=$srcdir$ac_dir_suffix;
28665 ac_top_srcdir
=$srcdir
28666 ac_abs_top_srcdir
=$srcdir ;;
28667 *) # Relative name.
28668 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
28669 ac_top_srcdir
=$ac_top_build_prefix$srcdir
28670 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
28672 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
28682 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
28683 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
28687 cat >>$CONFIG_STATUS <<\_ACEOF
28688 # If the template does not know about datarootdir, expand it.
28689 # FIXME: This hack should be removed a few years after 2.60.
28690 ac_datarootdir_hack
=; ac_datarootdir_seen
=
28692 case `sed -n '/datarootdir/ {
28701 ' $ac_file_inputs` in
28702 *datarootdir
*) ac_datarootdir_seen
=yes;;
28703 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
28704 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28705 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28707 cat >>$CONFIG_STATUS <<_ACEOF
28708 ac_datarootdir_hack='
28709 s&@datadir@&$datadir&g
28710 s&@docdir@&$docdir&g
28711 s&@infodir@&$infodir&g
28712 s&@localedir@&$localedir&g
28713 s&@mandir@&$mandir&g
28714 s&\\\${datarootdir}&$datarootdir&g' ;;
28718 # Neutralize VPATH when `$srcdir' = `.'.
28719 # Shell code in configure.ac might set extrasub.
28720 # FIXME: do we really want to maintain this feature?
28721 cat >>$CONFIG_STATUS <<_ACEOF
28725 cat >>$CONFIG_STATUS <<\_ACEOF
28727 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
28728 s
&@configure_input@
&$configure_input&;t t
28729 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
28730 s
&@srcdir@
&$ac_srcdir&;t t
28731 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
28732 s
&@top_srcdir@
&$ac_top_srcdir&;t t
28733 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
28734 s
&@builddir@
&$ac_builddir&;t t
28735 s
&@abs_builddir@
&$ac_abs_builddir&;t t
28736 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
28737 s
&@INSTALL@
&$ac_INSTALL&;t t
28738 $ac_datarootdir_hack
28739 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
28741 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28742 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
28743 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
28744 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
28745 which seems to be undefined. Please make sure it is defined." >&5
28746 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
28747 which seems to be undefined. Please make sure it is defined." >&2;}
28751 -) cat "$tmp/out"; rm -f "$tmp/out";;
28752 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28761 # Transform confdefs.h into a sed script `conftest.defines', that
28762 # substitutes the proper values into config.h.in to produce config.h.
28763 rm -f conftest.defines conftest.
tail
28764 # First, append a space to every undef/define line, to ease matching.
28765 echo 's/$/ /' >conftest.defines
28766 # Then, protect against being on the right side of a sed subst, or in
28767 # an unquoted here document, in config.status. If some macros were
28768 # called several times there might be several #defines for the same
28769 # symbol, which is useless. But do not sort them, since the last
28770 # AC_DEFINE must be honored.
28771 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
28772 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28773 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28774 # PARAMS is the parameter list in the macro definition--in most cases, it's
28775 # just an empty string.
28776 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28777 ac_dB
='\\)[ (].*,\\1define\\2'
28785 s/^[ ]*#[ ]*define[ ][ ]*//
28790 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28791 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28792 ' >>conftest.defines
28794 # Remove the space that was appended to ease matching.
28795 # Then replace #undef with comments. This is necessary, for
28796 # example, in the case of _POSIX_SOURCE, which is predefined and required
28797 # on some systems where configure will not decide to define it.
28798 # (The regexp can be short, since the line contains either #define or #undef.)
28800 s,^[ #]*u.*,/* & */,' >>conftest.defines
28802 # Break up conftest.defines:
28803 ac_max_sed_lines
=50
28805 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28806 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28807 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28809 ac_in
='$ac_file_inputs'
28810 ac_out
='"$tmp/out1"'
28811 ac_nxt
='"$tmp/out2"'
28815 # Write a here document:
28816 cat >>$CONFIG_STATUS <<_ACEOF
28817 # First, check the format of the line:
28818 cat >"\$tmp/defines.sed" <<\\CEOF
28819 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28820 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28824 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
28826 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28827 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
28828 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
28829 grep . conftest.
tail >/dev
/null ||
break
28830 rm -f conftest.defines
28831 mv conftest.
tail conftest.defines
28833 rm -f conftest.defines conftest.
tail
28835 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28836 cat >>$CONFIG_STATUS <<\_ACEOF
28837 if test x
"$ac_file" != x-
; then
28838 echo "/* $configure_input */" >"$tmp/config.h"
28839 cat "$ac_result" >>"$tmp/config.h"
28840 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
28841 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28842 echo "$as_me: $ac_file is unchanged" >&6;}
28845 mv "$tmp/config.h" $ac_file
28848 echo "/* $configure_input */"
28854 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28855 echo "$as_me: executing $ac_file commands" >&6;}
28860 case $ac_file$ac_mode in
28861 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
28862 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28863 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
28864 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28865 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
28866 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28867 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
28868 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28869 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
28870 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28871 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
28872 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
28873 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
28879 { (exit 0); exit 0; }
28881 chmod +x
$CONFIG_STATUS
28882 ac_clean_files
=$ac_clean_files_save
28885 # configure is writing to config.log, and then calls config.status.
28886 # config.status does its own redirection, appending to config.log.
28887 # Unfortunately, on DOS this fails, as config.log is still kept open
28888 # by configure, so config.status won't be able to write to it; its
28889 # output is simply discarded. So we exec the FD to /dev/null,
28890 # effectively closing config.log, so it can be properly (re)opened and
28891 # appended to by config.status. When coming back to configure, we
28892 # need to make the FD available again.
28893 if test "$no_create" != yes; then
28895 ac_config_status_args
=
28896 test "$silent" = yes &&
28897 ac_config_status_args
="$ac_config_status_args --quiet"
28899 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
28901 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28902 # would make configure fail if this is the last instruction.
28903 $ac_cs_success ||
{ (exit 1); exit 1; }
28907 if test "$no_create" = "yes"
28913 if test "x$wine_notices != "x
; then
28916 for msg
in $wine_notices; do
28918 if test -n "$msg"; then
28919 { echo "$as_me:$LINENO: $msg" >&5
28920 echo "$as_me: $msg" >&6;}
28925 for msg
in $wine_warnings; do
28927 if test -n "$msg"; then
28929 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28930 echo "$as_me: WARNING: $msg" >&2;}
28936 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.