2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.5.
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.5'
578 PACKAGE_STRING
='Wine 1.1.5'
579 PACKAGE_BUGREPORT
='wine-devel@winehq.org'
581 ac_unique_file
="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default
="\
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
595 # ifdef HAVE_STDLIB_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
627 program_transform_name
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
788 ac_subst_files
='MAKE_RULES
793 ac_precious_vars
='build_alias
808 # Initialize some variables set by options.
810 ac_init_version
=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
820 program_transform_name
=s
,x
,x
,
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir
='${exec_prefix}/bin'
835 sbindir
='${exec_prefix}/sbin'
836 libexecdir
='${exec_prefix}/libexec'
837 datarootdir
='${prefix}/share'
838 datadir
='${datarootdir}'
839 sysconfdir
='${prefix}/etc'
840 sharedstatedir
='${prefix}/com'
841 localstatedir
='${prefix}/var'
842 includedir
='${prefix}/include'
843 oldincludedir
='/usr/include'
844 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir
='${datarootdir}/info'
850 libdir
='${exec_prefix}/lib'
851 localedir
='${datarootdir}/locale'
852 mandir
='${datarootdir}/man'
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\
$ac_option
866 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
876 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
878 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
881 -build |
--build |
--buil |
--bui |
--bu)
882 ac_prev
=build_alias
;;
883 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
884 build_alias
=$ac_optarg ;;
886 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
887 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
888 ac_prev
=cache_file
;;
889 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
890 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
891 cache_file
=$ac_optarg ;;
894 cache_file
=config.cache
;;
896 -datadir |
--datadir |
--datadi |
--datad)
898 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
899 datadir
=$ac_optarg ;;
901 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
902 |
--dataroo |
--dataro |
--datar)
903 ac_prev
=datarootdir
;;
904 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
905 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
906 datarootdir
=$ac_optarg ;;
908 -disable-* |
--disable-*)
909 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_
$ac_feature=no
;;
917 -docdir |
--docdir |
--docdi |
--doc |
--do)
919 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
922 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
924 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
927 -enable-* |
--enable-*)
928 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_
$ac_feature=\
$ac_optarg ;;
936 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
937 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
938 |
--exec |
--exe |
--ex)
939 ac_prev
=exec_prefix
;;
940 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
941 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
942 |
--exec=* |
--exe=* |
--ex=*)
943 exec_prefix
=$ac_optarg ;;
945 -gas |
--gas |
--ga |
--g)
946 # Obsolete; use --with-gas.
949 -help |
--help |
--hel |
--he |
-h)
951 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
952 ac_init_help
=recursive
;;
953 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
954 ac_init_help
=short
;;
956 -host |
--host |
--hos |
--ho)
957 ac_prev
=host_alias
;;
958 -host=* |
--host=* |
--hos=* |
--ho=*)
959 host_alias
=$ac_optarg ;;
961 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
963 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
965 htmldir
=$ac_optarg ;;
967 -includedir |
--includedir |
--includedi |
--included |
--include \
968 |
--includ |
--inclu |
--incl |
--inc)
969 ac_prev
=includedir
;;
970 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
971 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
972 includedir
=$ac_optarg ;;
974 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
976 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
977 infodir
=$ac_optarg ;;
979 -libdir |
--libdir |
--libdi |
--libd)
981 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
984 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
985 |
--libexe |
--libex |
--libe)
986 ac_prev
=libexecdir
;;
987 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
988 |
--libexe=* |
--libex=* |
--libe=*)
989 libexecdir
=$ac_optarg ;;
991 -localedir |
--localedir |
--localedi |
--localed |
--locale)
993 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
994 localedir
=$ac_optarg ;;
996 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
997 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
998 ac_prev
=localstatedir
;;
999 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
1000 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
1001 localstatedir
=$ac_optarg ;;
1003 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
1005 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1006 mandir
=$ac_optarg ;;
1008 -nfp |
--nfp |
--nf)
1009 # Obsolete; use --without-fp.
1012 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1013 |
--no-cr |
--no-c |
-n)
1016 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1017 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1020 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1021 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1022 |
--oldin |
--oldi |
--old |
--ol |
--o)
1023 ac_prev
=oldincludedir
;;
1024 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1025 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1026 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1027 oldincludedir
=$ac_optarg ;;
1029 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1031 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1032 prefix
=$ac_optarg ;;
1034 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1035 |
--program-pre |
--program-pr |
--program-p)
1036 ac_prev
=program_prefix
;;
1037 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1038 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1039 program_prefix
=$ac_optarg ;;
1041 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1042 |
--program-suf |
--program-su |
--program-s)
1043 ac_prev
=program_suffix
;;
1044 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1045 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1046 program_suffix
=$ac_optarg ;;
1048 -program-transform-name |
--program-transform-name \
1049 |
--program-transform-nam |
--program-transform-na \
1050 |
--program-transform-n |
--program-transform- \
1051 |
--program-transform |
--program-transfor \
1052 |
--program-transfo |
--program-transf \
1053 |
--program-trans |
--program-tran \
1054 |
--progr-tra |
--program-tr |
--program-t)
1055 ac_prev
=program_transform_name
;;
1056 -program-transform-name=* |
--program-transform-name=* \
1057 |
--program-transform-nam=* |
--program-transform-na=* \
1058 |
--program-transform-n=* |
--program-transform-=* \
1059 |
--program-transform=* |
--program-transfor=* \
1060 |
--program-transfo=* |
--program-transf=* \
1061 |
--program-trans=* |
--program-tran=* \
1062 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
1063 program_transform_name
=$ac_optarg ;;
1065 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1067 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1068 pdfdir
=$ac_optarg ;;
1070 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1072 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1075 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1076 |
-silent |
--silent |
--silen |
--sile |
--sil)
1079 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1081 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1083 sbindir
=$ac_optarg ;;
1085 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1086 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1087 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1089 ac_prev
=sharedstatedir
;;
1090 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1091 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1092 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1094 sharedstatedir
=$ac_optarg ;;
1096 -site |
--site |
--sit)
1098 -site=* |
--site=* |
--sit=*)
1101 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1103 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1104 srcdir
=$ac_optarg ;;
1106 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1107 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1108 ac_prev
=sysconfdir
;;
1109 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1110 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1111 sysconfdir
=$ac_optarg ;;
1113 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1114 ac_prev
=target_alias
;;
1115 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1116 target_alias
=$ac_optarg ;;
1118 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1121 -version |
--version |
--versio |
--versi |
--vers |
-V)
1122 ac_init_version
=: ;;
1125 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_
$ac_package=\
$ac_optarg ;;
1133 -without-* |
--without-*)
1134 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_
$ac_package=no
;;
1143 # Obsolete; use --with-x.
1146 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1147 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1148 ac_prev
=x_includes
;;
1149 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1150 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1151 x_includes
=$ac_optarg ;;
1153 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1154 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1155 ac_prev
=x_libraries
;;
1156 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1157 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1158 x_libraries
=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1166 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\
$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1185 if test -n "$ac_prev"; then
1186 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val
=\$
$ac_var
1199 [\\/$
]* | ?
:[\\/]* ) continue;;
1200 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1211 target
=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x
; then
1215 if test "x$build_alias" = x
; then
1216 cross_compiling
=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1225 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1227 test "$silent" = yes && exec 6>/dev
/null
1230 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di
=`ls -di .` &&
1232 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted
=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir
=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1272 ac_srcdir_defaulted
=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1292 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 for ac_var
in $ac_precious_vars; do
1295 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1297 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1308 \`configure' configures Wine 1.1.5 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1366 --x-includes=DIR X include files are
in DIR
1367 --x-libraries=DIR X library files are
in DIR
1370 --build=BUILD configure
for building on BUILD
[guessed
]
1371 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive
) echo "Configuration of Wine 1.1.5:";;
1382 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1383 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-gnutls do not use GnuTLS (schannel support)
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1443 Use these variables to override the choices made by `configure' or to
help
1444 it to
find libraries and programs with nonstandard names
/locations.
1446 Report bugs to
<wine-devel@winehq.org
>.
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1454 test -d "$ac_dir" ||
continue
1458 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1460 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1465 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1468 ac_abs_top_builddir
=$ac_pwd
1469 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir
=$ac_top_build_prefix
1474 .
) # We are building in place.
1476 ac_top_srcdir
=$ac_top_builddir_sub
1477 ac_abs_top_srcdir
=$ac_pwd ;;
1478 [\\/]* | ?
:[\\/]* ) # Absolute name.
1479 ac_srcdir
=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir
=$srcdir
1481 ac_abs_top_srcdir
=$srcdir ;;
1483 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1487 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1500 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1507 Wine configure
1.1.5
1508 generated by GNU Autoconf
2.61
1510 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1512 This configure
script is free software
; the Free Software Foundation
1513 gives unlimited permission to copy
, distribute and modify it.
1517 cat >config.log
<<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.5, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1557 test -z "$as_dir" && as_dir
=.
1558 echo "PATH: $as_dir"
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1582 ac_must_keep_next
=false
1588 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1589 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1590 |
-silent |
--silent |
--silen |
--sile |
--sil)
1593 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1596 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true
; then
1600 ac_must_keep_next
=false
# Got value, back to normal.
1603 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1604 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1605 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1606 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1611 -* ) ac_must_keep_next
=true
;;
1614 ac_configure_args
="$ac_configure_args '$ac_arg'"
1619 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1620 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1679 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1681 echo "$ac_var='\''$ac_val'\''"
1685 if test -n "$ac_subst_files"; then
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1692 for ac_var
in $ac_subst_files
1694 eval ac_val
=\$
$ac_var
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1698 echo "$ac_var='\''$ac_val'\''"
1703 if test -s confdefs.h; then
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1721 for ac_signal
in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest
* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h
<<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1736 cat >>confdefs.h
<<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1741 cat >>confdefs.h
<<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1746 cat >>confdefs.h
<<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1751 cat >>confdefs.h
<<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x
"$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE
; then
1761 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1763 set x
"$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1784 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1785 *) .
"./$cache_file";;
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1794 # Check that the precious variables saved in the cache have kept the same
1796 ac_cache_corrupted
=false
1797 for ac_var
in $ac_precious_vars; do
1798 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1799 eval ac_new_set
=\
$ac_env_${ac_var}_set
1800 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1801 eval ac_new_val
=\
$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted
=: ;;
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted
=: ;;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted
=:
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1826 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg
=$ac_var=$ac_new_val ;;
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1868 ac_cpp
='$CPP $CPPFLAGS'
1869 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1875 ac_config_headers
="$ac_config_headers include/config.h"
1878 for ac_dir
in tools
"$srcdir"/tools
; do
1879 if test -f "$ac_dir/install-sh"; then
1881 ac_install_sh
="$ac_aux_dir/install-sh -c"
1883 elif test -f "$ac_dir/install.sh"; then
1885 ac_install_sh
="$ac_aux_dir/install.sh -c"
1887 elif test -f "$ac_dir/shtool"; then
1889 ac_install_sh
="$ac_aux_dir/shtool install -c"
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval
=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval
=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval
=$enable_maintainer_mode;
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval
=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval
=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
2002 # Check whether --with-gnutls was given.
2003 if test "${with_gnutls+set}" = set; then
2004 withval
=$with_gnutls;
2008 # Check whether --with-hal was given.
2009 if test "${with_hal+set}" = set; then
2014 # Check whether --with-jack was given.
2015 if test "${with_jack+set}" = set; then
2016 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2020 # Check whether --with-jpeg was given.
2021 if test "${with_jpeg+set}" = set; then
2022 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2026 # Check whether --with-ldap was given.
2027 if test "${with_ldap+set}" = set; then
2028 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2032 # Check whether --with-nas was given.
2033 if test "${with_nas+set}" = set; then
2034 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2038 # Check whether --with-opengl was given.
2039 if test "${with_opengl+set}" = set; then
2040 withval
=$with_opengl;
2044 # Check whether --with-openssl was given.
2045 if test "${with_openssl+set}" = set; then
2046 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2050 # Check whether --with-oss was given.
2051 if test "${with_oss+set}" = set; then
2052 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
2056 # Check whether --with-png was given.
2057 if test "${with_png+set}" = set; then
2058 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2062 # Check whether --with-sane was given.
2063 if test "${with_sane+set}" = set; then
2068 # Check whether --with-xcomposite was given.
2069 if test "${with_xcomposite+set}" = set; then
2070 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2074 # Check whether --with-xcursor was given.
2075 if test "${with_xcursor+set}" = set; then
2076 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2080 # Check whether --with-xinerama was given.
2081 if test "${with_xinerama+set}" = set; then
2082 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2086 # Check whether --with-xinput was given.
2087 if test "${with_xinput+set}" = set; then
2088 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2092 # Check whether --with-xml was given.
2093 if test "${with_xml+set}" = set; then
2098 # Check whether --with-xrandr was given.
2099 if test "${with_xrandr+set}" = set; then
2100 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2104 # Check whether --with-xrender was given.
2105 if test "${with_xrender+set}" = set; then
2106 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2110 # Check whether --with-xshape was given.
2111 if test "${with_xshape+set}" = set; then
2112 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2116 # Check whether --with-xshm was given.
2117 if test "${with_xshm+set}" = set; then
2118 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2122 # Check whether --with-xslt was given.
2123 if test "${with_xslt+set}" = set; then
2128 # Check whether --with-xxf86vm was given.
2129 if test "${with_xxf86vm+set}" = set; then
2130 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2135 # Check whether --with-wine-tools was given.
2136 if test "${with_wine_tools+set}" = set; then
2137 withval
=$with_wine_tools;
2141 # Make sure we can run config.sub.
2142 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2143 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2144 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2145 { (exit 1); exit 1; }; }
2147 { echo "$as_me:$LINENO: checking build system type" >&5
2148 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2149 if test "${ac_cv_build+set}" = set; then
2150 echo $ECHO_N "(cached) $ECHO_C" >&6
2152 ac_build_alias
=$build_alias
2153 test "x$ac_build_alias" = x
&&
2154 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2155 test "x$ac_build_alias" = x
&&
2156 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2157 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2158 { (exit 1); exit 1; }; }
2159 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2160 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2161 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2162 { (exit 1); exit 1; }; }
2165 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2166 echo "${ECHO_T}$ac_cv_build" >&6; }
2167 case $ac_cv_build in
2169 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2170 echo "$as_me: error: invalid value of canonical build" >&2;}
2171 { (exit 1); exit 1; }; };;
2174 ac_save_IFS
=$IFS; IFS
='-'
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2184 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2187 { echo "$as_me:$LINENO: checking host system type" >&5
2188 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2189 if test "${ac_cv_host+set}" = set; then
2190 echo $ECHO_N "(cached) $ECHO_C" >&6
2192 if test "x$host_alias" = x
; then
2193 ac_cv_host
=$ac_cv_build
2195 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2196 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2197 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2198 { (exit 1); exit 1; }; }
2202 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2203 echo "${ECHO_T}$ac_cv_host" >&6; }
2206 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2207 echo "$as_me: error: invalid value of canonical host" >&2;}
2208 { (exit 1); exit 1; }; };;
2211 ac_save_IFS
=$IFS; IFS
='-'
2217 # Remember, the first character of IFS is used to create $*,
2218 # except with old shells:
2221 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2226 if test "x$enable_win64" != "xyes"
2228 test -n "$CC" || CC
="gcc -m32"
2229 test -n "$CXX"|| CXX
="g++ -m32"
2230 test -n "$LD" || LD
="ld -m elf_i386"
2231 test -n "$AS" || AS
="as --32"
2239 if test "x$enable_win16" != "xno"
2246 WIN16_FILES
="\$(WIN16_FILES)"
2248 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2250 if test "x$enable_win16" != "xyes"
2258 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2259 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2260 You need to run 'make distclean' in the source tree first." >&5
2261 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2262 You need to run 'make distclean' in the source tree first." >&2;}
2263 { (exit 1); exit 1; }; }
2268 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2269 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2270 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2271 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2272 echo $ECHO_N "(cached) $ECHO_C" >&6
2274 cat >conftest.
make <<\_ACEOF
2277 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2279 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2280 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2282 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2284 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2288 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2289 { echo "$as_me:$LINENO: result: yes" >&5
2290 echo "${ECHO_T}yes" >&6; }
2293 { echo "$as_me:$LINENO: result: no" >&5
2294 echo "${ECHO_T}no" >&6; }
2295 SET_MAKE
="MAKE=${MAKE-make}"
2299 ac_cpp
='$CPP $CPPFLAGS'
2300 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2301 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2302 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2303 if test -n "$ac_tool_prefix"; then
2304 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2305 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2308 if test "${ac_cv_prog_CC+set}" = set; then
2309 echo $ECHO_N "(cached) $ECHO_C" >&6
2311 if test -n "$CC"; then
2312 ac_cv_prog_CC
="$CC" # Let the user override the test.
2314 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2318 test -z "$as_dir" && as_dir
=.
2319 for ac_exec_ext
in '' $ac_executable_extensions; do
2320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2321 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2332 if test -n "$CC"; then
2333 { echo "$as_me:$LINENO: result: $CC" >&5
2334 echo "${ECHO_T}$CC" >&6; }
2336 { echo "$as_me:$LINENO: result: no" >&5
2337 echo "${ECHO_T}no" >&6; }
2342 if test -z "$ac_cv_prog_CC"; then
2344 # Extract the first word of "gcc", so it can be a program name with args.
2345 set dummy gcc
; ac_word
=$2
2346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2348 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2349 echo $ECHO_N "(cached) $ECHO_C" >&6
2351 if test -n "$ac_ct_CC"; then
2352 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2354 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2358 test -z "$as_dir" && as_dir
=.
2359 for ac_exec_ext
in '' $ac_executable_extensions; do
2360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2361 ac_cv_prog_ac_ct_CC
="gcc"
2362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2371 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2372 if test -n "$ac_ct_CC"; then
2373 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2374 echo "${ECHO_T}$ac_ct_CC" >&6; }
2376 { echo "$as_me:$LINENO: result: no" >&5
2377 echo "${ECHO_T}no" >&6; }
2380 if test "x$ac_ct_CC" = x
; then
2383 case $cross_compiling:$ac_tool_warned in
2385 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2386 whose name does not start with the host triplet. If you think this
2387 configuration is useful to you, please write to autoconf@gnu.org." >&5
2388 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2389 whose name does not start with the host triplet. If you think this
2390 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2391 ac_tool_warned
=yes ;;
2399 if test -z "$CC"; then
2400 if test -n "$ac_tool_prefix"; then
2401 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2402 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2405 if test "${ac_cv_prog_CC+set}" = set; then
2406 echo $ECHO_N "(cached) $ECHO_C" >&6
2408 if test -n "$CC"; then
2409 ac_cv_prog_CC
="$CC" # Let the user override the test.
2411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2415 test -z "$as_dir" && as_dir
=.
2416 for ac_exec_ext
in '' $ac_executable_extensions; do
2417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2418 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2429 if test -n "$CC"; then
2430 { echo "$as_me:$LINENO: result: $CC" >&5
2431 echo "${ECHO_T}$CC" >&6; }
2433 { echo "$as_me:$LINENO: result: no" >&5
2434 echo "${ECHO_T}no" >&6; }
2440 if test -z "$CC"; then
2441 # Extract the first word of "cc", so it can be a program name with args.
2442 set dummy cc
; ac_word
=$2
2443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2445 if test "${ac_cv_prog_CC+set}" = set; then
2446 echo $ECHO_N "(cached) $ECHO_C" >&6
2448 if test -n "$CC"; then
2449 ac_cv_prog_CC
="$CC" # Let the user override the test.
2452 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2456 test -z "$as_dir" && as_dir
=.
2457 for ac_exec_ext
in '' $ac_executable_extensions; do
2458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2459 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2460 ac_prog_rejected
=yes
2464 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2471 if test $ac_prog_rejected = yes; then
2472 # We found a bogon in the path, so make sure we never use it.
2473 set dummy
$ac_cv_prog_CC
2475 if test $# != 0; then
2476 # We chose a different compiler from the bogus one.
2477 # However, it has the same basename, so the bogon will be chosen
2478 # first if we set CC to just the basename; use the full file name.
2480 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2486 if test -n "$CC"; then
2487 { echo "$as_me:$LINENO: result: $CC" >&5
2488 echo "${ECHO_T}$CC" >&6; }
2490 { echo "$as_me:$LINENO: result: no" >&5
2491 echo "${ECHO_T}no" >&6; }
2496 if test -z "$CC"; then
2497 if test -n "$ac_tool_prefix"; then
2498 for ac_prog
in cl.exe
2500 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2501 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2504 if test "${ac_cv_prog_CC+set}" = set; then
2505 echo $ECHO_N "(cached) $ECHO_C" >&6
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC
="$CC" # Let the user override the test.
2510 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2514 test -z "$as_dir" && as_dir
=.
2515 for ac_exec_ext
in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2517 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2518 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 if test -n "$CC"; then
2529 { echo "$as_me:$LINENO: result: $CC" >&5
2530 echo "${ECHO_T}$CC" >&6; }
2532 { echo "$as_me:$LINENO: result: no" >&5
2533 echo "${ECHO_T}no" >&6; }
2537 test -n "$CC" && break
2540 if test -z "$CC"; then
2542 for ac_prog
in cl.exe
2544 # Extract the first word of "$ac_prog", so it can be a program name with args.
2545 set dummy
$ac_prog; ac_word
=$2
2546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2548 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2549 echo $ECHO_N "(cached) $ECHO_C" >&6
2551 if test -n "$ac_ct_CC"; then
2552 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2554 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2558 test -z "$as_dir" && as_dir
=.
2559 for ac_exec_ext
in '' $ac_executable_extensions; do
2560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2561 ac_cv_prog_ac_ct_CC
="$ac_prog"
2562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2571 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2572 if test -n "$ac_ct_CC"; then
2573 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2574 echo "${ECHO_T}$ac_ct_CC" >&6; }
2576 { echo "$as_me:$LINENO: result: no" >&5
2577 echo "${ECHO_T}no" >&6; }
2581 test -n "$ac_ct_CC" && break
2584 if test "x$ac_ct_CC" = x
; then
2587 case $cross_compiling:$ac_tool_warned in
2589 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2590 whose name does not start with the host triplet. If you think this
2591 configuration is useful to you, please write to autoconf@gnu.org." >&5
2592 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2593 whose name does not start with the host triplet. If you think this
2594 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2595 ac_tool_warned
=yes ;;
2604 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2605 See \`config.log' for more details." >&5
2606 echo "$as_me: error: no acceptable C compiler found in \$PATH
2607 See \`config.log' for more details." >&2;}
2608 { (exit 1); exit 1; }; }
2610 # Provide some information about the compiler.
2611 echo "$as_me:$LINENO: checking for C compiler version" >&5
2612 ac_compiler
=`set X $ac_compile; echo $2`
2613 { (ac_try
="$ac_compiler --version >&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 --version >&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); }
2633 { (ac_try
="$ac_compiler -V >&5"
2635 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2636 *) ac_try_echo=$ac_try;;
2638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2639 (eval "$ac_compiler -V >&5") 2>&5
2641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642 (exit $ac_status); }
2644 cat >conftest.$ac_ext <<_ACEOF
2647 cat confdefs.h >>conftest.$ac_ext
2648 cat >>conftest.$ac_ext <<_ACEOF
2649 /* end confdefs.h. */
2659 ac_clean_files_save=$ac_clean_files
2660 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2661 # Try to create an executable without -o first, disregard a.out.
2662 # It will help us diagnose broken compilers, and finding out an intuition
2664 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2665 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2666 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2668 # List of possible output files, starting from the most likely.
2669 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2670 # only as a last resort. b.out is created by i960 compilers.
2671 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2673 # The IRIX 6 linker writes into existing files which may not be
2674 # executable, retaining their permissions. Remove them first so a
2675 # subsequent execution test works.
2677 for ac_file in $ac_files
2680 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2681 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2686 if { (ac_try="$ac_link_default"
2688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2689 *) ac_try_echo=$ac_try;;
2691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2692 (eval "$ac_link_default") 2>&5
2694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2695 (exit $ac_status); }; then
2696 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2697 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2698 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2699 # so that the user can short-circuit this test for compilers unknown to
2701 for ac_file
in $ac_files ''
2703 test -f "$ac_file" ||
continue
2705 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2708 # We found the default executable, but exeext='' is most
2712 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2714 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2716 # We set ac_cv_exeext here because the later test for it is not
2717 # safe: cross compilers may not add the suffix if given an `-o'
2718 # argument, so we may need to know it at that point already.
2719 # Even if this section looks crufty: it has the advantage of
2726 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2732 { echo "$as_me:$LINENO: result: $ac_file" >&5
2733 echo "${ECHO_T}$ac_file" >&6; }
2734 if test -z "$ac_file"; then
2735 echo "$as_me: failed program was:" >&5
2736 sed 's/^/| /' conftest.
$ac_ext >&5
2738 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2739 See \`config.log' for more details." >&5
2740 echo "$as_me: error: C compiler cannot create executables
2741 See \`config.log' for more details." >&2;}
2742 { (exit 77); exit 77; }; }
2745 ac_exeext
=$ac_cv_exeext
2747 # Check that the compiler produces executables we can run. If not, either
2748 # the compiler is broken, or we cross compile.
2749 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2750 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2751 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2752 # If not cross compiling, check that we can run a simple program.
2753 if test "$cross_compiling" != yes; then
2754 if { ac_try
='./$ac_file'
2755 { (case "(($ac_try" in
2756 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2757 *) ac_try_echo=$ac_try;;
2759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2760 (eval "$ac_try") 2>&5
2762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763 (exit $ac_status); }; }; then
2766 if test "$cross_compiling" = maybe; then
2769 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2770 If you meant to cross compile, use \`--host'.
2771 See \`config.log' for more details.
" >&5
2772 echo "$as_me: error
: cannot run C compiled programs.
2773 If you meant to cross compile
, use \
`--host'.
2774 See \`config.log
' for more details." >&2;}
2775 { (exit 1); exit 1; }; }
2779 { echo "$as_me:$LINENO: result: yes" >&5
2780 echo "${ECHO_T}yes" >&6; }
2782 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2783 ac_clean_files=$ac_clean_files_save
2784 # Check that the compiler produces executables we can run. If not, either
2785 # the compiler is broken, or we cross compile.
2786 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2787 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2788 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2789 echo "${ECHO_T}$cross_compiling" >&6; }
2791 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2792 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2793 if { (ac_try="$ac_link"
2795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2796 *) ac_try_echo=$ac_try;;
2798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2799 (eval "$ac_link") 2>&5
2801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); }; then
2803 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2804 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2805 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2807 for ac_file
in conftest.exe conftest conftest.
*; do
2808 test -f "$ac_file" ||
continue
2810 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2811 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2817 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2818 See \`config.log' for more details." >&5
2819 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2820 See \`config.log' for more details." >&2;}
2821 { (exit 1); exit 1; }; }
2824 rm -f conftest
$ac_cv_exeext
2825 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2826 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2828 rm -f conftest.
$ac_ext
2829 EXEEXT
=$ac_cv_exeext
2831 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2832 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2833 if test "${ac_cv_objext+set}" = set; then
2834 echo $ECHO_N "(cached) $ECHO_C" >&6
2836 cat >conftest.
$ac_ext <<_ACEOF
2839 cat confdefs.h
>>conftest.
$ac_ext
2840 cat >>conftest.
$ac_ext <<_ACEOF
2841 /* end confdefs.h. */
2851 rm -f conftest.o conftest.obj
2852 if { (ac_try
="$ac_compile"
2854 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2855 *) ac_try_echo=$ac_try;;
2857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2858 (eval "$ac_compile") 2>&5
2860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861 (exit $ac_status); }; then
2862 for ac_file in conftest.o conftest.obj conftest.*; do
2863 test -f "$ac_file" || continue;
2865 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2866 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2871 echo "$as_me: failed program was:" >&5
2872 sed 's/^/| /' conftest.$ac_ext >&5
2874 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2875 See \`config.log
' for more details." >&5
2876 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2877 See \`config.log' for more details.
" >&2;}
2878 { (exit 1); exit 1; }; }
2881 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2883 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2884 echo "${ECHO_T}$ac_cv_objext" >&6; }
2885 OBJEXT=$ac_cv_objext
2887 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2888 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2889 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2890 echo $ECHO_N "(cached
) $ECHO_C" >&6
2892 cat >conftest.$ac_ext <<_ACEOF
2895 cat confdefs.h >>conftest.$ac_ext
2896 cat >>conftest.$ac_ext <<_ACEOF
2897 /* end confdefs.h. */
2910 rm -f conftest.$ac_objext
2911 if { (ac_try="$ac_compile"
2913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2914 *) ac_try_echo=$ac_try;;
2916 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2917 (eval "$ac_compile") 2>conftest.er1
2919 grep -v '^ *+' conftest.er1 >conftest.err
2921 cat conftest.err >&5
2922 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2923 (exit $ac_status); } && {
2924 test -z "$ac_c_werror_flag" ||
2925 test ! -s conftest.err
2926 } && test -s conftest.$ac_objext; then
2929 echo "$as_me: failed program was
:" >&5
2930 sed 's/^/| /' conftest.$ac_ext >&5
2935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2936 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2939 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2940 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2941 GCC=`test $ac_compiler_gnu = yes && echo yes`
2942 ac_test_CFLAGS=${CFLAGS+set}
2943 ac_save_CFLAGS=$CFLAGS
2944 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2945 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2946 if test "${ac_cv_prog_cc_g+set}" = set; then
2947 echo $ECHO_N "(cached
) $ECHO_C" >&6
2949 ac_save_c_werror_flag=$ac_c_werror_flag
2950 ac_c_werror_flag=yes
2953 cat >conftest.$ac_ext <<_ACEOF
2956 cat confdefs.h >>conftest.$ac_ext
2957 cat >>conftest.$ac_ext <<_ACEOF
2958 /* end confdefs.h. */
2968 rm -f conftest.$ac_objext
2969 if { (ac_try="$ac_compile"
2971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972 *) ac_try_echo=$ac_try;;
2974 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2975 (eval "$ac_compile") 2>conftest.er1
2977 grep -v '^ *+' conftest.er1 >conftest.err
2979 cat conftest.err >&5
2980 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2981 (exit $ac_status); } && {
2982 test -z "$ac_c_werror_flag" ||
2983 test ! -s conftest.err
2984 } && test -s conftest.$ac_objext; then
2987 echo "$as_me: failed program was
:" >&5
2988 sed 's/^/| /' conftest.$ac_ext >&5
2991 cat >conftest.$ac_ext <<_ACEOF
2994 cat confdefs.h >>conftest.$ac_ext
2995 cat >>conftest.$ac_ext <<_ACEOF
2996 /* end confdefs.h. */
3006 rm -f conftest.$ac_objext
3007 if { (ac_try="$ac_compile"
3009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3010 *) ac_try_echo=$ac_try;;
3012 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3013 (eval "$ac_compile") 2>conftest.er1
3015 grep -v '^ *+' conftest.er1 >conftest.err
3017 cat conftest.err >&5
3018 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3019 (exit $ac_status); } && {
3020 test -z "$ac_c_werror_flag" ||
3021 test ! -s conftest.err
3022 } && test -s conftest.$ac_objext; then
3025 echo "$as_me: failed program was
:" >&5
3026 sed 's/^/| /' conftest.$ac_ext >&5
3028 ac_c_werror_flag=$ac_save_c_werror_flag
3030 cat >conftest.$ac_ext <<_ACEOF
3033 cat confdefs.h >>conftest.$ac_ext
3034 cat >>conftest.$ac_ext <<_ACEOF
3035 /* end confdefs.h. */
3045 rm -f conftest.$ac_objext
3046 if { (ac_try="$ac_compile"
3048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3049 *) ac_try_echo=$ac_try;;
3051 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3052 (eval "$ac_compile") 2>conftest.er1
3054 grep -v '^ *+' conftest.er1 >conftest.err
3056 cat conftest.err >&5
3057 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3058 (exit $ac_status); } && {
3059 test -z "$ac_c_werror_flag" ||
3060 test ! -s conftest.err
3061 } && test -s conftest.$ac_objext; then
3064 echo "$as_me: failed program was
:" >&5
3065 sed 's/^/| /' conftest.$ac_ext >&5
3070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3077 ac_c_werror_flag=$ac_save_c_werror_flag
3079 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3080 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3081 if test "$ac_test_CFLAGS" = set; then
3082 CFLAGS=$ac_save_CFLAGS
3083 elif test $ac_cv_prog_cc_g = yes; then
3084 if test "$GCC" = yes; then
3090 if test "$GCC" = yes; then
3096 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3097 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3098 if test "${ac_cv_prog_cc_c89+set}" = set; then
3099 echo $ECHO_N "(cached
) $ECHO_C" >&6
3101 ac_cv_prog_cc_c89=no
3103 cat >conftest.$ac_ext <<_ACEOF
3106 cat confdefs.h >>conftest.$ac_ext
3107 cat >>conftest.$ac_ext <<_ACEOF
3108 /* end confdefs.h. */
3111 #include <sys/types.h>
3112 #include <sys/stat.h>
3113 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3114 struct buf { int x; };
3115 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3116 static char *e (p, i)
3122 static char *f (char * (*g) (char **, int), char **p, ...)
3127 s = g (p, va_arg (v,int));
3132 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3133 function prototypes and stuff, but not '\xHH' hex character constants.
3134 These don't provoke an error unfortunately, instead are silently treated
3135 as 'x'. The following induces an error, until -std is added to get
3136 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3137 array size at least. It's necessary to write '\x00'==0 to get something
3138 that's true only with -std. */
3139 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3141 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3142 inside strings and character constants. */
3144 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3146 int test (int i, double x);
3147 struct s1 {int (*f) (int a);};
3148 struct s2 {int (*f) (double a);};
3149 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3155 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3160 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3161 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3163 CC="$ac_save_CC $ac_arg"
3164 rm -f conftest.$ac_objext
3165 if { (ac_try="$ac_compile"
3167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3168 *) ac_try_echo=$ac_try;;
3170 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3171 (eval "$ac_compile") 2>conftest.er1
3173 grep -v '^ *+' conftest.er1 >conftest.err
3175 cat conftest.err >&5
3176 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3177 (exit $ac_status); } && {
3178 test -z "$ac_c_werror_flag" ||
3179 test ! -s conftest.err
3180 } && test -s conftest.$ac_objext; then
3181 ac_cv_prog_cc_c89=$ac_arg
3183 echo "$as_me: failed program was
:" >&5
3184 sed 's/^/| /' conftest.$ac_ext >&5
3189 rm -f core conftest.err conftest.$ac_objext
3190 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3192 rm -f conftest.$ac_ext
3197 case "x
$ac_cv_prog_cc_c89" in
3199 { echo "$as_me:$LINENO: result
: none needed
" >&5
3200 echo "${ECHO_T}none needed
" >&6; } ;;
3202 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3203 echo "${ECHO_T}unsupported
" >&6; } ;;
3205 CC="$CC $ac_cv_prog_cc_c89"
3206 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3207 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3212 ac_cpp='$CPP $CPPFLAGS'
3213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3218 ac_cpp='$CXXCPP $CPPFLAGS'
3219 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3220 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3221 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3222 if test -z "$CXX"; then
3223 if test -n "$CCC"; then
3226 if test -n "$ac_tool_prefix"; then
3227 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3229 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3230 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3231 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3232 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3233 if test "${ac_cv_prog_CXX+set}" = set; then
3234 echo $ECHO_N "(cached
) $ECHO_C" >&6
3236 if test -n "$CXX"; then
3237 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3243 test -z "$as_dir" && as_dir=.
3244 for ac_exec_ext in '' $ac_executable_extensions; do
3245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3246 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3247 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3257 if test -n "$CXX"; then
3258 { echo "$as_me:$LINENO: result
: $CXX" >&5
3259 echo "${ECHO_T}$CXX" >&6; }
3261 { echo "$as_me:$LINENO: result
: no
" >&5
3262 echo "${ECHO_T}no
" >&6; }
3266 test -n "$CXX" && break
3269 if test -z "$CXX"; then
3271 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3273 # Extract the first word of "$ac_prog", so it can be a program name with args.
3274 set dummy $ac_prog; ac_word=$2
3275 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3276 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3277 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3278 echo $ECHO_N "(cached
) $ECHO_C" >&6
3280 if test -n "$ac_ct_CXX"; then
3281 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3287 test -z "$as_dir" && as_dir=.
3288 for ac_exec_ext in '' $ac_executable_extensions; do
3289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3290 ac_cv_prog_ac_ct_CXX="$ac_prog"
3291 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3300 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3301 if test -n "$ac_ct_CXX"; then
3302 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3303 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3305 { echo "$as_me:$LINENO: result
: no
" >&5
3306 echo "${ECHO_T}no
" >&6; }
3310 test -n "$ac_ct_CXX" && break
3313 if test "x
$ac_ct_CXX" = x; then
3316 case $cross_compiling:$ac_tool_warned in
3318 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3319 whose name does not start with the
host triplet. If you think this
3320 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3321 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3322 whose name does not start with the
host triplet. If you think this
3323 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3324 ac_tool_warned=yes ;;
3332 # Provide some information about the compiler.
3333 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3334 ac_compiler=`set X $ac_compile; echo $2`
3335 { (ac_try="$ac_compiler --version >&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 --version >&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); }
3355 { (ac_try="$ac_compiler -V >&5"
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3360 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3361 (eval "$ac_compiler -V >&5") 2>&5
3363 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3364 (exit $ac_status); }
3366 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3367 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3368 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3369 echo $ECHO_N "(cached
) $ECHO_C" >&6
3371 cat >conftest.$ac_ext <<_ACEOF
3374 cat confdefs.h >>conftest.$ac_ext
3375 cat >>conftest.$ac_ext <<_ACEOF
3376 /* end confdefs.h. */
3389 rm -f conftest.$ac_objext
3390 if { (ac_try="$ac_compile"
3392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3393 *) ac_try_echo=$ac_try;;
3395 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3396 (eval "$ac_compile") 2>conftest.er1
3398 grep -v '^ *+' conftest.er1 >conftest.err
3400 cat conftest.err >&5
3401 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3402 (exit $ac_status); } && {
3403 test -z "$ac_cxx_werror_flag" ||
3404 test ! -s conftest.err
3405 } && test -s conftest.$ac_objext; then
3408 echo "$as_me: failed program was
:" >&5
3409 sed 's/^/| /' conftest.$ac_ext >&5
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3415 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3418 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3419 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3420 GXX=`test $ac_compiler_gnu = yes && echo yes`
3421 ac_test_CXXFLAGS=${CXXFLAGS+set}
3422 ac_save_CXXFLAGS=$CXXFLAGS
3423 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3424 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3425 if test "${ac_cv_prog_cxx_g+set}" = set; then
3426 echo $ECHO_N "(cached
) $ECHO_C" >&6
3428 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3429 ac_cxx_werror_flag=yes
3432 cat >conftest.$ac_ext <<_ACEOF
3435 cat confdefs.h >>conftest.$ac_ext
3436 cat >>conftest.$ac_ext <<_ACEOF
3437 /* end confdefs.h. */
3447 rm -f conftest.$ac_objext
3448 if { (ac_try="$ac_compile"
3450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3451 *) ac_try_echo=$ac_try;;
3453 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3454 (eval "$ac_compile") 2>conftest.er1
3456 grep -v '^ *+' conftest.er1 >conftest.err
3458 cat conftest.err >&5
3459 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3460 (exit $ac_status); } && {
3461 test -z "$ac_cxx_werror_flag" ||
3462 test ! -s conftest.err
3463 } && test -s conftest.$ac_objext; then
3464 ac_cv_prog_cxx_g=yes
3466 echo "$as_me: failed program was
:" >&5
3467 sed 's/^/| /' conftest.$ac_ext >&5
3470 cat >conftest.$ac_ext <<_ACEOF
3473 cat confdefs.h >>conftest.$ac_ext
3474 cat >>conftest.$ac_ext <<_ACEOF
3475 /* end confdefs.h. */
3485 rm -f conftest.$ac_objext
3486 if { (ac_try="$ac_compile"
3488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3489 *) ac_try_echo=$ac_try;;
3491 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3492 (eval "$ac_compile") 2>conftest.er1
3494 grep -v '^ *+' conftest.er1 >conftest.err
3496 cat conftest.err >&5
3497 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3498 (exit $ac_status); } && {
3499 test -z "$ac_cxx_werror_flag" ||
3500 test ! -s conftest.err
3501 } && test -s conftest.$ac_objext; then
3504 echo "$as_me: failed program was
:" >&5
3505 sed 's/^/| /' conftest.$ac_ext >&5
3507 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3509 cat >conftest.$ac_ext <<_ACEOF
3512 cat confdefs.h >>conftest.$ac_ext
3513 cat >>conftest.$ac_ext <<_ACEOF
3514 /* end confdefs.h. */
3524 rm -f conftest.$ac_objext
3525 if { (ac_try="$ac_compile"
3527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528 *) ac_try_echo=$ac_try;;
3530 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3531 (eval "$ac_compile") 2>conftest.er1
3533 grep -v '^ *+' conftest.er1 >conftest.err
3535 cat conftest.err >&5
3536 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3537 (exit $ac_status); } && {
3538 test -z "$ac_cxx_werror_flag" ||
3539 test ! -s conftest.err
3540 } && test -s conftest.$ac_objext; then
3541 ac_cv_prog_cxx_g=yes
3543 echo "$as_me: failed program was
:" >&5
3544 sed 's/^/| /' conftest.$ac_ext >&5
3549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3558 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3559 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3560 if test "$ac_test_CXXFLAGS" = set; then
3561 CXXFLAGS=$ac_save_CXXFLAGS
3562 elif test $ac_cv_prog_cxx_g = yes; then
3563 if test "$GXX" = yes; then
3569 if test "$GXX" = yes; then
3576 ac_cpp='$CPP $CPPFLAGS'
3577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3581 if test -n "$ac_tool_prefix"; then
3582 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3583 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3584 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3585 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3586 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3587 echo $ECHO_N "(cached
) $ECHO_C" >&6
3589 if test -n "$CPPBIN"; then
3590 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3596 test -z "$as_dir" && as_dir=.
3597 for ac_exec_ext in '' $ac_executable_extensions; do
3598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3599 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3600 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3609 CPPBIN=$ac_cv_prog_CPPBIN
3610 if test -n "$CPPBIN"; then
3611 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3612 echo "${ECHO_T}$CPPBIN" >&6; }
3614 { echo "$as_me:$LINENO: result
: no
" >&5
3615 echo "${ECHO_T}no
" >&6; }
3620 if test -z "$ac_cv_prog_CPPBIN"; then
3621 ac_ct_CPPBIN=$CPPBIN
3622 # Extract the first word of "cpp
", so it can be a program name with args.
3623 set dummy cpp; ac_word=$2
3624 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3625 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3626 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3627 echo $ECHO_N "(cached
) $ECHO_C" >&6
3629 if test -n "$ac_ct_CPPBIN"; then
3630 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3636 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3639 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3640 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3649 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3650 if test -n "$ac_ct_CPPBIN"; then
3651 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3652 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3654 { echo "$as_me:$LINENO: result
: no
" >&5
3655 echo "${ECHO_T}no
" >&6; }
3658 if test "x
$ac_ct_CPPBIN" = x; then
3661 case $cross_compiling:$ac_tool_warned in
3663 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3664 whose name does not start with the
host triplet. If you think this
3665 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3666 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3667 whose name does not start with the
host triplet. If you think this
3668 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3669 ac_tool_warned=yes ;;
3671 CPPBIN=$ac_ct_CPPBIN
3674 CPPBIN="$ac_cv_prog_CPPBIN"
3678 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3679 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3680 if test "${wine_cv_toolsdir+set}" = set; then
3681 echo $ECHO_N "(cached
) $ECHO_C" >&6
3683 if test -z "$with_wine_tools"; then
3684 if test "$cross_compiling" = "yes"; then
3685 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3686 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3687 { (exit 1); exit 1; }; }
3689 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3691 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3692 case $with_wine_tools in
3693 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3694 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3697 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3698 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3699 { (exit 1); exit 1; }; }
3702 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3703 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3704 TOOLSDIR=$wine_cv_toolsdir
3709 ac_cpp='$CPP $CPPFLAGS'
3710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3713 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3714 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3715 # On Suns, sometimes $CPP names a directory.
3716 if test -n "$CPP" && test -d "$CPP"; then
3719 if test -z "$CPP"; then
3720 if test "${ac_cv_prog_CPP+set}" = set; then
3721 echo $ECHO_N "(cached
) $ECHO_C" >&6
3723 # Double quotes because CPP needs to be expanded
3724 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3727 for ac_c_preproc_warn_flag in '' yes
3729 # Use a header file that comes with gcc, so configuring glibc
3730 # with a fresh cross-compiler works.
3731 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3732 # <limits.h> exists even on freestanding compilers.
3733 # On the NeXT, cc -E runs the code through the compiler's parser,
3734 # not just through cpp. "Syntax error
" is here to catch this case.
3735 cat >conftest.$ac_ext <<_ACEOF
3738 cat confdefs.h >>conftest.$ac_ext
3739 cat >>conftest.$ac_ext <<_ACEOF
3740 /* end confdefs.h. */
3742 # include <limits.h>
3744 # include <assert.h>
3748 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3751 *) ac_try_echo=$ac_try;;
3753 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3754 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3756 grep -v '^ *+' conftest.er1 >conftest.err
3758 cat conftest.err >&5
3759 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3760 (exit $ac_status); } >/dev/null && {
3761 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3762 test ! -s conftest.err
3766 echo "$as_me: failed program was
:" >&5
3767 sed 's/^/| /' conftest.$ac_ext >&5
3769 # Broken: fails on valid input.
3773 rm -f conftest.err conftest.$ac_ext
3775 # OK, works on sane cases. Now check whether nonexistent headers
3776 # can be detected and how.
3777 cat >conftest.$ac_ext <<_ACEOF
3780 cat confdefs.h >>conftest.$ac_ext
3781 cat >>conftest.$ac_ext <<_ACEOF
3782 /* end confdefs.h. */
3783 #include <ac_nonexistent.h>
3785 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3788 *) ac_try_echo=$ac_try;;
3790 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3791 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3793 grep -v '^ *+' conftest.er1 >conftest.err
3795 cat conftest.err >&5
3796 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3797 (exit $ac_status); } >/dev/null && {
3798 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3799 test ! -s conftest.err
3801 # Broken: success on invalid input.
3804 echo "$as_me: failed program was
:" >&5
3805 sed 's/^/| /' conftest.$ac_ext >&5
3807 # Passes both tests.
3812 rm -f conftest.err conftest.$ac_ext
3815 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3816 rm -f conftest.err conftest.$ac_ext
3817 if $ac_preproc_ok; then
3829 { echo "$as_me:$LINENO: result
: $CPP" >&5
3830 echo "${ECHO_T}$CPP" >&6; }
3832 for ac_c_preproc_warn_flag in '' yes
3834 # Use a header file that comes with gcc, so configuring glibc
3835 # with a fresh cross-compiler works.
3836 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3837 # <limits.h> exists even on freestanding compilers.
3838 # On the NeXT, cc -E runs the code through the compiler's parser,
3839 # not just through cpp. "Syntax error
" is here to catch this case.
3840 cat >conftest.$ac_ext <<_ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3847 # include <limits.h>
3849 # include <assert.h>
3853 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3856 *) ac_try_echo=$ac_try;;
3858 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3859 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3861 grep -v '^ *+' conftest.er1 >conftest.err
3863 cat conftest.err >&5
3864 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3865 (exit $ac_status); } >/dev/null && {
3866 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3867 test ! -s conftest.err
3871 echo "$as_me: failed program was
:" >&5
3872 sed 's/^/| /' conftest.$ac_ext >&5
3874 # Broken: fails on valid input.
3878 rm -f conftest.err conftest.$ac_ext
3880 # OK, works on sane cases. Now check whether nonexistent headers
3881 # can be detected and how.
3882 cat >conftest.$ac_ext <<_ACEOF
3885 cat confdefs.h >>conftest.$ac_ext
3886 cat >>conftest.$ac_ext <<_ACEOF
3887 /* end confdefs.h. */
3888 #include <ac_nonexistent.h>
3890 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3893 *) ac_try_echo=$ac_try;;
3895 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3896 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3898 grep -v '^ *+' conftest.er1 >conftest.err
3900 cat conftest.err >&5
3901 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3902 (exit $ac_status); } >/dev/null && {
3903 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3904 test ! -s conftest.err
3906 # Broken: success on invalid input.
3909 echo "$as_me: failed program was
:" >&5
3910 sed 's/^/| /' conftest.$ac_ext >&5
3912 # Passes both tests.
3917 rm -f conftest.err conftest.$ac_ext
3920 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3921 rm -f conftest.err conftest.$ac_ext
3922 if $ac_preproc_ok; then
3925 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3926 See \
`config.log' for more details." >&5
3927 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3928 See \`config.log
' for more details." >&2;}
3929 { (exit 1); exit 1; }; }
3933 ac_cpp='$CPP $CPPFLAGS'
3934 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3935 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3936 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3939 { echo "$as_me:$LINENO: checking for X" >&5
3940 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3943 # Check whether --with-x was given.
3944 if test "${with_x+set}" = set; then
3948 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3949 if test "x$with_x" = xno; then
3950 # The user explicitly disabled X.
3953 case $x_includes,$x_libraries in #(
3954 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3955 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3956 { (exit 1); exit 1; }; };; #(
3957 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3958 echo $ECHO_N "(cached) $ECHO_C" >&6
3960 # One or both of the vars are not set, and there is no cached value.
3961 ac_x_includes=no ac_x_libraries=no
3962 rm -f -r conftest.dir
3963 if mkdir conftest.dir; then
3965 cat >Imakefile <<'_ACEOF'
3967 @echo incroot='${INCROOT}'
3969 @echo usrlibdir='${USRLIBDIR}'
3971 @echo libdir='${LIBDIR}'
3973 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3974 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3975 for ac_var in incroot usrlibdir libdir; do
3976 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3978 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3979 for ac_extension in a so sl; do
3980 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3981 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3982 ac_im_usrlibdir=$ac_im_libdir; break
3985 # Screen out bogus values from the imake configuration. They are
3986 # bogus both because they are the default anyway, and because
3987 # using them would break gcc on systems where it needs fixed includes.
3988 case $ac_im_incroot in
3989 /usr/include) ac_x_includes= ;;
3990 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3992 case $ac_im_usrlibdir in
3994 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3998 rm -f -r conftest.dir
4001 # Standard set of common directories for X headers.
4002 # Check X11 before X11Rn because it is often a symlink to the current release.
4014 /usr
/local
/X11
/include
4015 /usr
/local
/X11R
6/include
4016 /usr
/local
/X11R
5/include
4017 /usr
/local
/X11R
4/include
4019 /usr
/local
/include
/X11
4020 /usr
/local
/include
/X11R6
4021 /usr
/local
/include
/X11R5
4022 /usr
/local
/include
/X11R4
4026 /usr
/XFree86
/include
/X11
4030 /usr
/unsupported
/include
4032 /usr
/local
/x11r
5/include
4033 /usr
/lpp
/Xamples
/include
4035 /usr
/openwin
/include
4036 /usr
/openwin
/share
/include
'
4038 if test "$ac_x_includes" = no; then
4039 # Guess where to find include files, by looking for Xlib.h.
4040 # First, try using that file with no special directory specified.
4041 cat >conftest.$ac_ext <<_ACEOF
4044 cat confdefs.h >>conftest.$ac_ext
4045 cat >>conftest.$ac_ext <<_ACEOF
4046 /* end confdefs.h. */
4047 #include <X11/Xlib.h>
4049 if { (ac_try="$ac_cpp conftest.$ac_ext"
4051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4052 *) ac_try_echo=$ac_try;;
4054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4055 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4057 grep -v '^
*+' conftest.er1 >conftest.err
4059 cat conftest.err >&5
4060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4061 (exit $ac_status); } >/dev/null && {
4062 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4063 test ! -s conftest.err
4065 # We can compile using X headers with no special include directory.
4068 echo "$as_me: failed program was:" >&5
4069 sed 's
/^
/|
/' conftest.$ac_ext >&5
4071 for ac_dir in $ac_x_header_dirs; do
4072 if test -r "$ac_dir/X11/Xlib.h"; then
4073 ac_x_includes=$ac_dir
4079 rm -f conftest.err conftest.$ac_ext
4080 fi # $ac_x_includes = no
4082 if test "$ac_x_libraries" = no; then
4083 # Check for the libraries.
4084 # See if we find them without any special options.
4085 # Don't add to
$LIBS permanently.
4088 cat >conftest.
$ac_ext <<_ACEOF
4091 cat confdefs.h
>>conftest.
$ac_ext
4092 cat >>conftest.
$ac_ext <<_ACEOF
4093 /* end confdefs.h. */
4094 #include <X11/Xlib.h>
4103 rm -f conftest.
$ac_objext conftest
$ac_exeext
4104 if { (ac_try
="$ac_link"
4106 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4107 *) ac_try_echo=$ac_try;;
4109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4110 (eval "$ac_link") 2>conftest.er1
4112 grep -v '^ *+' conftest.er1 >conftest.err
4114 cat conftest.err >&5
4115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4116 (exit $ac_status); } && {
4117 test -z "$ac_c_werror_flag" ||
4118 test ! -s conftest.err
4119 } && test -s conftest$ac_exeext &&
4120 $as_test_x conftest$ac_exeext; then
4122 # We can link X programs with no special library path.
4125 echo "$as_me: failed program was:" >&5
4126 sed 's/^/| /' conftest.$ac_ext >&5
4129 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4131 # Don't even attempt the hair of trying to link an X program!
4132 for ac_extension in a so sl; do
4133 if test -r "$ac_dir/libX11.$ac_extension"; then
4134 ac_x_libraries=$ac_dir
4141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4142 conftest$ac_exeext conftest.$ac_ext
4143 fi # $ac_x_libraries = no
4145 case $ac_x_includes,$ac_x_libraries in #(
4147 # Didn't find X, or a directory has "'" in its name.
4148 ac_cv_have_x="have_x=no";; #(
4150 # Record where we found X for the cache.
4151 ac_cv_have_x="have_x=yes\
4152 ac_x_includes='$ac_x_includes'\
4153 ac_x_libraries='$ac_x_libraries'"
4159 eval "$ac_cv_have_x"
4162 if test "$have_x" != yes; then
4163 { echo "$as_me:$LINENO: result: $have_x" >&5
4164 echo "${ECHO_T}$have_x" >&6; }
4167 # If each of the values was on the command line, it overrides each guess.
4168 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4169 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4170 # Update the cache value to reflect the command line values.
4171 ac_cv_have_x="have_x=yes\
4172 ac_x_includes='$x_includes'\
4173 ac_x_libraries='$x_libraries'"
4174 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4175 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4178 if test "$no_x" = yes; then
4179 # Not all programs may use this symbol, but it does not hurt to define it.
4181 cat >>confdefs.h <<\_ACEOF
4182 #define X_DISPLAY_MISSING 1
4185 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4187 if test -n "$x_includes"; then
4188 X_CFLAGS="$X_CFLAGS -I$x_includes"
4191 # It would also be nice to do this for all -L options, not just this one.
4192 if test -n "$x_libraries"; then
4193 X_LIBS="$X_LIBS -L$x_libraries"
4194 # For Solaris; some versions of Sun CC require a space after -R and
4195 # others require no space. Words are not sufficient . . . .
4196 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4197 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4198 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4199 ac_xsave_c_werror_flag=$ac_c_werror_flag
4200 ac_c_werror_flag=yes
4201 cat >conftest.$ac_ext <<_ACEOF
4204 cat confdefs.h >>conftest.$ac_ext
4205 cat >>conftest.$ac_ext <<_ACEOF
4206 /* end confdefs.h. */
4216 rm -f conftest.$ac_objext conftest$ac_exeext
4217 if { (ac_try="$ac_link"
4219 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4220 *) ac_try_echo
=$ac_try;;
4222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4223 (eval "$ac_link") 2>conftest.er1
4225 grep -v '^ *+' conftest.er1
>conftest.err
4227 cat conftest.err
>&5
4228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4229 (exit $ac_status); } && {
4230 test -z "$ac_c_werror_flag" ||
4231 test ! -s conftest.err
4232 } && test -s conftest
$ac_exeext &&
4233 $as_test_x conftest
$ac_exeext; then
4234 { echo "$as_me:$LINENO: result: no" >&5
4235 echo "${ECHO_T}no" >&6; }
4236 X_LIBS
="$X_LIBS -R$x_libraries"
4238 echo "$as_me: failed program was:" >&5
4239 sed 's/^/| /' conftest.
$ac_ext >&5
4241 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4242 cat >conftest.
$ac_ext <<_ACEOF
4245 cat confdefs.h
>>conftest.
$ac_ext
4246 cat >>conftest.
$ac_ext <<_ACEOF
4247 /* end confdefs.h. */
4257 rm -f conftest.
$ac_objext conftest
$ac_exeext
4258 if { (ac_try
="$ac_link"
4260 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4261 *) ac_try_echo=$ac_try;;
4263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4264 (eval "$ac_link") 2>conftest.er1
4266 grep -v '^ *+' conftest.er1 >conftest.err
4268 cat conftest.err >&5
4269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4270 (exit $ac_status); } && {
4271 test -z "$ac_c_werror_flag" ||
4272 test ! -s conftest.err
4273 } && test -s conftest$ac_exeext &&
4274 $as_test_x conftest$ac_exeext; then
4275 { echo "$as_me:$LINENO: result: yes" >&5
4276 echo "${ECHO_T}yes" >&6; }
4277 X_LIBS="$X_LIBS -R $x_libraries"
4279 echo "$as_me: failed program was:" >&5
4280 sed 's/^/| /' conftest.$ac_ext >&5
4282 { echo "$as_me:$LINENO: result: neither works" >&5
4283 echo "${ECHO_T}neither works" >&6; }
4286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4287 conftest$ac_exeext conftest.$ac_ext
4290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4291 conftest$ac_exeext conftest.$ac_ext
4292 ac_c_werror_flag=$ac_xsave_c_werror_flag
4296 # Check for system-dependent libraries X programs must link with.
4297 # Do this before checking for the system-independent R6 libraries
4298 # (-lICE), since we may need -lsocket or whatever for X linking.
4300 if test "$ISC" = yes; then
4301 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4303 # Martyn Johnson says this is needed for Ultrix, if the X
4304 # libraries were built with DECnet support. And Karl Berry says
4305 # the Alpha needs dnet_stub (dnet does not exist).
4306 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4307 cat >conftest.$ac_ext <<_ACEOF
4310 cat confdefs.h >>conftest.$ac_ext
4311 cat >>conftest.$ac_ext <<_ACEOF
4312 /* end confdefs.h. */
4314 /* Override any GCC internal prototype to avoid an error.
4315 Use char because int might match the return type of a GCC
4316 builtin and then its argument prototype would still apply. */
4320 char XOpenDisplay ();
4324 return XOpenDisplay ();
4329 rm -f conftest.$ac_objext conftest$ac_exeext
4330 if { (ac_try="$ac_link"
4332 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4333 *) ac_try_echo
=$ac_try;;
4335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4336 (eval "$ac_link") 2>conftest.er1
4338 grep -v '^ *+' conftest.er1
>conftest.err
4340 cat conftest.err
>&5
4341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4342 (exit $ac_status); } && {
4343 test -z "$ac_c_werror_flag" ||
4344 test ! -s conftest.err
4345 } && test -s conftest
$ac_exeext &&
4346 $as_test_x conftest
$ac_exeext; then
4349 echo "$as_me: failed program was:" >&5
4350 sed 's/^/| /' conftest.
$ac_ext >&5
4352 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4353 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4354 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4355 echo $ECHO_N "(cached) $ECHO_C" >&6
4357 ac_check_lib_save_LIBS
=$LIBS
4359 cat >conftest.
$ac_ext <<_ACEOF
4362 cat confdefs.h
>>conftest.
$ac_ext
4363 cat >>conftest.
$ac_ext <<_ACEOF
4364 /* end confdefs.h. */
4366 /* Override any GCC internal prototype to avoid an error.
4367 Use char because int might match the return type of a GCC
4368 builtin and then its argument prototype would still apply. */
4376 return dnet_ntoa ();
4381 rm -f conftest.
$ac_objext conftest
$ac_exeext
4382 if { (ac_try
="$ac_link"
4384 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4385 *) ac_try_echo=$ac_try;;
4387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4388 (eval "$ac_link") 2>conftest.er1
4390 grep -v '^ *+' conftest.er1 >conftest.err
4392 cat conftest.err >&5
4393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4394 (exit $ac_status); } && {
4395 test -z "$ac_c_werror_flag" ||
4396 test ! -s conftest.err
4397 } && test -s conftest$ac_exeext &&
4398 $as_test_x conftest$ac_exeext; then
4399 ac_cv_lib_dnet_dnet_ntoa=yes
4401 echo "$as_me: failed program was:" >&5
4402 sed 's/^/| /' conftest.$ac_ext >&5
4404 ac_cv_lib_dnet_dnet_ntoa=no
4407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4408 conftest$ac_exeext conftest.$ac_ext
4409 LIBS=$ac_check_lib_save_LIBS
4411 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4412 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4413 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4414 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4417 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4418 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4419 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4420 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4421 echo $ECHO_N "(cached) $ECHO_C" >&6
4423 ac_check_lib_save_LIBS=$LIBS
4424 LIBS="-ldnet_stub $LIBS"
4425 cat >conftest.$ac_ext <<_ACEOF
4428 cat confdefs.h >>conftest.$ac_ext
4429 cat >>conftest.$ac_ext <<_ACEOF
4430 /* end confdefs.h. */
4432 /* Override any GCC internal prototype to avoid an error.
4433 Use char because int might match the return type of a GCC
4434 builtin and then its argument prototype would still apply. */
4442 return dnet_ntoa ();
4447 rm -f conftest.$ac_objext conftest$ac_exeext
4448 if { (ac_try="$ac_link"
4450 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4451 *) ac_try_echo
=$ac_try;;
4453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4454 (eval "$ac_link") 2>conftest.er1
4456 grep -v '^ *+' conftest.er1
>conftest.err
4458 cat conftest.err
>&5
4459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4460 (exit $ac_status); } && {
4461 test -z "$ac_c_werror_flag" ||
4462 test ! -s conftest.err
4463 } && test -s conftest
$ac_exeext &&
4464 $as_test_x conftest
$ac_exeext; then
4465 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4467 echo "$as_me: failed program was:" >&5
4468 sed 's/^/| /' conftest.
$ac_ext >&5
4470 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4473 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4474 conftest
$ac_exeext conftest.
$ac_ext
4475 LIBS
=$ac_check_lib_save_LIBS
4477 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4478 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4479 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4480 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4486 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4487 conftest
$ac_exeext conftest.
$ac_ext
4488 LIBS
="$ac_xsave_LIBS"
4490 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4491 # to get the SysV transport functions.
4492 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4494 # The nsl library prevents programs from opening the X display
4495 # on Irix 5.2, according to T.E. Dickey.
4496 # The functions gethostbyname, getservbyname, and inet_addr are
4497 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4498 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4499 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4500 if test "${ac_cv_func_gethostbyname+set}" = set; then
4501 echo $ECHO_N "(cached) $ECHO_C" >&6
4503 cat >conftest.
$ac_ext <<_ACEOF
4506 cat confdefs.h
>>conftest.
$ac_ext
4507 cat >>conftest.
$ac_ext <<_ACEOF
4508 /* end confdefs.h. */
4509 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4510 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4511 #define gethostbyname innocuous_gethostbyname
4513 /* System header to define __stub macros and hopefully few prototypes,
4514 which can conflict with char gethostbyname (); below.
4515 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 <limits.h> exists even on freestanding compilers. */
4519 # include <limits.h>
4521 # include <assert.h>
4524 #undef gethostbyname
4526 /* Override any GCC internal prototype to avoid an error.
4527 Use char because int might match the return type of a GCC
4528 builtin and then its argument prototype would still apply. */
4532 char gethostbyname ();
4533 /* The GNU C library defines this for functions which it implements
4534 to always fail with ENOSYS. Some functions are actually named
4535 something starting with __ and the normal name is an alias. */
4536 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4543 return gethostbyname ();
4548 rm -f conftest.
$ac_objext conftest
$ac_exeext
4549 if { (ac_try
="$ac_link"
4551 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4552 *) ac_try_echo=$ac_try;;
4554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4555 (eval "$ac_link") 2>conftest.er1
4557 grep -v '^ *+' conftest.er1 >conftest.err
4559 cat conftest.err >&5
4560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4561 (exit $ac_status); } && {
4562 test -z "$ac_c_werror_flag" ||
4563 test ! -s conftest.err
4564 } && test -s conftest$ac_exeext &&
4565 $as_test_x conftest$ac_exeext; then
4566 ac_cv_func_gethostbyname=yes
4568 echo "$as_me: failed program was:" >&5
4569 sed 's/^/| /' conftest.$ac_ext >&5
4571 ac_cv_func_gethostbyname=no
4574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4575 conftest$ac_exeext conftest.$ac_ext
4577 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4578 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4580 if test $ac_cv_func_gethostbyname = no; then
4581 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4582 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4583 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4584 echo $ECHO_N "(cached) $ECHO_C" >&6
4586 ac_check_lib_save_LIBS=$LIBS
4588 cat >conftest.$ac_ext <<_ACEOF
4591 cat confdefs.h >>conftest.$ac_ext
4592 cat >>conftest.$ac_ext <<_ACEOF
4593 /* end confdefs.h. */
4595 /* Override any GCC internal prototype to avoid an error.
4596 Use char because int might match the return type of a GCC
4597 builtin and then its argument prototype would still apply. */
4601 char gethostbyname ();
4605 return gethostbyname ();
4610 rm -f conftest.$ac_objext conftest$ac_exeext
4611 if { (ac_try="$ac_link"
4613 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4614 *) ac_try_echo
=$ac_try;;
4616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4617 (eval "$ac_link") 2>conftest.er1
4619 grep -v '^ *+' conftest.er1
>conftest.err
4621 cat conftest.err
>&5
4622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4623 (exit $ac_status); } && {
4624 test -z "$ac_c_werror_flag" ||
4625 test ! -s conftest.err
4626 } && test -s conftest
$ac_exeext &&
4627 $as_test_x conftest
$ac_exeext; then
4628 ac_cv_lib_nsl_gethostbyname
=yes
4630 echo "$as_me: failed program was:" >&5
4631 sed 's/^/| /' conftest.
$ac_ext >&5
4633 ac_cv_lib_nsl_gethostbyname
=no
4636 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4637 conftest
$ac_exeext conftest.
$ac_ext
4638 LIBS
=$ac_check_lib_save_LIBS
4640 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4641 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4642 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4643 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4646 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4647 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4648 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4649 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4650 echo $ECHO_N "(cached) $ECHO_C" >&6
4652 ac_check_lib_save_LIBS
=$LIBS
4654 cat >conftest.
$ac_ext <<_ACEOF
4657 cat confdefs.h
>>conftest.
$ac_ext
4658 cat >>conftest.
$ac_ext <<_ACEOF
4659 /* end confdefs.h. */
4661 /* Override any GCC internal prototype to avoid an error.
4662 Use char because int might match the return type of a GCC
4663 builtin and then its argument prototype would still apply. */
4667 char gethostbyname ();
4671 return gethostbyname ();
4676 rm -f conftest.
$ac_objext conftest
$ac_exeext
4677 if { (ac_try
="$ac_link"
4679 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4680 *) ac_try_echo=$ac_try;;
4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4683 (eval "$ac_link") 2>conftest.er1
4685 grep -v '^ *+' conftest.er1 >conftest.err
4687 cat conftest.err >&5
4688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4689 (exit $ac_status); } && {
4690 test -z "$ac_c_werror_flag" ||
4691 test ! -s conftest.err
4692 } && test -s conftest$ac_exeext &&
4693 $as_test_x conftest$ac_exeext; then
4694 ac_cv_lib_bsd_gethostbyname=yes
4696 echo "$as_me: failed program was:" >&5
4697 sed 's/^/| /' conftest.$ac_ext >&5
4699 ac_cv_lib_bsd_gethostbyname=no
4702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4703 conftest$ac_exeext conftest.$ac_ext
4704 LIBS=$ac_check_lib_save_LIBS
4706 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4707 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4708 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4709 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4715 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4716 # socket/setsockopt and other routines are undefined under SCO ODT
4717 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4718 # on later versions), says Simon Leinen: it contains gethostby*
4719 # variants that don't use the name server (or something). -lsocket
4720 # must be given before -lnsl if both are needed. We assume that
4721 # if connect needs -lnsl, so does gethostbyname.
4722 { echo "$as_me:$LINENO: checking for connect" >&5
4723 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4724 if test "${ac_cv_func_connect+set}" = set; then
4725 echo $ECHO_N "(cached) $ECHO_C" >&6
4727 cat >conftest.$ac_ext <<_ACEOF
4730 cat confdefs.h >>conftest.$ac_ext
4731 cat >>conftest.$ac_ext <<_ACEOF
4732 /* end confdefs.h. */
4733 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4734 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4735 #define connect innocuous_connect
4737 /* System header to define __stub macros and hopefully few prototypes,
4738 which can conflict with char connect (); below.
4739 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4740 <limits.h> exists even on freestanding compilers. */
4743 # include <limits.h>
4745 # include <assert.h>
4750 /* Override any GCC internal prototype to avoid an error.
4751 Use char because int might match the return type of a GCC
4752 builtin and then its argument prototype would still apply. */
4757 /* The GNU C library defines this for functions which it implements
4758 to always fail with ENOSYS. Some functions are actually named
4759 something starting with __ and the normal name is an alias. */
4760 #if defined __stub_connect || defined __stub___connect
4772 rm -f conftest.$ac_objext conftest$ac_exeext
4773 if { (ac_try="$ac_link"
4775 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4776 *) ac_try_echo
=$ac_try;;
4778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4779 (eval "$ac_link") 2>conftest.er1
4781 grep -v '^ *+' conftest.er1
>conftest.err
4783 cat conftest.err
>&5
4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785 (exit $ac_status); } && {
4786 test -z "$ac_c_werror_flag" ||
4787 test ! -s conftest.err
4788 } && test -s conftest
$ac_exeext &&
4789 $as_test_x conftest
$ac_exeext; then
4790 ac_cv_func_connect
=yes
4792 echo "$as_me: failed program was:" >&5
4793 sed 's/^/| /' conftest.
$ac_ext >&5
4795 ac_cv_func_connect
=no
4798 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4799 conftest
$ac_exeext conftest.
$ac_ext
4801 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4802 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4804 if test $ac_cv_func_connect = no
; then
4805 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4806 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4807 if test "${ac_cv_lib_socket_connect+set}" = set; then
4808 echo $ECHO_N "(cached) $ECHO_C" >&6
4810 ac_check_lib_save_LIBS
=$LIBS
4811 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4812 cat >conftest.
$ac_ext <<_ACEOF
4815 cat confdefs.h
>>conftest.
$ac_ext
4816 cat >>conftest.
$ac_ext <<_ACEOF
4817 /* end confdefs.h. */
4819 /* Override any GCC internal prototype to avoid an error.
4820 Use char because int might match the return type of a GCC
4821 builtin and then its argument prototype would still apply. */
4834 rm -f conftest.
$ac_objext conftest
$ac_exeext
4835 if { (ac_try
="$ac_link"
4837 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4838 *) ac_try_echo=$ac_try;;
4840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4841 (eval "$ac_link") 2>conftest.er1
4843 grep -v '^ *+' conftest.er1 >conftest.err
4845 cat conftest.err >&5
4846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847 (exit $ac_status); } && {
4848 test -z "$ac_c_werror_flag" ||
4849 test ! -s conftest.err
4850 } && test -s conftest$ac_exeext &&
4851 $as_test_x conftest$ac_exeext; then
4852 ac_cv_lib_socket_connect=yes
4854 echo "$as_me: failed program was:" >&5
4855 sed 's/^/| /' conftest.$ac_ext >&5
4857 ac_cv_lib_socket_connect=no
4860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4861 conftest$ac_exeext conftest.$ac_ext
4862 LIBS=$ac_check_lib_save_LIBS
4864 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4865 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4866 if test $ac_cv_lib_socket_connect = yes; then
4867 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4872 # Guillermo Gomez says -lposix is necessary on A/UX.
4873 { echo "$as_me:$LINENO: checking for remove" >&5
4874 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4875 if test "${ac_cv_func_remove+set}" = set; then
4876 echo $ECHO_N "(cached) $ECHO_C" >&6
4878 cat >conftest.$ac_ext <<_ACEOF
4881 cat confdefs.h >>conftest.$ac_ext
4882 cat >>conftest.$ac_ext <<_ACEOF
4883 /* end confdefs.h. */
4884 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4885 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4886 #define remove innocuous_remove
4888 /* System header to define __stub macros and hopefully few prototypes,
4889 which can conflict with char remove (); below.
4890 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4891 <limits.h> exists even on freestanding compilers. */
4894 # include <limits.h>
4896 # include <assert.h>
4901 /* Override any GCC internal prototype to avoid an error.
4902 Use char because int might match the return type of a GCC
4903 builtin and then its argument prototype would still apply. */
4908 /* The GNU C library defines this for functions which it implements
4909 to always fail with ENOSYS. Some functions are actually named
4910 something starting with __ and the normal name is an alias. */
4911 #if defined __stub_remove || defined __stub___remove
4923 rm -f conftest.$ac_objext conftest$ac_exeext
4924 if { (ac_try="$ac_link"
4926 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4927 *) ac_try_echo
=$ac_try;;
4929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4930 (eval "$ac_link") 2>conftest.er1
4932 grep -v '^ *+' conftest.er1
>conftest.err
4934 cat conftest.err
>&5
4935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936 (exit $ac_status); } && {
4937 test -z "$ac_c_werror_flag" ||
4938 test ! -s conftest.err
4939 } && test -s conftest
$ac_exeext &&
4940 $as_test_x conftest
$ac_exeext; then
4941 ac_cv_func_remove
=yes
4943 echo "$as_me: failed program was:" >&5
4944 sed 's/^/| /' conftest.
$ac_ext >&5
4946 ac_cv_func_remove
=no
4949 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4950 conftest
$ac_exeext conftest.
$ac_ext
4952 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4953 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4955 if test $ac_cv_func_remove = no
; then
4956 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4957 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4958 if test "${ac_cv_lib_posix_remove+set}" = set; then
4959 echo $ECHO_N "(cached) $ECHO_C" >&6
4961 ac_check_lib_save_LIBS
=$LIBS
4962 LIBS
="-lposix $LIBS"
4963 cat >conftest.
$ac_ext <<_ACEOF
4966 cat confdefs.h
>>conftest.
$ac_ext
4967 cat >>conftest.
$ac_ext <<_ACEOF
4968 /* end confdefs.h. */
4970 /* Override any GCC internal prototype to avoid an error.
4971 Use char because int might match the return type of a GCC
4972 builtin and then its argument prototype would still apply. */
4985 rm -f conftest.
$ac_objext conftest
$ac_exeext
4986 if { (ac_try
="$ac_link"
4988 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4989 *) ac_try_echo=$ac_try;;
4991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4992 (eval "$ac_link") 2>conftest.er1
4994 grep -v '^ *+' conftest.er1 >conftest.err
4996 cat conftest.err >&5
4997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4998 (exit $ac_status); } && {
4999 test -z "$ac_c_werror_flag" ||
5000 test ! -s conftest.err
5001 } && test -s conftest$ac_exeext &&
5002 $as_test_x conftest$ac_exeext; then
5003 ac_cv_lib_posix_remove=yes
5005 echo "$as_me: failed program was:" >&5
5006 sed 's/^/| /' conftest.$ac_ext >&5
5008 ac_cv_lib_posix_remove=no
5011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5012 conftest$ac_exeext conftest.$ac_ext
5013 LIBS=$ac_check_lib_save_LIBS
5015 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5016 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5017 if test $ac_cv_lib_posix_remove = yes; then
5018 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5023 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5024 { echo "$as_me:$LINENO: checking for shmat" >&5
5025 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5026 if test "${ac_cv_func_shmat+set}" = set; then
5027 echo $ECHO_N "(cached) $ECHO_C" >&6
5029 cat >conftest.$ac_ext <<_ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h. */
5035 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5037 #define shmat innocuous_shmat
5039 /* System header to define __stub macros and hopefully few prototypes,
5040 which can conflict with char shmat (); below.
5041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5042 <limits.h> exists even on freestanding compilers. */
5045 # include <limits.h>
5047 # include <assert.h>
5052 /* Override any GCC internal prototype to avoid an error.
5053 Use char because int might match the return type of a GCC
5054 builtin and then its argument prototype would still apply. */
5059 /* The GNU C library defines this for functions which it implements
5060 to always fail with ENOSYS. Some functions are actually named
5061 something starting with __ and the normal name is an alias. */
5062 #if defined __stub_shmat || defined __stub___shmat
5074 rm -f conftest.$ac_objext conftest$ac_exeext
5075 if { (ac_try="$ac_link"
5077 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5078 *) ac_try_echo
=$ac_try;;
5080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5081 (eval "$ac_link") 2>conftest.er1
5083 grep -v '^ *+' conftest.er1
>conftest.err
5085 cat conftest.err
>&5
5086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5087 (exit $ac_status); } && {
5088 test -z "$ac_c_werror_flag" ||
5089 test ! -s conftest.err
5090 } && test -s conftest
$ac_exeext &&
5091 $as_test_x conftest
$ac_exeext; then
5092 ac_cv_func_shmat
=yes
5094 echo "$as_me: failed program was:" >&5
5095 sed 's/^/| /' conftest.
$ac_ext >&5
5100 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5101 conftest
$ac_exeext conftest.
$ac_ext
5103 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5104 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5106 if test $ac_cv_func_shmat = no
; then
5107 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5108 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5109 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5110 echo $ECHO_N "(cached) $ECHO_C" >&6
5112 ac_check_lib_save_LIBS
=$LIBS
5114 cat >conftest.
$ac_ext <<_ACEOF
5117 cat confdefs.h
>>conftest.
$ac_ext
5118 cat >>conftest.
$ac_ext <<_ACEOF
5119 /* end confdefs.h. */
5121 /* Override any GCC internal prototype to avoid an error.
5122 Use char because int might match the return type of a GCC
5123 builtin and then its argument prototype would still apply. */
5136 rm -f conftest.
$ac_objext conftest
$ac_exeext
5137 if { (ac_try
="$ac_link"
5139 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5140 *) ac_try_echo=$ac_try;;
5142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5143 (eval "$ac_link") 2>conftest.er1
5145 grep -v '^ *+' conftest.er1 >conftest.err
5147 cat conftest.err >&5
5148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5149 (exit $ac_status); } && {
5150 test -z "$ac_c_werror_flag" ||
5151 test ! -s conftest.err
5152 } && test -s conftest$ac_exeext &&
5153 $as_test_x conftest$ac_exeext; then
5154 ac_cv_lib_ipc_shmat=yes
5156 echo "$as_me: failed program was:" >&5
5157 sed 's/^/| /' conftest.$ac_ext >&5
5159 ac_cv_lib_ipc_shmat=no
5162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5163 conftest$ac_exeext conftest.$ac_ext
5164 LIBS=$ac_check_lib_save_LIBS
5166 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5167 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5168 if test $ac_cv_lib_ipc_shmat = yes; then
5169 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5175 # Check for libraries that X11R6 Xt/Xaw programs need.
5176 ac_save_LDFLAGS=$LDFLAGS
5177 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5178 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5179 # check for ICE first), but we must link in the order -lSM -lICE or
5180 # we get undefined symbols. So assume we have SM if we have ICE.
5181 # These have to be linked with before -lX11, unlike the other
5182 # libraries we check for below, so use a different variable.
5183 # John Interrante, Karl Berry
5184 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5185 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5186 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5187 echo $ECHO_N "(cached) $ECHO_C" >&6
5189 ac_check_lib_save_LIBS=$LIBS
5190 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5191 cat >conftest.$ac_ext <<_ACEOF
5194 cat confdefs.h >>conftest.$ac_ext
5195 cat >>conftest.$ac_ext <<_ACEOF
5196 /* end confdefs.h. */
5198 /* Override any GCC internal prototype to avoid an error.
5199 Use char because int might match the return type of a GCC
5200 builtin and then its argument prototype would still apply. */
5204 char IceConnectionNumber ();
5208 return IceConnectionNumber ();
5213 rm -f conftest.$ac_objext conftest$ac_exeext
5214 if { (ac_try="$ac_link"
5216 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5217 *) ac_try_echo
=$ac_try;;
5219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5220 (eval "$ac_link") 2>conftest.er1
5222 grep -v '^ *+' conftest.er1
>conftest.err
5224 cat conftest.err
>&5
5225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); } && {
5227 test -z "$ac_c_werror_flag" ||
5228 test ! -s conftest.err
5229 } && test -s conftest
$ac_exeext &&
5230 $as_test_x conftest
$ac_exeext; then
5231 ac_cv_lib_ICE_IceConnectionNumber
=yes
5233 echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.
$ac_ext >&5
5236 ac_cv_lib_ICE_IceConnectionNumber
=no
5239 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5240 conftest
$ac_exeext conftest.
$ac_ext
5241 LIBS
=$ac_check_lib_save_LIBS
5243 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5244 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5245 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5246 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5249 LDFLAGS
=$ac_save_LDFLAGS
5256 # Extract the first word of "$ac_prog", so it can be a program name with args.
5257 set dummy
$ac_prog; ac_word
=$2
5258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5260 if test "${ac_cv_prog_FLEX+set}" = set; then
5261 echo $ECHO_N "(cached) $ECHO_C" >&6
5263 if test -n "$FLEX"; then
5264 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5266 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5270 test -z "$as_dir" && as_dir
=.
5271 for ac_exec_ext
in '' $ac_executable_extensions; do
5272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5273 ac_cv_prog_FLEX
="$ac_prog"
5274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5283 FLEX
=$ac_cv_prog_FLEX
5284 if test -n "$FLEX"; then
5285 { echo "$as_me:$LINENO: result: $FLEX" >&5
5286 echo "${ECHO_T}$FLEX" >&6; }
5288 { echo "$as_me:$LINENO: result: no" >&5
5289 echo "${ECHO_T}no" >&6; }
5293 test -n "$FLEX" && break
5295 test -n "$FLEX" || FLEX
="none"
5297 if test "$FLEX" = "none"
5299 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5300 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5301 { (exit 1); exit 1; }; }
5304 for ac_prog
in bison
5306 # Extract the first word of "$ac_prog", so it can be a program name with args.
5307 set dummy
$ac_prog; ac_word
=$2
5308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5310 if test "${ac_cv_prog_BISON+set}" = set; then
5311 echo $ECHO_N "(cached) $ECHO_C" >&6
5313 if test -n "$BISON"; then
5314 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5316 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5320 test -z "$as_dir" && as_dir
=.
5321 for ac_exec_ext
in '' $ac_executable_extensions; do
5322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5323 ac_cv_prog_BISON
="$ac_prog"
5324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 BISON
=$ac_cv_prog_BISON
5334 if test -n "$BISON"; then
5335 { echo "$as_me:$LINENO: result: $BISON" >&5
5336 echo "${ECHO_T}$BISON" >&6; }
5338 { echo "$as_me:$LINENO: result: no" >&5
5339 echo "${ECHO_T}no" >&6; }
5343 test -n "$BISON" && break
5345 test -n "$BISON" || BISON
="none"
5347 if test "$BISON" = "none"
5349 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5350 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5351 { (exit 1); exit 1; }; }
5354 if test -n "$ac_tool_prefix"; then
5355 for ac_prog
in gas as
5357 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5358 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5359 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5361 if test "${ac_cv_prog_AS+set}" = set; then
5362 echo $ECHO_N "(cached) $ECHO_C" >&6
5364 if test -n "$AS"; then
5365 ac_cv_prog_AS
="$AS" # Let the user override the test.
5367 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5371 test -z "$as_dir" && as_dir
=.
5372 for ac_exec_ext
in '' $ac_executable_extensions; do
5373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5374 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5385 if test -n "$AS"; then
5386 { echo "$as_me:$LINENO: result: $AS" >&5
5387 echo "${ECHO_T}$AS" >&6; }
5389 { echo "$as_me:$LINENO: result: no" >&5
5390 echo "${ECHO_T}no" >&6; }
5394 test -n "$AS" && break
5397 if test -z "$AS"; then
5399 for ac_prog
in gas as
5401 # Extract the first word of "$ac_prog", so it can be a program name with args.
5402 set dummy
$ac_prog; ac_word
=$2
5403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5405 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5406 echo $ECHO_N "(cached) $ECHO_C" >&6
5408 if test -n "$ac_ct_AS"; then
5409 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5411 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5415 test -z "$as_dir" && as_dir
=.
5416 for ac_exec_ext
in '' $ac_executable_extensions; do
5417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5418 ac_cv_prog_ac_ct_AS
="$ac_prog"
5419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5428 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5429 if test -n "$ac_ct_AS"; then
5430 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5431 echo "${ECHO_T}$ac_ct_AS" >&6; }
5433 { echo "$as_me:$LINENO: result: no" >&5
5434 echo "${ECHO_T}no" >&6; }
5438 test -n "$ac_ct_AS" && break
5441 if test "x$ac_ct_AS" = x
; then
5444 case $cross_compiling:$ac_tool_warned in
5446 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5447 whose name does not start with the host triplet. If you think this
5448 configuration is useful to you, please write to autoconf@gnu.org." >&5
5449 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5450 whose name does not start with the host triplet. If you think this
5451 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5452 ac_tool_warned
=yes ;;
5458 if test -n "$ac_tool_prefix"; then
5459 for ac_prog
in ld gld
5461 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5462 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5465 if test "${ac_cv_prog_LD+set}" = set; then
5466 echo $ECHO_N "(cached) $ECHO_C" >&6
5468 if test -n "$LD"; then
5469 ac_cv_prog_LD
="$LD" # Let the user override the test.
5471 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5475 test -z "$as_dir" && as_dir
=.
5476 for ac_exec_ext
in '' $ac_executable_extensions; do
5477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5478 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5489 if test -n "$LD"; then
5490 { echo "$as_me:$LINENO: result: $LD" >&5
5491 echo "${ECHO_T}$LD" >&6; }
5493 { echo "$as_me:$LINENO: result: no" >&5
5494 echo "${ECHO_T}no" >&6; }
5498 test -n "$LD" && break
5501 if test -z "$LD"; then
5503 for ac_prog
in ld gld
5505 # Extract the first word of "$ac_prog", so it can be a program name with args.
5506 set dummy
$ac_prog; ac_word
=$2
5507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5509 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5510 echo $ECHO_N "(cached) $ECHO_C" >&6
5512 if test -n "$ac_ct_LD"; then
5513 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5519 test -z "$as_dir" && as_dir
=.
5520 for ac_exec_ext
in '' $ac_executable_extensions; do
5521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5522 ac_cv_prog_ac_ct_LD
="$ac_prog"
5523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5533 if test -n "$ac_ct_LD"; then
5534 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5535 echo "${ECHO_T}$ac_ct_LD" >&6; }
5537 { echo "$as_me:$LINENO: result: no" >&5
5538 echo "${ECHO_T}no" >&6; }
5542 test -n "$ac_ct_LD" && break
5545 if test "x$ac_ct_LD" = x
; then
5548 case $cross_compiling:$ac_tool_warned in
5550 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5551 whose name does not start with the host triplet. If you think this
5552 configuration is useful to you, please write to autoconf@gnu.org." >&5
5553 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5554 whose name does not start with the host triplet. If you think this
5555 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5556 ac_tool_warned
=yes ;;
5562 if test -n "$ac_tool_prefix"; then
5563 for ac_prog
in nm gnm
5565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5569 if test "${ac_cv_prog_NM+set}" = set; then
5570 echo $ECHO_N "(cached) $ECHO_C" >&6
5572 if test -n "$NM"; then
5573 ac_cv_prog_NM
="$NM" # Let the user override the test.
5575 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5579 test -z "$as_dir" && as_dir
=.
5580 for ac_exec_ext
in '' $ac_executable_extensions; do
5581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5582 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5593 if test -n "$NM"; then
5594 { echo "$as_me:$LINENO: result: $NM" >&5
5595 echo "${ECHO_T}$NM" >&6; }
5597 { echo "$as_me:$LINENO: result: no" >&5
5598 echo "${ECHO_T}no" >&6; }
5602 test -n "$NM" && break
5605 if test -z "$NM"; then
5607 for ac_prog
in nm gnm
5609 # Extract the first word of "$ac_prog", so it can be a program name with args.
5610 set dummy
$ac_prog; ac_word
=$2
5611 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5613 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5614 echo $ECHO_N "(cached) $ECHO_C" >&6
5616 if test -n "$ac_ct_NM"; then
5617 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5619 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5623 test -z "$as_dir" && as_dir
=.
5624 for ac_exec_ext
in '' $ac_executable_extensions; do
5625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5626 ac_cv_prog_ac_ct_NM
="$ac_prog"
5627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5636 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5637 if test -n "$ac_ct_NM"; then
5638 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5639 echo "${ECHO_T}$ac_ct_NM" >&6; }
5641 { echo "$as_me:$LINENO: result: no" >&5
5642 echo "${ECHO_T}no" >&6; }
5646 test -n "$ac_ct_NM" && break
5649 if test "x$ac_ct_NM" = x
; then
5652 case $cross_compiling:$ac_tool_warned in
5654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5655 whose name does not start with the host triplet. If you think this
5656 configuration is useful to you, please write to autoconf@gnu.org." >&5
5657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5658 whose name does not start with the host triplet. If you think this
5659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5660 ac_tool_warned
=yes ;;
5666 if test -n "$ac_tool_prefix"; then
5667 for ac_prog
in ar gar
5669 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5670 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5671 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5673 if test "${ac_cv_prog_AR+set}" = set; then
5674 echo $ECHO_N "(cached) $ECHO_C" >&6
5676 if test -n "$AR"; then
5677 ac_cv_prog_AR
="$AR" # Let the user override the test.
5679 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5683 test -z "$as_dir" && as_dir
=.
5684 for ac_exec_ext
in '' $ac_executable_extensions; do
5685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5686 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5697 if test -n "$AR"; then
5698 { echo "$as_me:$LINENO: result: $AR" >&5
5699 echo "${ECHO_T}$AR" >&6; }
5701 { echo "$as_me:$LINENO: result: no" >&5
5702 echo "${ECHO_T}no" >&6; }
5706 test -n "$AR" && break
5709 if test -z "$AR"; then
5711 for ac_prog
in ar gar
5713 # Extract the first word of "$ac_prog", so it can be a program name with args.
5714 set dummy
$ac_prog; ac_word
=$2
5715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5717 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5718 echo $ECHO_N "(cached) $ECHO_C" >&6
5720 if test -n "$ac_ct_AR"; then
5721 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5723 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5727 test -z "$as_dir" && as_dir
=.
5728 for ac_exec_ext
in '' $ac_executable_extensions; do
5729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5730 ac_cv_prog_ac_ct_AR
="$ac_prog"
5731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5740 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5741 if test -n "$ac_ct_AR"; then
5742 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5743 echo "${ECHO_T}$ac_ct_AR" >&6; }
5745 { echo "$as_me:$LINENO: result: no" >&5
5746 echo "${ECHO_T}no" >&6; }
5750 test -n "$ac_ct_AR" && break
5753 if test "x$ac_ct_AR" = x
; then
5756 case $cross_compiling:$ac_tool_warned in
5758 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5759 whose name does not start with the host triplet. If you think this
5760 configuration is useful to you, please write to autoconf@gnu.org." >&5
5761 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5762 whose name does not start with the host triplet. If you think this
5763 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5764 ac_tool_warned
=yes ;;
5772 if test -n "$ac_tool_prefix"; then
5773 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5774 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5775 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5777 if test "${ac_cv_prog_RANLIB+set}" = set; then
5778 echo $ECHO_N "(cached) $ECHO_C" >&6
5780 if test -n "$RANLIB"; then
5781 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5783 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5787 test -z "$as_dir" && as_dir
=.
5788 for ac_exec_ext
in '' $ac_executable_extensions; do
5789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5790 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5800 RANLIB
=$ac_cv_prog_RANLIB
5801 if test -n "$RANLIB"; then
5802 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5803 echo "${ECHO_T}$RANLIB" >&6; }
5805 { echo "$as_me:$LINENO: result: no" >&5
5806 echo "${ECHO_T}no" >&6; }
5811 if test -z "$ac_cv_prog_RANLIB"; then
5812 ac_ct_RANLIB
=$RANLIB
5813 # Extract the first word of "ranlib", so it can be a program name with args.
5814 set dummy ranlib
; ac_word
=$2
5815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5817 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5818 echo $ECHO_N "(cached) $ECHO_C" >&6
5820 if test -n "$ac_ct_RANLIB"; then
5821 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5823 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5827 test -z "$as_dir" && as_dir
=.
5828 for ac_exec_ext
in '' $ac_executable_extensions; do
5829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5830 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5840 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5841 if test -n "$ac_ct_RANLIB"; then
5842 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5843 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5845 { echo "$as_me:$LINENO: result: no" >&5
5846 echo "${ECHO_T}no" >&6; }
5849 if test "x$ac_ct_RANLIB" = x
; then
5852 case $cross_compiling:$ac_tool_warned in
5854 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5855 whose name does not start with the host triplet. If you think this
5856 configuration is useful to you, please write to autoconf@gnu.org." >&5
5857 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5858 whose name does not start with the host triplet. If you think this
5859 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5860 ac_tool_warned
=yes ;;
5862 RANLIB
=$ac_ct_RANLIB
5865 RANLIB
="$ac_cv_prog_RANLIB"
5868 if test -n "$ac_tool_prefix"; then
5869 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5870 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5871 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5873 if test "${ac_cv_prog_STRIP+set}" = set; then
5874 echo $ECHO_N "(cached) $ECHO_C" >&6
5876 if test -n "$STRIP"; then
5877 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5879 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5883 test -z "$as_dir" && as_dir
=.
5884 for ac_exec_ext
in '' $ac_executable_extensions; do
5885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5886 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 STRIP
=$ac_cv_prog_STRIP
5897 if test -n "$STRIP"; then
5898 { echo "$as_me:$LINENO: result: $STRIP" >&5
5899 echo "${ECHO_T}$STRIP" >&6; }
5901 { echo "$as_me:$LINENO: result: no" >&5
5902 echo "${ECHO_T}no" >&6; }
5907 if test -z "$ac_cv_prog_STRIP"; then
5909 # Extract the first word of "strip", so it can be a program name with args.
5910 set dummy strip
; ac_word
=$2
5911 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5913 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5914 echo $ECHO_N "(cached) $ECHO_C" >&6
5916 if test -n "$ac_ct_STRIP"; then
5917 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5919 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5923 test -z "$as_dir" && as_dir
=.
5924 for ac_exec_ext
in '' $ac_executable_extensions; do
5925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5926 ac_cv_prog_ac_ct_STRIP
="strip"
5927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5937 if test -n "$ac_ct_STRIP"; then
5938 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5939 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5941 { echo "$as_me:$LINENO: result: no" >&5
5942 echo "${ECHO_T}no" >&6; }
5945 if test "x$ac_ct_STRIP" = x
; then
5948 case $cross_compiling:$ac_tool_warned in
5950 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5951 whose name does not start with the host triplet. If you think this
5952 configuration is useful to you, please write to autoconf@gnu.org." >&5
5953 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5954 whose name does not start with the host triplet. If you think this
5955 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5956 ac_tool_warned
=yes ;;
5961 STRIP
="$ac_cv_prog_STRIP"
5964 if test -n "$ac_tool_prefix"; then
5965 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5966 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5967 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5969 if test "${ac_cv_prog_WINDRES+set}" = set; then
5970 echo $ECHO_N "(cached) $ECHO_C" >&6
5972 if test -n "$WINDRES"; then
5973 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5975 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5979 test -z "$as_dir" && as_dir
=.
5980 for ac_exec_ext
in '' $ac_executable_extensions; do
5981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5982 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5992 WINDRES
=$ac_cv_prog_WINDRES
5993 if test -n "$WINDRES"; then
5994 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5995 echo "${ECHO_T}$WINDRES" >&6; }
5997 { echo "$as_me:$LINENO: result: no" >&5
5998 echo "${ECHO_T}no" >&6; }
6003 if test -z "$ac_cv_prog_WINDRES"; then
6004 ac_ct_WINDRES
=$WINDRES
6005 # Extract the first word of "windres", so it can be a program name with args.
6006 set dummy windres
; ac_word
=$2
6007 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6008 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6009 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6010 echo $ECHO_N "(cached) $ECHO_C" >&6
6012 if test -n "$ac_ct_WINDRES"; then
6013 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6015 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6019 test -z "$as_dir" && as_dir
=.
6020 for ac_exec_ext
in '' $ac_executable_extensions; do
6021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6022 ac_cv_prog_ac_ct_WINDRES
="windres"
6023 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6032 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6033 if test -n "$ac_ct_WINDRES"; then
6034 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6035 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6037 { echo "$as_me:$LINENO: result: no" >&5
6038 echo "${ECHO_T}no" >&6; }
6041 if test "x$ac_ct_WINDRES" = x
; then
6044 case $cross_compiling:$ac_tool_warned in
6046 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6047 whose name does not start with the host triplet. If you think this
6048 configuration is useful to you, please write to autoconf@gnu.org." >&5
6049 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6050 whose name does not start with the host triplet. If you think this
6051 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6052 ac_tool_warned
=yes ;;
6054 WINDRES
=$ac_ct_WINDRES
6057 WINDRES
="$ac_cv_prog_WINDRES"
6060 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6061 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6063 if test "$LN_S" = "ln -s"; then
6064 { echo "$as_me:$LINENO: result: yes" >&5
6065 echo "${ECHO_T}yes" >&6; }
6067 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6068 echo "${ECHO_T}no, using $LN_S" >&6; }
6071 { echo "$as_me:$LINENO: checking whether ln works" >&5
6072 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6073 rm -f conf$$ conf$$.
file
6075 if ln conf$$.
file conf$$
2>/dev
/null
; then
6078 { echo "$as_me:$LINENO: result: yes" >&5
6079 echo "${ECHO_T}yes" >&6; }
6083 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6084 echo "${ECHO_T}no, using $LN" >&6; }
6086 rm -f conf$$ conf$$.
file
6087 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6088 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6089 if test "${ac_cv_path_GREP+set}" = set; then
6090 echo $ECHO_N "(cached) $ECHO_C" >&6
6092 # Extract the first word of "grep ggrep" to use in msg output
6093 if test -z "$GREP"; then
6094 set dummy
grep ggrep
; ac_prog_name
=$2
6095 if test "${ac_cv_path_GREP+set}" = set; then
6096 echo $ECHO_N "(cached) $ECHO_C" >&6
6098 ac_path_GREP_found
=false
6099 # Loop through the user's path and test for each of PROGNAME-LIST
6100 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6101 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6104 test -z "$as_dir" && as_dir
=.
6105 for ac_prog
in grep ggrep
; do
6106 for ac_exec_ext
in '' $ac_executable_extensions; do
6107 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6108 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6109 # Check for GNU ac_path_GREP and select it if it is found.
6110 # Check for GNU $ac_path_GREP
6111 case `"$ac_path_GREP" --version 2>&1` in
6113 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6116 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6119 cat "conftest.in" "conftest.in" >"conftest.tmp"
6120 mv "conftest.tmp" "conftest.in"
6121 cp "conftest.in" "conftest.nl"
6122 echo 'GREP' >> "conftest.nl"
6123 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6124 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6125 ac_count
=`expr $ac_count + 1`
6126 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6127 # Best one so far, save it but keep looking for a better one
6128 ac_cv_path_GREP
="$ac_path_GREP"
6129 ac_path_GREP_max
=$ac_count
6131 # 10*(2^10) chars as input seems more than enough
6132 test $ac_count -gt 10 && break
6134 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6138 $ac_path_GREP_found && break 3
6148 GREP
="$ac_cv_path_GREP"
6149 if test -z "$GREP"; then
6150 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6151 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6152 { (exit 1); exit 1; }; }
6156 ac_cv_path_GREP
=$GREP
6161 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6162 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6163 GREP
="$ac_cv_path_GREP"
6166 { echo "$as_me:$LINENO: checking for egrep" >&5
6167 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169 echo $ECHO_N "(cached) $ECHO_C" >&6
6171 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6172 then ac_cv_path_EGREP
="$GREP -E"
6174 # Extract the first word of "egrep" to use in msg output
6175 if test -z "$EGREP"; then
6176 set dummy
egrep; ac_prog_name
=$2
6177 if test "${ac_cv_path_EGREP+set}" = set; then
6178 echo $ECHO_N "(cached) $ECHO_C" >&6
6180 ac_path_EGREP_found
=false
6181 # Loop through the user's path and test for each of PROGNAME-LIST
6182 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6183 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6186 test -z "$as_dir" && as_dir
=.
6187 for ac_prog
in egrep; do
6188 for ac_exec_ext
in '' $ac_executable_extensions; do
6189 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6190 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6191 # Check for GNU ac_path_EGREP and select it if it is found.
6192 # Check for GNU $ac_path_EGREP
6193 case `"$ac_path_EGREP" --version 2>&1` in
6195 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6198 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6201 cat "conftest.in" "conftest.in" >"conftest.tmp"
6202 mv "conftest.tmp" "conftest.in"
6203 cp "conftest.in" "conftest.nl"
6204 echo 'EGREP' >> "conftest.nl"
6205 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6206 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6207 ac_count
=`expr $ac_count + 1`
6208 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6209 # Best one so far, save it but keep looking for a better one
6210 ac_cv_path_EGREP
="$ac_path_EGREP"
6211 ac_path_EGREP_max
=$ac_count
6213 # 10*(2^10) chars as input seems more than enough
6214 test $ac_count -gt 10 && break
6216 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6220 $ac_path_EGREP_found && break 3
6230 EGREP
="$ac_cv_path_EGREP"
6231 if test -z "$EGREP"; then
6232 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6233 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6234 { (exit 1); exit 1; }; }
6238 ac_cv_path_EGREP
=$EGREP
6244 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6245 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6246 EGREP
="$ac_cv_path_EGREP"
6249 # Extract the first word of "ldconfig", so it can be a program name with args.
6250 set dummy ldconfig
; ac_word
=$2
6251 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6253 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6254 echo $ECHO_N "(cached) $ECHO_C" >&6
6258 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6261 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6262 for as_dir
in /sbin
/usr
/sbin
$PATH
6265 test -z "$as_dir" && as_dir
=.
6266 for ac_exec_ext
in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6269 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6276 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6280 LDCONFIG
=$ac_cv_path_LDCONFIG
6281 if test -n "$LDCONFIG"; then
6282 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6283 echo "${ECHO_T}$LDCONFIG" >&6; }
6285 { echo "$as_me:$LINENO: result: no" >&5
6286 echo "${ECHO_T}no" >&6; }
6290 # Find a good install program. We prefer a C program (faster),
6291 # so one script is as good as another. But avoid the broken or
6292 # incompatible versions:
6293 # SysV /etc/install, /usr/sbin/install
6294 # SunOS /usr/etc/install
6295 # IRIX /sbin/install
6297 # AmigaOS /C/install, which installs bootblocks on floppy discs
6298 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6299 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6300 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6301 # OS/2's system install, which has a completely different semantic
6302 # ./install, which can be erroneously created by make from ./install.sh.
6303 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6304 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6305 if test -z "$INSTALL"; then
6306 if test "${ac_cv_path_install+set}" = set; then
6307 echo $ECHO_N "(cached) $ECHO_C" >&6
6309 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6313 test -z "$as_dir" && as_dir
=.
6314 # Account for people who put trailing slashes in PATH elements.
6316 .
/ | .
// |
/cC
/* | \
6317 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6318 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6321 # OSF1 and SCO ODT 3.0 have their own names for install.
6322 # Don't use installbsd from OSF since it installs stuff as root
6324 for ac_prog
in ginstall scoinst
install; do
6325 for ac_exec_ext
in '' $ac_executable_extensions; do
6326 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6327 if test $ac_prog = install &&
6328 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6329 # AIX install. It has an incompatible calling convention.
6331 elif test $ac_prog = install &&
6332 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6333 # program-specific install script used by HP pwplus--don't use.
6336 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6349 if test "${ac_cv_path_install+set}" = set; then
6350 INSTALL
=$ac_cv_path_install
6352 # As a last resort, use the slow shell script. Don't cache a
6353 # value for INSTALL within a source directory, because that will
6354 # break other packages using the cache if that directory is
6355 # removed, or if the value is a relative name.
6356 INSTALL
=$ac_install_sh
6359 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6360 echo "${ECHO_T}$INSTALL" >&6; }
6362 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6363 # It thinks the first close brace ends the variable substitution.
6364 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6366 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6368 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6371 [\\/$
]* | ?
:[\\/]* ) ;;
6372 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6375 for ac_prog
in lclint lint
6377 # Extract the first word of "$ac_prog", so it can be a program name with args.
6378 set dummy
$ac_prog; ac_word
=$2
6379 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6381 if test "${ac_cv_prog_LINT+set}" = set; then
6382 echo $ECHO_N "(cached) $ECHO_C" >&6
6384 if test -n "$LINT"; then
6385 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6387 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6391 test -z "$as_dir" && as_dir
=.
6392 for ac_exec_ext
in '' $ac_executable_extensions; do
6393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6394 ac_cv_prog_LINT
="$ac_prog"
6395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6404 LINT
=$ac_cv_prog_LINT
6405 if test -n "$LINT"; then
6406 { echo "$as_me:$LINENO: result: $LINT" >&5
6407 echo "${ECHO_T}$LINT" >&6; }
6409 { echo "$as_me:$LINENO: result: no" >&5
6410 echo "${ECHO_T}no" >&6; }
6414 test -n "$LINT" && break
6417 if test "$LINT" = "lint"
6419 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6424 for ac_prog
in fontforge
6426 # Extract the first word of "$ac_prog", so it can be a program name with args.
6427 set dummy
$ac_prog; ac_word
=$2
6428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6430 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6431 echo $ECHO_N "(cached) $ECHO_C" >&6
6433 if test -n "$FONTFORGE"; then
6434 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6436 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6440 test -z "$as_dir" && as_dir
=.
6441 for ac_exec_ext
in '' $ac_executable_extensions; do
6442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443 ac_cv_prog_FONTFORGE
="$ac_prog"
6444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 FONTFORGE
=$ac_cv_prog_FONTFORGE
6454 if test -n "$FONTFORGE"; then
6455 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6456 echo "${ECHO_T}$FONTFORGE" >&6; }
6458 { echo "$as_me:$LINENO: result: no" >&5
6459 echo "${ECHO_T}no" >&6; }
6463 test -n "$FONTFORGE" && break
6465 test -n "$FONTFORGE" || FONTFORGE
="false"
6467 for ac_prog
in pkg-config
6469 # Extract the first word of "$ac_prog", so it can be a program name with args.
6470 set dummy
$ac_prog; ac_word
=$2
6471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6473 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6474 echo $ECHO_N "(cached) $ECHO_C" >&6
6476 if test -n "$PKG_CONFIG"; then
6477 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6479 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6483 test -z "$as_dir" && as_dir
=.
6484 for ac_exec_ext
in '' $ac_executable_extensions; do
6485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6486 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6497 if test -n "$PKG_CONFIG"; then
6498 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6499 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6501 { echo "$as_me:$LINENO: result: no" >&5
6502 echo "${ECHO_T}no" >&6; }
6506 test -n "$PKG_CONFIG" && break
6508 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6512 # Extract the first word of "$ac_prog", so it can be a program name with args.
6513 set dummy
$ac_prog; ac_word
=$2
6514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6516 if test "${ac_cv_prog_RSVG+set}" = set; then
6517 echo $ECHO_N "(cached) $ECHO_C" >&6
6519 if test -n "$RSVG"; then
6520 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6522 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6526 test -z "$as_dir" && as_dir
=.
6527 for ac_exec_ext
in '' $ac_executable_extensions; do
6528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6529 ac_cv_prog_RSVG
="$ac_prog"
6530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6539 RSVG
=$ac_cv_prog_RSVG
6540 if test -n "$RSVG"; then
6541 { echo "$as_me:$LINENO: result: $RSVG" >&5
6542 echo "${ECHO_T}$RSVG" >&6; }
6544 { echo "$as_me:$LINENO: result: no" >&5
6545 echo "${ECHO_T}no" >&6; }
6549 test -n "$RSVG" && break
6551 test -n "$RSVG" || RSVG
="false"
6553 for ac_prog
in icotool
6555 # Extract the first word of "$ac_prog", so it can be a program name with args.
6556 set dummy
$ac_prog; ac_word
=$2
6557 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6558 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6559 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6
6562 if test -n "$ICOTOOL"; then
6563 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6565 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6569 test -z "$as_dir" && as_dir
=.
6570 for ac_exec_ext
in '' $ac_executable_extensions; do
6571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6572 ac_cv_prog_ICOTOOL
="$ac_prog"
6573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6582 ICOTOOL
=$ac_cv_prog_ICOTOOL
6583 if test -n "$ICOTOOL"; then
6584 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6585 echo "${ECHO_T}$ICOTOOL" >&6; }
6587 { echo "$as_me:$LINENO: result: no" >&5
6588 echo "${ECHO_T}no" >&6; }
6592 test -n "$ICOTOOL" && break
6594 test -n "$ICOTOOL" || ICOTOOL
="false"
6597 if test "${enable_maintainer_mode+set}" = set
6599 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6600 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6601 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6606 # Extract the first word of "prelink", so it can be a program name with args.
6607 set dummy prelink
; ac_word
=$2
6608 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6610 if test "${ac_cv_path_PRELINK+set}" = set; then
6611 echo $ECHO_N "(cached) $ECHO_C" >&6
6615 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6618 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6619 for as_dir
in /sbin
/usr
/sbin
$PATH
6622 test -z "$as_dir" && as_dir
=.
6623 for ac_exec_ext
in '' $ac_executable_extensions; do
6624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6625 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6633 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6637 PRELINK
=$ac_cv_path_PRELINK
6638 if test -n "$PRELINK"; then
6639 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6640 echo "${ECHO_T}$PRELINK" >&6; }
6642 { echo "$as_me:$LINENO: result: no" >&5
6643 echo "${ECHO_T}no" >&6; }
6652 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6653 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6654 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6655 echo $ECHO_N "(cached) $ECHO_C" >&6
6657 ac_check_lib_save_LIBS
=$LIBS
6659 cat >conftest.
$ac_ext <<_ACEOF
6662 cat confdefs.h
>>conftest.
$ac_ext
6663 cat >>conftest.
$ac_ext <<_ACEOF
6664 /* end confdefs.h. */
6666 /* Override any GCC internal prototype to avoid an error.
6667 Use char because int might match the return type of a GCC
6668 builtin and then its argument prototype would still apply. */
6672 char i386_set_ldt ();
6676 return i386_set_ldt ();
6681 rm -f conftest.
$ac_objext conftest
$ac_exeext
6682 if { (ac_try
="$ac_link"
6684 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6685 *) ac_try_echo=$ac_try;;
6687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6688 (eval "$ac_link") 2>conftest.er1
6690 grep -v '^ *+' conftest.er1 >conftest.err
6692 cat conftest.err >&5
6693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6694 (exit $ac_status); } && {
6695 test -z "$ac_c_werror_flag" ||
6696 test ! -s conftest.err
6697 } && test -s conftest$ac_exeext &&
6698 $as_test_x conftest$ac_exeext; then
6699 ac_cv_lib_i386_i386_set_ldt=yes
6701 echo "$as_me: failed program was:" >&5
6702 sed 's/^/| /' conftest.$ac_ext >&5
6704 ac_cv_lib_i386_i386_set_ldt=no
6707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6708 conftest$ac_exeext conftest.$ac_ext
6709 LIBS=$ac_check_lib_save_LIBS
6711 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6712 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6713 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6714 cat >>confdefs.h <<_ACEOF
6715 #define HAVE_LIBI386 1
6723 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6724 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6725 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6726 echo $ECHO_N "(cached) $ECHO_C" >&6
6728 ac_check_lib_save_LIBS=$LIBS
6729 LIBS="-lossaudio $LIBS"
6730 cat >conftest.$ac_ext <<_ACEOF
6733 cat confdefs.h >>conftest.$ac_ext
6734 cat >>conftest.$ac_ext <<_ACEOF
6735 /* end confdefs.h. */
6737 /* Override any GCC internal prototype to avoid an error.
6738 Use char because int might match the return type of a GCC
6739 builtin and then its argument prototype would still apply. */
6747 return _oss_ioctl ();
6752 rm -f conftest.$ac_objext conftest$ac_exeext
6753 if { (ac_try="$ac_link"
6755 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6756 *) ac_try_echo
=$ac_try;;
6758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6759 (eval "$ac_link") 2>conftest.er1
6761 grep -v '^ *+' conftest.er1
>conftest.err
6763 cat conftest.err
>&5
6764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6765 (exit $ac_status); } && {
6766 test -z "$ac_c_werror_flag" ||
6767 test ! -s conftest.err
6768 } && test -s conftest
$ac_exeext &&
6769 $as_test_x conftest
$ac_exeext; then
6770 ac_cv_lib_ossaudio__oss_ioctl
=yes
6772 echo "$as_me: failed program was:" >&5
6773 sed 's/^/| /' conftest.
$ac_ext >&5
6775 ac_cv_lib_ossaudio__oss_ioctl
=no
6778 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6779 conftest
$ac_exeext conftest.
$ac_ext
6780 LIBS
=$ac_check_lib_save_LIBS
6782 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6783 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6784 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6785 cat >>confdefs.h
<<_ACEOF
6786 #define HAVE_LIBOSSAUDIO 1
6789 LIBS
="-lossaudio $LIBS"
6793 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6794 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6795 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6796 echo $ECHO_N "(cached) $ECHO_C" >&6
6798 ac_check_lib_save_LIBS
=$LIBS
6799 LIBS
="-lpthread $LIBS"
6800 cat >conftest.
$ac_ext <<_ACEOF
6803 cat confdefs.h
>>conftest.
$ac_ext
6804 cat >>conftest.
$ac_ext <<_ACEOF
6805 /* end confdefs.h. */
6807 /* Override any GCC internal prototype to avoid an error.
6808 Use char because int might match the return type of a GCC
6809 builtin and then its argument prototype would still apply. */
6813 char pthread_create ();
6817 return pthread_create ();
6822 rm -f conftest.
$ac_objext conftest
$ac_exeext
6823 if { (ac_try
="$ac_link"
6825 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6826 *) ac_try_echo=$ac_try;;
6828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6829 (eval "$ac_link") 2>conftest.er1
6831 grep -v '^ *+' conftest.er1 >conftest.err
6833 cat conftest.err >&5
6834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6835 (exit $ac_status); } && {
6836 test -z "$ac_c_werror_flag" ||
6837 test ! -s conftest.err
6838 } && test -s conftest$ac_exeext &&
6839 $as_test_x conftest$ac_exeext; then
6840 ac_cv_lib_pthread_pthread_create=yes
6842 echo "$as_me: failed program was:" >&5
6843 sed 's/^/| /' conftest.$ac_ext >&5
6845 ac_cv_lib_pthread_pthread_create=no
6848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6849 conftest$ac_exeext conftest.$ac_ext
6850 LIBS=$ac_check_lib_save_LIBS
6852 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6853 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6854 if test $ac_cv_lib_pthread_pthread_create = yes; then
6855 LIBPTHREAD="-lpthread"
6866 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6867 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6868 if test "${ac_cv_header_stdc+set}" = set; then
6869 echo $ECHO_N "(cached) $ECHO_C" >&6
6871 cat >conftest.$ac_ext <<_ACEOF
6874 cat confdefs.h >>conftest.$ac_ext
6875 cat >>conftest.$ac_ext <<_ACEOF
6876 /* end confdefs.h. */
6890 rm -f conftest.$ac_objext
6891 if { (ac_try="$ac_compile"
6893 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6894 *) ac_try_echo
=$ac_try;;
6896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6897 (eval "$ac_compile") 2>conftest.er1
6899 grep -v '^ *+' conftest.er1
>conftest.err
6901 cat conftest.err
>&5
6902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6903 (exit $ac_status); } && {
6904 test -z "$ac_c_werror_flag" ||
6905 test ! -s conftest.err
6906 } && test -s conftest.
$ac_objext; then
6907 ac_cv_header_stdc
=yes
6909 echo "$as_me: failed program was:" >&5
6910 sed 's/^/| /' conftest.
$ac_ext >&5
6912 ac_cv_header_stdc
=no
6915 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6917 if test $ac_cv_header_stdc = yes; then
6918 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6919 cat >conftest.
$ac_ext <<_ACEOF
6922 cat confdefs.h
>>conftest.
$ac_ext
6923 cat >>conftest.
$ac_ext <<_ACEOF
6924 /* end confdefs.h. */
6928 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6929 $EGREP "memchr" >/dev
/null
2>&1; then
6932 ac_cv_header_stdc
=no
6938 if test $ac_cv_header_stdc = yes; then
6939 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6940 cat >conftest.
$ac_ext <<_ACEOF
6943 cat confdefs.h
>>conftest.
$ac_ext
6944 cat >>conftest.
$ac_ext <<_ACEOF
6945 /* end confdefs.h. */
6949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6950 $EGREP "free" >/dev
/null
2>&1; then
6953 ac_cv_header_stdc
=no
6959 if test $ac_cv_header_stdc = yes; then
6960 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6961 if test "$cross_compiling" = yes; then
6964 cat >conftest.
$ac_ext <<_ACEOF
6967 cat confdefs.h
>>conftest.
$ac_ext
6968 cat >>conftest.
$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6972 #if ((' ' & 0x0FF) == 0x020)
6973 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6974 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6976 # define ISLOWER(c) \
6977 (('a' <= (c) && (c) <= 'i') \
6978 || ('j' <= (c) && (c) <= 'r') \
6979 || ('s' <= (c) && (c) <= 'z'))
6980 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6983 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6988 for (i = 0; i < 256; i++)
6989 if (XOR (islower (i), ISLOWER (i))
6990 || toupper (i) != TOUPPER (i))
6995 rm -f conftest
$ac_exeext
6996 if { (ac_try
="$ac_link"
6998 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6999 *) ac_try_echo=$ac_try;;
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_link") 2>&5
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7006 { (case "(($ac_try" in
7007 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7008 *) ac_try_echo
=$ac_try;;
7010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7011 (eval "$ac_try") 2>&5
7013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7014 (exit $ac_status); }; }; then
7017 echo "$as_me: program exited with status $ac_status" >&5
7018 echo "$as_me: failed program was:" >&5
7019 sed 's/^/| /' conftest.
$ac_ext >&5
7022 ac_cv_header_stdc
=no
7024 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7030 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7031 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7032 if test $ac_cv_header_stdc = yes; then
7034 cat >>confdefs.h
<<\_ACEOF
7035 #define STDC_HEADERS 1
7040 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7050 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7051 inttypes.h stdint.h unistd.h
7053 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7056 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7057 echo $ECHO_N "(cached) $ECHO_C" >&6
7059 cat >conftest.
$ac_ext <<_ACEOF
7062 cat confdefs.h
>>conftest.
$ac_ext
7063 cat >>conftest.
$ac_ext <<_ACEOF
7064 /* end confdefs.h. */
7065 $ac_includes_default
7067 #include <$ac_header>
7069 rm -f conftest.
$ac_objext
7070 if { (ac_try
="$ac_compile"
7072 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7073 *) ac_try_echo=$ac_try;;
7075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7076 (eval "$ac_compile") 2>conftest.er1
7078 grep -v '^ *+' conftest.er1 >conftest.err
7080 cat conftest.err >&5
7081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082 (exit $ac_status); } && {
7083 test -z "$ac_c_werror_flag" ||
7084 test ! -s conftest.err
7085 } && test -s conftest.$ac_objext; then
7086 eval "$as_ac_Header=yes"
7088 echo "$as_me: failed program was:" >&5
7089 sed 's/^/| /' conftest.$ac_ext >&5
7091 eval "$as_ac_Header=no"
7094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7096 ac_res=`eval echo '${'$as_ac_Header'}'`
7097 { echo "$as_me:$LINENO: result: $ac_res" >&5
7098 echo "${ECHO_T}$ac_res" >&6; }
7099 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7100 cat >>confdefs.h <<_ACEOF
7101 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7221 AudioUnit/AudioUnit.h \
7223 CoreAudio/CoreAudio.h \
7224 DiskArbitration/DiskArbitration.h \
7237 fontconfig/fontconfig.h \
7263 machine/soundcard.h \
7268 netinet/in_systm.h \
7330 valgrind/memcheck.h \
7334 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7336 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7337 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7339 echo $ECHO_N "(cached) $ECHO_C" >&6
7341 ac_res=`eval echo '${'$as_ac_Header'}'`
7342 { echo "$as_me:$LINENO: result: $ac_res" >&5
7343 echo "${ECHO_T}$ac_res" >&6; }
7345 # Is the header compilable?
7346 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7347 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7348 cat >conftest.$ac_ext <<_ACEOF
7351 cat confdefs.h >>conftest.$ac_ext
7352 cat >>conftest.$ac_ext <<_ACEOF
7353 /* end confdefs.h. */
7354 $ac_includes_default
7355 #include <$ac_header>
7357 rm -f conftest.$ac_objext
7358 if { (ac_try="$ac_compile"
7360 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7361 *) ac_try_echo
=$ac_try;;
7363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7364 (eval "$ac_compile") 2>conftest.er1
7366 grep -v '^ *+' conftest.er1
>conftest.err
7368 cat conftest.err
>&5
7369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370 (exit $ac_status); } && {
7371 test -z "$ac_c_werror_flag" ||
7372 test ! -s conftest.err
7373 } && test -s conftest.
$ac_objext; then
7374 ac_header_compiler
=yes
7376 echo "$as_me: failed program was:" >&5
7377 sed 's/^/| /' conftest.
$ac_ext >&5
7379 ac_header_compiler
=no
7382 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7383 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7384 echo "${ECHO_T}$ac_header_compiler" >&6; }
7386 # Is the header present?
7387 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7388 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7389 cat >conftest.
$ac_ext <<_ACEOF
7392 cat confdefs.h
>>conftest.
$ac_ext
7393 cat >>conftest.
$ac_ext <<_ACEOF
7394 /* end confdefs.h. */
7395 #include <$ac_header>
7397 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7399 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7400 *) ac_try_echo=$ac_try;;
7402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7403 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7405 grep -v '^ *+' conftest.er1 >conftest.err
7407 cat conftest.err >&5
7408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7409 (exit $ac_status); } >/dev/null && {
7410 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7411 test ! -s conftest.err
7413 ac_header_preproc=yes
7415 echo "$as_me: failed program was:" >&5
7416 sed 's/^/| /' conftest.$ac_ext >&5
7418 ac_header_preproc=no
7421 rm -f conftest.err conftest.$ac_ext
7422 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7423 echo "${ECHO_T}$ac_header_preproc" >&6; }
7425 # So? What about this header?
7426 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7429 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7431 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7432 ac_header_preproc=yes
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7436 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7438 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7439 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7440 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7441 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7442 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7444 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7446 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7448 ## ------------------------------------ ##
7449 ## Report this to wine-devel@winehq.org ##
7450 ## ------------------------------------ ##
7452 ) | sed "s/^/$as_me: WARNING: /" >&2
7455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7458 echo $ECHO_N "(cached) $ECHO_C" >&6
7460 eval "$as_ac_Header=\$ac_header_preproc"
7462 ac_res=`eval echo '${'$as_ac_Header'}'`
7463 { echo "$as_me:$LINENO: result: $ac_res" >&5
7464 echo "${ECHO_T}$ac_res" >&6; }
7467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7468 cat >>confdefs.h <<_ACEOF
7469 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7476 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7477 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7478 if test "${ac_cv_header_stat_broken+set}" = set; then
7479 echo $ECHO_N "(cached) $ECHO_C" >&6
7481 cat >conftest.$ac_ext <<_ACEOF
7484 cat confdefs.h >>conftest.$ac_ext
7485 cat >>conftest.$ac_ext <<_ACEOF
7486 /* end confdefs.h. */
7487 #include <sys/types.h>
7488 #include <sys/stat.h>
7490 #if defined S_ISBLK && defined S_IFDIR
7491 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7494 #if defined S_ISBLK && defined S_IFCHR
7495 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7498 #if defined S_ISLNK && defined S_IFREG
7499 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7502 #if defined S_ISSOCK && defined S_IFREG
7503 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7507 rm -f conftest.$ac_objext
7508 if { (ac_try="$ac_compile"
7510 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7511 *) ac_try_echo
=$ac_try;;
7513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7514 (eval "$ac_compile") 2>conftest.er1
7516 grep -v '^ *+' conftest.er1
>conftest.err
7518 cat conftest.err
>&5
7519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7520 (exit $ac_status); } && {
7521 test -z "$ac_c_werror_flag" ||
7522 test ! -s conftest.err
7523 } && test -s conftest.
$ac_objext; then
7524 ac_cv_header_stat_broken
=no
7526 echo "$as_me: failed program was:" >&5
7527 sed 's/^/| /' conftest.
$ac_ext >&5
7529 ac_cv_header_stat_broken
=yes
7532 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7534 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7535 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7536 if test $ac_cv_header_stat_broken = yes; then
7538 cat >>confdefs.h
<<\_ACEOF
7539 #define STAT_MACROS_BROKEN 1
7550 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7552 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7553 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7555 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7556 echo $ECHO_N "(cached) $ECHO_C" >&6
7558 cat >conftest.
$ac_ext <<_ACEOF
7561 cat confdefs.h
>>conftest.
$ac_ext
7562 cat >>conftest.
$ac_ext <<_ACEOF
7563 /* end confdefs.h. */
7564 #include <sys/types.h>
7565 #ifdef HAVE_SYS_PARAM_H
7566 # include <sys/param.h>
7569 #include <$ac_header>
7571 rm -f conftest.
$ac_objext
7572 if { (ac_try
="$ac_compile"
7574 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7575 *) ac_try_echo=$ac_try;;
7577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7578 (eval "$ac_compile") 2>conftest.er1
7580 grep -v '^ *+' conftest.er1 >conftest.err
7582 cat conftest.err >&5
7583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584 (exit $ac_status); } && {
7585 test -z "$ac_c_werror_flag" ||
7586 test ! -s conftest.err
7587 } && test -s conftest.$ac_objext; then
7588 eval "$as_ac_Header=yes"
7590 echo "$as_me: failed program was:" >&5
7591 sed 's/^/| /' conftest.$ac_ext >&5
7593 eval "$as_ac_Header=no"
7596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7598 ac_res=`eval echo '${'$as_ac_Header'}'`
7599 { echo "$as_me:$LINENO: result: $ac_res" >&5
7600 echo "${ECHO_T}$ac_res" >&6; }
7601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7602 cat >>confdefs.h <<_ACEOF
7603 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7630 netinet/if_ether.h \
7638 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7639 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7640 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7642 echo $ECHO_N "(cached) $ECHO_C" >&6
7644 cat >conftest.$ac_ext <<_ACEOF
7647 cat confdefs.h >>conftest.$ac_ext
7648 cat >>conftest.$ac_ext <<_ACEOF
7649 /* end confdefs.h. */
7650 #include <sys/types.h>
7651 #ifdef HAVE_SYS_SOCKET_H
7652 # include <sys/socket.h>
7654 #ifdef HAVE_SYS_SOCKETVAR_H
7655 # include <sys/socketvar.h>
7657 #ifdef HAVE_NETINET_IN_H
7658 # include <netinet/in.h>
7660 #ifdef HAVE_NETINET_IP_H
7661 # include <netinet/ip.h>
7664 #include <$ac_header>
7666 rm -f conftest.$ac_objext
7667 if { (ac_try="$ac_compile"
7669 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7670 *) ac_try_echo
=$ac_try;;
7672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7673 (eval "$ac_compile") 2>conftest.er1
7675 grep -v '^ *+' conftest.er1
>conftest.err
7677 cat conftest.err
>&5
7678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7679 (exit $ac_status); } && {
7680 test -z "$ac_c_werror_flag" ||
7681 test ! -s conftest.err
7682 } && test -s conftest.
$ac_objext; then
7683 eval "$as_ac_Header=yes"
7685 echo "$as_me: failed program was:" >&5
7686 sed 's/^/| /' conftest.
$ac_ext >&5
7688 eval "$as_ac_Header=no"
7691 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7693 ac_res
=`eval echo '${'$as_ac_Header'}'`
7694 { echo "$as_me:$LINENO: result: $ac_res" >&5
7695 echo "${ECHO_T}$ac_res" >&6; }
7696 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7697 cat >>confdefs.h
<<_ACEOF
7698 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7710 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7712 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7713 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7715 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7716 echo $ECHO_N "(cached) $ECHO_C" >&6
7718 cat >conftest.
$ac_ext <<_ACEOF
7721 cat confdefs.h
>>conftest.
$ac_ext
7722 cat >>conftest.
$ac_ext <<_ACEOF
7723 /* end confdefs.h. */
7724 #include <sys/types.h>
7728 #ifdef HAVE_SYS_SOCKET_H
7729 # include <sys/socket.h>
7731 #ifdef HAVE_SYS_SOCKETVAR_H
7732 # include <sys/socketvar.h>
7734 #ifdef HAVE_NETINET_IN_H
7735 # include <netinet/in.h>
7737 #ifdef HAVE_NETINET_IP_H
7738 # include <netinet/ip.h>
7740 #ifdef HAVE_NETINET_IP_VAR_H
7741 # include <netinet/ip_var.h>
7743 #ifdef HAVE_NETINET_IP_ICMP_H
7744 # include <netinet/ip_icmp.h>
7746 #ifdef HAVE_NETINET_UDP_H
7747 # include <netinet/udp.h>
7749 #ifdef HAVE_NETINET_TCP_H
7750 # include <netinet/tcp.h>
7753 #include <$ac_header>
7755 rm -f conftest.
$ac_objext
7756 if { (ac_try
="$ac_compile"
7758 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7759 *) ac_try_echo=$ac_try;;
7761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7762 (eval "$ac_compile") 2>conftest.er1
7764 grep -v '^ *+' conftest.er1 >conftest.err
7766 cat conftest.err >&5
7767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768 (exit $ac_status); } && {
7769 test -z "$ac_c_werror_flag" ||
7770 test ! -s conftest.err
7771 } && test -s conftest.$ac_objext; then
7772 eval "$as_ac_Header=yes"
7774 echo "$as_me: failed program was:" >&5
7775 sed 's/^/| /' conftest.$ac_ext >&5
7777 eval "$as_ac_Header=no"
7780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7782 ac_res=`eval echo '${'$as_ac_Header'}'`
7783 { echo "$as_me:$LINENO: result: $ac_res" >&5
7784 echo "${ECHO_T}$ac_res" >&6; }
7785 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7786 cat >>confdefs.h <<_ACEOF
7787 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7796 for ac_header in linux/ipx.h
7798 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7799 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7800 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7801 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7802 echo $ECHO_N "(cached) $ECHO_C" >&6
7804 cat >conftest.$ac_ext <<_ACEOF
7807 cat confdefs.h >>conftest.$ac_ext
7808 cat >>conftest.$ac_ext <<_ACEOF
7809 /* end confdefs.h. */
7810 #include <sys/types.h>
7811 #ifdef HAVE_ASM_TYPES_H
7812 # include <asm/types.h>
7814 #ifdef HAVE_SYS_SOCKET_H
7815 # include <sys/socket.h>
7818 #include <$ac_header>
7820 rm -f conftest.$ac_objext
7821 if { (ac_try="$ac_compile"
7823 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7824 *) ac_try_echo
=$ac_try;;
7826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7827 (eval "$ac_compile") 2>conftest.er1
7829 grep -v '^ *+' conftest.er1
>conftest.err
7831 cat conftest.err
>&5
7832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7833 (exit $ac_status); } && {
7834 test -z "$ac_c_werror_flag" ||
7835 test ! -s conftest.err
7836 } && test -s conftest.
$ac_objext; then
7837 eval "$as_ac_Header=yes"
7839 echo "$as_me: failed program was:" >&5
7840 sed 's/^/| /' conftest.
$ac_ext >&5
7842 eval "$as_ac_Header=no"
7845 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7847 ac_res
=`eval echo '${'$as_ac_Header'}'`
7848 { echo "$as_me:$LINENO: result: $ac_res" >&5
7849 echo "${ECHO_T}$ac_res" >&6; }
7850 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7851 cat >>confdefs.h
<<_ACEOF
7852 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7861 for ac_header
in resolv.h
7863 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7864 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7866 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7867 echo $ECHO_N "(cached) $ECHO_C" >&6
7869 cat >conftest.
$ac_ext <<_ACEOF
7872 cat confdefs.h
>>conftest.
$ac_ext
7873 cat >>conftest.
$ac_ext <<_ACEOF
7874 /* end confdefs.h. */
7875 #include <sys/types.h>
7876 #ifdef HAVE_SYS_SOCKET_H
7877 # include <sys/socket.h>
7879 #ifdef HAVE_NETINET_IN_H
7880 # include <netinet/in.h>
7882 #ifdef HAVE_ARPA_NAMESER_H
7883 # include <arpa/nameser.h>
7886 #include <$ac_header>
7888 rm -f conftest.
$ac_objext
7889 if { (ac_try
="$ac_compile"
7891 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7892 *) ac_try_echo=$ac_try;;
7894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7895 (eval "$ac_compile") 2>conftest.er1
7897 grep -v '^ *+' conftest.er1 >conftest.err
7899 cat conftest.err >&5
7900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901 (exit $ac_status); } && {
7902 test -z "$ac_c_werror_flag" ||
7903 test ! -s conftest.err
7904 } && test -s conftest.$ac_objext; then
7905 eval "$as_ac_Header=yes"
7907 echo "$as_me: failed program was:" >&5
7908 sed 's/^/| /' conftest.$ac_ext >&5
7910 eval "$as_ac_Header=no"
7913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7915 ac_res=`eval echo '${'$as_ac_Header'}'`
7916 { echo "$as_me:$LINENO: result: $ac_res" >&5
7917 echo "${ECHO_T}$ac_res" >&6; }
7918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7919 cat >>confdefs.h <<_ACEOF
7920 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7929 for ac_header in ucontext.h
7931 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7932 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7933 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7935 echo $ECHO_N "(cached) $ECHO_C" >&6
7937 cat >conftest.$ac_ext <<_ACEOF
7940 cat confdefs.h >>conftest.$ac_ext
7941 cat >>conftest.$ac_ext <<_ACEOF
7942 /* end confdefs.h. */
7945 #include <$ac_header>
7947 rm -f conftest.$ac_objext
7948 if { (ac_try="$ac_compile"
7950 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7951 *) ac_try_echo
=$ac_try;;
7953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7954 (eval "$ac_compile") 2>conftest.er1
7956 grep -v '^ *+' conftest.er1
>conftest.err
7958 cat conftest.err
>&5
7959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7960 (exit $ac_status); } && {
7961 test -z "$ac_c_werror_flag" ||
7962 test ! -s conftest.err
7963 } && test -s conftest.
$ac_objext; then
7964 eval "$as_ac_Header=yes"
7966 echo "$as_me: failed program was:" >&5
7967 sed 's/^/| /' conftest.
$ac_ext >&5
7969 eval "$as_ac_Header=no"
7972 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7974 ac_res
=`eval echo '${'$as_ac_Header'}'`
7975 { echo "$as_me:$LINENO: result: $ac_res" >&5
7976 echo "${ECHO_T}$ac_res" >&6; }
7977 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7978 cat >>confdefs.h
<<_ACEOF
7979 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7988 for ac_header
in sys
/thr.h
7990 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7991 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7993 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7994 echo $ECHO_N "(cached) $ECHO_C" >&6
7996 cat >conftest.
$ac_ext <<_ACEOF
7999 cat confdefs.h
>>conftest.
$ac_ext
8000 cat >>conftest.
$ac_ext <<_ACEOF
8001 /* end confdefs.h. */
8002 #include <sys/types.h>
8003 #ifdef HAVE_UCONTEXT_H
8004 #include <ucontext.h>
8007 #include <$ac_header>
8009 rm -f conftest.
$ac_objext
8010 if { (ac_try
="$ac_compile"
8012 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8013 *) ac_try_echo=$ac_try;;
8015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8016 (eval "$ac_compile") 2>conftest.er1
8018 grep -v '^ *+' conftest.er1 >conftest.err
8020 cat conftest.err >&5
8021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022 (exit $ac_status); } && {
8023 test -z "$ac_c_werror_flag" ||
8024 test ! -s conftest.err
8025 } && test -s conftest.$ac_objext; then
8026 eval "$as_ac_Header=yes"
8028 echo "$as_me: failed program was:" >&5
8029 sed 's/^/| /' conftest.$ac_ext >&5
8031 eval "$as_ac_Header=no"
8034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8036 ac_res=`eval echo '${'$as_ac_Header'}'`
8037 { echo "$as_me:$LINENO: result: $ac_res" >&5
8038 echo "${ECHO_T}$ac_res" >&6; }
8039 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8040 cat >>confdefs.h <<_ACEOF
8041 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8050 for ac_header in pthread_np.h
8052 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8053 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8054 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8056 echo $ECHO_N "(cached) $ECHO_C" >&6
8058 cat >conftest.$ac_ext <<_ACEOF
8061 cat confdefs.h >>conftest.$ac_ext
8062 cat >>conftest.$ac_ext <<_ACEOF
8063 /* end confdefs.h. */
8064 #ifdef HAVE_PTHREAD_H
8065 #include <pthread.h>
8068 #include <$ac_header>
8070 rm -f conftest.$ac_objext
8071 if { (ac_try="$ac_compile"
8073 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8074 *) ac_try_echo
=$ac_try;;
8076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8077 (eval "$ac_compile") 2>conftest.er1
8079 grep -v '^ *+' conftest.er1
>conftest.err
8081 cat conftest.err
>&5
8082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8083 (exit $ac_status); } && {
8084 test -z "$ac_c_werror_flag" ||
8085 test ! -s conftest.err
8086 } && test -s conftest.
$ac_objext; then
8087 eval "$as_ac_Header=yes"
8089 echo "$as_me: failed program was:" >&5
8090 sed 's/^/| /' conftest.
$ac_ext >&5
8092 eval "$as_ac_Header=no"
8095 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8097 ac_res
=`eval echo '${'$as_ac_Header'}'`
8098 { echo "$as_me:$LINENO: result: $ac_res" >&5
8099 echo "${ECHO_T}$ac_res" >&6; }
8100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8101 cat >>confdefs.h
<<_ACEOF
8102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8111 for ac_header
in linux
/videodev.h
8113 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8114 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8115 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8116 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8117 echo $ECHO_N "(cached) $ECHO_C" >&6
8119 cat >conftest.
$ac_ext <<_ACEOF
8122 cat confdefs.h
>>conftest.
$ac_ext
8123 cat >>conftest.
$ac_ext <<_ACEOF
8124 /* end confdefs.h. */
8125 #ifdef HAVE_SYS_TIME_H
8126 #include <sys/time.h>
8128 #include <sys/types.h>
8129 #ifdef HAVE_ASM_TYPES_H
8130 #include <asm/types.h>
8133 #include <$ac_header>
8135 rm -f conftest.
$ac_objext
8136 if { (ac_try
="$ac_compile"
8138 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8139 *) ac_try_echo=$ac_try;;
8141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8142 (eval "$ac_compile") 2>conftest.er1
8144 grep -v '^ *+' conftest.er1 >conftest.err
8146 cat conftest.err >&5
8147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8148 (exit $ac_status); } && {
8149 test -z "$ac_c_werror_flag" ||
8150 test ! -s conftest.err
8151 } && test -s conftest.$ac_objext; then
8152 eval "$as_ac_Header=yes"
8154 echo "$as_me: failed program was:" >&5
8155 sed 's/^/| /' conftest.$ac_ext >&5
8157 eval "$as_ac_Header=no"
8160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8162 ac_res=`eval echo '${'$as_ac_Header'}'`
8163 { echo "$as_me:$LINENO: result: $ac_res" >&5
8164 echo "${ECHO_T}$ac_res" >&6; }
8165 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8166 cat >>confdefs.h <<_ACEOF
8167 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8176 for ac_header in linux/capi.h
8178 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8179 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8180 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8182 echo $ECHO_N "(cached) $ECHO_C" >&6
8184 cat >conftest.$ac_ext <<_ACEOF
8187 cat confdefs.h >>conftest.$ac_ext
8188 cat >>conftest.$ac_ext <<_ACEOF
8189 /* end confdefs.h. */
8192 #include <$ac_header>
8194 rm -f conftest.$ac_objext
8195 if { (ac_try="$ac_compile"
8197 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8198 *) ac_try_echo
=$ac_try;;
8200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8201 (eval "$ac_compile") 2>conftest.er1
8203 grep -v '^ *+' conftest.er1
>conftest.err
8205 cat conftest.err
>&5
8206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8207 (exit $ac_status); } && {
8208 test -z "$ac_c_werror_flag" ||
8209 test ! -s conftest.err
8210 } && test -s conftest.
$ac_objext; then
8211 eval "$as_ac_Header=yes"
8213 echo "$as_me: failed program was:" >&5
8214 sed 's/^/| /' conftest.
$ac_ext >&5
8216 eval "$as_ac_Header=no"
8219 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8221 ac_res
=`eval echo '${'$as_ac_Header'}'`
8222 { echo "$as_me:$LINENO: result: $ac_res" >&5
8223 echo "${ECHO_T}$ac_res" >&6; }
8224 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8225 cat >>confdefs.h
<<_ACEOF
8226 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8237 DLLFLAGS
="-D_REENTRANT"
8251 # Extract the first word of "ldd", so it can be a program name with args.
8252 set dummy ldd
; ac_word
=$2
8253 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8254 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8255 if test "${ac_cv_path_LDD+set}" = set; then
8256 echo $ECHO_N "(cached) $ECHO_C" >&6
8260 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8263 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8264 as_dummy
="/sbin:/usr/sbin:$PATH"
8265 for as_dir
in $as_dummy
8268 test -z "$as_dir" && as_dir
=.
8269 for ac_exec_ext
in '' $ac_executable_extensions; do
8270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8279 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8284 if test -n "$LDD"; then
8285 { echo "$as_me:$LINENO: result: $LDD" >&5
8286 echo "${ECHO_T}$LDD" >&6; }
8288 { echo "$as_me:$LINENO: result: no" >&5
8289 echo "${ECHO_T}no" >&6; }
8296 if test -n "$ac_tool_prefix"; then
8297 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8298 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8301 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8302 echo $ECHO_N "(cached) $ECHO_C" >&6
8304 if test -n "$DLLTOOL"; then
8305 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8307 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8311 test -z "$as_dir" && as_dir
=.
8312 for ac_exec_ext
in '' $ac_executable_extensions; do
8313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8314 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8324 DLLTOOL
=$ac_cv_prog_DLLTOOL
8325 if test -n "$DLLTOOL"; then
8326 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8327 echo "${ECHO_T}$DLLTOOL" >&6; }
8329 { echo "$as_me:$LINENO: result: no" >&5
8330 echo "${ECHO_T}no" >&6; }
8335 if test -z "$ac_cv_prog_DLLTOOL"; then
8336 ac_ct_DLLTOOL
=$DLLTOOL
8337 # Extract the first word of "dlltool", so it can be a program name with args.
8338 set dummy dlltool
; ac_word
=$2
8339 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8341 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8342 echo $ECHO_N "(cached) $ECHO_C" >&6
8344 if test -n "$ac_ct_DLLTOOL"; then
8345 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8347 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8351 test -z "$as_dir" && as_dir
=.
8352 for ac_exec_ext
in '' $ac_executable_extensions; do
8353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8354 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8364 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8365 if test -n "$ac_ct_DLLTOOL"; then
8366 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8367 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8369 { echo "$as_me:$LINENO: result: no" >&5
8370 echo "${ECHO_T}no" >&6; }
8373 if test "x$ac_ct_DLLTOOL" = x
; then
8376 case $cross_compiling:$ac_tool_warned in
8378 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8379 whose name does not start with the host triplet. If you think this
8380 configuration is useful to you, please write to autoconf@gnu.org." >&5
8381 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8382 whose name does not start with the host triplet. If you think this
8383 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8384 ac_tool_warned
=yes ;;
8386 DLLTOOL
=$ac_ct_DLLTOOL
8389 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8392 if test -n "$ac_tool_prefix"; then
8393 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8394 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8397 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8398 echo $ECHO_N "(cached) $ECHO_C" >&6
8400 if test -n "$DLLWRAP"; then
8401 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8403 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8407 test -z "$as_dir" && as_dir
=.
8408 for ac_exec_ext
in '' $ac_executable_extensions; do
8409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8410 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8420 DLLWRAP
=$ac_cv_prog_DLLWRAP
8421 if test -n "$DLLWRAP"; then
8422 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8423 echo "${ECHO_T}$DLLWRAP" >&6; }
8425 { echo "$as_me:$LINENO: result: no" >&5
8426 echo "${ECHO_T}no" >&6; }
8431 if test -z "$ac_cv_prog_DLLWRAP"; then
8432 ac_ct_DLLWRAP
=$DLLWRAP
8433 # Extract the first word of "dllwrap", so it can be a program name with args.
8434 set dummy dllwrap
; ac_word
=$2
8435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8437 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8438 echo $ECHO_N "(cached) $ECHO_C" >&6
8440 if test -n "$ac_ct_DLLWRAP"; then
8441 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8443 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8447 test -z "$as_dir" && as_dir
=.
8448 for ac_exec_ext
in '' $ac_executable_extensions; do
8449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8450 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8460 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8461 if test -n "$ac_ct_DLLWRAP"; then
8462 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8463 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8465 { echo "$as_me:$LINENO: result: no" >&5
8466 echo "${ECHO_T}no" >&6; }
8469 if test "x$ac_ct_DLLWRAP" = x
; then
8472 case $cross_compiling:$ac_tool_warned in
8474 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8475 whose name does not start with the host triplet. If you think this
8476 configuration is useful to you, please write to autoconf@gnu.org." >&5
8477 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8478 whose name does not start with the host triplet. If you think this
8479 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8480 ac_tool_warned
=yes ;;
8482 DLLWRAP
=$ac_ct_DLLWRAP
8485 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8488 if test -n "$ac_tool_prefix"; then
8489 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8490 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8491 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8493 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8494 echo $ECHO_N "(cached) $ECHO_C" >&6
8496 if test -n "$MINGWAR"; then
8497 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8499 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8503 test -z "$as_dir" && as_dir
=.
8504 for ac_exec_ext
in '' $ac_executable_extensions; do
8505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8506 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8516 MINGWAR
=$ac_cv_prog_MINGWAR
8517 if test -n "$MINGWAR"; then
8518 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8519 echo "${ECHO_T}$MINGWAR" >&6; }
8521 { echo "$as_me:$LINENO: result: no" >&5
8522 echo "${ECHO_T}no" >&6; }
8527 if test -z "$ac_cv_prog_MINGWAR"; then
8528 ac_ct_MINGWAR
=$MINGWAR
8529 # Extract the first word of "ar", so it can be a program name with args.
8530 set dummy
ar; ac_word
=$2
8531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8533 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8534 echo $ECHO_N "(cached) $ECHO_C" >&6
8536 if test -n "$ac_ct_MINGWAR"; then
8537 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8539 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8543 test -z "$as_dir" && as_dir
=.
8544 for ac_exec_ext
in '' $ac_executable_extensions; do
8545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8546 ac_cv_prog_ac_ct_MINGWAR
="ar"
8547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8557 if test -n "$ac_ct_MINGWAR"; then
8558 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8559 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8561 { echo "$as_me:$LINENO: result: no" >&5
8562 echo "${ECHO_T}no" >&6; }
8565 if test "x$ac_ct_MINGWAR" = x
; then
8568 case $cross_compiling:$ac_tool_warned in
8570 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8571 whose name does not start with the host triplet. If you think this
8572 configuration is useful to you, please write to autoconf@gnu.org." >&5
8573 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8574 whose name does not start with the host triplet. If you think this
8575 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8576 ac_tool_warned
=yes ;;
8578 MINGWAR
=$ac_ct_MINGWAR
8581 MINGWAR
="$ac_cv_prog_MINGWAR"
8584 if test "$DLLWRAP" = "false"; then
8592 enable_iphlpapi
=${enable_iphlpapi:-no}
8593 enable_kernel32
=${enable_kernel32:-no}
8594 enable_msvcrt
=${enable_msvcrt:-no}
8595 enable_ntdll
=${enable_ntdll:-no}
8596 enable_ws2_32
=${enable_ws2_32:-no}
8597 enable_loader
=${enable_loader:-no}
8598 enable_server
=${enable_server:-no}
8603 DLLFLAGS
="$DLLFLAGS -fPIC"
8604 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8605 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8606 LDSHARED
="\$(CC) -dynamiclib"
8608 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8609 SECURITYLIB
="-framework Security -framework CoreFoundation"
8611 COREFOUNDATIONLIB
="-framework CoreFoundation"
8613 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8615 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8617 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8619 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8622 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8624 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8629 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8631 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8633 CARBONLIB
="-framework Carbon"
8635 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8639 DLLFLAGS
="$DLLFLAGS -fPIC"
8641 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8642 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8643 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8644 echo $ECHO_N "(cached) $ECHO_C" >&6
8646 ac_wine_try_cflags_saved
=$CFLAGS
8647 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8648 cat >conftest.
$ac_ext <<_ACEOF
8651 rm -f conftest.
$ac_objext conftest
$ac_exeext
8652 if { (ac_try
="$ac_link"
8654 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8655 *) ac_try_echo=$ac_try;;
8657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8658 (eval "$ac_link") 2>conftest.er1
8660 grep -v '^ *+' conftest.er1 >conftest.err
8662 cat conftest.err >&5
8663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664 (exit $ac_status); } && {
8665 test -z "$ac_c_werror_flag" ||
8666 test ! -s conftest.err
8667 } && test -s conftest$ac_exeext &&
8668 $as_test_x conftest$ac_exeext; then
8669 ac_cv_c_dll_gnuelf="yes"
8671 echo "$as_me: failed program was:" >&5
8672 sed 's/^/| /' conftest.$ac_ext >&5
8674 ac_cv_c_dll_gnuelf="no"
8677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8678 conftest$ac_exeext conftest.$ac_ext
8679 CFLAGS=$ac_wine_try_cflags_saved
8681 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8682 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8683 if test "$ac_cv_c_dll_gnuelf" = "yes"
8685 LDSHARED="\$(CC) -shared"
8686 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8687 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8688 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8689 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8690 echo $ECHO_N "(cached) $ECHO_C" >&6
8692 ac_wine_try_cflags_saved=$CFLAGS
8693 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8694 cat >conftest.$ac_ext <<_ACEOF
8697 cat confdefs.h >>conftest.$ac_ext
8698 cat >>conftest.$ac_ext <<_ACEOF
8699 /* end confdefs.h. */
8709 rm -f conftest.$ac_objext conftest$ac_exeext
8710 if { (ac_try="$ac_link"
8712 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8713 *) ac_try_echo
=$ac_try;;
8715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8716 (eval "$ac_link") 2>conftest.er1
8718 grep -v '^ *+' conftest.er1
>conftest.err
8720 cat conftest.err
>&5
8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722 (exit $ac_status); } && {
8723 test -z "$ac_c_werror_flag" ||
8724 test ! -s conftest.err
8725 } && test -s conftest
$ac_exeext &&
8726 $as_test_x conftest
$ac_exeext; then
8727 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8729 echo "$as_me: failed program was:" >&5
8730 sed 's/^/| /' conftest.
$ac_ext >&5
8732 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8735 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8736 conftest
$ac_exeext conftest.
$ac_ext
8737 CFLAGS
=$ac_wine_try_cflags_saved
8739 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8740 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8741 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8742 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8744 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8745 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8746 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8747 echo $ECHO_N "(cached) $ECHO_C" >&6
8749 ac_wine_try_cflags_saved
=$CFLAGS
8750 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8751 cat >conftest.
$ac_ext <<_ACEOF
8754 cat confdefs.h
>>conftest.
$ac_ext
8755 cat >>conftest.
$ac_ext <<_ACEOF
8756 /* end confdefs.h. */
8766 rm -f conftest.
$ac_objext conftest
$ac_exeext
8767 if { (ac_try
="$ac_link"
8769 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8770 *) ac_try_echo=$ac_try;;
8772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8773 (eval "$ac_link") 2>conftest.er1
8775 grep -v '^ *+' conftest.er1 >conftest.err
8777 cat conftest.err >&5
8778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8779 (exit $ac_status); } && {
8780 test -z "$ac_c_werror_flag" ||
8781 test ! -s conftest.err
8782 } && test -s conftest$ac_exeext &&
8783 $as_test_x conftest$ac_exeext; then
8784 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8786 echo "$as_me: failed program was:" >&5
8787 sed 's/^/| /' conftest.$ac_ext >&5
8789 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8793 conftest$ac_exeext conftest.$ac_ext
8794 CFLAGS=$ac_wine_try_cflags_saved
8796 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8797 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8798 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8799 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8805 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8806 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8807 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8808 echo $ECHO_N "(cached) $ECHO_C" >&6
8810 ac_wine_try_cflags_saved=$CFLAGS
8811 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8812 cat >conftest.$ac_ext <<_ACEOF
8815 cat confdefs.h >>conftest.$ac_ext
8816 cat >>conftest.$ac_ext <<_ACEOF
8817 /* end confdefs.h. */
8827 rm -f conftest.$ac_objext conftest$ac_exeext
8828 if { (ac_try="$ac_link"
8830 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8831 *) ac_try_echo
=$ac_try;;
8833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8834 (eval "$ac_link") 2>conftest.er1
8836 grep -v '^ *+' conftest.er1
>conftest.err
8838 cat conftest.err
>&5
8839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840 (exit $ac_status); } && {
8841 test -z "$ac_c_werror_flag" ||
8842 test ! -s conftest.err
8843 } && test -s conftest
$ac_exeext &&
8844 $as_test_x conftest
$ac_exeext; then
8845 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8847 echo "$as_me: failed program was:" >&5
8848 sed 's/^/| /' conftest.
$ac_ext >&5
8850 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8853 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8854 conftest
$ac_exeext conftest.
$ac_ext
8855 CFLAGS
=$ac_wine_try_cflags_saved
8857 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8858 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8859 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8860 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8864 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8865 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8866 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8867 echo $ECHO_N "(cached) $ECHO_C" >&6
8869 ac_wine_try_cflags_saved
=$CFLAGS
8870 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8871 cat >conftest.
$ac_ext <<_ACEOF
8874 cat confdefs.h
>>conftest.
$ac_ext
8875 cat >>conftest.
$ac_ext <<_ACEOF
8876 /* end confdefs.h. */
8886 rm -f conftest.
$ac_objext conftest
$ac_exeext
8887 if { (ac_try
="$ac_link"
8889 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8890 *) ac_try_echo=$ac_try;;
8892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8893 (eval "$ac_link") 2>conftest.er1
8895 grep -v '^ *+' conftest.er1 >conftest.err
8897 cat conftest.err >&5
8898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8899 (exit $ac_status); } && {
8900 test -z "$ac_c_werror_flag" ||
8901 test ! -s conftest.err
8902 } && test -s conftest$ac_exeext &&
8903 $as_test_x conftest$ac_exeext; then
8904 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8906 echo "$as_me: failed program was:" >&5
8907 sed 's/^/| /' conftest.$ac_ext >&5
8909 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8913 conftest$ac_exeext conftest.$ac_ext
8914 CFLAGS=$ac_wine_try_cflags_saved
8916 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8917 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8918 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8919 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8923 echo '{ global: *; };' >conftest.map
8924 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8925 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8926 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8927 echo $ECHO_N "(cached) $ECHO_C" >&6
8929 ac_wine_try_cflags_saved=$CFLAGS
8930 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8931 cat >conftest.$ac_ext <<_ACEOF
8934 cat confdefs.h >>conftest.$ac_ext
8935 cat >>conftest.$ac_ext <<_ACEOF
8936 /* end confdefs.h. */
8946 rm -f conftest.$ac_objext conftest$ac_exeext
8947 if { (ac_try="$ac_link"
8949 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8950 *) ac_try_echo
=$ac_try;;
8952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8953 (eval "$ac_link") 2>conftest.er1
8955 grep -v '^ *+' conftest.er1
>conftest.err
8957 cat conftest.err
>&5
8958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8959 (exit $ac_status); } && {
8960 test -z "$ac_c_werror_flag" ||
8961 test ! -s conftest.err
8962 } && test -s conftest
$ac_exeext &&
8963 $as_test_x conftest
$ac_exeext; then
8964 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8966 echo "$as_me: failed program was:" >&5
8967 sed 's/^/| /' conftest.
$ac_ext >&5
8969 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8972 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8973 conftest
$ac_exeext conftest.
$ac_ext
8974 CFLAGS
=$ac_wine_try_cflags_saved
8976 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8977 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8978 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8979 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8984 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8985 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8986 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8987 echo $ECHO_N "(cached) $ECHO_C" >&6
8989 ac_wine_try_cflags_saved
=$CFLAGS
8990 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8991 cat >conftest.
$ac_ext <<_ACEOF
8994 cat confdefs.h
>>conftest.
$ac_ext
8995 cat >>conftest.
$ac_ext <<_ACEOF
8996 /* end confdefs.h. */
9006 rm -f conftest.
$ac_objext conftest
$ac_exeext
9007 if { (ac_try
="$ac_link"
9009 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9010 *) ac_try_echo=$ac_try;;
9012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9013 (eval "$ac_link") 2>conftest.er1
9015 grep -v '^ *+' conftest.er1 >conftest.err
9017 cat conftest.err >&5
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); } && {
9020 test -z "$ac_c_werror_flag" ||
9021 test ! -s conftest.err
9022 } && test -s conftest$ac_exeext &&
9023 $as_test_x conftest$ac_exeext; then
9024 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9026 echo "$as_me: failed program was:" >&5
9027 sed 's/^/| /' conftest.$ac_ext >&5
9029 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9033 conftest$ac_exeext conftest.$ac_ext
9034 CFLAGS=$ac_wine_try_cflags_saved
9036 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9037 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9038 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9039 LDEXECFLAGS="-Wl,--export-dynamic"
9044 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9045 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9046 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9048 echo $ECHO_N "(cached) $ECHO_C" >&6
9050 ac_wine_try_cflags_saved=$CFLAGS
9051 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9052 cat >conftest.$ac_ext <<_ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h. */
9067 rm -f conftest.$ac_objext conftest$ac_exeext
9068 if { (ac_try="$ac_link"
9070 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9071 *) ac_try_echo
=$ac_try;;
9073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9074 (eval "$ac_link") 2>conftest.er1
9076 grep -v '^ *+' conftest.er1
>conftest.err
9078 cat conftest.err
>&5
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); } && {
9081 test -z "$ac_c_werror_flag" ||
9082 test ! -s conftest.err
9083 } && test -s conftest
$ac_exeext &&
9084 $as_test_x conftest
$ac_exeext; then
9085 eval "$as_ac_var=yes"
9087 echo "$as_me: failed program was:" >&5
9088 sed 's/^/| /' conftest.
$ac_ext >&5
9090 eval "$as_ac_var=no"
9093 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9094 conftest
$ac_exeext conftest.
$ac_ext
9095 CFLAGS
=$ac_wine_try_cflags_saved
9097 ac_res
=`eval echo '${'$as_ac_var'}'`
9098 { echo "$as_me:$LINENO: result: $ac_res" >&5
9099 echo "${ECHO_T}$ac_res" >&6; }
9100 if test `eval echo '${'$as_ac_var'}'` = yes; then
9101 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9102 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9104 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9105 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9106 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9107 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9108 echo $ECHO_N "(cached) $ECHO_C" >&6
9110 ac_wine_try_cflags_saved
=$CFLAGS
9111 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9112 cat >conftest.
$ac_ext <<_ACEOF
9115 cat confdefs.h
>>conftest.
$ac_ext
9116 cat >>conftest.
$ac_ext <<_ACEOF
9117 /* end confdefs.h. */
9127 rm -f conftest.
$ac_objext conftest
$ac_exeext
9128 if { (ac_try
="$ac_link"
9130 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9131 *) ac_try_echo=$ac_try;;
9133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9134 (eval "$ac_link") 2>conftest.er1
9136 grep -v '^ *+' conftest.er1 >conftest.err
9138 cat conftest.err >&5
9139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9140 (exit $ac_status); } && {
9141 test -z "$ac_c_werror_flag" ||
9142 test ! -s conftest.err
9143 } && test -s conftest$ac_exeext &&
9144 $as_test_x conftest$ac_exeext; then
9145 eval "$as_ac_var=yes"
9147 echo "$as_me: failed program was:" >&5
9148 sed 's/^/| /' conftest.$ac_ext >&5
9150 eval "$as_ac_var=no"
9153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9154 conftest$ac_exeext conftest.$ac_ext
9155 CFLAGS=$ac_wine_try_cflags_saved
9157 ac_res=`eval echo '${'$as_ac_var'}'`
9158 { echo "$as_me:$LINENO: result: $ac_res" >&5
9159 echo "${ECHO_T}$ac_res" >&6; }
9160 if test `eval echo '${'$as_ac_var'}'` = yes; then
9161 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9162 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9168 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9169 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9170 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9171 echo $ECHO_N "(cached) $ECHO_C" >&6
9173 ac_wine_try_cflags_saved=$CFLAGS
9174 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9175 cat >conftest.$ac_ext <<_ACEOF
9178 cat confdefs.h >>conftest.$ac_ext
9179 cat >>conftest.$ac_ext <<_ACEOF
9180 /* end confdefs.h. */
9190 rm -f conftest.$ac_objext conftest$ac_exeext
9191 if { (ac_try="$ac_link"
9193 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9194 *) ac_try_echo
=$ac_try;;
9196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9197 (eval "$ac_link") 2>conftest.er1
9199 grep -v '^ *+' conftest.er1
>conftest.err
9201 cat conftest.err
>&5
9202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 (exit $ac_status); } && {
9204 test -z "$ac_c_werror_flag" ||
9205 test ! -s conftest.err
9206 } && test -s conftest
$ac_exeext &&
9207 $as_test_x conftest
$ac_exeext; then
9208 ac_cv_cflags__Wl___enable_new_dtags
=yes
9210 echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.
$ac_ext >&5
9213 ac_cv_cflags__Wl___enable_new_dtags
=no
9216 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9217 conftest
$ac_exeext conftest.
$ac_ext
9218 CFLAGS
=$ac_wine_try_cflags_saved
9220 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9221 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9222 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9223 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9228 *i
[3456789]86* | x86_64
)
9229 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9230 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9231 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9232 echo $ECHO_N "(cached) $ECHO_C" >&6
9234 ac_wine_try_cflags_saved
=$CFLAGS
9235 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9236 cat >conftest.
$ac_ext <<_ACEOF
9239 cat confdefs.h
>>conftest.
$ac_ext
9240 cat >>conftest.
$ac_ext <<_ACEOF
9241 /* end confdefs.h. */
9251 rm -f conftest.
$ac_objext conftest
$ac_exeext
9252 if { (ac_try
="$ac_link"
9254 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9255 *) ac_try_echo=$ac_try;;
9257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9258 (eval "$ac_link") 2>conftest.er1
9260 grep -v '^ *+' conftest.er1 >conftest.err
9262 cat conftest.err >&5
9263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264 (exit $ac_status); } && {
9265 test -z "$ac_c_werror_flag" ||
9266 test ! -s conftest.err
9267 } && test -s conftest$ac_exeext &&
9268 $as_test_x conftest$ac_exeext; then
9269 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9271 echo "$as_me: failed program was:" >&5
9272 sed 's/^/| /' conftest.$ac_ext >&5
9274 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9278 conftest$ac_exeext conftest.$ac_ext
9279 CFLAGS=$ac_wine_try_cflags_saved
9281 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9282 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9283 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9284 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9291 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9292 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9293 if test "${ac_cv_c_dll_unixware+set}" = set; then
9294 echo $ECHO_N "(cached) $ECHO_C" >&6
9296 ac_wine_try_cflags_saved=$CFLAGS
9297 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9298 cat >conftest.$ac_ext <<_ACEOF
9301 rm -f conftest.$ac_objext conftest$ac_exeext
9302 if { (ac_try="$ac_link"
9304 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9305 *) ac_try_echo
=$ac_try;;
9307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9308 (eval "$ac_link") 2>conftest.er1
9310 grep -v '^ *+' conftest.er1
>conftest.err
9312 cat conftest.err
>&5
9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314 (exit $ac_status); } && {
9315 test -z "$ac_c_werror_flag" ||
9316 test ! -s conftest.err
9317 } && test -s conftest
$ac_exeext &&
9318 $as_test_x conftest
$ac_exeext; then
9319 ac_cv_c_dll_unixware
="yes"
9321 echo "$as_me: failed program was:" >&5
9322 sed 's/^/| /' conftest.
$ac_ext >&5
9324 ac_cv_c_dll_unixware
="no"
9327 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9328 conftest
$ac_exeext conftest.
$ac_ext
9329 CFLAGS
=$ac_wine_try_cflags_saved
9331 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9332 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9333 if test "$ac_cv_c_dll_unixware" = "yes"
9335 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9336 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9339 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9340 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9341 if test "${ac_cv_c_dll_hpux+set}" = set; then
9342 echo $ECHO_N "(cached) $ECHO_C" >&6
9344 ac_wine_try_cflags_saved
=$CFLAGS
9345 CFLAGS
="$CFLAGS -shared"
9346 cat >conftest.
$ac_ext <<_ACEOF
9349 rm -f conftest.
$ac_objext conftest
$ac_exeext
9350 if { (ac_try
="$ac_link"
9352 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9353 *) ac_try_echo=$ac_try;;
9355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9356 (eval "$ac_link") 2>conftest.er1
9358 grep -v '^ *+' conftest.er1 >conftest.err
9360 cat conftest.err >&5
9361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 (exit $ac_status); } && {
9363 test -z "$ac_c_werror_flag" ||
9364 test ! -s conftest.err
9365 } && test -s conftest$ac_exeext &&
9366 $as_test_x conftest$ac_exeext; then
9367 ac_cv_c_dll_hpux="yes"
9369 echo "$as_me: failed program was:" >&5
9370 sed 's/^/| /' conftest.$ac_ext >&5
9372 ac_cv_c_dll_hpux="no"
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376 conftest$ac_exeext conftest.$ac_ext
9377 CFLAGS=$ac_wine_try_cflags_saved
9379 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9380 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9381 if test "$ac_cv_c_dll_hpux" = "yes"
9385 LDDLLFLAGS="-shared -fPIC"
9386 LDSHARED="\$(CC) -shared"
9393 if test "$cross_compiling" = "no"
9395 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9397 # Extract the first word of "$ac_prog", so it can be a program name with args.
9398 set dummy $ac_prog; ac_word=$2
9399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9401 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9402 echo $ECHO_N "(cached) $ECHO_C" >&6
9404 if test -n "$CROSSCC"; then
9405 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9411 test -z "$as_dir" && as_dir=.
9412 for ac_exec_ext in '' $ac_executable_extensions; do
9413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9414 ac_cv_prog_CROSSCC="$ac_prog"
9415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9424 CROSSCC=$ac_cv_prog_CROSSCC
9425 if test -n "$CROSSCC"; then
9426 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9427 echo "${ECHO_T}$CROSSCC" >&6; }
9429 { echo "$as_me:$LINENO: result: no" >&5
9430 echo "${ECHO_T}no" >&6; }
9434 test -n "$CROSSCC" && break
9436 test -n "$CROSSCC" || CROSSCC="false"
9438 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9440 # Extract the first word of "$ac_prog", so it can be a program name with args.
9441 set dummy $ac_prog; ac_word=$2
9442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9444 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9447 if test -n "$DLLTOOL"; then
9448 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9454 test -z "$as_dir" && as_dir=.
9455 for ac_exec_ext in '' $ac_executable_extensions; do
9456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9457 ac_cv_prog_DLLTOOL="$ac_prog"
9458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9467 DLLTOOL=$ac_cv_prog_DLLTOOL
9468 if test -n "$DLLTOOL"; then
9469 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9470 echo "${ECHO_T}$DLLTOOL" >&6; }
9472 { echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6; }
9477 test -n "$DLLTOOL" && break
9479 test -n "$DLLTOOL" || DLLTOOL="false"
9481 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9483 # Extract the first word of "$ac_prog", so it can be a program name with args.
9484 set dummy $ac_prog; ac_word=$2
9485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9487 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9488 echo $ECHO_N "(cached) $ECHO_C" >&6
9490 if test -n "$CROSSWINDRES"; then
9491 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9497 test -z "$as_dir" && as_dir=.
9498 for ac_exec_ext in '' $ac_executable_extensions; do
9499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9500 ac_cv_prog_CROSSWINDRES="$ac_prog"
9501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9510 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9511 if test -n "$CROSSWINDRES"; then
9512 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9513 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9515 { echo "$as_me:$LINENO: result: no" >&5
9516 echo "${ECHO_T}no" >&6; }
9520 test -n "$CROSSWINDRES" && break
9522 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9524 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9526 # Extract the first word of "$ac_prog", so it can be a program name with args.
9527 set dummy $ac_prog; ac_word=$2
9528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9530 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9531 echo $ECHO_N "(cached) $ECHO_C" >&6
9533 if test -n "$MINGWAR"; then
9534 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9540 test -z "$as_dir" && as_dir=.
9541 for ac_exec_ext in '' $ac_executable_extensions; do
9542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9543 ac_cv_prog_MINGWAR="$ac_prog"
9544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9553 MINGWAR=$ac_cv_prog_MINGWAR
9554 if test -n "$MINGWAR"; then
9555 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9556 echo "${ECHO_T}$MINGWAR" >&6; }
9558 { echo "$as_me:$LINENO: result: no" >&5
9559 echo "${ECHO_T}no" >&6; }
9563 test -n "$MINGWAR" && break
9565 test -n "$MINGWAR" || MINGWAR="false"
9567 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9572 enable_winequartz_drv=${enable_winequartz_drv:-no}
9574 if test "$LIBEXT" = "a"; then
9575 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9576 It is currently not possible to build Wine without shared library
9577 (.so) support to allow transparent switch between .so and .dll files.
9578 If you are using Linux, you will need a newer binutils.
9580 echo "$as_me: error: could not find a way to build shared libraries.
9581 It is currently not possible to build Wine without shared library
9582 (.so) support to allow transparent switch between .so and .dll files.
9583 If you are using Linux, you will need a newer binutils.
9585 { (exit 1); exit 1; }; }
9589 if test "$have_x" = "yes"
9592 ac_save_CPPFLAGS="$CPPFLAGS"
9593 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9595 { echo "$as_me:$LINENO: checking for -lX11" >&5
9596 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9597 if test "${ac_cv_lib_soname_X11+set}" = set; then
9598 echo $ECHO_N "(cached) $ECHO_C" >&6
9600 ac_check_soname_save_LIBS=$LIBS
9601 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9602 cat >conftest.$ac_ext <<_ACEOF
9605 cat confdefs.h >>conftest.$ac_ext
9606 cat >>conftest.$ac_ext <<_ACEOF
9607 /* end confdefs.h. */
9609 /* Override any GCC internal prototype to avoid an error.
9610 Use char because int might match the return type of a GCC
9611 builtin and then its argument prototype would still apply. */
9615 char XCreateWindow ();
9619 return XCreateWindow ();
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9627 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9628 *) ac_try_echo
=$ac_try;;
9630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9631 (eval "$ac_link") 2>conftest.er1
9633 grep -v '^ *+' conftest.er1
>conftest.err
9635 cat conftest.err
>&5
9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 (exit $ac_status); } && {
9638 test -z "$ac_c_werror_flag" ||
9639 test ! -s conftest.err
9640 } && test -s conftest
$ac_exeext &&
9641 $as_test_x conftest
$ac_exeext; then
9644 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'` ;;
9645 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9648 echo "$as_me: failed program was:" >&5
9649 sed 's/^/| /' conftest.
$ac_ext >&5
9654 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9655 conftest
$ac_exeext conftest.
$ac_ext
9656 LIBS
=$ac_check_soname_save_LIBS
9658 if test "x$ac_cv_lib_soname_X11" = "x"; then
9659 { echo "$as_me:$LINENO: result: not found" >&5
9660 echo "${ECHO_T}not found" >&6; }
9663 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9664 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9666 cat >>confdefs.h
<<_ACEOF
9667 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9673 { echo "$as_me:$LINENO: checking for -lXext" >&5
9674 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9675 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9676 echo $ECHO_N "(cached) $ECHO_C" >&6
9678 ac_check_soname_save_LIBS
=$LIBS
9679 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9680 cat >conftest.
$ac_ext <<_ACEOF
9683 cat confdefs.h
>>conftest.
$ac_ext
9684 cat >>conftest.
$ac_ext <<_ACEOF
9685 /* end confdefs.h. */
9687 /* Override any GCC internal prototype to avoid an error.
9688 Use char because int might match the return type of a GCC
9689 builtin and then its argument prototype would still apply. */
9693 char XextCreateExtension ();
9697 return XextCreateExtension ();
9702 rm -f conftest.
$ac_objext conftest
$ac_exeext
9703 if { (ac_try
="$ac_link"
9705 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9706 *) ac_try_echo=$ac_try;;
9708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9709 (eval "$ac_link") 2>conftest.er1
9711 grep -v '^ *+' conftest.er1 >conftest.err
9713 cat conftest.err >&5
9714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9715 (exit $ac_status); } && {
9716 test -z "$ac_c_werror_flag" ||
9717 test ! -s conftest.err
9718 } && test -s conftest$ac_exeext &&
9719 $as_test_x conftest$ac_exeext; then
9722 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'` ;;
9723 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9726 echo "$as_me: failed program was:" >&5
9727 sed 's/^/| /' conftest.$ac_ext >&5
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733 conftest$ac_exeext conftest.$ac_ext
9734 LIBS=$ac_check_soname_save_LIBS
9736 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9737 { echo "$as_me:$LINENO: result: not found" >&5
9738 echo "${ECHO_T}not found" >&6; }
9741 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9742 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9744 cat >>confdefs.h <<_ACEOF
9745 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9764 for ac_header in X11/Xlib.h \
9767 X11/Xcursor/Xcursor.h \
9768 X11/extensions/shape.h \
9769 X11/extensions/XInput.h \
9770 X11/extensions/XShm.h \
9771 X11/extensions/Xcomposite.h \
9772 X11/extensions/Xinerama.h \
9773 X11/extensions/Xrandr.h \
9774 X11/extensions/Xrender.h \
9775 X11/extensions/xf86vmode.h
9777 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9778 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9780 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9783 cat >conftest.$ac_ext <<_ACEOF
9786 cat confdefs.h >>conftest.$ac_ext
9787 cat >>conftest.$ac_ext <<_ACEOF
9788 /* end confdefs.h. */
9789 #ifdef HAVE_X11_XLIB_H
9790 # include <X11/Xlib.h>
9792 #ifdef HAVE_X11_XUTIL_H
9793 # include <X11/Xutil.h>
9796 #include <$ac_header>
9798 rm -f conftest.$ac_objext
9799 if { (ac_try="$ac_compile"
9801 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9802 *) ac_try_echo
=$ac_try;;
9804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9805 (eval "$ac_compile") 2>conftest.er1
9807 grep -v '^ *+' conftest.er1
>conftest.err
9809 cat conftest.err
>&5
9810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9811 (exit $ac_status); } && {
9812 test -z "$ac_c_werror_flag" ||
9813 test ! -s conftest.err
9814 } && test -s conftest.
$ac_objext; then
9815 eval "$as_ac_Header=yes"
9817 echo "$as_me: failed program was:" >&5
9818 sed 's/^/| /' conftest.
$ac_ext >&5
9820 eval "$as_ac_Header=no"
9823 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9825 ac_res
=`eval echo '${'$as_ac_Header'}'`
9826 { echo "$as_me:$LINENO: result: $ac_res" >&5
9827 echo "${ECHO_T}$ac_res" >&6; }
9828 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9829 cat >>confdefs.h
<<_ACEOF
9830 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9838 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9840 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9841 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9843 echo $ECHO_N "(cached) $ECHO_C" >&6
9845 ac_check_lib_save_LIBS
=$LIBS
9846 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9847 cat >conftest.
$ac_ext <<_ACEOF
9850 cat confdefs.h
>>conftest.
$ac_ext
9851 cat >>conftest.
$ac_ext <<_ACEOF
9852 /* end confdefs.h. */
9854 /* Override any GCC internal prototype to avoid an error.
9855 Use char because int might match the return type of a GCC
9856 builtin and then its argument prototype would still apply. */
9860 char XkbQueryExtension ();
9864 return XkbQueryExtension ();
9869 rm -f conftest.
$ac_objext conftest
$ac_exeext
9870 if { (ac_try
="$ac_link"
9872 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9873 *) ac_try_echo=$ac_try;;
9875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9876 (eval "$ac_link") 2>conftest.er1
9878 grep -v '^ *+' conftest.er1 >conftest.err
9880 cat conftest.err >&5
9881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9882 (exit $ac_status); } && {
9883 test -z "$ac_c_werror_flag" ||
9884 test ! -s conftest.err
9885 } && test -s conftest$ac_exeext &&
9886 $as_test_x conftest$ac_exeext; then
9887 ac_cv_lib_X11_XkbQueryExtension=yes
9889 echo "$as_me: failed program was:" >&5
9890 sed 's/^/| /' conftest.$ac_ext >&5
9892 ac_cv_lib_X11_XkbQueryExtension=no
9895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9896 conftest$ac_exeext conftest.$ac_ext
9897 LIBS=$ac_check_lib_save_LIBS
9899 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9900 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9901 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9903 cat >>confdefs.h <<\_ACEOF
9911 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9913 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9914 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9915 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9916 echo $ECHO_N "(cached) $ECHO_C" >&6
9918 ac_check_soname_save_LIBS=$LIBS
9919 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9920 cat >conftest.$ac_ext <<_ACEOF
9923 cat confdefs.h >>conftest.$ac_ext
9924 cat >>conftest.$ac_ext <<_ACEOF
9925 /* end confdefs.h. */
9927 /* Override any GCC internal prototype to avoid an error.
9928 Use char because int might match the return type of a GCC
9929 builtin and then its argument prototype would still apply. */
9933 char XcursorImageLoadCursor ();
9937 return XcursorImageLoadCursor ();
9942 rm -f conftest.$ac_objext conftest$ac_exeext
9943 if { (ac_try="$ac_link"
9945 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9946 *) ac_try_echo
=$ac_try;;
9948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9949 (eval "$ac_link") 2>conftest.er1
9951 grep -v '^ *+' conftest.er1
>conftest.err
9953 cat conftest.err
>&5
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); } && {
9956 test -z "$ac_c_werror_flag" ||
9957 test ! -s conftest.err
9958 } && test -s conftest
$ac_exeext &&
9959 $as_test_x conftest
$ac_exeext; then
9962 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'` ;;
9963 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9966 echo "$as_me: failed program was:" >&5
9967 sed 's/^/| /' conftest.
$ac_ext >&5
9972 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9973 conftest
$ac_exeext conftest.
$ac_ext
9974 LIBS
=$ac_check_soname_save_LIBS
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 { echo "$as_me:$LINENO: result: not found" >&5
9978 echo "${ECHO_T}not found" >&6; }
9981 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9982 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9984 cat >>confdefs.h
<<_ACEOF
9985 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9992 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9993 case "x$with_xcursor" in
9994 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9996 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9997 This is an error since --with-xcursor was requested." >&5
9998 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9999 This is an error since --with-xcursor was requested." >&2;}
10000 { (exit 1); exit 1; }; } ;;
10005 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10007 { echo "$as_me:$LINENO: checking for -lXi" >&5
10008 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10009 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10010 echo $ECHO_N "(cached) $ECHO_C" >&6
10012 ac_check_soname_save_LIBS
=$LIBS
10013 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10014 cat >conftest.
$ac_ext <<_ACEOF
10017 cat confdefs.h
>>conftest.
$ac_ext
10018 cat >>conftest.
$ac_ext <<_ACEOF
10019 /* end confdefs.h. */
10021 /* Override any GCC internal prototype to avoid an error.
10022 Use char because int might match the return type of a GCC
10023 builtin and then its argument prototype would still apply. */
10027 char XOpenDevice ();
10031 return XOpenDevice ();
10036 rm -f conftest.
$ac_objext conftest
$ac_exeext
10037 if { (ac_try
="$ac_link"
10038 case "(($ac_try" in
10039 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10040 *) ac_try_echo=$ac_try;;
10042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10043 (eval "$ac_link") 2>conftest.er1
10045 grep -v '^ *+' conftest.er1 >conftest.err
10047 cat conftest.err >&5
10048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049 (exit $ac_status); } && {
10050 test -z "$ac_c_werror_flag" ||
10051 test ! -s conftest.err
10052 } && test -s conftest$ac_exeext &&
10053 $as_test_x conftest$ac_exeext; then
10056 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'` ;;
10057 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10060 echo "$as_me: failed program was:" >&5
10061 sed 's/^/| /' conftest.$ac_ext >&5
10066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10067 conftest$ac_exeext conftest.$ac_ext
10068 LIBS=$ac_check_soname_save_LIBS
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 { echo "$as_me:$LINENO: result: not found" >&5
10072 echo "${ECHO_T}not found" >&6; }
10075 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10076 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10078 cat >>confdefs.h <<_ACEOF
10079 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10086 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10087 case "x$with_xinput" in
10088 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10090 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10091 This is an error since --with-xinput was requested." >&5
10092 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10093 This is an error since --with-xinput was requested." >&2;}
10094 { (exit 1); exit 1; }; } ;;
10099 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10101 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10102 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10103 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10104 echo $ECHO_N "(cached) $ECHO_C" >&6
10106 ac_check_lib_save_LIBS=$LIBS
10107 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10108 cat >conftest.$ac_ext <<_ACEOF
10111 cat confdefs.h >>conftest.$ac_ext
10112 cat >>conftest.$ac_ext <<_ACEOF
10113 /* end confdefs.h. */
10115 /* Override any GCC internal prototype to avoid an error.
10116 Use char because int might match the return type of a GCC
10117 builtin and then its argument prototype would still apply. */
10121 char XShmQueryExtension ();
10125 return XShmQueryExtension ();
10130 rm -f conftest.$ac_objext conftest$ac_exeext
10131 if { (ac_try="$ac_link"
10132 case "(($ac_try" in
10133 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10134 *) ac_try_echo
=$ac_try;;
10136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10137 (eval "$ac_link") 2>conftest.er1
10139 grep -v '^ *+' conftest.er1
>conftest.err
10141 cat conftest.err
>&5
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } && {
10144 test -z "$ac_c_werror_flag" ||
10145 test ! -s conftest.err
10146 } && test -s conftest
$ac_exeext &&
10147 $as_test_x conftest
$ac_exeext; then
10148 ac_cv_lib_Xext_XShmQueryExtension
=yes
10150 echo "$as_me: failed program was:" >&5
10151 sed 's/^/| /' conftest.
$ac_ext >&5
10153 ac_cv_lib_Xext_XShmQueryExtension
=no
10156 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10157 conftest
$ac_exeext conftest.
$ac_ext
10158 LIBS
=$ac_check_lib_save_LIBS
10160 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10161 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10162 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10164 cat >>confdefs.h
<<\_ACEOF
10165 #define HAVE_LIBXXSHM 1
10171 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10172 case "x$with_xshm" in
10173 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10175 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10176 This is an error since --with-xshm was requested." >&5
10177 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10178 This is an error since --with-xshm was requested." >&2;}
10179 { (exit 1); exit 1; }; } ;;
10184 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10186 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10187 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10188 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10189 echo $ECHO_N "(cached) $ECHO_C" >&6
10191 ac_check_lib_save_LIBS
=$LIBS
10192 LIBS
="-lXext $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 XShapeQueryExtension ();
10210 return XShapeQueryExtension ();
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
10233 ac_cv_lib_Xext_XShapeQueryExtension=yes
10235 echo "$as_me: failed program was:" >&5
10236 sed 's/^/| /' conftest.$ac_ext >&5
10238 ac_cv_lib_Xext_XShapeQueryExtension=no
10241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10242 conftest$ac_exeext conftest.$ac_ext
10243 LIBS=$ac_check_lib_save_LIBS
10245 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10246 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10247 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10249 cat >>confdefs.h <<\_ACEOF
10250 #define HAVE_LIBXSHAPE 1
10256 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10257 case "x$with_xshape" in
10258 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10260 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10261 This is an error since --with-xshape was requested." >&5
10262 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10263 This is an error since --with-xshape was requested." >&2;}
10264 { (exit 1); exit 1; }; } ;;
10269 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10271 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10272 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10273 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10274 echo $ECHO_N "(cached) $ECHO_C" >&6
10276 ac_check_soname_save_LIBS=$LIBS
10277 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10278 cat >conftest.$ac_ext <<_ACEOF
10281 cat confdefs.h >>conftest.$ac_ext
10282 cat >>conftest.$ac_ext <<_ACEOF
10283 /* end confdefs.h. */
10285 /* Override any GCC internal prototype to avoid an error.
10286 Use char because int might match the return type of a GCC
10287 builtin and then its argument prototype would still apply. */
10291 char XF86VidModeQueryExtension ();
10295 return XF86VidModeQueryExtension ();
10300 rm -f conftest.$ac_objext conftest$ac_exeext
10301 if { (ac_try="$ac_link"
10302 case "(($ac_try" in
10303 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10304 *) ac_try_echo
=$ac_try;;
10306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10307 (eval "$ac_link") 2>conftest.er1
10309 grep -v '^ *+' conftest.er1
>conftest.err
10311 cat conftest.err
>&5
10312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10313 (exit $ac_status); } && {
10314 test -z "$ac_c_werror_flag" ||
10315 test ! -s conftest.err
10316 } && test -s conftest
$ac_exeext &&
10317 $as_test_x conftest
$ac_exeext; then
10320 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'` ;;
10321 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10324 echo "$as_me: failed program was:" >&5
10325 sed 's/^/| /' conftest.
$ac_ext >&5
10330 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10331 conftest
$ac_exeext conftest.
$ac_ext
10332 LIBS
=$ac_check_soname_save_LIBS
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 { echo "$as_me:$LINENO: result: not found" >&5
10336 echo "${ECHO_T}not found" >&6; }
10339 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10340 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10342 cat >>confdefs.h
<<_ACEOF
10343 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10350 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10351 case "x$with_xxf86vm" in
10352 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10354 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10355 This is an error since --with-xxf86vm was requested." >&5
10356 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10357 This is an error since --with-xxf86vm was requested." >&2;}
10358 { (exit 1); exit 1; }; } ;;
10363 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"
10365 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10366 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10367 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10368 echo $ECHO_N "(cached) $ECHO_C" >&6
10370 ac_check_soname_save_LIBS
=$LIBS
10371 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10372 cat >conftest.
$ac_ext <<_ACEOF
10375 cat confdefs.h
>>conftest.
$ac_ext
10376 cat >>conftest.
$ac_ext <<_ACEOF
10377 /* end confdefs.h. */
10379 /* Override any GCC internal prototype to avoid an error.
10380 Use char because int might match the return type of a GCC
10381 builtin and then its argument prototype would still apply. */
10385 char XRenderQueryExtension ();
10389 return XRenderQueryExtension ();
10394 rm -f conftest.
$ac_objext conftest
$ac_exeext
10395 if { (ac_try
="$ac_link"
10396 case "(($ac_try" in
10397 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10398 *) ac_try_echo=$ac_try;;
10400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10401 (eval "$ac_link") 2>conftest.er1
10403 grep -v '^ *+' conftest.er1 >conftest.err
10405 cat conftest.err >&5
10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407 (exit $ac_status); } && {
10408 test -z "$ac_c_werror_flag" ||
10409 test ! -s conftest.err
10410 } && test -s conftest$ac_exeext &&
10411 $as_test_x conftest$ac_exeext; then
10414 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'` ;;
10415 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10418 echo "$as_me: failed program was:" >&5
10419 sed 's/^/| /' conftest.$ac_ext >&5
10424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_soname_save_LIBS
10428 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10429 { echo "$as_me:$LINENO: result: not found" >&5
10430 echo "${ECHO_T}not found" >&6; }
10433 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10434 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10436 cat >>confdefs.h <<_ACEOF
10437 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10440 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10441 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10442 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10443 echo $ECHO_N "(cached) $ECHO_C" >&6
10445 ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10447 cat >conftest.$ac_ext <<_ACEOF
10450 cat confdefs.h >>conftest.$ac_ext
10451 cat >>conftest.$ac_ext <<_ACEOF
10452 /* end confdefs.h. */
10454 /* Override any GCC internal prototype to avoid an error.
10455 Use char because int might match the return type of a GCC
10456 builtin and then its argument prototype would still apply. */
10460 char XRenderSetPictureTransform ();
10464 return XRenderSetPictureTransform ();
10469 rm -f conftest.$ac_objext conftest$ac_exeext
10470 if { (ac_try="$ac_link"
10471 case "(($ac_try" in
10472 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10473 *) ac_try_echo
=$ac_try;;
10475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10476 (eval "$ac_link") 2>conftest.er1
10478 grep -v '^ *+' conftest.er1
>conftest.err
10480 cat conftest.err
>&5
10481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10482 (exit $ac_status); } && {
10483 test -z "$ac_c_werror_flag" ||
10484 test ! -s conftest.err
10485 } && test -s conftest
$ac_exeext &&
10486 $as_test_x conftest
$ac_exeext; then
10487 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10489 echo "$as_me: failed program was:" >&5
10490 sed 's/^/| /' conftest.
$ac_ext >&5
10492 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10495 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10496 conftest
$ac_exeext conftest.
$ac_ext
10497 LIBS
=$ac_check_lib_save_LIBS
10499 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10500 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10501 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10503 cat >>confdefs.h
<<\_ACEOF
10504 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10513 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10514 case "x$with_xrender" in
10515 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10517 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10518 This is an error since --with-xrender was requested." >&5
10519 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10520 This is an error since --with-xrender was requested." >&2;}
10521 { (exit 1); exit 1; }; } ;;
10526 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10528 cat >conftest.
$ac_ext <<_ACEOF
10531 cat confdefs.h
>>conftest.
$ac_ext
10532 cat >>conftest.
$ac_ext <<_ACEOF
10533 /* end confdefs.h. */
10534 #include <X11/Xlib.h>
10535 #include <X11/extensions/Xrandr.h>
10539 static typeof(XRRSetScreenConfigAndRate) * func;
10544 rm -f conftest.
$ac_objext
10545 if { (ac_try
="$ac_compile"
10546 case "(($ac_try" in
10547 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10548 *) ac_try_echo=$ac_try;;
10550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10551 (eval "$ac_compile") 2>conftest.er1
10553 grep -v '^ *+' conftest.er1 >conftest.err
10555 cat conftest.err >&5
10556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } && {
10558 test -z "$ac_c_werror_flag" ||
10559 test ! -s conftest.err
10560 } && test -s conftest.$ac_objext; then
10561 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10562 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10563 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10564 echo $ECHO_N "(cached) $ECHO_C" >&6
10566 ac_check_soname_save_LIBS=$LIBS
10567 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10568 cat >conftest.$ac_ext <<_ACEOF
10571 cat confdefs.h >>conftest.$ac_ext
10572 cat >>conftest.$ac_ext <<_ACEOF
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10581 char XRRQueryExtension ();
10585 return XRRQueryExtension ();
10590 rm -f conftest.$ac_objext conftest$ac_exeext
10591 if { (ac_try="$ac_link"
10592 case "(($ac_try" in
10593 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10594 *) ac_try_echo
=$ac_try;;
10596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10597 (eval "$ac_link") 2>conftest.er1
10599 grep -v '^ *+' conftest.er1
>conftest.err
10601 cat conftest.err
>&5
10602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603 (exit $ac_status); } && {
10604 test -z "$ac_c_werror_flag" ||
10605 test ! -s conftest.err
10606 } && test -s conftest
$ac_exeext &&
10607 $as_test_x conftest
$ac_exeext; then
10610 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'` ;;
10611 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10614 echo "$as_me: failed program was:" >&5
10615 sed 's/^/| /' conftest.
$ac_ext >&5
10620 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10621 conftest
$ac_exeext conftest.
$ac_ext
10622 LIBS
=$ac_check_soname_save_LIBS
10624 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10625 { echo "$as_me:$LINENO: result: not found" >&5
10626 echo "${ECHO_T}not found" >&6; }
10629 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10630 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10632 cat >>confdefs.h
<<_ACEOF
10633 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.
$ac_ext >&5
10646 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10648 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649 case "x$with_xrandr" in
10650 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10652 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10653 This is an error since --with-xrandr was requested." >&5
10654 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10655 This is an error since --with-xrandr was requested." >&2;}
10656 { (exit 1); exit 1; }; } ;;
10661 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10663 cat >conftest.
$ac_ext <<_ACEOF
10666 cat confdefs.h
>>conftest.
$ac_ext
10667 cat >>conftest.
$ac_ext <<_ACEOF
10668 /* end confdefs.h. */
10669 #include <X11/Xlib.h>
10670 #include <X11/extensions/Xinerama.h>
10674 static typeof(XineramaQueryScreens) * func;
10679 rm -f conftest.
$ac_objext
10680 if { (ac_try
="$ac_compile"
10681 case "(($ac_try" in
10682 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10683 *) ac_try_echo=$ac_try;;
10685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10686 (eval "$ac_compile") 2>conftest.er1
10688 grep -v '^ *+' conftest.er1 >conftest.err
10690 cat conftest.err >&5
10691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692 (exit $ac_status); } && {
10693 test -z "$ac_c_werror_flag" ||
10694 test ! -s conftest.err
10695 } && test -s conftest.$ac_objext; then
10696 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10697 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10701 ac_check_soname_save_LIBS=$LIBS
10702 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10716 char XineramaQueryScreens ();
10720 return XineramaQueryScreens ();
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10729 *) ac_try_echo
=$ac_try;;
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732 (eval "$ac_link") 2>conftest.er1
10734 grep -v '^ *+' conftest.er1
>conftest.err
10736 cat conftest.err
>&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && {
10739 test -z "$ac_c_werror_flag" ||
10740 test ! -s conftest.err
10741 } && test -s conftest
$ac_exeext &&
10742 $as_test_x conftest
$ac_exeext; then
10745 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'` ;;
10746 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10749 echo "$as_me: failed program was:" >&5
10750 sed 's/^/| /' conftest.
$ac_ext >&5
10755 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10756 conftest
$ac_exeext conftest.
$ac_ext
10757 LIBS
=$ac_check_soname_save_LIBS
10759 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10760 { echo "$as_me:$LINENO: result: not found" >&5
10761 echo "${ECHO_T}not found" >&6; }
10764 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10765 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10767 cat >>confdefs.h
<<_ACEOF
10768 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10775 echo "$as_me: failed program was:" >&5
10776 sed 's/^/| /' conftest.
$ac_ext >&5
10781 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10783 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784 case "x$with_xinerama" in
10785 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10787 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10788 This is an error since --with-xinerama was requested." >&5
10789 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10790 This is an error since --with-xinerama was requested." >&2;}
10791 { (exit 1); exit 1; }; } ;;
10796 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10798 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10799 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10800 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10801 echo $ECHO_N "(cached) $ECHO_C" >&6
10803 ac_check_soname_save_LIBS
=$LIBS
10804 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10805 cat >conftest.
$ac_ext <<_ACEOF
10808 cat confdefs.h
>>conftest.
$ac_ext
10809 cat >>conftest.
$ac_ext <<_ACEOF
10810 /* end confdefs.h. */
10812 /* Override any GCC internal prototype to avoid an error.
10813 Use char because int might match the return type of a GCC
10814 builtin and then its argument prototype would still apply. */
10818 char XCompositeRedirectWindow ();
10822 return XCompositeRedirectWindow ();
10827 rm -f conftest.
$ac_objext conftest
$ac_exeext
10828 if { (ac_try
="$ac_link"
10829 case "(($ac_try" in
10830 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10831 *) ac_try_echo=$ac_try;;
10833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10834 (eval "$ac_link") 2>conftest.er1
10836 grep -v '^ *+' conftest.er1 >conftest.err
10838 cat conftest.err >&5
10839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840 (exit $ac_status); } && {
10841 test -z "$ac_c_werror_flag" ||
10842 test ! -s conftest.err
10843 } && test -s conftest$ac_exeext &&
10844 $as_test_x conftest$ac_exeext; then
10847 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'` ;;
10848 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10851 echo "$as_me: failed program was:" >&5
10852 sed 's/^/| /' conftest.$ac_ext >&5
10857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 { echo "$as_me:$LINENO: result: not found" >&5
10863 echo "${ECHO_T}not found" >&6; }
10866 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10867 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10877 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10878 case "x$with_xcomposite" in
10879 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10881 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10882 This is an error since --with-xcomposite was requested." >&5
10883 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10884 This is an error since --with-xcomposite was requested." >&2;}
10885 { (exit 1); exit 1; }; } ;;
10890 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10891 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10892 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10893 echo $ECHO_N "(cached) $ECHO_C" >&6
10895 cat >conftest.$ac_ext <<_ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h. */
10901 #ifdef HAVE_X11_XLIB_H
10902 #include <X11/Xlib.h>
10908 static XICCallback ac_aggr;
10909 if (ac_aggr.callback)
10915 rm -f conftest.$ac_objext
10916 if { (ac_try="$ac_compile"
10917 case "(($ac_try" in
10918 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10919 *) ac_try_echo
=$ac_try;;
10921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10922 (eval "$ac_compile") 2>conftest.er1
10924 grep -v '^ *+' conftest.er1
>conftest.err
10926 cat conftest.err
>&5
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); } && {
10929 test -z "$ac_c_werror_flag" ||
10930 test ! -s conftest.err
10931 } && test -s conftest.
$ac_objext; then
10932 ac_cv_member_XICCallback_callback
=yes
10934 echo "$as_me: failed program was:" >&5
10935 sed 's/^/| /' conftest.
$ac_ext >&5
10937 cat >conftest.
$ac_ext <<_ACEOF
10940 cat confdefs.h
>>conftest.
$ac_ext
10941 cat >>conftest.
$ac_ext <<_ACEOF
10942 /* end confdefs.h. */
10943 #ifdef HAVE_X11_XLIB_H
10944 #include <X11/Xlib.h>
10950 static XICCallback ac_aggr;
10951 if (sizeof ac_aggr.callback)
10957 rm -f conftest.
$ac_objext
10958 if { (ac_try
="$ac_compile"
10959 case "(($ac_try" in
10960 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10961 *) ac_try_echo=$ac_try;;
10963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10964 (eval "$ac_compile") 2>conftest.er1
10966 grep -v '^ *+' conftest.er1 >conftest.err
10968 cat conftest.err >&5
10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970 (exit $ac_status); } && {
10971 test -z "$ac_c_werror_flag" ||
10972 test ! -s conftest.err
10973 } && test -s conftest.$ac_objext; then
10974 ac_cv_member_XICCallback_callback=yes
10976 echo "$as_me: failed program was:" >&5
10977 sed 's/^/| /' conftest.$ac_ext >&5
10979 ac_cv_member_XICCallback_callback=no
10982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10987 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10988 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10989 if test $ac_cv_member_XICCallback_callback = yes; then
10991 cat >>confdefs.h <<_ACEOF
10992 #define HAVE_XICCALLBACK_CALLBACK 1
11001 if test "x$with_opengl" != "xno"
11007 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11009 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11013 echo $ECHO_N "(cached) $ECHO_C" >&6
11015 cat >conftest.$ac_ext <<_ACEOF
11018 cat confdefs.h >>conftest.$ac_ext
11019 cat >>conftest.$ac_ext <<_ACEOF
11020 /* end confdefs.h. */
11021 #ifdef HAVE_GL_GLX_H
11022 # include <GL/glx.h>
11025 #include <$ac_header>
11027 rm -f conftest.$ac_objext
11028 if { (ac_try="$ac_compile"
11029 case "(($ac_try" in
11030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11031 *) ac_try_echo
=$ac_try;;
11033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11034 (eval "$ac_compile") 2>conftest.er1
11036 grep -v '^ *+' conftest.er1
>conftest.err
11038 cat conftest.err
>&5
11039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11040 (exit $ac_status); } && {
11041 test -z "$ac_c_werror_flag" ||
11042 test ! -s conftest.err
11043 } && test -s conftest.
$ac_objext; then
11044 eval "$as_ac_Header=yes"
11046 echo "$as_me: failed program was:" >&5
11047 sed 's/^/| /' conftest.
$ac_ext >&5
11049 eval "$as_ac_Header=no"
11052 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11054 ac_res
=`eval echo '${'$as_ac_Header'}'`
11055 { echo "$as_me:$LINENO: result: $ac_res" >&5
11056 echo "${ECHO_T}$ac_res" >&6; }
11057 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11058 cat >>confdefs.h
<<_ACEOF
11059 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11066 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11068 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11069 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11070 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11071 echo $ECHO_N "(cached) $ECHO_C" >&6
11073 cat >conftest.
$ac_ext <<_ACEOF
11076 cat confdefs.h
>>conftest.
$ac_ext
11077 cat >>conftest.
$ac_ext <<_ACEOF
11078 /* end confdefs.h. */
11083 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11088 rm -f conftest.
$ac_objext
11089 if { (ac_try
="$ac_compile"
11090 case "(($ac_try" in
11091 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11092 *) ac_try_echo=$ac_try;;
11094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11095 (eval "$ac_compile") 2>conftest.er1
11097 grep -v '^ *+' conftest.er1 >conftest.err
11099 cat conftest.err >&5
11100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11101 (exit $ac_status); } && {
11102 test -z "$ac_c_werror_flag" ||
11103 test ! -s conftest.err
11104 } && test -s conftest.$ac_objext; then
11105 wine_cv_opengl_header_version_OK="yes"
11107 echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11110 wine_cv_opengl_header_version_OK="no"
11113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11115 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11116 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11118 if test "$wine_cv_opengl_header_version_OK" = "yes"
11120 { echo "$as_me:$LINENO: checking for -lGL" >&5
11121 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11122 if test "${ac_cv_lib_soname_GL+set}" = set; then
11123 echo $ECHO_N "(cached) $ECHO_C" >&6
11125 ac_check_soname_save_LIBS=$LIBS
11126 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11127 cat >conftest.$ac_ext <<_ACEOF
11130 cat confdefs.h >>conftest.$ac_ext
11131 cat >>conftest.$ac_ext <<_ACEOF
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11140 char glXCreateContext ();
11144 return glXCreateContext ();
11149 rm -f conftest.$ac_objext conftest$ac_exeext
11150 if { (ac_try="$ac_link"
11151 case "(($ac_try" in
11152 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11153 *) ac_try_echo
=$ac_try;;
11155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11156 (eval "$ac_link") 2>conftest.er1
11158 grep -v '^ *+' conftest.er1
>conftest.err
11160 cat conftest.err
>&5
11161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162 (exit $ac_status); } && {
11163 test -z "$ac_c_werror_flag" ||
11164 test ! -s conftest.err
11165 } && test -s conftest
$ac_exeext &&
11166 $as_test_x conftest
$ac_exeext; then
11169 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'` ;;
11170 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11173 echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.
$ac_ext >&5
11179 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11180 conftest
$ac_exeext conftest.
$ac_ext
11181 LIBS
=$ac_check_soname_save_LIBS
11183 if test "x$ac_cv_lib_soname_GL" = "x"; then
11184 { echo "$as_me:$LINENO: result: not found" >&5
11185 echo "${ECHO_T}not found" >&6; }
11186 { echo "$as_me:$LINENO: checking for -lGL" >&5
11187 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11188 if test "${ac_cv_lib_soname_GL+set}" = set; then
11189 echo $ECHO_N "(cached) $ECHO_C" >&6
11191 ac_check_soname_save_LIBS
=$LIBS
11192 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"
11193 cat >conftest.
$ac_ext <<_ACEOF
11196 cat confdefs.h
>>conftest.
$ac_ext
11197 cat >>conftest.
$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11206 char glXCreateContext ();
11210 return glXCreateContext ();
11215 rm -f conftest.
$ac_objext conftest
$ac_exeext
11216 if { (ac_try
="$ac_link"
11217 case "(($ac_try" in
11218 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11219 *) ac_try_echo=$ac_try;;
11221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11222 (eval "$ac_link") 2>conftest.er1
11224 grep -v '^ *+' conftest.er1 >conftest.err
11226 cat conftest.err >&5
11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); } && {
11229 test -z "$ac_c_werror_flag" ||
11230 test ! -s conftest.err
11231 } && test -s conftest$ac_exeext &&
11232 $as_test_x conftest$ac_exeext; then
11235 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'` ;;
11236 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11239 echo "$as_me: failed program was:" >&5
11240 sed 's/^/| /' conftest.$ac_ext >&5
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_soname_save_LIBS
11249 if test "x$ac_cv_lib_soname_GL" = "x"; then
11250 { echo "$as_me:$LINENO: result: not found" >&5
11251 echo "${ECHO_T}not found" >&6; }
11252 if test -f /usr/X11R6/lib/libGL.a
11254 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11255 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11257 opengl_msg="No OpenGL library found on this system."
11260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11267 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"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11276 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11277 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11279 cat >>confdefs.h <<_ACEOF
11280 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11285 cat >>confdefs.h <<\_ACEOF
11286 #define HAVE_OPENGL 1
11291 if test "$ac_cv_header_GL_glu_h" = "yes"
11293 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11294 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11295 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11296 echo $ECHO_N "(cached) $ECHO_C" >&6
11298 ac_check_soname_save_LIBS=$LIBS
11299 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11300 cat >conftest.$ac_ext <<_ACEOF
11303 cat confdefs.h >>conftest.$ac_ext
11304 cat >>conftest.$ac_ext <<_ACEOF
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11317 return gluLookAt ();
11322 rm -f conftest.$ac_objext conftest$ac_exeext
11323 if { (ac_try="$ac_link"
11324 case "(($ac_try" in
11325 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11326 *) ac_try_echo
=$ac_try;;
11328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11329 (eval "$ac_link") 2>conftest.er1
11331 grep -v '^ *+' conftest.er1
>conftest.err
11333 cat conftest.err
>&5
11334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11335 (exit $ac_status); } && {
11336 test -z "$ac_c_werror_flag" ||
11337 test ! -s conftest.err
11338 } && test -s conftest
$ac_exeext &&
11339 $as_test_x conftest
$ac_exeext; then
11342 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'` ;;
11343 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11346 echo "$as_me: failed program was:" >&5
11347 sed 's/^/| /' conftest.
$ac_ext >&5
11352 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11353 conftest
$ac_exeext conftest.
$ac_ext
11354 LIBS
=$ac_check_soname_save_LIBS
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 { echo "$as_me:$LINENO: result: not found" >&5
11358 echo "${ECHO_T}not found" >&6; }
11361 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11362 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11364 cat >>confdefs.h
<<_ACEOF
11365 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11372 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11373 case "x$with_glu" in
11374 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11376 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11377 This is an error since --with-glu was requested." >&5
11378 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11379 This is an error since --with-glu was requested." >&2;}
11380 { (exit 1); exit 1; }; } ;;
11385 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11388 opengl_msg
="OpenGL development headers not found."
11390 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11391 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11393 enable_opengl32
=${enable_opengl32:-no}
11394 enable_glu32
=${enable_glu32:-no}
11396 if test -n "$opengl_msg"; then
11397 case "x$with_opengl" in
11398 x
) wine_warnings
="$wine_warnings|$opengl_msg
11399 OpenGL and Direct3D won't be supported." ;;
11401 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11402 OpenGL and Direct3D won't be supported.
11403 This is an error since --with-opengl was requested." >&5
11404 echo "$as_me: error: $opengl_msg
11405 OpenGL and Direct3D won't be supported.
11406 This is an error since --with-opengl was requested." >&2;}
11407 { (exit 1); exit 1; }; } ;;
11415 for ac_header
in audio
/audiolib.h
11417 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11418 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11419 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11420 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11421 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11422 echo $ECHO_N "(cached) $ECHO_C" >&6
11424 ac_res
=`eval echo '${'$as_ac_Header'}'`
11425 { echo "$as_me:$LINENO: result: $ac_res" >&5
11426 echo "${ECHO_T}$ac_res" >&6; }
11428 # Is the header compilable?
11429 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11430 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11431 cat >conftest.
$ac_ext <<_ACEOF
11434 cat confdefs.h
>>conftest.
$ac_ext
11435 cat >>conftest.
$ac_ext <<_ACEOF
11436 /* end confdefs.h. */
11437 $ac_includes_default
11438 #include <$ac_header>
11440 rm -f conftest.
$ac_objext
11441 if { (ac_try
="$ac_compile"
11442 case "(($ac_try" in
11443 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11444 *) ac_try_echo=$ac_try;;
11446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11447 (eval "$ac_compile") 2>conftest.er1
11449 grep -v '^ *+' conftest.er1 >conftest.err
11451 cat conftest.err >&5
11452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11453 (exit $ac_status); } && {
11454 test -z "$ac_c_werror_flag" ||
11455 test ! -s conftest.err
11456 } && test -s conftest.$ac_objext; then
11457 ac_header_compiler=yes
11459 echo "$as_me: failed program was:" >&5
11460 sed 's/^/| /' conftest.$ac_ext >&5
11462 ac_header_compiler=no
11465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11466 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11467 echo "${ECHO_T}$ac_header_compiler" >&6; }
11469 # Is the header present?
11470 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11471 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11472 cat >conftest.$ac_ext <<_ACEOF
11475 cat confdefs.h >>conftest.$ac_ext
11476 cat >>conftest.$ac_ext <<_ACEOF
11477 /* end confdefs.h. */
11478 #include <$ac_header>
11480 if { (ac_try="$ac_cpp conftest.$ac_ext"
11481 case "(($ac_try" in
11482 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11483 *) ac_try_echo
=$ac_try;;
11485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11486 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11488 grep -v '^ *+' conftest.er1
>conftest.err
11490 cat conftest.err
>&5
11491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11492 (exit $ac_status); } >/dev
/null
&& {
11493 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11494 test ! -s conftest.err
11496 ac_header_preproc
=yes
11498 echo "$as_me: failed program was:" >&5
11499 sed 's/^/| /' conftest.
$ac_ext >&5
11501 ac_header_preproc
=no
11504 rm -f conftest.err conftest.
$ac_ext
11505 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11506 echo "${ECHO_T}$ac_header_preproc" >&6; }
11508 # So? What about this header?
11509 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11511 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11512 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11513 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11514 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11515 ac_header_preproc
=yes
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11519 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11520 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11521 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11523 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11525 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11527 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11528 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11529 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11531 ## ------------------------------------ ##
11532 ## Report this to wine-devel@winehq.org ##
11533 ## ------------------------------------ ##
11535 ) |
sed "s/^/$as_me: WARNING: /" >&2
11538 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11539 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11540 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11541 echo $ECHO_N "(cached) $ECHO_C" >&6
11543 eval "$as_ac_Header=\$ac_header_preproc"
11545 ac_res
=`eval echo '${'$as_ac_Header'}'`
11546 { echo "$as_me:$LINENO: result: $ac_res" >&5
11547 echo "${ECHO_T}$ac_res" >&6; }
11550 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11551 cat >>confdefs.h
<<_ACEOF
11552 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11555 for ac_header
in audio
/soundlib.h
11557 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11558 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11559 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11560 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11561 echo $ECHO_N "(cached) $ECHO_C" >&6
11563 cat >conftest.
$ac_ext <<_ACEOF
11566 cat confdefs.h
>>conftest.
$ac_ext
11567 cat >>conftest.
$ac_ext <<_ACEOF
11568 /* end confdefs.h. */
11569 #include <audio/audiolib.h>
11571 #include <$ac_header>
11573 rm -f conftest.
$ac_objext
11574 if { (ac_try
="$ac_compile"
11575 case "(($ac_try" in
11576 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11577 *) ac_try_echo=$ac_try;;
11579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11580 (eval "$ac_compile") 2>conftest.er1
11582 grep -v '^ *+' conftest.er1 >conftest.err
11584 cat conftest.err >&5
11585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11586 (exit $ac_status); } && {
11587 test -z "$ac_c_werror_flag" ||
11588 test ! -s conftest.err
11589 } && test -s conftest.$ac_objext; then
11590 eval "$as_ac_Header=yes"
11592 echo "$as_me: failed program was:" >&5
11593 sed 's/^/| /' conftest.$ac_ext >&5
11595 eval "$as_ac_Header=no"
11598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11600 ac_res=`eval echo '${'$as_ac_Header'}'`
11601 { echo "$as_me:$LINENO: result: $ac_res" >&5
11602 echo "${ECHO_T}$ac_res" >&6; }
11603 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11604 cat >>confdefs.h <<_ACEOF
11605 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11612 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11613 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11614 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11615 echo $ECHO_N "(cached) $ECHO_C" >&6
11617 ac_check_lib_save_LIBS=$LIBS
11618 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11619 cat >conftest.$ac_ext <<_ACEOF
11622 cat confdefs.h >>conftest.$ac_ext
11623 cat >>conftest.$ac_ext <<_ACEOF
11624 /* end confdefs.h. */
11626 /* Override any GCC internal prototype to avoid an error.
11627 Use char because int might match the return type of a GCC
11628 builtin and then its argument prototype would still apply. */
11632 char AuCreateFlow ();
11636 return AuCreateFlow ();
11641 rm -f conftest.$ac_objext conftest$ac_exeext
11642 if { (ac_try="$ac_link"
11643 case "(($ac_try" in
11644 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11645 *) ac_try_echo
=$ac_try;;
11647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11648 (eval "$ac_link") 2>conftest.er1
11650 grep -v '^ *+' conftest.er1
>conftest.err
11652 cat conftest.err
>&5
11653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11654 (exit $ac_status); } && {
11655 test -z "$ac_c_werror_flag" ||
11656 test ! -s conftest.err
11657 } && test -s conftest
$ac_exeext &&
11658 $as_test_x conftest
$ac_exeext; then
11659 ac_cv_lib_audio_AuCreateFlow
=yes
11661 echo "$as_me: failed program was:" >&5
11662 sed 's/^/| /' conftest.
$ac_ext >&5
11664 ac_cv_lib_audio_AuCreateFlow
=no
11667 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11668 conftest
$ac_exeext conftest.
$ac_ext
11669 LIBS
=$ac_check_lib_save_LIBS
11671 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11672 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11673 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11675 cat >>confdefs.h
<<\_ACEOF
11679 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11680 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11681 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11682 echo $ECHO_N "(cached) $ECHO_C" >&6
11684 ac_check_lib_save_LIBS
=$LIBS
11685 LIBS
="-lXau $X_LIBS $LIBS"
11686 cat >conftest.
$ac_ext <<_ACEOF
11689 cat confdefs.h
>>conftest.
$ac_ext
11690 cat >>conftest.
$ac_ext <<_ACEOF
11691 /* end confdefs.h. */
11693 /* Override any GCC internal prototype to avoid an error.
11694 Use char because int might match the return type of a GCC
11695 builtin and then its argument prototype would still apply. */
11699 char XauGetBestAuthByAddr ();
11703 return XauGetBestAuthByAddr ();
11708 rm -f conftest.
$ac_objext conftest
$ac_exeext
11709 if { (ac_try
="$ac_link"
11710 case "(($ac_try" in
11711 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11712 *) ac_try_echo=$ac_try;;
11714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11715 (eval "$ac_link") 2>conftest.er1
11717 grep -v '^ *+' conftest.er1 >conftest.err
11719 cat conftest.err >&5
11720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11721 (exit $ac_status); } && {
11722 test -z "$ac_c_werror_flag" ||
11723 test ! -s conftest.err
11724 } && test -s conftest$ac_exeext &&
11725 $as_test_x conftest$ac_exeext; then
11726 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11728 echo "$as_me: failed program was:" >&5
11729 sed 's/^/| /' conftest.$ac_ext >&5
11731 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11735 conftest$ac_exeext conftest.$ac_ext
11736 LIBS=$ac_check_lib_save_LIBS
11738 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11739 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11740 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11741 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11743 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11754 CPPFLAGS="$ac_save_CPPFLAGS"
11759 enable_winex11_drv=${enable_winex11_drv:-no}
11760 enable_opengl32=${enable_opengl32:-no}
11761 enable_glu32=${enable_glu32:-no}
11763 if test "x$XLIB" = "x"; then
11766 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11767 without X support, which probably isn't what you want. You will need to install
11768 development packages of Xlib/Xfree86 at the very least.
11769 Use the --without-x option if you really want this." >&5
11770 echo "$as_me: error: X development files not found. Wine will be built
11771 without X support, which probably isn't what you want. You will need to install
11772 development packages of Xlib/Xfree86 at the very least.
11773 Use the --without-x option if you really want this." >&2;}
11774 { (exit 1); exit 1; }; } ;;
11788 if test "x$with_xml" != "xno"
11790 ac_save_CPPFLAGS="$CPPFLAGS"
11791 if test "$PKG_CONFIG" != "false"
11793 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11794 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11796 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11797 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11799 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11801 for ac_header in libxml/parser.h
11803 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11805 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11806 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11807 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11808 echo $ECHO_N "(cached) $ECHO_C" >&6
11810 ac_res=`eval echo '${'$as_ac_Header'}'`
11811 { echo "$as_me:$LINENO: result: $ac_res" >&5
11812 echo "${ECHO_T}$ac_res" >&6; }
11814 # Is the header compilable?
11815 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11816 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11817 cat >conftest.$ac_ext <<_ACEOF
11820 cat confdefs.h >>conftest.$ac_ext
11821 cat >>conftest.$ac_ext <<_ACEOF
11822 /* end confdefs.h. */
11823 $ac_includes_default
11824 #include <$ac_header>
11826 rm -f conftest.$ac_objext
11827 if { (ac_try="$ac_compile"
11828 case "(($ac_try" in
11829 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11830 *) ac_try_echo
=$ac_try;;
11832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11833 (eval "$ac_compile") 2>conftest.er1
11835 grep -v '^ *+' conftest.er1
>conftest.err
11837 cat conftest.err
>&5
11838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11839 (exit $ac_status); } && {
11840 test -z "$ac_c_werror_flag" ||
11841 test ! -s conftest.err
11842 } && test -s conftest.
$ac_objext; then
11843 ac_header_compiler
=yes
11845 echo "$as_me: failed program was:" >&5
11846 sed 's/^/| /' conftest.
$ac_ext >&5
11848 ac_header_compiler
=no
11851 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11852 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11853 echo "${ECHO_T}$ac_header_compiler" >&6; }
11855 # Is the header present?
11856 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11857 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11858 cat >conftest.
$ac_ext <<_ACEOF
11861 cat confdefs.h
>>conftest.
$ac_ext
11862 cat >>conftest.
$ac_ext <<_ACEOF
11863 /* end confdefs.h. */
11864 #include <$ac_header>
11866 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11867 case "(($ac_try" in
11868 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11869 *) ac_try_echo=$ac_try;;
11871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11872 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11874 grep -v '^ *+' conftest.er1 >conftest.err
11876 cat conftest.err >&5
11877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11878 (exit $ac_status); } >/dev/null && {
11879 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11880 test ! -s conftest.err
11882 ac_header_preproc=yes
11884 echo "$as_me: failed program was:" >&5
11885 sed 's/^/| /' conftest.$ac_ext >&5
11887 ac_header_preproc=no
11890 rm -f conftest.err conftest.$ac_ext
11891 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11892 echo "${ECHO_T}$ac_header_preproc" >&6; }
11894 # So? What about this header?
11895 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11897 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11898 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11899 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11900 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11901 ac_header_preproc=yes
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11905 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11907 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11909 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11911 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11913 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11915 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11917 ## ------------------------------------ ##
11918 ## Report this to wine-devel@winehq.org ##
11919 ## ------------------------------------ ##
11921 ) | sed "s/^/$as_me: WARNING: /" >&2
11924 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11925 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11927 echo $ECHO_N "(cached) $ECHO_C" >&6
11929 eval "$as_ac_Header=\$ac_header_preproc"
11931 ac_res=`eval echo '${'$as_ac_Header'}'`
11932 { echo "$as_me:$LINENO: result: $ac_res" >&5
11933 echo "${ECHO_T}$ac_res" >&6; }
11936 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11937 cat >>confdefs.h <<_ACEOF
11938 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11940 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11941 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11942 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11943 echo $ECHO_N "(cached) $ECHO_C" >&6
11945 ac_check_lib_save_LIBS=$LIBS
11946 LIBS="-lxml2 $ac_xml_libs $LIBS"
11947 cat >conftest.$ac_ext <<_ACEOF
11950 cat confdefs.h >>conftest.$ac_ext
11951 cat >>conftest.$ac_ext <<_ACEOF
11952 /* end confdefs.h. */
11954 /* Override any GCC internal prototype to avoid an error.
11955 Use char because int might match the return type of a GCC
11956 builtin and then its argument prototype would still apply. */
11960 char xmlParseMemory ();
11964 return xmlParseMemory ();
11969 rm -f conftest.$ac_objext conftest$ac_exeext
11970 if { (ac_try="$ac_link"
11971 case "(($ac_try" in
11972 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11973 *) ac_try_echo
=$ac_try;;
11975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11976 (eval "$ac_link") 2>conftest.er1
11978 grep -v '^ *+' conftest.er1
>conftest.err
11980 cat conftest.err
>&5
11981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11982 (exit $ac_status); } && {
11983 test -z "$ac_c_werror_flag" ||
11984 test ! -s conftest.err
11985 } && test -s conftest
$ac_exeext &&
11986 $as_test_x conftest
$ac_exeext; then
11987 ac_cv_lib_xml2_xmlParseMemory
=yes
11989 echo "$as_me: failed program was:" >&5
11990 sed 's/^/| /' conftest.
$ac_ext >&5
11992 ac_cv_lib_xml2_xmlParseMemory
=no
11995 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11996 conftest
$ac_exeext conftest.
$ac_ext
11997 LIBS
=$ac_check_lib_save_LIBS
11999 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12000 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12001 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12003 cat >>confdefs.h
<<\_ACEOF
12004 #define HAVE_LIBXML2 1
12007 XML2LIBS
="$ac_xml_libs"
12008 XML2INCL
="$ac_xml_cflags"
12011 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12012 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12013 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12014 echo $ECHO_N "(cached) $ECHO_C" >&6
12016 ac_check_lib_save_LIBS
=$LIBS
12017 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12018 cat >conftest.
$ac_ext <<_ACEOF
12021 cat confdefs.h
>>conftest.
$ac_ext
12022 cat >>conftest.
$ac_ext <<_ACEOF
12023 /* end confdefs.h. */
12025 /* Override any GCC internal prototype to avoid an error.
12026 Use char because int might match the return type of a GCC
12027 builtin and then its argument prototype would still apply. */
12031 char xmlReadMemory ();
12035 return xmlReadMemory ();
12040 rm -f conftest.
$ac_objext conftest
$ac_exeext
12041 if { (ac_try
="$ac_link"
12042 case "(($ac_try" in
12043 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12044 *) ac_try_echo=$ac_try;;
12046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12047 (eval "$ac_link") 2>conftest.er1
12049 grep -v '^ *+' conftest.er1 >conftest.err
12051 cat conftest.err >&5
12052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12053 (exit $ac_status); } && {
12054 test -z "$ac_c_werror_flag" ||
12055 test ! -s conftest.err
12056 } && test -s conftest$ac_exeext &&
12057 $as_test_x conftest$ac_exeext; then
12058 ac_cv_lib_xml2_xmlReadMemory=yes
12060 echo "$as_me: failed program was:" >&5
12061 sed 's/^/| /' conftest.$ac_ext >&5
12063 ac_cv_lib_xml2_xmlReadMemory=no
12066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12067 conftest$ac_exeext conftest.$ac_ext
12068 LIBS=$ac_check_lib_save_LIBS
12070 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12071 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12072 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12074 cat >>confdefs.h <<\_ACEOF
12075 #define HAVE_XMLREADMEMORY 1
12080 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12081 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12082 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12083 echo $ECHO_N "(cached) $ECHO_C" >&6
12085 ac_check_lib_save_LIBS=$LIBS
12086 LIBS="-lxml2 $ac_xml_libs $LIBS"
12087 cat >conftest.$ac_ext <<_ACEOF
12090 cat confdefs.h >>conftest.$ac_ext
12091 cat >>conftest.$ac_ext <<_ACEOF
12092 /* end confdefs.h. */
12094 /* Override any GCC internal prototype to avoid an error.
12095 Use char because int might match the return type of a GCC
12096 builtin and then its argument prototype would still apply. */
12100 char xmlNewDocPI ();
12104 return xmlNewDocPI ();
12109 rm -f conftest.$ac_objext conftest$ac_exeext
12110 if { (ac_try="$ac_link"
12111 case "(($ac_try" in
12112 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12113 *) ac_try_echo
=$ac_try;;
12115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12116 (eval "$ac_link") 2>conftest.er1
12118 grep -v '^ *+' conftest.er1
>conftest.err
12120 cat conftest.err
>&5
12121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12122 (exit $ac_status); } && {
12123 test -z "$ac_c_werror_flag" ||
12124 test ! -s conftest.err
12125 } && test -s conftest
$ac_exeext &&
12126 $as_test_x conftest
$ac_exeext; then
12127 ac_cv_lib_xml2_xmlNewDocPI
=yes
12129 echo "$as_me: failed program was:" >&5
12130 sed 's/^/| /' conftest.
$ac_ext >&5
12132 ac_cv_lib_xml2_xmlNewDocPI
=no
12135 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12136 conftest
$ac_exeext conftest.
$ac_ext
12137 LIBS
=$ac_check_lib_save_LIBS
12139 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12140 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12141 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12143 cat >>confdefs.h
<<\_ACEOF
12144 #define HAVE_XMLNEWDOCPI 1
12154 CPPFLAGS
="$ac_save_CPPFLAGS"
12156 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12157 case "x$with_xml" in
12158 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12160 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12161 This is an error since --with-xml was requested." >&5
12162 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12163 This is an error since --with-xml was requested." >&2;}
12164 { (exit 1); exit 1; }; } ;;
12169 if test "x$with_xslt" != "xno"
12171 if test "$PKG_CONFIG" != "false"
12173 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12174 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12176 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12177 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12179 ac_save_CPPFLAGS
="$CPPFLAGS"
12180 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12183 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12185 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12186 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12187 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12188 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12189 echo $ECHO_N "(cached) $ECHO_C" >&6
12191 cat >conftest.
$ac_ext <<_ACEOF
12194 cat confdefs.h
>>conftest.
$ac_ext
12195 cat >>conftest.
$ac_ext <<_ACEOF
12196 /* end confdefs.h. */
12197 #ifdef HAVE_LIBXSLT_PATTERN_H
12198 # include <libxslt/pattern.h>
12201 #include <$ac_header>
12203 rm -f conftest.
$ac_objext
12204 if { (ac_try
="$ac_compile"
12205 case "(($ac_try" in
12206 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12207 *) ac_try_echo=$ac_try;;
12209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12210 (eval "$ac_compile") 2>conftest.er1
12212 grep -v '^ *+' conftest.er1 >conftest.err
12214 cat conftest.err >&5
12215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216 (exit $ac_status); } && {
12217 test -z "$ac_c_werror_flag" ||
12218 test ! -s conftest.err
12219 } && test -s conftest.$ac_objext; then
12220 eval "$as_ac_Header=yes"
12222 echo "$as_me: failed program was:" >&5
12223 sed 's/^/| /' conftest.$ac_ext >&5
12225 eval "$as_ac_Header=no"
12228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12230 ac_res=`eval echo '${'$as_ac_Header'}'`
12231 { echo "$as_me:$LINENO: result: $ac_res" >&5
12232 echo "${ECHO_T}$ac_res" >&6; }
12233 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12234 cat >>confdefs.h <<_ACEOF
12235 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12242 CPPFLAGS="$ac_save_CPPFLAGS"
12243 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12245 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12246 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12247 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12248 echo $ECHO_N "(cached) $ECHO_C" >&6
12250 ac_check_lib_save_LIBS=$LIBS
12251 LIBS="-lxslt $ac_xslt_libs $LIBS"
12252 cat >conftest.$ac_ext <<_ACEOF
12255 cat confdefs.h >>conftest.$ac_ext
12256 cat >>conftest.$ac_ext <<_ACEOF
12257 /* end confdefs.h. */
12259 /* Override any GCC internal prototype to avoid an error.
12260 Use char because int might match the return type of a GCC
12261 builtin and then its argument prototype would still apply. */
12265 char xsltCompilePattern ();
12269 return xsltCompilePattern ();
12274 rm -f conftest.$ac_objext conftest$ac_exeext
12275 if { (ac_try="$ac_link"
12276 case "(($ac_try" in
12277 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12278 *) ac_try_echo
=$ac_try;;
12280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12281 (eval "$ac_link") 2>conftest.er1
12283 grep -v '^ *+' conftest.er1
>conftest.err
12285 cat conftest.err
>&5
12286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287 (exit $ac_status); } && {
12288 test -z "$ac_c_werror_flag" ||
12289 test ! -s conftest.err
12290 } && test -s conftest
$ac_exeext &&
12291 $as_test_x conftest
$ac_exeext; then
12292 ac_cv_lib_xslt_xsltCompilePattern
=yes
12294 echo "$as_me: failed program was:" >&5
12295 sed 's/^/| /' conftest.
$ac_ext >&5
12297 ac_cv_lib_xslt_xsltCompilePattern
=no
12300 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12301 conftest
$ac_exeext conftest.
$ac_ext
12302 LIBS
=$ac_check_lib_save_LIBS
12304 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12305 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12306 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12308 cat >>confdefs.h
<<\_ACEOF
12309 #define HAVE_LIBXSLT 1
12312 XSLTLIBS
="$ac_xslt_libs"
12313 XSLTINCL
="$ac_xslt_cflags"
12314 ac_save_LIBS
="$LIBS"
12315 LIBS
="$LIBS $ac_xslt_libs"
12317 for ac_func
in xsltInit
12319 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12320 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12321 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12322 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12323 echo $ECHO_N "(cached) $ECHO_C" >&6
12325 cat >conftest.
$ac_ext <<_ACEOF
12328 cat confdefs.h
>>conftest.
$ac_ext
12329 cat >>conftest.
$ac_ext <<_ACEOF
12330 /* end confdefs.h. */
12331 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12332 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12333 #define $ac_func innocuous_$ac_func
12335 /* System header to define __stub macros and hopefully few prototypes,
12336 which can conflict with char $ac_func (); below.
12337 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12338 <limits.h> exists even on freestanding compilers. */
12341 # include <limits.h>
12343 # include <assert.h>
12348 /* Override any GCC internal prototype to avoid an error.
12349 Use char because int might match the return type of a GCC
12350 builtin and then its argument prototype would still apply. */
12355 /* The GNU C library defines this for functions which it implements
12356 to always fail with ENOSYS. Some functions are actually named
12357 something starting with __ and the normal name is an alias. */
12358 #if defined __stub_$ac_func || defined __stub___$ac_func
12365 return $ac_func ();
12370 rm -f conftest.
$ac_objext conftest
$ac_exeext
12371 if { (ac_try
="$ac_link"
12372 case "(($ac_try" in
12373 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12374 *) ac_try_echo=$ac_try;;
12376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12377 (eval "$ac_link") 2>conftest.er1
12379 grep -v '^ *+' conftest.er1 >conftest.err
12381 cat conftest.err >&5
12382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12383 (exit $ac_status); } && {
12384 test -z "$ac_c_werror_flag" ||
12385 test ! -s conftest.err
12386 } && test -s conftest$ac_exeext &&
12387 $as_test_x conftest$ac_exeext; then
12388 eval "$as_ac_var=yes"
12390 echo "$as_me: failed program was:" >&5
12391 sed 's/^/| /' conftest.$ac_ext >&5
12393 eval "$as_ac_var=no"
12396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12397 conftest$ac_exeext conftest.$ac_ext
12399 ac_res=`eval echo '${'$as_ac_var'}'`
12400 { echo "$as_me:$LINENO: result: $ac_res" >&5
12401 echo "${ECHO_T}$ac_res" >&6; }
12402 if test `eval echo '${'$as_ac_var'}'` = yes; then
12403 cat >>confdefs.h <<_ACEOF
12404 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12410 LIBS="$ac_save_LIBS"
12415 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12416 case "x$with_xslt" in
12417 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12419 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12420 This is an error since --with-xslt was requested." >&5
12421 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12422 This is an error since --with-xslt was requested." >&2;}
12423 { (exit 1); exit 1; }; } ;;
12430 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12432 ac_save_CPPFLAGS="$CPPFLAGS"
12433 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12434 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12435 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12438 for ac_header in dbus/dbus.h hal/libhal.h
12440 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12441 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12442 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12443 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12445 echo $ECHO_N "(cached) $ECHO_C" >&6
12447 ac_res=`eval echo '${'$as_ac_Header'}'`
12448 { echo "$as_me:$LINENO: result: $ac_res" >&5
12449 echo "${ECHO_T}$ac_res" >&6; }
12451 # Is the header compilable?
12452 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12453 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12454 cat >conftest.$ac_ext <<_ACEOF
12457 cat confdefs.h >>conftest.$ac_ext
12458 cat >>conftest.$ac_ext <<_ACEOF
12459 /* end confdefs.h. */
12460 $ac_includes_default
12461 #include <$ac_header>
12463 rm -f conftest.$ac_objext
12464 if { (ac_try="$ac_compile"
12465 case "(($ac_try" in
12466 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12467 *) ac_try_echo
=$ac_try;;
12469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12470 (eval "$ac_compile") 2>conftest.er1
12472 grep -v '^ *+' conftest.er1
>conftest.err
12474 cat conftest.err
>&5
12475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12476 (exit $ac_status); } && {
12477 test -z "$ac_c_werror_flag" ||
12478 test ! -s conftest.err
12479 } && test -s conftest.
$ac_objext; then
12480 ac_header_compiler
=yes
12482 echo "$as_me: failed program was:" >&5
12483 sed 's/^/| /' conftest.
$ac_ext >&5
12485 ac_header_compiler
=no
12488 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12489 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12490 echo "${ECHO_T}$ac_header_compiler" >&6; }
12492 # Is the header present?
12493 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12494 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12495 cat >conftest.
$ac_ext <<_ACEOF
12498 cat confdefs.h
>>conftest.
$ac_ext
12499 cat >>conftest.
$ac_ext <<_ACEOF
12500 /* end confdefs.h. */
12501 #include <$ac_header>
12503 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12504 case "(($ac_try" in
12505 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12506 *) ac_try_echo=$ac_try;;
12508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12509 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12511 grep -v '^ *+' conftest.er1 >conftest.err
12513 cat conftest.err >&5
12514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12515 (exit $ac_status); } >/dev/null && {
12516 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12517 test ! -s conftest.err
12519 ac_header_preproc=yes
12521 echo "$as_me: failed program was:" >&5
12522 sed 's/^/| /' conftest.$ac_ext >&5
12524 ac_header_preproc=no
12527 rm -f conftest.err conftest.$ac_ext
12528 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12529 echo "${ECHO_T}$ac_header_preproc" >&6; }
12531 # So? What about this header?
12532 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12534 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12535 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12536 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12537 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12538 ac_header_preproc=yes
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12542 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12543 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12544 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12546 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12548 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12550 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12552 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12554 ## ------------------------------------ ##
12555 ## Report this to wine-devel@winehq.org ##
12556 ## ------------------------------------ ##
12558 ) | sed "s/^/$as_me: WARNING: /" >&2
12561 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12564 echo $ECHO_N "(cached) $ECHO_C" >&6
12566 eval "$as_ac_Header=\$ac_header_preproc"
12568 ac_res=`eval echo '${'$as_ac_Header'}'`
12569 { echo "$as_me:$LINENO: result: $ac_res" >&5
12570 echo "${ECHO_T}$ac_res" >&6; }
12573 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12574 cat >>confdefs.h <<_ACEOF
12575 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12582 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12584 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12585 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12586 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12587 echo $ECHO_N "(cached) $ECHO_C" >&6
12589 ac_check_lib_save_LIBS=$LIBS
12590 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12591 cat >conftest.$ac_ext <<_ACEOF
12594 cat confdefs.h >>conftest.$ac_ext
12595 cat >>conftest.$ac_ext <<_ACEOF
12596 /* end confdefs.h. */
12598 /* Override any GCC internal prototype to avoid an error.
12599 Use char because int might match the return type of a GCC
12600 builtin and then its argument prototype would still apply. */
12604 char dbus_connection_close ();
12608 return dbus_connection_close ();
12613 rm -f conftest.$ac_objext conftest$ac_exeext
12614 if { (ac_try="$ac_link"
12615 case "(($ac_try" in
12616 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12617 *) ac_try_echo
=$ac_try;;
12619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12620 (eval "$ac_link") 2>conftest.er1
12622 grep -v '^ *+' conftest.er1
>conftest.err
12624 cat conftest.err
>&5
12625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12626 (exit $ac_status); } && {
12627 test -z "$ac_c_werror_flag" ||
12628 test ! -s conftest.err
12629 } && test -s conftest
$ac_exeext &&
12630 $as_test_x conftest
$ac_exeext; then
12631 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12633 echo "$as_me: failed program was:" >&5
12634 sed 's/^/| /' conftest.
$ac_ext >&5
12636 ac_cv_lib_dbus_1_dbus_connection_close
=no
12639 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12640 conftest
$ac_exeext conftest.
$ac_ext
12641 LIBS
=$ac_check_lib_save_LIBS
12643 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12644 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12645 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12646 { echo "$as_me:$LINENO: checking for -lhal" >&5
12647 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12648 if test "${ac_cv_lib_soname_hal+set}" = set; then
12649 echo $ECHO_N "(cached) $ECHO_C" >&6
12651 ac_check_soname_save_LIBS
=$LIBS
12652 LIBS
="-lhal $ac_hal_libs $LIBS"
12653 cat >conftest.
$ac_ext <<_ACEOF
12656 cat confdefs.h
>>conftest.
$ac_ext
12657 cat >>conftest.
$ac_ext <<_ACEOF
12658 /* end confdefs.h. */
12660 /* Override any GCC internal prototype to avoid an error.
12661 Use char because int might match the return type of a GCC
12662 builtin and then its argument prototype would still apply. */
12666 char libhal_ctx_new ();
12670 return libhal_ctx_new ();
12675 rm -f conftest.
$ac_objext conftest
$ac_exeext
12676 if { (ac_try
="$ac_link"
12677 case "(($ac_try" in
12678 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12679 *) ac_try_echo=$ac_try;;
12681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12682 (eval "$ac_link") 2>conftest.er1
12684 grep -v '^ *+' conftest.er1 >conftest.err
12686 cat conftest.err >&5
12687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12688 (exit $ac_status); } && {
12689 test -z "$ac_c_werror_flag" ||
12690 test ! -s conftest.err
12691 } && test -s conftest$ac_exeext &&
12692 $as_test_x conftest$ac_exeext; then
12695 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'` ;;
12696 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12699 echo "$as_me: failed program was:" >&5
12700 sed 's/^/| /' conftest.$ac_ext >&5
12705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12706 conftest$ac_exeext conftest.$ac_ext
12707 LIBS=$ac_check_soname_save_LIBS
12709 if test "x$ac_cv_lib_soname_hal" = "x"; then
12710 { echo "$as_me:$LINENO: result: not found" >&5
12711 echo "${ECHO_T}not found" >&6; }
12714 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12715 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12717 cat >>confdefs.h <<_ACEOF
12718 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12721 HALINCL="$ac_hal_cflags"
12727 CPPFLAGS="$ac_save_CPPFLAGS"
12729 if test "x$ac_cv_lib_soname_hal" = "x"; then
12730 case "x$with_hal" in
12731 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12733 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12734 This is an error since --with-hal was requested." >&5
12735 echo "$as_me: error: libhal development files not found, no dynamic device support.
12736 This is an error since --with-hal was requested." >&2;}
12737 { (exit 1); exit 1; }; } ;;
12742 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12744 ac_save_CPPFLAGS="$CPPFLAGS"
12745 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls
2>/dev
/null
`"
12746 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls
2>/dev
/null
`"
12747 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12748 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12749 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12750 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12751 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12752 echo $ECHO_N "(cached) $ECHO_C" >&6
12754 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12755 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12757 # Is the header compilable?
12758 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12759 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12760 cat >conftest.$ac_ext <<_ACEOF
12763 cat confdefs.h >>conftest.$ac_ext
12764 cat >>conftest.$ac_ext <<_ACEOF
12765 /* end confdefs.h. */
12766 $ac_includes_default
12767 #include <gnutls/gnutls.h>
12769 rm -f conftest.$ac_objext
12770 if { (ac_try="$ac_compile"
12771 case "(($ac_try" in
12772 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12773 *) ac_try_echo
=$ac_try;;
12775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12776 (eval "$ac_compile") 2>conftest.er1
12778 grep -v '^ *+' conftest.er1
>conftest.err
12780 cat conftest.err
>&5
12781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12782 (exit $ac_status); } && {
12783 test -z "$ac_c_werror_flag" ||
12784 test ! -s conftest.err
12785 } && test -s conftest.
$ac_objext; then
12786 ac_header_compiler
=yes
12788 echo "$as_me: failed program was:" >&5
12789 sed 's/^/| /' conftest.
$ac_ext >&5
12791 ac_header_compiler
=no
12794 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12795 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12796 echo "${ECHO_T}$ac_header_compiler" >&6; }
12798 # Is the header present?
12799 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12800 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12801 cat >conftest.
$ac_ext <<_ACEOF
12804 cat confdefs.h
>>conftest.
$ac_ext
12805 cat >>conftest.
$ac_ext <<_ACEOF
12806 /* end confdefs.h. */
12807 #include <gnutls/gnutls.h>
12809 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12810 case "(($ac_try" in
12811 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12812 *) ac_try_echo=$ac_try;;
12814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12815 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12817 grep -v '^ *+' conftest.er1 >conftest.err
12819 cat conftest.err >&5
12820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12821 (exit $ac_status); } >/dev/null && {
12822 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12823 test ! -s conftest.err
12825 ac_header_preproc=yes
12827 echo "$as_me: failed program was:" >&5
12828 sed 's/^/| /' conftest.$ac_ext >&5
12830 ac_header_preproc=no
12833 rm -f conftest.err conftest.$ac_ext
12834 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12835 echo "${ECHO_T}$ac_header_preproc" >&6; }
12837 # So? What about this header?
12838 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12840 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12841 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12842 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12843 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12844 ac_header_preproc=yes
12847 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12848 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12849 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12850 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12851 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12852 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12853 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12854 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12855 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12856 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12857 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12858 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12860 ## ------------------------------------ ##
12861 ## Report this to wine-devel@winehq.org ##
12862 ## ------------------------------------ ##
12864 ) | sed "s/^/$as_me: WARNING: /" >&2
12867 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12868 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12869 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12870 echo $ECHO_N "(cached) $ECHO_C" >&6
12872 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12874 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12875 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12878 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12879 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12880 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12881 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12882 echo $ECHO_N "(cached) $ECHO_C" >&6
12884 ac_check_soname_save_LIBS=$LIBS
12885 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12886 cat >conftest.$ac_ext <<_ACEOF
12889 cat confdefs.h >>conftest.$ac_ext
12890 cat >>conftest.$ac_ext <<_ACEOF
12891 /* end confdefs.h. */
12893 /* Override any GCC internal prototype to avoid an error.
12894 Use char because int might match the return type of a GCC
12895 builtin and then its argument prototype would still apply. */
12899 char gnutls_global_init ();
12903 return gnutls_global_init ();
12908 rm -f conftest.$ac_objext conftest$ac_exeext
12909 if { (ac_try="$ac_link"
12910 case "(($ac_try" in
12911 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12912 *) ac_try_echo
=$ac_try;;
12914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12915 (eval "$ac_link") 2>conftest.er1
12917 grep -v '^ *+' conftest.er1
>conftest.err
12919 cat conftest.err
>&5
12920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12921 (exit $ac_status); } && {
12922 test -z "$ac_c_werror_flag" ||
12923 test ! -s conftest.err
12924 } && test -s conftest
$ac_exeext &&
12925 $as_test_x conftest
$ac_exeext; then
12928 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'` ;;
12929 *) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12932 echo "$as_me: failed program was:" >&5
12933 sed 's/^/| /' conftest.
$ac_ext >&5
12938 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12939 conftest
$ac_exeext conftest.
$ac_ext
12940 LIBS
=$ac_check_soname_save_LIBS
12942 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12943 { echo "$as_me:$LINENO: result: not found" >&5
12944 echo "${ECHO_T}not found" >&6; }
12947 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12948 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12950 cat >>confdefs.h
<<_ACEOF
12951 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12954 GNUTLSINCL
="$ac_gnutls_cflags"
12961 CPPFLAGS
="$ac_save_CPPFLAGS"
12963 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12964 case "x$with_gnutls" in
12965 x
) wine_notices
="$wine_notices|libgnutls development files not found, no schannel support." ;;
12967 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12968 This is an error since --with-gnutls was requested." >&5
12969 echo "$as_me: error: libgnutls development files not found, no schannel support.
12970 This is an error since --with-gnutls was requested." >&2;}
12971 { (exit 1); exit 1; }; } ;;
12977 if test "$ac_cv_header_ncurses_h" = "yes"
12979 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12980 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12981 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12982 echo $ECHO_N "(cached) $ECHO_C" >&6
12984 ac_check_soname_save_LIBS
=$LIBS
12985 LIBS
="-lncurses $LIBS"
12986 cat >conftest.
$ac_ext <<_ACEOF
12989 cat confdefs.h
>>conftest.
$ac_ext
12990 cat >>conftest.
$ac_ext <<_ACEOF
12991 /* end confdefs.h. */
12993 /* Override any GCC internal prototype to avoid an error.
12994 Use char because int might match the return type of a GCC
12995 builtin and then its argument prototype would still apply. */
13008 rm -f conftest.
$ac_objext conftest
$ac_exeext
13009 if { (ac_try
="$ac_link"
13010 case "(($ac_try" in
13011 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13012 *) ac_try_echo=$ac_try;;
13014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13015 (eval "$ac_link") 2>conftest.er1
13017 grep -v '^ *+' conftest.er1 >conftest.err
13019 cat conftest.err >&5
13020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13021 (exit $ac_status); } && {
13022 test -z "$ac_c_werror_flag" ||
13023 test ! -s conftest.err
13024 } && test -s conftest$ac_exeext &&
13025 $as_test_x conftest$ac_exeext; then
13028 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'` ;;
13029 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libncurses\\.$LIBEXT" |
sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13032 echo "$as_me: failed program was:" >&5
13033 sed 's/^/| /' conftest.$ac_ext >&5
13038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13039 conftest$ac_exeext conftest.$ac_ext
13040 LIBS=$ac_check_soname_save_LIBS
13042 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13043 { echo "$as_me:$LINENO: result: not found" >&5
13044 echo "${ECHO_T}not found" >&6; }
13047 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13048 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13050 cat >>confdefs.h <<_ACEOF
13051 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13054 CURSESLIBS="-lncurses"
13057 elif test "$ac_cv_header_curses_h" = "yes"
13059 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13060 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13061 if test "${ac_cv_lib_soname_curses+set}" = set; then
13062 echo $ECHO_N "(cached) $ECHO_C" >&6
13064 ac_check_soname_save_LIBS=$LIBS
13065 LIBS="-lcurses $LIBS"
13066 cat >conftest.$ac_ext <<_ACEOF
13069 cat confdefs.h >>conftest.$ac_ext
13070 cat >>conftest.$ac_ext <<_ACEOF
13071 /* end confdefs.h. */
13073 /* Override any GCC internal prototype to avoid an error.
13074 Use char because int might match the return type of a GCC
13075 builtin and then its argument prototype would still apply. */
13088 rm -f conftest.$ac_objext conftest$ac_exeext
13089 if { (ac_try="$ac_link"
13090 case "(($ac_try" in
13091 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13092 *) ac_try_echo
=$ac_try;;
13094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13095 (eval "$ac_link") 2>conftest.er1
13097 grep -v '^ *+' conftest.er1
>conftest.err
13099 cat conftest.err
>&5
13100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101 (exit $ac_status); } && {
13102 test -z "$ac_c_werror_flag" ||
13103 test ! -s conftest.err
13104 } && test -s conftest
$ac_exeext &&
13105 $as_test_x conftest
$ac_exeext; then
13108 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'` ;;
13109 *) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13112 echo "$as_me: failed program was:" >&5
13113 sed 's/^/| /' conftest.
$ac_ext >&5
13118 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13119 conftest
$ac_exeext conftest.
$ac_ext
13120 LIBS
=$ac_check_soname_save_LIBS
13122 if test "x$ac_cv_lib_soname_curses" = "x"; then
13123 { echo "$as_me:$LINENO: result: not found" >&5
13124 echo "${ECHO_T}not found" >&6; }
13127 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13128 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13130 cat >>confdefs.h
<<_ACEOF
13131 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13134 CURSESLIBS
="-lcurses"
13138 ac_save_LIBS
="$LIBS"
13139 LIBS
="$LIBS $CURSESLIBS"
13141 for ac_func
in mousemask
13143 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13144 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13145 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13146 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13147 echo $ECHO_N "(cached) $ECHO_C" >&6
13149 cat >conftest.
$ac_ext <<_ACEOF
13152 cat confdefs.h
>>conftest.
$ac_ext
13153 cat >>conftest.
$ac_ext <<_ACEOF
13154 /* end confdefs.h. */
13155 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13156 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13157 #define $ac_func innocuous_$ac_func
13159 /* System header to define __stub macros and hopefully few prototypes,
13160 which can conflict with char $ac_func (); below.
13161 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13162 <limits.h> exists even on freestanding compilers. */
13165 # include <limits.h>
13167 # include <assert.h>
13172 /* Override any GCC internal prototype to avoid an error.
13173 Use char because int might match the return type of a GCC
13174 builtin and then its argument prototype would still apply. */
13179 /* The GNU C library defines this for functions which it implements
13180 to always fail with ENOSYS. Some functions are actually named
13181 something starting with __ and the normal name is an alias. */
13182 #if defined __stub_$ac_func || defined __stub___$ac_func
13189 return $ac_func ();
13194 rm -f conftest.
$ac_objext conftest
$ac_exeext
13195 if { (ac_try
="$ac_link"
13196 case "(($ac_try" in
13197 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13198 *) ac_try_echo=$ac_try;;
13200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13201 (eval "$ac_link") 2>conftest.er1
13203 grep -v '^ *+' conftest.er1 >conftest.err
13205 cat conftest.err >&5
13206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13207 (exit $ac_status); } && {
13208 test -z "$ac_c_werror_flag" ||
13209 test ! -s conftest.err
13210 } && test -s conftest$ac_exeext &&
13211 $as_test_x conftest$ac_exeext; then
13212 eval "$as_ac_var=yes"
13214 echo "$as_me: failed program was:" >&5
13215 sed 's/^/| /' conftest.$ac_ext >&5
13217 eval "$as_ac_var=no"
13220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13221 conftest$ac_exeext conftest.$ac_ext
13223 ac_res=`eval echo '${'$as_ac_var'}'`
13224 { echo "$as_me:$LINENO: result: $ac_res" >&5
13225 echo "${ECHO_T}$ac_res" >&6; }
13226 if test `eval echo '${'$as_ac_var'}'` = yes; then
13227 cat >>confdefs.h <<_ACEOF
13228 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
13234 LIBS="$ac_save_LIBS"
13235 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13236 case "x$with_curses" in
13237 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13239 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13240 This is an error since --with-curses was requested." >&5
13241 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13242 This is an error since --with-curses was requested." >&2;}
13243 { (exit 1); exit 1; }; } ;;
13248 # Extract the first word of "sane-config", so it can be a program name with args.
13249 set dummy sane-config; ac_word=$2
13250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13252 if test "${ac_cv_prog_sane_devel+set}" = set; then
13253 echo $ECHO_N "(cached) $ECHO_C" >&6
13255 if test -n "$sane_devel"; then
13256 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13259 for as_dir in $PATH
13262 test -z "$as_dir" && as_dir=.
13263 for ac_exec_ext in '' $ac_executable_extensions; do
13264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13265 ac_cv_prog_sane_devel="sane-config"
13266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13273 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13276 sane_devel=$ac_cv_prog_sane_devel
13277 if test -n "$sane_devel"; then
13278 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13279 echo "${ECHO_T}$sane_devel" >&6; }
13281 { echo "$as_me:$LINENO: result: no" >&5
13282 echo "${ECHO_T}no" >&6; }
13286 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13288 ac_sane_incl="`$sane_devel --cflags`"
13289 ac_sane_libs="`$sane_devel --ldflags`"
13290 ac_save_CPPFLAGS="$CPPFLAGS"
13291 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13292 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13293 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13294 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13295 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13296 echo $ECHO_N "(cached) $ECHO_C" >&6
13298 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13299 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13301 # Is the header compilable?
13302 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13303 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13304 cat >conftest.$ac_ext <<_ACEOF
13307 cat confdefs.h >>conftest.$ac_ext
13308 cat >>conftest.$ac_ext <<_ACEOF
13309 /* end confdefs.h. */
13310 $ac_includes_default
13311 #include <sane/sane.h>
13313 rm -f conftest.$ac_objext
13314 if { (ac_try="$ac_compile"
13315 case "(($ac_try" in
13316 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13317 *) ac_try_echo
=$ac_try;;
13319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13320 (eval "$ac_compile") 2>conftest.er1
13322 grep -v '^ *+' conftest.er1
>conftest.err
13324 cat conftest.err
>&5
13325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13326 (exit $ac_status); } && {
13327 test -z "$ac_c_werror_flag" ||
13328 test ! -s conftest.err
13329 } && test -s conftest.
$ac_objext; then
13330 ac_header_compiler
=yes
13332 echo "$as_me: failed program was:" >&5
13333 sed 's/^/| /' conftest.
$ac_ext >&5
13335 ac_header_compiler
=no
13338 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13339 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13340 echo "${ECHO_T}$ac_header_compiler" >&6; }
13342 # Is the header present?
13343 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13344 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13345 cat >conftest.
$ac_ext <<_ACEOF
13348 cat confdefs.h
>>conftest.
$ac_ext
13349 cat >>conftest.
$ac_ext <<_ACEOF
13350 /* end confdefs.h. */
13351 #include <sane/sane.h>
13353 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13354 case "(($ac_try" in
13355 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13356 *) ac_try_echo=$ac_try;;
13358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13359 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13361 grep -v '^ *+' conftest.er1 >conftest.err
13363 cat conftest.err >&5
13364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13365 (exit $ac_status); } >/dev/null && {
13366 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13367 test ! -s conftest.err
13369 ac_header_preproc=yes
13371 echo "$as_me: failed program was:" >&5
13372 sed 's/^/| /' conftest.$ac_ext >&5
13374 ac_header_preproc=no
13377 rm -f conftest.err conftest.$ac_ext
13378 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13379 echo "${ECHO_T}$ac_header_preproc" >&6; }
13381 # So? What about this header?
13382 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13384 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13385 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13386 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13387 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13388 ac_header_preproc=yes
13391 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13392 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13393 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13394 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13395 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13396 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13397 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13398 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13399 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13400 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13401 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13402 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13404 ## ------------------------------------ ##
13405 ## Report this to wine-devel@winehq.org ##
13406 ## ------------------------------------ ##
13408 ) | sed "s/^/$as_me: WARNING: /" >&2
13411 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13412 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13413 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13414 echo $ECHO_N "(cached) $ECHO_C" >&6
13416 ac_cv_header_sane_sane_h=$ac_header_preproc
13418 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13419 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13422 if test $ac_cv_header_sane_sane_h = yes; then
13423 { echo "$as_me:$LINENO: checking for -lsane" >&5
13424 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13425 if test "${ac_cv_lib_soname_sane+set}" = set; then
13426 echo $ECHO_N "(cached) $ECHO_C" >&6
13428 ac_check_soname_save_LIBS=$LIBS
13429 LIBS="-lsane $ac_sane_libs $LIBS"
13430 cat >conftest.$ac_ext <<_ACEOF
13433 cat confdefs.h >>conftest.$ac_ext
13434 cat >>conftest.$ac_ext <<_ACEOF
13435 /* end confdefs.h. */
13437 /* Override any GCC internal prototype to avoid an error.
13438 Use char because int might match the return type of a GCC
13439 builtin and then its argument prototype would still apply. */
13447 return sane_init ();
13452 rm -f conftest.$ac_objext conftest$ac_exeext
13453 if { (ac_try="$ac_link"
13454 case "(($ac_try" in
13455 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13456 *) ac_try_echo
=$ac_try;;
13458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13459 (eval "$ac_link") 2>conftest.er1
13461 grep -v '^ *+' conftest.er1
>conftest.err
13463 cat conftest.err
>&5
13464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13465 (exit $ac_status); } && {
13466 test -z "$ac_c_werror_flag" ||
13467 test ! -s conftest.err
13468 } && test -s conftest
$ac_exeext &&
13469 $as_test_x conftest
$ac_exeext; then
13472 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'` ;;
13473 *) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13476 echo "$as_me: failed program was:" >&5
13477 sed 's/^/| /' conftest.
$ac_ext >&5
13482 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13483 conftest
$ac_exeext conftest.
$ac_ext
13484 LIBS
=$ac_check_soname_save_LIBS
13486 if test "x$ac_cv_lib_soname_sane" = "x"; then
13487 { echo "$as_me:$LINENO: result: not found" >&5
13488 echo "${ECHO_T}not found" >&6; }
13491 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13492 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13494 cat >>confdefs.h
<<_ACEOF
13495 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13498 SANEINCL
="$ac_sane_incl"
13505 CPPFLAGS
="$ac_save_CPPFLAGS"
13507 if test "x$ac_cv_lib_soname_sane" = "x"; then
13508 case "x$with_sane" in
13509 x
) wine_notices
="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13511 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13512 This is an error since --with-sane was requested." >&5
13513 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13514 This is an error since --with-sane was requested." >&2;}
13515 { (exit 1); exit 1; }; } ;;
13520 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13521 set dummy gphoto2-config
; ac_word
=$2
13522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13524 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13525 echo $ECHO_N "(cached) $ECHO_C" >&6
13527 if test -n "$gphoto2_devel"; then
13528 ac_cv_prog_gphoto2_devel
="$gphoto2_devel" # Let the user override the test.
13530 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13531 for as_dir
in $PATH
13534 test -z "$as_dir" && as_dir
=.
13535 for ac_exec_ext
in '' $ac_executable_extensions; do
13536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13537 ac_cv_prog_gphoto2_devel
="gphoto2-config"
13538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13545 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel
="no"
13548 gphoto2_devel
=$ac_cv_prog_gphoto2_devel
13549 if test -n "$gphoto2_devel"; then
13550 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13551 echo "${ECHO_T}$gphoto2_devel" >&6; }
13553 { echo "$as_me:$LINENO: result: no" >&5
13554 echo "${ECHO_T}no" >&6; }
13558 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13559 set dummy gphoto2-port-config
; ac_word
=$2
13560 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13561 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13562 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13563 echo $ECHO_N "(cached) $ECHO_C" >&6
13565 if test -n "$gphoto2port_devel"; then
13566 ac_cv_prog_gphoto2port_devel
="$gphoto2port_devel" # Let the user override the test.
13568 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13569 for as_dir
in $PATH
13572 test -z "$as_dir" && as_dir
=.
13573 for ac_exec_ext
in '' $ac_executable_extensions; do
13574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13575 ac_cv_prog_gphoto2port_devel
="gphoto2-port-config"
13576 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13583 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel
="no"
13586 gphoto2port_devel
=$ac_cv_prog_gphoto2port_devel
13587 if test -n "$gphoto2port_devel"; then
13588 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13589 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13591 { echo "$as_me:$LINENO: result: no" >&5
13592 echo "${ECHO_T}no" >&6; }
13596 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13598 ac_gphoto2_incl
="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13600 for i
in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13603 -L/usr
/lib|
-L/usr
/lib64
) ;;
13604 -L*|
-l*) ac_gphoto2_libs
="$ac_gphoto2_libs $i";;
13607 ac_save_CPPFLAGS
="$CPPFLAGS"
13608 CPPFLAGS
="$CPPFLAGS $ac_gphoto2_incl"
13609 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13610 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13611 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13612 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13613 echo $ECHO_N "(cached) $ECHO_C" >&6
13615 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13616 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13618 # Is the header compilable?
13619 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13620 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13621 cat >conftest.
$ac_ext <<_ACEOF
13624 cat confdefs.h
>>conftest.
$ac_ext
13625 cat >>conftest.
$ac_ext <<_ACEOF
13626 /* end confdefs.h. */
13627 $ac_includes_default
13628 #include <gphoto2-camera.h>
13630 rm -f conftest.
$ac_objext
13631 if { (ac_try
="$ac_compile"
13632 case "(($ac_try" in
13633 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13634 *) ac_try_echo=$ac_try;;
13636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13637 (eval "$ac_compile") 2>conftest.er1
13639 grep -v '^ *+' conftest.er1 >conftest.err
13641 cat conftest.err >&5
13642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13643 (exit $ac_status); } && {
13644 test -z "$ac_c_werror_flag" ||
13645 test ! -s conftest.err
13646 } && test -s conftest.$ac_objext; then
13647 ac_header_compiler=yes
13649 echo "$as_me: failed program was:" >&5
13650 sed 's/^/| /' conftest.$ac_ext >&5
13652 ac_header_compiler=no
13655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13656 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13657 echo "${ECHO_T}$ac_header_compiler" >&6; }
13659 # Is the header present?
13660 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13661 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13662 cat >conftest.$ac_ext <<_ACEOF
13665 cat confdefs.h >>conftest.$ac_ext
13666 cat >>conftest.$ac_ext <<_ACEOF
13667 /* end confdefs.h. */
13668 #include <gphoto2-camera.h>
13670 if { (ac_try="$ac_cpp conftest.$ac_ext"
13671 case "(($ac_try" in
13672 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13673 *) ac_try_echo
=$ac_try;;
13675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13676 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13678 grep -v '^ *+' conftest.er1
>conftest.err
13680 cat conftest.err
>&5
13681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13682 (exit $ac_status); } >/dev
/null
&& {
13683 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13684 test ! -s conftest.err
13686 ac_header_preproc
=yes
13688 echo "$as_me: failed program was:" >&5
13689 sed 's/^/| /' conftest.
$ac_ext >&5
13691 ac_header_preproc
=no
13694 rm -f conftest.err conftest.
$ac_ext
13695 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13696 echo "${ECHO_T}$ac_header_preproc" >&6; }
13698 # So? What about this header?
13699 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13701 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13702 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13703 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13704 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13705 ac_header_preproc
=yes
13708 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13709 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13710 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13711 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13712 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13713 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13714 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13715 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13716 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13717 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13718 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13719 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13721 ## ------------------------------------ ##
13722 ## Report this to wine-devel@winehq.org ##
13723 ## ------------------------------------ ##
13725 ) |
sed "s/^/$as_me: WARNING: /" >&2
13728 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13729 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13730 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13731 echo $ECHO_N "(cached) $ECHO_C" >&6
13733 ac_cv_header_gphoto2_camera_h
=$ac_header_preproc
13735 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13736 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13739 if test $ac_cv_header_gphoto2_camera_h = yes; then
13740 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13741 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13742 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13743 echo $ECHO_N "(cached) $ECHO_C" >&6
13745 ac_check_lib_save_LIBS
=$LIBS
13746 LIBS
="-lgphoto2 $ac_gphoto2_libs $LIBS"
13747 cat >conftest.
$ac_ext <<_ACEOF
13750 cat confdefs.h
>>conftest.
$ac_ext
13751 cat >>conftest.
$ac_ext <<_ACEOF
13752 /* end confdefs.h. */
13754 /* Override any GCC internal prototype to avoid an error.
13755 Use char because int might match the return type of a GCC
13756 builtin and then its argument prototype would still apply. */
13760 char gp_camera_new ();
13764 return gp_camera_new ();
13769 rm -f conftest.
$ac_objext conftest
$ac_exeext
13770 if { (ac_try
="$ac_link"
13771 case "(($ac_try" in
13772 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13773 *) ac_try_echo=$ac_try;;
13775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13776 (eval "$ac_link") 2>conftest.er1
13778 grep -v '^ *+' conftest.er1 >conftest.err
13780 cat conftest.err >&5
13781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13782 (exit $ac_status); } && {
13783 test -z "$ac_c_werror_flag" ||
13784 test ! -s conftest.err
13785 } && test -s conftest$ac_exeext &&
13786 $as_test_x conftest$ac_exeext; then
13787 ac_cv_lib_gphoto2_gp_camera_new=yes
13789 echo "$as_me: failed program was:" >&5
13790 sed 's/^/| /' conftest.$ac_ext >&5
13792 ac_cv_lib_gphoto2_gp_camera_new=no
13795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13796 conftest$ac_exeext conftest.$ac_ext
13797 LIBS=$ac_check_lib_save_LIBS
13799 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13800 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13801 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13803 cat >>confdefs.h <<\_ACEOF
13804 #define HAVE_GPHOTO2 1
13807 GPHOTO2LIBS="$ac_gphoto2_libs"
13809 GPHOTO2INCL="$ac_gphoto2_incl"
13816 CPPFLAGS="$ac_save_CPPFLAGS"
13818 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13819 case "x$with_gphoto" in
13820 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13822 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13823 This is an error since --with-gphoto was requested." >&5
13824 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13825 This is an error since --with-gphoto was requested." >&2;}
13826 { (exit 1); exit 1; }; } ;;
13834 if test "$ac_cv_header_resolv_h" = "yes"
13836 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13837 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13838 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13839 echo $ECHO_N "(cached) $ECHO_C" >&6
13841 ac_check_lib_save_LIBS=$LIBS
13842 LIBS="-lresolv $LIBS"
13843 cat >conftest.$ac_ext <<_ACEOF
13846 cat confdefs.h >>conftest.$ac_ext
13847 cat >>conftest.$ac_ext <<_ACEOF
13848 /* end confdefs.h. */
13850 /* Override any GCC internal prototype to avoid an error.
13851 Use char because int might match the return type of a GCC
13852 builtin and then its argument prototype would still apply. */
13860 return res_query ();
13865 rm -f conftest.$ac_objext conftest$ac_exeext
13866 if { (ac_try="$ac_link"
13867 case "(($ac_try" in
13868 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13869 *) ac_try_echo
=$ac_try;;
13871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13872 (eval "$ac_link") 2>conftest.er1
13874 grep -v '^ *+' conftest.er1
>conftest.err
13876 cat conftest.err
>&5
13877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13878 (exit $ac_status); } && {
13879 test -z "$ac_c_werror_flag" ||
13880 test ! -s conftest.err
13881 } && test -s conftest
$ac_exeext &&
13882 $as_test_x conftest
$ac_exeext; then
13883 ac_cv_lib_resolv_res_query
=yes
13885 echo "$as_me: failed program was:" >&5
13886 sed 's/^/| /' conftest.
$ac_ext >&5
13888 ac_cv_lib_resolv_res_query
=no
13891 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13892 conftest
$ac_exeext conftest.
$ac_ext
13893 LIBS
=$ac_check_lib_save_LIBS
13895 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13896 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13897 if test $ac_cv_lib_resolv_res_query = yes; then
13899 cat >>confdefs.h
<<\_ACEOF
13900 #define HAVE_RESOLV 1
13903 RESOLVLIBS
="-lresolv"
13910 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13912 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13913 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13914 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13915 echo $ECHO_N "(cached) $ECHO_C" >&6
13917 ac_check_lib_save_LIBS
=$LIBS
13918 LIBS
="-llcms $LIBS"
13919 cat >conftest.
$ac_ext <<_ACEOF
13922 cat confdefs.h
>>conftest.
$ac_ext
13923 cat >>conftest.
$ac_ext <<_ACEOF
13924 /* end confdefs.h. */
13926 /* Override any GCC internal prototype to avoid an error.
13927 Use char because int might match the return type of a GCC
13928 builtin and then its argument prototype would still apply. */
13932 char cmsOpenProfileFromFile ();
13936 return cmsOpenProfileFromFile ();
13941 rm -f conftest.
$ac_objext conftest
$ac_exeext
13942 if { (ac_try
="$ac_link"
13943 case "(($ac_try" in
13944 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13945 *) ac_try_echo=$ac_try;;
13947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13948 (eval "$ac_link") 2>conftest.er1
13950 grep -v '^ *+' conftest.er1 >conftest.err
13952 cat conftest.err >&5
13953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13954 (exit $ac_status); } && {
13955 test -z "$ac_c_werror_flag" ||
13956 test ! -s conftest.err
13957 } && test -s conftest$ac_exeext &&
13958 $as_test_x conftest$ac_exeext; then
13959 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13961 echo "$as_me: failed program was:" >&5
13962 sed 's/^/| /' conftest.$ac_ext >&5
13964 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13968 conftest$ac_exeext conftest.$ac_ext
13969 LIBS=$ac_check_lib_save_LIBS
13971 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13972 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13973 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13975 cat >>confdefs.h <<\_ACEOF
13976 #define HAVE_LCMS 1
13983 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13984 case "x$with_cms" in
13985 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13987 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13988 This is an error since --with-cms was requested." >&5
13989 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13990 This is an error since --with-cms was requested." >&2;}
13991 { (exit 1); exit 1; }; } ;;
13996 for ac_prog in freetype-config freetype2-config
13998 # Extract the first word of "$ac_prog", so it can be a program name with args.
13999 set dummy $ac_prog; ac_word=$2
14000 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14001 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14002 if test "${ac_cv_prog_ft_devel+set}" = set; then
14003 echo $ECHO_N "(cached) $ECHO_C" >&6
14005 if test -n "$ft_devel"; then
14006 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14009 for as_dir in $PATH
14012 test -z "$as_dir" && as_dir=.
14013 for ac_exec_ext in '' $ac_executable_extensions; do
14014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14015 ac_cv_prog_ft_devel="$ac_prog"
14016 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14025 ft_devel=$ac_cv_prog_ft_devel
14026 if test -n "$ft_devel"; then
14027 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14028 echo "${ECHO_T}$ft_devel" >&6; }
14030 { echo "$as_me:$LINENO: result: no" >&5
14031 echo "${ECHO_T}no" >&6; }
14035 test -n "$ft_devel" && break
14037 test -n "$ft_devel" || ft_devel="false"
14039 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14041 ac_freetype_libs=`$ft_devel --libs`
14042 ac_freetype_incl=`$ft_devel --cflags`
14043 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14044 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14045 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14046 echo $ECHO_N "(cached) $ECHO_C" >&6
14048 ac_check_soname_save_LIBS=$LIBS
14049 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14050 cat >conftest.$ac_ext <<_ACEOF
14053 cat confdefs.h >>conftest.$ac_ext
14054 cat >>conftest.$ac_ext <<_ACEOF
14055 /* end confdefs.h. */
14057 /* Override any GCC internal prototype to avoid an error.
14058 Use char because int might match the return type of a GCC
14059 builtin and then its argument prototype would still apply. */
14063 char FT_Init_FreeType ();
14067 return FT_Init_FreeType ();
14072 rm -f conftest.$ac_objext conftest$ac_exeext
14073 if { (ac_try="$ac_link"
14074 case "(($ac_try" in
14075 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14076 *) ac_try_echo
=$ac_try;;
14078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14079 (eval "$ac_link") 2>conftest.er1
14081 grep -v '^ *+' conftest.er1
>conftest.err
14083 cat conftest.err
>&5
14084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14085 (exit $ac_status); } && {
14086 test -z "$ac_c_werror_flag" ||
14087 test ! -s conftest.err
14088 } && test -s conftest
$ac_exeext &&
14089 $as_test_x conftest
$ac_exeext; then
14092 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'` ;;
14093 *) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14096 echo "$as_me: failed program was:" >&5
14097 sed 's/^/| /' conftest.
$ac_ext >&5
14102 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14103 conftest
$ac_exeext conftest.
$ac_ext
14104 LIBS
=$ac_check_soname_save_LIBS
14106 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14107 { echo "$as_me:$LINENO: result: not found" >&5
14108 echo "${ECHO_T}not found" >&6; }
14111 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14112 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14114 cat >>confdefs.h
<<_ACEOF
14115 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14121 if test "$ft_lib" = "yes"
14123 ac_save_CPPFLAGS
="$CPPFLAGS"
14124 CPPFLAGS
="$ac_freetype_incl $CPPFLAGS"
14137 for ac_header
in ft2build.h \
14138 freetype
/freetype.h \
14139 freetype
/ftglyph.h \
14140 freetype
/fttypes.h \
14141 freetype
/tttables.h \
14142 freetype
/ftnames.h \
14143 freetype
/ftsnames.h \
14144 freetype
/ttnameid.h \
14145 freetype
/ftoutln.h \
14146 freetype
/ftwinfnt.h \
14147 freetype
/ftmodapi.h \
14148 freetype
/internal
/sfnt.h
14150 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14151 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14152 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14153 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14154 echo $ECHO_N "(cached) $ECHO_C" >&6
14156 cat >conftest.
$ac_ext <<_ACEOF
14159 cat confdefs.h
>>conftest.
$ac_ext
14160 cat >>conftest.
$ac_ext <<_ACEOF
14161 /* end confdefs.h. */
14162 #ifdef HAVE_FT2BUILD_H
14163 # include <ft2build.h>
14166 #include <$ac_header>
14168 rm -f conftest.
$ac_objext
14169 if { (ac_try
="$ac_compile"
14170 case "(($ac_try" in
14171 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14172 *) ac_try_echo=$ac_try;;
14174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14175 (eval "$ac_compile") 2>conftest.er1
14177 grep -v '^ *+' conftest.er1 >conftest.err
14179 cat conftest.err >&5
14180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 (exit $ac_status); } && {
14182 test -z "$ac_c_werror_flag" ||
14183 test ! -s conftest.err
14184 } && test -s conftest.$ac_objext; then
14185 eval "$as_ac_Header=yes"
14187 echo "$as_me: failed program was:" >&5
14188 sed 's/^/| /' conftest.$ac_ext >&5
14190 eval "$as_ac_Header=no"
14193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14195 ac_res=`eval echo '${'$as_ac_Header'}'`
14196 { echo "$as_me:$LINENO: result: $ac_res" >&5
14197 echo "${ECHO_T}$ac_res" >&6; }
14198 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14199 cat >>confdefs.h <<_ACEOF
14200 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14207 cat >conftest.$ac_ext <<_ACEOF
14210 cat confdefs.h >>conftest.$ac_ext
14211 cat >>conftest.$ac_ext <<_ACEOF
14212 /* end confdefs.h. */
14213 #include <ft2build.h>
14214 #include <freetype/fttrigon.h>
14216 if { (ac_try="$ac_cpp conftest.$ac_ext"
14217 case "(($ac_try" in
14218 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14219 *) ac_try_echo
=$ac_try;;
14221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14222 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14224 grep -v '^ *+' conftest.er1
>conftest.err
14226 cat conftest.err
>&5
14227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14228 (exit $ac_status); } >/dev
/null
&& {
14229 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14230 test ! -s conftest.err
14233 cat >>confdefs.h
<<\_ACEOF
14234 #define HAVE_FREETYPE_FTTRIGON_H 1
14237 wine_cv_fttrigon
=yes
14239 echo "$as_me: failed program was:" >&5
14240 sed 's/^/| /' conftest.
$ac_ext >&5
14242 wine_cv_fttrigon
=no
14245 rm -f conftest.err conftest.
$ac_ext
14246 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14247 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14248 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14249 echo $ECHO_N "(cached) $ECHO_C" >&6
14251 cat >conftest.
$ac_ext <<_ACEOF
14254 cat confdefs.h
>>conftest.
$ac_ext
14255 cat >>conftest.
$ac_ext <<_ACEOF
14256 /* end confdefs.h. */
14257 #include <freetype/ftmodapi.h>
14259 typedef FT_TrueTypeEngineType ac__type_new_;
14263 if ((ac__type_new_ *) 0)
14265 if (sizeof (ac__type_new_))
14271 rm -f conftest.
$ac_objext
14272 if { (ac_try
="$ac_compile"
14273 case "(($ac_try" in
14274 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14275 *) ac_try_echo=$ac_try;;
14277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14278 (eval "$ac_compile") 2>conftest.er1
14280 grep -v '^ *+' conftest.er1 >conftest.err
14282 cat conftest.err >&5
14283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14284 (exit $ac_status); } && {
14285 test -z "$ac_c_werror_flag" ||
14286 test ! -s conftest.err
14287 } && test -s conftest.$ac_objext; then
14288 ac_cv_type_FT_TrueTypeEngineType=yes
14290 echo "$as_me: failed program was:" >&5
14291 sed 's/^/| /' conftest.$ac_ext >&5
14293 ac_cv_type_FT_TrueTypeEngineType=no
14296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14298 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14299 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14300 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14302 cat >>confdefs.h <<_ACEOF
14303 #define HAVE_FT_TRUETYPEENGINETYPE 1
14309 ac_save_CFLAGS="$CFLAGS"
14310 CFLAGS="$CFLAGS $ac_freetype_libs"
14312 for ac_func in FT_Load_Sfnt_Table
14314 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14315 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14316 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14317 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14318 echo $ECHO_N "(cached) $ECHO_C" >&6
14320 cat >conftest.$ac_ext <<_ACEOF
14323 cat confdefs.h >>conftest.$ac_ext
14324 cat >>conftest.$ac_ext <<_ACEOF
14325 /* end confdefs.h. */
14326 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14327 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14328 #define $ac_func innocuous_$ac_func
14330 /* System header to define __stub macros and hopefully few prototypes,
14331 which can conflict with char $ac_func (); below.
14332 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14333 <limits.h> exists even on freestanding compilers. */
14336 # include <limits.h>
14338 # include <assert.h>
14343 /* Override any GCC internal prototype to avoid an error.
14344 Use char because int might match the return type of a GCC
14345 builtin and then its argument prototype would still apply. */
14350 /* The GNU C library defines this for functions which it implements
14351 to always fail with ENOSYS. Some functions are actually named
14352 something starting with __ and the normal name is an alias. */
14353 #if defined __stub_$ac_func || defined __stub___$ac_func
14360 return $ac_func ();
14365 rm -f conftest.$ac_objext conftest$ac_exeext
14366 if { (ac_try="$ac_link"
14367 case "(($ac_try" in
14368 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14369 *) ac_try_echo
=$ac_try;;
14371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14372 (eval "$ac_link") 2>conftest.er1
14374 grep -v '^ *+' conftest.er1
>conftest.err
14376 cat conftest.err
>&5
14377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14378 (exit $ac_status); } && {
14379 test -z "$ac_c_werror_flag" ||
14380 test ! -s conftest.err
14381 } && test -s conftest
$ac_exeext &&
14382 $as_test_x conftest
$ac_exeext; then
14383 eval "$as_ac_var=yes"
14385 echo "$as_me: failed program was:" >&5
14386 sed 's/^/| /' conftest.
$ac_ext >&5
14388 eval "$as_ac_var=no"
14391 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14392 conftest
$ac_exeext conftest.
$ac_ext
14394 ac_res
=`eval echo '${'$as_ac_var'}'`
14395 { echo "$as_me:$LINENO: result: $ac_res" >&5
14396 echo "${ECHO_T}$ac_res" >&6; }
14397 if test `eval echo '${'$as_ac_var'}'` = yes; then
14398 cat >>confdefs.h
<<_ACEOF
14399 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14405 CFLAGS
="$ac_save_CFLAGS"
14406 CPPFLAGS
="$ac_save_CPPFLAGS"
14407 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14410 cat >>confdefs.h
<<\_ACEOF
14411 #define HAVE_FREETYPE 1
14414 FREETYPELIBS
="$ac_freetype_libs"
14416 FREETYPEINCL
="$ac_freetype_incl"
14421 if test "x$FREETYPELIBS" = "x"; then
14422 case "x$with_freetype" in
14424 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14425 Fonts will not be built. Dialog text may be invisible or unaligned.
14426 Use the --without-freetype option if you really want this." >&5
14427 echo "$as_me: error: FreeType development files not found.
14428 Fonts will not be built. Dialog text may be invisible or unaligned.
14429 Use the --without-freetype option if you really want this." >&2;}
14430 { (exit 1); exit 1; }; } ;;
14434 test "x$FREETYPELIBS" = "x" && enable_fonts
=${enable_fonts:-no}
14436 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14437 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14438 if test "${ac_cv_c_ppdev+set}" = set; then
14439 echo $ECHO_N "(cached) $ECHO_C" >&6
14441 cat >conftest.
$ac_ext <<_ACEOF
14444 cat confdefs.h
>>conftest.
$ac_ext
14445 cat >>conftest.
$ac_ext <<_ACEOF
14446 /* end confdefs.h. */
14447 #include <linux/ppdev.h>
14451 ioctl (1,PPCLAIM,0)
14456 rm -f conftest.
$ac_objext
14457 if { (ac_try
="$ac_compile"
14458 case "(($ac_try" in
14459 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14460 *) ac_try_echo=$ac_try;;
14462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14463 (eval "$ac_compile") 2>conftest.er1
14465 grep -v '^ *+' conftest.er1 >conftest.err
14467 cat conftest.err >&5
14468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14469 (exit $ac_status); } && {
14470 test -z "$ac_c_werror_flag" ||
14471 test ! -s conftest.err
14472 } && test -s conftest.$ac_objext; then
14473 ac_cv_c_ppdev="yes"
14475 echo "$as_me: failed program was:" >&5
14476 sed 's/^/| /' conftest.$ac_ext >&5
14481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14483 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14484 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14485 if test "$ac_cv_c_ppdev" = "yes"
14488 cat >>confdefs.h <<\_ACEOF
14489 #define HAVE_PPDEV 1
14494 { echo "$as_me:$LINENO: checking for va_copy" >&5
14495 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14496 if test "${ac_cv_c_va_copy+set}" = set; then
14497 echo $ECHO_N "(cached) $ECHO_C" >&6
14499 cat >conftest.$ac_ext <<_ACEOF
14502 cat confdefs.h >>conftest.$ac_ext
14503 cat >>conftest.$ac_ext <<_ACEOF
14504 /* end confdefs.h. */
14505 #include <stdarg.h>
14509 va_list ap1, ap2; va_copy(ap1,ap2);
14514 rm -f conftest.$ac_objext conftest$ac_exeext
14515 if { (ac_try="$ac_link"
14516 case "(($ac_try" in
14517 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14518 *) ac_try_echo
=$ac_try;;
14520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14521 (eval "$ac_link") 2>conftest.er1
14523 grep -v '^ *+' conftest.er1
>conftest.err
14525 cat conftest.err
>&5
14526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14527 (exit $ac_status); } && {
14528 test -z "$ac_c_werror_flag" ||
14529 test ! -s conftest.err
14530 } && test -s conftest
$ac_exeext &&
14531 $as_test_x conftest
$ac_exeext; then
14532 ac_cv_c_va_copy
="yes"
14534 echo "$as_me: failed program was:" >&5
14535 sed 's/^/| /' conftest.
$ac_ext >&5
14537 ac_cv_c_va_copy
="no"
14540 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14541 conftest
$ac_exeext conftest.
$ac_ext
14544 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14545 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14546 if test "$ac_cv_c_va_copy" = "yes"
14549 cat >>confdefs.h
<<\_ACEOF
14550 #define HAVE_VA_COPY 1
14554 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14555 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14556 if test "${ac_cv_c___va_copy+set}" = set; then
14557 echo $ECHO_N "(cached) $ECHO_C" >&6
14559 cat >conftest.
$ac_ext <<_ACEOF
14562 cat confdefs.h
>>conftest.
$ac_ext
14563 cat >>conftest.
$ac_ext <<_ACEOF
14564 /* end confdefs.h. */
14565 #include <stdarg.h>
14569 va_list ap1, ap2; __va_copy(ap1,ap2);
14574 rm -f conftest.
$ac_objext conftest
$ac_exeext
14575 if { (ac_try
="$ac_link"
14576 case "(($ac_try" in
14577 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14578 *) ac_try_echo=$ac_try;;
14580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14581 (eval "$ac_link") 2>conftest.er1
14583 grep -v '^ *+' conftest.er1 >conftest.err
14585 cat conftest.err >&5
14586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14587 (exit $ac_status); } && {
14588 test -z "$ac_c_werror_flag" ||
14589 test ! -s conftest.err
14590 } && test -s conftest$ac_exeext &&
14591 $as_test_x conftest$ac_exeext; then
14592 ac_cv_c___va_copy="yes"
14594 echo "$as_me: failed program was:" >&5
14595 sed 's/^/| /' conftest.$ac_ext >&5
14597 ac_cv_c___va_copy="no"
14600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14601 conftest$ac_exeext conftest.$ac_ext
14604 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14605 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14606 if test "$ac_cv_c___va_copy" = "yes"
14609 cat >>confdefs.h <<\_ACEOF
14610 #define HAVE___VA_COPY 1
14615 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14616 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14617 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14618 echo $ECHO_N "(cached) $ECHO_C" >&6
14620 cat >conftest.$ac_ext <<_ACEOF
14623 cat confdefs.h >>conftest.$ac_ext
14624 cat >>conftest.$ac_ext <<_ACEOF
14625 /* end confdefs.h. */
14626 #define _GNU_SOURCE
14627 #include <pthread.h>
14629 typedef pthread_rwlock_t ac__type_new_;
14633 if ((ac__type_new_ *) 0)
14635 if (sizeof (ac__type_new_))
14641 rm -f conftest.$ac_objext
14642 if { (ac_try="$ac_compile"
14643 case "(($ac_try" in
14644 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14645 *) ac_try_echo
=$ac_try;;
14647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14648 (eval "$ac_compile") 2>conftest.er1
14650 grep -v '^ *+' conftest.er1
>conftest.err
14652 cat conftest.err
>&5
14653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14654 (exit $ac_status); } && {
14655 test -z "$ac_c_werror_flag" ||
14656 test ! -s conftest.err
14657 } && test -s conftest.
$ac_objext; then
14658 ac_cv_type_pthread_rwlock_t
=yes
14660 echo "$as_me: failed program was:" >&5
14661 sed 's/^/| /' conftest.
$ac_ext >&5
14663 ac_cv_type_pthread_rwlock_t
=no
14666 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14668 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14669 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14670 if test $ac_cv_type_pthread_rwlock_t = yes; then
14672 cat >>confdefs.h
<<_ACEOF
14673 #define HAVE_PTHREAD_RWLOCK_T 1
14678 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14679 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14680 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14681 echo $ECHO_N "(cached) $ECHO_C" >&6
14683 cat >conftest.
$ac_ext <<_ACEOF
14686 cat confdefs.h
>>conftest.
$ac_ext
14687 cat >>conftest.
$ac_ext <<_ACEOF
14688 /* end confdefs.h. */
14689 #define _GNU_SOURCE
14690 #include <pthread.h>
14692 typedef pthread_rwlockattr_t ac__type_new_;
14696 if ((ac__type_new_ *) 0)
14698 if (sizeof (ac__type_new_))
14704 rm -f conftest.
$ac_objext
14705 if { (ac_try
="$ac_compile"
14706 case "(($ac_try" in
14707 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14708 *) ac_try_echo=$ac_try;;
14710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14711 (eval "$ac_compile") 2>conftest.er1
14713 grep -v '^ *+' conftest.er1 >conftest.err
14715 cat conftest.err >&5
14716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14717 (exit $ac_status); } && {
14718 test -z "$ac_c_werror_flag" ||
14719 test ! -s conftest.err
14720 } && test -s conftest.$ac_objext; then
14721 ac_cv_type_pthread_rwlockattr_t=yes
14723 echo "$as_me: failed program was:" >&5
14724 sed 's/^/| /' conftest.$ac_ext >&5
14726 ac_cv_type_pthread_rwlockattr_t=no
14729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14731 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14732 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14733 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14735 cat >>confdefs.h <<_ACEOF
14736 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14743 ac_wine_check_funcs_save_LIBS="$LIBS"
14744 LIBS="$LIBS $LIBPTHREAD"
14750 pthread_attr_get_np \
14751 pthread_getattr_np \
14752 pthread_get_stackaddr_np \
14753 pthread_get_stacksize_np
14755 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14756 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14757 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14758 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14759 echo $ECHO_N "(cached) $ECHO_C" >&6
14761 cat >conftest.$ac_ext <<_ACEOF
14764 cat confdefs.h >>conftest.$ac_ext
14765 cat >>conftest.$ac_ext <<_ACEOF
14766 /* end confdefs.h. */
14767 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14768 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14769 #define $ac_func innocuous_$ac_func
14771 /* System header to define __stub macros and hopefully few prototypes,
14772 which can conflict with char $ac_func (); below.
14773 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14774 <limits.h> exists even on freestanding compilers. */
14777 # include <limits.h>
14779 # include <assert.h>
14784 /* Override any GCC internal prototype to avoid an error.
14785 Use char because int might match the return type of a GCC
14786 builtin and then its argument prototype would still apply. */
14791 /* The GNU C library defines this for functions which it implements
14792 to always fail with ENOSYS. Some functions are actually named
14793 something starting with __ and the normal name is an alias. */
14794 #if defined __stub_$ac_func || defined __stub___$ac_func
14801 return $ac_func ();
14806 rm -f conftest.$ac_objext conftest$ac_exeext
14807 if { (ac_try="$ac_link"
14808 case "(($ac_try" in
14809 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14810 *) ac_try_echo
=$ac_try;;
14812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14813 (eval "$ac_link") 2>conftest.er1
14815 grep -v '^ *+' conftest.er1
>conftest.err
14817 cat conftest.err
>&5
14818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14819 (exit $ac_status); } && {
14820 test -z "$ac_c_werror_flag" ||
14821 test ! -s conftest.err
14822 } && test -s conftest
$ac_exeext &&
14823 $as_test_x conftest
$ac_exeext; then
14824 eval "$as_ac_var=yes"
14826 echo "$as_me: failed program was:" >&5
14827 sed 's/^/| /' conftest.
$ac_ext >&5
14829 eval "$as_ac_var=no"
14832 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14833 conftest
$ac_exeext conftest.
$ac_ext
14835 ac_res
=`eval echo '${'$as_ac_var'}'`
14836 { echo "$as_me:$LINENO: result: $ac_res" >&5
14837 echo "${ECHO_T}$ac_res" >&6; }
14838 if test `eval echo '${'$as_ac_var'}'` = yes; then
14839 cat >>confdefs.h
<<_ACEOF
14840 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14846 LIBS
="$ac_wine_check_funcs_save_LIBS"
14848 # Extract the first word of "esd-config", so it can be a program name with args.
14849 set dummy esd-config
; ac_word
=$2
14850 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14851 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14852 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14853 echo $ECHO_N "(cached) $ECHO_C" >&6
14857 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
14860 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14861 for as_dir
in $PATH
14864 test -z "$as_dir" && as_dir
=.
14865 for ac_exec_ext
in '' $ac_executable_extensions; do
14866 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14867 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
14868 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14878 ESDCONFIG
=$ac_cv_path_ESDCONFIG
14879 if test -n "$ESDCONFIG"; then
14880 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14881 echo "${ECHO_T}$ESDCONFIG" >&6; }
14883 { echo "$as_me:$LINENO: result: no" >&5
14884 echo "${ECHO_T}no" >&6; }
14888 if test "x$with_esd" != xno
-a "x$ESDCONFIG" != x
-a "x$ESDCONFIG" != x
'"$ESDCONFIG"';
14891 for i
in `$ESDCONFIG --cflags`
14894 -I*) ac_esd_incl
="$ac_esd_incl $i";;
14897 ac_esd_libs
=`$ESDCONFIG --libs`
14898 save_CFLAGS
="$CFLAGS"
14899 CFLAGS
="$CFLAGS $ac_esd_incl"
14900 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14901 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14902 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14903 echo $ECHO_N "(cached) $ECHO_C" >&6
14905 ac_check_lib_save_LIBS
=$LIBS
14906 LIBS
="-lesd $ac_esd_libs $LIBS"
14907 cat >conftest.
$ac_ext <<_ACEOF
14910 cat confdefs.h
>>conftest.
$ac_ext
14911 cat >>conftest.
$ac_ext <<_ACEOF
14912 /* end confdefs.h. */
14914 /* Override any GCC internal prototype to avoid an error.
14915 Use char because int might match the return type of a GCC
14916 builtin and then its argument prototype would still apply. */
14920 char esd_open_sound ();
14924 return esd_open_sound ();
14929 rm -f conftest.
$ac_objext conftest
$ac_exeext
14930 if { (ac_try
="$ac_link"
14931 case "(($ac_try" in
14932 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14933 *) ac_try_echo=$ac_try;;
14935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14936 (eval "$ac_link") 2>conftest.er1
14938 grep -v '^ *+' conftest.er1 >conftest.err
14940 cat conftest.err >&5
14941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14942 (exit $ac_status); } && {
14943 test -z "$ac_c_werror_flag" ||
14944 test ! -s conftest.err
14945 } && test -s conftest$ac_exeext &&
14946 $as_test_x conftest$ac_exeext; then
14947 ac_cv_lib_esd_esd_open_sound=yes
14949 echo "$as_me: failed program was:" >&5
14950 sed 's/^/| /' conftest.$ac_ext >&5
14952 ac_cv_lib_esd_esd_open_sound=no
14955 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14956 conftest$ac_exeext conftest.$ac_ext
14957 LIBS=$ac_check_lib_save_LIBS
14959 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14960 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14961 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14962 ESDINCL="$ac_esd_incl"
14964 ESDLIBS="$ac_esd_libs"
14967 cat >>confdefs.h <<\_ACEOF
14973 CFLAGS="$save_CFLAGS"
14978 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14980 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14981 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14982 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14983 echo $ECHO_N "(cached) $ECHO_C" >&6
14985 ac_check_lib_save_LIBS=$LIBS
14986 LIBS="-lasound $LIBS"
14987 cat >conftest.$ac_ext <<_ACEOF
14990 cat confdefs.h >>conftest.$ac_ext
14991 cat >>conftest.$ac_ext <<_ACEOF
14992 /* end confdefs.h. */
14994 /* Override any GCC internal prototype to avoid an error.
14995 Use char because int might match the return type of a GCC
14996 builtin and then its argument prototype would still apply. */
15000 char snd_pcm_hw_params_get_access ();
15004 return snd_pcm_hw_params_get_access ();
15009 rm -f conftest.$ac_objext conftest$ac_exeext
15010 if { (ac_try="$ac_link"
15011 case "(($ac_try" in
15012 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15013 *) ac_try_echo
=$ac_try;;
15015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15016 (eval "$ac_link") 2>conftest.er1
15018 grep -v '^ *+' conftest.er1
>conftest.err
15020 cat conftest.err
>&5
15021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022 (exit $ac_status); } && {
15023 test -z "$ac_c_werror_flag" ||
15024 test ! -s conftest.err
15025 } && test -s conftest
$ac_exeext &&
15026 $as_test_x conftest
$ac_exeext; then
15027 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
15029 echo "$as_me: failed program was:" >&5
15030 sed 's/^/| /' conftest.
$ac_ext >&5
15032 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
15035 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15036 conftest
$ac_exeext conftest.
$ac_ext
15037 LIBS
=$ac_check_lib_save_LIBS
15039 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15040 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15041 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15042 cat >conftest.
$ac_ext <<_ACEOF
15045 cat confdefs.h
>>conftest.
$ac_ext
15046 cat >>conftest.
$ac_ext <<_ACEOF
15047 /* end confdefs.h. */
15048 #ifdef HAVE_ALSA_ASOUNDLIB_H
15049 #include <alsa/asoundlib.h>
15050 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15051 #include <sys/asoundlib.h>
15056 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15061 rm -f conftest.
$ac_objext
15062 if { (ac_try
="$ac_compile"
15063 case "(($ac_try" in
15064 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15065 *) ac_try_echo=$ac_try;;
15067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15068 (eval "$ac_compile") 2>conftest.er1
15070 grep -v '^ *+' conftest.er1 >conftest.err
15072 cat conftest.err >&5
15073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15074 (exit $ac_status); } && {
15075 test -z "$ac_c_werror_flag" ||
15076 test ! -s conftest.err
15077 } && test -s conftest.$ac_objext; then
15079 cat >>confdefs.h <<\_ACEOF
15080 #define HAVE_ALSA 1
15083 ALSALIBS="-lasound"
15085 echo "$as_me: failed program was:" >&5
15086 sed 's/^/| /' conftest.$ac_ext >&5
15091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15098 if test "$ac_cv_header_libaudioio_h" = "yes"
15100 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15101 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15102 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15103 echo $ECHO_N "(cached) $ECHO_C" >&6
15105 ac_check_lib_save_LIBS=$LIBS
15106 LIBS="-laudioio $LIBS"
15107 cat >conftest.$ac_ext <<_ACEOF
15110 cat confdefs.h >>conftest.$ac_ext
15111 cat >>conftest.$ac_ext <<_ACEOF
15112 /* end confdefs.h. */
15114 /* Override any GCC internal prototype to avoid an error.
15115 Use char because int might match the return type of a GCC
15116 builtin and then its argument prototype would still apply. */
15120 char AudioIOGetVersion ();
15124 return AudioIOGetVersion ();
15129 rm -f conftest.$ac_objext conftest$ac_exeext
15130 if { (ac_try="$ac_link"
15131 case "(($ac_try" in
15132 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15133 *) ac_try_echo
=$ac_try;;
15135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15136 (eval "$ac_link") 2>conftest.er1
15138 grep -v '^ *+' conftest.er1
>conftest.err
15140 cat conftest.err
>&5
15141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15142 (exit $ac_status); } && {
15143 test -z "$ac_c_werror_flag" ||
15144 test ! -s conftest.err
15145 } && test -s conftest
$ac_exeext &&
15146 $as_test_x conftest
$ac_exeext; then
15147 ac_cv_lib_audioio_AudioIOGetVersion
=yes
15149 echo "$as_me: failed program was:" >&5
15150 sed 's/^/| /' conftest.
$ac_ext >&5
15152 ac_cv_lib_audioio_AudioIOGetVersion
=no
15155 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15156 conftest
$ac_exeext conftest.
$ac_ext
15157 LIBS
=$ac_check_lib_save_LIBS
15159 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15160 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15161 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15162 AUDIOIOLIBS
="-laudioio"
15164 cat >>confdefs.h
<<\_ACEOF
15165 #define HAVE_LIBAUDIOIO 1
15173 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15175 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15176 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15177 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15178 echo $ECHO_N "(cached) $ECHO_C" >&6
15180 ac_check_soname_save_LIBS
=$LIBS
15181 LIBS
="-lcapi20 $LIBS"
15182 cat >conftest.
$ac_ext <<_ACEOF
15185 cat confdefs.h
>>conftest.
$ac_ext
15186 cat >>conftest.
$ac_ext <<_ACEOF
15187 /* end confdefs.h. */
15189 /* Override any GCC internal prototype to avoid an error.
15190 Use char because int might match the return type of a GCC
15191 builtin and then its argument prototype would still apply. */
15195 char capi20_register ();
15199 return capi20_register ();
15204 rm -f conftest.
$ac_objext conftest
$ac_exeext
15205 if { (ac_try
="$ac_link"
15206 case "(($ac_try" in
15207 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15208 *) ac_try_echo=$ac_try;;
15210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15211 (eval "$ac_link") 2>conftest.er1
15213 grep -v '^ *+' conftest.er1 >conftest.err
15215 cat conftest.err >&5
15216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15217 (exit $ac_status); } && {
15218 test -z "$ac_c_werror_flag" ||
15219 test ! -s conftest.err
15220 } && test -s conftest$ac_exeext &&
15221 $as_test_x conftest$ac_exeext; then
15224 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'` ;;
15225 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcapi20\\.$LIBEXT" |
sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15228 echo "$as_me: failed program was:" >&5
15229 sed 's/^/| /' conftest.$ac_ext >&5
15234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15235 conftest$ac_exeext conftest.$ac_ext
15236 LIBS=$ac_check_soname_save_LIBS
15238 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15239 { echo "$as_me:$LINENO: result: not found" >&5
15240 echo "${ECHO_T}not found" >&6; }
15243 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15244 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15246 cat >>confdefs.h <<_ACEOF
15247 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15254 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15255 case "x$with_capi" in
15256 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15258 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15259 This is an error since --with-capi was requested." >&5
15260 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15261 This is an error since --with-capi was requested." >&2;}
15262 { (exit 1); exit 1; }; } ;;
15269 if test "x$with_cups" != "xno"
15271 ac_save_CPPFLAGS="$CPPFLAGS"
15272 ac_cups_cflags=`cups-config
--cflags 2>/dev
/null
`
15273 ac_cups_libs=`cups-config
--ldflags 2>/dev
/null
`
15274 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15276 for ac_header in cups/cups.h
15278 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15280 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15281 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15282 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15283 echo $ECHO_N "(cached) $ECHO_C" >&6
15285 ac_res=`eval echo '${'$as_ac_Header'}'`
15286 { echo "$as_me:$LINENO: result: $ac_res" >&5
15287 echo "${ECHO_T}$ac_res" >&6; }
15289 # Is the header compilable?
15290 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15291 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15292 cat >conftest.$ac_ext <<_ACEOF
15295 cat confdefs.h >>conftest.$ac_ext
15296 cat >>conftest.$ac_ext <<_ACEOF
15297 /* end confdefs.h. */
15298 $ac_includes_default
15299 #include <$ac_header>
15301 rm -f conftest.$ac_objext
15302 if { (ac_try="$ac_compile"
15303 case "(($ac_try" in
15304 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15305 *) ac_try_echo
=$ac_try;;
15307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15308 (eval "$ac_compile") 2>conftest.er1
15310 grep -v '^ *+' conftest.er1
>conftest.err
15312 cat conftest.err
>&5
15313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15314 (exit $ac_status); } && {
15315 test -z "$ac_c_werror_flag" ||
15316 test ! -s conftest.err
15317 } && test -s conftest.
$ac_objext; then
15318 ac_header_compiler
=yes
15320 echo "$as_me: failed program was:" >&5
15321 sed 's/^/| /' conftest.
$ac_ext >&5
15323 ac_header_compiler
=no
15326 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15327 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15328 echo "${ECHO_T}$ac_header_compiler" >&6; }
15330 # Is the header present?
15331 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15332 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15333 cat >conftest.
$ac_ext <<_ACEOF
15336 cat confdefs.h
>>conftest.
$ac_ext
15337 cat >>conftest.
$ac_ext <<_ACEOF
15338 /* end confdefs.h. */
15339 #include <$ac_header>
15341 if { (ac_try
="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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); } >/dev/null && {
15354 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15355 test ! -s conftest.err
15357 ac_header_preproc=yes
15359 echo "$as_me: failed program was:" >&5
15360 sed 's/^/| /' conftest.$ac_ext >&5
15362 ac_header_preproc=no
15365 rm -f conftest.err conftest.$ac_ext
15366 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15367 echo "${ECHO_T}$ac_header_preproc" >&6; }
15369 # So? What about this header?
15370 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15372 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15373 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15374 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15375 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15376 ac_header_preproc=yes
15379 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15380 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15381 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15382 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15383 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15384 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15386 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15388 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15389 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15390 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15392 ## ------------------------------------ ##
15393 ## Report this to wine-devel@winehq.org ##
15394 ## ------------------------------------ ##
15396 ) | sed "s/^/$as_me: WARNING: /" >&2
15399 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15400 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15401 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15402 echo $ECHO_N "(cached) $ECHO_C" >&6
15404 eval "$as_ac_Header=\$ac_header_preproc"
15406 ac_res=`eval echo '${'$as_ac_Header'}'`
15407 { echo "$as_me:$LINENO: result: $ac_res" >&5
15408 echo "${ECHO_T}$ac_res" >&6; }
15411 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15412 cat >>confdefs.h <<_ACEOF
15413 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15415 { echo "$as_me:$LINENO: checking for -lcups" >&5
15416 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15417 if test "${ac_cv_lib_soname_cups+set}" = set; then
15418 echo $ECHO_N "(cached) $ECHO_C" >&6
15420 ac_check_soname_save_LIBS=$LIBS
15421 LIBS="-lcups $ac_cups_libs $LIBS"
15422 cat >conftest.$ac_ext <<_ACEOF
15425 cat confdefs.h >>conftest.$ac_ext
15426 cat >>conftest.$ac_ext <<_ACEOF
15427 /* end confdefs.h. */
15429 /* Override any GCC internal prototype to avoid an error.
15430 Use char because int might match the return type of a GCC
15431 builtin and then its argument prototype would still apply. */
15435 char cupsGetDefault ();
15439 return cupsGetDefault ();
15444 rm -f conftest.$ac_objext conftest$ac_exeext
15445 if { (ac_try="$ac_link"
15446 case "(($ac_try" in
15447 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15448 *) ac_try_echo
=$ac_try;;
15450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15451 (eval "$ac_link") 2>conftest.er1
15453 grep -v '^ *+' conftest.er1
>conftest.err
15455 cat conftest.err
>&5
15456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15457 (exit $ac_status); } && {
15458 test -z "$ac_c_werror_flag" ||
15459 test ! -s conftest.err
15460 } && test -s conftest
$ac_exeext &&
15461 $as_test_x conftest
$ac_exeext; then
15464 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'` ;;
15465 *) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15468 echo "$as_me: failed program was:" >&5
15469 sed 's/^/| /' conftest.
$ac_ext >&5
15474 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15475 conftest
$ac_exeext conftest.
$ac_ext
15476 LIBS
=$ac_check_soname_save_LIBS
15478 if test "x$ac_cv_lib_soname_cups" = "x"; then
15479 { echo "$as_me:$LINENO: result: not found" >&5
15480 echo "${ECHO_T}not found" >&6; }
15483 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15484 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15486 cat >>confdefs.h
<<_ACEOF
15487 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15490 CUPSINCL
="$ac_cups_cflags"
15497 CPPFLAGS
="$ac_save_CPPFLAGS"
15499 if test "x$ac_cv_lib_soname_cups" = "x"; then
15500 case "x$with_cups" in
15501 x
) wine_notices
="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15503 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15504 This is an error since --with-cups was requested." >&5
15505 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15506 This is an error since --with-cups was requested." >&2;}
15507 { (exit 1); exit 1; }; } ;;
15512 if test "$ac_cv_header_jack_jack_h" = "yes"
15514 { echo "$as_me:$LINENO: checking for -ljack" >&5
15515 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15516 if test "${ac_cv_lib_soname_jack+set}" = set; then
15517 echo $ECHO_N "(cached) $ECHO_C" >&6
15519 ac_check_soname_save_LIBS
=$LIBS
15520 LIBS
="-ljack $LIBS"
15521 cat >conftest.
$ac_ext <<_ACEOF
15524 cat confdefs.h
>>conftest.
$ac_ext
15525 cat >>conftest.
$ac_ext <<_ACEOF
15526 /* end confdefs.h. */
15528 /* Override any GCC internal prototype to avoid an error.
15529 Use char because int might match the return type of a GCC
15530 builtin and then its argument prototype would still apply. */
15534 char jack_client_new ();
15538 return jack_client_new ();
15543 rm -f conftest.
$ac_objext conftest
$ac_exeext
15544 if { (ac_try
="$ac_link"
15545 case "(($ac_try" in
15546 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15547 *) ac_try_echo=$ac_try;;
15549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15550 (eval "$ac_link") 2>conftest.er1
15552 grep -v '^ *+' conftest.er1 >conftest.err
15554 cat conftest.err >&5
15555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15556 (exit $ac_status); } && {
15557 test -z "$ac_c_werror_flag" ||
15558 test ! -s conftest.err
15559 } && test -s conftest$ac_exeext &&
15560 $as_test_x conftest$ac_exeext; then
15563 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'` ;;
15564 *) 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'` ;;
15567 echo "$as_me: failed program was:" >&5
15568 sed 's/^/| /' conftest.$ac_ext >&5
15573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15574 conftest$ac_exeext conftest.$ac_ext
15575 LIBS=$ac_check_soname_save_LIBS
15577 if test "x$ac_cv_lib_soname_jack" = "x"; then
15578 { echo "$as_me:$LINENO: result: not found" >&5
15579 echo "${ECHO_T}not found" >&6; }
15582 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15583 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15585 cat >>confdefs.h <<_ACEOF
15586 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15594 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15596 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15597 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15598 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15599 echo $ECHO_N "(cached) $ECHO_C" >&6
15601 ac_check_soname_save_LIBS=$LIBS
15602 LIBS="-lfontconfig $LIBS"
15603 cat >conftest.$ac_ext <<_ACEOF
15606 cat confdefs.h >>conftest.$ac_ext
15607 cat >>conftest.$ac_ext <<_ACEOF
15608 /* end confdefs.h. */
15610 /* Override any GCC internal prototype to avoid an error.
15611 Use char because int might match the return type of a GCC
15612 builtin and then its argument prototype would still apply. */
15625 rm -f conftest.$ac_objext conftest$ac_exeext
15626 if { (ac_try="$ac_link"
15627 case "(($ac_try" in
15628 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15629 *) ac_try_echo
=$ac_try;;
15631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15632 (eval "$ac_link") 2>conftest.er1
15634 grep -v '^ *+' conftest.er1
>conftest.err
15636 cat conftest.err
>&5
15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638 (exit $ac_status); } && {
15639 test -z "$ac_c_werror_flag" ||
15640 test ! -s conftest.err
15641 } && test -s conftest
$ac_exeext &&
15642 $as_test_x conftest
$ac_exeext; then
15645 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'` ;;
15646 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15649 echo "$as_me: failed program was:" >&5
15650 sed 's/^/| /' conftest.
$ac_ext >&5
15655 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15656 conftest
$ac_exeext conftest.
$ac_ext
15657 LIBS
=$ac_check_soname_save_LIBS
15659 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15660 { echo "$as_me:$LINENO: result: not found" >&5
15661 echo "${ECHO_T}not found" >&6; }
15664 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15665 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15667 cat >>confdefs.h
<<_ACEOF
15668 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15674 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15676 ac_save_CPPFLAGS
="$CPPFLAGS"
15677 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
15678 $as_unset ac_cv_header_fontconfig_fontconfig_h
15680 for ac_header
in fontconfig
/fontconfig.h
15682 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15683 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15684 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15685 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15686 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15687 echo $ECHO_N "(cached) $ECHO_C" >&6
15689 ac_res
=`eval echo '${'$as_ac_Header'}'`
15690 { echo "$as_me:$LINENO: result: $ac_res" >&5
15691 echo "${ECHO_T}$ac_res" >&6; }
15693 # Is the header compilable?
15694 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15695 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15696 cat >conftest.
$ac_ext <<_ACEOF
15699 cat confdefs.h
>>conftest.
$ac_ext
15700 cat >>conftest.
$ac_ext <<_ACEOF
15701 /* end confdefs.h. */
15702 $ac_includes_default
15703 #include <$ac_header>
15705 rm -f conftest.
$ac_objext
15706 if { (ac_try
="$ac_compile"
15707 case "(($ac_try" in
15708 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15709 *) ac_try_echo=$ac_try;;
15711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15712 (eval "$ac_compile") 2>conftest.er1
15714 grep -v '^ *+' conftest.er1 >conftest.err
15716 cat conftest.err >&5
15717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15718 (exit $ac_status); } && {
15719 test -z "$ac_c_werror_flag" ||
15720 test ! -s conftest.err
15721 } && test -s conftest.$ac_objext; then
15722 ac_header_compiler=yes
15724 echo "$as_me: failed program was:" >&5
15725 sed 's/^/| /' conftest.$ac_ext >&5
15727 ac_header_compiler=no
15730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15731 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15732 echo "${ECHO_T}$ac_header_compiler" >&6; }
15734 # Is the header present?
15735 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15736 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15737 cat >conftest.$ac_ext <<_ACEOF
15740 cat confdefs.h >>conftest.$ac_ext
15741 cat >>conftest.$ac_ext <<_ACEOF
15742 /* end confdefs.h. */
15743 #include <$ac_header>
15745 if { (ac_try="$ac_cpp conftest.$ac_ext"
15746 case "(($ac_try" in
15747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15748 *) ac_try_echo
=$ac_try;;
15750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15751 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15753 grep -v '^ *+' conftest.er1
>conftest.err
15755 cat conftest.err
>&5
15756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15757 (exit $ac_status); } >/dev
/null
&& {
15758 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15759 test ! -s conftest.err
15761 ac_header_preproc
=yes
15763 echo "$as_me: failed program was:" >&5
15764 sed 's/^/| /' conftest.
$ac_ext >&5
15766 ac_header_preproc
=no
15769 rm -f conftest.err conftest.
$ac_ext
15770 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15771 echo "${ECHO_T}$ac_header_preproc" >&6; }
15773 # So? What about this header?
15774 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15776 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15777 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15778 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15779 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15780 ac_header_preproc
=yes
15783 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15784 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15785 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15786 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15787 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15788 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15789 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15790 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15791 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15792 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15793 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15794 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15796 ## ------------------------------------ ##
15797 ## Report this to wine-devel@winehq.org ##
15798 ## ------------------------------------ ##
15800 ) |
sed "s/^/$as_me: WARNING: /" >&2
15803 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15804 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15805 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15806 echo $ECHO_N "(cached) $ECHO_C" >&6
15808 eval "$as_ac_Header=\$ac_header_preproc"
15810 ac_res
=`eval echo '${'$as_ac_Header'}'`
15811 { echo "$as_me:$LINENO: result: $ac_res" >&5
15812 echo "${ECHO_T}$ac_res" >&6; }
15815 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15816 cat >>confdefs.h
<<_ACEOF
15817 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15824 CPPFLAGS
="$ac_save_CPPFLAGS"
15825 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15827 FONTCONFIGINCL
="$X_CFLAGS"
15829 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15830 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15831 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15832 echo $ECHO_N "(cached) $ECHO_C" >&6
15834 ac_check_soname_save_LIBS
=$LIBS
15835 LIBS
="-lfontconfig $X_LIBS $LIBS"
15836 cat >conftest.
$ac_ext <<_ACEOF
15839 cat confdefs.h
>>conftest.
$ac_ext
15840 cat >>conftest.
$ac_ext <<_ACEOF
15841 /* end confdefs.h. */
15843 /* Override any GCC internal prototype to avoid an error.
15844 Use char because int might match the return type of a GCC
15845 builtin and then its argument prototype would still apply. */
15858 rm -f conftest.
$ac_objext conftest
$ac_exeext
15859 if { (ac_try
="$ac_link"
15860 case "(($ac_try" in
15861 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15862 *) ac_try_echo=$ac_try;;
15864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15865 (eval "$ac_link") 2>conftest.er1
15867 grep -v '^ *+' conftest.er1 >conftest.err
15869 cat conftest.err >&5
15870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15871 (exit $ac_status); } && {
15872 test -z "$ac_c_werror_flag" ||
15873 test ! -s conftest.err
15874 } && test -s conftest$ac_exeext &&
15875 $as_test_x conftest$ac_exeext; then
15878 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'` ;;
15879 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15882 echo "$as_me: failed program was:" >&5
15883 sed 's/^/| /' conftest.$ac_ext >&5
15888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15889 conftest$ac_exeext conftest.$ac_ext
15890 LIBS=$ac_check_soname_save_LIBS
15892 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15893 { echo "$as_me:$LINENO: result: not found" >&5
15894 echo "${ECHO_T}not found" >&6; }
15897 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15898 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15900 cat >>confdefs.h <<_ACEOF
15901 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15909 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15910 case "x$with_fontconfig" in
15911 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15913 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15914 This is an error since --with-fontconfig was requested." >&5
15915 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15916 This is an error since --with-fontconfig was requested." >&2;}
15917 { (exit 1); exit 1; }; } ;;
15922 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15924 { echo "$as_me:$LINENO: checking for -lssl" >&5
15925 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15926 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15927 echo $ECHO_N "(cached) $ECHO_C" >&6
15929 ac_check_soname_save_LIBS=$LIBS
15931 cat >conftest.$ac_ext <<_ACEOF
15934 cat confdefs.h >>conftest.$ac_ext
15935 cat >>conftest.$ac_ext <<_ACEOF
15936 /* end confdefs.h. */
15938 /* Override any GCC internal prototype to avoid an error.
15939 Use char because int might match the return type of a GCC
15940 builtin and then its argument prototype would still apply. */
15944 char SSL_library_init ();
15948 return SSL_library_init ();
15953 rm -f conftest.$ac_objext conftest$ac_exeext
15954 if { (ac_try="$ac_link"
15955 case "(($ac_try" in
15956 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15957 *) ac_try_echo
=$ac_try;;
15959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15960 (eval "$ac_link") 2>conftest.er1
15962 grep -v '^ *+' conftest.er1
>conftest.err
15964 cat conftest.err
>&5
15965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15966 (exit $ac_status); } && {
15967 test -z "$ac_c_werror_flag" ||
15968 test ! -s conftest.err
15969 } && test -s conftest
$ac_exeext &&
15970 $as_test_x conftest
$ac_exeext; then
15973 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'` ;;
15974 *) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15977 echo "$as_me: failed program was:" >&5
15978 sed 's/^/| /' conftest.
$ac_ext >&5
15983 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15984 conftest
$ac_exeext conftest.
$ac_ext
15985 LIBS
=$ac_check_soname_save_LIBS
15987 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15988 { echo "$as_me:$LINENO: result: not found" >&5
15989 echo "${ECHO_T}not found" >&6; }
15992 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15993 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15995 cat >>confdefs.h
<<_ACEOF
15996 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16002 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16003 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16004 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16005 echo $ECHO_N "(cached) $ECHO_C" >&6
16007 ac_check_soname_save_LIBS
=$LIBS
16008 LIBS
="-lcrypto $LIBS"
16009 cat >conftest.
$ac_ext <<_ACEOF
16012 cat confdefs.h
>>conftest.
$ac_ext
16013 cat >>conftest.
$ac_ext <<_ACEOF
16014 /* end confdefs.h. */
16016 /* Override any GCC internal prototype to avoid an error.
16017 Use char because int might match the return type of a GCC
16018 builtin and then its argument prototype would still apply. */
16022 char BIO_new_socket ();
16026 return BIO_new_socket ();
16031 rm -f conftest.
$ac_objext conftest
$ac_exeext
16032 if { (ac_try
="$ac_link"
16033 case "(($ac_try" in
16034 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16035 *) ac_try_echo=$ac_try;;
16037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16038 (eval "$ac_link") 2>conftest.er1
16040 grep -v '^ *+' conftest.er1 >conftest.err
16042 cat conftest.err >&5
16043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16044 (exit $ac_status); } && {
16045 test -z "$ac_c_werror_flag" ||
16046 test ! -s conftest.err
16047 } && test -s conftest$ac_exeext &&
16048 $as_test_x conftest$ac_exeext; then
16051 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'` ;;
16052 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcrypto\\.$LIBEXT" |
sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16055 echo "$as_me: failed program was:" >&5
16056 sed 's/^/| /' conftest.$ac_ext >&5
16061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16062 conftest$ac_exeext conftest.$ac_ext
16063 LIBS=$ac_check_soname_save_LIBS
16065 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16066 { echo "$as_me:$LINENO: result: not found" >&5
16067 echo "${ECHO_T}not found" >&6; }
16070 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16071 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16073 cat >>confdefs.h <<_ACEOF
16074 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16081 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16082 case "x$with_openssl" in
16083 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16085 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16086 This is an error since --with-openssl was requested." >&5
16087 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16088 This is an error since --with-openssl was requested." >&2;}
16089 { (exit 1); exit 1; }; } ;;
16094 if test "$ac_cv_header_jpeglib_h" = "yes"
16096 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16097 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16098 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16099 echo $ECHO_N "(cached) $ECHO_C" >&6
16101 ac_check_soname_save_LIBS=$LIBS
16102 LIBS="-ljpeg $LIBS"
16103 cat >conftest.$ac_ext <<_ACEOF
16106 cat confdefs.h >>conftest.$ac_ext
16107 cat >>conftest.$ac_ext <<_ACEOF
16108 /* end confdefs.h. */
16110 /* Override any GCC internal prototype to avoid an error.
16111 Use char because int might match the return type of a GCC
16112 builtin and then its argument prototype would still apply. */
16116 char jpeg_start_decompress ();
16120 return jpeg_start_decompress ();
16125 rm -f conftest.$ac_objext conftest$ac_exeext
16126 if { (ac_try="$ac_link"
16127 case "(($ac_try" in
16128 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16129 *) ac_try_echo
=$ac_try;;
16131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16132 (eval "$ac_link") 2>conftest.er1
16134 grep -v '^ *+' conftest.er1
>conftest.err
16136 cat conftest.err
>&5
16137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16138 (exit $ac_status); } && {
16139 test -z "$ac_c_werror_flag" ||
16140 test ! -s conftest.err
16141 } && test -s conftest
$ac_exeext &&
16142 $as_test_x conftest
$ac_exeext; then
16145 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'` ;;
16146 *) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16149 echo "$as_me: failed program was:" >&5
16150 sed 's/^/| /' conftest.
$ac_ext >&5
16155 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16156 conftest
$ac_exeext conftest.
$ac_ext
16157 LIBS
=$ac_check_soname_save_LIBS
16159 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16160 { echo "$as_me:$LINENO: result: not found" >&5
16161 echo "${ECHO_T}not found" >&6; }
16164 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16165 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16167 cat >>confdefs.h
<<_ACEOF
16168 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16175 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16176 case "x$with_jpeg" in
16177 x
) wine_warnings
="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16179 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16180 This is an error since --with-jpeg was requested." >&5
16181 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16182 This is an error since --with-jpeg was requested." >&2;}
16183 { (exit 1); exit 1; }; } ;;
16188 if test "$ac_cv_header_png_h" = "yes"
16190 { echo "$as_me:$LINENO: checking for -lpng" >&5
16191 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16192 if test "${ac_cv_lib_soname_png+set}" = set; then
16193 echo $ECHO_N "(cached) $ECHO_C" >&6
16195 ac_check_soname_save_LIBS
=$LIBS
16196 LIBS
="-lpng -lm $LIBS"
16197 cat >conftest.
$ac_ext <<_ACEOF
16200 cat confdefs.h
>>conftest.
$ac_ext
16201 cat >>conftest.
$ac_ext <<_ACEOF
16202 /* end confdefs.h. */
16204 /* Override any GCC internal prototype to avoid an error.
16205 Use char because int might match the return type of a GCC
16206 builtin and then its argument prototype would still apply. */
16210 char png_create_read_struct ();
16214 return png_create_read_struct ();
16219 rm -f conftest.
$ac_objext conftest
$ac_exeext
16220 if { (ac_try
="$ac_link"
16221 case "(($ac_try" in
16222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16223 *) ac_try_echo=$ac_try;;
16225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16226 (eval "$ac_link") 2>conftest.er1
16228 grep -v '^ *+' conftest.er1 >conftest.err
16230 cat conftest.err >&5
16231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16232 (exit $ac_status); } && {
16233 test -z "$ac_c_werror_flag" ||
16234 test ! -s conftest.err
16235 } && test -s conftest$ac_exeext &&
16236 $as_test_x conftest$ac_exeext; then
16239 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'` ;;
16240 *) 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'` ;;
16243 echo "$as_me: failed program was:" >&5
16244 sed 's/^/| /' conftest.$ac_ext >&5
16249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16250 conftest$ac_exeext conftest.$ac_ext
16251 LIBS=$ac_check_soname_save_LIBS
16253 if test "x$ac_cv_lib_soname_png" = "x"; then
16254 { echo "$as_me:$LINENO: result: not found" >&5
16255 echo "${ECHO_T}not found" >&6; }
16258 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16259 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16261 cat >>confdefs.h <<_ACEOF
16262 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16269 if test "x$ac_cv_lib_soname_png" = "x"; then
16270 case "x$with_png" in
16271 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16273 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16274 This is an error since --with-png was requested." >&5
16275 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16276 This is an error since --with-png was requested." >&2;}
16277 { (exit 1); exit 1; }; } ;;
16282 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16283 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16284 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16285 echo $ECHO_N "(cached) $ECHO_C" >&6
16287 ac_check_soname_save_LIBS=$LIBS
16288 LIBS="-lodbc $LIBS"
16289 cat >conftest.$ac_ext <<_ACEOF
16292 cat confdefs.h >>conftest.$ac_ext
16293 cat >>conftest.$ac_ext <<_ACEOF
16294 /* end confdefs.h. */
16296 /* Override any GCC internal prototype to avoid an error.
16297 Use char because int might match the return type of a GCC
16298 builtin and then its argument prototype would still apply. */
16302 char SQLConnect ();
16306 return SQLConnect ();
16311 rm -f conftest.$ac_objext conftest$ac_exeext
16312 if { (ac_try="$ac_link"
16313 case "(($ac_try" in
16314 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16315 *) ac_try_echo
=$ac_try;;
16317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16318 (eval "$ac_link") 2>conftest.er1
16320 grep -v '^ *+' conftest.er1
>conftest.err
16322 cat conftest.err
>&5
16323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16324 (exit $ac_status); } && {
16325 test -z "$ac_c_werror_flag" ||
16326 test ! -s conftest.err
16327 } && test -s conftest
$ac_exeext &&
16328 $as_test_x conftest
$ac_exeext; then
16331 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'` ;;
16332 *) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16335 echo "$as_me: failed program was:" >&5
16336 sed 's/^/| /' conftest.
$ac_ext >&5
16341 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16342 conftest
$ac_exeext conftest.
$ac_ext
16343 LIBS
=$ac_check_soname_save_LIBS
16345 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16346 { echo "$as_me:$LINENO: result: not found" >&5
16347 echo "${ECHO_T}not found" >&6; }
16348 cat >>confdefs.h
<<_ACEOF
16349 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16353 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16354 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16356 cat >>confdefs.h
<<_ACEOF
16357 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16364 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16365 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16366 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16367 "$ac_cv_header_soundcard_h" != "yes" -a \
16368 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16370 wine_warnings
="$wine_warnings|No sound system was found. Windows applications will be silent."
16376 if test "x${GCC}" = "xyes"
16378 EXTRACFLAGS
="-Wall -pipe"
16380 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16381 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16382 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16383 echo $ECHO_N "(cached) $ECHO_C" >&6
16385 if test "$cross_compiling" = yes; then
16386 ac_cv_c_gcc_strength_bug
="yes"
16388 cat >conftest.
$ac_ext <<_ACEOF
16391 cat confdefs.h
>>conftest.
$ac_ext
16392 cat >>conftest.
$ac_ext <<_ACEOF
16393 /* end confdefs.h. */
16394 int L[4] = {0,1,2,3};
16398 static int Array[3];
16399 unsigned int B = 3;
16401 for(i=0; i<B; i++) Array[i] = i - 3;
16402 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16404 exit( Array[1] != -2 || L[2] != 3)
16409 rm -f conftest
$ac_exeext
16410 if { (ac_try
="$ac_link"
16411 case "(($ac_try" in
16412 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16413 *) ac_try_echo=$ac_try;;
16415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16416 (eval "$ac_link") 2>&5
16418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16419 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16420 { (case "(($ac_try" in
16421 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16422 *) ac_try_echo
=$ac_try;;
16424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16425 (eval "$ac_try") 2>&5
16427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16428 (exit $ac_status); }; }; then
16429 ac_cv_c_gcc_strength_bug
="no"
16431 echo "$as_me: program exited with status $ac_status" >&5
16432 echo "$as_me: failed program was:" >&5
16433 sed 's/^/| /' conftest.
$ac_ext >&5
16435 ( exit $ac_status )
16436 ac_cv_c_gcc_strength_bug
="yes"
16438 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16443 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16444 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16445 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16447 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
16451 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16452 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16453 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16454 echo $ECHO_N "(cached) $ECHO_C" >&6
16456 ac_wine_try_cflags_saved
=$CFLAGS
16457 CFLAGS
="$CFLAGS -fshort-wchar"
16458 cat >conftest.
$ac_ext <<_ACEOF
16461 cat confdefs.h
>>conftest.
$ac_ext
16462 cat >>conftest.
$ac_ext <<_ACEOF
16463 /* end confdefs.h. */
16473 rm -f conftest.
$ac_objext conftest
$ac_exeext
16474 if { (ac_try
="$ac_link"
16475 case "(($ac_try" in
16476 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16477 *) ac_try_echo=$ac_try;;
16479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16480 (eval "$ac_link") 2>conftest.er1
16482 grep -v '^ *+' conftest.er1 >conftest.err
16484 cat conftest.err >&5
16485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16486 (exit $ac_status); } && {
16487 test -z "$ac_c_werror_flag" ||
16488 test ! -s conftest.err
16489 } && test -s conftest$ac_exeext &&
16490 $as_test_x conftest$ac_exeext; then
16491 ac_cv_cflags__fshort_wchar=yes
16493 echo "$as_me: failed program was:" >&5
16494 sed 's/^/| /' conftest.$ac_ext >&5
16496 ac_cv_cflags__fshort_wchar=no
16499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16500 conftest$ac_exeext conftest.$ac_ext
16501 CFLAGS=$ac_wine_try_cflags_saved
16503 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16504 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16505 if test $ac_cv_cflags__fshort_wchar = yes; then
16507 cat >>confdefs.h <<\_ACEOF
16508 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16513 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16514 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16515 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16516 echo $ECHO_N "(cached) $ECHO_C" >&6
16518 ac_wine_try_cflags_saved=$CFLAGS
16519 CFLAGS="$CFLAGS -fno-builtin"
16520 cat >conftest.$ac_ext <<_ACEOF
16523 cat confdefs.h >>conftest.$ac_ext
16524 cat >>conftest.$ac_ext <<_ACEOF
16525 /* end confdefs.h. */
16535 rm -f conftest.$ac_objext conftest$ac_exeext
16536 if { (ac_try="$ac_link"
16537 case "(($ac_try" in
16538 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16539 *) ac_try_echo
=$ac_try;;
16541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16542 (eval "$ac_link") 2>conftest.er1
16544 grep -v '^ *+' conftest.er1
>conftest.err
16546 cat conftest.err
>&5
16547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16548 (exit $ac_status); } && {
16549 test -z "$ac_c_werror_flag" ||
16550 test ! -s conftest.err
16551 } && test -s conftest
$ac_exeext &&
16552 $as_test_x conftest
$ac_exeext; then
16553 ac_cv_cflags__fno_builtin
=yes
16555 echo "$as_me: failed program was:" >&5
16556 sed 's/^/| /' conftest.
$ac_ext >&5
16558 ac_cv_cflags__fno_builtin
=no
16561 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16562 conftest
$ac_exeext conftest.
$ac_ext
16563 CFLAGS
=$ac_wine_try_cflags_saved
16565 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16566 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16567 if test $ac_cv_cflags__fno_builtin = yes; then
16568 BUILTINFLAG
="-fno-builtin"
16572 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16573 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16574 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16575 echo $ECHO_N "(cached) $ECHO_C" >&6
16577 ac_wine_try_cflags_saved
=$CFLAGS
16578 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16579 cat >conftest.
$ac_ext <<_ACEOF
16582 cat confdefs.h
>>conftest.
$ac_ext
16583 cat >>conftest.
$ac_ext <<_ACEOF
16584 /* end confdefs.h. */
16594 rm -f conftest.
$ac_objext conftest
$ac_exeext
16595 if { (ac_try
="$ac_link"
16596 case "(($ac_try" in
16597 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16598 *) ac_try_echo=$ac_try;;
16600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16601 (eval "$ac_link") 2>conftest.er1
16603 grep -v '^ *+' conftest.er1 >conftest.err
16605 cat conftest.err >&5
16606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16607 (exit $ac_status); } && {
16608 test -z "$ac_c_werror_flag" ||
16609 test ! -s conftest.err
16610 } && test -s conftest$ac_exeext &&
16611 $as_test_x conftest$ac_exeext; then
16612 ac_cv_cflags__fno_strict_aliasing=yes
16614 echo "$as_me: failed program was:" >&5
16615 sed 's/^/| /' conftest.$ac_ext >&5
16617 ac_cv_cflags__fno_strict_aliasing=no
16620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16621 conftest$ac_exeext conftest.$ac_ext
16622 CFLAGS=$ac_wine_try_cflags_saved
16624 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16625 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16626 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16627 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16630 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16631 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16632 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16633 echo $ECHO_N "(cached) $ECHO_C" >&6
16635 ac_wine_try_cflags_saved=$CFLAGS
16636 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16637 cat >conftest.$ac_ext <<_ACEOF
16640 cat confdefs.h >>conftest.$ac_ext
16641 cat >>conftest.$ac_ext <<_ACEOF
16642 /* end confdefs.h. */
16652 rm -f conftest.$ac_objext conftest$ac_exeext
16653 if { (ac_try="$ac_link"
16654 case "(($ac_try" in
16655 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16656 *) ac_try_echo
=$ac_try;;
16658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16659 (eval "$ac_link") 2>conftest.er1
16661 grep -v '^ *+' conftest.er1
>conftest.err
16663 cat conftest.err
>&5
16664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16665 (exit $ac_status); } && {
16666 test -z "$ac_c_werror_flag" ||
16667 test ! -s conftest.err
16668 } && test -s conftest
$ac_exeext &&
16669 $as_test_x conftest
$ac_exeext; then
16670 ac_cv_cflags__Wdeclaration_after_statement
=yes
16672 echo "$as_me: failed program was:" >&5
16673 sed 's/^/| /' conftest.
$ac_ext >&5
16675 ac_cv_cflags__Wdeclaration_after_statement
=no
16678 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16679 conftest
$ac_exeext conftest.
$ac_ext
16680 CFLAGS
=$ac_wine_try_cflags_saved
16682 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16683 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16684 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16685 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16688 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16689 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16690 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16691 echo $ECHO_N "(cached) $ECHO_C" >&6
16693 ac_wine_try_cflags_saved
=$CFLAGS
16694 CFLAGS
="$CFLAGS -Wwrite-strings"
16695 cat >conftest.
$ac_ext <<_ACEOF
16698 cat confdefs.h
>>conftest.
$ac_ext
16699 cat >>conftest.
$ac_ext <<_ACEOF
16700 /* end confdefs.h. */
16710 rm -f conftest.
$ac_objext conftest
$ac_exeext
16711 if { (ac_try
="$ac_link"
16712 case "(($ac_try" in
16713 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16714 *) ac_try_echo=$ac_try;;
16716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16717 (eval "$ac_link") 2>conftest.er1
16719 grep -v '^ *+' conftest.er1 >conftest.err
16721 cat conftest.err >&5
16722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16723 (exit $ac_status); } && {
16724 test -z "$ac_c_werror_flag" ||
16725 test ! -s conftest.err
16726 } && test -s conftest$ac_exeext &&
16727 $as_test_x conftest$ac_exeext; then
16728 ac_cv_cflags__Wwrite_strings=yes
16730 echo "$as_me: failed program was:" >&5
16731 sed 's/^/| /' conftest.$ac_ext >&5
16733 ac_cv_cflags__Wwrite_strings=no
16736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16737 conftest$ac_exeext conftest.$ac_ext
16738 CFLAGS=$ac_wine_try_cflags_saved
16740 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16741 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16742 if test $ac_cv_cflags__Wwrite_strings = yes; then
16743 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16746 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16747 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16748 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16749 echo $ECHO_N "(cached) $ECHO_C" >&6
16751 ac_wine_try_cflags_saved=$CFLAGS
16752 CFLAGS="$CFLAGS -Wtype-limits"
16753 cat >conftest.$ac_ext <<_ACEOF
16756 cat confdefs.h >>conftest.$ac_ext
16757 cat >>conftest.$ac_ext <<_ACEOF
16758 /* end confdefs.h. */
16768 rm -f conftest.$ac_objext conftest$ac_exeext
16769 if { (ac_try="$ac_link"
16770 case "(($ac_try" in
16771 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16772 *) ac_try_echo
=$ac_try;;
16774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16775 (eval "$ac_link") 2>conftest.er1
16777 grep -v '^ *+' conftest.er1
>conftest.err
16779 cat conftest.err
>&5
16780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16781 (exit $ac_status); } && {
16782 test -z "$ac_c_werror_flag" ||
16783 test ! -s conftest.err
16784 } && test -s conftest
$ac_exeext &&
16785 $as_test_x conftest
$ac_exeext; then
16786 ac_cv_cflags__Wtype_limits
=yes
16788 echo "$as_me: failed program was:" >&5
16789 sed 's/^/| /' conftest.
$ac_ext >&5
16791 ac_cv_cflags__Wtype_limits
=no
16794 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16795 conftest
$ac_exeext conftest.
$ac_ext
16796 CFLAGS
=$ac_wine_try_cflags_saved
16798 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16799 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16800 if test $ac_cv_cflags__Wtype_limits = yes; then
16801 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16805 saved_CFLAGS
="$CFLAGS"
16806 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16807 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16808 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16809 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16810 echo $ECHO_N "(cached) $ECHO_C" >&6
16812 cat >conftest.
$ac_ext <<_ACEOF
16815 cat confdefs.h
>>conftest.
$ac_ext
16816 cat >>conftest.
$ac_ext <<_ACEOF
16817 /* end confdefs.h. */
16818 #include <string.h>
16827 rm -f conftest.
$ac_objext
16828 if { (ac_try
="$ac_compile"
16829 case "(($ac_try" in
16830 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16831 *) ac_try_echo=$ac_try;;
16833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16834 (eval "$ac_compile") 2>conftest.er1
16836 grep -v '^ *+' conftest.er1 >conftest.err
16838 cat conftest.err >&5
16839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16840 (exit $ac_status); } && {
16841 test -z "$ac_c_werror_flag" ||
16842 test ! -s conftest.err
16843 } && test -s conftest.$ac_objext; then
16844 ac_cv_c_string_h_warnings=no
16846 echo "$as_me: failed program was:" >&5
16847 sed 's/^/| /' conftest.$ac_ext >&5
16849 ac_cv_c_string_h_warnings=yes
16852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16854 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16855 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16856 CFLAGS="$saved_CFLAGS"
16857 if test "$ac_cv_c_string_h_warnings" = "no"
16859 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16864 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16865 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16866 if test "${ac_cv_asm_func_def+set}" = set; then
16867 echo $ECHO_N "(cached) $ECHO_C" >&6
16869 cat >conftest.$ac_ext <<_ACEOF
16872 cat confdefs.h >>conftest.$ac_ext
16873 cat >>conftest.$ac_ext <<_ACEOF
16874 /* end confdefs.h. */
16879 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16884 rm -f conftest.$ac_objext conftest$ac_exeext
16885 if { (ac_try="$ac_link"
16886 case "(($ac_try" in
16887 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16888 *) ac_try_echo
=$ac_try;;
16890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16891 (eval "$ac_link") 2>conftest.er1
16893 grep -v '^ *+' conftest.er1
>conftest.err
16895 cat conftest.err
>&5
16896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16897 (exit $ac_status); } && {
16898 test -z "$ac_c_werror_flag" ||
16899 test ! -s conftest.err
16900 } && test -s conftest
$ac_exeext &&
16901 $as_test_x conftest
$ac_exeext; then
16902 ac_cv_asm_func_def
=".def"
16904 echo "$as_me: failed program was:" >&5
16905 sed 's/^/| /' conftest.
$ac_ext >&5
16907 cat >conftest.
$ac_ext <<_ACEOF
16910 cat confdefs.h
>>conftest.
$ac_ext
16911 cat >>conftest.
$ac_ext <<_ACEOF
16912 /* end confdefs.h. */
16917 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16922 rm -f conftest.
$ac_objext conftest
$ac_exeext
16923 if { (ac_try
="$ac_link"
16924 case "(($ac_try" in
16925 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16926 *) ac_try_echo=$ac_try;;
16928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16929 (eval "$ac_link") 2>conftest.er1
16931 grep -v '^ *+' conftest.er1 >conftest.err
16933 cat conftest.err >&5
16934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16935 (exit $ac_status); } && {
16936 test -z "$ac_c_werror_flag" ||
16937 test ! -s conftest.err
16938 } && test -s conftest$ac_exeext &&
16939 $as_test_x conftest$ac_exeext; then
16940 ac_cv_asm_func_def=".type @function"
16942 echo "$as_me: failed program was:" >&5
16943 sed 's/^/| /' conftest.$ac_ext >&5
16945 cat >conftest.$ac_ext <<_ACEOF
16948 cat confdefs.h >>conftest.$ac_ext
16949 cat >>conftest.$ac_ext <<_ACEOF
16950 /* end confdefs.h. */
16955 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16960 rm -f conftest.$ac_objext conftest$ac_exeext
16961 if { (ac_try="$ac_link"
16962 case "(($ac_try" in
16963 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16964 *) ac_try_echo
=$ac_try;;
16966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16967 (eval "$ac_link") 2>conftest.er1
16969 grep -v '^ *+' conftest.er1
>conftest.err
16971 cat conftest.err
>&5
16972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16973 (exit $ac_status); } && {
16974 test -z "$ac_c_werror_flag" ||
16975 test ! -s conftest.err
16976 } && test -s conftest
$ac_exeext &&
16977 $as_test_x conftest
$ac_exeext; then
16978 ac_cv_asm_func_def
=".type 2"
16980 echo "$as_me: failed program was:" >&5
16981 sed 's/^/| /' conftest.
$ac_ext >&5
16983 ac_cv_asm_func_def
="unknown"
16986 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16987 conftest
$ac_exeext conftest.
$ac_ext
16990 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16991 conftest
$ac_exeext conftest.
$ac_ext
16994 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16995 conftest
$ac_exeext conftest.
$ac_ext
16997 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16998 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17002 case "$ac_cv_asm_func_def" in
17004 cat >>confdefs.h
<<\_ACEOF
17005 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17009 cat >>confdefs.h
<<\_ACEOF
17010 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17014 cat >>confdefs.h
<<\_ACEOF
17015 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17019 cat >>confdefs.h
<<\_ACEOF
17020 #define __ASM_FUNC(name) ""
17026 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17027 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17028 if test "${ac_cv_c_extern_prefix+set}" = set; then
17029 echo $ECHO_N "(cached) $ECHO_C" >&6
17031 cat >conftest.
$ac_ext <<_ACEOF
17034 cat confdefs.h
>>conftest.
$ac_ext
17035 cat >>conftest.
$ac_ext <<_ACEOF
17036 /* end confdefs.h. */
17037 extern int ac_test;
17041 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17046 rm -f conftest.
$ac_objext conftest
$ac_exeext
17047 if { (ac_try
="$ac_link"
17048 case "(($ac_try" in
17049 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17050 *) ac_try_echo=$ac_try;;
17052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17053 (eval "$ac_link") 2>conftest.er1
17055 grep -v '^ *+' conftest.er1 >conftest.err
17057 cat conftest.err >&5
17058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17059 (exit $ac_status); } && {
17060 test -z "$ac_c_werror_flag" ||
17061 test ! -s conftest.err
17062 } && test -s conftest$ac_exeext &&
17063 $as_test_x conftest$ac_exeext; then
17064 ac_cv_c_extern_prefix="yes"
17066 echo "$as_me: failed program was:" >&5
17067 sed 's/^/| /' conftest.$ac_ext >&5
17069 ac_cv_c_extern_prefix="no"
17072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17073 conftest$ac_exeext conftest.$ac_ext
17075 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17076 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17080 if test "$ac_cv_c_extern_prefix" = "yes"
17082 cat >>confdefs.h <<\_ACEOF
17083 #define __ASM_NAME(name) "_" name
17087 cat >>confdefs.h <<\_ACEOF
17088 #define __ASM_NAME(name) name
17098 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17102 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17104 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17108 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17116 SOCKETLIBS="-lws2_32"
17121 MAIN_BINARY="wine-pthread"
17125 linux* | k*bsd*-gnu)
17126 MAIN_BINARY="wine-glibc"
17128 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17131 MAIN_BINARY="wine-freebsd"
17133 EXTRA_BINARIES="wine-pthread"
17281 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17282 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17283 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17284 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17285 echo $ECHO_N "(cached) $ECHO_C" >&6
17287 cat >conftest.$ac_ext <<_ACEOF
17290 cat confdefs.h >>conftest.$ac_ext
17291 cat >>conftest.$ac_ext <<_ACEOF
17292 /* end confdefs.h. */
17293 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17294 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17295 #define $ac_func innocuous_$ac_func
17297 /* System header to define __stub macros and hopefully few prototypes,
17298 which can conflict with char $ac_func (); below.
17299 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17300 <limits.h> exists even on freestanding compilers. */
17303 # include <limits.h>
17305 # include <assert.h>
17310 /* Override any GCC internal prototype to avoid an error.
17311 Use char because int might match the return type of a GCC
17312 builtin and then its argument prototype would still apply. */
17317 /* The GNU C library defines this for functions which it implements
17318 to always fail with ENOSYS. Some functions are actually named
17319 something starting with __ and the normal name is an alias. */
17320 #if defined __stub_$ac_func || defined __stub___$ac_func
17327 return $ac_func ();
17332 rm -f conftest.$ac_objext conftest$ac_exeext
17333 if { (ac_try="$ac_link"
17334 case "(($ac_try" in
17335 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17336 *) ac_try_echo
=$ac_try;;
17338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17339 (eval "$ac_link") 2>conftest.er1
17341 grep -v '^ *+' conftest.er1
>conftest.err
17343 cat conftest.err
>&5
17344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17345 (exit $ac_status); } && {
17346 test -z "$ac_c_werror_flag" ||
17347 test ! -s conftest.err
17348 } && test -s conftest
$ac_exeext &&
17349 $as_test_x conftest
$ac_exeext; then
17350 eval "$as_ac_var=yes"
17352 echo "$as_me: failed program was:" >&5
17353 sed 's/^/| /' conftest.
$ac_ext >&5
17355 eval "$as_ac_var=no"
17358 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17359 conftest
$ac_exeext conftest.
$ac_ext
17361 ac_res
=`eval echo '${'$as_ac_var'}'`
17362 { echo "$as_me:$LINENO: result: $ac_res" >&5
17363 echo "${ECHO_T}$ac_res" >&6; }
17364 if test `eval echo '${'$as_ac_var'}'` = yes; then
17365 cat >>confdefs.h
<<_ACEOF
17366 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17373 if test "$ac_cv_func_dlopen" = no
17375 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17376 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17377 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17378 echo $ECHO_N "(cached) $ECHO_C" >&6
17380 ac_check_lib_save_LIBS
=$LIBS
17382 cat >conftest.
$ac_ext <<_ACEOF
17385 cat confdefs.h
>>conftest.
$ac_ext
17386 cat >>conftest.
$ac_ext <<_ACEOF
17387 /* end confdefs.h. */
17389 /* Override any GCC internal prototype to avoid an error.
17390 Use char because int might match the return type of a GCC
17391 builtin and then its argument prototype would still apply. */
17404 rm -f conftest.
$ac_objext conftest
$ac_exeext
17405 if { (ac_try
="$ac_link"
17406 case "(($ac_try" in
17407 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17408 *) ac_try_echo=$ac_try;;
17410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17411 (eval "$ac_link") 2>conftest.er1
17413 grep -v '^ *+' conftest.er1 >conftest.err
17415 cat conftest.err >&5
17416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17417 (exit $ac_status); } && {
17418 test -z "$ac_c_werror_flag" ||
17419 test ! -s conftest.err
17420 } && test -s conftest$ac_exeext &&
17421 $as_test_x conftest$ac_exeext; then
17422 ac_cv_lib_dl_dlopen=yes
17424 echo "$as_me: failed program was:" >&5
17425 sed 's/^/| /' conftest.$ac_ext >&5
17427 ac_cv_lib_dl_dlopen=no
17430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17431 conftest$ac_exeext conftest.$ac_ext
17432 LIBS=$ac_check_lib_save_LIBS
17434 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17435 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17436 if test $ac_cv_lib_dl_dlopen = yes; then
17437 cat >>confdefs.h <<\_ACEOF
17438 #define HAVE_DLOPEN 1
17445 ac_wine_check_funcs_save_LIBS="$LIBS"
17446 LIBS="$LIBS $LIBDL"
17448 for ac_func in dladdr
17450 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17451 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17452 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17453 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17454 echo $ECHO_N "(cached) $ECHO_C" >&6
17456 cat >conftest.$ac_ext <<_ACEOF
17459 cat confdefs.h >>conftest.$ac_ext
17460 cat >>conftest.$ac_ext <<_ACEOF
17461 /* end confdefs.h. */
17462 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17463 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17464 #define $ac_func innocuous_$ac_func
17466 /* System header to define __stub macros and hopefully few prototypes,
17467 which can conflict with char $ac_func (); below.
17468 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17469 <limits.h> exists even on freestanding compilers. */
17472 # include <limits.h>
17474 # include <assert.h>
17479 /* Override any GCC internal prototype to avoid an error.
17480 Use char because int might match the return type of a GCC
17481 builtin and then its argument prototype would still apply. */
17486 /* The GNU C library defines this for functions which it implements
17487 to always fail with ENOSYS. Some functions are actually named
17488 something starting with __ and the normal name is an alias. */
17489 #if defined __stub_$ac_func || defined __stub___$ac_func
17496 return $ac_func ();
17501 rm -f conftest.$ac_objext conftest$ac_exeext
17502 if { (ac_try="$ac_link"
17503 case "(($ac_try" in
17504 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17505 *) ac_try_echo
=$ac_try;;
17507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17508 (eval "$ac_link") 2>conftest.er1
17510 grep -v '^ *+' conftest.er1
>conftest.err
17512 cat conftest.err
>&5
17513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17514 (exit $ac_status); } && {
17515 test -z "$ac_c_werror_flag" ||
17516 test ! -s conftest.err
17517 } && test -s conftest
$ac_exeext &&
17518 $as_test_x conftest
$ac_exeext; then
17519 eval "$as_ac_var=yes"
17521 echo "$as_me: failed program was:" >&5
17522 sed 's/^/| /' conftest.
$ac_ext >&5
17524 eval "$as_ac_var=no"
17527 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17528 conftest
$ac_exeext conftest.
$ac_ext
17530 ac_res
=`eval echo '${'$as_ac_var'}'`
17531 { echo "$as_me:$LINENO: result: $ac_res" >&5
17532 echo "${ECHO_T}$ac_res" >&6; }
17533 if test `eval echo '${'$as_ac_var'}'` = yes; then
17534 cat >>confdefs.h
<<_ACEOF
17535 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17541 LIBS
="$ac_wine_check_funcs_save_LIBS"
17543 if test "$ac_cv_func_poll" = no
17545 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17546 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17547 if test "${ac_cv_lib_poll_poll+set}" = set; then
17548 echo $ECHO_N "(cached) $ECHO_C" >&6
17550 ac_check_lib_save_LIBS
=$LIBS
17551 LIBS
="-lpoll $LIBS"
17552 cat >conftest.
$ac_ext <<_ACEOF
17555 cat confdefs.h
>>conftest.
$ac_ext
17556 cat >>conftest.
$ac_ext <<_ACEOF
17557 /* end confdefs.h. */
17559 /* Override any GCC internal prototype to avoid an error.
17560 Use char because int might match the return type of a GCC
17561 builtin and then its argument prototype would still apply. */
17574 rm -f conftest.
$ac_objext conftest
$ac_exeext
17575 if { (ac_try
="$ac_link"
17576 case "(($ac_try" in
17577 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17578 *) ac_try_echo=$ac_try;;
17580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17581 (eval "$ac_link") 2>conftest.er1
17583 grep -v '^ *+' conftest.er1 >conftest.err
17585 cat conftest.err >&5
17586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17587 (exit $ac_status); } && {
17588 test -z "$ac_c_werror_flag" ||
17589 test ! -s conftest.err
17590 } && test -s conftest$ac_exeext &&
17591 $as_test_x conftest$ac_exeext; then
17592 ac_cv_lib_poll_poll=yes
17594 echo "$as_me: failed program was:" >&5
17595 sed 's/^/| /' conftest.$ac_ext >&5
17597 ac_cv_lib_poll_poll=no
17600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17601 conftest$ac_exeext conftest.$ac_ext
17602 LIBS=$ac_check_lib_save_LIBS
17604 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17605 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17606 if test $ac_cv_lib_poll_poll = yes; then
17607 cat >>confdefs.h <<\_ACEOF
17608 #define HAVE_POLL 1
17616 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17617 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17618 if test "${ac_cv_search_gethostbyname+set}" = set; then
17619 echo $ECHO_N "(cached) $ECHO_C" >&6
17621 ac_func_search_save_LIBS=$LIBS
17622 cat >conftest.$ac_ext <<_ACEOF
17625 cat confdefs.h >>conftest.$ac_ext
17626 cat >>conftest.$ac_ext <<_ACEOF
17627 /* end confdefs.h. */
17629 /* Override any GCC internal prototype to avoid an error.
17630 Use char because int might match the return type of a GCC
17631 builtin and then its argument prototype would still apply. */
17635 char gethostbyname ();
17639 return gethostbyname ();
17644 for ac_lib in '' nsl; do
17645 if test -z "$ac_lib"; then
17646 ac_res="none required"
17649 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17651 rm -f conftest.$ac_objext conftest$ac_exeext
17652 if { (ac_try="$ac_link"
17653 case "(($ac_try" in
17654 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17655 *) ac_try_echo
=$ac_try;;
17657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17658 (eval "$ac_link") 2>conftest.er1
17660 grep -v '^ *+' conftest.er1
>conftest.err
17662 cat conftest.err
>&5
17663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17664 (exit $ac_status); } && {
17665 test -z "$ac_c_werror_flag" ||
17666 test ! -s conftest.err
17667 } && test -s conftest
$ac_exeext &&
17668 $as_test_x conftest
$ac_exeext; then
17669 ac_cv_search_gethostbyname
=$ac_res
17671 echo "$as_me: failed program was:" >&5
17672 sed 's/^/| /' conftest.
$ac_ext >&5
17677 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17679 if test "${ac_cv_search_gethostbyname+set}" = set; then
17683 if test "${ac_cv_search_gethostbyname+set}" = set; then
17686 ac_cv_search_gethostbyname
=no
17688 rm conftest.
$ac_ext
17689 LIBS
=$ac_func_search_save_LIBS
17691 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17692 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17693 ac_res
=$ac_cv_search_gethostbyname
17694 if test "$ac_res" != no
; then
17695 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17700 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17701 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17702 if test "${ac_cv_search_connect+set}" = set; then
17703 echo $ECHO_N "(cached) $ECHO_C" >&6
17705 ac_func_search_save_LIBS
=$LIBS
17706 cat >conftest.
$ac_ext <<_ACEOF
17709 cat confdefs.h
>>conftest.
$ac_ext
17710 cat >>conftest.
$ac_ext <<_ACEOF
17711 /* end confdefs.h. */
17713 /* Override any GCC internal prototype to avoid an error.
17714 Use char because int might match the return type of a GCC
17715 builtin and then its argument prototype would still apply. */
17728 for ac_lib
in '' socket
; do
17729 if test -z "$ac_lib"; then
17730 ac_res
="none required"
17733 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17735 rm -f conftest.
$ac_objext conftest
$ac_exeext
17736 if { (ac_try
="$ac_link"
17737 case "(($ac_try" in
17738 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17739 *) ac_try_echo=$ac_try;;
17741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17742 (eval "$ac_link") 2>conftest.er1
17744 grep -v '^ *+' conftest.er1 >conftest.err
17746 cat conftest.err >&5
17747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17748 (exit $ac_status); } && {
17749 test -z "$ac_c_werror_flag" ||
17750 test ! -s conftest.err
17751 } && test -s conftest$ac_exeext &&
17752 $as_test_x conftest$ac_exeext; then
17753 ac_cv_search_connect=$ac_res
17755 echo "$as_me: failed program was:" >&5
17756 sed 's/^/| /' conftest.$ac_ext >&5
17761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17763 if test "${ac_cv_search_connect+set}" = set; then
17767 if test "${ac_cv_search_connect+set}" = set; then
17770 ac_cv_search_connect=no
17772 rm conftest.$ac_ext
17773 LIBS=$ac_func_search_save_LIBS
17775 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17776 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17777 ac_res=$ac_cv_search_connect
17778 if test "$ac_res" != no; then
17779 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17784 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17785 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17786 if test "${ac_cv_search_inet_aton+set}" = set; then
17787 echo $ECHO_N "(cached) $ECHO_C" >&6
17789 ac_func_search_save_LIBS=$LIBS
17790 cat >conftest.$ac_ext <<_ACEOF
17793 cat confdefs.h >>conftest.$ac_ext
17794 cat >>conftest.$ac_ext <<_ACEOF
17795 /* end confdefs.h. */
17797 /* Override any GCC internal prototype to avoid an error.
17798 Use char because int might match the return type of a GCC
17799 builtin and then its argument prototype would still apply. */
17807 return inet_aton ();
17812 for ac_lib in '' resolv; do
17813 if test -z "$ac_lib"; then
17814 ac_res="none required"
17817 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17819 rm -f conftest.$ac_objext conftest$ac_exeext
17820 if { (ac_try="$ac_link"
17821 case "(($ac_try" in
17822 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17823 *) ac_try_echo
=$ac_try;;
17825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17826 (eval "$ac_link") 2>conftest.er1
17828 grep -v '^ *+' conftest.er1
>conftest.err
17830 cat conftest.err
>&5
17831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17832 (exit $ac_status); } && {
17833 test -z "$ac_c_werror_flag" ||
17834 test ! -s conftest.err
17835 } && test -s conftest
$ac_exeext &&
17836 $as_test_x conftest
$ac_exeext; then
17837 ac_cv_search_inet_aton
=$ac_res
17839 echo "$as_me: failed program was:" >&5
17840 sed 's/^/| /' conftest.
$ac_ext >&5
17845 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17847 if test "${ac_cv_search_inet_aton+set}" = set; then
17851 if test "${ac_cv_search_inet_aton+set}" = set; then
17854 ac_cv_search_inet_aton
=no
17856 rm conftest.
$ac_ext
17857 LIBS
=$ac_func_search_save_LIBS
17859 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17860 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17861 ac_res
=$ac_cv_search_inet_aton
17862 if test "$ac_res" != no
; then
17863 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17887 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17888 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17889 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17890 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17891 echo $ECHO_N "(cached) $ECHO_C" >&6
17893 cat >conftest.
$ac_ext <<_ACEOF
17896 cat confdefs.h
>>conftest.
$ac_ext
17897 cat >>conftest.
$ac_ext <<_ACEOF
17898 /* end confdefs.h. */
17899 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17900 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17901 #define $ac_func innocuous_$ac_func
17903 /* System header to define __stub macros and hopefully few prototypes,
17904 which can conflict with char $ac_func (); below.
17905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17906 <limits.h> exists even on freestanding compilers. */
17909 # include <limits.h>
17911 # include <assert.h>
17916 /* Override any GCC internal prototype to avoid an error.
17917 Use char because int might match the return type of a GCC
17918 builtin and then its argument prototype would still apply. */
17923 /* The GNU C library defines this for functions which it implements
17924 to always fail with ENOSYS. Some functions are actually named
17925 something starting with __ and the normal name is an alias. */
17926 #if defined __stub_$ac_func || defined __stub___$ac_func
17933 return $ac_func ();
17938 rm -f conftest.
$ac_objext conftest
$ac_exeext
17939 if { (ac_try
="$ac_link"
17940 case "(($ac_try" in
17941 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17942 *) ac_try_echo=$ac_try;;
17944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17945 (eval "$ac_link") 2>conftest.er1
17947 grep -v '^ *+' conftest.er1 >conftest.err
17949 cat conftest.err >&5
17950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17951 (exit $ac_status); } && {
17952 test -z "$ac_c_werror_flag" ||
17953 test ! -s conftest.err
17954 } && test -s conftest$ac_exeext &&
17955 $as_test_x conftest$ac_exeext; then
17956 eval "$as_ac_var=yes"
17958 echo "$as_me: failed program was:" >&5
17959 sed 's/^/| /' conftest.$ac_ext >&5
17961 eval "$as_ac_var=no"
17964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17965 conftest$ac_exeext conftest.$ac_ext
17967 ac_res=`eval echo '${'$as_ac_var'}'`
17968 { echo "$as_me:$LINENO: result: $ac_res" >&5
17969 echo "${ECHO_T}$ac_res" >&6; }
17970 if test `eval echo '${'$as_ac_var'}'` = yes; then
17971 cat >>confdefs.h <<_ACEOF
17972 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17981 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17983 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17984 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17985 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17986 echo $ECHO_N "(cached) $ECHO_C" >&6
17988 cat >conftest.$ac_ext <<_ACEOF
17991 cat confdefs.h >>conftest.$ac_ext
17992 cat >>conftest.$ac_ext <<_ACEOF
17993 /* end confdefs.h. */
17996 typedef LDAPSortKey ac__type_new_;
18000 if ((ac__type_new_ *) 0)
18002 if (sizeof (ac__type_new_))
18008 rm -f conftest.$ac_objext
18009 if { (ac_try="$ac_compile"
18010 case "(($ac_try" in
18011 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18012 *) ac_try_echo
=$ac_try;;
18014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18015 (eval "$ac_compile") 2>conftest.er1
18017 grep -v '^ *+' conftest.er1
>conftest.err
18019 cat conftest.err
>&5
18020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18021 (exit $ac_status); } && {
18022 test -z "$ac_c_werror_flag" ||
18023 test ! -s conftest.err
18024 } && test -s conftest.
$ac_objext; then
18025 ac_cv_type_LDAPSortKey
=yes
18027 echo "$as_me: failed program was:" >&5
18028 sed 's/^/| /' conftest.
$ac_ext >&5
18030 ac_cv_type_LDAPSortKey
=no
18033 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18035 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18036 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18037 if test $ac_cv_type_LDAPSortKey = yes; then
18038 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18039 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18040 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18041 echo $ECHO_N "(cached) $ECHO_C" >&6
18043 ac_check_lib_save_LIBS
=$LIBS
18044 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
18045 cat >conftest.
$ac_ext <<_ACEOF
18048 cat confdefs.h
>>conftest.
$ac_ext
18049 cat >>conftest.
$ac_ext <<_ACEOF
18050 /* end confdefs.h. */
18052 /* Override any GCC internal prototype to avoid an error.
18053 Use char because int might match the return type of a GCC
18054 builtin and then its argument prototype would still apply. */
18058 char ldap_initialize ();
18062 return ldap_initialize ();
18067 rm -f conftest.
$ac_objext conftest
$ac_exeext
18068 if { (ac_try
="$ac_link"
18069 case "(($ac_try" in
18070 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18071 *) ac_try_echo=$ac_try;;
18073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18074 (eval "$ac_link") 2>conftest.er1
18076 grep -v '^ *+' conftest.er1 >conftest.err
18078 cat conftest.err >&5
18079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18080 (exit $ac_status); } && {
18081 test -z "$ac_c_werror_flag" ||
18082 test ! -s conftest.err
18083 } && test -s conftest$ac_exeext &&
18084 $as_test_x conftest$ac_exeext; then
18085 ac_cv_lib_ldap_r_ldap_initialize=yes
18087 echo "$as_me: failed program was:" >&5
18088 sed 's/^/| /' conftest.$ac_ext >&5
18090 ac_cv_lib_ldap_r_ldap_initialize=no
18093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18094 conftest$ac_exeext conftest.$ac_ext
18095 LIBS=$ac_check_lib_save_LIBS
18097 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18098 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18099 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18100 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18101 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18102 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18103 echo $ECHO_N "(cached) $ECHO_C" >&6
18105 ac_check_lib_save_LIBS=$LIBS
18106 LIBS="-llber $LIBPTHREAD $LIBS"
18107 cat >conftest.$ac_ext <<_ACEOF
18110 cat confdefs.h >>conftest.$ac_ext
18111 cat >>conftest.$ac_ext <<_ACEOF
18112 /* end confdefs.h. */
18114 /* Override any GCC internal prototype to avoid an error.
18115 Use char because int might match the return type of a GCC
18116 builtin and then its argument prototype would still apply. */
18124 return ber_init ();
18129 rm -f conftest.$ac_objext conftest$ac_exeext
18130 if { (ac_try="$ac_link"
18131 case "(($ac_try" in
18132 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18133 *) ac_try_echo
=$ac_try;;
18135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18136 (eval "$ac_link") 2>conftest.er1
18138 grep -v '^ *+' conftest.er1
>conftest.err
18140 cat conftest.err
>&5
18141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18142 (exit $ac_status); } && {
18143 test -z "$ac_c_werror_flag" ||
18144 test ! -s conftest.err
18145 } && test -s conftest
$ac_exeext &&
18146 $as_test_x conftest
$ac_exeext; then
18147 ac_cv_lib_lber_ber_init
=yes
18149 echo "$as_me: failed program was:" >&5
18150 sed 's/^/| /' conftest.
$ac_ext >&5
18152 ac_cv_lib_lber_ber_init
=no
18155 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18156 conftest
$ac_exeext conftest.
$ac_ext
18157 LIBS
=$ac_check_lib_save_LIBS
18159 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18160 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18161 if test $ac_cv_lib_lber_ber_init = yes; then
18163 cat >>confdefs.h
<<\_ACEOF
18164 #define HAVE_LDAP 1
18167 LDAPLIBS
="-lldap_r -llber"
18174 ac_wine_check_funcs_save_LIBS
="$LIBS"
18175 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
18185 ldap_count_references \
18186 ldap_first_reference \
18187 ldap_next_reference \
18188 ldap_parse_reference \
18189 ldap_parse_sort_control \
18190 ldap_parse_sortresponse_control \
18191 ldap_parse_vlv_control \
18192 ldap_parse_vlvresponse_control
18194 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18195 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18196 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18197 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18198 echo $ECHO_N "(cached) $ECHO_C" >&6
18200 cat >conftest.
$ac_ext <<_ACEOF
18203 cat confdefs.h
>>conftest.
$ac_ext
18204 cat >>conftest.
$ac_ext <<_ACEOF
18205 /* end confdefs.h. */
18206 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18207 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18208 #define $ac_func innocuous_$ac_func
18210 /* System header to define __stub macros and hopefully few prototypes,
18211 which can conflict with char $ac_func (); below.
18212 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18213 <limits.h> exists even on freestanding compilers. */
18216 # include <limits.h>
18218 # include <assert.h>
18223 /* Override any GCC internal prototype to avoid an error.
18224 Use char because int might match the return type of a GCC
18225 builtin and then its argument prototype would still apply. */
18230 /* The GNU C library defines this for functions which it implements
18231 to always fail with ENOSYS. Some functions are actually named
18232 something starting with __ and the normal name is an alias. */
18233 #if defined __stub_$ac_func || defined __stub___$ac_func
18240 return $ac_func ();
18245 rm -f conftest.
$ac_objext conftest
$ac_exeext
18246 if { (ac_try
="$ac_link"
18247 case "(($ac_try" in
18248 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18249 *) ac_try_echo=$ac_try;;
18251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18252 (eval "$ac_link") 2>conftest.er1
18254 grep -v '^ *+' conftest.er1 >conftest.err
18256 cat conftest.err >&5
18257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18258 (exit $ac_status); } && {
18259 test -z "$ac_c_werror_flag" ||
18260 test ! -s conftest.err
18261 } && test -s conftest$ac_exeext &&
18262 $as_test_x conftest$ac_exeext; then
18263 eval "$as_ac_var=yes"
18265 echo "$as_me: failed program was:" >&5
18266 sed 's/^/| /' conftest.$ac_ext >&5
18268 eval "$as_ac_var=no"
18271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18272 conftest$ac_exeext conftest.$ac_ext
18274 ac_res=`eval echo '${'$as_ac_var'}'`
18275 { echo "$as_me:$LINENO: result: $ac_res" >&5
18276 echo "${ECHO_T}$ac_res" >&6; }
18277 if test `eval echo '${'$as_ac_var'}'` = yes; then
18278 cat >>confdefs.h <<_ACEOF
18279 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18285 LIBS="$ac_wine_check_funcs_save_LIBS"
18287 if test "x$LDAPLIBS" = "x"; then
18288 case "x$with_ldap" in
18289 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18291 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18292 This is an error since --with-ldap was requested." >&5
18293 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18294 This is an error since --with-ldap was requested." >&2;}
18295 { (exit 1); exit 1; }; } ;;
18301 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18302 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18303 if test "${ac_cv_c_const+set}" = set; then
18304 echo $ECHO_N "(cached) $ECHO_C" >&6
18306 cat >conftest.$ac_ext <<_ACEOF
18309 cat confdefs.h >>conftest.$ac_ext
18310 cat >>conftest.$ac_ext <<_ACEOF
18311 /* end confdefs.h. */
18316 /* FIXME: Include the comments suggested by Paul. */
18317 #ifndef __cplusplus
18318 /* Ultrix mips cc rejects this. */
18319 typedef int charset[2];
18321 /* SunOS 4.1.1 cc rejects this. */
18322 char const *const *pcpcc;
18324 /* NEC SVR4.0.2 mips cc rejects this. */
18325 struct point {int x, y;};
18326 static struct point const zero = {0,0};
18327 /* AIX XL C 1.02.0.0 rejects this.
18328 It does not let you subtract one const X* pointer from another in
18329 an arm of an if-expression whose if-part is not a constant
18331 const char *g = "string";
18332 pcpcc = &g + (g ? g-g : 0);
18333 /* HPUX 7.0 cc rejects these. */
18335 ppc = (char**) pcpcc;
18336 pcpcc = (char const *const *) ppc;
18337 { /* SCO 3.2v4 cc rejects this. */
18339 char const *s = 0 ? (char *) 0 : (char const *) 0;
18344 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18345 int x[] = {25, 17};
18346 const int *foo = &x[0];
18349 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18350 typedef const int *iptr;
18354 { /* AIX XL C 1.02.0.0 rejects this saying
18355 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18356 struct s { int j; const int *ap[3]; };
18357 struct s *b; b->j = 5;
18359 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18360 const int foo = 10;
18361 if (!foo) return 0;
18363 return !cs[0] && !zero.x;
18370 rm -f conftest.$ac_objext
18371 if { (ac_try="$ac_compile"
18372 case "(($ac_try" in
18373 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18374 *) ac_try_echo
=$ac_try;;
18376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18377 (eval "$ac_compile") 2>conftest.er1
18379 grep -v '^ *+' conftest.er1
>conftest.err
18381 cat conftest.err
>&5
18382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18383 (exit $ac_status); } && {
18384 test -z "$ac_c_werror_flag" ||
18385 test ! -s conftest.err
18386 } && test -s conftest.
$ac_objext; then
18389 echo "$as_me: failed program was:" >&5
18390 sed 's/^/| /' conftest.
$ac_ext >&5
18395 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18397 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18398 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18399 if test $ac_cv_c_const = no
; then
18401 cat >>confdefs.h
<<\_ACEOF
18407 { echo "$as_me:$LINENO: checking for inline" >&5
18408 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18409 if test "${ac_cv_c_inline+set}" = set; then
18410 echo $ECHO_N "(cached) $ECHO_C" >&6
18413 for ac_kw
in inline __inline__ __inline
; do
18414 cat >conftest.
$ac_ext <<_ACEOF
18417 cat confdefs.h
>>conftest.
$ac_ext
18418 cat >>conftest.
$ac_ext <<_ACEOF
18419 /* end confdefs.h. */
18420 #ifndef __cplusplus
18422 static $ac_kw foo_t static_foo () {return 0; }
18423 $ac_kw foo_t foo () {return 0; }
18427 rm -f conftest.
$ac_objext
18428 if { (ac_try
="$ac_compile"
18429 case "(($ac_try" in
18430 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18431 *) ac_try_echo=$ac_try;;
18433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18434 (eval "$ac_compile") 2>conftest.er1
18436 grep -v '^ *+' conftest.er1 >conftest.err
18438 cat conftest.err >&5
18439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18440 (exit $ac_status); } && {
18441 test -z "$ac_c_werror_flag" ||
18442 test ! -s conftest.err
18443 } && test -s conftest.$ac_objext; then
18444 ac_cv_c_inline=$ac_kw
18446 echo "$as_me: failed program was:" >&5
18447 sed 's/^/| /' conftest.$ac_ext >&5
18452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18453 test "$ac_cv_c_inline" != no && break
18457 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18458 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18461 case $ac_cv_c_inline in
18464 case $ac_cv_c_inline in
18466 *) ac_val=$ac_cv_c_inline;;
18468 cat >>confdefs.h <<_ACEOF
18469 #ifndef __cplusplus
18470 #define inline $ac_val
18476 { echo "$as_me:$LINENO: checking for mode_t" >&5
18477 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18478 if test "${ac_cv_type_mode_t+set}" = set; then
18479 echo $ECHO_N "(cached) $ECHO_C" >&6
18481 cat >conftest.$ac_ext <<_ACEOF
18484 cat confdefs.h >>conftest.$ac_ext
18485 cat >>conftest.$ac_ext <<_ACEOF
18486 /* end confdefs.h. */
18487 $ac_includes_default
18488 typedef mode_t ac__type_new_;
18492 if ((ac__type_new_ *) 0)
18494 if (sizeof (ac__type_new_))
18500 rm -f conftest.$ac_objext
18501 if { (ac_try="$ac_compile"
18502 case "(($ac_try" in
18503 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18504 *) ac_try_echo
=$ac_try;;
18506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18507 (eval "$ac_compile") 2>conftest.er1
18509 grep -v '^ *+' conftest.er1
>conftest.err
18511 cat conftest.err
>&5
18512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18513 (exit $ac_status); } && {
18514 test -z "$ac_c_werror_flag" ||
18515 test ! -s conftest.err
18516 } && test -s conftest.
$ac_objext; then
18517 ac_cv_type_mode_t
=yes
18519 echo "$as_me: failed program was:" >&5
18520 sed 's/^/| /' conftest.
$ac_ext >&5
18522 ac_cv_type_mode_t
=no
18525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18527 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18528 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18529 if test $ac_cv_type_mode_t = yes; then
18531 cat >>confdefs.h
<<_ACEOF
18532 #define HAVE_MODE_T 1
18537 { echo "$as_me:$LINENO: checking for off_t" >&5
18538 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18539 if test "${ac_cv_type_off_t+set}" = set; then
18540 echo $ECHO_N "(cached) $ECHO_C" >&6
18542 cat >conftest.
$ac_ext <<_ACEOF
18545 cat confdefs.h
>>conftest.
$ac_ext
18546 cat >>conftest.
$ac_ext <<_ACEOF
18547 /* end confdefs.h. */
18548 $ac_includes_default
18549 typedef off_t ac__type_new_;
18553 if ((ac__type_new_ *) 0)
18555 if (sizeof (ac__type_new_))
18561 rm -f conftest.
$ac_objext
18562 if { (ac_try
="$ac_compile"
18563 case "(($ac_try" in
18564 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18565 *) ac_try_echo=$ac_try;;
18567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18568 (eval "$ac_compile") 2>conftest.er1
18570 grep -v '^ *+' conftest.er1 >conftest.err
18572 cat conftest.err >&5
18573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574 (exit $ac_status); } && {
18575 test -z "$ac_c_werror_flag" ||
18576 test ! -s conftest.err
18577 } && test -s conftest.$ac_objext; then
18578 ac_cv_type_off_t=yes
18580 echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.$ac_ext >&5
18583 ac_cv_type_off_t=no
18586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18588 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18589 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18590 if test $ac_cv_type_off_t = yes; then
18592 cat >>confdefs.h <<_ACEOF
18593 #define HAVE_OFF_T 1
18598 { echo "$as_me:$LINENO: checking for pid_t" >&5
18599 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18600 if test "${ac_cv_type_pid_t+set}" = set; then
18601 echo $ECHO_N "(cached) $ECHO_C" >&6
18603 cat >conftest.$ac_ext <<_ACEOF
18606 cat confdefs.h >>conftest.$ac_ext
18607 cat >>conftest.$ac_ext <<_ACEOF
18608 /* end confdefs.h. */
18609 $ac_includes_default
18610 typedef pid_t ac__type_new_;
18614 if ((ac__type_new_ *) 0)
18616 if (sizeof (ac__type_new_))
18622 rm -f conftest.$ac_objext
18623 if { (ac_try="$ac_compile"
18624 case "(($ac_try" in
18625 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18626 *) ac_try_echo
=$ac_try;;
18628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18629 (eval "$ac_compile") 2>conftest.er1
18631 grep -v '^ *+' conftest.er1
>conftest.err
18633 cat conftest.err
>&5
18634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18635 (exit $ac_status); } && {
18636 test -z "$ac_c_werror_flag" ||
18637 test ! -s conftest.err
18638 } && test -s conftest.
$ac_objext; then
18639 ac_cv_type_pid_t
=yes
18641 echo "$as_me: failed program was:" >&5
18642 sed 's/^/| /' conftest.
$ac_ext >&5
18644 ac_cv_type_pid_t
=no
18647 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18649 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18650 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18651 if test $ac_cv_type_pid_t = yes; then
18653 cat >>confdefs.h
<<_ACEOF
18654 #define HAVE_PID_T 1
18659 { echo "$as_me:$LINENO: checking for size_t" >&5
18660 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18661 if test "${ac_cv_type_size_t+set}" = set; then
18662 echo $ECHO_N "(cached) $ECHO_C" >&6
18664 cat >conftest.
$ac_ext <<_ACEOF
18667 cat confdefs.h
>>conftest.
$ac_ext
18668 cat >>conftest.
$ac_ext <<_ACEOF
18669 /* end confdefs.h. */
18670 $ac_includes_default
18671 typedef size_t ac__type_new_;
18675 if ((ac__type_new_ *) 0)
18677 if (sizeof (ac__type_new_))
18683 rm -f conftest.
$ac_objext
18684 if { (ac_try
="$ac_compile"
18685 case "(($ac_try" in
18686 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18687 *) ac_try_echo=$ac_try;;
18689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18690 (eval "$ac_compile") 2>conftest.er1
18692 grep -v '^ *+' conftest.er1 >conftest.err
18694 cat conftest.err >&5
18695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18696 (exit $ac_status); } && {
18697 test -z "$ac_c_werror_flag" ||
18698 test ! -s conftest.err
18699 } && test -s conftest.$ac_objext; then
18700 ac_cv_type_size_t=yes
18702 echo "$as_me: failed program was:" >&5
18703 sed 's/^/| /' conftest.$ac_ext >&5
18705 ac_cv_type_size_t=no
18708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18710 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18711 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18712 if test $ac_cv_type_size_t = yes; then
18714 cat >>confdefs.h <<_ACEOF
18715 #define HAVE_SIZE_T 1
18720 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18721 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18722 if test "${ac_cv_type_ssize_t+set}" = set; then
18723 echo $ECHO_N "(cached) $ECHO_C" >&6
18725 cat >conftest.$ac_ext <<_ACEOF
18728 cat confdefs.h >>conftest.$ac_ext
18729 cat >>conftest.$ac_ext <<_ACEOF
18730 /* end confdefs.h. */
18731 $ac_includes_default
18732 typedef ssize_t ac__type_new_;
18736 if ((ac__type_new_ *) 0)
18738 if (sizeof (ac__type_new_))
18744 rm -f conftest.$ac_objext
18745 if { (ac_try="$ac_compile"
18746 case "(($ac_try" in
18747 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18748 *) ac_try_echo
=$ac_try;;
18750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18751 (eval "$ac_compile") 2>conftest.er1
18753 grep -v '^ *+' conftest.er1
>conftest.err
18755 cat conftest.err
>&5
18756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18757 (exit $ac_status); } && {
18758 test -z "$ac_c_werror_flag" ||
18759 test ! -s conftest.err
18760 } && test -s conftest.
$ac_objext; then
18761 ac_cv_type_ssize_t
=yes
18763 echo "$as_me: failed program was:" >&5
18764 sed 's/^/| /' conftest.
$ac_ext >&5
18766 ac_cv_type_ssize_t
=no
18769 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18771 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18772 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18773 if test $ac_cv_type_ssize_t = yes; then
18775 cat >>confdefs.h
<<_ACEOF
18776 #define HAVE_SSIZE_T 1
18781 { echo "$as_me:$LINENO: checking for long long" >&5
18782 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18783 if test "${ac_cv_type_long_long+set}" = set; then
18784 echo $ECHO_N "(cached) $ECHO_C" >&6
18786 cat >conftest.
$ac_ext <<_ACEOF
18789 cat confdefs.h
>>conftest.
$ac_ext
18790 cat >>conftest.
$ac_ext <<_ACEOF
18791 /* end confdefs.h. */
18792 $ac_includes_default
18793 typedef long long ac__type_new_;
18797 if ((ac__type_new_ *) 0)
18799 if (sizeof (ac__type_new_))
18805 rm -f conftest.
$ac_objext
18806 if { (ac_try
="$ac_compile"
18807 case "(($ac_try" in
18808 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18809 *) ac_try_echo=$ac_try;;
18811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18812 (eval "$ac_compile") 2>conftest.er1
18814 grep -v '^ *+' conftest.er1 >conftest.err
18816 cat conftest.err >&5
18817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18818 (exit $ac_status); } && {
18819 test -z "$ac_c_werror_flag" ||
18820 test ! -s conftest.err
18821 } && test -s conftest.$ac_objext; then
18822 ac_cv_type_long_long=yes
18824 echo "$as_me: failed program was:" >&5
18825 sed 's/^/| /' conftest.$ac_ext >&5
18827 ac_cv_type_long_long=no
18830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18832 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18833 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18834 if test $ac_cv_type_long_long = yes; then
18836 cat >>confdefs.h <<_ACEOF
18837 #define HAVE_LONG_LONG 1
18842 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18843 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18844 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18845 echo $ECHO_N "(cached) $ECHO_C" >&6
18847 cat >conftest.$ac_ext <<_ACEOF
18850 cat confdefs.h >>conftest.$ac_ext
18851 cat >>conftest.$ac_ext <<_ACEOF
18852 /* end confdefs.h. */
18853 $ac_includes_default
18854 typedef fsblkcnt_t ac__type_new_;
18858 if ((ac__type_new_ *) 0)
18860 if (sizeof (ac__type_new_))
18866 rm -f conftest.$ac_objext
18867 if { (ac_try="$ac_compile"
18868 case "(($ac_try" in
18869 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18870 *) ac_try_echo
=$ac_try;;
18872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18873 (eval "$ac_compile") 2>conftest.er1
18875 grep -v '^ *+' conftest.er1
>conftest.err
18877 cat conftest.err
>&5
18878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18879 (exit $ac_status); } && {
18880 test -z "$ac_c_werror_flag" ||
18881 test ! -s conftest.err
18882 } && test -s conftest.
$ac_objext; then
18883 ac_cv_type_fsblkcnt_t
=yes
18885 echo "$as_me: failed program was:" >&5
18886 sed 's/^/| /' conftest.
$ac_ext >&5
18888 ac_cv_type_fsblkcnt_t
=no
18891 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18893 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18894 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18895 if test $ac_cv_type_fsblkcnt_t = yes; then
18897 cat >>confdefs.h
<<_ACEOF
18898 #define HAVE_FSBLKCNT_T 1
18903 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18904 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18905 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18906 echo $ECHO_N "(cached) $ECHO_C" >&6
18908 cat >conftest.
$ac_ext <<_ACEOF
18911 cat confdefs.h
>>conftest.
$ac_ext
18912 cat >>conftest.
$ac_ext <<_ACEOF
18913 /* end confdefs.h. */
18914 $ac_includes_default
18915 typedef fsfilcnt_t ac__type_new_;
18919 if ((ac__type_new_ *) 0)
18921 if (sizeof (ac__type_new_))
18927 rm -f conftest.
$ac_objext
18928 if { (ac_try
="$ac_compile"
18929 case "(($ac_try" in
18930 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18931 *) ac_try_echo=$ac_try;;
18933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18934 (eval "$ac_compile") 2>conftest.er1
18936 grep -v '^ *+' conftest.er1 >conftest.err
18938 cat conftest.err >&5
18939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18940 (exit $ac_status); } && {
18941 test -z "$ac_c_werror_flag" ||
18942 test ! -s conftest.err
18943 } && test -s conftest.$ac_objext; then
18944 ac_cv_type_fsfilcnt_t=yes
18946 echo "$as_me: failed program was:" >&5
18947 sed 's/^/| /' conftest.$ac_ext >&5
18949 ac_cv_type_fsfilcnt_t=no
18952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18954 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18955 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18956 if test $ac_cv_type_fsfilcnt_t = yes; then
18958 cat >>confdefs.h <<_ACEOF
18959 #define HAVE_FSFILCNT_T 1
18965 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18966 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18967 if test "${ac_cv_type_sigset_t+set}" = set; then
18968 echo $ECHO_N "(cached) $ECHO_C" >&6
18970 cat >conftest.$ac_ext <<_ACEOF
18973 cat confdefs.h >>conftest.$ac_ext
18974 cat >>conftest.$ac_ext <<_ACEOF
18975 /* end confdefs.h. */
18976 #include <sys/types.h>
18977 #include <signal.h>
18979 typedef sigset_t ac__type_new_;
18983 if ((ac__type_new_ *) 0)
18985 if (sizeof (ac__type_new_))
18991 rm -f conftest.$ac_objext
18992 if { (ac_try="$ac_compile"
18993 case "(($ac_try" in
18994 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18995 *) ac_try_echo
=$ac_try;;
18997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18998 (eval "$ac_compile") 2>conftest.er1
19000 grep -v '^ *+' conftest.er1
>conftest.err
19002 cat conftest.err
>&5
19003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19004 (exit $ac_status); } && {
19005 test -z "$ac_c_werror_flag" ||
19006 test ! -s conftest.err
19007 } && test -s conftest.
$ac_objext; then
19008 ac_cv_type_sigset_t
=yes
19010 echo "$as_me: failed program was:" >&5
19011 sed 's/^/| /' conftest.
$ac_ext >&5
19013 ac_cv_type_sigset_t
=no
19016 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19018 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19019 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19020 if test $ac_cv_type_sigset_t = yes; then
19022 cat >>confdefs.h
<<_ACEOF
19023 #define HAVE_SIGSET_T 1
19029 { echo "$as_me:$LINENO: checking for request_sense" >&5
19030 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19031 if test "${ac_cv_type_request_sense+set}" = set; then
19032 echo $ECHO_N "(cached) $ECHO_C" >&6
19034 cat >conftest.
$ac_ext <<_ACEOF
19037 cat confdefs.h
>>conftest.
$ac_ext
19038 cat >>conftest.
$ac_ext <<_ACEOF
19039 /* end confdefs.h. */
19040 #include <linux/cdrom.h>
19042 typedef request_sense ac__type_new_;
19046 if ((ac__type_new_ *) 0)
19048 if (sizeof (ac__type_new_))
19054 rm -f conftest.
$ac_objext
19055 if { (ac_try
="$ac_compile"
19056 case "(($ac_try" in
19057 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19058 *) ac_try_echo=$ac_try;;
19060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19061 (eval "$ac_compile") 2>conftest.er1
19063 grep -v '^ *+' conftest.er1 >conftest.err
19065 cat conftest.err >&5
19066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19067 (exit $ac_status); } && {
19068 test -z "$ac_c_werror_flag" ||
19069 test ! -s conftest.err
19070 } && test -s conftest.$ac_objext; then
19071 ac_cv_type_request_sense=yes
19073 echo "$as_me: failed program was:" >&5
19074 sed 's/^/| /' conftest.$ac_ext >&5
19076 ac_cv_type_request_sense=no
19079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19081 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19082 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19083 if test $ac_cv_type_request_sense = yes; then
19085 cat >>confdefs.h <<_ACEOF
19086 #define HAVE_REQUEST_SENSE 1
19093 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19094 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19095 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19096 echo $ECHO_N "(cached) $ECHO_C" >&6
19098 cat >conftest.$ac_ext <<_ACEOF
19101 cat confdefs.h >>conftest.$ac_ext
19102 cat >>conftest.$ac_ext <<_ACEOF
19103 /* end confdefs.h. */
19104 #ifdef HAVE_LINUX_INPUT_H
19105 #include <linux/input.h>
19111 static struct ff_effect ac_aggr;
19112 if (ac_aggr.direction)
19118 rm -f conftest.$ac_objext
19119 if { (ac_try="$ac_compile"
19120 case "(($ac_try" in
19121 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19122 *) ac_try_echo
=$ac_try;;
19124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19125 (eval "$ac_compile") 2>conftest.er1
19127 grep -v '^ *+' conftest.er1
>conftest.err
19129 cat conftest.err
>&5
19130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19131 (exit $ac_status); } && {
19132 test -z "$ac_c_werror_flag" ||
19133 test ! -s conftest.err
19134 } && test -s conftest.
$ac_objext; then
19135 ac_cv_member_struct_ff_effect_direction
=yes
19137 echo "$as_me: failed program was:" >&5
19138 sed 's/^/| /' conftest.
$ac_ext >&5
19140 cat >conftest.
$ac_ext <<_ACEOF
19143 cat confdefs.h
>>conftest.
$ac_ext
19144 cat >>conftest.
$ac_ext <<_ACEOF
19145 /* end confdefs.h. */
19146 #ifdef HAVE_LINUX_INPUT_H
19147 #include <linux/input.h>
19153 static struct ff_effect ac_aggr;
19154 if (sizeof ac_aggr.direction)
19160 rm -f conftest.
$ac_objext
19161 if { (ac_try
="$ac_compile"
19162 case "(($ac_try" in
19163 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19164 *) ac_try_echo=$ac_try;;
19166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19167 (eval "$ac_compile") 2>conftest.er1
19169 grep -v '^ *+' conftest.er1 >conftest.err
19171 cat conftest.err >&5
19172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19173 (exit $ac_status); } && {
19174 test -z "$ac_c_werror_flag" ||
19175 test ! -s conftest.err
19176 } && test -s conftest.$ac_objext; then
19177 ac_cv_member_struct_ff_effect_direction=yes
19179 echo "$as_me: failed program was:" >&5
19180 sed 's/^/| /' conftest.$ac_ext >&5
19182 ac_cv_member_struct_ff_effect_direction=no
19185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19190 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19191 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19192 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19194 cat >>confdefs.h <<_ACEOF
19195 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19202 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19203 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19204 if test "${wine_cv_have_sigaddset+set}" = set; then
19205 echo $ECHO_N "(cached) $ECHO_C" >&6
19207 cat >conftest.$ac_ext <<_ACEOF
19210 cat confdefs.h >>conftest.$ac_ext
19211 cat >>conftest.$ac_ext <<_ACEOF
19212 /* end confdefs.h. */
19213 #include <signal.h>
19217 sigset_t set; sigaddset(&set,SIGTERM);
19222 rm -f conftest.$ac_objext conftest$ac_exeext
19223 if { (ac_try="$ac_link"
19224 case "(($ac_try" in
19225 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19226 *) ac_try_echo
=$ac_try;;
19228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19229 (eval "$ac_link") 2>conftest.er1
19231 grep -v '^ *+' conftest.er1
>conftest.err
19233 cat conftest.err
>&5
19234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19235 (exit $ac_status); } && {
19236 test -z "$ac_c_werror_flag" ||
19237 test ! -s conftest.err
19238 } && test -s conftest
$ac_exeext &&
19239 $as_test_x conftest
$ac_exeext; then
19240 wine_cv_have_sigaddset
=yes
19242 echo "$as_me: failed program was:" >&5
19243 sed 's/^/| /' conftest.
$ac_ext >&5
19245 wine_cv_have_sigaddset
=no
19248 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19249 conftest
$ac_exeext conftest.
$ac_ext
19251 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19252 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19253 if test "$wine_cv_have_sigaddset" = "yes"
19256 cat >>confdefs.h
<<\_ACEOF
19257 #define HAVE_SIGADDSET 1
19263 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19264 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19265 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19266 echo $ECHO_N "(cached) $ECHO_C" >&6
19268 cat >conftest.
$ac_ext <<_ACEOF
19271 cat confdefs.h
>>conftest.
$ac_ext
19272 cat >>conftest.
$ac_ext <<_ACEOF
19273 /* end confdefs.h. */
19281 struct hostent *result;
19288 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19289 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19295 rm -f conftest.
$ac_objext conftest
$ac_exeext
19296 if { (ac_try
="$ac_link"
19297 case "(($ac_try" in
19298 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19299 *) ac_try_echo=$ac_try;;
19301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19302 (eval "$ac_link") 2>conftest.er1
19304 grep -v '^ *+' conftest.er1 >conftest.err
19306 cat conftest.err >&5
19307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19308 (exit $ac_status); } && {
19309 test -z "$ac_c_werror_flag" ||
19310 test ! -s conftest.err
19311 } && test -s conftest$ac_exeext &&
19312 $as_test_x conftest$ac_exeext; then
19313 wine_cv_linux_gethostbyname_r_6=yes
19315 echo "$as_me: failed program was:" >&5
19316 sed 's/^/| /' conftest.$ac_ext >&5
19318 wine_cv_linux_gethostbyname_r_6=no
19322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19323 conftest$ac_exeext conftest.$ac_ext
19326 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19327 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19328 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19331 cat >>confdefs.h <<\_ACEOF
19332 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19337 if test "$ac_cv_header_linux_joystick_h" = "yes"
19339 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19340 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19341 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19342 echo $ECHO_N "(cached) $ECHO_C" >&6
19344 cat >conftest.$ac_ext <<_ACEOF
19347 cat confdefs.h >>conftest.$ac_ext
19348 cat >>conftest.$ac_ext <<_ACEOF
19349 /* end confdefs.h. */
19351 #include <sys/ioctl.h>
19352 #include <sys/types.h>
19353 #include <linux/joystick.h>
19355 struct js_event blub;
19356 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19357 #error "no 2.2 header"
19368 rm -f conftest.$ac_objext
19369 if { (ac_try="$ac_compile"
19370 case "(($ac_try" in
19371 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19372 *) ac_try_echo
=$ac_try;;
19374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19375 (eval "$ac_compile") 2>conftest.er1
19377 grep -v '^ *+' conftest.er1
>conftest.err
19379 cat conftest.err
>&5
19380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19381 (exit $ac_status); } && {
19382 test -z "$ac_c_werror_flag" ||
19383 test ! -s conftest.err
19384 } && test -s conftest.
$ac_objext; then
19385 wine_cv_linux_joystick_22_api
=yes
19387 echo "$as_me: failed program was:" >&5
19388 sed 's/^/| /' conftest.
$ac_ext >&5
19390 wine_cv_linux_joystick_22_api
=no
19393 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19396 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19397 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19398 if test "$wine_cv_linux_joystick_22_api" = "yes"
19401 cat >>confdefs.h
<<\_ACEOF
19402 #define HAVE_LINUX_22_JOYSTICK_API 1
19409 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19410 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19411 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19412 echo $ECHO_N "(cached) $ECHO_C" >&6
19414 cat >conftest.
$ac_ext <<_ACEOF
19417 cat confdefs.h
>>conftest.
$ac_ext
19418 cat >>conftest.
$ac_ext <<_ACEOF
19419 /* end confdefs.h. */
19420 #include <sys/types.h>
19421 #ifdef HAVE_SYS_PARAM_H
19422 # include <sys/param.h>
19424 #ifdef HAVE_SYS_MOUNT_H
19425 # include <sys/mount.h>
19427 #ifdef HAVE_SYS_VFS_H
19428 # include <sys/vfs.h>
19430 #ifdef HAVE_SYS_STATFS_H
19431 # include <sys/statfs.h>
19437 static struct statfs ac_aggr;
19438 if (ac_aggr.f_bfree)
19444 rm -f conftest.
$ac_objext
19445 if { (ac_try
="$ac_compile"
19446 case "(($ac_try" in
19447 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19448 *) ac_try_echo=$ac_try;;
19450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19451 (eval "$ac_compile") 2>conftest.er1
19453 grep -v '^ *+' conftest.er1 >conftest.err
19455 cat conftest.err >&5
19456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19457 (exit $ac_status); } && {
19458 test -z "$ac_c_werror_flag" ||
19459 test ! -s conftest.err
19460 } && test -s conftest.$ac_objext; then
19461 ac_cv_member_struct_statfs_f_bfree=yes
19463 echo "$as_me: failed program was:" >&5
19464 sed 's/^/| /' conftest.$ac_ext >&5
19466 cat >conftest.$ac_ext <<_ACEOF
19469 cat confdefs.h >>conftest.$ac_ext
19470 cat >>conftest.$ac_ext <<_ACEOF
19471 /* end confdefs.h. */
19472 #include <sys/types.h>
19473 #ifdef HAVE_SYS_PARAM_H
19474 # include <sys/param.h>
19476 #ifdef HAVE_SYS_MOUNT_H
19477 # include <sys/mount.h>
19479 #ifdef HAVE_SYS_VFS_H
19480 # include <sys/vfs.h>
19482 #ifdef HAVE_SYS_STATFS_H
19483 # include <sys/statfs.h>
19489 static struct statfs ac_aggr;
19490 if (sizeof ac_aggr.f_bfree)
19496 rm -f conftest.$ac_objext
19497 if { (ac_try="$ac_compile"
19498 case "(($ac_try" in
19499 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19500 *) ac_try_echo
=$ac_try;;
19502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19503 (eval "$ac_compile") 2>conftest.er1
19505 grep -v '^ *+' conftest.er1
>conftest.err
19507 cat conftest.err
>&5
19508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19509 (exit $ac_status); } && {
19510 test -z "$ac_c_werror_flag" ||
19511 test ! -s conftest.err
19512 } && test -s conftest.
$ac_objext; then
19513 ac_cv_member_struct_statfs_f_bfree
=yes
19515 echo "$as_me: failed program was:" >&5
19516 sed 's/^/| /' conftest.
$ac_ext >&5
19518 ac_cv_member_struct_statfs_f_bfree
=no
19521 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19524 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19526 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19527 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19528 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19530 cat >>confdefs.h
<<_ACEOF
19531 #define HAVE_STRUCT_STATFS_F_BFREE 1
19536 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19537 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19538 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19539 echo $ECHO_N "(cached) $ECHO_C" >&6
19541 cat >conftest.
$ac_ext <<_ACEOF
19544 cat confdefs.h
>>conftest.
$ac_ext
19545 cat >>conftest.
$ac_ext <<_ACEOF
19546 /* end confdefs.h. */
19547 #include <sys/types.h>
19548 #ifdef HAVE_SYS_PARAM_H
19549 # include <sys/param.h>
19551 #ifdef HAVE_SYS_MOUNT_H
19552 # include <sys/mount.h>
19554 #ifdef HAVE_SYS_VFS_H
19555 # include <sys/vfs.h>
19557 #ifdef HAVE_SYS_STATFS_H
19558 # include <sys/statfs.h>
19564 static struct statfs ac_aggr;
19565 if (ac_aggr.f_bavail)
19571 rm -f conftest.
$ac_objext
19572 if { (ac_try
="$ac_compile"
19573 case "(($ac_try" in
19574 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19575 *) ac_try_echo=$ac_try;;
19577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19578 (eval "$ac_compile") 2>conftest.er1
19580 grep -v '^ *+' conftest.er1 >conftest.err
19582 cat conftest.err >&5
19583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19584 (exit $ac_status); } && {
19585 test -z "$ac_c_werror_flag" ||
19586 test ! -s conftest.err
19587 } && test -s conftest.$ac_objext; then
19588 ac_cv_member_struct_statfs_f_bavail=yes
19590 echo "$as_me: failed program was:" >&5
19591 sed 's/^/| /' conftest.$ac_ext >&5
19593 cat >conftest.$ac_ext <<_ACEOF
19596 cat confdefs.h >>conftest.$ac_ext
19597 cat >>conftest.$ac_ext <<_ACEOF
19598 /* end confdefs.h. */
19599 #include <sys/types.h>
19600 #ifdef HAVE_SYS_PARAM_H
19601 # include <sys/param.h>
19603 #ifdef HAVE_SYS_MOUNT_H
19604 # include <sys/mount.h>
19606 #ifdef HAVE_SYS_VFS_H
19607 # include <sys/vfs.h>
19609 #ifdef HAVE_SYS_STATFS_H
19610 # include <sys/statfs.h>
19616 static struct statfs ac_aggr;
19617 if (sizeof ac_aggr.f_bavail)
19623 rm -f conftest.$ac_objext
19624 if { (ac_try="$ac_compile"
19625 case "(($ac_try" in
19626 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19627 *) ac_try_echo
=$ac_try;;
19629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19630 (eval "$ac_compile") 2>conftest.er1
19632 grep -v '^ *+' conftest.er1
>conftest.err
19634 cat conftest.err
>&5
19635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19636 (exit $ac_status); } && {
19637 test -z "$ac_c_werror_flag" ||
19638 test ! -s conftest.err
19639 } && test -s conftest.
$ac_objext; then
19640 ac_cv_member_struct_statfs_f_bavail
=yes
19642 echo "$as_me: failed program was:" >&5
19643 sed 's/^/| /' conftest.
$ac_ext >&5
19645 ac_cv_member_struct_statfs_f_bavail
=no
19648 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19651 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19653 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19654 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19655 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19657 cat >>confdefs.h
<<_ACEOF
19658 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19663 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19664 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19665 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19666 echo $ECHO_N "(cached) $ECHO_C" >&6
19668 cat >conftest.
$ac_ext <<_ACEOF
19671 cat confdefs.h
>>conftest.
$ac_ext
19672 cat >>conftest.
$ac_ext <<_ACEOF
19673 /* end confdefs.h. */
19674 #include <sys/types.h>
19675 #ifdef HAVE_SYS_PARAM_H
19676 # include <sys/param.h>
19678 #ifdef HAVE_SYS_MOUNT_H
19679 # include <sys/mount.h>
19681 #ifdef HAVE_SYS_VFS_H
19682 # include <sys/vfs.h>
19684 #ifdef HAVE_SYS_STATFS_H
19685 # include <sys/statfs.h>
19691 static struct statfs ac_aggr;
19692 if (ac_aggr.f_frsize)
19698 rm -f conftest.
$ac_objext
19699 if { (ac_try
="$ac_compile"
19700 case "(($ac_try" in
19701 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19702 *) ac_try_echo=$ac_try;;
19704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19705 (eval "$ac_compile") 2>conftest.er1
19707 grep -v '^ *+' conftest.er1 >conftest.err
19709 cat conftest.err >&5
19710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19711 (exit $ac_status); } && {
19712 test -z "$ac_c_werror_flag" ||
19713 test ! -s conftest.err
19714 } && test -s conftest.$ac_objext; then
19715 ac_cv_member_struct_statfs_f_frsize=yes
19717 echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.$ac_ext >&5
19720 cat >conftest.$ac_ext <<_ACEOF
19723 cat confdefs.h >>conftest.$ac_ext
19724 cat >>conftest.$ac_ext <<_ACEOF
19725 /* end confdefs.h. */
19726 #include <sys/types.h>
19727 #ifdef HAVE_SYS_PARAM_H
19728 # include <sys/param.h>
19730 #ifdef HAVE_SYS_MOUNT_H
19731 # include <sys/mount.h>
19733 #ifdef HAVE_SYS_VFS_H
19734 # include <sys/vfs.h>
19736 #ifdef HAVE_SYS_STATFS_H
19737 # include <sys/statfs.h>
19743 static struct statfs ac_aggr;
19744 if (sizeof ac_aggr.f_frsize)
19750 rm -f conftest.$ac_objext
19751 if { (ac_try="$ac_compile"
19752 case "(($ac_try" in
19753 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19754 *) ac_try_echo
=$ac_try;;
19756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19757 (eval "$ac_compile") 2>conftest.er1
19759 grep -v '^ *+' conftest.er1
>conftest.err
19761 cat conftest.err
>&5
19762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19763 (exit $ac_status); } && {
19764 test -z "$ac_c_werror_flag" ||
19765 test ! -s conftest.err
19766 } && test -s conftest.
$ac_objext; then
19767 ac_cv_member_struct_statfs_f_frsize
=yes
19769 echo "$as_me: failed program was:" >&5
19770 sed 's/^/| /' conftest.
$ac_ext >&5
19772 ac_cv_member_struct_statfs_f_frsize
=no
19775 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19778 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19780 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19781 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19782 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19784 cat >>confdefs.h
<<_ACEOF
19785 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19790 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19791 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19792 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19793 echo $ECHO_N "(cached) $ECHO_C" >&6
19795 cat >conftest.
$ac_ext <<_ACEOF
19798 cat confdefs.h
>>conftest.
$ac_ext
19799 cat >>conftest.
$ac_ext <<_ACEOF
19800 /* end confdefs.h. */
19801 #include <sys/types.h>
19802 #ifdef HAVE_SYS_PARAM_H
19803 # include <sys/param.h>
19805 #ifdef HAVE_SYS_MOUNT_H
19806 # include <sys/mount.h>
19808 #ifdef HAVE_SYS_VFS_H
19809 # include <sys/vfs.h>
19811 #ifdef HAVE_SYS_STATFS_H
19812 # include <sys/statfs.h>
19818 static struct statfs ac_aggr;
19819 if (ac_aggr.f_ffree)
19825 rm -f conftest.
$ac_objext
19826 if { (ac_try
="$ac_compile"
19827 case "(($ac_try" in
19828 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19829 *) ac_try_echo=$ac_try;;
19831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19832 (eval "$ac_compile") 2>conftest.er1
19834 grep -v '^ *+' conftest.er1 >conftest.err
19836 cat conftest.err >&5
19837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19838 (exit $ac_status); } && {
19839 test -z "$ac_c_werror_flag" ||
19840 test ! -s conftest.err
19841 } && test -s conftest.$ac_objext; then
19842 ac_cv_member_struct_statfs_f_ffree=yes
19844 echo "$as_me: failed program was:" >&5
19845 sed 's/^/| /' conftest.$ac_ext >&5
19847 cat >conftest.$ac_ext <<_ACEOF
19850 cat confdefs.h >>conftest.$ac_ext
19851 cat >>conftest.$ac_ext <<_ACEOF
19852 /* end confdefs.h. */
19853 #include <sys/types.h>
19854 #ifdef HAVE_SYS_PARAM_H
19855 # include <sys/param.h>
19857 #ifdef HAVE_SYS_MOUNT_H
19858 # include <sys/mount.h>
19860 #ifdef HAVE_SYS_VFS_H
19861 # include <sys/vfs.h>
19863 #ifdef HAVE_SYS_STATFS_H
19864 # include <sys/statfs.h>
19870 static struct statfs ac_aggr;
19871 if (sizeof ac_aggr.f_ffree)
19877 rm -f conftest.$ac_objext
19878 if { (ac_try="$ac_compile"
19879 case "(($ac_try" in
19880 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19881 *) ac_try_echo
=$ac_try;;
19883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19884 (eval "$ac_compile") 2>conftest.er1
19886 grep -v '^ *+' conftest.er1
>conftest.err
19888 cat conftest.err
>&5
19889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19890 (exit $ac_status); } && {
19891 test -z "$ac_c_werror_flag" ||
19892 test ! -s conftest.err
19893 } && test -s conftest.
$ac_objext; then
19894 ac_cv_member_struct_statfs_f_ffree
=yes
19896 echo "$as_me: failed program was:" >&5
19897 sed 's/^/| /' conftest.
$ac_ext >&5
19899 ac_cv_member_struct_statfs_f_ffree
=no
19902 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19905 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19907 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19908 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19909 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19911 cat >>confdefs.h
<<_ACEOF
19912 #define HAVE_STRUCT_STATFS_F_FFREE 1
19917 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19918 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19919 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19920 echo $ECHO_N "(cached) $ECHO_C" >&6
19922 cat >conftest.
$ac_ext <<_ACEOF
19925 cat confdefs.h
>>conftest.
$ac_ext
19926 cat >>conftest.
$ac_ext <<_ACEOF
19927 /* end confdefs.h. */
19928 #include <sys/types.h>
19929 #ifdef HAVE_SYS_PARAM_H
19930 # include <sys/param.h>
19932 #ifdef HAVE_SYS_MOUNT_H
19933 # include <sys/mount.h>
19935 #ifdef HAVE_SYS_VFS_H
19936 # include <sys/vfs.h>
19938 #ifdef HAVE_SYS_STATFS_H
19939 # include <sys/statfs.h>
19945 static struct statfs ac_aggr;
19946 if (ac_aggr.f_favail)
19952 rm -f conftest.
$ac_objext
19953 if { (ac_try
="$ac_compile"
19954 case "(($ac_try" in
19955 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19956 *) ac_try_echo=$ac_try;;
19958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19959 (eval "$ac_compile") 2>conftest.er1
19961 grep -v '^ *+' conftest.er1 >conftest.err
19963 cat conftest.err >&5
19964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19965 (exit $ac_status); } && {
19966 test -z "$ac_c_werror_flag" ||
19967 test ! -s conftest.err
19968 } && test -s conftest.$ac_objext; then
19969 ac_cv_member_struct_statfs_f_favail=yes
19971 echo "$as_me: failed program was:" >&5
19972 sed 's/^/| /' conftest.$ac_ext >&5
19974 cat >conftest.$ac_ext <<_ACEOF
19977 cat confdefs.h >>conftest.$ac_ext
19978 cat >>conftest.$ac_ext <<_ACEOF
19979 /* end confdefs.h. */
19980 #include <sys/types.h>
19981 #ifdef HAVE_SYS_PARAM_H
19982 # include <sys/param.h>
19984 #ifdef HAVE_SYS_MOUNT_H
19985 # include <sys/mount.h>
19987 #ifdef HAVE_SYS_VFS_H
19988 # include <sys/vfs.h>
19990 #ifdef HAVE_SYS_STATFS_H
19991 # include <sys/statfs.h>
19997 static struct statfs ac_aggr;
19998 if (sizeof ac_aggr.f_favail)
20004 rm -f conftest.$ac_objext
20005 if { (ac_try="$ac_compile"
20006 case "(($ac_try" in
20007 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20008 *) ac_try_echo
=$ac_try;;
20010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20011 (eval "$ac_compile") 2>conftest.er1
20013 grep -v '^ *+' conftest.er1
>conftest.err
20015 cat conftest.err
>&5
20016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20017 (exit $ac_status); } && {
20018 test -z "$ac_c_werror_flag" ||
20019 test ! -s conftest.err
20020 } && test -s conftest.
$ac_objext; then
20021 ac_cv_member_struct_statfs_f_favail
=yes
20023 echo "$as_me: failed program was:" >&5
20024 sed 's/^/| /' conftest.
$ac_ext >&5
20026 ac_cv_member_struct_statfs_f_favail
=no
20029 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20032 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20034 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20035 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20036 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20038 cat >>confdefs.h
<<_ACEOF
20039 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20044 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20045 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20046 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20047 echo $ECHO_N "(cached) $ECHO_C" >&6
20049 cat >conftest.
$ac_ext <<_ACEOF
20052 cat confdefs.h
>>conftest.
$ac_ext
20053 cat >>conftest.
$ac_ext <<_ACEOF
20054 /* end confdefs.h. */
20055 #include <sys/types.h>
20056 #ifdef HAVE_SYS_PARAM_H
20057 # include <sys/param.h>
20059 #ifdef HAVE_SYS_MOUNT_H
20060 # include <sys/mount.h>
20062 #ifdef HAVE_SYS_VFS_H
20063 # include <sys/vfs.h>
20065 #ifdef HAVE_SYS_STATFS_H
20066 # include <sys/statfs.h>
20072 static struct statfs ac_aggr;
20073 if (ac_aggr.f_namelen)
20079 rm -f conftest.
$ac_objext
20080 if { (ac_try
="$ac_compile"
20081 case "(($ac_try" in
20082 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20083 *) ac_try_echo=$ac_try;;
20085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20086 (eval "$ac_compile") 2>conftest.er1
20088 grep -v '^ *+' conftest.er1 >conftest.err
20090 cat conftest.err >&5
20091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20092 (exit $ac_status); } && {
20093 test -z "$ac_c_werror_flag" ||
20094 test ! -s conftest.err
20095 } && test -s conftest.$ac_objext; then
20096 ac_cv_member_struct_statfs_f_namelen=yes
20098 echo "$as_me: failed program was:" >&5
20099 sed 's/^/| /' conftest.$ac_ext >&5
20101 cat >conftest.$ac_ext <<_ACEOF
20104 cat confdefs.h >>conftest.$ac_ext
20105 cat >>conftest.$ac_ext <<_ACEOF
20106 /* end confdefs.h. */
20107 #include <sys/types.h>
20108 #ifdef HAVE_SYS_PARAM_H
20109 # include <sys/param.h>
20111 #ifdef HAVE_SYS_MOUNT_H
20112 # include <sys/mount.h>
20114 #ifdef HAVE_SYS_VFS_H
20115 # include <sys/vfs.h>
20117 #ifdef HAVE_SYS_STATFS_H
20118 # include <sys/statfs.h>
20124 static struct statfs ac_aggr;
20125 if (sizeof ac_aggr.f_namelen)
20131 rm -f conftest.$ac_objext
20132 if { (ac_try="$ac_compile"
20133 case "(($ac_try" in
20134 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20135 *) ac_try_echo
=$ac_try;;
20137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20138 (eval "$ac_compile") 2>conftest.er1
20140 grep -v '^ *+' conftest.er1
>conftest.err
20142 cat conftest.err
>&5
20143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20144 (exit $ac_status); } && {
20145 test -z "$ac_c_werror_flag" ||
20146 test ! -s conftest.err
20147 } && test -s conftest.
$ac_objext; then
20148 ac_cv_member_struct_statfs_f_namelen
=yes
20150 echo "$as_me: failed program was:" >&5
20151 sed 's/^/| /' conftest.
$ac_ext >&5
20153 ac_cv_member_struct_statfs_f_namelen
=no
20156 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20159 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20161 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20162 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20163 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20165 cat >>confdefs.h
<<_ACEOF
20166 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20173 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20174 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20175 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20176 echo $ECHO_N "(cached) $ECHO_C" >&6
20178 cat >conftest.
$ac_ext <<_ACEOF
20181 cat confdefs.h
>>conftest.
$ac_ext
20182 cat >>conftest.
$ac_ext <<_ACEOF
20183 /* end confdefs.h. */
20184 #ifdef HAVE_SYS_STATVFS_H
20185 #include <sys/statvfs.h>
20191 static struct statvfs ac_aggr;
20192 if (ac_aggr.f_blocks)
20198 rm -f conftest.
$ac_objext
20199 if { (ac_try
="$ac_compile"
20200 case "(($ac_try" in
20201 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20202 *) ac_try_echo=$ac_try;;
20204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20205 (eval "$ac_compile") 2>conftest.er1
20207 grep -v '^ *+' conftest.er1 >conftest.err
20209 cat conftest.err >&5
20210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211 (exit $ac_status); } && {
20212 test -z "$ac_c_werror_flag" ||
20213 test ! -s conftest.err
20214 } && test -s conftest.$ac_objext; then
20215 ac_cv_member_struct_statvfs_f_blocks=yes
20217 echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20220 cat >conftest.$ac_ext <<_ACEOF
20223 cat confdefs.h >>conftest.$ac_ext
20224 cat >>conftest.$ac_ext <<_ACEOF
20225 /* end confdefs.h. */
20226 #ifdef HAVE_SYS_STATVFS_H
20227 #include <sys/statvfs.h>
20233 static struct statvfs ac_aggr;
20234 if (sizeof ac_aggr.f_blocks)
20240 rm -f conftest.$ac_objext
20241 if { (ac_try="$ac_compile"
20242 case "(($ac_try" in
20243 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20244 *) ac_try_echo
=$ac_try;;
20246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20247 (eval "$ac_compile") 2>conftest.er1
20249 grep -v '^ *+' conftest.er1
>conftest.err
20251 cat conftest.err
>&5
20252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20253 (exit $ac_status); } && {
20254 test -z "$ac_c_werror_flag" ||
20255 test ! -s conftest.err
20256 } && test -s conftest.
$ac_objext; then
20257 ac_cv_member_struct_statvfs_f_blocks
=yes
20259 echo "$as_me: failed program was:" >&5
20260 sed 's/^/| /' conftest.
$ac_ext >&5
20262 ac_cv_member_struct_statvfs_f_blocks
=no
20265 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20268 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20270 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20271 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20272 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20274 cat >>confdefs.h
<<_ACEOF
20275 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20282 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20283 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20284 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20285 echo $ECHO_N "(cached) $ECHO_C" >&6
20287 cat >conftest.
$ac_ext <<_ACEOF
20290 cat confdefs.h
>>conftest.
$ac_ext
20291 cat >>conftest.
$ac_ext <<_ACEOF
20292 /* end confdefs.h. */
20293 #include <sys/types.h>
20294 #ifdef HAVE_SYS_SOCKET_H
20295 # include <sys/socket.h>
20297 #ifdef HAVE_SYS_UN_H
20298 # include <sys/un.h>
20304 static struct msghdr ac_aggr;
20305 if (ac_aggr.msg_accrights)
20311 rm -f conftest.
$ac_objext
20312 if { (ac_try
="$ac_compile"
20313 case "(($ac_try" in
20314 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20315 *) ac_try_echo=$ac_try;;
20317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20318 (eval "$ac_compile") 2>conftest.er1
20320 grep -v '^ *+' conftest.er1 >conftest.err
20322 cat conftest.err >&5
20323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20324 (exit $ac_status); } && {
20325 test -z "$ac_c_werror_flag" ||
20326 test ! -s conftest.err
20327 } && test -s conftest.$ac_objext; then
20328 ac_cv_member_struct_msghdr_msg_accrights=yes
20330 echo "$as_me: failed program was:" >&5
20331 sed 's/^/| /' conftest.$ac_ext >&5
20333 cat >conftest.$ac_ext <<_ACEOF
20336 cat confdefs.h >>conftest.$ac_ext
20337 cat >>conftest.$ac_ext <<_ACEOF
20338 /* end confdefs.h. */
20339 #include <sys/types.h>
20340 #ifdef HAVE_SYS_SOCKET_H
20341 # include <sys/socket.h>
20343 #ifdef HAVE_SYS_UN_H
20344 # include <sys/un.h>
20350 static struct msghdr ac_aggr;
20351 if (sizeof ac_aggr.msg_accrights)
20357 rm -f conftest.$ac_objext
20358 if { (ac_try="$ac_compile"
20359 case "(($ac_try" in
20360 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20361 *) ac_try_echo
=$ac_try;;
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20364 (eval "$ac_compile") 2>conftest.er1
20366 grep -v '^ *+' conftest.er1
>conftest.err
20368 cat conftest.err
>&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); } && {
20371 test -z "$ac_c_werror_flag" ||
20372 test ! -s conftest.err
20373 } && test -s conftest.
$ac_objext; then
20374 ac_cv_member_struct_msghdr_msg_accrights
=yes
20376 echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.
$ac_ext >&5
20379 ac_cv_member_struct_msghdr_msg_accrights
=no
20382 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20385 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20387 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20388 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20389 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20391 cat >>confdefs.h
<<_ACEOF
20392 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20397 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20398 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20399 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20400 echo $ECHO_N "(cached) $ECHO_C" >&6
20402 cat >conftest.
$ac_ext <<_ACEOF
20405 cat confdefs.h
>>conftest.
$ac_ext
20406 cat >>conftest.
$ac_ext <<_ACEOF
20407 /* end confdefs.h. */
20408 #include <sys/types.h>
20409 #ifdef HAVE_SYS_SOCKET_H
20410 # include <sys/socket.h>
20412 #ifdef HAVE_SYS_UN_H
20413 # include <sys/un.h>
20419 static struct sockaddr ac_aggr;
20420 if (ac_aggr.sa_len)
20426 rm -f conftest.
$ac_objext
20427 if { (ac_try
="$ac_compile"
20428 case "(($ac_try" in
20429 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20430 *) ac_try_echo=$ac_try;;
20432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20433 (eval "$ac_compile") 2>conftest.er1
20435 grep -v '^ *+' conftest.er1 >conftest.err
20437 cat conftest.err >&5
20438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20439 (exit $ac_status); } && {
20440 test -z "$ac_c_werror_flag" ||
20441 test ! -s conftest.err
20442 } && test -s conftest.$ac_objext; then
20443 ac_cv_member_struct_sockaddr_sa_len=yes
20445 echo "$as_me: failed program was:" >&5
20446 sed 's/^/| /' conftest.$ac_ext >&5
20448 cat >conftest.$ac_ext <<_ACEOF
20451 cat confdefs.h >>conftest.$ac_ext
20452 cat >>conftest.$ac_ext <<_ACEOF
20453 /* end confdefs.h. */
20454 #include <sys/types.h>
20455 #ifdef HAVE_SYS_SOCKET_H
20456 # include <sys/socket.h>
20458 #ifdef HAVE_SYS_UN_H
20459 # include <sys/un.h>
20465 static struct sockaddr ac_aggr;
20466 if (sizeof ac_aggr.sa_len)
20472 rm -f conftest.$ac_objext
20473 if { (ac_try="$ac_compile"
20474 case "(($ac_try" in
20475 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20476 *) ac_try_echo
=$ac_try;;
20478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20479 (eval "$ac_compile") 2>conftest.er1
20481 grep -v '^ *+' conftest.er1
>conftest.err
20483 cat conftest.err
>&5
20484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20485 (exit $ac_status); } && {
20486 test -z "$ac_c_werror_flag" ||
20487 test ! -s conftest.err
20488 } && test -s conftest.
$ac_objext; then
20489 ac_cv_member_struct_sockaddr_sa_len
=yes
20491 echo "$as_me: failed program was:" >&5
20492 sed 's/^/| /' conftest.
$ac_ext >&5
20494 ac_cv_member_struct_sockaddr_sa_len
=no
20497 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20500 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20502 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20503 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20504 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20506 cat >>confdefs.h
<<_ACEOF
20507 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20512 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20513 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20514 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20515 echo $ECHO_N "(cached) $ECHO_C" >&6
20517 cat >conftest.
$ac_ext <<_ACEOF
20520 cat confdefs.h
>>conftest.
$ac_ext
20521 cat >>conftest.
$ac_ext <<_ACEOF
20522 /* end confdefs.h. */
20523 #include <sys/types.h>
20524 #ifdef HAVE_SYS_SOCKET_H
20525 # include <sys/socket.h>
20527 #ifdef HAVE_SYS_UN_H
20528 # include <sys/un.h>
20534 static struct sockaddr_un ac_aggr;
20535 if (ac_aggr.sun_len)
20541 rm -f conftest.
$ac_objext
20542 if { (ac_try
="$ac_compile"
20543 case "(($ac_try" in
20544 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20545 *) ac_try_echo=$ac_try;;
20547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20548 (eval "$ac_compile") 2>conftest.er1
20550 grep -v '^ *+' conftest.er1 >conftest.err
20552 cat conftest.err >&5
20553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20554 (exit $ac_status); } && {
20555 test -z "$ac_c_werror_flag" ||
20556 test ! -s conftest.err
20557 } && test -s conftest.$ac_objext; then
20558 ac_cv_member_struct_sockaddr_un_sun_len=yes
20560 echo "$as_me: failed program was:" >&5
20561 sed 's/^/| /' conftest.$ac_ext >&5
20563 cat >conftest.$ac_ext <<_ACEOF
20566 cat confdefs.h >>conftest.$ac_ext
20567 cat >>conftest.$ac_ext <<_ACEOF
20568 /* end confdefs.h. */
20569 #include <sys/types.h>
20570 #ifdef HAVE_SYS_SOCKET_H
20571 # include <sys/socket.h>
20573 #ifdef HAVE_SYS_UN_H
20574 # include <sys/un.h>
20580 static struct sockaddr_un ac_aggr;
20581 if (sizeof ac_aggr.sun_len)
20587 rm -f conftest.$ac_objext
20588 if { (ac_try="$ac_compile"
20589 case "(($ac_try" in
20590 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20591 *) ac_try_echo
=$ac_try;;
20593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20594 (eval "$ac_compile") 2>conftest.er1
20596 grep -v '^ *+' conftest.er1
>conftest.err
20598 cat conftest.err
>&5
20599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20600 (exit $ac_status); } && {
20601 test -z "$ac_c_werror_flag" ||
20602 test ! -s conftest.err
20603 } && test -s conftest.
$ac_objext; then
20604 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20606 echo "$as_me: failed program was:" >&5
20607 sed 's/^/| /' conftest.
$ac_ext >&5
20609 ac_cv_member_struct_sockaddr_un_sun_len
=no
20612 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20615 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20617 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20618 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20619 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20621 cat >>confdefs.h
<<_ACEOF
20622 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20629 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20630 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20631 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20632 echo $ECHO_N "(cached) $ECHO_C" >&6
20634 cat >conftest.
$ac_ext <<_ACEOF
20637 cat confdefs.h
>>conftest.
$ac_ext
20638 cat >>conftest.
$ac_ext <<_ACEOF
20639 /* end confdefs.h. */
20640 #include <sys/types.h>
20641 #ifdef HAVE_SCSI_SG_H
20642 #include <scsi/sg.h>
20648 static scsireq_t ac_aggr;
20655 rm -f conftest.
$ac_objext
20656 if { (ac_try
="$ac_compile"
20657 case "(($ac_try" in
20658 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20659 *) ac_try_echo=$ac_try;;
20661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20662 (eval "$ac_compile") 2>conftest.er1
20664 grep -v '^ *+' conftest.er1 >conftest.err
20666 cat conftest.err >&5
20667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20668 (exit $ac_status); } && {
20669 test -z "$ac_c_werror_flag" ||
20670 test ! -s conftest.err
20671 } && test -s conftest.$ac_objext; then
20672 ac_cv_member_scsireq_t_cmd=yes
20674 echo "$as_me: failed program was:" >&5
20675 sed 's/^/| /' conftest.$ac_ext >&5
20677 cat >conftest.$ac_ext <<_ACEOF
20680 cat confdefs.h >>conftest.$ac_ext
20681 cat >>conftest.$ac_ext <<_ACEOF
20682 /* end confdefs.h. */
20683 #include <sys/types.h>
20684 #ifdef HAVE_SCSI_SG_H
20685 #include <scsi/sg.h>
20691 static scsireq_t ac_aggr;
20692 if (sizeof ac_aggr.cmd)
20698 rm -f conftest.$ac_objext
20699 if { (ac_try="$ac_compile"
20700 case "(($ac_try" in
20701 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20702 *) ac_try_echo
=$ac_try;;
20704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20705 (eval "$ac_compile") 2>conftest.er1
20707 grep -v '^ *+' conftest.er1
>conftest.err
20709 cat conftest.err
>&5
20710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20711 (exit $ac_status); } && {
20712 test -z "$ac_c_werror_flag" ||
20713 test ! -s conftest.err
20714 } && test -s conftest.
$ac_objext; then
20715 ac_cv_member_scsireq_t_cmd
=yes
20717 echo "$as_me: failed program was:" >&5
20718 sed 's/^/| /' conftest.
$ac_ext >&5
20720 ac_cv_member_scsireq_t_cmd
=no
20723 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20726 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20728 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20729 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20730 if test $ac_cv_member_scsireq_t_cmd = yes; then
20732 cat >>confdefs.h
<<_ACEOF
20733 #define HAVE_SCSIREQ_T_CMD 1
20738 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20739 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20740 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20741 echo $ECHO_N "(cached) $ECHO_C" >&6
20743 cat >conftest.
$ac_ext <<_ACEOF
20746 cat confdefs.h
>>conftest.
$ac_ext
20747 cat >>conftest.
$ac_ext <<_ACEOF
20748 /* end confdefs.h. */
20749 #include <sys/types.h>
20750 #ifdef HAVE_SCSI_SG_H
20751 #include <scsi/sg.h>
20757 static sg_io_hdr_t ac_aggr;
20758 if (ac_aggr.interface_id)
20764 rm -f conftest.
$ac_objext
20765 if { (ac_try
="$ac_compile"
20766 case "(($ac_try" in
20767 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20768 *) ac_try_echo=$ac_try;;
20770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20771 (eval "$ac_compile") 2>conftest.er1
20773 grep -v '^ *+' conftest.er1 >conftest.err
20775 cat conftest.err >&5
20776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20777 (exit $ac_status); } && {
20778 test -z "$ac_c_werror_flag" ||
20779 test ! -s conftest.err
20780 } && test -s conftest.$ac_objext; then
20781 ac_cv_member_sg_io_hdr_t_interface_id=yes
20783 echo "$as_me: failed program was:" >&5
20784 sed 's/^/| /' conftest.$ac_ext >&5
20786 cat >conftest.$ac_ext <<_ACEOF
20789 cat confdefs.h >>conftest.$ac_ext
20790 cat >>conftest.$ac_ext <<_ACEOF
20791 /* end confdefs.h. */
20792 #include <sys/types.h>
20793 #ifdef HAVE_SCSI_SG_H
20794 #include <scsi/sg.h>
20800 static sg_io_hdr_t ac_aggr;
20801 if (sizeof ac_aggr.interface_id)
20807 rm -f conftest.$ac_objext
20808 if { (ac_try="$ac_compile"
20809 case "(($ac_try" in
20810 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20811 *) ac_try_echo
=$ac_try;;
20813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20814 (eval "$ac_compile") 2>conftest.er1
20816 grep -v '^ *+' conftest.er1
>conftest.err
20818 cat conftest.err
>&5
20819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20820 (exit $ac_status); } && {
20821 test -z "$ac_c_werror_flag" ||
20822 test ! -s conftest.err
20823 } && test -s conftest.
$ac_objext; then
20824 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20826 echo "$as_me: failed program was:" >&5
20827 sed 's/^/| /' conftest.
$ac_ext >&5
20829 ac_cv_member_sg_io_hdr_t_interface_id
=no
20832 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20835 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20837 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20838 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20839 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20841 cat >>confdefs.h
<<_ACEOF
20842 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20849 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20850 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20851 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20852 echo $ECHO_N "(cached) $ECHO_C" >&6
20854 cat >conftest.
$ac_ext <<_ACEOF
20857 cat confdefs.h
>>conftest.
$ac_ext
20858 cat >>conftest.
$ac_ext <<_ACEOF
20859 /* end confdefs.h. */
20860 #include <signal.h>
20865 static siginfo_t ac_aggr;
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_siginfo_t_si_fd=yes
20891 echo "$as_me: failed program was:" >&5
20892 sed 's/^/| /' conftest.$ac_ext >&5
20894 cat >conftest.$ac_ext <<_ACEOF
20897 cat confdefs.h >>conftest.$ac_ext
20898 cat >>conftest.$ac_ext <<_ACEOF
20899 /* end confdefs.h. */
20900 #include <signal.h>
20905 static siginfo_t ac_aggr;
20906 if (sizeof ac_aggr.si_fd)
20912 rm -f conftest.$ac_objext
20913 if { (ac_try="$ac_compile"
20914 case "(($ac_try" in
20915 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20916 *) ac_try_echo
=$ac_try;;
20918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20919 (eval "$ac_compile") 2>conftest.er1
20921 grep -v '^ *+' conftest.er1
>conftest.err
20923 cat conftest.err
>&5
20924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20925 (exit $ac_status); } && {
20926 test -z "$ac_c_werror_flag" ||
20927 test ! -s conftest.err
20928 } && test -s conftest.
$ac_objext; then
20929 ac_cv_member_siginfo_t_si_fd
=yes
20931 echo "$as_me: failed program was:" >&5
20932 sed 's/^/| /' conftest.
$ac_ext >&5
20934 ac_cv_member_siginfo_t_si_fd
=no
20937 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20940 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20942 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20943 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20944 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20946 cat >>confdefs.h
<<_ACEOF
20947 #define HAVE_SIGINFO_T_SI_FD 1
20954 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20955 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20956 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20957 echo $ECHO_N "(cached) $ECHO_C" >&6
20959 cat >conftest.
$ac_ext <<_ACEOF
20962 cat confdefs.h
>>conftest.
$ac_ext
20963 cat >>conftest.
$ac_ext <<_ACEOF
20964 /* end confdefs.h. */
20965 #include <sys/types.h>
20966 #ifdef HAVE_SYS_MTIO_H
20967 #include <sys/mtio.h>
20973 static struct mtget ac_aggr;
20974 if (ac_aggr.mt_blksiz)
20980 rm -f conftest.
$ac_objext
20981 if { (ac_try
="$ac_compile"
20982 case "(($ac_try" in
20983 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20984 *) ac_try_echo=$ac_try;;
20986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20987 (eval "$ac_compile") 2>conftest.er1
20989 grep -v '^ *+' conftest.er1 >conftest.err
20991 cat conftest.err >&5
20992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993 (exit $ac_status); } && {
20994 test -z "$ac_c_werror_flag" ||
20995 test ! -s conftest.err
20996 } && test -s conftest.$ac_objext; then
20997 ac_cv_member_struct_mtget_mt_blksiz=yes
20999 echo "$as_me: failed program was:" >&5
21000 sed 's/^/| /' conftest.$ac_ext >&5
21002 cat >conftest.$ac_ext <<_ACEOF
21005 cat confdefs.h >>conftest.$ac_ext
21006 cat >>conftest.$ac_ext <<_ACEOF
21007 /* end confdefs.h. */
21008 #include <sys/types.h>
21009 #ifdef HAVE_SYS_MTIO_H
21010 #include <sys/mtio.h>
21016 static struct mtget ac_aggr;
21017 if (sizeof ac_aggr.mt_blksiz)
21023 rm -f conftest.$ac_objext
21024 if { (ac_try="$ac_compile"
21025 case "(($ac_try" in
21026 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21027 *) ac_try_echo
=$ac_try;;
21029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21030 (eval "$ac_compile") 2>conftest.er1
21032 grep -v '^ *+' conftest.er1
>conftest.err
21034 cat conftest.err
>&5
21035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036 (exit $ac_status); } && {
21037 test -z "$ac_c_werror_flag" ||
21038 test ! -s conftest.err
21039 } && test -s conftest.
$ac_objext; then
21040 ac_cv_member_struct_mtget_mt_blksiz
=yes
21042 echo "$as_me: failed program was:" >&5
21043 sed 's/^/| /' conftest.
$ac_ext >&5
21045 ac_cv_member_struct_mtget_mt_blksiz
=no
21048 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21051 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21053 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21054 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21055 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21057 cat >>confdefs.h
<<_ACEOF
21058 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21063 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21064 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21065 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21066 echo $ECHO_N "(cached) $ECHO_C" >&6
21068 cat >conftest.
$ac_ext <<_ACEOF
21071 cat confdefs.h
>>conftest.
$ac_ext
21072 cat >>conftest.
$ac_ext <<_ACEOF
21073 /* end confdefs.h. */
21074 #include <sys/types.h>
21075 #ifdef HAVE_SYS_MTIO_H
21076 #include <sys/mtio.h>
21082 static struct mtget ac_aggr;
21083 if (ac_aggr.mt_gstat)
21089 rm -f conftest.
$ac_objext
21090 if { (ac_try
="$ac_compile"
21091 case "(($ac_try" in
21092 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21093 *) ac_try_echo=$ac_try;;
21095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21096 (eval "$ac_compile") 2>conftest.er1
21098 grep -v '^ *+' conftest.er1 >conftest.err
21100 cat conftest.err >&5
21101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21102 (exit $ac_status); } && {
21103 test -z "$ac_c_werror_flag" ||
21104 test ! -s conftest.err
21105 } && test -s conftest.$ac_objext; then
21106 ac_cv_member_struct_mtget_mt_gstat=yes
21108 echo "$as_me: failed program was:" >&5
21109 sed 's/^/| /' conftest.$ac_ext >&5
21111 cat >conftest.$ac_ext <<_ACEOF
21114 cat confdefs.h >>conftest.$ac_ext
21115 cat >>conftest.$ac_ext <<_ACEOF
21116 /* end confdefs.h. */
21117 #include <sys/types.h>
21118 #ifdef HAVE_SYS_MTIO_H
21119 #include <sys/mtio.h>
21125 static struct mtget ac_aggr;
21126 if (sizeof ac_aggr.mt_gstat)
21132 rm -f conftest.$ac_objext
21133 if { (ac_try="$ac_compile"
21134 case "(($ac_try" in
21135 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21136 *) ac_try_echo
=$ac_try;;
21138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21139 (eval "$ac_compile") 2>conftest.er1
21141 grep -v '^ *+' conftest.er1
>conftest.err
21143 cat conftest.err
>&5
21144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21145 (exit $ac_status); } && {
21146 test -z "$ac_c_werror_flag" ||
21147 test ! -s conftest.err
21148 } && test -s conftest.
$ac_objext; then
21149 ac_cv_member_struct_mtget_mt_gstat
=yes
21151 echo "$as_me: failed program was:" >&5
21152 sed 's/^/| /' conftest.
$ac_ext >&5
21154 ac_cv_member_struct_mtget_mt_gstat
=no
21157 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21160 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21162 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21163 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21164 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21166 cat >>confdefs.h
<<_ACEOF
21167 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21172 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21173 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21174 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21175 echo $ECHO_N "(cached) $ECHO_C" >&6
21177 cat >conftest.
$ac_ext <<_ACEOF
21180 cat confdefs.h
>>conftest.
$ac_ext
21181 cat >>conftest.
$ac_ext <<_ACEOF
21182 /* end confdefs.h. */
21183 #include <sys/types.h>
21184 #ifdef HAVE_SYS_MTIO_H
21185 #include <sys/mtio.h>
21191 static struct mtget ac_aggr;
21192 if (ac_aggr.mt_blkno)
21198 rm -f conftest.
$ac_objext
21199 if { (ac_try
="$ac_compile"
21200 case "(($ac_try" in
21201 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21202 *) ac_try_echo=$ac_try;;
21204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21205 (eval "$ac_compile") 2>conftest.er1
21207 grep -v '^ *+' conftest.er1 >conftest.err
21209 cat conftest.err >&5
21210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21211 (exit $ac_status); } && {
21212 test -z "$ac_c_werror_flag" ||
21213 test ! -s conftest.err
21214 } && test -s conftest.$ac_objext; then
21215 ac_cv_member_struct_mtget_mt_blkno=yes
21217 echo "$as_me: failed program was:" >&5
21218 sed 's/^/| /' conftest.$ac_ext >&5
21220 cat >conftest.$ac_ext <<_ACEOF
21223 cat confdefs.h >>conftest.$ac_ext
21224 cat >>conftest.$ac_ext <<_ACEOF
21225 /* end confdefs.h. */
21226 #include <sys/types.h>
21227 #ifdef HAVE_SYS_MTIO_H
21228 #include <sys/mtio.h>
21234 static struct mtget ac_aggr;
21235 if (sizeof ac_aggr.mt_blkno)
21241 rm -f conftest.$ac_objext
21242 if { (ac_try="$ac_compile"
21243 case "(($ac_try" in
21244 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21245 *) ac_try_echo
=$ac_try;;
21247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21248 (eval "$ac_compile") 2>conftest.er1
21250 grep -v '^ *+' conftest.er1
>conftest.err
21252 cat conftest.err
>&5
21253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21254 (exit $ac_status); } && {
21255 test -z "$ac_c_werror_flag" ||
21256 test ! -s conftest.err
21257 } && test -s conftest.
$ac_objext; then
21258 ac_cv_member_struct_mtget_mt_blkno
=yes
21260 echo "$as_me: failed program was:" >&5
21261 sed 's/^/| /' conftest.
$ac_ext >&5
21263 ac_cv_member_struct_mtget_mt_blkno
=no
21266 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21269 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21271 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21272 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21273 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21275 cat >>confdefs.h
<<_ACEOF
21276 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21283 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21284 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21285 if test "${ac_cv_member_struct_option_name+set}" = set; then
21286 echo $ECHO_N "(cached) $ECHO_C" >&6
21288 cat >conftest.
$ac_ext <<_ACEOF
21291 cat confdefs.h
>>conftest.
$ac_ext
21292 cat >>conftest.
$ac_ext <<_ACEOF
21293 /* end confdefs.h. */
21294 #ifdef HAVE_GETOPT_H
21295 #include <getopt.h>
21301 static struct option ac_aggr;
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_option_name=yes
21327 echo "$as_me: failed program was:" >&5
21328 sed 's/^/| /' conftest.$ac_ext >&5
21330 cat >conftest.$ac_ext <<_ACEOF
21333 cat confdefs.h >>conftest.$ac_ext
21334 cat >>conftest.$ac_ext <<_ACEOF
21335 /* end confdefs.h. */
21336 #ifdef HAVE_GETOPT_H
21337 #include <getopt.h>
21343 static struct option ac_aggr;
21344 if (sizeof ac_aggr.name)
21350 rm -f conftest.$ac_objext
21351 if { (ac_try="$ac_compile"
21352 case "(($ac_try" in
21353 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21354 *) ac_try_echo
=$ac_try;;
21356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21357 (eval "$ac_compile") 2>conftest.er1
21359 grep -v '^ *+' conftest.er1
>conftest.err
21361 cat conftest.err
>&5
21362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21363 (exit $ac_status); } && {
21364 test -z "$ac_c_werror_flag" ||
21365 test ! -s conftest.err
21366 } && test -s conftest.
$ac_objext; then
21367 ac_cv_member_struct_option_name
=yes
21369 echo "$as_me: failed program was:" >&5
21370 sed 's/^/| /' conftest.
$ac_ext >&5
21372 ac_cv_member_struct_option_name
=no
21375 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21378 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21380 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21381 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21382 if test $ac_cv_member_struct_option_name = yes; then
21384 cat >>confdefs.h
<<_ACEOF
21385 #define HAVE_STRUCT_OPTION_NAME 1
21392 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21393 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21394 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21395 echo $ECHO_N "(cached) $ECHO_C" >&6
21397 cat >conftest.
$ac_ext <<_ACEOF
21400 cat confdefs.h
>>conftest.
$ac_ext
21401 cat >>conftest.
$ac_ext <<_ACEOF
21402 /* end confdefs.h. */
21403 $ac_includes_default
21407 static struct stat ac_aggr;
21408 if (ac_aggr.st_blocks)
21414 rm -f conftest.
$ac_objext
21415 if { (ac_try
="$ac_compile"
21416 case "(($ac_try" in
21417 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21418 *) ac_try_echo=$ac_try;;
21420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21421 (eval "$ac_compile") 2>conftest.er1
21423 grep -v '^ *+' conftest.er1 >conftest.err
21425 cat conftest.err >&5
21426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21427 (exit $ac_status); } && {
21428 test -z "$ac_c_werror_flag" ||
21429 test ! -s conftest.err
21430 } && test -s conftest.$ac_objext; then
21431 ac_cv_member_struct_stat_st_blocks=yes
21433 echo "$as_me: failed program was:" >&5
21434 sed 's/^/| /' conftest.$ac_ext >&5
21436 cat >conftest.$ac_ext <<_ACEOF
21439 cat confdefs.h >>conftest.$ac_ext
21440 cat >>conftest.$ac_ext <<_ACEOF
21441 /* end confdefs.h. */
21442 $ac_includes_default
21446 static struct stat ac_aggr;
21447 if (sizeof ac_aggr.st_blocks)
21453 rm -f conftest.$ac_objext
21454 if { (ac_try="$ac_compile"
21455 case "(($ac_try" in
21456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21457 *) ac_try_echo
=$ac_try;;
21459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21460 (eval "$ac_compile") 2>conftest.er1
21462 grep -v '^ *+' conftest.er1
>conftest.err
21464 cat conftest.err
>&5
21465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21466 (exit $ac_status); } && {
21467 test -z "$ac_c_werror_flag" ||
21468 test ! -s conftest.err
21469 } && test -s conftest.
$ac_objext; then
21470 ac_cv_member_struct_stat_st_blocks
=yes
21472 echo "$as_me: failed program was:" >&5
21473 sed 's/^/| /' conftest.
$ac_ext >&5
21475 ac_cv_member_struct_stat_st_blocks
=no
21478 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21481 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21483 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21484 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21485 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21487 cat >>confdefs.h
<<_ACEOF
21488 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21493 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21494 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21495 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21496 echo $ECHO_N "(cached) $ECHO_C" >&6
21498 cat >conftest.
$ac_ext <<_ACEOF
21501 cat confdefs.h
>>conftest.
$ac_ext
21502 cat >>conftest.
$ac_ext <<_ACEOF
21503 /* end confdefs.h. */
21504 $ac_includes_default
21508 static struct stat ac_aggr;
21509 if (ac_aggr.st_mtim)
21515 rm -f conftest.
$ac_objext
21516 if { (ac_try
="$ac_compile"
21517 case "(($ac_try" in
21518 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21519 *) ac_try_echo=$ac_try;;
21521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21522 (eval "$ac_compile") 2>conftest.er1
21524 grep -v '^ *+' conftest.er1 >conftest.err
21526 cat conftest.err >&5
21527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21528 (exit $ac_status); } && {
21529 test -z "$ac_c_werror_flag" ||
21530 test ! -s conftest.err
21531 } && test -s conftest.$ac_objext; then
21532 ac_cv_member_struct_stat_st_mtim=yes
21534 echo "$as_me: failed program was:" >&5
21535 sed 's/^/| /' conftest.$ac_ext >&5
21537 cat >conftest.$ac_ext <<_ACEOF
21540 cat confdefs.h >>conftest.$ac_ext
21541 cat >>conftest.$ac_ext <<_ACEOF
21542 /* end confdefs.h. */
21543 $ac_includes_default
21547 static struct stat ac_aggr;
21548 if (sizeof ac_aggr.st_mtim)
21554 rm -f conftest.$ac_objext
21555 if { (ac_try="$ac_compile"
21556 case "(($ac_try" in
21557 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21558 *) ac_try_echo
=$ac_try;;
21560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21561 (eval "$ac_compile") 2>conftest.er1
21563 grep -v '^ *+' conftest.er1
>conftest.err
21565 cat conftest.err
>&5
21566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567 (exit $ac_status); } && {
21568 test -z "$ac_c_werror_flag" ||
21569 test ! -s conftest.err
21570 } && test -s conftest.
$ac_objext; then
21571 ac_cv_member_struct_stat_st_mtim
=yes
21573 echo "$as_me: failed program was:" >&5
21574 sed 's/^/| /' conftest.
$ac_ext >&5
21576 ac_cv_member_struct_stat_st_mtim
=no
21579 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21582 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21584 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21585 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21586 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21588 cat >>confdefs.h
<<_ACEOF
21589 #define HAVE_STRUCT_STAT_ST_MTIM 1
21594 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21595 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21596 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21597 echo $ECHO_N "(cached) $ECHO_C" >&6
21599 cat >conftest.
$ac_ext <<_ACEOF
21602 cat confdefs.h
>>conftest.
$ac_ext
21603 cat >>conftest.
$ac_ext <<_ACEOF
21604 /* end confdefs.h. */
21605 $ac_includes_default
21609 static struct stat ac_aggr;
21610 if (ac_aggr.st_ctim)
21616 rm -f conftest.
$ac_objext
21617 if { (ac_try
="$ac_compile"
21618 case "(($ac_try" in
21619 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21620 *) ac_try_echo=$ac_try;;
21622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21623 (eval "$ac_compile") 2>conftest.er1
21625 grep -v '^ *+' conftest.er1 >conftest.err
21627 cat conftest.err >&5
21628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21629 (exit $ac_status); } && {
21630 test -z "$ac_c_werror_flag" ||
21631 test ! -s conftest.err
21632 } && test -s conftest.$ac_objext; then
21633 ac_cv_member_struct_stat_st_ctim=yes
21635 echo "$as_me: failed program was:" >&5
21636 sed 's/^/| /' conftest.$ac_ext >&5
21638 cat >conftest.$ac_ext <<_ACEOF
21641 cat confdefs.h >>conftest.$ac_ext
21642 cat >>conftest.$ac_ext <<_ACEOF
21643 /* end confdefs.h. */
21644 $ac_includes_default
21648 static struct stat ac_aggr;
21649 if (sizeof ac_aggr.st_ctim)
21655 rm -f conftest.$ac_objext
21656 if { (ac_try="$ac_compile"
21657 case "(($ac_try" in
21658 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21659 *) ac_try_echo
=$ac_try;;
21661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21662 (eval "$ac_compile") 2>conftest.er1
21664 grep -v '^ *+' conftest.er1
>conftest.err
21666 cat conftest.err
>&5
21667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21668 (exit $ac_status); } && {
21669 test -z "$ac_c_werror_flag" ||
21670 test ! -s conftest.err
21671 } && test -s conftest.
$ac_objext; then
21672 ac_cv_member_struct_stat_st_ctim
=yes
21674 echo "$as_me: failed program was:" >&5
21675 sed 's/^/| /' conftest.
$ac_ext >&5
21677 ac_cv_member_struct_stat_st_ctim
=no
21680 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21683 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21685 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21686 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21687 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21689 cat >>confdefs.h
<<_ACEOF
21690 #define HAVE_STRUCT_STAT_ST_CTIM 1
21695 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21696 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21697 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21698 echo $ECHO_N "(cached) $ECHO_C" >&6
21700 cat >conftest.
$ac_ext <<_ACEOF
21703 cat confdefs.h
>>conftest.
$ac_ext
21704 cat >>conftest.
$ac_ext <<_ACEOF
21705 /* end confdefs.h. */
21706 $ac_includes_default
21710 static struct stat ac_aggr;
21711 if (ac_aggr.st_atim)
21717 rm -f conftest.
$ac_objext
21718 if { (ac_try
="$ac_compile"
21719 case "(($ac_try" in
21720 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21721 *) ac_try_echo=$ac_try;;
21723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21724 (eval "$ac_compile") 2>conftest.er1
21726 grep -v '^ *+' conftest.er1 >conftest.err
21728 cat conftest.err >&5
21729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21730 (exit $ac_status); } && {
21731 test -z "$ac_c_werror_flag" ||
21732 test ! -s conftest.err
21733 } && test -s conftest.$ac_objext; then
21734 ac_cv_member_struct_stat_st_atim=yes
21736 echo "$as_me: failed program was:" >&5
21737 sed 's/^/| /' conftest.$ac_ext >&5
21739 cat >conftest.$ac_ext <<_ACEOF
21742 cat confdefs.h >>conftest.$ac_ext
21743 cat >>conftest.$ac_ext <<_ACEOF
21744 /* end confdefs.h. */
21745 $ac_includes_default
21749 static struct stat ac_aggr;
21750 if (sizeof ac_aggr.st_atim)
21756 rm -f conftest.$ac_objext
21757 if { (ac_try="$ac_compile"
21758 case "(($ac_try" in
21759 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21760 *) ac_try_echo
=$ac_try;;
21762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21763 (eval "$ac_compile") 2>conftest.er1
21765 grep -v '^ *+' conftest.er1
>conftest.err
21767 cat conftest.err
>&5
21768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21769 (exit $ac_status); } && {
21770 test -z "$ac_c_werror_flag" ||
21771 test ! -s conftest.err
21772 } && test -s conftest.
$ac_objext; then
21773 ac_cv_member_struct_stat_st_atim
=yes
21775 echo "$as_me: failed program was:" >&5
21776 sed 's/^/| /' conftest.
$ac_ext >&5
21778 ac_cv_member_struct_stat_st_atim
=no
21781 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21784 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21786 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21787 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21788 if test $ac_cv_member_struct_stat_st_atim = yes; then
21790 cat >>confdefs.h
<<_ACEOF
21791 #define HAVE_STRUCT_STAT_ST_ATIM 1
21798 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21799 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21800 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21801 echo $ECHO_N "(cached) $ECHO_C" >&6
21803 cat >conftest.
$ac_ext <<_ACEOF
21806 cat confdefs.h
>>conftest.
$ac_ext
21807 cat >>conftest.
$ac_ext <<_ACEOF
21808 /* end confdefs.h. */
21809 #ifdef HAVE_SYS_TYPES_H
21810 #include <sys/types.h>
21812 #ifdef HAVE_NETINET_IN_H
21813 #include <netinet/in.h>
21819 static struct sockaddr_in6 ac_aggr;
21820 if (ac_aggr.sin6_scope_id)
21826 rm -f conftest.
$ac_objext
21827 if { (ac_try
="$ac_compile"
21828 case "(($ac_try" in
21829 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21830 *) ac_try_echo=$ac_try;;
21832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21833 (eval "$ac_compile") 2>conftest.er1
21835 grep -v '^ *+' conftest.er1 >conftest.err
21837 cat conftest.err >&5
21838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21839 (exit $ac_status); } && {
21840 test -z "$ac_c_werror_flag" ||
21841 test ! -s conftest.err
21842 } && test -s conftest.$ac_objext; then
21843 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21845 echo "$as_me: failed program was:" >&5
21846 sed 's/^/| /' conftest.$ac_ext >&5
21848 cat >conftest.$ac_ext <<_ACEOF
21851 cat confdefs.h >>conftest.$ac_ext
21852 cat >>conftest.$ac_ext <<_ACEOF
21853 /* end confdefs.h. */
21854 #ifdef HAVE_SYS_TYPES_H
21855 #include <sys/types.h>
21857 #ifdef HAVE_NETINET_IN_H
21858 #include <netinet/in.h>
21864 static struct sockaddr_in6 ac_aggr;
21865 if (sizeof ac_aggr.sin6_scope_id)
21871 rm -f conftest.$ac_objext
21872 if { (ac_try="$ac_compile"
21873 case "(($ac_try" in
21874 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21875 *) ac_try_echo
=$ac_try;;
21877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21878 (eval "$ac_compile") 2>conftest.er1
21880 grep -v '^ *+' conftest.er1
>conftest.err
21882 cat conftest.err
>&5
21883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21884 (exit $ac_status); } && {
21885 test -z "$ac_c_werror_flag" ||
21886 test ! -s conftest.err
21887 } && test -s conftest.
$ac_objext; then
21888 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21890 echo "$as_me: failed program was:" >&5
21891 sed 's/^/| /' conftest.
$ac_ext >&5
21893 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=no
21896 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21899 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21901 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21902 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21903 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21905 cat >>confdefs.h
<<_ACEOF
21906 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21913 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21914 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21915 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21916 echo $ECHO_N "(cached) $ECHO_C" >&6
21918 cat >conftest.
$ac_ext <<_ACEOF
21921 cat confdefs.h
>>conftest.
$ac_ext
21922 cat >>conftest.
$ac_ext <<_ACEOF
21923 /* end confdefs.h. */
21924 #ifdef HAVE_SYS_TYPES_H
21925 #include <sys/types.h>
21927 #ifdef HAVE_NETINET_IN_H
21928 # include <netinet/in.h>
21930 #ifdef HAVE_ARPA_NAMESER_H
21931 # include <arpa/nameser.h>
21937 static ns_msg ac_aggr;
21938 if (ac_aggr._msg_ptr)
21944 rm -f conftest.
$ac_objext
21945 if { (ac_try
="$ac_compile"
21946 case "(($ac_try" in
21947 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21948 *) ac_try_echo=$ac_try;;
21950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21951 (eval "$ac_compile") 2>conftest.er1
21953 grep -v '^ *+' conftest.er1 >conftest.err
21955 cat conftest.err >&5
21956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21957 (exit $ac_status); } && {
21958 test -z "$ac_c_werror_flag" ||
21959 test ! -s conftest.err
21960 } && test -s conftest.$ac_objext; then
21961 ac_cv_member_ns_msg__msg_ptr=yes
21963 echo "$as_me: failed program was:" >&5
21964 sed 's/^/| /' conftest.$ac_ext >&5
21966 cat >conftest.$ac_ext <<_ACEOF
21969 cat confdefs.h >>conftest.$ac_ext
21970 cat >>conftest.$ac_ext <<_ACEOF
21971 /* end confdefs.h. */
21972 #ifdef HAVE_SYS_TYPES_H
21973 #include <sys/types.h>
21975 #ifdef HAVE_NETINET_IN_H
21976 # include <netinet/in.h>
21978 #ifdef HAVE_ARPA_NAMESER_H
21979 # include <arpa/nameser.h>
21985 static ns_msg ac_aggr;
21986 if (sizeof ac_aggr._msg_ptr)
21992 rm -f conftest.$ac_objext
21993 if { (ac_try="$ac_compile"
21994 case "(($ac_try" in
21995 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21996 *) ac_try_echo
=$ac_try;;
21998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21999 (eval "$ac_compile") 2>conftest.er1
22001 grep -v '^ *+' conftest.er1
>conftest.err
22003 cat conftest.err
>&5
22004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22005 (exit $ac_status); } && {
22006 test -z "$ac_c_werror_flag" ||
22007 test ! -s conftest.err
22008 } && test -s conftest.
$ac_objext; then
22009 ac_cv_member_ns_msg__msg_ptr
=yes
22011 echo "$as_me: failed program was:" >&5
22012 sed 's/^/| /' conftest.
$ac_ext >&5
22014 ac_cv_member_ns_msg__msg_ptr
=no
22017 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22020 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22022 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22023 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22024 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22026 cat >>confdefs.h
<<_ACEOF
22027 #define HAVE_NS_MSG__MSG_PTR 1
22034 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22035 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22036 if test "${ac_cv_have_timezone+set}" = set; then
22037 echo $ECHO_N "(cached) $ECHO_C" >&6
22039 cat >conftest.
$ac_ext <<_ACEOF
22042 cat confdefs.h
>>conftest.
$ac_ext
22043 cat >>conftest.
$ac_ext <<_ACEOF
22044 /* end confdefs.h. */
22054 rm -f conftest.
$ac_objext conftest
$ac_exeext
22055 if { (ac_try
="$ac_link"
22056 case "(($ac_try" in
22057 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22058 *) ac_try_echo=$ac_try;;
22060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22061 (eval "$ac_link") 2>conftest.er1
22063 grep -v '^ *+' conftest.er1 >conftest.err
22065 cat conftest.err >&5
22066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22067 (exit $ac_status); } && {
22068 test -z "$ac_c_werror_flag" ||
22069 test ! -s conftest.err
22070 } && test -s conftest$ac_exeext &&
22071 $as_test_x conftest$ac_exeext; then
22072 ac_cv_have_timezone="yes"
22074 echo "$as_me: failed program was:" >&5
22075 sed 's/^/| /' conftest.$ac_ext >&5
22077 ac_cv_have_timezone="no"
22080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22081 conftest$ac_exeext conftest.$ac_ext
22083 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22084 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22085 if test "$ac_cv_have_timezone" = "yes"
22088 cat >>confdefs.h <<\_ACEOF
22089 #define HAVE_TIMEZONE 1
22093 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22094 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22095 if test "${ac_cv_have_daylight+set}" = set; then
22096 echo $ECHO_N "(cached) $ECHO_C" >&6
22098 cat >conftest.$ac_ext <<_ACEOF
22101 cat confdefs.h >>conftest.$ac_ext
22102 cat >>conftest.$ac_ext <<_ACEOF
22103 /* end confdefs.h. */
22113 rm -f conftest.$ac_objext conftest$ac_exeext
22114 if { (ac_try="$ac_link"
22115 case "(($ac_try" in
22116 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22117 *) ac_try_echo
=$ac_try;;
22119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22120 (eval "$ac_link") 2>conftest.er1
22122 grep -v '^ *+' conftest.er1
>conftest.err
22124 cat conftest.err
>&5
22125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22126 (exit $ac_status); } && {
22127 test -z "$ac_c_werror_flag" ||
22128 test ! -s conftest.err
22129 } && test -s conftest
$ac_exeext &&
22130 $as_test_x conftest
$ac_exeext; then
22131 ac_cv_have_daylight
="yes"
22133 echo "$as_me: failed program was:" >&5
22134 sed 's/^/| /' conftest.
$ac_ext >&5
22136 ac_cv_have_daylight
="no"
22139 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22140 conftest
$ac_exeext conftest.
$ac_ext
22142 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22143 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22144 if test "$ac_cv_have_daylight" = "yes"
22147 cat >>confdefs.h
<<\_ACEOF
22148 #define HAVE_DAYLIGHT 1
22153 { echo "$as_me:$LINENO: checking for isinf" >&5
22154 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22155 if test "${ac_cv_have_isinf+set}" = set; then
22156 echo $ECHO_N "(cached) $ECHO_C" >&6
22158 cat >conftest.
$ac_ext <<_ACEOF
22161 cat confdefs.h
>>conftest.
$ac_ext
22162 cat >>conftest.
$ac_ext <<_ACEOF
22163 /* end confdefs.h. */
22168 float f = 0.0; int i=isinf(f)
22173 rm -f conftest.
$ac_objext conftest
$ac_exeext
22174 if { (ac_try
="$ac_link"
22175 case "(($ac_try" in
22176 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22177 *) ac_try_echo=$ac_try;;
22179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22180 (eval "$ac_link") 2>conftest.er1
22182 grep -v '^ *+' conftest.er1 >conftest.err
22184 cat conftest.err >&5
22185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186 (exit $ac_status); } && {
22187 test -z "$ac_c_werror_flag" ||
22188 test ! -s conftest.err
22189 } && test -s conftest$ac_exeext &&
22190 $as_test_x conftest$ac_exeext; then
22191 ac_cv_have_isinf="yes"
22193 echo "$as_me: failed program was:" >&5
22194 sed 's/^/| /' conftest.$ac_ext >&5
22196 ac_cv_have_isinf="no"
22199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22200 conftest$ac_exeext conftest.$ac_ext
22202 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22203 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22204 if test "$ac_cv_have_isinf" = "yes"
22207 cat >>confdefs.h <<\_ACEOF
22208 #define HAVE_ISINF 1
22215 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22216 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22217 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22218 echo $ECHO_N "(cached) $ECHO_C" >&6
22220 cat >conftest.$ac_ext <<_ACEOF
22223 cat confdefs.h >>conftest.$ac_ext
22224 cat >>conftest.$ac_ext <<_ACEOF
22225 /* end confdefs.h. */
22230 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22231 $EGREP "yes" >/dev/null 2>&1; then
22232 ac_cv_cpp_def___i386__=yes
22234 ac_cv_cpp_def___i386__=no
22239 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22240 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22241 if test $ac_cv_cpp_def___i386__ = yes; then
22242 CFLAGS="$CFLAGS -D__i386__"
22243 LINTFLAGS="$LINTFLAGS -D__i386__"
22246 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22247 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22248 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22249 echo $ECHO_N "(cached) $ECHO_C" >&6
22251 cat >conftest.$ac_ext <<_ACEOF
22254 cat confdefs.h >>conftest.$ac_ext
22255 cat >>conftest.$ac_ext <<_ACEOF
22256 /* end confdefs.h. */
22261 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22262 $EGREP "yes" >/dev/null 2>&1; then
22263 ac_cv_cpp_def___x86_64__=yes
22265 ac_cv_cpp_def___x86_64__=no
22270 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22271 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22272 if test $ac_cv_cpp_def___x86_64__ = yes; then
22273 CFLAGS="$CFLAGS -D__x86_64__"
22274 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22277 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22278 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22279 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22280 echo $ECHO_N "(cached) $ECHO_C" >&6
22282 cat >conftest.$ac_ext <<_ACEOF
22285 cat confdefs.h >>conftest.$ac_ext
22286 cat >>conftest.$ac_ext <<_ACEOF
22287 /* end confdefs.h. */
22292 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22293 $EGREP "yes" >/dev/null 2>&1; then
22294 ac_cv_cpp_def___ALPHA__=yes
22296 ac_cv_cpp_def___ALPHA__=no
22301 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22302 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22303 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22304 CFLAGS="$CFLAGS -D__ALPHA__"
22305 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22308 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22309 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22310 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22311 echo $ECHO_N "(cached) $ECHO_C" >&6
22313 cat >conftest.$ac_ext <<_ACEOF
22316 cat confdefs.h >>conftest.$ac_ext
22317 cat >>conftest.$ac_ext <<_ACEOF
22318 /* end confdefs.h. */
22323 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22324 $EGREP "yes" >/dev/null 2>&1; then
22325 ac_cv_cpp_def___sparc__=yes
22327 ac_cv_cpp_def___sparc__=no
22332 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22333 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22334 if test $ac_cv_cpp_def___sparc__ = yes; then
22335 CFLAGS="$CFLAGS -D__sparc__"
22336 LINTFLAGS="$LINTFLAGS -D__sparc__"
22339 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22340 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22341 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22342 echo $ECHO_N "(cached) $ECHO_C" >&6
22344 cat >conftest.$ac_ext <<_ACEOF
22347 cat confdefs.h >>conftest.$ac_ext
22348 cat >>conftest.$ac_ext <<_ACEOF
22349 /* end confdefs.h. */
22350 #ifndef __powerpc__
22354 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22355 $EGREP "yes" >/dev/null 2>&1; then
22356 ac_cv_cpp_def___powerpc__=yes
22358 ac_cv_cpp_def___powerpc__=no
22363 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22364 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22365 if test $ac_cv_cpp_def___powerpc__ = yes; then
22366 CFLAGS="$CFLAGS -D__powerpc__"
22367 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22372 case $host_vendor in
22373 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22374 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22375 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22376 echo $ECHO_N "(cached) $ECHO_C" >&6
22378 cat >conftest.$ac_ext <<_ACEOF
22381 cat confdefs.h >>conftest.$ac_ext
22382 cat >>conftest.$ac_ext <<_ACEOF
22383 /* end confdefs.h. */
22388 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22389 $EGREP "yes" >/dev/null 2>&1; then
22390 ac_cv_cpp_def___sun__=yes
22392 ac_cv_cpp_def___sun__=no
22397 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22398 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22399 if test $ac_cv_cpp_def___sun__ = yes; then
22400 CFLAGS="$CFLAGS -D__sun__"
22401 LINTFLAGS="$LINTFLAGS -D__sun__"
22407 DEPENDENCIES="### Dependencies:
22412 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22414 \$(OBJS): \$(IDL_GEN_HEADERS)
22415 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22416 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22417 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22418 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22425 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22436 ALL_PROGRAM_DIRS=""
22438 ALL_PROGRAM_INSTALL_DIRS=""
22440 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22446 ac_config_commands="$ac_config_commands include/stamp-h"
22449 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22451 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22453 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22455 ac_config_commands="$ac_config_commands dlls/user32/resources"
22457 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22459 ac_config_commands="$ac_config_commands include/wine"
22462 ALL_MAKERULES="$ALL_MAKERULES \\
22464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22465 Make.rules: Make.rules.in"
22466 MAKE_RULES=Make.rules
22467 ac_config_files="$ac_config_files Make.rules"
22469 ALL_MAKERULES="$ALL_MAKERULES \\
22470 dlls/Makedll.rules"
22471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22472 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22473 MAKE_DLL_RULES=dlls/Makedll.rules
22474 ac_config_files="$ac_config_files dlls/Makedll.rules"
22476 ALL_MAKERULES="$ALL_MAKERULES \\
22477 dlls/Makeimplib.rules"
22478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22479 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22480 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22481 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22483 ALL_MAKERULES="$ALL_MAKERULES \\
22484 dlls/Maketest.rules"
22485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22486 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22487 MAKE_TEST_RULES=dlls/Maketest.rules
22488 ac_config_files="$ac_config_files dlls/Maketest.rules"
22490 ALL_MAKERULES="$ALL_MAKERULES \\
22491 programs/Makeprog.rules"
22492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22493 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22494 MAKE_PROG_RULES=programs/Makeprog.rules
22495 ac_config_files="$ac_config_files programs/Makeprog.rules"
22500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22501 Makefile: Makefile.in Make.rules"
22502 ac_config_files="$ac_config_files Makefile"
22504 ALL_MAKEFILES="$ALL_MAKEFILES \\
22506 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22509 dlls/Makefile: dlls/Makefile.in Make.rules"
22510 ac_config_files="$ac_config_files dlls/Makefile"
22512 ALL_MAKEFILES="$ALL_MAKEFILES \\
22513 dlls/acledit/Makefile"
22514 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22517 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22518 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22520 ALL_MAKEFILES="$ALL_MAKEFILES \\
22521 dlls/activeds/Makefile"
22522 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22525 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22526 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22528 ALL_MAKEFILES="$ALL_MAKEFILES \\
22529 dlls/actxprxy/Makefile"
22530 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22533 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22534 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22536 ALL_MAKEFILES="$ALL_MAKEFILES \\
22537 dlls/adsiid/Makefile"
22538 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22541 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22542 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22544 ALL_MAKEFILES="$ALL_MAKEFILES \\
22545 dlls/advapi32/Makefile"
22546 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22549 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22550 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22552 ALL_MAKEFILES="$ALL_MAKEFILES \\
22553 dlls/advapi32/tests/Makefile"
22554 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22557 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22558 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22560 ALL_MAKEFILES="$ALL_MAKEFILES \\
22561 dlls/advpack/Makefile"
22562 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22565 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22566 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22568 ALL_MAKEFILES="$ALL_MAKEFILES \\
22569 dlls/advpack/tests/Makefile"
22570 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22573 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22574 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22576 ALL_MAKEFILES="$ALL_MAKEFILES \\
22577 dlls/amstream/Makefile"
22578 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22581 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22582 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22584 ALL_MAKEFILES="$ALL_MAKEFILES \\
22585 dlls/appwiz.cpl/Makefile"
22586 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22589 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22590 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22592 ALL_MAKEFILES="$ALL_MAKEFILES \\
22594 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22597 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22598 ac_config_files="$ac_config_files dlls/atl/Makefile"
22600 ALL_MAKEFILES="$ALL_MAKEFILES \\
22601 dlls/avicap32/Makefile"
22602 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22605 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22606 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22608 ALL_MAKEFILES="$ALL_MAKEFILES \\
22609 dlls/avifil32/Makefile"
22610 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22613 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22614 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22616 ALL_MAKEFILES="$ALL_MAKEFILES \\
22617 dlls/browseui/Makefile"
22618 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22621 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22622 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22624 ALL_MAKEFILES="$ALL_MAKEFILES \\
22625 dlls/browseui/tests/Makefile"
22626 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22629 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22630 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22632 ALL_MAKEFILES="$ALL_MAKEFILES \\
22633 dlls/cabinet/Makefile"
22634 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22637 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22638 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22640 ALL_MAKEFILES="$ALL_MAKEFILES \\
22641 dlls/cabinet/tests/Makefile"
22642 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22645 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22646 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22648 ALL_MAKEFILES="$ALL_MAKEFILES \\
22649 dlls/capi2032/Makefile"
22650 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22653 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22654 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22656 ALL_MAKEFILES="$ALL_MAKEFILES \\
22657 dlls/cards/Makefile"
22658 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22661 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22662 ac_config_files="$ac_config_files dlls/cards/Makefile"
22664 ALL_MAKEFILES="$ALL_MAKEFILES \\
22665 dlls/cfgmgr32/Makefile"
22666 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22669 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22670 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22672 ALL_MAKEFILES="$ALL_MAKEFILES \\
22673 dlls/clusapi/Makefile"
22674 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22677 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22678 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22680 ALL_MAKEFILES="$ALL_MAKEFILES \\
22681 dlls/comcat/Makefile"
22682 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22685 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22686 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22688 ALL_MAKEFILES="$ALL_MAKEFILES \\
22689 dlls/comcat/tests/Makefile"
22690 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22693 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22694 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22696 ALL_MAKEFILES="$ALL_MAKEFILES \\
22697 dlls/comctl32/Makefile"
22698 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22701 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22702 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22704 ALL_MAKEFILES="$ALL_MAKEFILES \\
22705 dlls/comctl32/tests/Makefile"
22706 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22709 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22710 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22712 ALL_MAKEFILES="$ALL_MAKEFILES \\
22713 dlls/comdlg32/Makefile"
22714 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22717 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22718 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22720 ALL_MAKEFILES="$ALL_MAKEFILES \\
22721 dlls/comdlg32/tests/Makefile"
22722 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22725 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22726 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22728 ALL_MAKEFILES="$ALL_MAKEFILES \\
22729 dlls/compstui/Makefile"
22730 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22733 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22734 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22736 ALL_MAKEFILES="$ALL_MAKEFILES \\
22737 dlls/credui/Makefile"
22738 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22741 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22742 ac_config_files="$ac_config_files dlls/credui/Makefile"
22744 ALL_MAKEFILES="$ALL_MAKEFILES \\
22745 dlls/credui/tests/Makefile"
22746 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22749 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22750 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22752 ALL_MAKEFILES="$ALL_MAKEFILES \\
22753 dlls/crtdll/Makefile"
22754 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22757 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22758 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22760 ALL_MAKEFILES="$ALL_MAKEFILES \\
22761 dlls/crypt32/Makefile"
22762 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22765 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22766 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22768 ALL_MAKEFILES="$ALL_MAKEFILES \\
22769 dlls/crypt32/tests/Makefile"
22770 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22773 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22774 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22776 ALL_MAKEFILES="$ALL_MAKEFILES \\
22777 dlls/cryptdlg/Makefile"
22778 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22781 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22782 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22784 ALL_MAKEFILES="$ALL_MAKEFILES \\
22785 dlls/cryptdll/Makefile"
22786 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22789 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22790 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22792 ALL_MAKEFILES="$ALL_MAKEFILES \\
22793 dlls/cryptnet/Makefile"
22794 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22797 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22798 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22800 ALL_MAKEFILES="$ALL_MAKEFILES \\
22801 dlls/cryptnet/tests/Makefile"
22802 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22805 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22806 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22808 ALL_MAKEFILES="$ALL_MAKEFILES \\
22809 dlls/cryptui/Makefile"
22810 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22813 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22814 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22816 ALL_MAKEFILES="$ALL_MAKEFILES \\
22817 dlls/ctapi32/Makefile"
22818 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22821 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22822 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22824 ALL_MAKEFILES="$ALL_MAKEFILES \\
22825 dlls/ctl3d32/Makefile"
22826 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22829 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22830 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22832 ALL_MAKEFILES="$ALL_MAKEFILES \\
22833 dlls/d3d10/Makefile"
22834 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22837 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22838 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22840 ALL_MAKEFILES="$ALL_MAKEFILES \\
22841 dlls/d3d8/Makefile"
22842 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22845 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22846 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22848 ALL_MAKEFILES="$ALL_MAKEFILES \\
22849 dlls/d3d8/tests/Makefile"
22850 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22853 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22854 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22856 ALL_MAKEFILES="$ALL_MAKEFILES \\
22857 dlls/d3d9/Makefile"
22858 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22861 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22862 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22864 ALL_MAKEFILES="$ALL_MAKEFILES \\
22865 dlls/d3d9/tests/Makefile"
22866 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22869 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22870 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22872 ALL_MAKEFILES="$ALL_MAKEFILES \\
22873 dlls/d3dim/Makefile"
22874 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22877 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22878 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22880 ALL_MAKEFILES="$ALL_MAKEFILES \\
22881 dlls/d3drm/Makefile"
22882 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22885 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22886 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22888 ALL_MAKEFILES="$ALL_MAKEFILES \\
22889 dlls/d3drm/tests/Makefile"
22890 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22893 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22894 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22896 ALL_MAKEFILES="$ALL_MAKEFILES \\
22897 dlls/d3dx8/Makefile"
22898 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22901 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22902 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22904 ALL_MAKEFILES="$ALL_MAKEFILES \\
22905 dlls/d3dx8/tests/Makefile"
22906 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22909 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22910 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22912 ALL_MAKEFILES="$ALL_MAKEFILES \\
22913 dlls/d3dx9_24/Makefile"
22914 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22917 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22918 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22920 ALL_MAKEFILES="$ALL_MAKEFILES \\
22921 dlls/d3dx9_25/Makefile"
22922 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22925 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22926 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22928 ALL_MAKEFILES="$ALL_MAKEFILES \\
22929 dlls/d3dx9_26/Makefile"
22930 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22933 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22934 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22936 ALL_MAKEFILES="$ALL_MAKEFILES \\
22937 dlls/d3dx9_27/Makefile"
22938 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22941 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22942 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22944 ALL_MAKEFILES="$ALL_MAKEFILES \\
22945 dlls/d3dx9_28/Makefile"
22946 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22949 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22950 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22952 ALL_MAKEFILES="$ALL_MAKEFILES \\
22953 dlls/d3dx9_29/Makefile"
22954 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22957 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22958 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22960 ALL_MAKEFILES="$ALL_MAKEFILES \\
22961 dlls/d3dx9_30/Makefile"
22962 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22965 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22966 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22968 ALL_MAKEFILES="$ALL_MAKEFILES \\
22969 dlls/d3dx9_31/Makefile"
22970 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22973 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22974 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22976 ALL_MAKEFILES="$ALL_MAKEFILES \\
22977 dlls/d3dx9_32/Makefile"
22978 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22982 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22984 ALL_MAKEFILES="$ALL_MAKEFILES \\
22985 dlls/d3dx9_33/Makefile"
22986 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22989 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22990 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22992 ALL_MAKEFILES="$ALL_MAKEFILES \\
22993 dlls/d3dx9_34/Makefile"
22994 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22997 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22998 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23000 ALL_MAKEFILES="$ALL_MAKEFILES \\
23001 dlls/d3dx9_35/Makefile"
23002 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23005 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23006 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23008 ALL_MAKEFILES="$ALL_MAKEFILES \\
23009 dlls/d3dx9_36/Makefile"
23010 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23013 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23014 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23016 ALL_MAKEFILES="$ALL_MAKEFILES \\
23017 dlls/d3dx9_36/tests/Makefile"
23018 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23021 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23022 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23024 ALL_MAKEFILES="$ALL_MAKEFILES \\
23025 dlls/d3dx9_37/Makefile"
23026 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23029 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23030 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23032 ALL_MAKEFILES="$ALL_MAKEFILES \\
23033 dlls/d3dxof/Makefile"
23034 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23037 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23038 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23040 ALL_MAKEFILES="$ALL_MAKEFILES \\
23041 dlls/d3dxof/tests/Makefile"
23042 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23045 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23046 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23048 ALL_MAKEFILES="$ALL_MAKEFILES \\
23049 dlls/dbghelp/Makefile"
23050 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23054 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23056 ALL_MAKEFILES="$ALL_MAKEFILES \\
23057 dlls/dciman32/Makefile"
23058 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23061 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23062 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23064 ALL_MAKEFILES="$ALL_MAKEFILES \\
23065 dlls/ddraw/Makefile"
23066 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23069 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23070 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23072 ALL_MAKEFILES="$ALL_MAKEFILES \\
23073 dlls/ddraw/tests/Makefile"
23074 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23078 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081 dlls/ddrawex/Makefile"
23082 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23085 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23086 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23088 ALL_MAKEFILES="$ALL_MAKEFILES \\
23089 dlls/devenum/Makefile"
23090 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23093 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23094 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23096 ALL_MAKEFILES="$ALL_MAKEFILES \\
23097 dlls/dinput/Makefile"
23098 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23102 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105 dlls/dinput/tests/Makefile"
23106 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23110 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23112 ALL_MAKEFILES="$ALL_MAKEFILES \\
23113 dlls/dinput8/Makefile"
23114 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23117 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23118 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23120 ALL_MAKEFILES="$ALL_MAKEFILES \\
23121 dlls/dmband/Makefile"
23122 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23126 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129 dlls/dmcompos/Makefile"
23130 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23133 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23134 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23136 ALL_MAKEFILES="$ALL_MAKEFILES \\
23137 dlls/dmime/Makefile"
23138 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23141 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23142 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23144 ALL_MAKEFILES="$ALL_MAKEFILES \\
23145 dlls/dmloader/Makefile"
23146 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153 dlls/dmscript/Makefile"
23154 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23157 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23158 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23160 ALL_MAKEFILES="$ALL_MAKEFILES \\
23161 dlls/dmstyle/Makefile"
23162 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23165 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23166 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23168 ALL_MAKEFILES="$ALL_MAKEFILES \\
23169 dlls/dmsynth/Makefile"
23170 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177 dlls/dmusic/Makefile"
23178 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23181 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23182 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23184 ALL_MAKEFILES="$ALL_MAKEFILES \\
23185 dlls/dmusic32/Makefile"
23186 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23189 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23190 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23192 ALL_MAKEFILES="$ALL_MAKEFILES \\
23193 dlls/dnsapi/Makefile"
23194 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23198 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201 dlls/dnsapi/tests/Makefile"
23202 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23205 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23206 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23208 ALL_MAKEFILES="$ALL_MAKEFILES \\
23209 dlls/dplay/Makefile"
23210 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23213 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23214 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23216 ALL_MAKEFILES="$ALL_MAKEFILES \\
23217 dlls/dplayx/Makefile"
23218 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23222 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225 dlls/dplayx/tests/Makefile"
23226 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23230 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23232 ALL_MAKEFILES="$ALL_MAKEFILES \\
23233 dlls/dpnaddr/Makefile"
23234 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23237 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23238 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23240 ALL_MAKEFILES="$ALL_MAKEFILES \\
23241 dlls/dpnet/Makefile"
23242 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23246 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249 dlls/dpnhpast/Makefile"
23250 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23253 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23254 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23256 ALL_MAKEFILES="$ALL_MAKEFILES \\
23257 dlls/dpnlobby/Makefile"
23258 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23261 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23262 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23264 ALL_MAKEFILES="$ALL_MAKEFILES \\
23265 dlls/dpwsockx/Makefile"
23266 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23270 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273 dlls/dsound/Makefile"
23274 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23277 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23278 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23280 ALL_MAKEFILES="$ALL_MAKEFILES \\
23281 dlls/dsound/tests/Makefile"
23282 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23285 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23286 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23288 ALL_MAKEFILES="$ALL_MAKEFILES \\
23289 dlls/dssenh/Makefile"
23290 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23294 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297 dlls/dswave/Makefile"
23298 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23301 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23302 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23304 ALL_MAKEFILES="$ALL_MAKEFILES \\
23305 dlls/dwmapi/Makefile"
23306 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23309 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23310 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23312 ALL_MAKEFILES="$ALL_MAKEFILES \\
23313 dlls/dxdiagn/Makefile"
23314 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321 dlls/dxerr8/Makefile"
23322 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23325 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23326 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23328 ALL_MAKEFILES="$ALL_MAKEFILES \\
23329 dlls/dxerr9/Makefile"
23330 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23334 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23336 ALL_MAKEFILES="$ALL_MAKEFILES \\
23337 dlls/dxguid/Makefile"
23338 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23342 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345 dlls/faultrep/Makefile"
23346 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23349 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23350 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23352 ALL_MAKEFILES="$ALL_MAKEFILES \\
23353 dlls/fusion/Makefile"
23354 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23357 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23358 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23360 ALL_MAKEFILES="$ALL_MAKEFILES \\
23361 dlls/fusion/tests/Makefile"
23362 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23366 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369 dlls/gdi32/Makefile"
23370 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23373 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23374 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23376 ALL_MAKEFILES="$ALL_MAKEFILES \\
23377 dlls/gdi32/tests/Makefile"
23378 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23381 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23382 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23384 ALL_MAKEFILES="$ALL_MAKEFILES \\
23385 dlls/gdiplus/Makefile"
23386 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23390 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393 dlls/gdiplus/tests/Makefile"
23394 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23397 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23398 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23400 ALL_MAKEFILES="$ALL_MAKEFILES \\
23401 dlls/glu32/Makefile"
23402 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23405 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23406 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23408 ALL_MAKEFILES="$ALL_MAKEFILES \\
23409 dlls/gphoto2.ds/Makefile"
23410 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23414 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417 dlls/gpkcsp/Makefile"
23418 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23421 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23422 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23424 ALL_MAKEFILES="$ALL_MAKEFILES \\
23426 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23429 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23430 ac_config_files="$ac_config_files dlls/hal/Makefile"
23432 ALL_MAKEFILES="$ALL_MAKEFILES \\
23433 dlls/hhctrl.ocx/Makefile"
23434 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23438 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23442 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23446 ac_config_files="$ac_config_files dlls/hid/Makefile"
23448 ALL_MAKEFILES="$ALL_MAKEFILES \\
23449 dlls/hlink/Makefile"
23450 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23453 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23454 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23456 ALL_MAKEFILES="$ALL_MAKEFILES \\
23457 dlls/hlink/tests/Makefile"
23458 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23462 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465 dlls/hnetcfg/Makefile"
23466 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23469 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23470 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23472 ALL_MAKEFILES="$ALL_MAKEFILES \\
23473 dlls/iccvid/Makefile"
23474 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23477 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23478 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23480 ALL_MAKEFILES="$ALL_MAKEFILES \\
23481 dlls/icmp/Makefile"
23482 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23486 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23489 dlls/ifsmgr.vxd/Makefile"
23490 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23493 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23494 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23496 ALL_MAKEFILES="$ALL_MAKEFILES \\
23497 dlls/imaadp32.acm/Makefile"
23498 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23501 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23502 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23504 ALL_MAKEFILES="$ALL_MAKEFILES \\
23505 dlls/imagehlp/Makefile"
23506 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23510 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513 dlls/imm32/Makefile"
23514 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23517 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23518 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23520 ALL_MAKEFILES="$ALL_MAKEFILES \\
23521 dlls/imm32/tests/Makefile"
23522 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23525 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23526 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23528 ALL_MAKEFILES="$ALL_MAKEFILES \\
23529 dlls/inetcomm/Makefile"
23530 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537 dlls/inetcomm/tests/Makefile"
23538 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23541 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23542 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23544 ALL_MAKEFILES="$ALL_MAKEFILES \\
23545 dlls/inetmib1/Makefile"
23546 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23549 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23550 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23552 ALL_MAKEFILES="$ALL_MAKEFILES \\
23553 dlls/inetmib1/tests/Makefile"
23554 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23558 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561 dlls/infosoft/Makefile"
23562 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23565 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23566 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23568 ALL_MAKEFILES="$ALL_MAKEFILES \\
23569 dlls/infosoft/tests/Makefile"
23570 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23573 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23574 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23576 ALL_MAKEFILES="$ALL_MAKEFILES \\
23577 dlls/initpki/Makefile"
23578 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23582 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585 dlls/inkobj/Makefile"
23586 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23589 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23590 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23592 ALL_MAKEFILES="$ALL_MAKEFILES \\
23593 dlls/inseng/Makefile"
23594 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23597 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23598 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23600 ALL_MAKEFILES="$ALL_MAKEFILES \\
23601 dlls/iphlpapi/Makefile"
23602 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23606 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609 dlls/iphlpapi/tests/Makefile"
23610 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23613 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23614 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23616 ALL_MAKEFILES="$ALL_MAKEFILES \\
23617 dlls/itircl/Makefile"
23618 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23621 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23622 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23624 ALL_MAKEFILES="$ALL_MAKEFILES \\
23625 dlls/itss/Makefile"
23626 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23630 ac_config_files="$ac_config_files dlls/itss/Makefile"
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633 dlls/itss/tests/Makefile"
23634 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23637 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23638 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23640 ALL_MAKEFILES="$ALL_MAKEFILES \\
23641 dlls/jscript/Makefile"
23642 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23645 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23646 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23648 ALL_MAKEFILES="$ALL_MAKEFILES \\
23649 dlls/jscript/tests/Makefile"
23650 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23654 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657 dlls/kernel32/Makefile"
23658 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23661 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23662 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23664 ALL_MAKEFILES="$ALL_MAKEFILES \\
23665 dlls/kernel32/tests/Makefile"
23666 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23669 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23670 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23672 ALL_MAKEFILES="$ALL_MAKEFILES \\
23673 dlls/localspl/Makefile"
23674 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23678 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681 dlls/localspl/tests/Makefile"
23682 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23685 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23686 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23688 ALL_MAKEFILES="$ALL_MAKEFILES \\
23689 dlls/localui/Makefile"
23690 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23693 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23694 ac_config_files="$ac_config_files dlls/localui/Makefile"
23696 ALL_MAKEFILES="$ALL_MAKEFILES \\
23697 dlls/localui/tests/Makefile"
23698 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23702 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705 dlls/lz32/Makefile"
23706 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23709 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23710 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23712 ALL_MAKEFILES="$ALL_MAKEFILES \\
23713 dlls/lz32/tests/Makefile"
23714 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23717 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23718 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23720 ALL_MAKEFILES="$ALL_MAKEFILES \\
23721 dlls/mapi32/Makefile"
23722 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23726 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729 dlls/mapi32/tests/Makefile"
23730 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23733 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23734 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23736 ALL_MAKEFILES="$ALL_MAKEFILES \\
23737 dlls/mciavi32/Makefile"
23738 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23741 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23742 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23744 ALL_MAKEFILES="$ALL_MAKEFILES \\
23745 dlls/mcicda/Makefile"
23746 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23750 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753 dlls/mciseq/Makefile"
23754 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23757 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23758 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23760 ALL_MAKEFILES="$ALL_MAKEFILES \\
23761 dlls/mciwave/Makefile"
23762 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23766 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23768 ALL_MAKEFILES="$ALL_MAKEFILES \\
23769 dlls/midimap/Makefile"
23770 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23774 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777 dlls/mlang/Makefile"
23778 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23781 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23782 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23784 ALL_MAKEFILES="$ALL_MAKEFILES \\
23785 dlls/mlang/tests/Makefile"
23786 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23789 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23790 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23792 ALL_MAKEFILES="$ALL_MAKEFILES \\
23793 dlls/mmdevldr.vxd/Makefile"
23794 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23798 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801 dlls/monodebg.vxd/Makefile"
23802 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23805 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23806 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23808 ALL_MAKEFILES="$ALL_MAKEFILES \\
23809 dlls/mountmgr.sys/Makefile"
23810 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23814 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23816 ALL_MAKEFILES="$ALL_MAKEFILES \\
23818 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825 dlls/mprapi/Makefile"
23826 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23830 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23832 ALL_MAKEFILES="$ALL_MAKEFILES \\
23833 dlls/msacm32.drv/Makefile"
23834 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23838 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841 dlls/msacm32/Makefile"
23842 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849 dlls/msacm32/tests/Makefile"
23850 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23854 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857 dlls/msadp32.acm/Makefile"
23858 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23865 dlls/mscat32/Makefile"
23866 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23870 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873 dlls/mscms/Makefile"
23874 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23878 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881 dlls/mscms/tests/Makefile"
23882 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23886 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889 dlls/mscoree/Makefile"
23890 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23894 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897 dlls/msdmo/Makefile"
23898 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23902 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905 dlls/msftedit/Makefile"
23906 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23910 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913 dlls/msg711.acm/Makefile"
23914 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23918 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921 dlls/mshtml.tlb/Makefile"
23922 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929 dlls/mshtml/Makefile"
23930 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23934 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937 dlls/mshtml/tests/Makefile"
23938 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23942 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23950 ac_config_files="$ac_config_files dlls/msi/Makefile"
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953 dlls/msi/tests/Makefile"
23954 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23958 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961 dlls/msimg32/Makefile"
23962 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969 dlls/msimtf/Makefile"
23970 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23974 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977 dlls/msisip/Makefile"
23978 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23982 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985 dlls/msisys.ocx/Makefile"
23986 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23990 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993 dlls/msnet32/Makefile"
23994 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23998 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001 dlls/msrle32/Makefile"
24002 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24006 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009 dlls/mssip32/Makefile"
24010 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24014 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017 dlls/mstask/Makefile"
24018 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24022 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025 dlls/mstask/tests/Makefile"
24026 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24030 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033 dlls/msvcirt/Makefile"
24034 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/msvcr71/Makefile"
24042 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24046 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049 dlls/msvcrt/Makefile"
24050 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057 dlls/msvcrt/tests/Makefile"
24058 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24062 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/msvcrt20/Makefile"
24066 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073 dlls/msvcrt40/Makefile"
24074 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24078 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081 dlls/msvcrtd/Makefile"
24082 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24086 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/msvcrtd/tests/Makefile"
24090 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24094 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097 dlls/msvfw32/Makefile"
24098 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105 dlls/msvidc32/Makefile"
24106 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24110 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/mswsock/Makefile"
24114 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121 dlls/msxml3/Makefile"
24122 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129 dlls/msxml3/tests/Makefile"
24130 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24134 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/nddeapi/Makefile"
24138 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24142 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145 dlls/netapi32/Makefile"
24146 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153 dlls/netapi32/tests/Makefile"
24154 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24158 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/newdev/Makefile"
24162 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169 dlls/ntdll/Makefile"
24170 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24174 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177 dlls/ntdll/tests/Makefile"
24178 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24182 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/ntdsapi/Makefile"
24186 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24190 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193 dlls/ntdsapi/tests/Makefile"
24194 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24198 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201 dlls/ntoskrnl.exe/Makefile"
24202 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24206 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/ntprint/Makefile"
24210 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24214 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217 dlls/ntprint/tests/Makefile"
24218 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24222 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225 dlls/objsel/Makefile"
24226 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24230 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/odbc32/Makefile"
24234 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24238 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241 dlls/odbccp32/Makefile"
24242 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24246 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249 dlls/odbccp32/tests/Makefile"
24250 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24254 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/ole32/Makefile"
24258 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24262 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265 dlls/ole32/tests/Makefile"
24266 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24270 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273 dlls/oleacc/Makefile"
24274 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/oleaut32/Makefile"
24282 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24286 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289 dlls/oleaut32/tests/Makefile"
24290 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24294 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/olecli32/Makefile"
24298 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24302 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/oledlg/Makefile"
24306 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/olepro32/Makefile"
24314 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24318 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/olesvr32/Makefile"
24322 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/olethk32/Makefile"
24330 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/opengl32/Makefile"
24338 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24342 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/opengl32/tests/Makefile"
24346 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24350 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24358 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/pdh/tests/Makefile"
24362 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24366 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/powrprof/Makefile"
24370 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/printui/Makefile"
24378 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/printui/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/propsys/Makefile"
24386 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24390 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/psapi/Makefile"
24394 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24398 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/psapi/tests/Makefile"
24402 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24406 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/pstorec/Makefile"
24410 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24414 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/qcap/Makefile"
24418 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24422 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/qedit/Makefile"
24426 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/qedit/tests/Makefile"
24434 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24438 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/qmgr/Makefile"
24442 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/qmgr/tests/Makefile"
24450 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24454 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/qmgrprxy/Makefile"
24458 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/quartz/Makefile"
24466 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/quartz/tests/Makefile"
24474 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24478 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/query/Makefile"
24482 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/query/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/rasapi32/Makefile"
24490 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/rasapi32/tests/Makefile"
24498 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24502 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/resutils/Makefile"
24506 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/riched20/Makefile"
24514 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/riched20/tests/Makefile"
24522 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24526 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/riched32/Makefile"
24530 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/riched32/tests/Makefile"
24538 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24542 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/rpcrt4/Makefile"
24546 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/rpcrt4/tests/Makefile"
24554 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24558 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/rsabase/Makefile"
24562 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/rsaenh/Makefile"
24570 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24574 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/rsaenh/tests/Makefile"
24578 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24582 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/sane.ds/Makefile"
24586 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/sccbase/Makefile"
24594 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/schannel/Makefile"
24602 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/schannel/tests/Makefile"
24610 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24614 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/secur32/Makefile"
24618 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/secur32/tests/Makefile"
24626 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24630 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/security/Makefile"
24634 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/security/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/sensapi/Makefile"
24642 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/serialui/Makefile"
24650 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/serialui/tests/Makefile"
24658 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24662 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/setupapi/Makefile"
24666 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/setupapi/tests/Makefile"
24674 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/sfc_os/Makefile"
24690 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/shdoclc/Makefile"
24698 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/shdocvw/Makefile"
24706 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/shdocvw/tests/Makefile"
24714 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24718 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/shell32/Makefile"
24722 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/shell32/tests/Makefile"
24730 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24734 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/shfolder/Makefile"
24738 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/shlwapi/Makefile"
24746 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/shlwapi/tests/Makefile"
24754 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24758 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/slbcsp/Makefile"
24762 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24766 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/slc/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/snmpapi/Makefile"
24778 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/snmpapi/tests/Makefile"
24786 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24790 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/softpub/Makefile"
24794 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/spoolss/Makefile"
24802 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/spoolss/tests/Makefile"
24810 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24814 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/stdole2.tlb/Makefile"
24818 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/stdole32.tlb/Makefile"
24826 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/sti/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/strmiids/Makefile"
24842 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24846 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/svrapi/Makefile"
24850 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24862 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/tapi32/Makefile"
24866 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/twain_32/Makefile"
24874 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/unicows/Makefile"
24882 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/url/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/urlmon/Makefile"
24898 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/urlmon/tests/Makefile"
24906 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24910 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/user32/Makefile"
24914 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/user32/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/user32/tests/Makefile"
24922 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24926 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/userenv/Makefile"
24930 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/userenv/tests/Makefile"
24938 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24942 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/usp10/Makefile"
24946 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/usp10/tests/Makefile"
24954 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/uuid/Makefile"
24962 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24966 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/uxtheme/Makefile"
24970 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24974 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/uxtheme/tests/Makefile"
24978 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24982 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/vdhcp.vxd/Makefile"
24986 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/vdmdbg/Makefile"
24994 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/version/Makefile"
25002 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/version/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/version/tests/Makefile"
25010 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25014 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/vmm.vxd/Makefile"
25018 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/vnbt.vxd/Makefile"
25026 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/vnetbios.vxd/Makefile"
25034 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/vtdapi.vxd/Makefile"
25042 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/vwin32.vxd/Makefile"
25050 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/w32skrnl/Makefile"
25058 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/winealsa.drv/Makefile"
25066 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/wineaudioio.drv/Makefile"
25074 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/winecoreaudio.drv/Makefile"
25082 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/winecrt0/Makefile"
25090 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25094 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/wined3d/Makefile"
25098 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/winedos/Makefile"
25106 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/wineesd.drv/Makefile"
25114 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/winejack.drv/Makefile"
25122 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/winejoystick.drv/Makefile"
25130 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/winemp3.acm/Makefile"
25138 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/winenas.drv/Makefile"
25146 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/wineoss.drv/Makefile"
25154 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/wineps.drv/Makefile"
25162 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/winequartz.drv/Makefile"
25170 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/winex11.drv/Makefile"
25178 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/wing32/Makefile"
25186 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/winhttp/Makefile"
25194 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/winhttp/tests/Makefile"
25202 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25206 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/wininet/Makefile"
25210 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/wininet/tests/Makefile"
25218 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25222 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/winmm/Makefile"
25226 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/winmm/tests/Makefile"
25234 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25238 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/winnls32/Makefile"
25242 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/winscard/Makefile"
25250 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/winspool.drv/Makefile"
25258 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/winspool.drv/tests/Makefile"
25266 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25267 winspool.drv/tests"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25270 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/wintab32/Makefile"
25274 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25278 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/wintrust/Makefile"
25282 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/wintrust/tests/Makefile"
25290 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25294 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/wldap32/Makefile"
25298 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/wnaspi32/Makefile"
25314 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/wow32/Makefile"
25322 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/ws2_32/Makefile"
25330 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/ws2_32/tests/Makefile"
25338 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25342 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/wsock32/Makefile"
25346 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/wtsapi32/Makefile"
25354 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 documentation/Makefile"
25362 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 documentation/Makefile: documentation/Makefile.in Make.rules"
25366 ac_config_files="$ac_config_files documentation/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 fonts/Makefile: fonts/Makefile.in Make.rules"
25374 ac_config_files="$ac_config_files fonts/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 include/Makefile: include/Makefile.in Make.rules"
25382 ac_config_files="$ac_config_files include/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 libs/Makefile: libs/Makefile.in Make.rules"
25390 ac_config_files="$ac_config_files libs/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 libs/port/Makefile"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25397 ac_config_files="$ac_config_files libs/port/Makefile"
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400 libs/wine/Makefile"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25404 ac_config_files="$ac_config_files libs/wine/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25411 ac_config_files="$ac_config_files libs/wpp/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 loader/Makefile: loader/Makefile.in Make.rules"
25419 ac_config_files="$ac_config_files loader/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 programs/Makefile: programs/Makefile.in Make.rules"
25427 ac_config_files="$ac_config_files programs/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 programs/clock/Makefile"
25431 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25432 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25436 ac_config_files="$ac_config_files programs/clock/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 programs/cmd/Makefile"
25440 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25441 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25445 ac_config_files="$ac_config_files programs/cmd/Makefile"
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448 programs/cmdlgtst/Makefile"
25449 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25453 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 programs/control/Makefile"
25457 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25458 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25462 ac_config_files="$ac_config_files programs/control/Makefile"
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 programs/eject/Makefile"
25466 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25467 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25471 ac_config_files="$ac_config_files programs/eject/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 programs/expand/Makefile"
25475 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25476 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25480 ac_config_files="$ac_config_files programs/expand/Makefile"
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483 programs/explorer/Makefile"
25484 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25485 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25489 ac_config_files="$ac_config_files programs/explorer/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 programs/hh/Makefile"
25493 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25494 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25498 ac_config_files="$ac_config_files programs/hh/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 programs/icinfo/Makefile"
25502 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25503 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25507 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 programs/iexplore/Makefile"
25511 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25512 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25516 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 programs/msiexec/Makefile"
25520 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25521 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25522 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25526 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 programs/net/Makefile"
25530 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25531 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25535 ac_config_files="$ac_config_files programs/net/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 programs/notepad/Makefile"
25539 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25540 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25541 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25545 ac_config_files="$ac_config_files programs/notepad/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 programs/oleview/Makefile"
25549 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25550 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25554 ac_config_files="$ac_config_files programs/oleview/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 programs/progman/Makefile"
25558 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25559 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25560 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25564 ac_config_files="$ac_config_files programs/progman/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 programs/reg/Makefile"
25568 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25569 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25573 ac_config_files="$ac_config_files programs/reg/Makefile"
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576 programs/regedit/Makefile"
25577 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25578 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25579 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25583 ac_config_files="$ac_config_files programs/regedit/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 programs/regsvr32/Makefile"
25587 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25588 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25589 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25592 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25593 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25595 ALL_MAKEFILES="$ALL_MAKEFILES \\
25596 programs/rpcss/Makefile"
25597 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25598 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25602 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605 programs/rundll32/Makefile"
25606 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25607 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25611 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 programs/secedit/Makefile"
25615 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25616 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25620 ac_config_files="$ac_config_files programs/secedit/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 programs/services/Makefile"
25624 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25625 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25629 ac_config_files="$ac_config_files programs/services/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 programs/spoolsv/Makefile"
25633 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25634 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25638 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 programs/start/Makefile"
25642 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25643 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25647 ac_config_files="$ac_config_files programs/start/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 programs/svchost/Makefile"
25651 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25652 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25656 ac_config_files="$ac_config_files programs/svchost/Makefile"
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659 programs/taskmgr/Makefile"
25660 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25661 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25665 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 programs/uninstaller/Makefile"
25669 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25670 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25671 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25675 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 programs/view/Makefile"
25679 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25683 ac_config_files="$ac_config_files programs/view/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 programs/wineboot/Makefile"
25687 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25688 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25689 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25693 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696 programs/winebrowser/Makefile"
25697 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25698 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25699 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25703 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 programs/winecfg/Makefile"
25707 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25708 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25709 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25713 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 programs/wineconsole/Makefile"
25717 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25718 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25719 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25723 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 programs/winedbg/Makefile"
25727 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25728 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25729 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25733 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736 programs/winedevice/Makefile"
25737 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25738 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25742 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745 programs/winefile/Makefile"
25746 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25747 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25748 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25752 ac_config_files="$ac_config_files programs/winefile/Makefile"
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755 programs/winemenubuilder/Makefile"
25756 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25757 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25761 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 programs/winemine/Makefile"
25765 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25766 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25767 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25771 ac_config_files="$ac_config_files programs/winemine/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 programs/winepath/Makefile"
25775 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25776 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25777 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25781 ac_config_files="$ac_config_files programs/winepath/Makefile"
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784 programs/winetest/Makefile"
25785 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25789 ac_config_files="$ac_config_files programs/winetest/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 programs/winevdm/Makefile"
25793 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25794 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25798 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 programs/winhlp32/Makefile"
25802 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25803 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25807 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 programs/winver/Makefile"
25811 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25812 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25816 ac_config_files="$ac_config_files programs/winver/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 programs/wordpad/Makefile"
25820 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25821 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25825 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 programs/write/Makefile"
25829 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25830 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25834 ac_config_files="$ac_config_files programs/write/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 programs/xcopy/Makefile"
25838 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25839 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25843 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 server/Makefile: server/Makefile.in Make.rules"
25851 ac_config_files="$ac_config_files server/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 tools/Makefile: tools/Makefile.in Make.rules"
25859 ac_config_files="$ac_config_files tools/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 tools/widl/Makefile"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25866 ac_config_files="$ac_config_files tools/widl/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 tools/winebuild/Makefile"
25871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25872 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25873 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25875 ALL_MAKEFILES="$ALL_MAKEFILES \\
25876 tools/winedump/Makefile"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25880 ac_config_files="$ac_config_files tools/winedump/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 tools/winegcc/Makefile"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25887 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 tools/wmc/Makefile"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25894 ac_config_files="$ac_config_files tools/wmc/Makefile"
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897 tools/wrc/Makefile"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25901 ac_config_files="$ac_config_files tools/wrc/Makefile"
25905 ALL_WINETEST_DEPENDS="# Test binaries"
25907 for dir in $ALL_TEST_DIRS
25909 if test "$dir" != "\\"
25911 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25912 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25913 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25914 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25918 cat >confcache <<\_ACEOF
25919 # This file is a shell script that caches the results of configure
25920 # tests run on this system so they can be shared between configure
25921 # scripts and configure runs, see configure's option --config-cache.
25922 # It is not useful on other systems. If it contains results you don't
25923 # want to keep, you may remove or edit it.
25925 # config.status only pays attention to the cache file if you give it
25926 # the --recheck option to rerun configure.
25928 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
25929 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25930 # following values.
25934 # The following way of writing the cache mishandles newlines in values,
25935 # but we know of no workaround that is simple, portable, and efficient.
25936 # So, we kill variables containing newlines.
25937 # Ultrix sh set writes to stderr and can't be redirected directly,
25938 # and sets the high bit in the cache file unless we assign to the vars.
25940 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25941 eval ac_val
=\$
$ac_var
25945 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25946 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25949 _ | IFS | as_nl
) ;; #(
25950 *) $as_unset $ac_var ;;
25956 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25957 *${as_nl}ac_space
=\
*)
25958 # `set' does not quote correctly, so add quotes (double-quote
25959 # substitution turns \\\\ into \\, and sed turns \\ into \).
25962 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25965 # `set' quotes correctly as required by POSIX, so do not add quotes.
25966 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25975 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25977 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25979 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25980 if test -w "$cache_file"; then
25981 test "x$cache_file" != "x/dev/null" &&
25982 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25983 echo "$as_me: updating cache $cache_file" >&6;}
25984 cat confcache
>$cache_file
25986 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25987 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25992 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
25993 # Let make expand exec_prefix.
25994 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
25996 DEFS
=-DHAVE_CONFIG_H
26000 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
26001 # 1. Remove the extension, and $U if already installed.
26002 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
26003 ac_i
=`echo "$ac_i" | sed "$ac_script"`
26004 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26005 # will be set to the directory where LIBOBJS objects are built.
26006 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26007 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26009 LIBOBJS
=$ac_libobjs
26011 LTLIBOBJS
=$ac_ltlibobjs
26015 : ${CONFIG_STATUS=./config.status}
26016 ac_clean_files_save
=$ac_clean_files
26017 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
26018 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26019 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26020 cat >$CONFIG_STATUS <<_ACEOF
26022 # Generated by $as_me.
26023 # Run this file to recreate the current configuration.
26024 # Compiler output produced by configure, useful for debugging
26025 # configure, is in config.log if it exists.
26028 ac_cs_recheck=false
26030 SHELL=\${CONFIG_SHELL-$SHELL}
26033 cat >>$CONFIG_STATUS <<\_ACEOF
26034 ## --------------------- ##
26035 ## M4sh Initialization. ##
26036 ## --------------------- ##
26038 # Be more Bourne compatible
26039 DUALCASE
=1; export DUALCASE
# for MKS sh
26040 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
26043 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26044 # is contrary to our usage. Disable this feature.
26045 alias -g '${1+"$@"}'='"$@"'
26046 setopt NO_GLOB_SUBST
26048 case `(set -o) 2>/dev/null` in
26049 *posix
*) set -o posix
;;
26058 # Avoid depending upon Character Ranges.
26059 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
26060 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26061 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
26062 as_cr_digits
='0123456789'
26063 as_cr_alnum
=$as_cr_Letters$as_cr_digits
26065 # The user is always right.
26066 if test "${PATH_SEPARATOR+set}" != set; then
26067 echo "#! /bin/sh" >conf$$.sh
26068 echo "exit 0" >>conf$$.sh
26070 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
26078 # Support unset when possible.
26079 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
26087 # We need space, tab and new line, in precisely that order. Quoting is
26088 # there to prevent editors from complaining about space-tab.
26089 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26090 # splitting by setting IFS to empty value.)
26095 # Find who we are. Look in the path if we contain no directory separator.
26097 *[\\/]* ) as_myself
=$0 ;;
26098 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26099 for as_dir
in $PATH
26102 test -z "$as_dir" && as_dir
=.
26103 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
26109 # We did not find ourselves, most probably we were run as `sh COMMAND'
26110 # in which case we are not to be found in the path.
26111 if test "x$as_myself" = x
; then
26114 if test ! -f "$as_myself"; then
26115 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26116 { (exit 1); exit 1; }
26119 # Work around bugs in pre-3.0 UWIN ksh.
26120 for as_var
in ENV MAIL MAILPATH
26121 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26129 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26130 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26131 LC_TELEPHONE LC_TIME
26133 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26134 eval $as_var=C
; export $as_var
26136 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26140 # Required to use basename.
26141 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26142 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26148 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26149 as_basename
=basename
26155 # Name of the executable.
26156 as_me
=`$as_basename -- "$0" ||
26157 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26158 X"$0" : 'X\(//\)$' \| \
26159 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26161 sed '/^.*\/\([^/][^/]*\)\/*$/{
26180 as_lineno_1
=$LINENO
26181 as_lineno_2
=$LINENO
26182 test "x$as_lineno_1" != "x$as_lineno_2" &&
26183 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
26185 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26186 # uniformly replaced by the line number. The first 'sed' inserts a
26187 # line-number line after each line using $LINENO; the second 'sed'
26188 # does the real work. The second script uses 'N' to pair each
26189 # line-number line with the line containing $LINENO, and appends
26190 # trailing '-' during substitution so that $LINENO is not a special
26191 # case at line end.
26192 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26193 # scripts with optimization help from Paolo Bonzini. Blame Lee
26194 # E. McMahon (1931-1989) for sed's syntax. :-)
26206 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26209 ' >$as_me.lineno
&&
26210 chmod +x
"$as_me.lineno" ||
26211 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26212 { (exit 1); exit 1; }; }
26214 # Don't try to exec as it changes $[0], causing all sort of problems
26215 # (the dirname of $[0] is not the place where we might find the
26216 # original and so on. Autoconf is especially sensitive to this).
26217 .
"./$as_me.lineno"
26218 # Exit status is that of the last command.
26223 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
26229 ECHO_C
= ECHO_N
= ECHO_T
=
26230 case `echo -n x` in
26232 case `echo 'x\c'` in
26233 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
26240 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26241 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26247 rm -f conf$$ conf$$.exe conf$$.
file
26248 if test -d conf$$.dir
; then
26249 rm -f conf$$.dir
/conf$$.
file
26255 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26257 # ... but there are two gotchas:
26258 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26259 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26260 # In both cases, we have to default to `cp -p'.
26261 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26263 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26268 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26269 rmdir conf$$.dir
2>/dev
/null
26271 if mkdir
-p .
2>/dev
/null
; then
26274 test -d .
/-p && rmdir .
/-p
26278 if test -x / >/dev
/null
2>&1; then
26279 as_test_x
='test -x'
26281 if ls -dL / >/dev
/null
2>&1; then
26288 if test -d "$1"; then
26294 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26295 ???[sx]*):;;*)false;;esac;fi
26299 as_executable_p
=$as_test_x
26301 # Sed expression to map a string onto a valid CPP name.
26302 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26304 # Sed expression to map a string onto a valid variable name.
26305 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26310 # Save the log message, to keep $[0] and so on meaningful, and to
26311 # report actual input values of CONFIG_FILES etc. instead of their
26312 # values after options handling.
26314 This file was extended by Wine $as_me 1.1.5, which was
26315 generated by GNU Autoconf 2.61. Invocation command line was
26317 CONFIG_FILES = $CONFIG_FILES
26318 CONFIG_HEADERS = $CONFIG_HEADERS
26319 CONFIG_LINKS = $CONFIG_LINKS
26320 CONFIG_COMMANDS = $CONFIG_COMMANDS
26323 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26328 cat >>$CONFIG_STATUS <<_ACEOF
26329 # Files that config.status was made for.
26330 config_files="$ac_config_files"
26331 config_headers="$ac_config_headers"
26332 config_commands="$ac_config_commands"
26336 cat >>$CONFIG_STATUS <<\_ACEOF
26338 \`$as_me' instantiates files from templates according to the
26339 current configuration.
26341 Usage: $0 [OPTIONS] [FILE]...
26343 -h, --help print this help, then exit
26344 -V, --version print version number and configuration settings, then exit
26345 -q, --quiet do not print progress messages
26346 -d, --debug don't remove temporary files
26347 --recheck update $as_me by reconfiguring in the same conditions
26348 --file=FILE[:TEMPLATE]
26349 instantiate the configuration file FILE
26350 --header=FILE[:TEMPLATE]
26351 instantiate the configuration header FILE
26353 Configuration files:
26356 Configuration headers:
26359 Configuration commands:
26362 Report bugs to <bug-autoconf@gnu.org>."
26365 cat >>$CONFIG_STATUS <<_ACEOF
26367 Wine config.status 1.1.5
26368 configured by $0, generated by GNU Autoconf 2.61,
26369 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26371 Copyright (C) 2006 Free Software Foundation, Inc.
26372 This config.status script is free software; the Free Software Foundation
26373 gives unlimited permission to copy, distribute and modify it."
26380 cat >>$CONFIG_STATUS <<\_ACEOF
26381 # If no file are specified by the user, then we need to provide default
26382 # value. By we need to know if files were specified by the user.
26388 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26389 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26400 # Handling of the options.
26401 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26403 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26404 echo "$ac_cs_version"; exit ;;
26405 --debug |
--debu |
--deb |
--de |
--d |
-d )
26407 --file |
--fil |
--fi |
--f )
26409 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26410 ac_need_defaults
=false
;;
26411 --header |
--heade |
--head |
--hea )
26413 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26414 ac_need_defaults
=false
;;
26416 # Conflict between --help and --header
26417 { echo "$as_me: error: ambiguous option: $1
26418 Try \`$0 --help' for more information." >&2
26419 { (exit 1); exit 1; }; };;
26420 --help |
--hel |
-h )
26421 echo "$ac_cs_usage"; exit ;;
26422 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26423 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26426 # This is an error.
26427 -*) { echo "$as_me: error: unrecognized option: $1
26428 Try \`$0 --help' for more information." >&2
26429 { (exit 1); exit 1; }; } ;;
26431 *) ac_config_targets
="$ac_config_targets $1"
26432 ac_need_defaults
=false
;;
26438 ac_configure_extra_args
=
26440 if $ac_cs_silent; then
26442 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26446 cat >>$CONFIG_STATUS <<_ACEOF
26447 if \$ac_cs_recheck; then
26448 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26449 CONFIG_SHELL=$SHELL
26450 export CONFIG_SHELL
26451 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26455 cat >>$CONFIG_STATUS <<\_ACEOF
26459 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26460 ## Running $as_me. ##
26466 cat >>$CONFIG_STATUS <<_ACEOF
26469 cat >>$CONFIG_STATUS <<\_ACEOF
26471 # Handling of arguments.
26472 for ac_config_target
in $ac_config_targets
26474 case $ac_config_target in
26475 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26476 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26477 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26478 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26479 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26480 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26481 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26482 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26483 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26484 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26485 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26486 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26487 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26488 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26489 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26490 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26491 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26492 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26493 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26494 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26495 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26496 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26497 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26498 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26499 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26500 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26501 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26502 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26503 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26504 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26505 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26506 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26507 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26508 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26509 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26510 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26511 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26512 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26513 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26514 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26515 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26516 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26517 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26518 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26519 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26520 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26521 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26522 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26523 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26524 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26525 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26526 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26527 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26528 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26529 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26530 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26531 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26532 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26533 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26534 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26535 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26536 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26537 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26538 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26539 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26540 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26541 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26542 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26543 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26544 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26545 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26546 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26547 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26548 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26549 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26550 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26551 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26552 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26553 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26554 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26555 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26556 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26557 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26558 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26559 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26560 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26561 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26562 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26563 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26564 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26565 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26566 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26567 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26568 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26569 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26570 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26571 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26572 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26573 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26574 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26575 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26576 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26577 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26578 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26579 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26580 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26581 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26582 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26583 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26584 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26585 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26586 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26587 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26588 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26589 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26590 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26591 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26592 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26593 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26594 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26595 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26596 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26597 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26598 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26599 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26600 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26601 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26602 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26603 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26604 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26605 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26606 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26607 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26608 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26609 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26610 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26611 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26612 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26613 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26614 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26615 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26616 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26617 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26618 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26619 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26620 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26621 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26622 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26623 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26624 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26625 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26626 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26627 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26628 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26629 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26630 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26631 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26632 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26633 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26634 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26635 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26636 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26637 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26638 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26639 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26640 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26641 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26642 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26643 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26644 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26645 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26646 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26647 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26648 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26649 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26650 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26651 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26652 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26653 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26654 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26655 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26656 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26657 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26658 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26659 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26660 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26661 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26662 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26663 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26664 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26665 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26666 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26667 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26668 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26669 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26670 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26671 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26672 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26673 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26674 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26675 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26676 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26677 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26678 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26679 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26680 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26681 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26682 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26683 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26684 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26685 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26686 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26687 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26688 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26689 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26690 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26691 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26692 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26693 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26694 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26695 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26696 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26697 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26698 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26699 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26700 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26701 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26702 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26703 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26704 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26705 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26706 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26707 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26708 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26709 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26710 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26711 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26712 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26713 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26714 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26715 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26716 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26717 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26718 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26719 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26720 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26721 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26722 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26723 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26724 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26725 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26726 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26727 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26728 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26729 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26730 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26731 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26732 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26733 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26734 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26735 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26736 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26737 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26738 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26739 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26740 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26741 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26742 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26743 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26744 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26745 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26746 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26747 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26748 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26749 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26750 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26751 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26752 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26753 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26754 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26755 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26756 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26757 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26758 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26759 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26760 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26761 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26762 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26763 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26764 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26765 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26766 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26767 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26768 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26769 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26770 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26771 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26772 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26773 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26774 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26775 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26776 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26777 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26778 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26779 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26780 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26781 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26782 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26783 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26784 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26785 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26786 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26787 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26788 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26789 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26790 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26791 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26792 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26793 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26794 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26795 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26796 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26797 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26798 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26799 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26800 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26801 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26802 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26803 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26804 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26805 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26806 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26807 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26808 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26809 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26810 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26811 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26812 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26813 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26814 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26815 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26816 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26817 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26818 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26819 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26820 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26821 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26822 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26823 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26824 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26825 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26826 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26827 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26828 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26829 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26830 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26831 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26832 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26833 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26834 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26835 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26836 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26837 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26838 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26839 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26840 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26841 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26842 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26843 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26844 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26845 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26846 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26847 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26848 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26849 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26850 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26851 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26852 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26853 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26854 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26855 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26856 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26857 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26858 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26859 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26860 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26861 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26862 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26863 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26864 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26865 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26866 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26867 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26868 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26869 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26870 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26871 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26872 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26873 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26874 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26875 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26876 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26877 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26878 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26879 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26880 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26881 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26882 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26883 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26884 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26885 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26886 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26887 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26888 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26889 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26890 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26891 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26892 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26893 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26894 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26895 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26896 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26897 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26898 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26899 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26900 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26901 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26902 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26903 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26904 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26905 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26906 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26907 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26909 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26910 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26911 { (exit 1); exit 1; }; };;
26916 # If the user did not use the arguments to specify the items to instantiate,
26917 # then the envvar interface is used. Set only those that are not.
26918 # We use the long form for the default assignment because of an extremely
26919 # bizarre bug on SunOS 4.1.3.
26920 if $ac_need_defaults; then
26921 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26922 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26923 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26926 # Have a temporary directory for convenience. Make it in the build tree
26927 # simply because there is no reason against having it here, and in addition,
26928 # creating and moving files from /tmp can sometimes cause problems.
26929 # Hook for its removal unless debugging.
26930 # Note that there is a small window in which the directory will not be cleaned:
26931 # after its creation but before its name has been assigned to `$tmp'.
26935 trap 'exit_status=$?
26936 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26938 trap '{ (exit 1); exit 1; }' 1 2 13 15
26940 # Create a (secure) tmp directory for tmp files.
26943 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26944 test -n "$tmp" && test -d "$tmp"
26947 tmp
=.
/conf$$
-$RANDOM
26948 (umask 077 && mkdir
"$tmp")
26951 echo "$me: cannot create a temporary directory in ." >&2
26952 { (exit 1); exit 1; }
26956 # Set up the sed scripts for CONFIG_FILES section.
26959 # No need to generate the scripts if there are no CONFIG_FILES.
26960 # This happens for instance when ./config.status config.h
26961 if test -n "$CONFIG_FILES"; then
26965 # Create sed commands to just substitute file output variables.
26967 # Remaining file output variables are in a fragment that also has non-file
26973 for ac_last_try
in false false false false false
:; do
26974 cat >conf$
$subs.
sed <<_ACEOF
26975 SHELL!$SHELL$ac_delim
26976 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26977 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26978 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26979 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26980 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26981 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26982 exec_prefix!$exec_prefix$ac_delim
26983 prefix!$prefix$ac_delim
26984 program_transform_name!$program_transform_name$ac_delim
26985 bindir!$bindir$ac_delim
26986 sbindir!$sbindir$ac_delim
26987 libexecdir!$libexecdir$ac_delim
26988 datarootdir!$datarootdir$ac_delim
26989 datadir!$datadir$ac_delim
26990 sysconfdir!$sysconfdir$ac_delim
26991 sharedstatedir!$sharedstatedir$ac_delim
26992 localstatedir!$localstatedir$ac_delim
26993 includedir!$includedir$ac_delim
26994 oldincludedir!$oldincludedir$ac_delim
26995 docdir!$docdir$ac_delim
26996 infodir!$infodir$ac_delim
26997 htmldir!$htmldir$ac_delim
26998 dvidir!$dvidir$ac_delim
26999 pdfdir!$pdfdir$ac_delim
27000 psdir!$psdir$ac_delim
27001 libdir!$libdir$ac_delim
27002 localedir!$localedir$ac_delim
27003 mandir!$mandir$ac_delim
27004 DEFS!$DEFS$ac_delim
27005 ECHO_C!$ECHO_C$ac_delim
27006 ECHO_N!$ECHO_N$ac_delim
27007 ECHO_T!$ECHO_T$ac_delim
27008 LIBS!$LIBS$ac_delim
27009 build_alias!$build_alias$ac_delim
27010 host_alias!$host_alias$ac_delim
27011 target_alias!$target_alias$ac_delim
27012 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27013 build!$build$ac_delim
27014 build_cpu!$build_cpu$ac_delim
27015 build_vendor!$build_vendor$ac_delim
27016 build_os!$build_os$ac_delim
27017 host!$host$ac_delim
27018 host_cpu!$host_cpu$ac_delim
27019 host_vendor!$host_vendor$ac_delim
27020 host_os!$host_os$ac_delim
27021 WIN16_FILES!$WIN16_FILES$ac_delim
27022 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27023 SET_MAKE!$SET_MAKE$ac_delim
27025 CFLAGS!$CFLAGS$ac_delim
27026 LDFLAGS!$LDFLAGS$ac_delim
27027 CPPFLAGS!$CPPFLAGS$ac_delim
27028 ac_ct_CC!$ac_ct_CC$ac_delim
27029 EXEEXT!$EXEEXT$ac_delim
27030 OBJEXT!$OBJEXT$ac_delim
27032 CXXFLAGS!$CXXFLAGS$ac_delim
27033 ac_ct_CXX!$ac_ct_CXX$ac_delim
27034 CPPBIN!$CPPBIN$ac_delim
27035 TOOLSDIR!$TOOLSDIR$ac_delim
27036 XMKMF!$XMKMF$ac_delim
27038 X_CFLAGS!$X_CFLAGS$ac_delim
27039 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27040 X_LIBS!$X_LIBS$ac_delim
27041 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27042 FLEX!$FLEX$ac_delim
27043 BISON!$BISON$ac_delim
27045 ac_ct_AS!$ac_ct_AS$ac_delim
27047 ac_ct_LD!$ac_ct_LD$ac_delim
27049 ac_ct_NM!$ac_ct_NM$ac_delim
27051 ac_ct_AR!$ac_ct_AR$ac_delim
27052 ARFLAGS!$ARFLAGS$ac_delim
27053 RANLIB!$RANLIB$ac_delim
27054 STRIP!$STRIP$ac_delim
27055 WINDRES!$WINDRES$ac_delim
27056 LN_S!$LN_S$ac_delim
27059 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27061 elif $ac_last_try; then
27062 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27063 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27064 { (exit 1); exit 1; }; }
27066 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27070 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27071 if test -n "$ac_eof"; then
27072 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27073 ac_eof
=`expr $ac_eof + 1`
27076 cat >>$CONFIG_STATUS <<_ACEOF
27077 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27078 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27079 /^[ ]*@MAKE_RULES@[ ]*$/{
27083 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27087 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27088 r $MAKE_IMPLIB_RULES
27091 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27095 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27101 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27102 s/^/s,@/; s/!/@,|#_!!_#|/
27105 s/'"$ac_delim"'$/,g/; t
27107 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27108 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27109 rm -f conf$
$subs.
sed
27110 cat >>$CONFIG_STATUS <<_ACEOF
27116 for ac_last_try
in false false false false false
:; do
27117 cat >conf$
$subs.
sed <<_ACEOF
27119 GREP!$GREP$ac_delim
27120 EGREP!$EGREP$ac_delim
27121 LDCONFIG!$LDCONFIG$ac_delim
27122 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27123 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27124 INSTALL_DATA!$INSTALL_DATA$ac_delim
27125 LINT!$LINT$ac_delim
27126 LINTFLAGS!$LINTFLAGS$ac_delim
27127 FONTFORGE!$FONTFORGE$ac_delim
27128 PKG_CONFIG!$PKG_CONFIG$ac_delim
27129 RSVG!$RSVG$ac_delim
27130 ICOTOOL!$ICOTOOL$ac_delim
27131 PRELINK!$PRELINK$ac_delim
27132 LIBPTHREAD!$LIBPTHREAD$ac_delim
27133 XLIB!$XLIB$ac_delim
27134 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27135 DLLEXT!$DLLEXT$ac_delim
27136 DLLFLAGS!$DLLFLAGS$ac_delim
27137 LDSHARED!$LDSHARED$ac_delim
27138 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27139 LIBEXT!$LIBEXT$ac_delim
27140 IMPLIBEXT!$IMPLIBEXT$ac_delim
27141 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27142 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27144 DLLTOOL!$DLLTOOL$ac_delim
27145 DLLWRAP!$DLLWRAP$ac_delim
27146 MINGWAR!$MINGWAR$ac_delim
27147 SECURITYLIB!$SECURITYLIB$ac_delim
27148 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27149 IOKITLIB!$IOKITLIB$ac_delim
27150 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27151 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27152 COREAUDIO!$COREAUDIO$ac_delim
27153 CARBONLIB!$CARBONLIB$ac_delim
27154 CROSSTEST!$CROSSTEST$ac_delim
27155 CROSSCC!$CROSSCC$ac_delim
27156 CROSSWINDRES!$CROSSWINDRES$ac_delim
27157 NASLIBS!$NASLIBS$ac_delim
27158 XML2LIBS!$XML2LIBS$ac_delim
27159 XML2INCL!$XML2INCL$ac_delim
27160 XSLTLIBS!$XSLTLIBS$ac_delim
27161 XSLTINCL!$XSLTINCL$ac_delim
27162 HALINCL!$HALINCL$ac_delim
27163 GNUTLSINCL!$GNUTLSINCL$ac_delim
27164 sane_devel!$sane_devel$ac_delim
27165 SANEINCL!$SANEINCL$ac_delim
27166 gphoto2_devel!$gphoto2_devel$ac_delim
27167 gphoto2port_devel!$gphoto2port_devel$ac_delim
27168 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27169 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27170 RESOLVLIBS!$RESOLVLIBS$ac_delim
27171 LCMSLIBS!$LCMSLIBS$ac_delim
27172 ft_devel!$ft_devel$ac_delim
27173 FREETYPELIBS!$FREETYPELIBS$ac_delim
27174 FREETYPEINCL!$FREETYPEINCL$ac_delim
27175 ESDCONFIG!$ESDCONFIG$ac_delim
27176 ESDINCL!$ESDINCL$ac_delim
27177 ESDLIBS!$ESDLIBS$ac_delim
27178 ALSALIBS!$ALSALIBS$ac_delim
27179 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27180 CUPSINCL!$CUPSINCL$ac_delim
27181 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27182 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27183 BUILTINFLAG!$BUILTINFLAG$ac_delim
27184 LDPATH!$LDPATH$ac_delim
27185 CRTLIBS!$CRTLIBS$ac_delim
27186 SOCKETLIBS!$SOCKETLIBS$ac_delim
27187 MAIN_BINARY!$MAIN_BINARY$ac_delim
27188 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27189 LIBDL!$LIBDL$ac_delim
27190 LIBPOLL!$LIBPOLL$ac_delim
27191 LDAPLIBS!$LDAPLIBS$ac_delim
27192 DEPENDENCIES!$DEPENDENCIES$ac_delim
27193 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27194 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27195 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27196 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27197 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27198 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27199 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27200 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27201 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27202 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27203 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27204 LIBOBJS!$LIBOBJS$ac_delim
27205 LTLIBOBJS!$LTLIBOBJS$ac_delim
27208 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27210 elif $ac_last_try; then
27211 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27212 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27213 { (exit 1); exit 1; }; }
27215 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27219 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27220 if test -n "$ac_eof"; then
27221 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27222 ac_eof
=`expr $ac_eof + 1`
27225 cat >>$CONFIG_STATUS <<_ACEOF
27226 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27227 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27230 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27231 s/^/s,@/; s/!/@,|#_!!_#|/
27234 s/'"$ac_delim"'$/,g/; t
27236 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27237 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27238 rm -f conf$
$subs.
sed
27239 cat >>$CONFIG_STATUS <<_ACEOF
27246 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27247 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27248 # trailing colons and then remove the whole line if VPATH becomes empty
27249 # (actually we leave an empty line to preserve line numbers).
27250 if test "x$srcdir" = x.
; then
27251 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27252 s/:*\$(srcdir):*/:/
27253 s/:*\${srcdir}:*/:/
27255 s/^\([^=]*=[ ]*\):*/\1/
27261 cat >>$CONFIG_STATUS <<\_ACEOF
27262 fi # test -n "$CONFIG_FILES"
27265 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27268 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27270 case $ac_mode$ac_tag in
27272 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27273 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27274 { (exit 1); exit 1; }; };;
27275 :[FH
]-) ac_tag
=-:-;;
27276 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27293 -) ac_f
="$tmp/stdin";;
27294 *) # Look for the file first in the build tree, then in the source tree
27295 # (if the path is not absolute). The absolute path cannot be DOS-style,
27296 # because $ac_f cannot contain `:'.
27300 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27302 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27303 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27304 { (exit 1); exit 1; }; };;
27306 ac_file_inputs
="$ac_file_inputs $ac_f"
27309 # Let's still pretend it is `configure' which instantiates (i.e., don't
27310 # use $as_me), people would be surprised to read:
27311 # /* config.h. Generated by config.status. */
27312 configure_input
="Generated from "`IFS=:
27313 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27314 if test x
"$ac_file" != x-
; then
27315 configure_input
="$ac_file. $configure_input"
27316 { echo "$as_me:$LINENO: creating $ac_file" >&5
27317 echo "$as_me: creating $ac_file" >&6;}
27321 *:-:* |
*:-) cat >"$tmp/stdin";;
27326 ac_dir
=`$as_dirname -- "$ac_file" ||
27327 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27328 X"$ac_file" : 'X\(//\)[^/]' \| \
27329 X"$ac_file" : 'X\(//\)$' \| \
27330 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27332 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27336 /^X\(\/\/\)[^/].*/{
27351 -*) as_dir
=.
/$as_dir;;
27353 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27357 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27358 *) as_qdir
=$as_dir;;
27360 as_dirs
="'$as_qdir' $as_dirs"
27361 as_dir
=`$as_dirname -- "$as_dir" ||
27362 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27363 X"$as_dir" : 'X\(//\)[^/]' \| \
27364 X"$as_dir" : 'X\(//\)$' \| \
27365 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27367 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27371 /^X\(\/\/\)[^/].*/{
27384 test -d "$as_dir" && break
27386 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27387 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27388 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27389 { (exit 1); exit 1; }; }; }
27393 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27395 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27396 # A ".." for each directory in $ac_dir_suffix.
27397 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27398 case $ac_top_builddir_sub in
27399 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27400 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27403 ac_abs_top_builddir
=$ac_pwd
27404 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27405 # for backward compatibility:
27406 ac_top_builddir
=$ac_top_build_prefix
27409 .
) # We are building in place.
27411 ac_top_srcdir
=$ac_top_builddir_sub
27412 ac_abs_top_srcdir
=$ac_pwd ;;
27413 [\\/]* | ?
:[\\/]* ) # Absolute name.
27414 ac_srcdir
=$srcdir$ac_dir_suffix;
27415 ac_top_srcdir
=$srcdir
27416 ac_abs_top_srcdir
=$srcdir ;;
27417 *) # Relative name.
27418 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27419 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27420 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27422 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27432 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27433 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27437 cat >>$CONFIG_STATUS <<\_ACEOF
27438 # If the template does not know about datarootdir, expand it.
27439 # FIXME: This hack should be removed a few years after 2.60.
27440 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27442 case `sed -n '/datarootdir/ {
27451 ' $ac_file_inputs` in
27452 *datarootdir
*) ac_datarootdir_seen
=yes;;
27453 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27454 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27455 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27457 cat >>$CONFIG_STATUS <<_ACEOF
27458 ac_datarootdir_hack='
27459 s&@datadir@&$datadir&g
27460 s&@docdir@&$docdir&g
27461 s&@infodir@&$infodir&g
27462 s&@localedir@&$localedir&g
27463 s&@mandir@&$mandir&g
27464 s&\\\${datarootdir}&$datarootdir&g' ;;
27468 # Neutralize VPATH when `$srcdir' = `.'.
27469 # Shell code in configure.ac might set extrasub.
27470 # FIXME: do we really want to maintain this feature?
27471 cat >>$CONFIG_STATUS <<_ACEOF
27475 cat >>$CONFIG_STATUS <<\_ACEOF
27477 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27478 s
&@configure_input@
&$configure_input&;t t
27479 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27480 s
&@srcdir@
&$ac_srcdir&;t t
27481 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27482 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27483 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27484 s
&@builddir@
&$ac_builddir&;t t
27485 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27486 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27487 s
&@INSTALL@
&$ac_INSTALL&;t t
27488 $ac_datarootdir_hack
27489 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27491 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27492 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27493 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27494 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27495 which seems to be undefined. Please make sure it is defined." >&5
27496 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27497 which seems to be undefined. Please make sure it is defined." >&2;}
27501 -) cat "$tmp/out"; rm -f "$tmp/out";;
27502 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27511 # Transform confdefs.h into a sed script `conftest.defines', that
27512 # substitutes the proper values into config.h.in to produce config.h.
27513 rm -f conftest.defines conftest.
tail
27514 # First, append a space to every undef/define line, to ease matching.
27515 echo 's/$/ /' >conftest.defines
27516 # Then, protect against being on the right side of a sed subst, or in
27517 # an unquoted here document, in config.status. If some macros were
27518 # called several times there might be several #defines for the same
27519 # symbol, which is useless. But do not sort them, since the last
27520 # AC_DEFINE must be honored.
27521 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27522 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27523 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27524 # PARAMS is the parameter list in the macro definition--in most cases, it's
27525 # just an empty string.
27526 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27527 ac_dB
='\\)[ (].*,\\1define\\2'
27535 s/^[ ]*#[ ]*define[ ][ ]*//
27540 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27541 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27542 ' >>conftest.defines
27544 # Remove the space that was appended to ease matching.
27545 # Then replace #undef with comments. This is necessary, for
27546 # example, in the case of _POSIX_SOURCE, which is predefined and required
27547 # on some systems where configure will not decide to define it.
27548 # (The regexp can be short, since the line contains either #define or #undef.)
27550 s,^[ #]*u.*,/* & */,' >>conftest.defines
27552 # Break up conftest.defines:
27553 ac_max_sed_lines
=50
27555 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27556 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27557 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27559 ac_in
='$ac_file_inputs'
27560 ac_out
='"$tmp/out1"'
27561 ac_nxt
='"$tmp/out2"'
27565 # Write a here document:
27566 cat >>$CONFIG_STATUS <<_ACEOF
27567 # First, check the format of the line:
27568 cat >"\$tmp/defines.sed" <<\\CEOF
27569 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27570 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27574 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27576 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27577 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27578 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27579 grep . conftest.
tail >/dev
/null ||
break
27580 rm -f conftest.defines
27581 mv conftest.
tail conftest.defines
27583 rm -f conftest.defines conftest.
tail
27585 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27586 cat >>$CONFIG_STATUS <<\_ACEOF
27587 if test x
"$ac_file" != x-
; then
27588 echo "/* $configure_input */" >"$tmp/config.h"
27589 cat "$ac_result" >>"$tmp/config.h"
27590 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27591 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27592 echo "$as_me: $ac_file is unchanged" >&6;}
27595 mv "$tmp/config.h" $ac_file
27598 echo "/* $configure_input */"
27604 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27605 echo "$as_me: executing $ac_file commands" >&6;}
27610 case $ac_file$ac_mode in
27611 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27612 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27613 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27614 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27615 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27616 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27617 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27618 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27619 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27620 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27621 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27622 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27623 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27629 { (exit 0); exit 0; }
27631 chmod +x
$CONFIG_STATUS
27632 ac_clean_files
=$ac_clean_files_save
27635 # configure is writing to config.log, and then calls config.status.
27636 # config.status does its own redirection, appending to config.log.
27637 # Unfortunately, on DOS this fails, as config.log is still kept open
27638 # by configure, so config.status won't be able to write to it; its
27639 # output is simply discarded. So we exec the FD to /dev/null,
27640 # effectively closing config.log, so it can be properly (re)opened and
27641 # appended to by config.status. When coming back to configure, we
27642 # need to make the FD available again.
27643 if test "$no_create" != yes; then
27645 ac_config_status_args
=
27646 test "$silent" = yes &&
27647 ac_config_status_args
="$ac_config_status_args --quiet"
27649 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27651 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27652 # would make configure fail if this is the last instruction.
27653 $ac_cs_success ||
{ (exit 1); exit 1; }
27657 if test "$no_create" = "yes"
27664 if test "x$wine_notices != "x
; then
27666 for msg
in $wine_notices; do
27667 if test -n "$msg"; then
27668 { echo "$as_me:$LINENO: $msg" >&5
27669 echo "$as_me: $msg" >&6;}
27673 for msg
in $wine_warnings; do
27674 if test -n "$msg"; then
27676 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27677 echo "$as_me: WARNING: $msg" >&2;}
27683 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.