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
7222 AudioUnit/AudioUnit.h \
7224 CoreAudio/CoreAudio.h \
7225 DiskArbitration/DiskArbitration.h \
7239 fontconfig/fontconfig.h \
7265 machine/soundcard.h \
7270 netinet/in_systm.h \
7332 valgrind/memcheck.h \
7336 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7337 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7338 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7339 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7340 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7341 echo $ECHO_N "(cached) $ECHO_C" >&6
7343 ac_res=`eval echo '${'$as_ac_Header'}'`
7344 { echo "$as_me:$LINENO: result: $ac_res" >&5
7345 echo "${ECHO_T}$ac_res" >&6; }
7347 # Is the header compilable?
7348 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7349 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7350 cat >conftest.$ac_ext <<_ACEOF
7353 cat confdefs.h >>conftest.$ac_ext
7354 cat >>conftest.$ac_ext <<_ACEOF
7355 /* end confdefs.h. */
7356 $ac_includes_default
7357 #include <$ac_header>
7359 rm -f conftest.$ac_objext
7360 if { (ac_try="$ac_compile"
7362 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7363 *) ac_try_echo
=$ac_try;;
7365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7366 (eval "$ac_compile") 2>conftest.er1
7368 grep -v '^ *+' conftest.er1
>conftest.err
7370 cat conftest.err
>&5
7371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7372 (exit $ac_status); } && {
7373 test -z "$ac_c_werror_flag" ||
7374 test ! -s conftest.err
7375 } && test -s conftest.
$ac_objext; then
7376 ac_header_compiler
=yes
7378 echo "$as_me: failed program was:" >&5
7379 sed 's/^/| /' conftest.
$ac_ext >&5
7381 ac_header_compiler
=no
7384 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7385 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7386 echo "${ECHO_T}$ac_header_compiler" >&6; }
7388 # Is the header present?
7389 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7390 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7391 cat >conftest.
$ac_ext <<_ACEOF
7394 cat confdefs.h
>>conftest.
$ac_ext
7395 cat >>conftest.
$ac_ext <<_ACEOF
7396 /* end confdefs.h. */
7397 #include <$ac_header>
7399 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7401 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7402 *) ac_try_echo=$ac_try;;
7404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7405 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7407 grep -v '^ *+' conftest.er1 >conftest.err
7409 cat conftest.err >&5
7410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7411 (exit $ac_status); } >/dev/null && {
7412 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7413 test ! -s conftest.err
7415 ac_header_preproc=yes
7417 echo "$as_me: failed program was:" >&5
7418 sed 's/^/| /' conftest.$ac_ext >&5
7420 ac_header_preproc=no
7423 rm -f conftest.err conftest.$ac_ext
7424 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7425 echo "${ECHO_T}$ac_header_preproc" >&6; }
7427 # So? What about this header?
7428 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7431 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7433 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7434 ac_header_preproc=yes
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7438 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7439 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7440 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7441 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7442 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7444 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7446 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7447 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7448 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7450 ## ------------------------------------ ##
7451 ## Report this to wine-devel@winehq.org ##
7452 ## ------------------------------------ ##
7454 ) | sed "s/^/$as_me: WARNING: /" >&2
7457 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7458 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7459 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7460 echo $ECHO_N "(cached) $ECHO_C" >&6
7462 eval "$as_ac_Header=\$ac_header_preproc"
7464 ac_res=`eval echo '${'$as_ac_Header'}'`
7465 { echo "$as_me:$LINENO: result: $ac_res" >&5
7466 echo "${ECHO_T}$ac_res" >&6; }
7469 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7470 cat >>confdefs.h <<_ACEOF
7471 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7478 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7479 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7480 if test "${ac_cv_header_stat_broken+set}" = set; then
7481 echo $ECHO_N "(cached) $ECHO_C" >&6
7483 cat >conftest.$ac_ext <<_ACEOF
7486 cat confdefs.h >>conftest.$ac_ext
7487 cat >>conftest.$ac_ext <<_ACEOF
7488 /* end confdefs.h. */
7489 #include <sys/types.h>
7490 #include <sys/stat.h>
7492 #if defined S_ISBLK && defined S_IFDIR
7493 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7496 #if defined S_ISBLK && defined S_IFCHR
7497 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7500 #if defined S_ISLNK && defined S_IFREG
7501 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7504 #if defined S_ISSOCK && defined S_IFREG
7505 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7509 rm -f conftest.$ac_objext
7510 if { (ac_try="$ac_compile"
7512 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7513 *) ac_try_echo
=$ac_try;;
7515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7516 (eval "$ac_compile") 2>conftest.er1
7518 grep -v '^ *+' conftest.er1
>conftest.err
7520 cat conftest.err
>&5
7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522 (exit $ac_status); } && {
7523 test -z "$ac_c_werror_flag" ||
7524 test ! -s conftest.err
7525 } && test -s conftest.
$ac_objext; then
7526 ac_cv_header_stat_broken
=no
7528 echo "$as_me: failed program was:" >&5
7529 sed 's/^/| /' conftest.
$ac_ext >&5
7531 ac_cv_header_stat_broken
=yes
7534 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7536 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7537 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7538 if test $ac_cv_header_stat_broken = yes; then
7540 cat >>confdefs.h
<<\_ACEOF
7541 #define STAT_MACROS_BROKEN 1
7552 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7554 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7555 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7556 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7557 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7558 echo $ECHO_N "(cached) $ECHO_C" >&6
7560 cat >conftest.
$ac_ext <<_ACEOF
7563 cat confdefs.h
>>conftest.
$ac_ext
7564 cat >>conftest.
$ac_ext <<_ACEOF
7565 /* end confdefs.h. */
7566 #include <sys/types.h>
7567 #ifdef HAVE_SYS_PARAM_H
7568 # include <sys/param.h>
7571 #include <$ac_header>
7573 rm -f conftest.
$ac_objext
7574 if { (ac_try
="$ac_compile"
7576 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7577 *) ac_try_echo=$ac_try;;
7579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7580 (eval "$ac_compile") 2>conftest.er1
7582 grep -v '^ *+' conftest.er1 >conftest.err
7584 cat conftest.err >&5
7585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7586 (exit $ac_status); } && {
7587 test -z "$ac_c_werror_flag" ||
7588 test ! -s conftest.err
7589 } && test -s conftest.$ac_objext; then
7590 eval "$as_ac_Header=yes"
7592 echo "$as_me: failed program was:" >&5
7593 sed 's/^/| /' conftest.$ac_ext >&5
7595 eval "$as_ac_Header=no"
7598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7600 ac_res=`eval echo '${'$as_ac_Header'}'`
7601 { echo "$as_me:$LINENO: result: $ac_res" >&5
7602 echo "${ECHO_T}$ac_res" >&6; }
7603 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7604 cat >>confdefs.h <<_ACEOF
7605 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7632 netinet/if_ether.h \
7640 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7641 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7642 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7643 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7644 echo $ECHO_N "(cached) $ECHO_C" >&6
7646 cat >conftest.$ac_ext <<_ACEOF
7649 cat confdefs.h >>conftest.$ac_ext
7650 cat >>conftest.$ac_ext <<_ACEOF
7651 /* end confdefs.h. */
7652 #include <sys/types.h>
7653 #ifdef HAVE_SYS_SOCKET_H
7654 # include <sys/socket.h>
7656 #ifdef HAVE_SYS_SOCKETVAR_H
7657 # include <sys/socketvar.h>
7659 #ifdef HAVE_NETINET_IN_H
7660 # include <netinet/in.h>
7662 #ifdef HAVE_NETINET_IP_H
7663 # include <netinet/ip.h>
7666 #include <$ac_header>
7668 rm -f conftest.$ac_objext
7669 if { (ac_try="$ac_compile"
7671 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7672 *) ac_try_echo
=$ac_try;;
7674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7675 (eval "$ac_compile") 2>conftest.er1
7677 grep -v '^ *+' conftest.er1
>conftest.err
7679 cat conftest.err
>&5
7680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681 (exit $ac_status); } && {
7682 test -z "$ac_c_werror_flag" ||
7683 test ! -s conftest.err
7684 } && test -s conftest.
$ac_objext; then
7685 eval "$as_ac_Header=yes"
7687 echo "$as_me: failed program was:" >&5
7688 sed 's/^/| /' conftest.
$ac_ext >&5
7690 eval "$as_ac_Header=no"
7693 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7695 ac_res
=`eval echo '${'$as_ac_Header'}'`
7696 { echo "$as_me:$LINENO: result: $ac_res" >&5
7697 echo "${ECHO_T}$ac_res" >&6; }
7698 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7699 cat >>confdefs.h
<<_ACEOF
7700 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7712 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7714 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7715 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7716 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7717 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7718 echo $ECHO_N "(cached) $ECHO_C" >&6
7720 cat >conftest.
$ac_ext <<_ACEOF
7723 cat confdefs.h
>>conftest.
$ac_ext
7724 cat >>conftest.
$ac_ext <<_ACEOF
7725 /* end confdefs.h. */
7726 #include <sys/types.h>
7730 #ifdef HAVE_SYS_SOCKET_H
7731 # include <sys/socket.h>
7733 #ifdef HAVE_SYS_SOCKETVAR_H
7734 # include <sys/socketvar.h>
7736 #ifdef HAVE_NETINET_IN_H
7737 # include <netinet/in.h>
7739 #ifdef HAVE_NETINET_IP_H
7740 # include <netinet/ip.h>
7742 #ifdef HAVE_NETINET_IP_VAR_H
7743 # include <netinet/ip_var.h>
7745 #ifdef HAVE_NETINET_IP_ICMP_H
7746 # include <netinet/ip_icmp.h>
7748 #ifdef HAVE_NETINET_UDP_H
7749 # include <netinet/udp.h>
7751 #ifdef HAVE_NETINET_TCP_H
7752 # include <netinet/tcp.h>
7755 #include <$ac_header>
7757 rm -f conftest.
$ac_objext
7758 if { (ac_try
="$ac_compile"
7760 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7761 *) ac_try_echo=$ac_try;;
7763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7764 (eval "$ac_compile") 2>conftest.er1
7766 grep -v '^ *+' conftest.er1 >conftest.err
7768 cat conftest.err >&5
7769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7770 (exit $ac_status); } && {
7771 test -z "$ac_c_werror_flag" ||
7772 test ! -s conftest.err
7773 } && test -s conftest.$ac_objext; then
7774 eval "$as_ac_Header=yes"
7776 echo "$as_me: failed program was:" >&5
7777 sed 's/^/| /' conftest.$ac_ext >&5
7779 eval "$as_ac_Header=no"
7782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7784 ac_res=`eval echo '${'$as_ac_Header'}'`
7785 { echo "$as_me:$LINENO: result: $ac_res" >&5
7786 echo "${ECHO_T}$ac_res" >&6; }
7787 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7788 cat >>confdefs.h <<_ACEOF
7789 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7798 for ac_header in linux/ipx.h
7800 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7801 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7802 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7804 echo $ECHO_N "(cached) $ECHO_C" >&6
7806 cat >conftest.$ac_ext <<_ACEOF
7809 cat confdefs.h >>conftest.$ac_ext
7810 cat >>conftest.$ac_ext <<_ACEOF
7811 /* end confdefs.h. */
7812 #include <sys/types.h>
7813 #ifdef HAVE_ASM_TYPES_H
7814 # include <asm/types.h>
7816 #ifdef HAVE_SYS_SOCKET_H
7817 # include <sys/socket.h>
7820 #include <$ac_header>
7822 rm -f conftest.$ac_objext
7823 if { (ac_try="$ac_compile"
7825 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7826 *) ac_try_echo
=$ac_try;;
7828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7829 (eval "$ac_compile") 2>conftest.er1
7831 grep -v '^ *+' conftest.er1
>conftest.err
7833 cat conftest.err
>&5
7834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835 (exit $ac_status); } && {
7836 test -z "$ac_c_werror_flag" ||
7837 test ! -s conftest.err
7838 } && test -s conftest.
$ac_objext; then
7839 eval "$as_ac_Header=yes"
7841 echo "$as_me: failed program was:" >&5
7842 sed 's/^/| /' conftest.
$ac_ext >&5
7844 eval "$as_ac_Header=no"
7847 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7849 ac_res
=`eval echo '${'$as_ac_Header'}'`
7850 { echo "$as_me:$LINENO: result: $ac_res" >&5
7851 echo "${ECHO_T}$ac_res" >&6; }
7852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7853 cat >>confdefs.h
<<_ACEOF
7854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7863 for ac_header
in resolv.h
7865 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7866 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7867 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7868 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7869 echo $ECHO_N "(cached) $ECHO_C" >&6
7871 cat >conftest.
$ac_ext <<_ACEOF
7874 cat confdefs.h
>>conftest.
$ac_ext
7875 cat >>conftest.
$ac_ext <<_ACEOF
7876 /* end confdefs.h. */
7877 #include <sys/types.h>
7878 #ifdef HAVE_SYS_SOCKET_H
7879 # include <sys/socket.h>
7881 #ifdef HAVE_NETINET_IN_H
7882 # include <netinet/in.h>
7884 #ifdef HAVE_ARPA_NAMESER_H
7885 # include <arpa/nameser.h>
7888 #include <$ac_header>
7890 rm -f conftest.
$ac_objext
7891 if { (ac_try
="$ac_compile"
7893 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7894 *) ac_try_echo=$ac_try;;
7896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7897 (eval "$ac_compile") 2>conftest.er1
7899 grep -v '^ *+' conftest.er1 >conftest.err
7901 cat conftest.err >&5
7902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7903 (exit $ac_status); } && {
7904 test -z "$ac_c_werror_flag" ||
7905 test ! -s conftest.err
7906 } && test -s conftest.$ac_objext; then
7907 eval "$as_ac_Header=yes"
7909 echo "$as_me: failed program was:" >&5
7910 sed 's/^/| /' conftest.$ac_ext >&5
7912 eval "$as_ac_Header=no"
7915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7917 ac_res=`eval echo '${'$as_ac_Header'}'`
7918 { echo "$as_me:$LINENO: result: $ac_res" >&5
7919 echo "${ECHO_T}$ac_res" >&6; }
7920 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7921 cat >>confdefs.h <<_ACEOF
7922 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7931 for ac_header in ucontext.h
7933 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7934 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7935 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7937 echo $ECHO_N "(cached) $ECHO_C" >&6
7939 cat >conftest.$ac_ext <<_ACEOF
7942 cat confdefs.h >>conftest.$ac_ext
7943 cat >>conftest.$ac_ext <<_ACEOF
7944 /* end confdefs.h. */
7947 #include <$ac_header>
7949 rm -f conftest.$ac_objext
7950 if { (ac_try="$ac_compile"
7952 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7953 *) ac_try_echo
=$ac_try;;
7955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7956 (eval "$ac_compile") 2>conftest.er1
7958 grep -v '^ *+' conftest.er1
>conftest.err
7960 cat conftest.err
>&5
7961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7962 (exit $ac_status); } && {
7963 test -z "$ac_c_werror_flag" ||
7964 test ! -s conftest.err
7965 } && test -s conftest.
$ac_objext; then
7966 eval "$as_ac_Header=yes"
7968 echo "$as_me: failed program was:" >&5
7969 sed 's/^/| /' conftest.
$ac_ext >&5
7971 eval "$as_ac_Header=no"
7974 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7976 ac_res
=`eval echo '${'$as_ac_Header'}'`
7977 { echo "$as_me:$LINENO: result: $ac_res" >&5
7978 echo "${ECHO_T}$ac_res" >&6; }
7979 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7980 cat >>confdefs.h
<<_ACEOF
7981 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7990 for ac_header
in sys
/thr.h
7992 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7993 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7994 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7995 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7996 echo $ECHO_N "(cached) $ECHO_C" >&6
7998 cat >conftest.
$ac_ext <<_ACEOF
8001 cat confdefs.h
>>conftest.
$ac_ext
8002 cat >>conftest.
$ac_ext <<_ACEOF
8003 /* end confdefs.h. */
8004 #include <sys/types.h>
8005 #ifdef HAVE_UCONTEXT_H
8006 #include <ucontext.h>
8009 #include <$ac_header>
8011 rm -f conftest.
$ac_objext
8012 if { (ac_try
="$ac_compile"
8014 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8015 *) ac_try_echo=$ac_try;;
8017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8018 (eval "$ac_compile") 2>conftest.er1
8020 grep -v '^ *+' conftest.er1 >conftest.err
8022 cat conftest.err >&5
8023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8024 (exit $ac_status); } && {
8025 test -z "$ac_c_werror_flag" ||
8026 test ! -s conftest.err
8027 } && test -s conftest.$ac_objext; then
8028 eval "$as_ac_Header=yes"
8030 echo "$as_me: failed program was:" >&5
8031 sed 's/^/| /' conftest.$ac_ext >&5
8033 eval "$as_ac_Header=no"
8036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8038 ac_res=`eval echo '${'$as_ac_Header'}'`
8039 { echo "$as_me:$LINENO: result: $ac_res" >&5
8040 echo "${ECHO_T}$ac_res" >&6; }
8041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8042 cat >>confdefs.h <<_ACEOF
8043 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8052 for ac_header in pthread_np.h
8054 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8055 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8057 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8058 echo $ECHO_N "(cached) $ECHO_C" >&6
8060 cat >conftest.$ac_ext <<_ACEOF
8063 cat confdefs.h >>conftest.$ac_ext
8064 cat >>conftest.$ac_ext <<_ACEOF
8065 /* end confdefs.h. */
8066 #ifdef HAVE_PTHREAD_H
8067 #include <pthread.h>
8070 #include <$ac_header>
8072 rm -f conftest.$ac_objext
8073 if { (ac_try="$ac_compile"
8075 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8076 *) ac_try_echo
=$ac_try;;
8078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8079 (eval "$ac_compile") 2>conftest.er1
8081 grep -v '^ *+' conftest.er1
>conftest.err
8083 cat conftest.err
>&5
8084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8085 (exit $ac_status); } && {
8086 test -z "$ac_c_werror_flag" ||
8087 test ! -s conftest.err
8088 } && test -s conftest.
$ac_objext; then
8089 eval "$as_ac_Header=yes"
8091 echo "$as_me: failed program was:" >&5
8092 sed 's/^/| /' conftest.
$ac_ext >&5
8094 eval "$as_ac_Header=no"
8097 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8099 ac_res
=`eval echo '${'$as_ac_Header'}'`
8100 { echo "$as_me:$LINENO: result: $ac_res" >&5
8101 echo "${ECHO_T}$ac_res" >&6; }
8102 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8103 cat >>confdefs.h
<<_ACEOF
8104 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8113 for ac_header
in linux
/videodev.h
8115 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8116 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8117 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8118 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8119 echo $ECHO_N "(cached) $ECHO_C" >&6
8121 cat >conftest.
$ac_ext <<_ACEOF
8124 cat confdefs.h
>>conftest.
$ac_ext
8125 cat >>conftest.
$ac_ext <<_ACEOF
8126 /* end confdefs.h. */
8127 #ifdef HAVE_SYS_TIME_H
8128 #include <sys/time.h>
8130 #include <sys/types.h>
8131 #ifdef HAVE_ASM_TYPES_H
8132 #include <asm/types.h>
8135 #include <$ac_header>
8137 rm -f conftest.
$ac_objext
8138 if { (ac_try
="$ac_compile"
8140 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8141 *) ac_try_echo=$ac_try;;
8143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8144 (eval "$ac_compile") 2>conftest.er1
8146 grep -v '^ *+' conftest.er1 >conftest.err
8148 cat conftest.err >&5
8149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8150 (exit $ac_status); } && {
8151 test -z "$ac_c_werror_flag" ||
8152 test ! -s conftest.err
8153 } && test -s conftest.$ac_objext; then
8154 eval "$as_ac_Header=yes"
8156 echo "$as_me: failed program was:" >&5
8157 sed 's/^/| /' conftest.$ac_ext >&5
8159 eval "$as_ac_Header=no"
8162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8164 ac_res=`eval echo '${'$as_ac_Header'}'`
8165 { echo "$as_me:$LINENO: result: $ac_res" >&5
8166 echo "${ECHO_T}$ac_res" >&6; }
8167 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8168 cat >>confdefs.h <<_ACEOF
8169 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8178 for ac_header in linux/capi.h
8180 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8181 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8182 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8183 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8184 echo $ECHO_N "(cached) $ECHO_C" >&6
8186 cat >conftest.$ac_ext <<_ACEOF
8189 cat confdefs.h >>conftest.$ac_ext
8190 cat >>conftest.$ac_ext <<_ACEOF
8191 /* end confdefs.h. */
8194 #include <$ac_header>
8196 rm -f conftest.$ac_objext
8197 if { (ac_try="$ac_compile"
8199 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8200 *) ac_try_echo
=$ac_try;;
8202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8203 (eval "$ac_compile") 2>conftest.er1
8205 grep -v '^ *+' conftest.er1
>conftest.err
8207 cat conftest.err
>&5
8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209 (exit $ac_status); } && {
8210 test -z "$ac_c_werror_flag" ||
8211 test ! -s conftest.err
8212 } && test -s conftest.
$ac_objext; then
8213 eval "$as_ac_Header=yes"
8215 echo "$as_me: failed program was:" >&5
8216 sed 's/^/| /' conftest.
$ac_ext >&5
8218 eval "$as_ac_Header=no"
8221 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8223 ac_res
=`eval echo '${'$as_ac_Header'}'`
8224 { echo "$as_me:$LINENO: result: $ac_res" >&5
8225 echo "${ECHO_T}$ac_res" >&6; }
8226 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8227 cat >>confdefs.h
<<_ACEOF
8228 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8239 DLLFLAGS
="-D_REENTRANT"
8253 # Extract the first word of "ldd", so it can be a program name with args.
8254 set dummy ldd
; ac_word
=$2
8255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8257 if test "${ac_cv_path_LDD+set}" = set; then
8258 echo $ECHO_N "(cached) $ECHO_C" >&6
8262 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8265 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8266 as_dummy
="/sbin:/usr/sbin:$PATH"
8267 for as_dir
in $as_dummy
8270 test -z "$as_dir" && as_dir
=.
8271 for ac_exec_ext
in '' $ac_executable_extensions; do
8272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8273 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8281 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8286 if test -n "$LDD"; then
8287 { echo "$as_me:$LINENO: result: $LDD" >&5
8288 echo "${ECHO_T}$LDD" >&6; }
8290 { echo "$as_me:$LINENO: result: no" >&5
8291 echo "${ECHO_T}no" >&6; }
8298 if test -n "$ac_tool_prefix"; then
8299 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8300 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8301 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8303 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8304 echo $ECHO_N "(cached) $ECHO_C" >&6
8306 if test -n "$DLLTOOL"; then
8307 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8309 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8313 test -z "$as_dir" && as_dir
=.
8314 for ac_exec_ext
in '' $ac_executable_extensions; do
8315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8316 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8326 DLLTOOL
=$ac_cv_prog_DLLTOOL
8327 if test -n "$DLLTOOL"; then
8328 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8329 echo "${ECHO_T}$DLLTOOL" >&6; }
8331 { echo "$as_me:$LINENO: result: no" >&5
8332 echo "${ECHO_T}no" >&6; }
8337 if test -z "$ac_cv_prog_DLLTOOL"; then
8338 ac_ct_DLLTOOL
=$DLLTOOL
8339 # Extract the first word of "dlltool", so it can be a program name with args.
8340 set dummy dlltool
; ac_word
=$2
8341 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8342 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8343 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8344 echo $ECHO_N "(cached) $ECHO_C" >&6
8346 if test -n "$ac_ct_DLLTOOL"; then
8347 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8349 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8353 test -z "$as_dir" && as_dir
=.
8354 for ac_exec_ext
in '' $ac_executable_extensions; do
8355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8356 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8366 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8367 if test -n "$ac_ct_DLLTOOL"; then
8368 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8369 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8371 { echo "$as_me:$LINENO: result: no" >&5
8372 echo "${ECHO_T}no" >&6; }
8375 if test "x$ac_ct_DLLTOOL" = x
; then
8378 case $cross_compiling:$ac_tool_warned in
8380 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8381 whose name does not start with the host triplet. If you think this
8382 configuration is useful to you, please write to autoconf@gnu.org." >&5
8383 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8384 whose name does not start with the host triplet. If you think this
8385 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8386 ac_tool_warned
=yes ;;
8388 DLLTOOL
=$ac_ct_DLLTOOL
8391 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8394 if test -n "$ac_tool_prefix"; then
8395 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8396 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8397 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8399 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8400 echo $ECHO_N "(cached) $ECHO_C" >&6
8402 if test -n "$DLLWRAP"; then
8403 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8405 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8409 test -z "$as_dir" && as_dir
=.
8410 for ac_exec_ext
in '' $ac_executable_extensions; do
8411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8412 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8422 DLLWRAP
=$ac_cv_prog_DLLWRAP
8423 if test -n "$DLLWRAP"; then
8424 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8425 echo "${ECHO_T}$DLLWRAP" >&6; }
8427 { echo "$as_me:$LINENO: result: no" >&5
8428 echo "${ECHO_T}no" >&6; }
8433 if test -z "$ac_cv_prog_DLLWRAP"; then
8434 ac_ct_DLLWRAP
=$DLLWRAP
8435 # Extract the first word of "dllwrap", so it can be a program name with args.
8436 set dummy dllwrap
; ac_word
=$2
8437 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8439 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8440 echo $ECHO_N "(cached) $ECHO_C" >&6
8442 if test -n "$ac_ct_DLLWRAP"; then
8443 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8445 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8449 test -z "$as_dir" && as_dir
=.
8450 for ac_exec_ext
in '' $ac_executable_extensions; do
8451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8452 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8462 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8463 if test -n "$ac_ct_DLLWRAP"; then
8464 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8465 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8467 { echo "$as_me:$LINENO: result: no" >&5
8468 echo "${ECHO_T}no" >&6; }
8471 if test "x$ac_ct_DLLWRAP" = x
; then
8474 case $cross_compiling:$ac_tool_warned in
8476 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8477 whose name does not start with the host triplet. If you think this
8478 configuration is useful to you, please write to autoconf@gnu.org." >&5
8479 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8480 whose name does not start with the host triplet. If you think this
8481 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8482 ac_tool_warned
=yes ;;
8484 DLLWRAP
=$ac_ct_DLLWRAP
8487 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8490 if test -n "$ac_tool_prefix"; then
8491 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8492 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8495 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8496 echo $ECHO_N "(cached) $ECHO_C" >&6
8498 if test -n "$MINGWAR"; then
8499 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8501 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8505 test -z "$as_dir" && as_dir
=.
8506 for ac_exec_ext
in '' $ac_executable_extensions; do
8507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8508 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8518 MINGWAR
=$ac_cv_prog_MINGWAR
8519 if test -n "$MINGWAR"; then
8520 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8521 echo "${ECHO_T}$MINGWAR" >&6; }
8523 { echo "$as_me:$LINENO: result: no" >&5
8524 echo "${ECHO_T}no" >&6; }
8529 if test -z "$ac_cv_prog_MINGWAR"; then
8530 ac_ct_MINGWAR
=$MINGWAR
8531 # Extract the first word of "ar", so it can be a program name with args.
8532 set dummy
ar; ac_word
=$2
8533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8535 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8536 echo $ECHO_N "(cached) $ECHO_C" >&6
8538 if test -n "$ac_ct_MINGWAR"; then
8539 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8541 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8545 test -z "$as_dir" && as_dir
=.
8546 for ac_exec_ext
in '' $ac_executable_extensions; do
8547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8548 ac_cv_prog_ac_ct_MINGWAR
="ar"
8549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8558 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8559 if test -n "$ac_ct_MINGWAR"; then
8560 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8561 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8563 { echo "$as_me:$LINENO: result: no" >&5
8564 echo "${ECHO_T}no" >&6; }
8567 if test "x$ac_ct_MINGWAR" = x
; then
8570 case $cross_compiling:$ac_tool_warned in
8572 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8573 whose name does not start with the host triplet. If you think this
8574 configuration is useful to you, please write to autoconf@gnu.org." >&5
8575 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8576 whose name does not start with the host triplet. If you think this
8577 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8578 ac_tool_warned
=yes ;;
8580 MINGWAR
=$ac_ct_MINGWAR
8583 MINGWAR
="$ac_cv_prog_MINGWAR"
8586 if test "$DLLWRAP" = "false"; then
8594 enable_iphlpapi
=${enable_iphlpapi:-no}
8595 enable_kernel32
=${enable_kernel32:-no}
8596 enable_msvcrt
=${enable_msvcrt:-no}
8597 enable_ntdll
=${enable_ntdll:-no}
8598 enable_ws2_32
=${enable_ws2_32:-no}
8599 enable_loader
=${enable_loader:-no}
8600 enable_server
=${enable_server:-no}
8605 DLLFLAGS
="$DLLFLAGS -fPIC"
8606 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8607 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8608 LDSHARED
="\$(CC) -dynamiclib"
8610 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8611 SECURITYLIB
="-framework Security -framework CoreFoundation"
8613 COREFOUNDATIONLIB
="-framework CoreFoundation"
8615 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8617 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8619 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8621 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8624 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8626 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8631 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8633 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8635 CARBONLIB
="-framework Carbon"
8637 enable_winequartz_drv
=${enable_winequartz_drv:-yes}
8641 DLLFLAGS
="$DLLFLAGS -fPIC"
8643 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8644 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8645 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8646 echo $ECHO_N "(cached) $ECHO_C" >&6
8648 ac_wine_try_cflags_saved
=$CFLAGS
8649 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8650 cat >conftest.
$ac_ext <<_ACEOF
8653 rm -f conftest.
$ac_objext conftest
$ac_exeext
8654 if { (ac_try
="$ac_link"
8656 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8657 *) ac_try_echo=$ac_try;;
8659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8660 (eval "$ac_link") 2>conftest.er1
8662 grep -v '^ *+' conftest.er1 >conftest.err
8664 cat conftest.err >&5
8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8666 (exit $ac_status); } && {
8667 test -z "$ac_c_werror_flag" ||
8668 test ! -s conftest.err
8669 } && test -s conftest$ac_exeext &&
8670 $as_test_x conftest$ac_exeext; then
8671 ac_cv_c_dll_gnuelf="yes"
8673 echo "$as_me: failed program was:" >&5
8674 sed 's/^/| /' conftest.$ac_ext >&5
8676 ac_cv_c_dll_gnuelf="no"
8679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8680 conftest$ac_exeext conftest.$ac_ext
8681 CFLAGS=$ac_wine_try_cflags_saved
8683 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8684 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8685 if test "$ac_cv_c_dll_gnuelf" = "yes"
8687 LDSHARED="\$(CC) -shared"
8688 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8689 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8690 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8691 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8692 echo $ECHO_N "(cached) $ECHO_C" >&6
8694 ac_wine_try_cflags_saved=$CFLAGS
8695 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8696 cat >conftest.$ac_ext <<_ACEOF
8699 cat confdefs.h >>conftest.$ac_ext
8700 cat >>conftest.$ac_ext <<_ACEOF
8701 /* end confdefs.h. */
8711 rm -f conftest.$ac_objext conftest$ac_exeext
8712 if { (ac_try="$ac_link"
8714 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8715 *) ac_try_echo
=$ac_try;;
8717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8718 (eval "$ac_link") 2>conftest.er1
8720 grep -v '^ *+' conftest.er1
>conftest.err
8722 cat conftest.err
>&5
8723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8724 (exit $ac_status); } && {
8725 test -z "$ac_c_werror_flag" ||
8726 test ! -s conftest.err
8727 } && test -s conftest
$ac_exeext &&
8728 $as_test_x conftest
$ac_exeext; then
8729 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8731 echo "$as_me: failed program was:" >&5
8732 sed 's/^/| /' conftest.
$ac_ext >&5
8734 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8737 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8738 conftest
$ac_exeext conftest.
$ac_ext
8739 CFLAGS
=$ac_wine_try_cflags_saved
8741 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8742 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8743 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8744 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8746 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8747 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8748 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8749 echo $ECHO_N "(cached) $ECHO_C" >&6
8751 ac_wine_try_cflags_saved
=$CFLAGS
8752 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8753 cat >conftest.
$ac_ext <<_ACEOF
8756 cat confdefs.h
>>conftest.
$ac_ext
8757 cat >>conftest.
$ac_ext <<_ACEOF
8758 /* end confdefs.h. */
8768 rm -f conftest.
$ac_objext conftest
$ac_exeext
8769 if { (ac_try
="$ac_link"
8771 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8772 *) ac_try_echo=$ac_try;;
8774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8775 (eval "$ac_link") 2>conftest.er1
8777 grep -v '^ *+' conftest.er1 >conftest.err
8779 cat conftest.err >&5
8780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 (exit $ac_status); } && {
8782 test -z "$ac_c_werror_flag" ||
8783 test ! -s conftest.err
8784 } && test -s conftest$ac_exeext &&
8785 $as_test_x conftest$ac_exeext; then
8786 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8788 echo "$as_me: failed program was:" >&5
8789 sed 's/^/| /' conftest.$ac_ext >&5
8791 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8795 conftest$ac_exeext conftest.$ac_ext
8796 CFLAGS=$ac_wine_try_cflags_saved
8798 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8799 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8800 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8801 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8807 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8808 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8809 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8810 echo $ECHO_N "(cached) $ECHO_C" >&6
8812 ac_wine_try_cflags_saved=$CFLAGS
8813 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8814 cat >conftest.$ac_ext <<_ACEOF
8817 cat confdefs.h >>conftest.$ac_ext
8818 cat >>conftest.$ac_ext <<_ACEOF
8819 /* end confdefs.h. */
8829 rm -f conftest.$ac_objext conftest$ac_exeext
8830 if { (ac_try="$ac_link"
8832 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8833 *) ac_try_echo
=$ac_try;;
8835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8836 (eval "$ac_link") 2>conftest.er1
8838 grep -v '^ *+' conftest.er1
>conftest.err
8840 cat conftest.err
>&5
8841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8842 (exit $ac_status); } && {
8843 test -z "$ac_c_werror_flag" ||
8844 test ! -s conftest.err
8845 } && test -s conftest
$ac_exeext &&
8846 $as_test_x conftest
$ac_exeext; then
8847 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8849 echo "$as_me: failed program was:" >&5
8850 sed 's/^/| /' conftest.
$ac_ext >&5
8852 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8855 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8856 conftest
$ac_exeext conftest.
$ac_ext
8857 CFLAGS
=$ac_wine_try_cflags_saved
8859 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8860 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8861 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8862 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8866 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8867 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8868 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8869 echo $ECHO_N "(cached) $ECHO_C" >&6
8871 ac_wine_try_cflags_saved
=$CFLAGS
8872 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8873 cat >conftest.
$ac_ext <<_ACEOF
8876 cat confdefs.h
>>conftest.
$ac_ext
8877 cat >>conftest.
$ac_ext <<_ACEOF
8878 /* end confdefs.h. */
8888 rm -f conftest.
$ac_objext conftest
$ac_exeext
8889 if { (ac_try
="$ac_link"
8891 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8892 *) ac_try_echo=$ac_try;;
8894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8895 (eval "$ac_link") 2>conftest.er1
8897 grep -v '^ *+' conftest.er1 >conftest.err
8899 cat conftest.err >&5
8900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8901 (exit $ac_status); } && {
8902 test -z "$ac_c_werror_flag" ||
8903 test ! -s conftest.err
8904 } && test -s conftest$ac_exeext &&
8905 $as_test_x conftest$ac_exeext; then
8906 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8908 echo "$as_me: failed program was:" >&5
8909 sed 's/^/| /' conftest.$ac_ext >&5
8911 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8914 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8915 conftest$ac_exeext conftest.$ac_ext
8916 CFLAGS=$ac_wine_try_cflags_saved
8918 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8919 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8920 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8921 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8925 echo '{ global: *; };' >conftest.map
8926 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8927 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8928 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8929 echo $ECHO_N "(cached) $ECHO_C" >&6
8931 ac_wine_try_cflags_saved=$CFLAGS
8932 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8933 cat >conftest.$ac_ext <<_ACEOF
8936 cat confdefs.h >>conftest.$ac_ext
8937 cat >>conftest.$ac_ext <<_ACEOF
8938 /* end confdefs.h. */
8948 rm -f conftest.$ac_objext conftest$ac_exeext
8949 if { (ac_try="$ac_link"
8951 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8952 *) ac_try_echo
=$ac_try;;
8954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8955 (eval "$ac_link") 2>conftest.er1
8957 grep -v '^ *+' conftest.er1
>conftest.err
8959 cat conftest.err
>&5
8960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961 (exit $ac_status); } && {
8962 test -z "$ac_c_werror_flag" ||
8963 test ! -s conftest.err
8964 } && test -s conftest
$ac_exeext &&
8965 $as_test_x conftest
$ac_exeext; then
8966 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8968 echo "$as_me: failed program was:" >&5
8969 sed 's/^/| /' conftest.
$ac_ext >&5
8971 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8974 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8975 conftest
$ac_exeext conftest.
$ac_ext
8976 CFLAGS
=$ac_wine_try_cflags_saved
8978 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8979 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8980 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8981 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8986 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8987 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8988 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8989 echo $ECHO_N "(cached) $ECHO_C" >&6
8991 ac_wine_try_cflags_saved
=$CFLAGS
8992 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8993 cat >conftest.
$ac_ext <<_ACEOF
8996 cat confdefs.h
>>conftest.
$ac_ext
8997 cat >>conftest.
$ac_ext <<_ACEOF
8998 /* end confdefs.h. */
9008 rm -f conftest.
$ac_objext conftest
$ac_exeext
9009 if { (ac_try
="$ac_link"
9011 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9012 *) ac_try_echo=$ac_try;;
9014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9015 (eval "$ac_link") 2>conftest.er1
9017 grep -v '^ *+' conftest.er1 >conftest.err
9019 cat conftest.err >&5
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); } && {
9022 test -z "$ac_c_werror_flag" ||
9023 test ! -s conftest.err
9024 } && test -s conftest$ac_exeext &&
9025 $as_test_x conftest$ac_exeext; then
9026 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9028 echo "$as_me: failed program was:" >&5
9029 sed 's/^/| /' conftest.$ac_ext >&5
9031 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035 conftest$ac_exeext conftest.$ac_ext
9036 CFLAGS=$ac_wine_try_cflags_saved
9038 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9039 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9040 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9041 LDEXECFLAGS="-Wl,--export-dynamic"
9046 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9047 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9048 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9049 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9050 echo $ECHO_N "(cached) $ECHO_C" >&6
9052 ac_wine_try_cflags_saved=$CFLAGS
9053 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9054 cat >conftest.$ac_ext <<_ACEOF
9057 cat confdefs.h >>conftest.$ac_ext
9058 cat >>conftest.$ac_ext <<_ACEOF
9059 /* end confdefs.h. */
9069 rm -f conftest.$ac_objext conftest$ac_exeext
9070 if { (ac_try="$ac_link"
9072 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9073 *) ac_try_echo
=$ac_try;;
9075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9076 (eval "$ac_link") 2>conftest.er1
9078 grep -v '^ *+' conftest.er1
>conftest.err
9080 cat conftest.err
>&5
9081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9082 (exit $ac_status); } && {
9083 test -z "$ac_c_werror_flag" ||
9084 test ! -s conftest.err
9085 } && test -s conftest
$ac_exeext &&
9086 $as_test_x conftest
$ac_exeext; then
9087 eval "$as_ac_var=yes"
9089 echo "$as_me: failed program was:" >&5
9090 sed 's/^/| /' conftest.
$ac_ext >&5
9092 eval "$as_ac_var=no"
9095 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9096 conftest
$ac_exeext conftest.
$ac_ext
9097 CFLAGS
=$ac_wine_try_cflags_saved
9099 ac_res
=`eval echo '${'$as_ac_var'}'`
9100 { echo "$as_me:$LINENO: result: $ac_res" >&5
9101 echo "${ECHO_T}$ac_res" >&6; }
9102 if test `eval echo '${'$as_ac_var'}'` = yes; then
9103 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9104 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9106 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9107 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9108 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9109 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9110 echo $ECHO_N "(cached) $ECHO_C" >&6
9112 ac_wine_try_cflags_saved
=$CFLAGS
9113 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9114 cat >conftest.
$ac_ext <<_ACEOF
9117 cat confdefs.h
>>conftest.
$ac_ext
9118 cat >>conftest.
$ac_ext <<_ACEOF
9119 /* end confdefs.h. */
9129 rm -f conftest.
$ac_objext conftest
$ac_exeext
9130 if { (ac_try
="$ac_link"
9132 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9133 *) ac_try_echo=$ac_try;;
9135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9136 (eval "$ac_link") 2>conftest.er1
9138 grep -v '^ *+' conftest.er1 >conftest.err
9140 cat conftest.err >&5
9141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9142 (exit $ac_status); } && {
9143 test -z "$ac_c_werror_flag" ||
9144 test ! -s conftest.err
9145 } && test -s conftest$ac_exeext &&
9146 $as_test_x conftest$ac_exeext; then
9147 eval "$as_ac_var=yes"
9149 echo "$as_me: failed program was:" >&5
9150 sed 's/^/| /' conftest.$ac_ext >&5
9152 eval "$as_ac_var=no"
9155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9156 conftest$ac_exeext conftest.$ac_ext
9157 CFLAGS=$ac_wine_try_cflags_saved
9159 ac_res=`eval echo '${'$as_ac_var'}'`
9160 { echo "$as_me:$LINENO: result: $ac_res" >&5
9161 echo "${ECHO_T}$ac_res" >&6; }
9162 if test `eval echo '${'$as_ac_var'}'` = yes; then
9163 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9164 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9170 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9171 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9172 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9173 echo $ECHO_N "(cached) $ECHO_C" >&6
9175 ac_wine_try_cflags_saved=$CFLAGS
9176 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9177 cat >conftest.$ac_ext <<_ACEOF
9180 cat confdefs.h >>conftest.$ac_ext
9181 cat >>conftest.$ac_ext <<_ACEOF
9182 /* end confdefs.h. */
9192 rm -f conftest.$ac_objext conftest$ac_exeext
9193 if { (ac_try="$ac_link"
9195 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9196 *) ac_try_echo
=$ac_try;;
9198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9199 (eval "$ac_link") 2>conftest.er1
9201 grep -v '^ *+' conftest.er1
>conftest.err
9203 cat conftest.err
>&5
9204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9205 (exit $ac_status); } && {
9206 test -z "$ac_c_werror_flag" ||
9207 test ! -s conftest.err
9208 } && test -s conftest
$ac_exeext &&
9209 $as_test_x conftest
$ac_exeext; then
9210 ac_cv_cflags__Wl___enable_new_dtags
=yes
9212 echo "$as_me: failed program was:" >&5
9213 sed 's/^/| /' conftest.
$ac_ext >&5
9215 ac_cv_cflags__Wl___enable_new_dtags
=no
9218 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9219 conftest
$ac_exeext conftest.
$ac_ext
9220 CFLAGS
=$ac_wine_try_cflags_saved
9222 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9223 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9224 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9225 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9230 *i
[3456789]86* | x86_64
)
9231 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9232 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9233 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9234 echo $ECHO_N "(cached) $ECHO_C" >&6
9236 ac_wine_try_cflags_saved
=$CFLAGS
9237 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9238 cat >conftest.
$ac_ext <<_ACEOF
9241 cat confdefs.h
>>conftest.
$ac_ext
9242 cat >>conftest.
$ac_ext <<_ACEOF
9243 /* end confdefs.h. */
9253 rm -f conftest.
$ac_objext conftest
$ac_exeext
9254 if { (ac_try
="$ac_link"
9256 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9257 *) ac_try_echo=$ac_try;;
9259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9260 (eval "$ac_link") 2>conftest.er1
9262 grep -v '^ *+' conftest.er1 >conftest.err
9264 cat conftest.err >&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); } && {
9267 test -z "$ac_c_werror_flag" ||
9268 test ! -s conftest.err
9269 } && test -s conftest$ac_exeext &&
9270 $as_test_x conftest$ac_exeext; then
9271 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9273 echo "$as_me: failed program was:" >&5
9274 sed 's/^/| /' conftest.$ac_ext >&5
9276 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9280 conftest$ac_exeext conftest.$ac_ext
9281 CFLAGS=$ac_wine_try_cflags_saved
9283 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9284 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9285 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9286 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9293 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9294 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9295 if test "${ac_cv_c_dll_unixware+set}" = set; then
9296 echo $ECHO_N "(cached) $ECHO_C" >&6
9298 ac_wine_try_cflags_saved=$CFLAGS
9299 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9300 cat >conftest.$ac_ext <<_ACEOF
9303 rm -f conftest.$ac_objext conftest$ac_exeext
9304 if { (ac_try="$ac_link"
9306 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9307 *) ac_try_echo
=$ac_try;;
9309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9310 (eval "$ac_link") 2>conftest.er1
9312 grep -v '^ *+' conftest.er1
>conftest.err
9314 cat conftest.err
>&5
9315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9316 (exit $ac_status); } && {
9317 test -z "$ac_c_werror_flag" ||
9318 test ! -s conftest.err
9319 } && test -s conftest
$ac_exeext &&
9320 $as_test_x conftest
$ac_exeext; then
9321 ac_cv_c_dll_unixware
="yes"
9323 echo "$as_me: failed program was:" >&5
9324 sed 's/^/| /' conftest.
$ac_ext >&5
9326 ac_cv_c_dll_unixware
="no"
9329 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9330 conftest
$ac_exeext conftest.
$ac_ext
9331 CFLAGS
=$ac_wine_try_cflags_saved
9333 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9334 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9335 if test "$ac_cv_c_dll_unixware" = "yes"
9337 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9338 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9341 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9342 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9343 if test "${ac_cv_c_dll_hpux+set}" = set; then
9344 echo $ECHO_N "(cached) $ECHO_C" >&6
9346 ac_wine_try_cflags_saved
=$CFLAGS
9347 CFLAGS
="$CFLAGS -shared"
9348 cat >conftest.
$ac_ext <<_ACEOF
9351 rm -f conftest.
$ac_objext conftest
$ac_exeext
9352 if { (ac_try
="$ac_link"
9354 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9355 *) ac_try_echo=$ac_try;;
9357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9358 (eval "$ac_link") 2>conftest.er1
9360 grep -v '^ *+' conftest.er1 >conftest.err
9362 cat conftest.err >&5
9363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364 (exit $ac_status); } && {
9365 test -z "$ac_c_werror_flag" ||
9366 test ! -s conftest.err
9367 } && test -s conftest$ac_exeext &&
9368 $as_test_x conftest$ac_exeext; then
9369 ac_cv_c_dll_hpux="yes"
9371 echo "$as_me: failed program was:" >&5
9372 sed 's/^/| /' conftest.$ac_ext >&5
9374 ac_cv_c_dll_hpux="no"
9377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9378 conftest$ac_exeext conftest.$ac_ext
9379 CFLAGS=$ac_wine_try_cflags_saved
9381 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9382 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9383 if test "$ac_cv_c_dll_hpux" = "yes"
9387 LDDLLFLAGS="-shared -fPIC"
9388 LDSHARED="\$(CC) -shared"
9395 if test "$cross_compiling" = "no"
9397 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
9399 # Extract the first word of "$ac_prog", so it can be a program name with args.
9400 set dummy $ac_prog; ac_word=$2
9401 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9403 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9404 echo $ECHO_N "(cached) $ECHO_C" >&6
9406 if test -n "$CROSSCC"; then
9407 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9413 test -z "$as_dir" && as_dir=.
9414 for ac_exec_ext in '' $ac_executable_extensions; do
9415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9416 ac_cv_prog_CROSSCC="$ac_prog"
9417 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9426 CROSSCC=$ac_cv_prog_CROSSCC
9427 if test -n "$CROSSCC"; then
9428 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9429 echo "${ECHO_T}$CROSSCC" >&6; }
9431 { echo "$as_me:$LINENO: result: no" >&5
9432 echo "${ECHO_T}no" >&6; }
9436 test -n "$CROSSCC" && break
9438 test -n "$CROSSCC" || CROSSCC="false"
9440 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
9442 # Extract the first word of "$ac_prog", so it can be a program name with args.
9443 set dummy $ac_prog; ac_word=$2
9444 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9446 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9447 echo $ECHO_N "(cached) $ECHO_C" >&6
9449 if test -n "$DLLTOOL"; then
9450 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9456 test -z "$as_dir" && as_dir=.
9457 for ac_exec_ext in '' $ac_executable_extensions; do
9458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9459 ac_cv_prog_DLLTOOL="$ac_prog"
9460 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9469 DLLTOOL=$ac_cv_prog_DLLTOOL
9470 if test -n "$DLLTOOL"; then
9471 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9472 echo "${ECHO_T}$DLLTOOL" >&6; }
9474 { echo "$as_me:$LINENO: result: no" >&5
9475 echo "${ECHO_T}no" >&6; }
9479 test -n "$DLLTOOL" && break
9481 test -n "$DLLTOOL" || DLLTOOL="false"
9483 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
9485 # Extract the first word of "$ac_prog", so it can be a program name with args.
9486 set dummy $ac_prog; ac_word=$2
9487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9489 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9490 echo $ECHO_N "(cached) $ECHO_C" >&6
9492 if test -n "$CROSSWINDRES"; then
9493 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9499 test -z "$as_dir" && as_dir=.
9500 for ac_exec_ext in '' $ac_executable_extensions; do
9501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9502 ac_cv_prog_CROSSWINDRES="$ac_prog"
9503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9512 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9513 if test -n "$CROSSWINDRES"; then
9514 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9515 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9517 { echo "$as_me:$LINENO: result: no" >&5
9518 echo "${ECHO_T}no" >&6; }
9522 test -n "$CROSSWINDRES" && break
9524 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9526 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
9528 # Extract the first word of "$ac_prog", so it can be a program name with args.
9529 set dummy $ac_prog; ac_word=$2
9530 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9532 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9533 echo $ECHO_N "(cached) $ECHO_C" >&6
9535 if test -n "$MINGWAR"; then
9536 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9542 test -z "$as_dir" && as_dir=.
9543 for ac_exec_ext in '' $ac_executable_extensions; do
9544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9545 ac_cv_prog_MINGWAR="$ac_prog"
9546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9555 MINGWAR=$ac_cv_prog_MINGWAR
9556 if test -n "$MINGWAR"; then
9557 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9558 echo "${ECHO_T}$MINGWAR" >&6; }
9560 { echo "$as_me:$LINENO: result: no" >&5
9561 echo "${ECHO_T}no" >&6; }
9565 test -n "$MINGWAR" && break
9567 test -n "$MINGWAR" || MINGWAR="false"
9569 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9574 enable_winequartz_drv=${enable_winequartz_drv:-no}
9576 if test "$LIBEXT" = "a"; then
9577 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9578 It is currently not possible to build Wine without shared library
9579 (.so) support to allow transparent switch between .so and .dll files.
9580 If you are using Linux, you will need a newer binutils.
9582 echo "$as_me: error: could not find a way to build shared libraries.
9583 It is currently not possible to build Wine without shared library
9584 (.so) support to allow transparent switch between .so and .dll files.
9585 If you are using Linux, you will need a newer binutils.
9587 { (exit 1); exit 1; }; }
9591 if test "$have_x" = "yes"
9594 ac_save_CPPFLAGS="$CPPFLAGS"
9595 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9597 { echo "$as_me:$LINENO: checking for -lX11" >&5
9598 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9599 if test "${ac_cv_lib_soname_X11+set}" = set; then
9600 echo $ECHO_N "(cached) $ECHO_C" >&6
9602 ac_check_soname_save_LIBS=$LIBS
9603 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9604 cat >conftest.$ac_ext <<_ACEOF
9607 cat confdefs.h >>conftest.$ac_ext
9608 cat >>conftest.$ac_ext <<_ACEOF
9609 /* end confdefs.h. */
9611 /* Override any GCC internal prototype to avoid an error.
9612 Use char because int might match the return type of a GCC
9613 builtin and then its argument prototype would still apply. */
9617 char XCreateWindow ();
9621 return XCreateWindow ();
9626 rm -f conftest.$ac_objext conftest$ac_exeext
9627 if { (ac_try="$ac_link"
9629 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9630 *) ac_try_echo
=$ac_try;;
9632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9633 (eval "$ac_link") 2>conftest.er1
9635 grep -v '^ *+' conftest.er1
>conftest.err
9637 cat conftest.err
>&5
9638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9639 (exit $ac_status); } && {
9640 test -z "$ac_c_werror_flag" ||
9641 test ! -s conftest.err
9642 } && test -s conftest
$ac_exeext &&
9643 $as_test_x conftest
$ac_exeext; then
9646 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'` ;;
9647 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9650 echo "$as_me: failed program was:" >&5
9651 sed 's/^/| /' conftest.
$ac_ext >&5
9656 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9657 conftest
$ac_exeext conftest.
$ac_ext
9658 LIBS
=$ac_check_soname_save_LIBS
9660 if test "x$ac_cv_lib_soname_X11" = "x"; then
9661 { echo "$as_me:$LINENO: result: not found" >&5
9662 echo "${ECHO_T}not found" >&6; }
9665 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9666 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9668 cat >>confdefs.h
<<_ACEOF
9669 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9675 { echo "$as_me:$LINENO: checking for -lXext" >&5
9676 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9677 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9678 echo $ECHO_N "(cached) $ECHO_C" >&6
9680 ac_check_soname_save_LIBS
=$LIBS
9681 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9682 cat >conftest.
$ac_ext <<_ACEOF
9685 cat confdefs.h
>>conftest.
$ac_ext
9686 cat >>conftest.
$ac_ext <<_ACEOF
9687 /* end confdefs.h. */
9689 /* Override any GCC internal prototype to avoid an error.
9690 Use char because int might match the return type of a GCC
9691 builtin and then its argument prototype would still apply. */
9695 char XextCreateExtension ();
9699 return XextCreateExtension ();
9704 rm -f conftest.
$ac_objext conftest
$ac_exeext
9705 if { (ac_try
="$ac_link"
9707 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9708 *) ac_try_echo=$ac_try;;
9710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9711 (eval "$ac_link") 2>conftest.er1
9713 grep -v '^ *+' conftest.er1 >conftest.err
9715 cat conftest.err >&5
9716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9717 (exit $ac_status); } && {
9718 test -z "$ac_c_werror_flag" ||
9719 test ! -s conftest.err
9720 } && test -s conftest$ac_exeext &&
9721 $as_test_x conftest$ac_exeext; then
9724 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'` ;;
9725 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9728 echo "$as_me: failed program was:" >&5
9729 sed 's/^/| /' conftest.$ac_ext >&5
9734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9735 conftest$ac_exeext conftest.$ac_ext
9736 LIBS=$ac_check_soname_save_LIBS
9738 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9739 { echo "$as_me:$LINENO: result: not found" >&5
9740 echo "${ECHO_T}not found" >&6; }
9743 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9744 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9746 cat >>confdefs.h <<_ACEOF
9747 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9766 for ac_header in X11/Xlib.h \
9769 X11/Xcursor/Xcursor.h \
9770 X11/extensions/shape.h \
9771 X11/extensions/XInput.h \
9772 X11/extensions/XShm.h \
9773 X11/extensions/Xcomposite.h \
9774 X11/extensions/Xinerama.h \
9775 X11/extensions/Xrandr.h \
9776 X11/extensions/Xrender.h \
9777 X11/extensions/xf86vmode.h
9779 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9780 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9781 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9782 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9783 echo $ECHO_N "(cached) $ECHO_C" >&6
9785 cat >conftest.$ac_ext <<_ACEOF
9788 cat confdefs.h >>conftest.$ac_ext
9789 cat >>conftest.$ac_ext <<_ACEOF
9790 /* end confdefs.h. */
9791 #ifdef HAVE_X11_XLIB_H
9792 # include <X11/Xlib.h>
9794 #ifdef HAVE_X11_XUTIL_H
9795 # include <X11/Xutil.h>
9798 #include <$ac_header>
9800 rm -f conftest.$ac_objext
9801 if { (ac_try="$ac_compile"
9803 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9804 *) ac_try_echo
=$ac_try;;
9806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9807 (eval "$ac_compile") 2>conftest.er1
9809 grep -v '^ *+' conftest.er1
>conftest.err
9811 cat conftest.err
>&5
9812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9813 (exit $ac_status); } && {
9814 test -z "$ac_c_werror_flag" ||
9815 test ! -s conftest.err
9816 } && test -s conftest.
$ac_objext; then
9817 eval "$as_ac_Header=yes"
9819 echo "$as_me: failed program was:" >&5
9820 sed 's/^/| /' conftest.
$ac_ext >&5
9822 eval "$as_ac_Header=no"
9825 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9827 ac_res
=`eval echo '${'$as_ac_Header'}'`
9828 { echo "$as_me:$LINENO: result: $ac_res" >&5
9829 echo "${ECHO_T}$ac_res" >&6; }
9830 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9831 cat >>confdefs.h
<<_ACEOF
9832 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9840 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9842 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9843 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9844 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9845 echo $ECHO_N "(cached) $ECHO_C" >&6
9847 ac_check_lib_save_LIBS
=$LIBS
9848 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9849 cat >conftest.
$ac_ext <<_ACEOF
9852 cat confdefs.h
>>conftest.
$ac_ext
9853 cat >>conftest.
$ac_ext <<_ACEOF
9854 /* end confdefs.h. */
9856 /* Override any GCC internal prototype to avoid an error.
9857 Use char because int might match the return type of a GCC
9858 builtin and then its argument prototype would still apply. */
9862 char XkbQueryExtension ();
9866 return XkbQueryExtension ();
9871 rm -f conftest.
$ac_objext conftest
$ac_exeext
9872 if { (ac_try
="$ac_link"
9874 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9875 *) ac_try_echo=$ac_try;;
9877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9878 (eval "$ac_link") 2>conftest.er1
9880 grep -v '^ *+' conftest.er1 >conftest.err
9882 cat conftest.err >&5
9883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9884 (exit $ac_status); } && {
9885 test -z "$ac_c_werror_flag" ||
9886 test ! -s conftest.err
9887 } && test -s conftest$ac_exeext &&
9888 $as_test_x conftest$ac_exeext; then
9889 ac_cv_lib_X11_XkbQueryExtension=yes
9891 echo "$as_me: failed program was:" >&5
9892 sed 's/^/| /' conftest.$ac_ext >&5
9894 ac_cv_lib_X11_XkbQueryExtension=no
9897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9898 conftest$ac_exeext conftest.$ac_ext
9899 LIBS=$ac_check_lib_save_LIBS
9901 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9902 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9903 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9905 cat >>confdefs.h <<\_ACEOF
9913 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9915 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9916 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9917 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9918 echo $ECHO_N "(cached) $ECHO_C" >&6
9920 ac_check_soname_save_LIBS=$LIBS
9921 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9922 cat >conftest.$ac_ext <<_ACEOF
9925 cat confdefs.h >>conftest.$ac_ext
9926 cat >>conftest.$ac_ext <<_ACEOF
9927 /* end confdefs.h. */
9929 /* Override any GCC internal prototype to avoid an error.
9930 Use char because int might match the return type of a GCC
9931 builtin and then its argument prototype would still apply. */
9935 char XcursorImageLoadCursor ();
9939 return XcursorImageLoadCursor ();
9944 rm -f conftest.$ac_objext conftest$ac_exeext
9945 if { (ac_try="$ac_link"
9947 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9948 *) ac_try_echo
=$ac_try;;
9950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9951 (eval "$ac_link") 2>conftest.er1
9953 grep -v '^ *+' conftest.er1
>conftest.err
9955 cat conftest.err
>&5
9956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9957 (exit $ac_status); } && {
9958 test -z "$ac_c_werror_flag" ||
9959 test ! -s conftest.err
9960 } && test -s conftest
$ac_exeext &&
9961 $as_test_x conftest
$ac_exeext; then
9964 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'` ;;
9965 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9968 echo "$as_me: failed program was:" >&5
9969 sed 's/^/| /' conftest.
$ac_ext >&5
9974 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9975 conftest
$ac_exeext conftest.
$ac_ext
9976 LIBS
=$ac_check_soname_save_LIBS
9978 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9979 { echo "$as_me:$LINENO: result: not found" >&5
9980 echo "${ECHO_T}not found" >&6; }
9983 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9984 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9986 cat >>confdefs.h
<<_ACEOF
9987 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9994 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9995 case "x$with_xcursor" in
9996 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9998 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9999 This is an error since --with-xcursor was requested." >&5
10000 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10001 This is an error since --with-xcursor was requested." >&2;}
10002 { (exit 1); exit 1; }; } ;;
10007 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10009 { echo "$as_me:$LINENO: checking for -lXi" >&5
10010 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10011 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10012 echo $ECHO_N "(cached) $ECHO_C" >&6
10014 ac_check_soname_save_LIBS
=$LIBS
10015 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10016 cat >conftest.
$ac_ext <<_ACEOF
10019 cat confdefs.h
>>conftest.
$ac_ext
10020 cat >>conftest.
$ac_ext <<_ACEOF
10021 /* end confdefs.h. */
10023 /* Override any GCC internal prototype to avoid an error.
10024 Use char because int might match the return type of a GCC
10025 builtin and then its argument prototype would still apply. */
10029 char XOpenDevice ();
10033 return XOpenDevice ();
10038 rm -f conftest.
$ac_objext conftest
$ac_exeext
10039 if { (ac_try
="$ac_link"
10040 case "(($ac_try" in
10041 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10042 *) ac_try_echo=$ac_try;;
10044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10045 (eval "$ac_link") 2>conftest.er1
10047 grep -v '^ *+' conftest.er1 >conftest.err
10049 cat conftest.err >&5
10050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051 (exit $ac_status); } && {
10052 test -z "$ac_c_werror_flag" ||
10053 test ! -s conftest.err
10054 } && test -s conftest$ac_exeext &&
10055 $as_test_x conftest$ac_exeext; then
10058 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'` ;;
10059 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10062 echo "$as_me: failed program was:" >&5
10063 sed 's/^/| /' conftest.$ac_ext >&5
10068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10069 conftest$ac_exeext conftest.$ac_ext
10070 LIBS=$ac_check_soname_save_LIBS
10072 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10073 { echo "$as_me:$LINENO: result: not found" >&5
10074 echo "${ECHO_T}not found" >&6; }
10077 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10078 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10080 cat >>confdefs.h <<_ACEOF
10081 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10088 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10089 case "x$with_xinput" in
10090 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10092 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10093 This is an error since --with-xinput was requested." >&5
10094 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10095 This is an error since --with-xinput was requested." >&2;}
10096 { (exit 1); exit 1; }; } ;;
10101 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10103 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10104 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10105 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10106 echo $ECHO_N "(cached) $ECHO_C" >&6
10108 ac_check_lib_save_LIBS=$LIBS
10109 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10110 cat >conftest.$ac_ext <<_ACEOF
10113 cat confdefs.h >>conftest.$ac_ext
10114 cat >>conftest.$ac_ext <<_ACEOF
10115 /* end confdefs.h. */
10117 /* Override any GCC internal prototype to avoid an error.
10118 Use char because int might match the return type of a GCC
10119 builtin and then its argument prototype would still apply. */
10123 char XShmQueryExtension ();
10127 return XShmQueryExtension ();
10132 rm -f conftest.$ac_objext conftest$ac_exeext
10133 if { (ac_try="$ac_link"
10134 case "(($ac_try" in
10135 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10136 *) ac_try_echo
=$ac_try;;
10138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10139 (eval "$ac_link") 2>conftest.er1
10141 grep -v '^ *+' conftest.er1
>conftest.err
10143 cat conftest.err
>&5
10144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10145 (exit $ac_status); } && {
10146 test -z "$ac_c_werror_flag" ||
10147 test ! -s conftest.err
10148 } && test -s conftest
$ac_exeext &&
10149 $as_test_x conftest
$ac_exeext; then
10150 ac_cv_lib_Xext_XShmQueryExtension
=yes
10152 echo "$as_me: failed program was:" >&5
10153 sed 's/^/| /' conftest.
$ac_ext >&5
10155 ac_cv_lib_Xext_XShmQueryExtension
=no
10158 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10159 conftest
$ac_exeext conftest.
$ac_ext
10160 LIBS
=$ac_check_lib_save_LIBS
10162 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10163 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10164 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10166 cat >>confdefs.h
<<\_ACEOF
10167 #define HAVE_LIBXXSHM 1
10173 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10174 case "x$with_xshm" in
10175 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10177 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10178 This is an error since --with-xshm was requested." >&5
10179 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10180 This is an error since --with-xshm was requested." >&2;}
10181 { (exit 1); exit 1; }; } ;;
10186 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10188 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10189 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10190 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10191 echo $ECHO_N "(cached) $ECHO_C" >&6
10193 ac_check_lib_save_LIBS
=$LIBS
10194 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10195 cat >conftest.
$ac_ext <<_ACEOF
10198 cat confdefs.h
>>conftest.
$ac_ext
10199 cat >>conftest.
$ac_ext <<_ACEOF
10200 /* end confdefs.h. */
10202 /* Override any GCC internal prototype to avoid an error.
10203 Use char because int might match the return type of a GCC
10204 builtin and then its argument prototype would still apply. */
10208 char XShapeQueryExtension ();
10212 return XShapeQueryExtension ();
10217 rm -f conftest.
$ac_objext conftest
$ac_exeext
10218 if { (ac_try
="$ac_link"
10219 case "(($ac_try" in
10220 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10221 *) ac_try_echo=$ac_try;;
10223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10224 (eval "$ac_link") 2>conftest.er1
10226 grep -v '^ *+' conftest.er1 >conftest.err
10228 cat conftest.err >&5
10229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10230 (exit $ac_status); } && {
10231 test -z "$ac_c_werror_flag" ||
10232 test ! -s conftest.err
10233 } && test -s conftest$ac_exeext &&
10234 $as_test_x conftest$ac_exeext; then
10235 ac_cv_lib_Xext_XShapeQueryExtension=yes
10237 echo "$as_me: failed program was:" >&5
10238 sed 's/^/| /' conftest.$ac_ext >&5
10240 ac_cv_lib_Xext_XShapeQueryExtension=no
10243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10244 conftest$ac_exeext conftest.$ac_ext
10245 LIBS=$ac_check_lib_save_LIBS
10247 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10248 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10249 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10251 cat >>confdefs.h <<\_ACEOF
10252 #define HAVE_LIBXSHAPE 1
10258 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10259 case "x$with_xshape" in
10260 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10262 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10263 This is an error since --with-xshape was requested." >&5
10264 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10265 This is an error since --with-xshape was requested." >&2;}
10266 { (exit 1); exit 1; }; } ;;
10271 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10273 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10274 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10275 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10276 echo $ECHO_N "(cached) $ECHO_C" >&6
10278 ac_check_soname_save_LIBS=$LIBS
10279 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10280 cat >conftest.$ac_ext <<_ACEOF
10283 cat confdefs.h >>conftest.$ac_ext
10284 cat >>conftest.$ac_ext <<_ACEOF
10285 /* end confdefs.h. */
10287 /* Override any GCC internal prototype to avoid an error.
10288 Use char because int might match the return type of a GCC
10289 builtin and then its argument prototype would still apply. */
10293 char XF86VidModeQueryExtension ();
10297 return XF86VidModeQueryExtension ();
10302 rm -f conftest.$ac_objext conftest$ac_exeext
10303 if { (ac_try="$ac_link"
10304 case "(($ac_try" in
10305 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10306 *) ac_try_echo
=$ac_try;;
10308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10309 (eval "$ac_link") 2>conftest.er1
10311 grep -v '^ *+' conftest.er1
>conftest.err
10313 cat conftest.err
>&5
10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10315 (exit $ac_status); } && {
10316 test -z "$ac_c_werror_flag" ||
10317 test ! -s conftest.err
10318 } && test -s conftest
$ac_exeext &&
10319 $as_test_x conftest
$ac_exeext; then
10322 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'` ;;
10323 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10326 echo "$as_me: failed program was:" >&5
10327 sed 's/^/| /' conftest.
$ac_ext >&5
10332 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10333 conftest
$ac_exeext conftest.
$ac_ext
10334 LIBS
=$ac_check_soname_save_LIBS
10336 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10337 { echo "$as_me:$LINENO: result: not found" >&5
10338 echo "${ECHO_T}not found" >&6; }
10341 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10342 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10344 cat >>confdefs.h
<<_ACEOF
10345 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10352 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10353 case "x$with_xxf86vm" in
10354 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10356 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10357 This is an error since --with-xxf86vm was requested." >&5
10358 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10359 This is an error since --with-xxf86vm was requested." >&2;}
10360 { (exit 1); exit 1; }; } ;;
10365 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"
10367 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10368 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10369 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10370 echo $ECHO_N "(cached) $ECHO_C" >&6
10372 ac_check_soname_save_LIBS
=$LIBS
10373 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10374 cat >conftest.
$ac_ext <<_ACEOF
10377 cat confdefs.h
>>conftest.
$ac_ext
10378 cat >>conftest.
$ac_ext <<_ACEOF
10379 /* end confdefs.h. */
10381 /* Override any GCC internal prototype to avoid an error.
10382 Use char because int might match the return type of a GCC
10383 builtin and then its argument prototype would still apply. */
10387 char XRenderQueryExtension ();
10391 return XRenderQueryExtension ();
10396 rm -f conftest.
$ac_objext conftest
$ac_exeext
10397 if { (ac_try
="$ac_link"
10398 case "(($ac_try" in
10399 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10400 *) ac_try_echo=$ac_try;;
10402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10403 (eval "$ac_link") 2>conftest.er1
10405 grep -v '^ *+' conftest.er1 >conftest.err
10407 cat conftest.err >&5
10408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10409 (exit $ac_status); } && {
10410 test -z "$ac_c_werror_flag" ||
10411 test ! -s conftest.err
10412 } && test -s conftest$ac_exeext &&
10413 $as_test_x conftest$ac_exeext; then
10416 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'` ;;
10417 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10420 echo "$as_me: failed program was:" >&5
10421 sed 's/^/| /' conftest.$ac_ext >&5
10426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10427 conftest$ac_exeext conftest.$ac_ext
10428 LIBS=$ac_check_soname_save_LIBS
10430 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10431 { echo "$as_me:$LINENO: result: not found" >&5
10432 echo "${ECHO_T}not found" >&6; }
10435 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10436 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10438 cat >>confdefs.h <<_ACEOF
10439 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10442 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10443 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10444 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10445 echo $ECHO_N "(cached) $ECHO_C" >&6
10447 ac_check_lib_save_LIBS=$LIBS
10448 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10449 cat >conftest.$ac_ext <<_ACEOF
10452 cat confdefs.h >>conftest.$ac_ext
10453 cat >>conftest.$ac_ext <<_ACEOF
10454 /* end confdefs.h. */
10456 /* Override any GCC internal prototype to avoid an error.
10457 Use char because int might match the return type of a GCC
10458 builtin and then its argument prototype would still apply. */
10462 char XRenderSetPictureTransform ();
10466 return XRenderSetPictureTransform ();
10471 rm -f conftest.$ac_objext conftest$ac_exeext
10472 if { (ac_try="$ac_link"
10473 case "(($ac_try" in
10474 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10475 *) ac_try_echo
=$ac_try;;
10477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10478 (eval "$ac_link") 2>conftest.er1
10480 grep -v '^ *+' conftest.er1
>conftest.err
10482 cat conftest.err
>&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); } && {
10485 test -z "$ac_c_werror_flag" ||
10486 test ! -s conftest.err
10487 } && test -s conftest
$ac_exeext &&
10488 $as_test_x conftest
$ac_exeext; then
10489 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10491 echo "$as_me: failed program was:" >&5
10492 sed 's/^/| /' conftest.
$ac_ext >&5
10494 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10497 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10498 conftest
$ac_exeext conftest.
$ac_ext
10499 LIBS
=$ac_check_lib_save_LIBS
10501 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10502 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10503 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10505 cat >>confdefs.h
<<\_ACEOF
10506 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10515 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10516 case "x$with_xrender" in
10517 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10519 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10520 This is an error since --with-xrender was requested." >&5
10521 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10522 This is an error since --with-xrender was requested." >&2;}
10523 { (exit 1); exit 1; }; } ;;
10528 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10530 cat >conftest.
$ac_ext <<_ACEOF
10533 cat confdefs.h
>>conftest.
$ac_ext
10534 cat >>conftest.
$ac_ext <<_ACEOF
10535 /* end confdefs.h. */
10536 #include <X11/Xlib.h>
10537 #include <X11/extensions/Xrandr.h>
10541 static typeof(XRRSetScreenConfigAndRate) * func;
10546 rm -f conftest.
$ac_objext
10547 if { (ac_try
="$ac_compile"
10548 case "(($ac_try" in
10549 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10550 *) ac_try_echo=$ac_try;;
10552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10553 (eval "$ac_compile") 2>conftest.er1
10555 grep -v '^ *+' conftest.er1 >conftest.err
10557 cat conftest.err >&5
10558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10559 (exit $ac_status); } && {
10560 test -z "$ac_c_werror_flag" ||
10561 test ! -s conftest.err
10562 } && test -s conftest.$ac_objext; then
10563 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10564 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10565 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10566 echo $ECHO_N "(cached) $ECHO_C" >&6
10568 ac_check_soname_save_LIBS=$LIBS
10569 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10570 cat >conftest.$ac_ext <<_ACEOF
10573 cat confdefs.h >>conftest.$ac_ext
10574 cat >>conftest.$ac_ext <<_ACEOF
10575 /* end confdefs.h. */
10577 /* Override any GCC internal prototype to avoid an error.
10578 Use char because int might match the return type of a GCC
10579 builtin and then its argument prototype would still apply. */
10583 char XRRQueryExtension ();
10587 return XRRQueryExtension ();
10592 rm -f conftest.$ac_objext conftest$ac_exeext
10593 if { (ac_try="$ac_link"
10594 case "(($ac_try" in
10595 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10596 *) ac_try_echo
=$ac_try;;
10598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10599 (eval "$ac_link") 2>conftest.er1
10601 grep -v '^ *+' conftest.er1
>conftest.err
10603 cat conftest.err
>&5
10604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10605 (exit $ac_status); } && {
10606 test -z "$ac_c_werror_flag" ||
10607 test ! -s conftest.err
10608 } && test -s conftest
$ac_exeext &&
10609 $as_test_x conftest
$ac_exeext; then
10612 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'` ;;
10613 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10616 echo "$as_me: failed program was:" >&5
10617 sed 's/^/| /' conftest.
$ac_ext >&5
10622 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10623 conftest
$ac_exeext conftest.
$ac_ext
10624 LIBS
=$ac_check_soname_save_LIBS
10626 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10627 { echo "$as_me:$LINENO: result: not found" >&5
10628 echo "${ECHO_T}not found" >&6; }
10631 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10632 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10634 cat >>confdefs.h
<<_ACEOF
10635 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10642 echo "$as_me: failed program was:" >&5
10643 sed 's/^/| /' conftest.
$ac_ext >&5
10648 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10650 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10651 case "x$with_xrandr" in
10652 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10654 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10655 This is an error since --with-xrandr was requested." >&5
10656 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10657 This is an error since --with-xrandr was requested." >&2;}
10658 { (exit 1); exit 1; }; } ;;
10663 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10665 cat >conftest.
$ac_ext <<_ACEOF
10668 cat confdefs.h
>>conftest.
$ac_ext
10669 cat >>conftest.
$ac_ext <<_ACEOF
10670 /* end confdefs.h. */
10671 #include <X11/Xlib.h>
10672 #include <X11/extensions/Xinerama.h>
10676 static typeof(XineramaQueryScreens) * func;
10681 rm -f conftest.
$ac_objext
10682 if { (ac_try
="$ac_compile"
10683 case "(($ac_try" in
10684 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10685 *) ac_try_echo=$ac_try;;
10687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10688 (eval "$ac_compile") 2>conftest.er1
10690 grep -v '^ *+' conftest.er1 >conftest.err
10692 cat conftest.err >&5
10693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10694 (exit $ac_status); } && {
10695 test -z "$ac_c_werror_flag" ||
10696 test ! -s conftest.err
10697 } && test -s conftest.$ac_objext; then
10698 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10699 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10700 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10701 echo $ECHO_N "(cached) $ECHO_C" >&6
10703 ac_check_soname_save_LIBS=$LIBS
10704 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10705 cat >conftest.$ac_ext <<_ACEOF
10708 cat confdefs.h >>conftest.$ac_ext
10709 cat >>conftest.$ac_ext <<_ACEOF
10710 /* end confdefs.h. */
10712 /* Override any GCC internal prototype to avoid an error.
10713 Use char because int might match the return type of a GCC
10714 builtin and then its argument prototype would still apply. */
10718 char XineramaQueryScreens ();
10722 return XineramaQueryScreens ();
10727 rm -f conftest.$ac_objext conftest$ac_exeext
10728 if { (ac_try="$ac_link"
10729 case "(($ac_try" in
10730 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10731 *) ac_try_echo
=$ac_try;;
10733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10734 (eval "$ac_link") 2>conftest.er1
10736 grep -v '^ *+' conftest.er1
>conftest.err
10738 cat conftest.err
>&5
10739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10740 (exit $ac_status); } && {
10741 test -z "$ac_c_werror_flag" ||
10742 test ! -s conftest.err
10743 } && test -s conftest
$ac_exeext &&
10744 $as_test_x conftest
$ac_exeext; then
10747 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'` ;;
10748 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10751 echo "$as_me: failed program was:" >&5
10752 sed 's/^/| /' conftest.
$ac_ext >&5
10757 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10758 conftest
$ac_exeext conftest.
$ac_ext
10759 LIBS
=$ac_check_soname_save_LIBS
10761 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10762 { echo "$as_me:$LINENO: result: not found" >&5
10763 echo "${ECHO_T}not found" >&6; }
10766 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10767 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10769 cat >>confdefs.h
<<_ACEOF
10770 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10777 echo "$as_me: failed program was:" >&5
10778 sed 's/^/| /' conftest.
$ac_ext >&5
10783 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10785 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10786 case "x$with_xinerama" in
10787 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10789 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10790 This is an error since --with-xinerama was requested." >&5
10791 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10792 This is an error since --with-xinerama was requested." >&2;}
10793 { (exit 1); exit 1; }; } ;;
10798 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10800 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10801 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10802 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10803 echo $ECHO_N "(cached) $ECHO_C" >&6
10805 ac_check_soname_save_LIBS
=$LIBS
10806 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10807 cat >conftest.
$ac_ext <<_ACEOF
10810 cat confdefs.h
>>conftest.
$ac_ext
10811 cat >>conftest.
$ac_ext <<_ACEOF
10812 /* end confdefs.h. */
10814 /* Override any GCC internal prototype to avoid an error.
10815 Use char because int might match the return type of a GCC
10816 builtin and then its argument prototype would still apply. */
10820 char XCompositeRedirectWindow ();
10824 return XCompositeRedirectWindow ();
10829 rm -f conftest.
$ac_objext conftest
$ac_exeext
10830 if { (ac_try
="$ac_link"
10831 case "(($ac_try" in
10832 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10833 *) ac_try_echo=$ac_try;;
10835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10836 (eval "$ac_link") 2>conftest.er1
10838 grep -v '^ *+' conftest.er1 >conftest.err
10840 cat conftest.err >&5
10841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10842 (exit $ac_status); } && {
10843 test -z "$ac_c_werror_flag" ||
10844 test ! -s conftest.err
10845 } && test -s conftest$ac_exeext &&
10846 $as_test_x conftest$ac_exeext; then
10849 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'` ;;
10850 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10853 echo "$as_me: failed program was:" >&5
10854 sed 's/^/| /' conftest.$ac_ext >&5
10859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10860 conftest$ac_exeext conftest.$ac_ext
10861 LIBS=$ac_check_soname_save_LIBS
10863 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10864 { echo "$as_me:$LINENO: result: not found" >&5
10865 echo "${ECHO_T}not found" >&6; }
10868 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10869 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10871 cat >>confdefs.h <<_ACEOF
10872 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10879 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10880 case "x$with_xcomposite" in
10881 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10883 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10884 This is an error since --with-xcomposite was requested." >&5
10885 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10886 This is an error since --with-xcomposite was requested." >&2;}
10887 { (exit 1); exit 1; }; } ;;
10892 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10893 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10894 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10895 echo $ECHO_N "(cached) $ECHO_C" >&6
10897 cat >conftest.$ac_ext <<_ACEOF
10900 cat confdefs.h >>conftest.$ac_ext
10901 cat >>conftest.$ac_ext <<_ACEOF
10902 /* end confdefs.h. */
10903 #ifdef HAVE_X11_XLIB_H
10904 #include <X11/Xlib.h>
10910 static XICCallback ac_aggr;
10911 if (ac_aggr.callback)
10917 rm -f conftest.$ac_objext
10918 if { (ac_try="$ac_compile"
10919 case "(($ac_try" in
10920 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10921 *) ac_try_echo
=$ac_try;;
10923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10924 (eval "$ac_compile") 2>conftest.er1
10926 grep -v '^ *+' conftest.er1
>conftest.err
10928 cat conftest.err
>&5
10929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10930 (exit $ac_status); } && {
10931 test -z "$ac_c_werror_flag" ||
10932 test ! -s conftest.err
10933 } && test -s conftest.
$ac_objext; then
10934 ac_cv_member_XICCallback_callback
=yes
10936 echo "$as_me: failed program was:" >&5
10937 sed 's/^/| /' conftest.
$ac_ext >&5
10939 cat >conftest.
$ac_ext <<_ACEOF
10942 cat confdefs.h
>>conftest.
$ac_ext
10943 cat >>conftest.
$ac_ext <<_ACEOF
10944 /* end confdefs.h. */
10945 #ifdef HAVE_X11_XLIB_H
10946 #include <X11/Xlib.h>
10952 static XICCallback ac_aggr;
10953 if (sizeof ac_aggr.callback)
10959 rm -f conftest.
$ac_objext
10960 if { (ac_try
="$ac_compile"
10961 case "(($ac_try" in
10962 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10963 *) ac_try_echo=$ac_try;;
10965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10966 (eval "$ac_compile") 2>conftest.er1
10968 grep -v '^ *+' conftest.er1 >conftest.err
10970 cat conftest.err >&5
10971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); } && {
10973 test -z "$ac_c_werror_flag" ||
10974 test ! -s conftest.err
10975 } && test -s conftest.$ac_objext; then
10976 ac_cv_member_XICCallback_callback=yes
10978 echo "$as_me: failed program was:" >&5
10979 sed 's/^/| /' conftest.$ac_ext >&5
10981 ac_cv_member_XICCallback_callback=no
10984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10989 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10990 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10991 if test $ac_cv_member_XICCallback_callback = yes; then
10993 cat >>confdefs.h <<_ACEOF
10994 #define HAVE_XICCALLBACK_CALLBACK 1
11003 if test "x$with_opengl" != "xno"
11009 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11011 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11012 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11013 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11014 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11015 echo $ECHO_N "(cached) $ECHO_C" >&6
11017 cat >conftest.$ac_ext <<_ACEOF
11020 cat confdefs.h >>conftest.$ac_ext
11021 cat >>conftest.$ac_ext <<_ACEOF
11022 /* end confdefs.h. */
11023 #ifdef HAVE_GL_GLX_H
11024 # include <GL/glx.h>
11027 #include <$ac_header>
11029 rm -f conftest.$ac_objext
11030 if { (ac_try="$ac_compile"
11031 case "(($ac_try" in
11032 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11033 *) ac_try_echo
=$ac_try;;
11035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11036 (eval "$ac_compile") 2>conftest.er1
11038 grep -v '^ *+' conftest.er1
>conftest.err
11040 cat conftest.err
>&5
11041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11042 (exit $ac_status); } && {
11043 test -z "$ac_c_werror_flag" ||
11044 test ! -s conftest.err
11045 } && test -s conftest.
$ac_objext; then
11046 eval "$as_ac_Header=yes"
11048 echo "$as_me: failed program was:" >&5
11049 sed 's/^/| /' conftest.
$ac_ext >&5
11051 eval "$as_ac_Header=no"
11054 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11056 ac_res
=`eval echo '${'$as_ac_Header'}'`
11057 { echo "$as_me:$LINENO: result: $ac_res" >&5
11058 echo "${ECHO_T}$ac_res" >&6; }
11059 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11060 cat >>confdefs.h
<<_ACEOF
11061 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11068 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11070 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11071 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11072 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11073 echo $ECHO_N "(cached) $ECHO_C" >&6
11075 cat >conftest.
$ac_ext <<_ACEOF
11078 cat confdefs.h
>>conftest.
$ac_ext
11079 cat >>conftest.
$ac_ext <<_ACEOF
11080 /* end confdefs.h. */
11085 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11090 rm -f conftest.
$ac_objext
11091 if { (ac_try
="$ac_compile"
11092 case "(($ac_try" in
11093 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11094 *) ac_try_echo=$ac_try;;
11096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11097 (eval "$ac_compile") 2>conftest.er1
11099 grep -v '^ *+' conftest.er1 >conftest.err
11101 cat conftest.err >&5
11102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11103 (exit $ac_status); } && {
11104 test -z "$ac_c_werror_flag" ||
11105 test ! -s conftest.err
11106 } && test -s conftest.$ac_objext; then
11107 wine_cv_opengl_header_version_OK="yes"
11109 echo "$as_me: failed program was:" >&5
11110 sed 's/^/| /' conftest.$ac_ext >&5
11112 wine_cv_opengl_header_version_OK="no"
11115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11117 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11118 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11120 if test "$wine_cv_opengl_header_version_OK" = "yes"
11122 { echo "$as_me:$LINENO: checking for -lGL" >&5
11123 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11124 if test "${ac_cv_lib_soname_GL+set}" = set; then
11125 echo $ECHO_N "(cached) $ECHO_C" >&6
11127 ac_check_soname_save_LIBS=$LIBS
11128 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11129 cat >conftest.$ac_ext <<_ACEOF
11132 cat confdefs.h >>conftest.$ac_ext
11133 cat >>conftest.$ac_ext <<_ACEOF
11134 /* end confdefs.h. */
11136 /* Override any GCC internal prototype to avoid an error.
11137 Use char because int might match the return type of a GCC
11138 builtin and then its argument prototype would still apply. */
11142 char glXCreateContext ();
11146 return glXCreateContext ();
11151 rm -f conftest.$ac_objext conftest$ac_exeext
11152 if { (ac_try="$ac_link"
11153 case "(($ac_try" in
11154 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11155 *) ac_try_echo
=$ac_try;;
11157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11158 (eval "$ac_link") 2>conftest.er1
11160 grep -v '^ *+' conftest.er1
>conftest.err
11162 cat conftest.err
>&5
11163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164 (exit $ac_status); } && {
11165 test -z "$ac_c_werror_flag" ||
11166 test ! -s conftest.err
11167 } && test -s conftest
$ac_exeext &&
11168 $as_test_x conftest
$ac_exeext; then
11171 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'` ;;
11172 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11175 echo "$as_me: failed program was:" >&5
11176 sed 's/^/| /' conftest.
$ac_ext >&5
11181 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11182 conftest
$ac_exeext conftest.
$ac_ext
11183 LIBS
=$ac_check_soname_save_LIBS
11185 if test "x$ac_cv_lib_soname_GL" = "x"; then
11186 { echo "$as_me:$LINENO: result: not found" >&5
11187 echo "${ECHO_T}not found" >&6; }
11188 { echo "$as_me:$LINENO: checking for -lGL" >&5
11189 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11190 if test "${ac_cv_lib_soname_GL+set}" = set; then
11191 echo $ECHO_N "(cached) $ECHO_C" >&6
11193 ac_check_soname_save_LIBS
=$LIBS
11194 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"
11195 cat >conftest.
$ac_ext <<_ACEOF
11198 cat confdefs.h
>>conftest.
$ac_ext
11199 cat >>conftest.
$ac_ext <<_ACEOF
11200 /* end confdefs.h. */
11202 /* Override any GCC internal prototype to avoid an error.
11203 Use char because int might match the return type of a GCC
11204 builtin and then its argument prototype would still apply. */
11208 char glXCreateContext ();
11212 return glXCreateContext ();
11217 rm -f conftest.
$ac_objext conftest
$ac_exeext
11218 if { (ac_try
="$ac_link"
11219 case "(($ac_try" in
11220 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11221 *) ac_try_echo=$ac_try;;
11223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11224 (eval "$ac_link") 2>conftest.er1
11226 grep -v '^ *+' conftest.er1 >conftest.err
11228 cat conftest.err >&5
11229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11230 (exit $ac_status); } && {
11231 test -z "$ac_c_werror_flag" ||
11232 test ! -s conftest.err
11233 } && test -s conftest$ac_exeext &&
11234 $as_test_x conftest$ac_exeext; then
11237 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'` ;;
11238 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11241 echo "$as_me: failed program was:" >&5
11242 sed 's/^/| /' conftest.$ac_ext >&5
11247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11248 conftest$ac_exeext conftest.$ac_ext
11249 LIBS=$ac_check_soname_save_LIBS
11251 if test "x$ac_cv_lib_soname_GL" = "x"; then
11252 { echo "$as_me:$LINENO: result: not found" >&5
11253 echo "${ECHO_T}not found" >&6; }
11254 if test -f /usr/X11R6/lib/libGL.a
11256 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11257 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11259 opengl_msg="No OpenGL library found on this system."
11262 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11263 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11265 cat >>confdefs.h <<_ACEOF
11266 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11269 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"
11271 cat >>confdefs.h <<\_ACEOF
11272 #define HAVE_OPENGL 1
11278 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11279 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11281 cat >>confdefs.h <<_ACEOF
11282 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11287 cat >>confdefs.h <<\_ACEOF
11288 #define HAVE_OPENGL 1
11293 if test "$ac_cv_header_GL_glu_h" = "yes"
11295 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11296 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11297 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11298 echo $ECHO_N "(cached) $ECHO_C" >&6
11300 ac_check_soname_save_LIBS=$LIBS
11301 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11302 cat >conftest.$ac_ext <<_ACEOF
11305 cat confdefs.h >>conftest.$ac_ext
11306 cat >>conftest.$ac_ext <<_ACEOF
11307 /* end confdefs.h. */
11309 /* Override any GCC internal prototype to avoid an error.
11310 Use char because int might match the return type of a GCC
11311 builtin and then its argument prototype would still apply. */
11319 return gluLookAt ();
11324 rm -f conftest.$ac_objext conftest$ac_exeext
11325 if { (ac_try="$ac_link"
11326 case "(($ac_try" in
11327 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11328 *) ac_try_echo
=$ac_try;;
11330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11331 (eval "$ac_link") 2>conftest.er1
11333 grep -v '^ *+' conftest.er1
>conftest.err
11335 cat conftest.err
>&5
11336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11337 (exit $ac_status); } && {
11338 test -z "$ac_c_werror_flag" ||
11339 test ! -s conftest.err
11340 } && test -s conftest
$ac_exeext &&
11341 $as_test_x conftest
$ac_exeext; then
11344 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'` ;;
11345 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11348 echo "$as_me: failed program was:" >&5
11349 sed 's/^/| /' conftest.
$ac_ext >&5
11354 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11355 conftest
$ac_exeext conftest.
$ac_ext
11356 LIBS
=$ac_check_soname_save_LIBS
11358 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11359 { echo "$as_me:$LINENO: result: not found" >&5
11360 echo "${ECHO_T}not found" >&6; }
11363 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11364 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11366 cat >>confdefs.h
<<_ACEOF
11367 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11374 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11375 case "x$with_glu" in
11376 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11378 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11379 This is an error since --with-glu was requested." >&5
11380 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11381 This is an error since --with-glu was requested." >&2;}
11382 { (exit 1); exit 1; }; } ;;
11387 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11390 opengl_msg
="OpenGL development headers not found."
11392 test -n "$opengl_msg" && enable_opengl32
=${enable_opengl32:-no}
11393 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32
=${enable_glu32:-no}
11395 enable_opengl32
=${enable_opengl32:-no}
11396 enable_glu32
=${enable_glu32:-no}
11398 if test -n "$opengl_msg"; then
11399 case "x$with_opengl" in
11400 x
) wine_warnings
="$wine_warnings|$opengl_msg
11401 OpenGL and Direct3D won't be supported." ;;
11403 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11404 OpenGL and Direct3D won't be supported.
11405 This is an error since --with-opengl was requested." >&5
11406 echo "$as_me: error: $opengl_msg
11407 OpenGL and Direct3D won't be supported.
11408 This is an error since --with-opengl was requested." >&2;}
11409 { (exit 1); exit 1; }; } ;;
11417 for ac_header
in audio
/audiolib.h
11419 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11420 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11421 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11422 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11423 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11424 echo $ECHO_N "(cached) $ECHO_C" >&6
11426 ac_res
=`eval echo '${'$as_ac_Header'}'`
11427 { echo "$as_me:$LINENO: result: $ac_res" >&5
11428 echo "${ECHO_T}$ac_res" >&6; }
11430 # Is the header compilable?
11431 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11432 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11433 cat >conftest.
$ac_ext <<_ACEOF
11436 cat confdefs.h
>>conftest.
$ac_ext
11437 cat >>conftest.
$ac_ext <<_ACEOF
11438 /* end confdefs.h. */
11439 $ac_includes_default
11440 #include <$ac_header>
11442 rm -f conftest.
$ac_objext
11443 if { (ac_try
="$ac_compile"
11444 case "(($ac_try" in
11445 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11446 *) ac_try_echo=$ac_try;;
11448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11449 (eval "$ac_compile") 2>conftest.er1
11451 grep -v '^ *+' conftest.er1 >conftest.err
11453 cat conftest.err >&5
11454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11455 (exit $ac_status); } && {
11456 test -z "$ac_c_werror_flag" ||
11457 test ! -s conftest.err
11458 } && test -s conftest.$ac_objext; then
11459 ac_header_compiler=yes
11461 echo "$as_me: failed program was:" >&5
11462 sed 's/^/| /' conftest.$ac_ext >&5
11464 ac_header_compiler=no
11467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11468 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11469 echo "${ECHO_T}$ac_header_compiler" >&6; }
11471 # Is the header present?
11472 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11473 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11474 cat >conftest.$ac_ext <<_ACEOF
11477 cat confdefs.h >>conftest.$ac_ext
11478 cat >>conftest.$ac_ext <<_ACEOF
11479 /* end confdefs.h. */
11480 #include <$ac_header>
11482 if { (ac_try="$ac_cpp conftest.$ac_ext"
11483 case "(($ac_try" in
11484 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11485 *) ac_try_echo
=$ac_try;;
11487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11488 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11490 grep -v '^ *+' conftest.er1
>conftest.err
11492 cat conftest.err
>&5
11493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11494 (exit $ac_status); } >/dev
/null
&& {
11495 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11496 test ! -s conftest.err
11498 ac_header_preproc
=yes
11500 echo "$as_me: failed program was:" >&5
11501 sed 's/^/| /' conftest.
$ac_ext >&5
11503 ac_header_preproc
=no
11506 rm -f conftest.err conftest.
$ac_ext
11507 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11508 echo "${ECHO_T}$ac_header_preproc" >&6; }
11510 # So? What about this header?
11511 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11513 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11514 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11515 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11516 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11517 ac_header_preproc
=yes
11520 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11521 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11523 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11525 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11527 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11529 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11530 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11531 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11533 ## ------------------------------------ ##
11534 ## Report this to wine-devel@winehq.org ##
11535 ## ------------------------------------ ##
11537 ) |
sed "s/^/$as_me: WARNING: /" >&2
11540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11542 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11543 echo $ECHO_N "(cached) $ECHO_C" >&6
11545 eval "$as_ac_Header=\$ac_header_preproc"
11547 ac_res
=`eval echo '${'$as_ac_Header'}'`
11548 { echo "$as_me:$LINENO: result: $ac_res" >&5
11549 echo "${ECHO_T}$ac_res" >&6; }
11552 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11553 cat >>confdefs.h
<<_ACEOF
11554 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11557 for ac_header
in audio
/soundlib.h
11559 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11560 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11561 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11562 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11563 echo $ECHO_N "(cached) $ECHO_C" >&6
11565 cat >conftest.
$ac_ext <<_ACEOF
11568 cat confdefs.h
>>conftest.
$ac_ext
11569 cat >>conftest.
$ac_ext <<_ACEOF
11570 /* end confdefs.h. */
11571 #include <audio/audiolib.h>
11573 #include <$ac_header>
11575 rm -f conftest.
$ac_objext
11576 if { (ac_try
="$ac_compile"
11577 case "(($ac_try" in
11578 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11579 *) ac_try_echo=$ac_try;;
11581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11582 (eval "$ac_compile") 2>conftest.er1
11584 grep -v '^ *+' conftest.er1 >conftest.err
11586 cat conftest.err >&5
11587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11588 (exit $ac_status); } && {
11589 test -z "$ac_c_werror_flag" ||
11590 test ! -s conftest.err
11591 } && test -s conftest.$ac_objext; then
11592 eval "$as_ac_Header=yes"
11594 echo "$as_me: failed program was:" >&5
11595 sed 's/^/| /' conftest.$ac_ext >&5
11597 eval "$as_ac_Header=no"
11600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11602 ac_res=`eval echo '${'$as_ac_Header'}'`
11603 { echo "$as_me:$LINENO: result: $ac_res" >&5
11604 echo "${ECHO_T}$ac_res" >&6; }
11605 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11606 cat >>confdefs.h <<_ACEOF
11607 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11614 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11615 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11616 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11617 echo $ECHO_N "(cached) $ECHO_C" >&6
11619 ac_check_lib_save_LIBS=$LIBS
11620 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11621 cat >conftest.$ac_ext <<_ACEOF
11624 cat confdefs.h >>conftest.$ac_ext
11625 cat >>conftest.$ac_ext <<_ACEOF
11626 /* end confdefs.h. */
11628 /* Override any GCC internal prototype to avoid an error.
11629 Use char because int might match the return type of a GCC
11630 builtin and then its argument prototype would still apply. */
11634 char AuCreateFlow ();
11638 return AuCreateFlow ();
11643 rm -f conftest.$ac_objext conftest$ac_exeext
11644 if { (ac_try="$ac_link"
11645 case "(($ac_try" in
11646 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11647 *) ac_try_echo
=$ac_try;;
11649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11650 (eval "$ac_link") 2>conftest.er1
11652 grep -v '^ *+' conftest.er1
>conftest.err
11654 cat conftest.err
>&5
11655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11656 (exit $ac_status); } && {
11657 test -z "$ac_c_werror_flag" ||
11658 test ! -s conftest.err
11659 } && test -s conftest
$ac_exeext &&
11660 $as_test_x conftest
$ac_exeext; then
11661 ac_cv_lib_audio_AuCreateFlow
=yes
11663 echo "$as_me: failed program was:" >&5
11664 sed 's/^/| /' conftest.
$ac_ext >&5
11666 ac_cv_lib_audio_AuCreateFlow
=no
11669 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11670 conftest
$ac_exeext conftest.
$ac_ext
11671 LIBS
=$ac_check_lib_save_LIBS
11673 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11674 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11675 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11677 cat >>confdefs.h
<<\_ACEOF
11681 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11682 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11683 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11684 echo $ECHO_N "(cached) $ECHO_C" >&6
11686 ac_check_lib_save_LIBS
=$LIBS
11687 LIBS
="-lXau $X_LIBS $LIBS"
11688 cat >conftest.
$ac_ext <<_ACEOF
11691 cat confdefs.h
>>conftest.
$ac_ext
11692 cat >>conftest.
$ac_ext <<_ACEOF
11693 /* end confdefs.h. */
11695 /* Override any GCC internal prototype to avoid an error.
11696 Use char because int might match the return type of a GCC
11697 builtin and then its argument prototype would still apply. */
11701 char XauGetBestAuthByAddr ();
11705 return XauGetBestAuthByAddr ();
11710 rm -f conftest.
$ac_objext conftest
$ac_exeext
11711 if { (ac_try
="$ac_link"
11712 case "(($ac_try" in
11713 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11714 *) ac_try_echo=$ac_try;;
11716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11717 (eval "$ac_link") 2>conftest.er1
11719 grep -v '^ *+' conftest.er1 >conftest.err
11721 cat conftest.err >&5
11722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11723 (exit $ac_status); } && {
11724 test -z "$ac_c_werror_flag" ||
11725 test ! -s conftest.err
11726 } && test -s conftest$ac_exeext &&
11727 $as_test_x conftest$ac_exeext; then
11728 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11730 echo "$as_me: failed program was:" >&5
11731 sed 's/^/| /' conftest.$ac_ext >&5
11733 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11737 conftest$ac_exeext conftest.$ac_ext
11738 LIBS=$ac_check_lib_save_LIBS
11740 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11741 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11742 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11743 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11745 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11756 CPPFLAGS="$ac_save_CPPFLAGS"
11761 enable_winex11_drv=${enable_winex11_drv:-no}
11762 enable_opengl32=${enable_opengl32:-no}
11763 enable_glu32=${enable_glu32:-no}
11765 if test "x$XLIB" = "x"; then
11768 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11769 without X support, which probably isn't what you want. You will need to install
11770 development packages of Xlib/Xfree86 at the very least.
11771 Use the --without-x option if you really want this." >&5
11772 echo "$as_me: error: X development files not found. Wine will be built
11773 without X support, which probably isn't what you want. You will need to install
11774 development packages of Xlib/Xfree86 at the very least.
11775 Use the --without-x option if you really want this." >&2;}
11776 { (exit 1); exit 1; }; } ;;
11790 if test "x$with_xml" != "xno"
11792 ac_save_CPPFLAGS="$CPPFLAGS"
11793 if test "$PKG_CONFIG" != "false"
11795 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11796 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11798 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11799 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11801 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11803 for ac_header in libxml/parser.h
11805 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11810 echo $ECHO_N "(cached) $ECHO_C" >&6
11812 ac_res=`eval echo '${'$as_ac_Header'}'`
11813 { echo "$as_me:$LINENO: result: $ac_res" >&5
11814 echo "${ECHO_T}$ac_res" >&6; }
11816 # Is the header compilable?
11817 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11818 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11819 cat >conftest.$ac_ext <<_ACEOF
11822 cat confdefs.h >>conftest.$ac_ext
11823 cat >>conftest.$ac_ext <<_ACEOF
11824 /* end confdefs.h. */
11825 $ac_includes_default
11826 #include <$ac_header>
11828 rm -f conftest.$ac_objext
11829 if { (ac_try="$ac_compile"
11830 case "(($ac_try" in
11831 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11832 *) ac_try_echo
=$ac_try;;
11834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11835 (eval "$ac_compile") 2>conftest.er1
11837 grep -v '^ *+' conftest.er1
>conftest.err
11839 cat conftest.err
>&5
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); } && {
11842 test -z "$ac_c_werror_flag" ||
11843 test ! -s conftest.err
11844 } && test -s conftest.
$ac_objext; then
11845 ac_header_compiler
=yes
11847 echo "$as_me: failed program was:" >&5
11848 sed 's/^/| /' conftest.
$ac_ext >&5
11850 ac_header_compiler
=no
11853 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11854 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11855 echo "${ECHO_T}$ac_header_compiler" >&6; }
11857 # Is the header present?
11858 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11859 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11860 cat >conftest.
$ac_ext <<_ACEOF
11863 cat confdefs.h
>>conftest.
$ac_ext
11864 cat >>conftest.
$ac_ext <<_ACEOF
11865 /* end confdefs.h. */
11866 #include <$ac_header>
11868 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11869 case "(($ac_try" in
11870 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11871 *) ac_try_echo=$ac_try;;
11873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11874 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11876 grep -v '^ *+' conftest.er1 >conftest.err
11878 cat conftest.err >&5
11879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11880 (exit $ac_status); } >/dev/null && {
11881 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11882 test ! -s conftest.err
11884 ac_header_preproc=yes
11886 echo "$as_me: failed program was:" >&5
11887 sed 's/^/| /' conftest.$ac_ext >&5
11889 ac_header_preproc=no
11892 rm -f conftest.err conftest.$ac_ext
11893 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11894 echo "${ECHO_T}$ac_header_preproc" >&6; }
11896 # So? What about this header?
11897 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11899 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11900 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11901 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11902 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11903 ac_header_preproc=yes
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11907 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11909 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11911 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11913 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11915 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11916 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11917 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11919 ## ------------------------------------ ##
11920 ## Report this to wine-devel@winehq.org ##
11921 ## ------------------------------------ ##
11923 ) | sed "s/^/$as_me: WARNING: /" >&2
11926 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11927 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11928 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11929 echo $ECHO_N "(cached) $ECHO_C" >&6
11931 eval "$as_ac_Header=\$ac_header_preproc"
11933 ac_res=`eval echo '${'$as_ac_Header'}'`
11934 { echo "$as_me:$LINENO: result: $ac_res" >&5
11935 echo "${ECHO_T}$ac_res" >&6; }
11938 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11939 cat >>confdefs.h <<_ACEOF
11940 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11942 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11943 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11944 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11945 echo $ECHO_N "(cached) $ECHO_C" >&6
11947 ac_check_lib_save_LIBS=$LIBS
11948 LIBS="-lxml2 $ac_xml_libs $LIBS"
11949 cat >conftest.$ac_ext <<_ACEOF
11952 cat confdefs.h >>conftest.$ac_ext
11953 cat >>conftest.$ac_ext <<_ACEOF
11954 /* end confdefs.h. */
11956 /* Override any GCC internal prototype to avoid an error.
11957 Use char because int might match the return type of a GCC
11958 builtin and then its argument prototype would still apply. */
11962 char xmlParseMemory ();
11966 return xmlParseMemory ();
11971 rm -f conftest.$ac_objext conftest$ac_exeext
11972 if { (ac_try="$ac_link"
11973 case "(($ac_try" in
11974 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11975 *) ac_try_echo
=$ac_try;;
11977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11978 (eval "$ac_link") 2>conftest.er1
11980 grep -v '^ *+' conftest.er1
>conftest.err
11982 cat conftest.err
>&5
11983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11984 (exit $ac_status); } && {
11985 test -z "$ac_c_werror_flag" ||
11986 test ! -s conftest.err
11987 } && test -s conftest
$ac_exeext &&
11988 $as_test_x conftest
$ac_exeext; then
11989 ac_cv_lib_xml2_xmlParseMemory
=yes
11991 echo "$as_me: failed program was:" >&5
11992 sed 's/^/| /' conftest.
$ac_ext >&5
11994 ac_cv_lib_xml2_xmlParseMemory
=no
11997 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11998 conftest
$ac_exeext conftest.
$ac_ext
11999 LIBS
=$ac_check_lib_save_LIBS
12001 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12002 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12003 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12005 cat >>confdefs.h
<<\_ACEOF
12006 #define HAVE_LIBXML2 1
12009 XML2LIBS
="$ac_xml_libs"
12010 XML2INCL
="$ac_xml_cflags"
12013 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12014 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12015 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12016 echo $ECHO_N "(cached) $ECHO_C" >&6
12018 ac_check_lib_save_LIBS
=$LIBS
12019 LIBS
="-lxml2 $ac_xml_libs $LIBS"
12020 cat >conftest.
$ac_ext <<_ACEOF
12023 cat confdefs.h
>>conftest.
$ac_ext
12024 cat >>conftest.
$ac_ext <<_ACEOF
12025 /* end confdefs.h. */
12027 /* Override any GCC internal prototype to avoid an error.
12028 Use char because int might match the return type of a GCC
12029 builtin and then its argument prototype would still apply. */
12033 char xmlReadMemory ();
12037 return xmlReadMemory ();
12042 rm -f conftest.
$ac_objext conftest
$ac_exeext
12043 if { (ac_try
="$ac_link"
12044 case "(($ac_try" in
12045 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12046 *) ac_try_echo=$ac_try;;
12048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12049 (eval "$ac_link") 2>conftest.er1
12051 grep -v '^ *+' conftest.er1 >conftest.err
12053 cat conftest.err >&5
12054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12055 (exit $ac_status); } && {
12056 test -z "$ac_c_werror_flag" ||
12057 test ! -s conftest.err
12058 } && test -s conftest$ac_exeext &&
12059 $as_test_x conftest$ac_exeext; then
12060 ac_cv_lib_xml2_xmlReadMemory=yes
12062 echo "$as_me: failed program was:" >&5
12063 sed 's/^/| /' conftest.$ac_ext >&5
12065 ac_cv_lib_xml2_xmlReadMemory=no
12068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12069 conftest$ac_exeext conftest.$ac_ext
12070 LIBS=$ac_check_lib_save_LIBS
12072 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12073 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12074 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12076 cat >>confdefs.h <<\_ACEOF
12077 #define HAVE_XMLREADMEMORY 1
12082 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12083 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12084 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12085 echo $ECHO_N "(cached) $ECHO_C" >&6
12087 ac_check_lib_save_LIBS=$LIBS
12088 LIBS="-lxml2 $ac_xml_libs $LIBS"
12089 cat >conftest.$ac_ext <<_ACEOF
12092 cat confdefs.h >>conftest.$ac_ext
12093 cat >>conftest.$ac_ext <<_ACEOF
12094 /* end confdefs.h. */
12096 /* Override any GCC internal prototype to avoid an error.
12097 Use char because int might match the return type of a GCC
12098 builtin and then its argument prototype would still apply. */
12102 char xmlNewDocPI ();
12106 return xmlNewDocPI ();
12111 rm -f conftest.$ac_objext conftest$ac_exeext
12112 if { (ac_try="$ac_link"
12113 case "(($ac_try" in
12114 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12115 *) ac_try_echo
=$ac_try;;
12117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12118 (eval "$ac_link") 2>conftest.er1
12120 grep -v '^ *+' conftest.er1
>conftest.err
12122 cat conftest.err
>&5
12123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12124 (exit $ac_status); } && {
12125 test -z "$ac_c_werror_flag" ||
12126 test ! -s conftest.err
12127 } && test -s conftest
$ac_exeext &&
12128 $as_test_x conftest
$ac_exeext; then
12129 ac_cv_lib_xml2_xmlNewDocPI
=yes
12131 echo "$as_me: failed program was:" >&5
12132 sed 's/^/| /' conftest.
$ac_ext >&5
12134 ac_cv_lib_xml2_xmlNewDocPI
=no
12137 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12138 conftest
$ac_exeext conftest.
$ac_ext
12139 LIBS
=$ac_check_lib_save_LIBS
12141 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12142 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12143 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12145 cat >>confdefs.h
<<\_ACEOF
12146 #define HAVE_XMLNEWDOCPI 1
12156 CPPFLAGS
="$ac_save_CPPFLAGS"
12158 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12159 case "x$with_xml" in
12160 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12162 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12163 This is an error since --with-xml was requested." >&5
12164 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12165 This is an error since --with-xml was requested." >&2;}
12166 { (exit 1); exit 1; }; } ;;
12171 if test "x$with_xslt" != "xno"
12173 if test "$PKG_CONFIG" != "false"
12175 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12176 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12178 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12179 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12181 ac_save_CPPFLAGS
="$CPPFLAGS"
12182 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12185 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12187 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12188 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12189 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12190 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12191 echo $ECHO_N "(cached) $ECHO_C" >&6
12193 cat >conftest.
$ac_ext <<_ACEOF
12196 cat confdefs.h
>>conftest.
$ac_ext
12197 cat >>conftest.
$ac_ext <<_ACEOF
12198 /* end confdefs.h. */
12199 #ifdef HAVE_LIBXSLT_PATTERN_H
12200 # include <libxslt/pattern.h>
12203 #include <$ac_header>
12205 rm -f conftest.
$ac_objext
12206 if { (ac_try
="$ac_compile"
12207 case "(($ac_try" in
12208 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12209 *) ac_try_echo=$ac_try;;
12211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12212 (eval "$ac_compile") 2>conftest.er1
12214 grep -v '^ *+' conftest.er1 >conftest.err
12216 cat conftest.err >&5
12217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12218 (exit $ac_status); } && {
12219 test -z "$ac_c_werror_flag" ||
12220 test ! -s conftest.err
12221 } && test -s conftest.$ac_objext; then
12222 eval "$as_ac_Header=yes"
12224 echo "$as_me: failed program was:" >&5
12225 sed 's/^/| /' conftest.$ac_ext >&5
12227 eval "$as_ac_Header=no"
12230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12232 ac_res=`eval echo '${'$as_ac_Header'}'`
12233 { echo "$as_me:$LINENO: result: $ac_res" >&5
12234 echo "${ECHO_T}$ac_res" >&6; }
12235 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12236 cat >>confdefs.h <<_ACEOF
12237 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12244 CPPFLAGS="$ac_save_CPPFLAGS"
12245 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12247 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12248 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12249 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12250 echo $ECHO_N "(cached) $ECHO_C" >&6
12252 ac_check_lib_save_LIBS=$LIBS
12253 LIBS="-lxslt $ac_xslt_libs $LIBS"
12254 cat >conftest.$ac_ext <<_ACEOF
12257 cat confdefs.h >>conftest.$ac_ext
12258 cat >>conftest.$ac_ext <<_ACEOF
12259 /* end confdefs.h. */
12261 /* Override any GCC internal prototype to avoid an error.
12262 Use char because int might match the return type of a GCC
12263 builtin and then its argument prototype would still apply. */
12267 char xsltCompilePattern ();
12271 return xsltCompilePattern ();
12276 rm -f conftest.$ac_objext conftest$ac_exeext
12277 if { (ac_try="$ac_link"
12278 case "(($ac_try" in
12279 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12280 *) ac_try_echo
=$ac_try;;
12282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12283 (eval "$ac_link") 2>conftest.er1
12285 grep -v '^ *+' conftest.er1
>conftest.err
12287 cat conftest.err
>&5
12288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); } && {
12290 test -z "$ac_c_werror_flag" ||
12291 test ! -s conftest.err
12292 } && test -s conftest
$ac_exeext &&
12293 $as_test_x conftest
$ac_exeext; then
12294 ac_cv_lib_xslt_xsltCompilePattern
=yes
12296 echo "$as_me: failed program was:" >&5
12297 sed 's/^/| /' conftest.
$ac_ext >&5
12299 ac_cv_lib_xslt_xsltCompilePattern
=no
12302 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12303 conftest
$ac_exeext conftest.
$ac_ext
12304 LIBS
=$ac_check_lib_save_LIBS
12306 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12307 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12308 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12310 cat >>confdefs.h
<<\_ACEOF
12311 #define HAVE_LIBXSLT 1
12314 XSLTLIBS
="$ac_xslt_libs"
12315 XSLTINCL
="$ac_xslt_cflags"
12316 ac_save_LIBS
="$LIBS"
12317 LIBS
="$LIBS $ac_xslt_libs"
12319 for ac_func
in xsltInit
12321 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12322 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12323 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12324 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12325 echo $ECHO_N "(cached) $ECHO_C" >&6
12327 cat >conftest.
$ac_ext <<_ACEOF
12330 cat confdefs.h
>>conftest.
$ac_ext
12331 cat >>conftest.
$ac_ext <<_ACEOF
12332 /* end confdefs.h. */
12333 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12334 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12335 #define $ac_func innocuous_$ac_func
12337 /* System header to define __stub macros and hopefully few prototypes,
12338 which can conflict with char $ac_func (); below.
12339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12340 <limits.h> exists even on freestanding compilers. */
12343 # include <limits.h>
12345 # include <assert.h>
12350 /* Override any GCC internal prototype to avoid an error.
12351 Use char because int might match the return type of a GCC
12352 builtin and then its argument prototype would still apply. */
12357 /* The GNU C library defines this for functions which it implements
12358 to always fail with ENOSYS. Some functions are actually named
12359 something starting with __ and the normal name is an alias. */
12360 #if defined __stub_$ac_func || defined __stub___$ac_func
12367 return $ac_func ();
12372 rm -f conftest.
$ac_objext conftest
$ac_exeext
12373 if { (ac_try
="$ac_link"
12374 case "(($ac_try" in
12375 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12376 *) ac_try_echo=$ac_try;;
12378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12379 (eval "$ac_link") 2>conftest.er1
12381 grep -v '^ *+' conftest.er1 >conftest.err
12383 cat conftest.err >&5
12384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12385 (exit $ac_status); } && {
12386 test -z "$ac_c_werror_flag" ||
12387 test ! -s conftest.err
12388 } && test -s conftest$ac_exeext &&
12389 $as_test_x conftest$ac_exeext; then
12390 eval "$as_ac_var=yes"
12392 echo "$as_me: failed program was:" >&5
12393 sed 's/^/| /' conftest.$ac_ext >&5
12395 eval "$as_ac_var=no"
12398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12399 conftest$ac_exeext conftest.$ac_ext
12401 ac_res=`eval echo '${'$as_ac_var'}'`
12402 { echo "$as_me:$LINENO: result: $ac_res" >&5
12403 echo "${ECHO_T}$ac_res" >&6; }
12404 if test `eval echo '${'$as_ac_var'}'` = yes; then
12405 cat >>confdefs.h <<_ACEOF
12406 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12412 LIBS="$ac_save_LIBS"
12417 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12418 case "x$with_xslt" in
12419 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12421 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12422 This is an error since --with-xslt was requested." >&5
12423 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12424 This is an error since --with-xslt was requested." >&2;}
12425 { (exit 1); exit 1; }; } ;;
12432 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12434 ac_save_CPPFLAGS="$CPPFLAGS"
12435 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12436 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12437 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12440 for ac_header in dbus/dbus.h hal/libhal.h
12442 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12444 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12445 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12447 echo $ECHO_N "(cached) $ECHO_C" >&6
12449 ac_res=`eval echo '${'$as_ac_Header'}'`
12450 { echo "$as_me:$LINENO: result: $ac_res" >&5
12451 echo "${ECHO_T}$ac_res" >&6; }
12453 # Is the header compilable?
12454 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12455 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12456 cat >conftest.$ac_ext <<_ACEOF
12459 cat confdefs.h >>conftest.$ac_ext
12460 cat >>conftest.$ac_ext <<_ACEOF
12461 /* end confdefs.h. */
12462 $ac_includes_default
12463 #include <$ac_header>
12465 rm -f conftest.$ac_objext
12466 if { (ac_try="$ac_compile"
12467 case "(($ac_try" in
12468 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12469 *) ac_try_echo
=$ac_try;;
12471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12472 (eval "$ac_compile") 2>conftest.er1
12474 grep -v '^ *+' conftest.er1
>conftest.err
12476 cat conftest.err
>&5
12477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12478 (exit $ac_status); } && {
12479 test -z "$ac_c_werror_flag" ||
12480 test ! -s conftest.err
12481 } && test -s conftest.
$ac_objext; then
12482 ac_header_compiler
=yes
12484 echo "$as_me: failed program was:" >&5
12485 sed 's/^/| /' conftest.
$ac_ext >&5
12487 ac_header_compiler
=no
12490 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12491 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12492 echo "${ECHO_T}$ac_header_compiler" >&6; }
12494 # Is the header present?
12495 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12496 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12497 cat >conftest.
$ac_ext <<_ACEOF
12500 cat confdefs.h
>>conftest.
$ac_ext
12501 cat >>conftest.
$ac_ext <<_ACEOF
12502 /* end confdefs.h. */
12503 #include <$ac_header>
12505 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12506 case "(($ac_try" in
12507 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12508 *) ac_try_echo=$ac_try;;
12510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12511 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12513 grep -v '^ *+' conftest.er1 >conftest.err
12515 cat conftest.err >&5
12516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12517 (exit $ac_status); } >/dev/null && {
12518 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12519 test ! -s conftest.err
12521 ac_header_preproc=yes
12523 echo "$as_me: failed program was:" >&5
12524 sed 's/^/| /' conftest.$ac_ext >&5
12526 ac_header_preproc=no
12529 rm -f conftest.err conftest.$ac_ext
12530 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12531 echo "${ECHO_T}$ac_header_preproc" >&6; }
12533 # So? What about this header?
12534 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12536 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12537 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12538 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12539 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12540 ac_header_preproc=yes
12543 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12544 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12546 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12548 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12550 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12552 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12553 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12554 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12556 ## ------------------------------------ ##
12557 ## Report this to wine-devel@winehq.org ##
12558 ## ------------------------------------ ##
12560 ) | sed "s/^/$as_me: WARNING: /" >&2
12563 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12564 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12566 echo $ECHO_N "(cached) $ECHO_C" >&6
12568 eval "$as_ac_Header=\$ac_header_preproc"
12570 ac_res=`eval echo '${'$as_ac_Header'}'`
12571 { echo "$as_me:$LINENO: result: $ac_res" >&5
12572 echo "${ECHO_T}$ac_res" >&6; }
12575 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12576 cat >>confdefs.h <<_ACEOF
12577 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12584 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12586 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12587 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12588 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12589 echo $ECHO_N "(cached) $ECHO_C" >&6
12591 ac_check_lib_save_LIBS=$LIBS
12592 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12593 cat >conftest.$ac_ext <<_ACEOF
12596 cat confdefs.h >>conftest.$ac_ext
12597 cat >>conftest.$ac_ext <<_ACEOF
12598 /* end confdefs.h. */
12600 /* Override any GCC internal prototype to avoid an error.
12601 Use char because int might match the return type of a GCC
12602 builtin and then its argument prototype would still apply. */
12606 char dbus_connection_close ();
12610 return dbus_connection_close ();
12615 rm -f conftest.$ac_objext conftest$ac_exeext
12616 if { (ac_try="$ac_link"
12617 case "(($ac_try" in
12618 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12619 *) ac_try_echo
=$ac_try;;
12621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12622 (eval "$ac_link") 2>conftest.er1
12624 grep -v '^ *+' conftest.er1
>conftest.err
12626 cat conftest.err
>&5
12627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12628 (exit $ac_status); } && {
12629 test -z "$ac_c_werror_flag" ||
12630 test ! -s conftest.err
12631 } && test -s conftest
$ac_exeext &&
12632 $as_test_x conftest
$ac_exeext; then
12633 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12635 echo "$as_me: failed program was:" >&5
12636 sed 's/^/| /' conftest.
$ac_ext >&5
12638 ac_cv_lib_dbus_1_dbus_connection_close
=no
12641 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12642 conftest
$ac_exeext conftest.
$ac_ext
12643 LIBS
=$ac_check_lib_save_LIBS
12645 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12646 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12647 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12648 { echo "$as_me:$LINENO: checking for -lhal" >&5
12649 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12650 if test "${ac_cv_lib_soname_hal+set}" = set; then
12651 echo $ECHO_N "(cached) $ECHO_C" >&6
12653 ac_check_soname_save_LIBS
=$LIBS
12654 LIBS
="-lhal $ac_hal_libs $LIBS"
12655 cat >conftest.
$ac_ext <<_ACEOF
12658 cat confdefs.h
>>conftest.
$ac_ext
12659 cat >>conftest.
$ac_ext <<_ACEOF
12660 /* end confdefs.h. */
12662 /* Override any GCC internal prototype to avoid an error.
12663 Use char because int might match the return type of a GCC
12664 builtin and then its argument prototype would still apply. */
12668 char libhal_ctx_new ();
12672 return libhal_ctx_new ();
12677 rm -f conftest.
$ac_objext conftest
$ac_exeext
12678 if { (ac_try
="$ac_link"
12679 case "(($ac_try" in
12680 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12681 *) ac_try_echo=$ac_try;;
12683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12684 (eval "$ac_link") 2>conftest.er1
12686 grep -v '^ *+' conftest.er1 >conftest.err
12688 cat conftest.err >&5
12689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12690 (exit $ac_status); } && {
12691 test -z "$ac_c_werror_flag" ||
12692 test ! -s conftest.err
12693 } && test -s conftest$ac_exeext &&
12694 $as_test_x conftest$ac_exeext; then
12697 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'` ;;
12698 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12701 echo "$as_me: failed program was:" >&5
12702 sed 's/^/| /' conftest.$ac_ext >&5
12707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12708 conftest$ac_exeext conftest.$ac_ext
12709 LIBS=$ac_check_soname_save_LIBS
12711 if test "x$ac_cv_lib_soname_hal" = "x"; then
12712 { echo "$as_me:$LINENO: result: not found" >&5
12713 echo "${ECHO_T}not found" >&6; }
12716 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12717 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12719 cat >>confdefs.h <<_ACEOF
12720 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12723 HALINCL="$ac_hal_cflags"
12729 CPPFLAGS="$ac_save_CPPFLAGS"
12731 if test "x$ac_cv_lib_soname_hal" = "x"; then
12732 case "x$with_hal" in
12733 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12735 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12736 This is an error since --with-hal was requested." >&5
12737 echo "$as_me: error: libhal development files not found, no dynamic device support.
12738 This is an error since --with-hal was requested." >&2;}
12739 { (exit 1); exit 1; }; } ;;
12744 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12746 ac_save_CPPFLAGS="$CPPFLAGS"
12747 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls
2>/dev
/null
`"
12748 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls
2>/dev
/null
`"
12749 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12750 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12751 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12752 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12753 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12754 echo $ECHO_N "(cached) $ECHO_C" >&6
12756 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12757 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12759 # Is the header compilable?
12760 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12761 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12762 cat >conftest.$ac_ext <<_ACEOF
12765 cat confdefs.h >>conftest.$ac_ext
12766 cat >>conftest.$ac_ext <<_ACEOF
12767 /* end confdefs.h. */
12768 $ac_includes_default
12769 #include <gnutls/gnutls.h>
12771 rm -f conftest.$ac_objext
12772 if { (ac_try="$ac_compile"
12773 case "(($ac_try" in
12774 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12775 *) ac_try_echo
=$ac_try;;
12777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12778 (eval "$ac_compile") 2>conftest.er1
12780 grep -v '^ *+' conftest.er1
>conftest.err
12782 cat conftest.err
>&5
12783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784 (exit $ac_status); } && {
12785 test -z "$ac_c_werror_flag" ||
12786 test ! -s conftest.err
12787 } && test -s conftest.
$ac_objext; then
12788 ac_header_compiler
=yes
12790 echo "$as_me: failed program was:" >&5
12791 sed 's/^/| /' conftest.
$ac_ext >&5
12793 ac_header_compiler
=no
12796 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12797 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12798 echo "${ECHO_T}$ac_header_compiler" >&6; }
12800 # Is the header present?
12801 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12802 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12803 cat >conftest.
$ac_ext <<_ACEOF
12806 cat confdefs.h
>>conftest.
$ac_ext
12807 cat >>conftest.
$ac_ext <<_ACEOF
12808 /* end confdefs.h. */
12809 #include <gnutls/gnutls.h>
12811 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12812 case "(($ac_try" in
12813 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12814 *) ac_try_echo=$ac_try;;
12816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12817 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12819 grep -v '^ *+' conftest.er1 >conftest.err
12821 cat conftest.err >&5
12822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12823 (exit $ac_status); } >/dev/null && {
12824 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12825 test ! -s conftest.err
12827 ac_header_preproc=yes
12829 echo "$as_me: failed program was:" >&5
12830 sed 's/^/| /' conftest.$ac_ext >&5
12832 ac_header_preproc=no
12835 rm -f conftest.err conftest.$ac_ext
12836 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12837 echo "${ECHO_T}$ac_header_preproc" >&6; }
12839 # So? What about this header?
12840 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12842 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12843 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12844 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12845 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12846 ac_header_preproc=yes
12849 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12850 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12851 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12852 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12853 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12854 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12855 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12856 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12857 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12858 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12859 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12860 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12862 ## ------------------------------------ ##
12863 ## Report this to wine-devel@winehq.org ##
12864 ## ------------------------------------ ##
12866 ) | sed "s/^/$as_me: WARNING: /" >&2
12869 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12870 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12871 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12872 echo $ECHO_N "(cached) $ECHO_C" >&6
12874 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12876 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12877 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12880 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12881 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12882 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12883 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12884 echo $ECHO_N "(cached) $ECHO_C" >&6
12886 ac_check_soname_save_LIBS=$LIBS
12887 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12888 cat >conftest.$ac_ext <<_ACEOF
12891 cat confdefs.h >>conftest.$ac_ext
12892 cat >>conftest.$ac_ext <<_ACEOF
12893 /* end confdefs.h. */
12895 /* Override any GCC internal prototype to avoid an error.
12896 Use char because int might match the return type of a GCC
12897 builtin and then its argument prototype would still apply. */
12901 char gnutls_global_init ();
12905 return gnutls_global_init ();
12910 rm -f conftest.$ac_objext conftest$ac_exeext
12911 if { (ac_try="$ac_link"
12912 case "(($ac_try" in
12913 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12914 *) ac_try_echo
=$ac_try;;
12916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12917 (eval "$ac_link") 2>conftest.er1
12919 grep -v '^ *+' conftest.er1
>conftest.err
12921 cat conftest.err
>&5
12922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12923 (exit $ac_status); } && {
12924 test -z "$ac_c_werror_flag" ||
12925 test ! -s conftest.err
12926 } && test -s conftest
$ac_exeext &&
12927 $as_test_x conftest
$ac_exeext; then
12930 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'` ;;
12931 *) ac_cv_lib_soname_gnutls
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12934 echo "$as_me: failed program was:" >&5
12935 sed 's/^/| /' conftest.
$ac_ext >&5
12940 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12941 conftest
$ac_exeext conftest.
$ac_ext
12942 LIBS
=$ac_check_soname_save_LIBS
12944 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12945 { echo "$as_me:$LINENO: result: not found" >&5
12946 echo "${ECHO_T}not found" >&6; }
12949 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12950 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12952 cat >>confdefs.h
<<_ACEOF
12953 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12956 GNUTLSINCL
="$ac_gnutls_cflags"
12963 CPPFLAGS
="$ac_save_CPPFLAGS"
12965 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12966 case "x$with_gnutls" in
12967 x
) wine_notices
="$wine_notices|libgnutls development files not found, no schannel support." ;;
12969 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12970 This is an error since --with-gnutls was requested." >&5
12971 echo "$as_me: error: libgnutls development files not found, no schannel support.
12972 This is an error since --with-gnutls was requested." >&2;}
12973 { (exit 1); exit 1; }; } ;;
12979 if test "$ac_cv_header_ncurses_h" = "yes"
12981 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12982 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12983 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12984 echo $ECHO_N "(cached) $ECHO_C" >&6
12986 ac_check_soname_save_LIBS
=$LIBS
12987 LIBS
="-lncurses $LIBS"
12988 cat >conftest.
$ac_ext <<_ACEOF
12991 cat confdefs.h
>>conftest.
$ac_ext
12992 cat >>conftest.
$ac_ext <<_ACEOF
12993 /* end confdefs.h. */
12995 /* Override any GCC internal prototype to avoid an error.
12996 Use char because int might match the return type of a GCC
12997 builtin and then its argument prototype would still apply. */
13010 rm -f conftest.
$ac_objext conftest
$ac_exeext
13011 if { (ac_try
="$ac_link"
13012 case "(($ac_try" in
13013 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13014 *) ac_try_echo=$ac_try;;
13016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13017 (eval "$ac_link") 2>conftest.er1
13019 grep -v '^ *+' conftest.er1 >conftest.err
13021 cat conftest.err >&5
13022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13023 (exit $ac_status); } && {
13024 test -z "$ac_c_werror_flag" ||
13025 test ! -s conftest.err
13026 } && test -s conftest$ac_exeext &&
13027 $as_test_x conftest$ac_exeext; then
13030 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'` ;;
13031 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libncurses\\.$LIBEXT" |
sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13034 echo "$as_me: failed program was:" >&5
13035 sed 's/^/| /' conftest.$ac_ext >&5
13040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13041 conftest$ac_exeext conftest.$ac_ext
13042 LIBS=$ac_check_soname_save_LIBS
13044 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13045 { echo "$as_me:$LINENO: result: not found" >&5
13046 echo "${ECHO_T}not found" >&6; }
13049 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13050 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13052 cat >>confdefs.h <<_ACEOF
13053 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13056 CURSESLIBS="-lncurses"
13059 elif test "$ac_cv_header_curses_h" = "yes"
13061 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13062 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13063 if test "${ac_cv_lib_soname_curses+set}" = set; then
13064 echo $ECHO_N "(cached) $ECHO_C" >&6
13066 ac_check_soname_save_LIBS=$LIBS
13067 LIBS="-lcurses $LIBS"
13068 cat >conftest.$ac_ext <<_ACEOF
13071 cat confdefs.h >>conftest.$ac_ext
13072 cat >>conftest.$ac_ext <<_ACEOF
13073 /* end confdefs.h. */
13075 /* Override any GCC internal prototype to avoid an error.
13076 Use char because int might match the return type of a GCC
13077 builtin and then its argument prototype would still apply. */
13090 rm -f conftest.$ac_objext conftest$ac_exeext
13091 if { (ac_try="$ac_link"
13092 case "(($ac_try" in
13093 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13094 *) ac_try_echo
=$ac_try;;
13096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13097 (eval "$ac_link") 2>conftest.er1
13099 grep -v '^ *+' conftest.er1
>conftest.err
13101 cat conftest.err
>&5
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); } && {
13104 test -z "$ac_c_werror_flag" ||
13105 test ! -s conftest.err
13106 } && test -s conftest
$ac_exeext &&
13107 $as_test_x conftest
$ac_exeext; then
13110 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'` ;;
13111 *) ac_cv_lib_soname_curses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13114 echo "$as_me: failed program was:" >&5
13115 sed 's/^/| /' conftest.
$ac_ext >&5
13120 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13121 conftest
$ac_exeext conftest.
$ac_ext
13122 LIBS
=$ac_check_soname_save_LIBS
13124 if test "x$ac_cv_lib_soname_curses" = "x"; then
13125 { echo "$as_me:$LINENO: result: not found" >&5
13126 echo "${ECHO_T}not found" >&6; }
13129 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13130 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13132 cat >>confdefs.h
<<_ACEOF
13133 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13136 CURSESLIBS
="-lcurses"
13140 ac_save_LIBS
="$LIBS"
13141 LIBS
="$LIBS $CURSESLIBS"
13143 for ac_func
in mousemask
13145 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13146 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13147 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13148 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13149 echo $ECHO_N "(cached) $ECHO_C" >&6
13151 cat >conftest.
$ac_ext <<_ACEOF
13154 cat confdefs.h
>>conftest.
$ac_ext
13155 cat >>conftest.
$ac_ext <<_ACEOF
13156 /* end confdefs.h. */
13157 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13158 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13159 #define $ac_func innocuous_$ac_func
13161 /* System header to define __stub macros and hopefully few prototypes,
13162 which can conflict with char $ac_func (); below.
13163 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13164 <limits.h> exists even on freestanding compilers. */
13167 # include <limits.h>
13169 # include <assert.h>
13174 /* Override any GCC internal prototype to avoid an error.
13175 Use char because int might match the return type of a GCC
13176 builtin and then its argument prototype would still apply. */
13181 /* The GNU C library defines this for functions which it implements
13182 to always fail with ENOSYS. Some functions are actually named
13183 something starting with __ and the normal name is an alias. */
13184 #if defined __stub_$ac_func || defined __stub___$ac_func
13191 return $ac_func ();
13196 rm -f conftest.
$ac_objext conftest
$ac_exeext
13197 if { (ac_try
="$ac_link"
13198 case "(($ac_try" in
13199 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13200 *) ac_try_echo=$ac_try;;
13202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13203 (eval "$ac_link") 2>conftest.er1
13205 grep -v '^ *+' conftest.er1 >conftest.err
13207 cat conftest.err >&5
13208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13209 (exit $ac_status); } && {
13210 test -z "$ac_c_werror_flag" ||
13211 test ! -s conftest.err
13212 } && test -s conftest$ac_exeext &&
13213 $as_test_x conftest$ac_exeext; then
13214 eval "$as_ac_var=yes"
13216 echo "$as_me: failed program was:" >&5
13217 sed 's/^/| /' conftest.$ac_ext >&5
13219 eval "$as_ac_var=no"
13222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13223 conftest$ac_exeext conftest.$ac_ext
13225 ac_res=`eval echo '${'$as_ac_var'}'`
13226 { echo "$as_me:$LINENO: result: $ac_res" >&5
13227 echo "${ECHO_T}$ac_res" >&6; }
13228 if test `eval echo '${'$as_ac_var'}'` = yes; then
13229 cat >>confdefs.h <<_ACEOF
13230 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
13236 LIBS="$ac_save_LIBS"
13237 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13238 case "x$with_curses" in
13239 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13241 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13242 This is an error since --with-curses was requested." >&5
13243 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13244 This is an error since --with-curses was requested." >&2;}
13245 { (exit 1); exit 1; }; } ;;
13250 # Extract the first word of "sane-config", so it can be a program name with args.
13251 set dummy sane-config; ac_word=$2
13252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13254 if test "${ac_cv_prog_sane_devel+set}" = set; then
13255 echo $ECHO_N "(cached) $ECHO_C" >&6
13257 if test -n "$sane_devel"; then
13258 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13261 for as_dir in $PATH
13264 test -z "$as_dir" && as_dir=.
13265 for ac_exec_ext in '' $ac_executable_extensions; do
13266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13267 ac_cv_prog_sane_devel="sane-config"
13268 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13275 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13278 sane_devel=$ac_cv_prog_sane_devel
13279 if test -n "$sane_devel"; then
13280 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13281 echo "${ECHO_T}$sane_devel" >&6; }
13283 { echo "$as_me:$LINENO: result: no" >&5
13284 echo "${ECHO_T}no" >&6; }
13288 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13290 ac_sane_incl="`$sane_devel --cflags`"
13291 ac_sane_libs="`$sane_devel --ldflags`"
13292 ac_save_CPPFLAGS="$CPPFLAGS"
13293 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13294 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13295 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13296 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13297 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13298 echo $ECHO_N "(cached) $ECHO_C" >&6
13300 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13301 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13303 # Is the header compilable?
13304 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13305 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13306 cat >conftest.$ac_ext <<_ACEOF
13309 cat confdefs.h >>conftest.$ac_ext
13310 cat >>conftest.$ac_ext <<_ACEOF
13311 /* end confdefs.h. */
13312 $ac_includes_default
13313 #include <sane/sane.h>
13315 rm -f conftest.$ac_objext
13316 if { (ac_try="$ac_compile"
13317 case "(($ac_try" in
13318 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13319 *) ac_try_echo
=$ac_try;;
13321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13322 (eval "$ac_compile") 2>conftest.er1
13324 grep -v '^ *+' conftest.er1
>conftest.err
13326 cat conftest.err
>&5
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); } && {
13329 test -z "$ac_c_werror_flag" ||
13330 test ! -s conftest.err
13331 } && test -s conftest.
$ac_objext; then
13332 ac_header_compiler
=yes
13334 echo "$as_me: failed program was:" >&5
13335 sed 's/^/| /' conftest.
$ac_ext >&5
13337 ac_header_compiler
=no
13340 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13341 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13342 echo "${ECHO_T}$ac_header_compiler" >&6; }
13344 # Is the header present?
13345 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13346 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13347 cat >conftest.
$ac_ext <<_ACEOF
13350 cat confdefs.h
>>conftest.
$ac_ext
13351 cat >>conftest.
$ac_ext <<_ACEOF
13352 /* end confdefs.h. */
13353 #include <sane/sane.h>
13355 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13356 case "(($ac_try" in
13357 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13358 *) ac_try_echo=$ac_try;;
13360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13361 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13363 grep -v '^ *+' conftest.er1 >conftest.err
13365 cat conftest.err >&5
13366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13367 (exit $ac_status); } >/dev/null && {
13368 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13369 test ! -s conftest.err
13371 ac_header_preproc=yes
13373 echo "$as_me: failed program was:" >&5
13374 sed 's/^/| /' conftest.$ac_ext >&5
13376 ac_header_preproc=no
13379 rm -f conftest.err conftest.$ac_ext
13380 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13381 echo "${ECHO_T}$ac_header_preproc" >&6; }
13383 # So? What about this header?
13384 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13386 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13387 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13388 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13389 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13390 ac_header_preproc=yes
13393 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13394 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13395 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13396 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13397 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13398 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13399 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13400 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13401 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13402 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13403 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13404 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13406 ## ------------------------------------ ##
13407 ## Report this to wine-devel@winehq.org ##
13408 ## ------------------------------------ ##
13410 ) | sed "s/^/$as_me: WARNING: /" >&2
13413 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13414 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13415 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13416 echo $ECHO_N "(cached) $ECHO_C" >&6
13418 ac_cv_header_sane_sane_h=$ac_header_preproc
13420 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13421 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13424 if test $ac_cv_header_sane_sane_h = yes; then
13425 { echo "$as_me:$LINENO: checking for -lsane" >&5
13426 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13427 if test "${ac_cv_lib_soname_sane+set}" = set; then
13428 echo $ECHO_N "(cached) $ECHO_C" >&6
13430 ac_check_soname_save_LIBS=$LIBS
13431 LIBS="-lsane $ac_sane_libs $LIBS"
13432 cat >conftest.$ac_ext <<_ACEOF
13435 cat confdefs.h >>conftest.$ac_ext
13436 cat >>conftest.$ac_ext <<_ACEOF
13437 /* end confdefs.h. */
13439 /* Override any GCC internal prototype to avoid an error.
13440 Use char because int might match the return type of a GCC
13441 builtin and then its argument prototype would still apply. */
13449 return sane_init ();
13454 rm -f conftest.$ac_objext conftest$ac_exeext
13455 if { (ac_try="$ac_link"
13456 case "(($ac_try" in
13457 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13458 *) ac_try_echo
=$ac_try;;
13460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13461 (eval "$ac_link") 2>conftest.er1
13463 grep -v '^ *+' conftest.er1
>conftest.err
13465 cat conftest.err
>&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && {
13468 test -z "$ac_c_werror_flag" ||
13469 test ! -s conftest.err
13470 } && test -s conftest
$ac_exeext &&
13471 $as_test_x conftest
$ac_exeext; then
13474 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'` ;;
13475 *) ac_cv_lib_soname_sane
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13478 echo "$as_me: failed program was:" >&5
13479 sed 's/^/| /' conftest.
$ac_ext >&5
13484 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13485 conftest
$ac_exeext conftest.
$ac_ext
13486 LIBS
=$ac_check_soname_save_LIBS
13488 if test "x$ac_cv_lib_soname_sane" = "x"; then
13489 { echo "$as_me:$LINENO: result: not found" >&5
13490 echo "${ECHO_T}not found" >&6; }
13493 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13494 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13496 cat >>confdefs.h
<<_ACEOF
13497 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13500 SANEINCL
="$ac_sane_incl"
13507 CPPFLAGS
="$ac_save_CPPFLAGS"
13509 if test "x$ac_cv_lib_soname_sane" = "x"; then
13510 case "x$with_sane" in
13511 x
) wine_notices
="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13513 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13514 This is an error since --with-sane was requested." >&5
13515 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13516 This is an error since --with-sane was requested." >&2;}
13517 { (exit 1); exit 1; }; } ;;
13522 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13523 set dummy gphoto2-config
; ac_word
=$2
13524 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13526 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13527 echo $ECHO_N "(cached) $ECHO_C" >&6
13529 if test -n "$gphoto2_devel"; then
13530 ac_cv_prog_gphoto2_devel
="$gphoto2_devel" # Let the user override the test.
13532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13533 for as_dir
in $PATH
13536 test -z "$as_dir" && as_dir
=.
13537 for ac_exec_ext
in '' $ac_executable_extensions; do
13538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13539 ac_cv_prog_gphoto2_devel
="gphoto2-config"
13540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13547 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel
="no"
13550 gphoto2_devel
=$ac_cv_prog_gphoto2_devel
13551 if test -n "$gphoto2_devel"; then
13552 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13553 echo "${ECHO_T}$gphoto2_devel" >&6; }
13555 { echo "$as_me:$LINENO: result: no" >&5
13556 echo "${ECHO_T}no" >&6; }
13560 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13561 set dummy gphoto2-port-config
; ac_word
=$2
13562 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13564 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13565 echo $ECHO_N "(cached) $ECHO_C" >&6
13567 if test -n "$gphoto2port_devel"; then
13568 ac_cv_prog_gphoto2port_devel
="$gphoto2port_devel" # Let the user override the test.
13570 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13571 for as_dir
in $PATH
13574 test -z "$as_dir" && as_dir
=.
13575 for ac_exec_ext
in '' $ac_executable_extensions; do
13576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13577 ac_cv_prog_gphoto2port_devel
="gphoto2-port-config"
13578 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13585 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel
="no"
13588 gphoto2port_devel
=$ac_cv_prog_gphoto2port_devel
13589 if test -n "$gphoto2port_devel"; then
13590 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13591 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13593 { echo "$as_me:$LINENO: result: no" >&5
13594 echo "${ECHO_T}no" >&6; }
13598 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13600 ac_gphoto2_incl
="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13602 for i
in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13605 -L/usr
/lib|
-L/usr
/lib64
) ;;
13606 -L*|
-l*) ac_gphoto2_libs
="$ac_gphoto2_libs $i";;
13609 ac_save_CPPFLAGS
="$CPPFLAGS"
13610 CPPFLAGS
="$CPPFLAGS $ac_gphoto2_incl"
13611 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13612 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13613 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13614 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13615 echo $ECHO_N "(cached) $ECHO_C" >&6
13617 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13618 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13620 # Is the header compilable?
13621 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13622 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13623 cat >conftest.
$ac_ext <<_ACEOF
13626 cat confdefs.h
>>conftest.
$ac_ext
13627 cat >>conftest.
$ac_ext <<_ACEOF
13628 /* end confdefs.h. */
13629 $ac_includes_default
13630 #include <gphoto2-camera.h>
13632 rm -f conftest.
$ac_objext
13633 if { (ac_try
="$ac_compile"
13634 case "(($ac_try" in
13635 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13636 *) ac_try_echo=$ac_try;;
13638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13639 (eval "$ac_compile") 2>conftest.er1
13641 grep -v '^ *+' conftest.er1 >conftest.err
13643 cat conftest.err >&5
13644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13645 (exit $ac_status); } && {
13646 test -z "$ac_c_werror_flag" ||
13647 test ! -s conftest.err
13648 } && test -s conftest.$ac_objext; then
13649 ac_header_compiler=yes
13651 echo "$as_me: failed program was:" >&5
13652 sed 's/^/| /' conftest.$ac_ext >&5
13654 ac_header_compiler=no
13657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13658 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13659 echo "${ECHO_T}$ac_header_compiler" >&6; }
13661 # Is the header present?
13662 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13663 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13664 cat >conftest.$ac_ext <<_ACEOF
13667 cat confdefs.h >>conftest.$ac_ext
13668 cat >>conftest.$ac_ext <<_ACEOF
13669 /* end confdefs.h. */
13670 #include <gphoto2-camera.h>
13672 if { (ac_try="$ac_cpp conftest.$ac_ext"
13673 case "(($ac_try" in
13674 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13675 *) ac_try_echo
=$ac_try;;
13677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13678 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13680 grep -v '^ *+' conftest.er1
>conftest.err
13682 cat conftest.err
>&5
13683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13684 (exit $ac_status); } >/dev
/null
&& {
13685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13686 test ! -s conftest.err
13688 ac_header_preproc
=yes
13690 echo "$as_me: failed program was:" >&5
13691 sed 's/^/| /' conftest.
$ac_ext >&5
13693 ac_header_preproc
=no
13696 rm -f conftest.err conftest.
$ac_ext
13697 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13698 echo "${ECHO_T}$ac_header_preproc" >&6; }
13700 # So? What about this header?
13701 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13703 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13704 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13705 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13706 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13707 ac_header_preproc
=yes
13710 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13711 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13712 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13713 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13714 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13715 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13716 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13717 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13718 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13719 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13720 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13721 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13723 ## ------------------------------------ ##
13724 ## Report this to wine-devel@winehq.org ##
13725 ## ------------------------------------ ##
13727 ) |
sed "s/^/$as_me: WARNING: /" >&2
13730 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13731 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13732 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13733 echo $ECHO_N "(cached) $ECHO_C" >&6
13735 ac_cv_header_gphoto2_camera_h
=$ac_header_preproc
13737 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13738 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13741 if test $ac_cv_header_gphoto2_camera_h = yes; then
13742 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13743 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13744 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13745 echo $ECHO_N "(cached) $ECHO_C" >&6
13747 ac_check_lib_save_LIBS
=$LIBS
13748 LIBS
="-lgphoto2 $ac_gphoto2_libs $LIBS"
13749 cat >conftest.
$ac_ext <<_ACEOF
13752 cat confdefs.h
>>conftest.
$ac_ext
13753 cat >>conftest.
$ac_ext <<_ACEOF
13754 /* end confdefs.h. */
13756 /* Override any GCC internal prototype to avoid an error.
13757 Use char because int might match the return type of a GCC
13758 builtin and then its argument prototype would still apply. */
13762 char gp_camera_new ();
13766 return gp_camera_new ();
13771 rm -f conftest.
$ac_objext conftest
$ac_exeext
13772 if { (ac_try
="$ac_link"
13773 case "(($ac_try" in
13774 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13775 *) ac_try_echo=$ac_try;;
13777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13778 (eval "$ac_link") 2>conftest.er1
13780 grep -v '^ *+' conftest.er1 >conftest.err
13782 cat conftest.err >&5
13783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13784 (exit $ac_status); } && {
13785 test -z "$ac_c_werror_flag" ||
13786 test ! -s conftest.err
13787 } && test -s conftest$ac_exeext &&
13788 $as_test_x conftest$ac_exeext; then
13789 ac_cv_lib_gphoto2_gp_camera_new=yes
13791 echo "$as_me: failed program was:" >&5
13792 sed 's/^/| /' conftest.$ac_ext >&5
13794 ac_cv_lib_gphoto2_gp_camera_new=no
13797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13798 conftest$ac_exeext conftest.$ac_ext
13799 LIBS=$ac_check_lib_save_LIBS
13801 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13802 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13803 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13805 cat >>confdefs.h <<\_ACEOF
13806 #define HAVE_GPHOTO2 1
13809 GPHOTO2LIBS="$ac_gphoto2_libs"
13811 GPHOTO2INCL="$ac_gphoto2_incl"
13818 CPPFLAGS="$ac_save_CPPFLAGS"
13820 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13821 case "x$with_gphoto" in
13822 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13824 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13825 This is an error since --with-gphoto was requested." >&5
13826 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13827 This is an error since --with-gphoto was requested." >&2;}
13828 { (exit 1); exit 1; }; } ;;
13836 if test "$ac_cv_header_resolv_h" = "yes"
13838 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13839 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13840 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13841 echo $ECHO_N "(cached) $ECHO_C" >&6
13843 ac_check_lib_save_LIBS=$LIBS
13844 LIBS="-lresolv $LIBS"
13845 cat >conftest.$ac_ext <<_ACEOF
13848 cat confdefs.h >>conftest.$ac_ext
13849 cat >>conftest.$ac_ext <<_ACEOF
13850 /* end confdefs.h. */
13852 /* Override any GCC internal prototype to avoid an error.
13853 Use char because int might match the return type of a GCC
13854 builtin and then its argument prototype would still apply. */
13862 return res_query ();
13867 rm -f conftest.$ac_objext conftest$ac_exeext
13868 if { (ac_try="$ac_link"
13869 case "(($ac_try" in
13870 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13871 *) ac_try_echo
=$ac_try;;
13873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13874 (eval "$ac_link") 2>conftest.er1
13876 grep -v '^ *+' conftest.er1
>conftest.err
13878 cat conftest.err
>&5
13879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13880 (exit $ac_status); } && {
13881 test -z "$ac_c_werror_flag" ||
13882 test ! -s conftest.err
13883 } && test -s conftest
$ac_exeext &&
13884 $as_test_x conftest
$ac_exeext; then
13885 ac_cv_lib_resolv_res_query
=yes
13887 echo "$as_me: failed program was:" >&5
13888 sed 's/^/| /' conftest.
$ac_ext >&5
13890 ac_cv_lib_resolv_res_query
=no
13893 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13894 conftest
$ac_exeext conftest.
$ac_ext
13895 LIBS
=$ac_check_lib_save_LIBS
13897 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13898 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13899 if test $ac_cv_lib_resolv_res_query = yes; then
13901 cat >>confdefs.h
<<\_ACEOF
13902 #define HAVE_RESOLV 1
13905 RESOLVLIBS
="-lresolv"
13912 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13914 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13915 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13916 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13917 echo $ECHO_N "(cached) $ECHO_C" >&6
13919 ac_check_lib_save_LIBS
=$LIBS
13920 LIBS
="-llcms $LIBS"
13921 cat >conftest.
$ac_ext <<_ACEOF
13924 cat confdefs.h
>>conftest.
$ac_ext
13925 cat >>conftest.
$ac_ext <<_ACEOF
13926 /* end confdefs.h. */
13928 /* Override any GCC internal prototype to avoid an error.
13929 Use char because int might match the return type of a GCC
13930 builtin and then its argument prototype would still apply. */
13934 char cmsOpenProfileFromFile ();
13938 return cmsOpenProfileFromFile ();
13943 rm -f conftest.
$ac_objext conftest
$ac_exeext
13944 if { (ac_try
="$ac_link"
13945 case "(($ac_try" in
13946 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13947 *) ac_try_echo=$ac_try;;
13949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13950 (eval "$ac_link") 2>conftest.er1
13952 grep -v '^ *+' conftest.er1 >conftest.err
13954 cat conftest.err >&5
13955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13956 (exit $ac_status); } && {
13957 test -z "$ac_c_werror_flag" ||
13958 test ! -s conftest.err
13959 } && test -s conftest$ac_exeext &&
13960 $as_test_x conftest$ac_exeext; then
13961 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13963 echo "$as_me: failed program was:" >&5
13964 sed 's/^/| /' conftest.$ac_ext >&5
13966 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13970 conftest$ac_exeext conftest.$ac_ext
13971 LIBS=$ac_check_lib_save_LIBS
13973 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13974 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13975 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13977 cat >>confdefs.h <<\_ACEOF
13978 #define HAVE_LCMS 1
13985 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13986 case "x$with_cms" in
13987 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13989 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13990 This is an error since --with-cms was requested." >&5
13991 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13992 This is an error since --with-cms was requested." >&2;}
13993 { (exit 1); exit 1; }; } ;;
13998 for ac_prog in freetype-config freetype2-config
14000 # Extract the first word of "$ac_prog", so it can be a program name with args.
14001 set dummy $ac_prog; ac_word=$2
14002 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14004 if test "${ac_cv_prog_ft_devel+set}" = set; then
14005 echo $ECHO_N "(cached) $ECHO_C" >&6
14007 if test -n "$ft_devel"; then
14008 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14011 for as_dir in $PATH
14014 test -z "$as_dir" && as_dir=.
14015 for ac_exec_ext in '' $ac_executable_extensions; do
14016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14017 ac_cv_prog_ft_devel="$ac_prog"
14018 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14027 ft_devel=$ac_cv_prog_ft_devel
14028 if test -n "$ft_devel"; then
14029 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14030 echo "${ECHO_T}$ft_devel" >&6; }
14032 { echo "$as_me:$LINENO: result: no" >&5
14033 echo "${ECHO_T}no" >&6; }
14037 test -n "$ft_devel" && break
14039 test -n "$ft_devel" || ft_devel="false"
14041 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14043 ac_freetype_libs=`$ft_devel --libs`
14044 ac_freetype_incl=`$ft_devel --cflags`
14045 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14046 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14047 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14048 echo $ECHO_N "(cached) $ECHO_C" >&6
14050 ac_check_soname_save_LIBS=$LIBS
14051 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14052 cat >conftest.$ac_ext <<_ACEOF
14055 cat confdefs.h >>conftest.$ac_ext
14056 cat >>conftest.$ac_ext <<_ACEOF
14057 /* end confdefs.h. */
14059 /* Override any GCC internal prototype to avoid an error.
14060 Use char because int might match the return type of a GCC
14061 builtin and then its argument prototype would still apply. */
14065 char FT_Init_FreeType ();
14069 return FT_Init_FreeType ();
14074 rm -f conftest.$ac_objext conftest$ac_exeext
14075 if { (ac_try="$ac_link"
14076 case "(($ac_try" in
14077 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14078 *) ac_try_echo
=$ac_try;;
14080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14081 (eval "$ac_link") 2>conftest.er1
14083 grep -v '^ *+' conftest.er1
>conftest.err
14085 cat conftest.err
>&5
14086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14087 (exit $ac_status); } && {
14088 test -z "$ac_c_werror_flag" ||
14089 test ! -s conftest.err
14090 } && test -s conftest
$ac_exeext &&
14091 $as_test_x conftest
$ac_exeext; then
14094 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'` ;;
14095 *) ac_cv_lib_soname_freetype
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14098 echo "$as_me: failed program was:" >&5
14099 sed 's/^/| /' conftest.
$ac_ext >&5
14104 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14105 conftest
$ac_exeext conftest.
$ac_ext
14106 LIBS
=$ac_check_soname_save_LIBS
14108 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14109 { echo "$as_me:$LINENO: result: not found" >&5
14110 echo "${ECHO_T}not found" >&6; }
14113 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14114 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14116 cat >>confdefs.h
<<_ACEOF
14117 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14123 if test "$ft_lib" = "yes"
14125 ac_save_CPPFLAGS
="$CPPFLAGS"
14126 CPPFLAGS
="$ac_freetype_incl $CPPFLAGS"
14139 for ac_header
in ft2build.h \
14140 freetype
/freetype.h \
14141 freetype
/ftglyph.h \
14142 freetype
/fttypes.h \
14143 freetype
/tttables.h \
14144 freetype
/ftnames.h \
14145 freetype
/ftsnames.h \
14146 freetype
/ttnameid.h \
14147 freetype
/ftoutln.h \
14148 freetype
/ftwinfnt.h \
14149 freetype
/ftmodapi.h \
14150 freetype
/internal
/sfnt.h
14152 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14153 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14154 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14155 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14156 echo $ECHO_N "(cached) $ECHO_C" >&6
14158 cat >conftest.
$ac_ext <<_ACEOF
14161 cat confdefs.h
>>conftest.
$ac_ext
14162 cat >>conftest.
$ac_ext <<_ACEOF
14163 /* end confdefs.h. */
14164 #ifdef HAVE_FT2BUILD_H
14165 # include <ft2build.h>
14168 #include <$ac_header>
14170 rm -f conftest.
$ac_objext
14171 if { (ac_try
="$ac_compile"
14172 case "(($ac_try" in
14173 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14174 *) ac_try_echo=$ac_try;;
14176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14177 (eval "$ac_compile") 2>conftest.er1
14179 grep -v '^ *+' conftest.er1 >conftest.err
14181 cat conftest.err >&5
14182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14183 (exit $ac_status); } && {
14184 test -z "$ac_c_werror_flag" ||
14185 test ! -s conftest.err
14186 } && test -s conftest.$ac_objext; then
14187 eval "$as_ac_Header=yes"
14189 echo "$as_me: failed program was:" >&5
14190 sed 's/^/| /' conftest.$ac_ext >&5
14192 eval "$as_ac_Header=no"
14195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14197 ac_res=`eval echo '${'$as_ac_Header'}'`
14198 { echo "$as_me:$LINENO: result: $ac_res" >&5
14199 echo "${ECHO_T}$ac_res" >&6; }
14200 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14201 cat >>confdefs.h <<_ACEOF
14202 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
14209 cat >conftest.$ac_ext <<_ACEOF
14212 cat confdefs.h >>conftest.$ac_ext
14213 cat >>conftest.$ac_ext <<_ACEOF
14214 /* end confdefs.h. */
14215 #include <ft2build.h>
14216 #include <freetype/fttrigon.h>
14218 if { (ac_try="$ac_cpp conftest.$ac_ext"
14219 case "(($ac_try" in
14220 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14221 *) ac_try_echo
=$ac_try;;
14223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14224 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14226 grep -v '^ *+' conftest.er1
>conftest.err
14228 cat conftest.err
>&5
14229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14230 (exit $ac_status); } >/dev
/null
&& {
14231 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14232 test ! -s conftest.err
14235 cat >>confdefs.h
<<\_ACEOF
14236 #define HAVE_FREETYPE_FTTRIGON_H 1
14239 wine_cv_fttrigon
=yes
14241 echo "$as_me: failed program was:" >&5
14242 sed 's/^/| /' conftest.
$ac_ext >&5
14244 wine_cv_fttrigon
=no
14247 rm -f conftest.err conftest.
$ac_ext
14248 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14249 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14250 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14251 echo $ECHO_N "(cached) $ECHO_C" >&6
14253 cat >conftest.
$ac_ext <<_ACEOF
14256 cat confdefs.h
>>conftest.
$ac_ext
14257 cat >>conftest.
$ac_ext <<_ACEOF
14258 /* end confdefs.h. */
14259 #include <freetype/ftmodapi.h>
14261 typedef FT_TrueTypeEngineType ac__type_new_;
14265 if ((ac__type_new_ *) 0)
14267 if (sizeof (ac__type_new_))
14273 rm -f conftest.
$ac_objext
14274 if { (ac_try
="$ac_compile"
14275 case "(($ac_try" in
14276 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14277 *) ac_try_echo=$ac_try;;
14279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14280 (eval "$ac_compile") 2>conftest.er1
14282 grep -v '^ *+' conftest.er1 >conftest.err
14284 cat conftest.err >&5
14285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14286 (exit $ac_status); } && {
14287 test -z "$ac_c_werror_flag" ||
14288 test ! -s conftest.err
14289 } && test -s conftest.$ac_objext; then
14290 ac_cv_type_FT_TrueTypeEngineType=yes
14292 echo "$as_me: failed program was:" >&5
14293 sed 's/^/| /' conftest.$ac_ext >&5
14295 ac_cv_type_FT_TrueTypeEngineType=no
14298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14300 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14301 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14302 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14304 cat >>confdefs.h <<_ACEOF
14305 #define HAVE_FT_TRUETYPEENGINETYPE 1
14311 ac_save_CFLAGS="$CFLAGS"
14312 CFLAGS="$CFLAGS $ac_freetype_libs"
14314 for ac_func in FT_Load_Sfnt_Table
14316 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14317 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14318 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14319 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14320 echo $ECHO_N "(cached) $ECHO_C" >&6
14322 cat >conftest.$ac_ext <<_ACEOF
14325 cat confdefs.h >>conftest.$ac_ext
14326 cat >>conftest.$ac_ext <<_ACEOF
14327 /* end confdefs.h. */
14328 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14329 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14330 #define $ac_func innocuous_$ac_func
14332 /* System header to define __stub macros and hopefully few prototypes,
14333 which can conflict with char $ac_func (); below.
14334 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14335 <limits.h> exists even on freestanding compilers. */
14338 # include <limits.h>
14340 # include <assert.h>
14345 /* Override any GCC internal prototype to avoid an error.
14346 Use char because int might match the return type of a GCC
14347 builtin and then its argument prototype would still apply. */
14352 /* The GNU C library defines this for functions which it implements
14353 to always fail with ENOSYS. Some functions are actually named
14354 something starting with __ and the normal name is an alias. */
14355 #if defined __stub_$ac_func || defined __stub___$ac_func
14362 return $ac_func ();
14367 rm -f conftest.$ac_objext conftest$ac_exeext
14368 if { (ac_try="$ac_link"
14369 case "(($ac_try" in
14370 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14371 *) ac_try_echo
=$ac_try;;
14373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14374 (eval "$ac_link") 2>conftest.er1
14376 grep -v '^ *+' conftest.er1
>conftest.err
14378 cat conftest.err
>&5
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); } && {
14381 test -z "$ac_c_werror_flag" ||
14382 test ! -s conftest.err
14383 } && test -s conftest
$ac_exeext &&
14384 $as_test_x conftest
$ac_exeext; then
14385 eval "$as_ac_var=yes"
14387 echo "$as_me: failed program was:" >&5
14388 sed 's/^/| /' conftest.
$ac_ext >&5
14390 eval "$as_ac_var=no"
14393 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14394 conftest
$ac_exeext conftest.
$ac_ext
14396 ac_res
=`eval echo '${'$as_ac_var'}'`
14397 { echo "$as_me:$LINENO: result: $ac_res" >&5
14398 echo "${ECHO_T}$ac_res" >&6; }
14399 if test `eval echo '${'$as_ac_var'}'` = yes; then
14400 cat >>confdefs.h
<<_ACEOF
14401 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14407 CFLAGS
="$ac_save_CFLAGS"
14408 CPPFLAGS
="$ac_save_CPPFLAGS"
14409 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14412 cat >>confdefs.h
<<\_ACEOF
14413 #define HAVE_FREETYPE 1
14416 FREETYPELIBS
="$ac_freetype_libs"
14418 FREETYPEINCL
="$ac_freetype_incl"
14423 if test "x$FREETYPELIBS" = "x"; then
14424 case "x$with_freetype" in
14426 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14427 Fonts will not be built. Dialog text may be invisible or unaligned.
14428 Use the --without-freetype option if you really want this." >&5
14429 echo "$as_me: error: FreeType development files not found.
14430 Fonts will not be built. Dialog text may be invisible or unaligned.
14431 Use the --without-freetype option if you really want this." >&2;}
14432 { (exit 1); exit 1; }; } ;;
14436 test "x$FREETYPELIBS" = "x" && enable_fonts
=${enable_fonts:-no}
14438 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14439 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14440 if test "${ac_cv_c_ppdev+set}" = set; then
14441 echo $ECHO_N "(cached) $ECHO_C" >&6
14443 cat >conftest.
$ac_ext <<_ACEOF
14446 cat confdefs.h
>>conftest.
$ac_ext
14447 cat >>conftest.
$ac_ext <<_ACEOF
14448 /* end confdefs.h. */
14449 #include <linux/ppdev.h>
14453 ioctl (1,PPCLAIM,0)
14458 rm -f conftest.
$ac_objext
14459 if { (ac_try
="$ac_compile"
14460 case "(($ac_try" in
14461 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14462 *) ac_try_echo=$ac_try;;
14464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14465 (eval "$ac_compile") 2>conftest.er1
14467 grep -v '^ *+' conftest.er1 >conftest.err
14469 cat conftest.err >&5
14470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14471 (exit $ac_status); } && {
14472 test -z "$ac_c_werror_flag" ||
14473 test ! -s conftest.err
14474 } && test -s conftest.$ac_objext; then
14475 ac_cv_c_ppdev="yes"
14477 echo "$as_me: failed program was:" >&5
14478 sed 's/^/| /' conftest.$ac_ext >&5
14483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14485 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14486 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14487 if test "$ac_cv_c_ppdev" = "yes"
14490 cat >>confdefs.h <<\_ACEOF
14491 #define HAVE_PPDEV 1
14496 { echo "$as_me:$LINENO: checking for va_copy" >&5
14497 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14498 if test "${ac_cv_c_va_copy+set}" = set; then
14499 echo $ECHO_N "(cached) $ECHO_C" >&6
14501 cat >conftest.$ac_ext <<_ACEOF
14504 cat confdefs.h >>conftest.$ac_ext
14505 cat >>conftest.$ac_ext <<_ACEOF
14506 /* end confdefs.h. */
14507 #include <stdarg.h>
14511 va_list ap1, ap2; va_copy(ap1,ap2);
14516 rm -f conftest.$ac_objext conftest$ac_exeext
14517 if { (ac_try="$ac_link"
14518 case "(($ac_try" in
14519 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14520 *) ac_try_echo
=$ac_try;;
14522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14523 (eval "$ac_link") 2>conftest.er1
14525 grep -v '^ *+' conftest.er1
>conftest.err
14527 cat conftest.err
>&5
14528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14529 (exit $ac_status); } && {
14530 test -z "$ac_c_werror_flag" ||
14531 test ! -s conftest.err
14532 } && test -s conftest
$ac_exeext &&
14533 $as_test_x conftest
$ac_exeext; then
14534 ac_cv_c_va_copy
="yes"
14536 echo "$as_me: failed program was:" >&5
14537 sed 's/^/| /' conftest.
$ac_ext >&5
14539 ac_cv_c_va_copy
="no"
14542 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14543 conftest
$ac_exeext conftest.
$ac_ext
14546 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14547 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14548 if test "$ac_cv_c_va_copy" = "yes"
14551 cat >>confdefs.h
<<\_ACEOF
14552 #define HAVE_VA_COPY 1
14556 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14557 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14558 if test "${ac_cv_c___va_copy+set}" = set; then
14559 echo $ECHO_N "(cached) $ECHO_C" >&6
14561 cat >conftest.
$ac_ext <<_ACEOF
14564 cat confdefs.h
>>conftest.
$ac_ext
14565 cat >>conftest.
$ac_ext <<_ACEOF
14566 /* end confdefs.h. */
14567 #include <stdarg.h>
14571 va_list ap1, ap2; __va_copy(ap1,ap2);
14576 rm -f conftest.
$ac_objext conftest
$ac_exeext
14577 if { (ac_try
="$ac_link"
14578 case "(($ac_try" in
14579 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14580 *) ac_try_echo=$ac_try;;
14582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14583 (eval "$ac_link") 2>conftest.er1
14585 grep -v '^ *+' conftest.er1 >conftest.err
14587 cat conftest.err >&5
14588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } && {
14590 test -z "$ac_c_werror_flag" ||
14591 test ! -s conftest.err
14592 } && test -s conftest$ac_exeext &&
14593 $as_test_x conftest$ac_exeext; then
14594 ac_cv_c___va_copy="yes"
14596 echo "$as_me: failed program was:" >&5
14597 sed 's/^/| /' conftest.$ac_ext >&5
14599 ac_cv_c___va_copy="no"
14602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14603 conftest$ac_exeext conftest.$ac_ext
14606 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14607 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14608 if test "$ac_cv_c___va_copy" = "yes"
14611 cat >>confdefs.h <<\_ACEOF
14612 #define HAVE___VA_COPY 1
14617 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14618 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14619 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14620 echo $ECHO_N "(cached) $ECHO_C" >&6
14622 cat >conftest.$ac_ext <<_ACEOF
14625 cat confdefs.h >>conftest.$ac_ext
14626 cat >>conftest.$ac_ext <<_ACEOF
14627 /* end confdefs.h. */
14628 #define _GNU_SOURCE
14629 #include <pthread.h>
14631 typedef pthread_rwlock_t ac__type_new_;
14635 if ((ac__type_new_ *) 0)
14637 if (sizeof (ac__type_new_))
14643 rm -f conftest.$ac_objext
14644 if { (ac_try="$ac_compile"
14645 case "(($ac_try" in
14646 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14647 *) ac_try_echo
=$ac_try;;
14649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14650 (eval "$ac_compile") 2>conftest.er1
14652 grep -v '^ *+' conftest.er1
>conftest.err
14654 cat conftest.err
>&5
14655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14656 (exit $ac_status); } && {
14657 test -z "$ac_c_werror_flag" ||
14658 test ! -s conftest.err
14659 } && test -s conftest.
$ac_objext; then
14660 ac_cv_type_pthread_rwlock_t
=yes
14662 echo "$as_me: failed program was:" >&5
14663 sed 's/^/| /' conftest.
$ac_ext >&5
14665 ac_cv_type_pthread_rwlock_t
=no
14668 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14670 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14671 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14672 if test $ac_cv_type_pthread_rwlock_t = yes; then
14674 cat >>confdefs.h
<<_ACEOF
14675 #define HAVE_PTHREAD_RWLOCK_T 1
14680 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14681 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14682 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14683 echo $ECHO_N "(cached) $ECHO_C" >&6
14685 cat >conftest.
$ac_ext <<_ACEOF
14688 cat confdefs.h
>>conftest.
$ac_ext
14689 cat >>conftest.
$ac_ext <<_ACEOF
14690 /* end confdefs.h. */
14691 #define _GNU_SOURCE
14692 #include <pthread.h>
14694 typedef pthread_rwlockattr_t ac__type_new_;
14698 if ((ac__type_new_ *) 0)
14700 if (sizeof (ac__type_new_))
14706 rm -f conftest.
$ac_objext
14707 if { (ac_try
="$ac_compile"
14708 case "(($ac_try" in
14709 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14710 *) ac_try_echo=$ac_try;;
14712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14713 (eval "$ac_compile") 2>conftest.er1
14715 grep -v '^ *+' conftest.er1 >conftest.err
14717 cat conftest.err >&5
14718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14719 (exit $ac_status); } && {
14720 test -z "$ac_c_werror_flag" ||
14721 test ! -s conftest.err
14722 } && test -s conftest.$ac_objext; then
14723 ac_cv_type_pthread_rwlockattr_t=yes
14725 echo "$as_me: failed program was:" >&5
14726 sed 's/^/| /' conftest.$ac_ext >&5
14728 ac_cv_type_pthread_rwlockattr_t=no
14731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14733 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14734 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14735 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14737 cat >>confdefs.h <<_ACEOF
14738 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14745 ac_wine_check_funcs_save_LIBS="$LIBS"
14746 LIBS="$LIBS $LIBPTHREAD"
14752 pthread_attr_get_np \
14753 pthread_getattr_np \
14754 pthread_get_stackaddr_np \
14755 pthread_get_stacksize_np
14757 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
14758 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14759 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14760 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14761 echo $ECHO_N "(cached) $ECHO_C" >&6
14763 cat >conftest.$ac_ext <<_ACEOF
14766 cat confdefs.h >>conftest.$ac_ext
14767 cat >>conftest.$ac_ext <<_ACEOF
14768 /* end confdefs.h. */
14769 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14770 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14771 #define $ac_func innocuous_$ac_func
14773 /* System header to define __stub macros and hopefully few prototypes,
14774 which can conflict with char $ac_func (); below.
14775 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14776 <limits.h> exists even on freestanding compilers. */
14779 # include <limits.h>
14781 # include <assert.h>
14786 /* Override any GCC internal prototype to avoid an error.
14787 Use char because int might match the return type of a GCC
14788 builtin and then its argument prototype would still apply. */
14793 /* The GNU C library defines this for functions which it implements
14794 to always fail with ENOSYS. Some functions are actually named
14795 something starting with __ and the normal name is an alias. */
14796 #if defined __stub_$ac_func || defined __stub___$ac_func
14803 return $ac_func ();
14808 rm -f conftest.$ac_objext conftest$ac_exeext
14809 if { (ac_try="$ac_link"
14810 case "(($ac_try" in
14811 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14812 *) ac_try_echo
=$ac_try;;
14814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14815 (eval "$ac_link") 2>conftest.er1
14817 grep -v '^ *+' conftest.er1
>conftest.err
14819 cat conftest.err
>&5
14820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14821 (exit $ac_status); } && {
14822 test -z "$ac_c_werror_flag" ||
14823 test ! -s conftest.err
14824 } && test -s conftest
$ac_exeext &&
14825 $as_test_x conftest
$ac_exeext; then
14826 eval "$as_ac_var=yes"
14828 echo "$as_me: failed program was:" >&5
14829 sed 's/^/| /' conftest.
$ac_ext >&5
14831 eval "$as_ac_var=no"
14834 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14835 conftest
$ac_exeext conftest.
$ac_ext
14837 ac_res
=`eval echo '${'$as_ac_var'}'`
14838 { echo "$as_me:$LINENO: result: $ac_res" >&5
14839 echo "${ECHO_T}$ac_res" >&6; }
14840 if test `eval echo '${'$as_ac_var'}'` = yes; then
14841 cat >>confdefs.h
<<_ACEOF
14842 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14848 LIBS
="$ac_wine_check_funcs_save_LIBS"
14850 # Extract the first word of "esd-config", so it can be a program name with args.
14851 set dummy esd-config
; ac_word
=$2
14852 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14853 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14854 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14855 echo $ECHO_N "(cached) $ECHO_C" >&6
14859 ac_cv_path_ESDCONFIG
="$ESDCONFIG" # Let the user override the test with a path.
14862 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14863 for as_dir
in $PATH
14866 test -z "$as_dir" && as_dir
=.
14867 for ac_exec_ext
in '' $ac_executable_extensions; do
14868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14869 ac_cv_path_ESDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
14870 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14880 ESDCONFIG
=$ac_cv_path_ESDCONFIG
14881 if test -n "$ESDCONFIG"; then
14882 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14883 echo "${ECHO_T}$ESDCONFIG" >&6; }
14885 { echo "$as_me:$LINENO: result: no" >&5
14886 echo "${ECHO_T}no" >&6; }
14890 if test "x$with_esd" != xno
-a "x$ESDCONFIG" != x
-a "x$ESDCONFIG" != x
'"$ESDCONFIG"';
14893 for i
in `$ESDCONFIG --cflags`
14896 -I*) ac_esd_incl
="$ac_esd_incl $i";;
14899 ac_esd_libs
=`$ESDCONFIG --libs`
14900 save_CFLAGS
="$CFLAGS"
14901 CFLAGS
="$CFLAGS $ac_esd_incl"
14902 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14903 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14904 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14905 echo $ECHO_N "(cached) $ECHO_C" >&6
14907 ac_check_lib_save_LIBS
=$LIBS
14908 LIBS
="-lesd $ac_esd_libs $LIBS"
14909 cat >conftest.
$ac_ext <<_ACEOF
14912 cat confdefs.h
>>conftest.
$ac_ext
14913 cat >>conftest.
$ac_ext <<_ACEOF
14914 /* end confdefs.h. */
14916 /* Override any GCC internal prototype to avoid an error.
14917 Use char because int might match the return type of a GCC
14918 builtin and then its argument prototype would still apply. */
14922 char esd_open_sound ();
14926 return esd_open_sound ();
14931 rm -f conftest.
$ac_objext conftest
$ac_exeext
14932 if { (ac_try
="$ac_link"
14933 case "(($ac_try" in
14934 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14935 *) ac_try_echo=$ac_try;;
14937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14938 (eval "$ac_link") 2>conftest.er1
14940 grep -v '^ *+' conftest.er1 >conftest.err
14942 cat conftest.err >&5
14943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14944 (exit $ac_status); } && {
14945 test -z "$ac_c_werror_flag" ||
14946 test ! -s conftest.err
14947 } && test -s conftest$ac_exeext &&
14948 $as_test_x conftest$ac_exeext; then
14949 ac_cv_lib_esd_esd_open_sound=yes
14951 echo "$as_me: failed program was:" >&5
14952 sed 's/^/| /' conftest.$ac_ext >&5
14954 ac_cv_lib_esd_esd_open_sound=no
14957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14958 conftest$ac_exeext conftest.$ac_ext
14959 LIBS=$ac_check_lib_save_LIBS
14961 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14962 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14963 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14964 ESDINCL="$ac_esd_incl"
14966 ESDLIBS="$ac_esd_libs"
14969 cat >>confdefs.h <<\_ACEOF
14975 CFLAGS="$save_CFLAGS"
14980 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14982 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14983 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14984 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14985 echo $ECHO_N "(cached) $ECHO_C" >&6
14987 ac_check_lib_save_LIBS=$LIBS
14988 LIBS="-lasound $LIBS"
14989 cat >conftest.$ac_ext <<_ACEOF
14992 cat confdefs.h >>conftest.$ac_ext
14993 cat >>conftest.$ac_ext <<_ACEOF
14994 /* end confdefs.h. */
14996 /* Override any GCC internal prototype to avoid an error.
14997 Use char because int might match the return type of a GCC
14998 builtin and then its argument prototype would still apply. */
15002 char snd_pcm_hw_params_get_access ();
15006 return snd_pcm_hw_params_get_access ();
15011 rm -f conftest.$ac_objext conftest$ac_exeext
15012 if { (ac_try="$ac_link"
15013 case "(($ac_try" in
15014 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15015 *) ac_try_echo
=$ac_try;;
15017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15018 (eval "$ac_link") 2>conftest.er1
15020 grep -v '^ *+' conftest.er1
>conftest.err
15022 cat conftest.err
>&5
15023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15024 (exit $ac_status); } && {
15025 test -z "$ac_c_werror_flag" ||
15026 test ! -s conftest.err
15027 } && test -s conftest
$ac_exeext &&
15028 $as_test_x conftest
$ac_exeext; then
15029 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=yes
15031 echo "$as_me: failed program was:" >&5
15032 sed 's/^/| /' conftest.
$ac_ext >&5
15034 ac_cv_lib_asound_snd_pcm_hw_params_get_access
=no
15037 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15038 conftest
$ac_exeext conftest.
$ac_ext
15039 LIBS
=$ac_check_lib_save_LIBS
15041 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15042 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15043 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15044 cat >conftest.
$ac_ext <<_ACEOF
15047 cat confdefs.h
>>conftest.
$ac_ext
15048 cat >>conftest.
$ac_ext <<_ACEOF
15049 /* end confdefs.h. */
15050 #ifdef HAVE_ALSA_ASOUNDLIB_H
15051 #include <alsa/asoundlib.h>
15052 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15053 #include <sys/asoundlib.h>
15058 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15063 rm -f conftest.
$ac_objext
15064 if { (ac_try
="$ac_compile"
15065 case "(($ac_try" in
15066 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15067 *) ac_try_echo=$ac_try;;
15069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15070 (eval "$ac_compile") 2>conftest.er1
15072 grep -v '^ *+' conftest.er1 >conftest.err
15074 cat conftest.err >&5
15075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15076 (exit $ac_status); } && {
15077 test -z "$ac_c_werror_flag" ||
15078 test ! -s conftest.err
15079 } && test -s conftest.$ac_objext; then
15081 cat >>confdefs.h <<\_ACEOF
15082 #define HAVE_ALSA 1
15085 ALSALIBS="-lasound"
15087 echo "$as_me: failed program was:" >&5
15088 sed 's/^/| /' conftest.$ac_ext >&5
15093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15100 if test "$ac_cv_header_libaudioio_h" = "yes"
15102 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15103 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15104 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15105 echo $ECHO_N "(cached) $ECHO_C" >&6
15107 ac_check_lib_save_LIBS=$LIBS
15108 LIBS="-laudioio $LIBS"
15109 cat >conftest.$ac_ext <<_ACEOF
15112 cat confdefs.h >>conftest.$ac_ext
15113 cat >>conftest.$ac_ext <<_ACEOF
15114 /* end confdefs.h. */
15116 /* Override any GCC internal prototype to avoid an error.
15117 Use char because int might match the return type of a GCC
15118 builtin and then its argument prototype would still apply. */
15122 char AudioIOGetVersion ();
15126 return AudioIOGetVersion ();
15131 rm -f conftest.$ac_objext conftest$ac_exeext
15132 if { (ac_try="$ac_link"
15133 case "(($ac_try" in
15134 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15135 *) ac_try_echo
=$ac_try;;
15137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15138 (eval "$ac_link") 2>conftest.er1
15140 grep -v '^ *+' conftest.er1
>conftest.err
15142 cat conftest.err
>&5
15143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15144 (exit $ac_status); } && {
15145 test -z "$ac_c_werror_flag" ||
15146 test ! -s conftest.err
15147 } && test -s conftest
$ac_exeext &&
15148 $as_test_x conftest
$ac_exeext; then
15149 ac_cv_lib_audioio_AudioIOGetVersion
=yes
15151 echo "$as_me: failed program was:" >&5
15152 sed 's/^/| /' conftest.
$ac_ext >&5
15154 ac_cv_lib_audioio_AudioIOGetVersion
=no
15157 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15158 conftest
$ac_exeext conftest.
$ac_ext
15159 LIBS
=$ac_check_lib_save_LIBS
15161 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15162 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15163 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15164 AUDIOIOLIBS
="-laudioio"
15166 cat >>confdefs.h
<<\_ACEOF
15167 #define HAVE_LIBAUDIOIO 1
15175 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15177 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15178 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15179 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15180 echo $ECHO_N "(cached) $ECHO_C" >&6
15182 ac_check_soname_save_LIBS
=$LIBS
15183 LIBS
="-lcapi20 $LIBS"
15184 cat >conftest.
$ac_ext <<_ACEOF
15187 cat confdefs.h
>>conftest.
$ac_ext
15188 cat >>conftest.
$ac_ext <<_ACEOF
15189 /* end confdefs.h. */
15191 /* Override any GCC internal prototype to avoid an error.
15192 Use char because int might match the return type of a GCC
15193 builtin and then its argument prototype would still apply. */
15197 char capi20_register ();
15201 return capi20_register ();
15206 rm -f conftest.
$ac_objext conftest
$ac_exeext
15207 if { (ac_try
="$ac_link"
15208 case "(($ac_try" in
15209 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15210 *) ac_try_echo=$ac_try;;
15212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15213 (eval "$ac_link") 2>conftest.er1
15215 grep -v '^ *+' conftest.er1 >conftest.err
15217 cat conftest.err >&5
15218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15219 (exit $ac_status); } && {
15220 test -z "$ac_c_werror_flag" ||
15221 test ! -s conftest.err
15222 } && test -s conftest$ac_exeext &&
15223 $as_test_x conftest$ac_exeext; then
15226 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'` ;;
15227 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcapi20\\.$LIBEXT" |
sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15230 echo "$as_me: failed program was:" >&5
15231 sed 's/^/| /' conftest.$ac_ext >&5
15236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15237 conftest$ac_exeext conftest.$ac_ext
15238 LIBS=$ac_check_soname_save_LIBS
15240 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15241 { echo "$as_me:$LINENO: result: not found" >&5
15242 echo "${ECHO_T}not found" >&6; }
15245 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15246 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15248 cat >>confdefs.h <<_ACEOF
15249 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15256 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15257 case "x$with_capi" in
15258 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15260 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15261 This is an error since --with-capi was requested." >&5
15262 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15263 This is an error since --with-capi was requested." >&2;}
15264 { (exit 1); exit 1; }; } ;;
15271 if test "x$with_cups" != "xno"
15273 ac_save_CPPFLAGS="$CPPFLAGS"
15274 ac_cups_cflags=`cups-config
--cflags 2>/dev
/null
`
15275 ac_cups_libs=`cups-config
--ldflags 2>/dev
/null
`
15276 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15278 for ac_header in cups/cups.h
15280 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15281 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15282 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15283 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15284 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15285 echo $ECHO_N "(cached) $ECHO_C" >&6
15287 ac_res=`eval echo '${'$as_ac_Header'}'`
15288 { echo "$as_me:$LINENO: result: $ac_res" >&5
15289 echo "${ECHO_T}$ac_res" >&6; }
15291 # Is the header compilable?
15292 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15293 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15294 cat >conftest.$ac_ext <<_ACEOF
15297 cat confdefs.h >>conftest.$ac_ext
15298 cat >>conftest.$ac_ext <<_ACEOF
15299 /* end confdefs.h. */
15300 $ac_includes_default
15301 #include <$ac_header>
15303 rm -f conftest.$ac_objext
15304 if { (ac_try="$ac_compile"
15305 case "(($ac_try" in
15306 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15307 *) ac_try_echo
=$ac_try;;
15309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15310 (eval "$ac_compile") 2>conftest.er1
15312 grep -v '^ *+' conftest.er1
>conftest.err
15314 cat conftest.err
>&5
15315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15316 (exit $ac_status); } && {
15317 test -z "$ac_c_werror_flag" ||
15318 test ! -s conftest.err
15319 } && test -s conftest.
$ac_objext; then
15320 ac_header_compiler
=yes
15322 echo "$as_me: failed program was:" >&5
15323 sed 's/^/| /' conftest.
$ac_ext >&5
15325 ac_header_compiler
=no
15328 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15329 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15330 echo "${ECHO_T}$ac_header_compiler" >&6; }
15332 # Is the header present?
15333 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15334 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15335 cat >conftest.
$ac_ext <<_ACEOF
15338 cat confdefs.h
>>conftest.
$ac_ext
15339 cat >>conftest.
$ac_ext <<_ACEOF
15340 /* end confdefs.h. */
15341 #include <$ac_header>
15343 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15344 case "(($ac_try" in
15345 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15346 *) ac_try_echo=$ac_try;;
15348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15349 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15351 grep -v '^ *+' conftest.er1 >conftest.err
15353 cat conftest.err >&5
15354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15355 (exit $ac_status); } >/dev/null && {
15356 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15357 test ! -s conftest.err
15359 ac_header_preproc=yes
15361 echo "$as_me: failed program was:" >&5
15362 sed 's/^/| /' conftest.$ac_ext >&5
15364 ac_header_preproc=no
15367 rm -f conftest.err conftest.$ac_ext
15368 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15369 echo "${ECHO_T}$ac_header_preproc" >&6; }
15371 # So? What about this header?
15372 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15374 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15375 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15376 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15377 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15378 ac_header_preproc=yes
15381 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15382 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15383 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15384 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15386 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15388 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15389 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15390 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15391 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15392 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15394 ## ------------------------------------ ##
15395 ## Report this to wine-devel@winehq.org ##
15396 ## ------------------------------------ ##
15398 ) | sed "s/^/$as_me: WARNING: /" >&2
15401 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15402 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15403 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15404 echo $ECHO_N "(cached) $ECHO_C" >&6
15406 eval "$as_ac_Header=\$ac_header_preproc"
15408 ac_res=`eval echo '${'$as_ac_Header'}'`
15409 { echo "$as_me:$LINENO: result: $ac_res" >&5
15410 echo "${ECHO_T}$ac_res" >&6; }
15413 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15414 cat >>confdefs.h <<_ACEOF
15415 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15417 { echo "$as_me:$LINENO: checking for -lcups" >&5
15418 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15419 if test "${ac_cv_lib_soname_cups+set}" = set; then
15420 echo $ECHO_N "(cached) $ECHO_C" >&6
15422 ac_check_soname_save_LIBS=$LIBS
15423 LIBS="-lcups $ac_cups_libs $LIBS"
15424 cat >conftest.$ac_ext <<_ACEOF
15427 cat confdefs.h >>conftest.$ac_ext
15428 cat >>conftest.$ac_ext <<_ACEOF
15429 /* end confdefs.h. */
15431 /* Override any GCC internal prototype to avoid an error.
15432 Use char because int might match the return type of a GCC
15433 builtin and then its argument prototype would still apply. */
15437 char cupsGetDefault ();
15441 return cupsGetDefault ();
15446 rm -f conftest.$ac_objext conftest$ac_exeext
15447 if { (ac_try="$ac_link"
15448 case "(($ac_try" in
15449 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15450 *) ac_try_echo
=$ac_try;;
15452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15453 (eval "$ac_link") 2>conftest.er1
15455 grep -v '^ *+' conftest.er1
>conftest.err
15457 cat conftest.err
>&5
15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15459 (exit $ac_status); } && {
15460 test -z "$ac_c_werror_flag" ||
15461 test ! -s conftest.err
15462 } && test -s conftest
$ac_exeext &&
15463 $as_test_x conftest
$ac_exeext; then
15466 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'` ;;
15467 *) ac_cv_lib_soname_cups
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15470 echo "$as_me: failed program was:" >&5
15471 sed 's/^/| /' conftest.
$ac_ext >&5
15476 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15477 conftest
$ac_exeext conftest.
$ac_ext
15478 LIBS
=$ac_check_soname_save_LIBS
15480 if test "x$ac_cv_lib_soname_cups" = "x"; then
15481 { echo "$as_me:$LINENO: result: not found" >&5
15482 echo "${ECHO_T}not found" >&6; }
15485 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15486 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15488 cat >>confdefs.h
<<_ACEOF
15489 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15492 CUPSINCL
="$ac_cups_cflags"
15499 CPPFLAGS
="$ac_save_CPPFLAGS"
15501 if test "x$ac_cv_lib_soname_cups" = "x"; then
15502 case "x$with_cups" in
15503 x
) wine_notices
="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15505 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15506 This is an error since --with-cups was requested." >&5
15507 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15508 This is an error since --with-cups was requested." >&2;}
15509 { (exit 1); exit 1; }; } ;;
15514 if test "$ac_cv_header_jack_jack_h" = "yes"
15516 { echo "$as_me:$LINENO: checking for -ljack" >&5
15517 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15518 if test "${ac_cv_lib_soname_jack+set}" = set; then
15519 echo $ECHO_N "(cached) $ECHO_C" >&6
15521 ac_check_soname_save_LIBS
=$LIBS
15522 LIBS
="-ljack $LIBS"
15523 cat >conftest.
$ac_ext <<_ACEOF
15526 cat confdefs.h
>>conftest.
$ac_ext
15527 cat >>conftest.
$ac_ext <<_ACEOF
15528 /* end confdefs.h. */
15530 /* Override any GCC internal prototype to avoid an error.
15531 Use char because int might match the return type of a GCC
15532 builtin and then its argument prototype would still apply. */
15536 char jack_client_new ();
15540 return jack_client_new ();
15545 rm -f conftest.
$ac_objext conftest
$ac_exeext
15546 if { (ac_try
="$ac_link"
15547 case "(($ac_try" in
15548 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15549 *) ac_try_echo=$ac_try;;
15551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15552 (eval "$ac_link") 2>conftest.er1
15554 grep -v '^ *+' conftest.er1 >conftest.err
15556 cat conftest.err >&5
15557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15558 (exit $ac_status); } && {
15559 test -z "$ac_c_werror_flag" ||
15560 test ! -s conftest.err
15561 } && test -s conftest$ac_exeext &&
15562 $as_test_x conftest$ac_exeext; then
15565 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'` ;;
15566 *) 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'` ;;
15569 echo "$as_me: failed program was:" >&5
15570 sed 's/^/| /' conftest.$ac_ext >&5
15575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15576 conftest$ac_exeext conftest.$ac_ext
15577 LIBS=$ac_check_soname_save_LIBS
15579 if test "x$ac_cv_lib_soname_jack" = "x"; then
15580 { echo "$as_me:$LINENO: result: not found" >&5
15581 echo "${ECHO_T}not found" >&6; }
15584 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15585 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15587 cat >>confdefs.h <<_ACEOF
15588 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15596 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15598 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15599 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15600 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15601 echo $ECHO_N "(cached) $ECHO_C" >&6
15603 ac_check_soname_save_LIBS=$LIBS
15604 LIBS="-lfontconfig $LIBS"
15605 cat >conftest.$ac_ext <<_ACEOF
15608 cat confdefs.h >>conftest.$ac_ext
15609 cat >>conftest.$ac_ext <<_ACEOF
15610 /* end confdefs.h. */
15612 /* Override any GCC internal prototype to avoid an error.
15613 Use char because int might match the return type of a GCC
15614 builtin and then its argument prototype would still apply. */
15627 rm -f conftest.$ac_objext conftest$ac_exeext
15628 if { (ac_try="$ac_link"
15629 case "(($ac_try" in
15630 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15631 *) ac_try_echo
=$ac_try;;
15633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15634 (eval "$ac_link") 2>conftest.er1
15636 grep -v '^ *+' conftest.er1
>conftest.err
15638 cat conftest.err
>&5
15639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15640 (exit $ac_status); } && {
15641 test -z "$ac_c_werror_flag" ||
15642 test ! -s conftest.err
15643 } && test -s conftest
$ac_exeext &&
15644 $as_test_x conftest
$ac_exeext; then
15647 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'` ;;
15648 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15651 echo "$as_me: failed program was:" >&5
15652 sed 's/^/| /' conftest.
$ac_ext >&5
15657 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15658 conftest
$ac_exeext conftest.
$ac_ext
15659 LIBS
=$ac_check_soname_save_LIBS
15661 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15662 { echo "$as_me:$LINENO: result: not found" >&5
15663 echo "${ECHO_T}not found" >&6; }
15666 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15667 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15669 cat >>confdefs.h
<<_ACEOF
15670 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15676 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15678 ac_save_CPPFLAGS
="$CPPFLAGS"
15679 CPPFLAGS
="$CPPFLAGS $X_CFLAGS"
15680 $as_unset ac_cv_header_fontconfig_fontconfig_h
15682 for ac_header
in fontconfig
/fontconfig.h
15684 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15685 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15686 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15687 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15688 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15689 echo $ECHO_N "(cached) $ECHO_C" >&6
15691 ac_res
=`eval echo '${'$as_ac_Header'}'`
15692 { echo "$as_me:$LINENO: result: $ac_res" >&5
15693 echo "${ECHO_T}$ac_res" >&6; }
15695 # Is the header compilable?
15696 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15697 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15698 cat >conftest.
$ac_ext <<_ACEOF
15701 cat confdefs.h
>>conftest.
$ac_ext
15702 cat >>conftest.
$ac_ext <<_ACEOF
15703 /* end confdefs.h. */
15704 $ac_includes_default
15705 #include <$ac_header>
15707 rm -f conftest.
$ac_objext
15708 if { (ac_try
="$ac_compile"
15709 case "(($ac_try" in
15710 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15711 *) ac_try_echo=$ac_try;;
15713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15714 (eval "$ac_compile") 2>conftest.er1
15716 grep -v '^ *+' conftest.er1 >conftest.err
15718 cat conftest.err >&5
15719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15720 (exit $ac_status); } && {
15721 test -z "$ac_c_werror_flag" ||
15722 test ! -s conftest.err
15723 } && test -s conftest.$ac_objext; then
15724 ac_header_compiler=yes
15726 echo "$as_me: failed program was:" >&5
15727 sed 's/^/| /' conftest.$ac_ext >&5
15729 ac_header_compiler=no
15732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15733 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15734 echo "${ECHO_T}$ac_header_compiler" >&6; }
15736 # Is the header present?
15737 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15738 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15739 cat >conftest.$ac_ext <<_ACEOF
15742 cat confdefs.h >>conftest.$ac_ext
15743 cat >>conftest.$ac_ext <<_ACEOF
15744 /* end confdefs.h. */
15745 #include <$ac_header>
15747 if { (ac_try="$ac_cpp conftest.$ac_ext"
15748 case "(($ac_try" in
15749 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15750 *) ac_try_echo
=$ac_try;;
15752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15753 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15755 grep -v '^ *+' conftest.er1
>conftest.err
15757 cat conftest.err
>&5
15758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15759 (exit $ac_status); } >/dev
/null
&& {
15760 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15761 test ! -s conftest.err
15763 ac_header_preproc
=yes
15765 echo "$as_me: failed program was:" >&5
15766 sed 's/^/| /' conftest.
$ac_ext >&5
15768 ac_header_preproc
=no
15771 rm -f conftest.err conftest.
$ac_ext
15772 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15773 echo "${ECHO_T}$ac_header_preproc" >&6; }
15775 # So? What about this header?
15776 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15778 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15779 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15780 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15781 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15782 ac_header_preproc
=yes
15785 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15786 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15787 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15788 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15789 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15790 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15791 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15792 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15793 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15794 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15795 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15796 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15798 ## ------------------------------------ ##
15799 ## Report this to wine-devel@winehq.org ##
15800 ## ------------------------------------ ##
15802 ) |
sed "s/^/$as_me: WARNING: /" >&2
15805 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15806 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15807 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15808 echo $ECHO_N "(cached) $ECHO_C" >&6
15810 eval "$as_ac_Header=\$ac_header_preproc"
15812 ac_res
=`eval echo '${'$as_ac_Header'}'`
15813 { echo "$as_me:$LINENO: result: $ac_res" >&5
15814 echo "${ECHO_T}$ac_res" >&6; }
15817 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15818 cat >>confdefs.h
<<_ACEOF
15819 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15826 CPPFLAGS
="$ac_save_CPPFLAGS"
15827 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15829 FONTCONFIGINCL
="$X_CFLAGS"
15831 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15832 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15833 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15834 echo $ECHO_N "(cached) $ECHO_C" >&6
15836 ac_check_soname_save_LIBS
=$LIBS
15837 LIBS
="-lfontconfig $X_LIBS $LIBS"
15838 cat >conftest.
$ac_ext <<_ACEOF
15841 cat confdefs.h
>>conftest.
$ac_ext
15842 cat >>conftest.
$ac_ext <<_ACEOF
15843 /* end confdefs.h. */
15845 /* Override any GCC internal prototype to avoid an error.
15846 Use char because int might match the return type of a GCC
15847 builtin and then its argument prototype would still apply. */
15860 rm -f conftest.
$ac_objext conftest
$ac_exeext
15861 if { (ac_try
="$ac_link"
15862 case "(($ac_try" in
15863 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15864 *) ac_try_echo=$ac_try;;
15866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15867 (eval "$ac_link") 2>conftest.er1
15869 grep -v '^ *+' conftest.er1 >conftest.err
15871 cat conftest.err >&5
15872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15873 (exit $ac_status); } && {
15874 test -z "$ac_c_werror_flag" ||
15875 test ! -s conftest.err
15876 } && test -s conftest$ac_exeext &&
15877 $as_test_x conftest$ac_exeext; then
15880 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'` ;;
15881 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15884 echo "$as_me: failed program was:" >&5
15885 sed 's/^/| /' conftest.$ac_ext >&5
15890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15891 conftest$ac_exeext conftest.$ac_ext
15892 LIBS=$ac_check_soname_save_LIBS
15894 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15895 { echo "$as_me:$LINENO: result: not found" >&5
15896 echo "${ECHO_T}not found" >&6; }
15899 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15900 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15902 cat >>confdefs.h <<_ACEOF
15903 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15911 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15912 case "x$with_fontconfig" in
15913 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15915 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15916 This is an error since --with-fontconfig was requested." >&5
15917 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15918 This is an error since --with-fontconfig was requested." >&2;}
15919 { (exit 1); exit 1; }; } ;;
15924 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15926 { echo "$as_me:$LINENO: checking for -lssl" >&5
15927 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15928 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15929 echo $ECHO_N "(cached) $ECHO_C" >&6
15931 ac_check_soname_save_LIBS=$LIBS
15933 cat >conftest.$ac_ext <<_ACEOF
15936 cat confdefs.h >>conftest.$ac_ext
15937 cat >>conftest.$ac_ext <<_ACEOF
15938 /* end confdefs.h. */
15940 /* Override any GCC internal prototype to avoid an error.
15941 Use char because int might match the return type of a GCC
15942 builtin and then its argument prototype would still apply. */
15946 char SSL_library_init ();
15950 return SSL_library_init ();
15955 rm -f conftest.$ac_objext conftest$ac_exeext
15956 if { (ac_try="$ac_link"
15957 case "(($ac_try" in
15958 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15959 *) ac_try_echo
=$ac_try;;
15961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15962 (eval "$ac_link") 2>conftest.er1
15964 grep -v '^ *+' conftest.er1
>conftest.err
15966 cat conftest.err
>&5
15967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15968 (exit $ac_status); } && {
15969 test -z "$ac_c_werror_flag" ||
15970 test ! -s conftest.err
15971 } && test -s conftest
$ac_exeext &&
15972 $as_test_x conftest
$ac_exeext; then
15975 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'` ;;
15976 *) ac_cv_lib_soname_ssl
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15979 echo "$as_me: failed program was:" >&5
15980 sed 's/^/| /' conftest.
$ac_ext >&5
15985 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15986 conftest
$ac_exeext conftest.
$ac_ext
15987 LIBS
=$ac_check_soname_save_LIBS
15989 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15990 { echo "$as_me:$LINENO: result: not found" >&5
15991 echo "${ECHO_T}not found" >&6; }
15994 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15995 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15997 cat >>confdefs.h
<<_ACEOF
15998 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16004 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16005 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16006 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16007 echo $ECHO_N "(cached) $ECHO_C" >&6
16009 ac_check_soname_save_LIBS
=$LIBS
16010 LIBS
="-lcrypto $LIBS"
16011 cat >conftest.
$ac_ext <<_ACEOF
16014 cat confdefs.h
>>conftest.
$ac_ext
16015 cat >>conftest.
$ac_ext <<_ACEOF
16016 /* end confdefs.h. */
16018 /* Override any GCC internal prototype to avoid an error.
16019 Use char because int might match the return type of a GCC
16020 builtin and then its argument prototype would still apply. */
16024 char BIO_new_socket ();
16028 return BIO_new_socket ();
16033 rm -f conftest.
$ac_objext conftest
$ac_exeext
16034 if { (ac_try
="$ac_link"
16035 case "(($ac_try" in
16036 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16037 *) ac_try_echo=$ac_try;;
16039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16040 (eval "$ac_link") 2>conftest.er1
16042 grep -v '^ *+' conftest.er1 >conftest.err
16044 cat conftest.err >&5
16045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16046 (exit $ac_status); } && {
16047 test -z "$ac_c_werror_flag" ||
16048 test ! -s conftest.err
16049 } && test -s conftest$ac_exeext &&
16050 $as_test_x conftest$ac_exeext; then
16053 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'` ;;
16054 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcrypto\\.$LIBEXT" |
sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16057 echo "$as_me: failed program was:" >&5
16058 sed 's/^/| /' conftest.$ac_ext >&5
16063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16064 conftest$ac_exeext conftest.$ac_ext
16065 LIBS=$ac_check_soname_save_LIBS
16067 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16068 { echo "$as_me:$LINENO: result: not found" >&5
16069 echo "${ECHO_T}not found" >&6; }
16072 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16073 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16075 cat >>confdefs.h <<_ACEOF
16076 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16083 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16084 case "x$with_openssl" in
16085 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16087 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16088 This is an error since --with-openssl was requested." >&5
16089 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16090 This is an error since --with-openssl was requested." >&2;}
16091 { (exit 1); exit 1; }; } ;;
16096 if test "$ac_cv_header_jpeglib_h" = "yes"
16098 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16099 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16100 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16101 echo $ECHO_N "(cached) $ECHO_C" >&6
16103 ac_check_soname_save_LIBS=$LIBS
16104 LIBS="-ljpeg $LIBS"
16105 cat >conftest.$ac_ext <<_ACEOF
16108 cat confdefs.h >>conftest.$ac_ext
16109 cat >>conftest.$ac_ext <<_ACEOF
16110 /* end confdefs.h. */
16112 /* Override any GCC internal prototype to avoid an error.
16113 Use char because int might match the return type of a GCC
16114 builtin and then its argument prototype would still apply. */
16118 char jpeg_start_decompress ();
16122 return jpeg_start_decompress ();
16127 rm -f conftest.$ac_objext conftest$ac_exeext
16128 if { (ac_try="$ac_link"
16129 case "(($ac_try" in
16130 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16131 *) ac_try_echo
=$ac_try;;
16133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16134 (eval "$ac_link") 2>conftest.er1
16136 grep -v '^ *+' conftest.er1
>conftest.err
16138 cat conftest.err
>&5
16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16140 (exit $ac_status); } && {
16141 test -z "$ac_c_werror_flag" ||
16142 test ! -s conftest.err
16143 } && test -s conftest
$ac_exeext &&
16144 $as_test_x conftest
$ac_exeext; then
16147 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'` ;;
16148 *) ac_cv_lib_soname_jpeg
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16151 echo "$as_me: failed program was:" >&5
16152 sed 's/^/| /' conftest.
$ac_ext >&5
16157 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16158 conftest
$ac_exeext conftest.
$ac_ext
16159 LIBS
=$ac_check_soname_save_LIBS
16161 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16162 { echo "$as_me:$LINENO: result: not found" >&5
16163 echo "${ECHO_T}not found" >&6; }
16166 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16167 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16169 cat >>confdefs.h
<<_ACEOF
16170 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16177 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16178 case "x$with_jpeg" in
16179 x
) wine_warnings
="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16181 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16182 This is an error since --with-jpeg was requested." >&5
16183 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16184 This is an error since --with-jpeg was requested." >&2;}
16185 { (exit 1); exit 1; }; } ;;
16190 if test "$ac_cv_header_png_h" = "yes"
16192 { echo "$as_me:$LINENO: checking for -lpng" >&5
16193 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16194 if test "${ac_cv_lib_soname_png+set}" = set; then
16195 echo $ECHO_N "(cached) $ECHO_C" >&6
16197 ac_check_soname_save_LIBS
=$LIBS
16198 LIBS
="-lpng -lm $LIBS"
16199 cat >conftest.
$ac_ext <<_ACEOF
16202 cat confdefs.h
>>conftest.
$ac_ext
16203 cat >>conftest.
$ac_ext <<_ACEOF
16204 /* end confdefs.h. */
16206 /* Override any GCC internal prototype to avoid an error.
16207 Use char because int might match the return type of a GCC
16208 builtin and then its argument prototype would still apply. */
16212 char png_create_read_struct ();
16216 return png_create_read_struct ();
16221 rm -f conftest.
$ac_objext conftest
$ac_exeext
16222 if { (ac_try
="$ac_link"
16223 case "(($ac_try" in
16224 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16225 *) ac_try_echo=$ac_try;;
16227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16228 (eval "$ac_link") 2>conftest.er1
16230 grep -v '^ *+' conftest.er1 >conftest.err
16232 cat conftest.err >&5
16233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16234 (exit $ac_status); } && {
16235 test -z "$ac_c_werror_flag" ||
16236 test ! -s conftest.err
16237 } && test -s conftest$ac_exeext &&
16238 $as_test_x conftest$ac_exeext; then
16241 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'` ;;
16242 *) 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'` ;;
16245 echo "$as_me: failed program was:" >&5
16246 sed 's/^/| /' conftest.$ac_ext >&5
16251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16252 conftest$ac_exeext conftest.$ac_ext
16253 LIBS=$ac_check_soname_save_LIBS
16255 if test "x$ac_cv_lib_soname_png" = "x"; then
16256 { echo "$as_me:$LINENO: result: not found" >&5
16257 echo "${ECHO_T}not found" >&6; }
16260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16261 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16263 cat >>confdefs.h <<_ACEOF
16264 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16271 if test "x$ac_cv_lib_soname_png" = "x"; then
16272 case "x$with_png" in
16273 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16275 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16276 This is an error since --with-png was requested." >&5
16277 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16278 This is an error since --with-png was requested." >&2;}
16279 { (exit 1); exit 1; }; } ;;
16284 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16285 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16286 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16287 echo $ECHO_N "(cached) $ECHO_C" >&6
16289 ac_check_soname_save_LIBS=$LIBS
16290 LIBS="-lodbc $LIBS"
16291 cat >conftest.$ac_ext <<_ACEOF
16294 cat confdefs.h >>conftest.$ac_ext
16295 cat >>conftest.$ac_ext <<_ACEOF
16296 /* end confdefs.h. */
16298 /* Override any GCC internal prototype to avoid an error.
16299 Use char because int might match the return type of a GCC
16300 builtin and then its argument prototype would still apply. */
16304 char SQLConnect ();
16308 return SQLConnect ();
16313 rm -f conftest.$ac_objext conftest$ac_exeext
16314 if { (ac_try="$ac_link"
16315 case "(($ac_try" in
16316 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16317 *) ac_try_echo
=$ac_try;;
16319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16320 (eval "$ac_link") 2>conftest.er1
16322 grep -v '^ *+' conftest.er1
>conftest.err
16324 cat conftest.err
>&5
16325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16326 (exit $ac_status); } && {
16327 test -z "$ac_c_werror_flag" ||
16328 test ! -s conftest.err
16329 } && test -s conftest
$ac_exeext &&
16330 $as_test_x conftest
$ac_exeext; then
16333 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'` ;;
16334 *) ac_cv_lib_soname_odbc
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16337 echo "$as_me: failed program was:" >&5
16338 sed 's/^/| /' conftest.
$ac_ext >&5
16343 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16344 conftest
$ac_exeext conftest.
$ac_ext
16345 LIBS
=$ac_check_soname_save_LIBS
16347 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16348 { echo "$as_me:$LINENO: result: not found" >&5
16349 echo "${ECHO_T}not found" >&6; }
16350 cat >>confdefs.h
<<_ACEOF
16351 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16355 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16356 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16358 cat >>confdefs.h
<<_ACEOF
16359 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16366 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16367 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16368 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16369 "$ac_cv_header_soundcard_h" != "yes" -a \
16370 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16372 wine_warnings
="$wine_warnings|No sound system was found. Windows applications will be silent."
16378 if test "x${GCC}" = "xyes"
16380 EXTRACFLAGS
="-Wall -pipe"
16382 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16383 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16384 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16385 echo $ECHO_N "(cached) $ECHO_C" >&6
16387 if test "$cross_compiling" = yes; then
16388 ac_cv_c_gcc_strength_bug
="yes"
16390 cat >conftest.
$ac_ext <<_ACEOF
16393 cat confdefs.h
>>conftest.
$ac_ext
16394 cat >>conftest.
$ac_ext <<_ACEOF
16395 /* end confdefs.h. */
16396 int L[4] = {0,1,2,3};
16400 static int Array[3];
16401 unsigned int B = 3;
16403 for(i=0; i<B; i++) Array[i] = i - 3;
16404 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16406 exit( Array[1] != -2 || L[2] != 3)
16411 rm -f conftest
$ac_exeext
16412 if { (ac_try
="$ac_link"
16413 case "(($ac_try" in
16414 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16415 *) ac_try_echo=$ac_try;;
16417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16418 (eval "$ac_link") 2>&5
16420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16421 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16422 { (case "(($ac_try" in
16423 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16424 *) ac_try_echo
=$ac_try;;
16426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16427 (eval "$ac_try") 2>&5
16429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16430 (exit $ac_status); }; }; then
16431 ac_cv_c_gcc_strength_bug
="no"
16433 echo "$as_me: program exited with status $ac_status" >&5
16434 echo "$as_me: failed program was:" >&5
16435 sed 's/^/| /' conftest.
$ac_ext >&5
16437 ( exit $ac_status )
16438 ac_cv_c_gcc_strength_bug
="yes"
16440 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16445 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16446 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16447 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16449 EXTRACFLAGS
="$EXTRACFLAGS -fno-strength-reduce"
16453 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16454 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16455 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16456 echo $ECHO_N "(cached) $ECHO_C" >&6
16458 ac_wine_try_cflags_saved
=$CFLAGS
16459 CFLAGS
="$CFLAGS -fshort-wchar"
16460 cat >conftest.
$ac_ext <<_ACEOF
16463 cat confdefs.h
>>conftest.
$ac_ext
16464 cat >>conftest.
$ac_ext <<_ACEOF
16465 /* end confdefs.h. */
16475 rm -f conftest.
$ac_objext conftest
$ac_exeext
16476 if { (ac_try
="$ac_link"
16477 case "(($ac_try" in
16478 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16479 *) ac_try_echo=$ac_try;;
16481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16482 (eval "$ac_link") 2>conftest.er1
16484 grep -v '^ *+' conftest.er1 >conftest.err
16486 cat conftest.err >&5
16487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16488 (exit $ac_status); } && {
16489 test -z "$ac_c_werror_flag" ||
16490 test ! -s conftest.err
16491 } && test -s conftest$ac_exeext &&
16492 $as_test_x conftest$ac_exeext; then
16493 ac_cv_cflags__fshort_wchar=yes
16495 echo "$as_me: failed program was:" >&5
16496 sed 's/^/| /' conftest.$ac_ext >&5
16498 ac_cv_cflags__fshort_wchar=no
16501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16502 conftest$ac_exeext conftest.$ac_ext
16503 CFLAGS=$ac_wine_try_cflags_saved
16505 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16506 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16507 if test $ac_cv_cflags__fshort_wchar = yes; then
16509 cat >>confdefs.h <<\_ACEOF
16510 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16515 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16516 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16517 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16518 echo $ECHO_N "(cached) $ECHO_C" >&6
16520 ac_wine_try_cflags_saved=$CFLAGS
16521 CFLAGS="$CFLAGS -fno-builtin"
16522 cat >conftest.$ac_ext <<_ACEOF
16525 cat confdefs.h >>conftest.$ac_ext
16526 cat >>conftest.$ac_ext <<_ACEOF
16527 /* end confdefs.h. */
16537 rm -f conftest.$ac_objext conftest$ac_exeext
16538 if { (ac_try="$ac_link"
16539 case "(($ac_try" in
16540 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16541 *) ac_try_echo
=$ac_try;;
16543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16544 (eval "$ac_link") 2>conftest.er1
16546 grep -v '^ *+' conftest.er1
>conftest.err
16548 cat conftest.err
>&5
16549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16550 (exit $ac_status); } && {
16551 test -z "$ac_c_werror_flag" ||
16552 test ! -s conftest.err
16553 } && test -s conftest
$ac_exeext &&
16554 $as_test_x conftest
$ac_exeext; then
16555 ac_cv_cflags__fno_builtin
=yes
16557 echo "$as_me: failed program was:" >&5
16558 sed 's/^/| /' conftest.
$ac_ext >&5
16560 ac_cv_cflags__fno_builtin
=no
16563 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16564 conftest
$ac_exeext conftest.
$ac_ext
16565 CFLAGS
=$ac_wine_try_cflags_saved
16567 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16568 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16569 if test $ac_cv_cflags__fno_builtin = yes; then
16570 BUILTINFLAG
="-fno-builtin"
16574 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16575 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16576 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16577 echo $ECHO_N "(cached) $ECHO_C" >&6
16579 ac_wine_try_cflags_saved
=$CFLAGS
16580 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16581 cat >conftest.
$ac_ext <<_ACEOF
16584 cat confdefs.h
>>conftest.
$ac_ext
16585 cat >>conftest.
$ac_ext <<_ACEOF
16586 /* end confdefs.h. */
16596 rm -f conftest.
$ac_objext conftest
$ac_exeext
16597 if { (ac_try
="$ac_link"
16598 case "(($ac_try" in
16599 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16600 *) ac_try_echo=$ac_try;;
16602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16603 (eval "$ac_link") 2>conftest.er1
16605 grep -v '^ *+' conftest.er1 >conftest.err
16607 cat conftest.err >&5
16608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16609 (exit $ac_status); } && {
16610 test -z "$ac_c_werror_flag" ||
16611 test ! -s conftest.err
16612 } && test -s conftest$ac_exeext &&
16613 $as_test_x conftest$ac_exeext; then
16614 ac_cv_cflags__fno_strict_aliasing=yes
16616 echo "$as_me: failed program was:" >&5
16617 sed 's/^/| /' conftest.$ac_ext >&5
16619 ac_cv_cflags__fno_strict_aliasing=no
16622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16623 conftest$ac_exeext conftest.$ac_ext
16624 CFLAGS=$ac_wine_try_cflags_saved
16626 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16627 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16628 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16629 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16632 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16633 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16634 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16635 echo $ECHO_N "(cached) $ECHO_C" >&6
16637 ac_wine_try_cflags_saved=$CFLAGS
16638 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16639 cat >conftest.$ac_ext <<_ACEOF
16642 cat confdefs.h >>conftest.$ac_ext
16643 cat >>conftest.$ac_ext <<_ACEOF
16644 /* end confdefs.h. */
16654 rm -f conftest.$ac_objext conftest$ac_exeext
16655 if { (ac_try="$ac_link"
16656 case "(($ac_try" in
16657 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16658 *) ac_try_echo
=$ac_try;;
16660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16661 (eval "$ac_link") 2>conftest.er1
16663 grep -v '^ *+' conftest.er1
>conftest.err
16665 cat conftest.err
>&5
16666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667 (exit $ac_status); } && {
16668 test -z "$ac_c_werror_flag" ||
16669 test ! -s conftest.err
16670 } && test -s conftest
$ac_exeext &&
16671 $as_test_x conftest
$ac_exeext; then
16672 ac_cv_cflags__Wdeclaration_after_statement
=yes
16674 echo "$as_me: failed program was:" >&5
16675 sed 's/^/| /' conftest.
$ac_ext >&5
16677 ac_cv_cflags__Wdeclaration_after_statement
=no
16680 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16681 conftest
$ac_exeext conftest.
$ac_ext
16682 CFLAGS
=$ac_wine_try_cflags_saved
16684 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16685 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16686 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16687 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16690 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16691 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16692 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16693 echo $ECHO_N "(cached) $ECHO_C" >&6
16695 ac_wine_try_cflags_saved
=$CFLAGS
16696 CFLAGS
="$CFLAGS -Wwrite-strings"
16697 cat >conftest.
$ac_ext <<_ACEOF
16700 cat confdefs.h
>>conftest.
$ac_ext
16701 cat >>conftest.
$ac_ext <<_ACEOF
16702 /* end confdefs.h. */
16712 rm -f conftest.
$ac_objext conftest
$ac_exeext
16713 if { (ac_try
="$ac_link"
16714 case "(($ac_try" in
16715 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16716 *) ac_try_echo=$ac_try;;
16718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16719 (eval "$ac_link") 2>conftest.er1
16721 grep -v '^ *+' conftest.er1 >conftest.err
16723 cat conftest.err >&5
16724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16725 (exit $ac_status); } && {
16726 test -z "$ac_c_werror_flag" ||
16727 test ! -s conftest.err
16728 } && test -s conftest$ac_exeext &&
16729 $as_test_x conftest$ac_exeext; then
16730 ac_cv_cflags__Wwrite_strings=yes
16732 echo "$as_me: failed program was:" >&5
16733 sed 's/^/| /' conftest.$ac_ext >&5
16735 ac_cv_cflags__Wwrite_strings=no
16738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16739 conftest$ac_exeext conftest.$ac_ext
16740 CFLAGS=$ac_wine_try_cflags_saved
16742 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16743 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16744 if test $ac_cv_cflags__Wwrite_strings = yes; then
16745 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16748 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16749 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16750 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16751 echo $ECHO_N "(cached) $ECHO_C" >&6
16753 ac_wine_try_cflags_saved=$CFLAGS
16754 CFLAGS="$CFLAGS -Wtype-limits"
16755 cat >conftest.$ac_ext <<_ACEOF
16758 cat confdefs.h >>conftest.$ac_ext
16759 cat >>conftest.$ac_ext <<_ACEOF
16760 /* end confdefs.h. */
16770 rm -f conftest.$ac_objext conftest$ac_exeext
16771 if { (ac_try="$ac_link"
16772 case "(($ac_try" in
16773 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16774 *) ac_try_echo
=$ac_try;;
16776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16777 (eval "$ac_link") 2>conftest.er1
16779 grep -v '^ *+' conftest.er1
>conftest.err
16781 cat conftest.err
>&5
16782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16783 (exit $ac_status); } && {
16784 test -z "$ac_c_werror_flag" ||
16785 test ! -s conftest.err
16786 } && test -s conftest
$ac_exeext &&
16787 $as_test_x conftest
$ac_exeext; then
16788 ac_cv_cflags__Wtype_limits
=yes
16790 echo "$as_me: failed program was:" >&5
16791 sed 's/^/| /' conftest.
$ac_ext >&5
16793 ac_cv_cflags__Wtype_limits
=no
16796 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16797 conftest
$ac_exeext conftest.
$ac_ext
16798 CFLAGS
=$ac_wine_try_cflags_saved
16800 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16801 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16802 if test $ac_cv_cflags__Wtype_limits = yes; then
16803 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16807 saved_CFLAGS
="$CFLAGS"
16808 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16809 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16810 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16811 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16812 echo $ECHO_N "(cached) $ECHO_C" >&6
16814 cat >conftest.
$ac_ext <<_ACEOF
16817 cat confdefs.h
>>conftest.
$ac_ext
16818 cat >>conftest.
$ac_ext <<_ACEOF
16819 /* end confdefs.h. */
16820 #include <string.h>
16829 rm -f conftest.
$ac_objext
16830 if { (ac_try
="$ac_compile"
16831 case "(($ac_try" in
16832 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16833 *) ac_try_echo=$ac_try;;
16835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16836 (eval "$ac_compile") 2>conftest.er1
16838 grep -v '^ *+' conftest.er1 >conftest.err
16840 cat conftest.err >&5
16841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16842 (exit $ac_status); } && {
16843 test -z "$ac_c_werror_flag" ||
16844 test ! -s conftest.err
16845 } && test -s conftest.$ac_objext; then
16846 ac_cv_c_string_h_warnings=no
16848 echo "$as_me: failed program was:" >&5
16849 sed 's/^/| /' conftest.$ac_ext >&5
16851 ac_cv_c_string_h_warnings=yes
16854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16856 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16857 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16858 CFLAGS="$saved_CFLAGS"
16859 if test "$ac_cv_c_string_h_warnings" = "no"
16861 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16866 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16867 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16868 if test "${ac_cv_asm_func_def+set}" = set; then
16869 echo $ECHO_N "(cached) $ECHO_C" >&6
16871 cat >conftest.$ac_ext <<_ACEOF
16874 cat confdefs.h >>conftest.$ac_ext
16875 cat >>conftest.$ac_ext <<_ACEOF
16876 /* end confdefs.h. */
16881 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16886 rm -f conftest.$ac_objext conftest$ac_exeext
16887 if { (ac_try="$ac_link"
16888 case "(($ac_try" in
16889 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16890 *) ac_try_echo
=$ac_try;;
16892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16893 (eval "$ac_link") 2>conftest.er1
16895 grep -v '^ *+' conftest.er1
>conftest.err
16897 cat conftest.err
>&5
16898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16899 (exit $ac_status); } && {
16900 test -z "$ac_c_werror_flag" ||
16901 test ! -s conftest.err
16902 } && test -s conftest
$ac_exeext &&
16903 $as_test_x conftest
$ac_exeext; then
16904 ac_cv_asm_func_def
=".def"
16906 echo "$as_me: failed program was:" >&5
16907 sed 's/^/| /' conftest.
$ac_ext >&5
16909 cat >conftest.
$ac_ext <<_ACEOF
16912 cat confdefs.h
>>conftest.
$ac_ext
16913 cat >>conftest.
$ac_ext <<_ACEOF
16914 /* end confdefs.h. */
16919 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16924 rm -f conftest.
$ac_objext conftest
$ac_exeext
16925 if { (ac_try
="$ac_link"
16926 case "(($ac_try" in
16927 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16928 *) ac_try_echo=$ac_try;;
16930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16931 (eval "$ac_link") 2>conftest.er1
16933 grep -v '^ *+' conftest.er1 >conftest.err
16935 cat conftest.err >&5
16936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16937 (exit $ac_status); } && {
16938 test -z "$ac_c_werror_flag" ||
16939 test ! -s conftest.err
16940 } && test -s conftest$ac_exeext &&
16941 $as_test_x conftest$ac_exeext; then
16942 ac_cv_asm_func_def=".type @function"
16944 echo "$as_me: failed program was:" >&5
16945 sed 's/^/| /' conftest.$ac_ext >&5
16947 cat >conftest.$ac_ext <<_ACEOF
16950 cat confdefs.h >>conftest.$ac_ext
16951 cat >>conftest.$ac_ext <<_ACEOF
16952 /* end confdefs.h. */
16957 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16962 rm -f conftest.$ac_objext conftest$ac_exeext
16963 if { (ac_try="$ac_link"
16964 case "(($ac_try" in
16965 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16966 *) ac_try_echo
=$ac_try;;
16968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16969 (eval "$ac_link") 2>conftest.er1
16971 grep -v '^ *+' conftest.er1
>conftest.err
16973 cat conftest.err
>&5
16974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16975 (exit $ac_status); } && {
16976 test -z "$ac_c_werror_flag" ||
16977 test ! -s conftest.err
16978 } && test -s conftest
$ac_exeext &&
16979 $as_test_x conftest
$ac_exeext; then
16980 ac_cv_asm_func_def
=".type 2"
16982 echo "$as_me: failed program was:" >&5
16983 sed 's/^/| /' conftest.
$ac_ext >&5
16985 ac_cv_asm_func_def
="unknown"
16988 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16989 conftest
$ac_exeext conftest.
$ac_ext
16992 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16993 conftest
$ac_exeext conftest.
$ac_ext
16996 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16997 conftest
$ac_exeext conftest.
$ac_ext
16999 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17000 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17004 case "$ac_cv_asm_func_def" in
17006 cat >>confdefs.h
<<\_ACEOF
17007 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17011 cat >>confdefs.h
<<\_ACEOF
17012 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17016 cat >>confdefs.h
<<\_ACEOF
17017 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17021 cat >>confdefs.h
<<\_ACEOF
17022 #define __ASM_FUNC(name) ""
17028 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17029 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17030 if test "${ac_cv_c_extern_prefix+set}" = set; then
17031 echo $ECHO_N "(cached) $ECHO_C" >&6
17033 cat >conftest.
$ac_ext <<_ACEOF
17036 cat confdefs.h
>>conftest.
$ac_ext
17037 cat >>conftest.
$ac_ext <<_ACEOF
17038 /* end confdefs.h. */
17039 extern int ac_test;
17043 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17048 rm -f conftest.
$ac_objext conftest
$ac_exeext
17049 if { (ac_try
="$ac_link"
17050 case "(($ac_try" in
17051 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17052 *) ac_try_echo=$ac_try;;
17054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17055 (eval "$ac_link") 2>conftest.er1
17057 grep -v '^ *+' conftest.er1 >conftest.err
17059 cat conftest.err >&5
17060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); } && {
17062 test -z "$ac_c_werror_flag" ||
17063 test ! -s conftest.err
17064 } && test -s conftest$ac_exeext &&
17065 $as_test_x conftest$ac_exeext; then
17066 ac_cv_c_extern_prefix="yes"
17068 echo "$as_me: failed program was:" >&5
17069 sed 's/^/| /' conftest.$ac_ext >&5
17071 ac_cv_c_extern_prefix="no"
17074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17075 conftest$ac_exeext conftest.$ac_ext
17077 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17078 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17082 if test "$ac_cv_c_extern_prefix" = "yes"
17084 cat >>confdefs.h <<\_ACEOF
17085 #define __ASM_NAME(name) "_" name
17089 cat >>confdefs.h <<\_ACEOF
17090 #define __ASM_NAME(name) name
17100 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17104 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17106 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17110 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17118 SOCKETLIBS="-lws2_32"
17123 MAIN_BINARY="wine-pthread"
17127 linux* | k*bsd*-gnu)
17128 MAIN_BINARY="wine-glibc"
17130 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17133 MAIN_BINARY="wine-freebsd"
17135 EXTRA_BINARIES="wine-pthread"
17285 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17286 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17287 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17288 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17289 echo $ECHO_N "(cached) $ECHO_C" >&6
17291 cat >conftest.$ac_ext <<_ACEOF
17294 cat confdefs.h >>conftest.$ac_ext
17295 cat >>conftest.$ac_ext <<_ACEOF
17296 /* end confdefs.h. */
17297 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17298 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17299 #define $ac_func innocuous_$ac_func
17301 /* System header to define __stub macros and hopefully few prototypes,
17302 which can conflict with char $ac_func (); below.
17303 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17304 <limits.h> exists even on freestanding compilers. */
17307 # include <limits.h>
17309 # include <assert.h>
17314 /* Override any GCC internal prototype to avoid an error.
17315 Use char because int might match the return type of a GCC
17316 builtin and then its argument prototype would still apply. */
17321 /* The GNU C library defines this for functions which it implements
17322 to always fail with ENOSYS. Some functions are actually named
17323 something starting with __ and the normal name is an alias. */
17324 #if defined __stub_$ac_func || defined __stub___$ac_func
17331 return $ac_func ();
17336 rm -f conftest.$ac_objext conftest$ac_exeext
17337 if { (ac_try="$ac_link"
17338 case "(($ac_try" in
17339 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17340 *) ac_try_echo
=$ac_try;;
17342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17343 (eval "$ac_link") 2>conftest.er1
17345 grep -v '^ *+' conftest.er1
>conftest.err
17347 cat conftest.err
>&5
17348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17349 (exit $ac_status); } && {
17350 test -z "$ac_c_werror_flag" ||
17351 test ! -s conftest.err
17352 } && test -s conftest
$ac_exeext &&
17353 $as_test_x conftest
$ac_exeext; then
17354 eval "$as_ac_var=yes"
17356 echo "$as_me: failed program was:" >&5
17357 sed 's/^/| /' conftest.
$ac_ext >&5
17359 eval "$as_ac_var=no"
17362 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17363 conftest
$ac_exeext conftest.
$ac_ext
17365 ac_res
=`eval echo '${'$as_ac_var'}'`
17366 { echo "$as_me:$LINENO: result: $ac_res" >&5
17367 echo "${ECHO_T}$ac_res" >&6; }
17368 if test `eval echo '${'$as_ac_var'}'` = yes; then
17369 cat >>confdefs.h
<<_ACEOF
17370 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17377 if test "$ac_cv_func_dlopen" = no
17379 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17380 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17381 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17382 echo $ECHO_N "(cached) $ECHO_C" >&6
17384 ac_check_lib_save_LIBS
=$LIBS
17386 cat >conftest.
$ac_ext <<_ACEOF
17389 cat confdefs.h
>>conftest.
$ac_ext
17390 cat >>conftest.
$ac_ext <<_ACEOF
17391 /* end confdefs.h. */
17393 /* Override any GCC internal prototype to avoid an error.
17394 Use char because int might match the return type of a GCC
17395 builtin and then its argument prototype would still apply. */
17408 rm -f conftest.
$ac_objext conftest
$ac_exeext
17409 if { (ac_try
="$ac_link"
17410 case "(($ac_try" in
17411 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17412 *) ac_try_echo=$ac_try;;
17414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17415 (eval "$ac_link") 2>conftest.er1
17417 grep -v '^ *+' conftest.er1 >conftest.err
17419 cat conftest.err >&5
17420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17421 (exit $ac_status); } && {
17422 test -z "$ac_c_werror_flag" ||
17423 test ! -s conftest.err
17424 } && test -s conftest$ac_exeext &&
17425 $as_test_x conftest$ac_exeext; then
17426 ac_cv_lib_dl_dlopen=yes
17428 echo "$as_me: failed program was:" >&5
17429 sed 's/^/| /' conftest.$ac_ext >&5
17431 ac_cv_lib_dl_dlopen=no
17434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17435 conftest$ac_exeext conftest.$ac_ext
17436 LIBS=$ac_check_lib_save_LIBS
17438 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17439 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17440 if test $ac_cv_lib_dl_dlopen = yes; then
17441 cat >>confdefs.h <<\_ACEOF
17442 #define HAVE_DLOPEN 1
17449 ac_wine_check_funcs_save_LIBS="$LIBS"
17450 LIBS="$LIBS $LIBDL"
17452 for ac_func in dladdr
17454 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17455 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17456 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17457 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17458 echo $ECHO_N "(cached) $ECHO_C" >&6
17460 cat >conftest.$ac_ext <<_ACEOF
17463 cat confdefs.h >>conftest.$ac_ext
17464 cat >>conftest.$ac_ext <<_ACEOF
17465 /* end confdefs.h. */
17466 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17467 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17468 #define $ac_func innocuous_$ac_func
17470 /* System header to define __stub macros and hopefully few prototypes,
17471 which can conflict with char $ac_func (); below.
17472 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17473 <limits.h> exists even on freestanding compilers. */
17476 # include <limits.h>
17478 # include <assert.h>
17483 /* Override any GCC internal prototype to avoid an error.
17484 Use char because int might match the return type of a GCC
17485 builtin and then its argument prototype would still apply. */
17490 /* The GNU C library defines this for functions which it implements
17491 to always fail with ENOSYS. Some functions are actually named
17492 something starting with __ and the normal name is an alias. */
17493 #if defined __stub_$ac_func || defined __stub___$ac_func
17500 return $ac_func ();
17505 rm -f conftest.$ac_objext conftest$ac_exeext
17506 if { (ac_try="$ac_link"
17507 case "(($ac_try" in
17508 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17509 *) ac_try_echo
=$ac_try;;
17511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17512 (eval "$ac_link") 2>conftest.er1
17514 grep -v '^ *+' conftest.er1
>conftest.err
17516 cat conftest.err
>&5
17517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17518 (exit $ac_status); } && {
17519 test -z "$ac_c_werror_flag" ||
17520 test ! -s conftest.err
17521 } && test -s conftest
$ac_exeext &&
17522 $as_test_x conftest
$ac_exeext; then
17523 eval "$as_ac_var=yes"
17525 echo "$as_me: failed program was:" >&5
17526 sed 's/^/| /' conftest.
$ac_ext >&5
17528 eval "$as_ac_var=no"
17531 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17532 conftest
$ac_exeext conftest.
$ac_ext
17534 ac_res
=`eval echo '${'$as_ac_var'}'`
17535 { echo "$as_me:$LINENO: result: $ac_res" >&5
17536 echo "${ECHO_T}$ac_res" >&6; }
17537 if test `eval echo '${'$as_ac_var'}'` = yes; then
17538 cat >>confdefs.h
<<_ACEOF
17539 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17545 LIBS
="$ac_wine_check_funcs_save_LIBS"
17547 if test "$ac_cv_func_poll" = no
17549 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17550 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17551 if test "${ac_cv_lib_poll_poll+set}" = set; then
17552 echo $ECHO_N "(cached) $ECHO_C" >&6
17554 ac_check_lib_save_LIBS
=$LIBS
17555 LIBS
="-lpoll $LIBS"
17556 cat >conftest.
$ac_ext <<_ACEOF
17559 cat confdefs.h
>>conftest.
$ac_ext
17560 cat >>conftest.
$ac_ext <<_ACEOF
17561 /* end confdefs.h. */
17563 /* Override any GCC internal prototype to avoid an error.
17564 Use char because int might match the return type of a GCC
17565 builtin and then its argument prototype would still apply. */
17578 rm -f conftest.
$ac_objext conftest
$ac_exeext
17579 if { (ac_try
="$ac_link"
17580 case "(($ac_try" in
17581 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17582 *) ac_try_echo=$ac_try;;
17584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17585 (eval "$ac_link") 2>conftest.er1
17587 grep -v '^ *+' conftest.er1 >conftest.err
17589 cat conftest.err >&5
17590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17591 (exit $ac_status); } && {
17592 test -z "$ac_c_werror_flag" ||
17593 test ! -s conftest.err
17594 } && test -s conftest$ac_exeext &&
17595 $as_test_x conftest$ac_exeext; then
17596 ac_cv_lib_poll_poll=yes
17598 echo "$as_me: failed program was:" >&5
17599 sed 's/^/| /' conftest.$ac_ext >&5
17601 ac_cv_lib_poll_poll=no
17604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17605 conftest$ac_exeext conftest.$ac_ext
17606 LIBS=$ac_check_lib_save_LIBS
17608 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17609 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17610 if test $ac_cv_lib_poll_poll = yes; then
17611 cat >>confdefs.h <<\_ACEOF
17612 #define HAVE_POLL 1
17620 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17621 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17622 if test "${ac_cv_search_gethostbyname+set}" = set; then
17623 echo $ECHO_N "(cached) $ECHO_C" >&6
17625 ac_func_search_save_LIBS=$LIBS
17626 cat >conftest.$ac_ext <<_ACEOF
17629 cat confdefs.h >>conftest.$ac_ext
17630 cat >>conftest.$ac_ext <<_ACEOF
17631 /* end confdefs.h. */
17633 /* Override any GCC internal prototype to avoid an error.
17634 Use char because int might match the return type of a GCC
17635 builtin and then its argument prototype would still apply. */
17639 char gethostbyname ();
17643 return gethostbyname ();
17648 for ac_lib in '' nsl; do
17649 if test -z "$ac_lib"; then
17650 ac_res="none required"
17653 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17655 rm -f conftest.$ac_objext conftest$ac_exeext
17656 if { (ac_try="$ac_link"
17657 case "(($ac_try" in
17658 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17659 *) ac_try_echo
=$ac_try;;
17661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17662 (eval "$ac_link") 2>conftest.er1
17664 grep -v '^ *+' conftest.er1
>conftest.err
17666 cat conftest.err
>&5
17667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668 (exit $ac_status); } && {
17669 test -z "$ac_c_werror_flag" ||
17670 test ! -s conftest.err
17671 } && test -s conftest
$ac_exeext &&
17672 $as_test_x conftest
$ac_exeext; then
17673 ac_cv_search_gethostbyname
=$ac_res
17675 echo "$as_me: failed program was:" >&5
17676 sed 's/^/| /' conftest.
$ac_ext >&5
17681 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17683 if test "${ac_cv_search_gethostbyname+set}" = set; then
17687 if test "${ac_cv_search_gethostbyname+set}" = set; then
17690 ac_cv_search_gethostbyname
=no
17692 rm conftest.
$ac_ext
17693 LIBS
=$ac_func_search_save_LIBS
17695 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17696 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17697 ac_res
=$ac_cv_search_gethostbyname
17698 if test "$ac_res" != no
; then
17699 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17704 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17705 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17706 if test "${ac_cv_search_connect+set}" = set; then
17707 echo $ECHO_N "(cached) $ECHO_C" >&6
17709 ac_func_search_save_LIBS
=$LIBS
17710 cat >conftest.
$ac_ext <<_ACEOF
17713 cat confdefs.h
>>conftest.
$ac_ext
17714 cat >>conftest.
$ac_ext <<_ACEOF
17715 /* end confdefs.h. */
17717 /* Override any GCC internal prototype to avoid an error.
17718 Use char because int might match the return type of a GCC
17719 builtin and then its argument prototype would still apply. */
17732 for ac_lib
in '' socket
; do
17733 if test -z "$ac_lib"; then
17734 ac_res
="none required"
17737 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17739 rm -f conftest.
$ac_objext conftest
$ac_exeext
17740 if { (ac_try
="$ac_link"
17741 case "(($ac_try" in
17742 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17743 *) ac_try_echo=$ac_try;;
17745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17746 (eval "$ac_link") 2>conftest.er1
17748 grep -v '^ *+' conftest.er1 >conftest.err
17750 cat conftest.err >&5
17751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752 (exit $ac_status); } && {
17753 test -z "$ac_c_werror_flag" ||
17754 test ! -s conftest.err
17755 } && test -s conftest$ac_exeext &&
17756 $as_test_x conftest$ac_exeext; then
17757 ac_cv_search_connect=$ac_res
17759 echo "$as_me: failed program was:" >&5
17760 sed 's/^/| /' conftest.$ac_ext >&5
17765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17767 if test "${ac_cv_search_connect+set}" = set; then
17771 if test "${ac_cv_search_connect+set}" = set; then
17774 ac_cv_search_connect=no
17776 rm conftest.$ac_ext
17777 LIBS=$ac_func_search_save_LIBS
17779 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17780 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17781 ac_res=$ac_cv_search_connect
17782 if test "$ac_res" != no; then
17783 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17788 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17789 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17790 if test "${ac_cv_search_inet_aton+set}" = set; then
17791 echo $ECHO_N "(cached) $ECHO_C" >&6
17793 ac_func_search_save_LIBS=$LIBS
17794 cat >conftest.$ac_ext <<_ACEOF
17797 cat confdefs.h >>conftest.$ac_ext
17798 cat >>conftest.$ac_ext <<_ACEOF
17799 /* end confdefs.h. */
17801 /* Override any GCC internal prototype to avoid an error.
17802 Use char because int might match the return type of a GCC
17803 builtin and then its argument prototype would still apply. */
17811 return inet_aton ();
17816 for ac_lib in '' resolv; do
17817 if test -z "$ac_lib"; then
17818 ac_res="none required"
17821 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17823 rm -f conftest.$ac_objext conftest$ac_exeext
17824 if { (ac_try="$ac_link"
17825 case "(($ac_try" in
17826 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17827 *) ac_try_echo
=$ac_try;;
17829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17830 (eval "$ac_link") 2>conftest.er1
17832 grep -v '^ *+' conftest.er1
>conftest.err
17834 cat conftest.err
>&5
17835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17836 (exit $ac_status); } && {
17837 test -z "$ac_c_werror_flag" ||
17838 test ! -s conftest.err
17839 } && test -s conftest
$ac_exeext &&
17840 $as_test_x conftest
$ac_exeext; then
17841 ac_cv_search_inet_aton
=$ac_res
17843 echo "$as_me: failed program was:" >&5
17844 sed 's/^/| /' conftest.
$ac_ext >&5
17849 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17851 if test "${ac_cv_search_inet_aton+set}" = set; then
17855 if test "${ac_cv_search_inet_aton+set}" = set; then
17858 ac_cv_search_inet_aton
=no
17860 rm conftest.
$ac_ext
17861 LIBS
=$ac_func_search_save_LIBS
17863 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17864 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17865 ac_res
=$ac_cv_search_inet_aton
17866 if test "$ac_res" != no
; then
17867 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17891 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17892 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17893 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17894 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17895 echo $ECHO_N "(cached) $ECHO_C" >&6
17897 cat >conftest.
$ac_ext <<_ACEOF
17900 cat confdefs.h
>>conftest.
$ac_ext
17901 cat >>conftest.
$ac_ext <<_ACEOF
17902 /* end confdefs.h. */
17903 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17905 #define $ac_func innocuous_$ac_func
17907 /* System header to define __stub macros and hopefully few prototypes,
17908 which can conflict with char $ac_func (); below.
17909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17910 <limits.h> exists even on freestanding compilers. */
17913 # include <limits.h>
17915 # include <assert.h>
17920 /* Override any GCC internal prototype to avoid an error.
17921 Use char because int might match the return type of a GCC
17922 builtin and then its argument prototype would still apply. */
17927 /* The GNU C library defines this for functions which it implements
17928 to always fail with ENOSYS. Some functions are actually named
17929 something starting with __ and the normal name is an alias. */
17930 #if defined __stub_$ac_func || defined __stub___$ac_func
17937 return $ac_func ();
17942 rm -f conftest.
$ac_objext conftest
$ac_exeext
17943 if { (ac_try
="$ac_link"
17944 case "(($ac_try" in
17945 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17946 *) ac_try_echo=$ac_try;;
17948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17949 (eval "$ac_link") 2>conftest.er1
17951 grep -v '^ *+' conftest.er1 >conftest.err
17953 cat conftest.err >&5
17954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17955 (exit $ac_status); } && {
17956 test -z "$ac_c_werror_flag" ||
17957 test ! -s conftest.err
17958 } && test -s conftest$ac_exeext &&
17959 $as_test_x conftest$ac_exeext; then
17960 eval "$as_ac_var=yes"
17962 echo "$as_me: failed program was:" >&5
17963 sed 's/^/| /' conftest.$ac_ext >&5
17965 eval "$as_ac_var=no"
17968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17969 conftest$ac_exeext conftest.$ac_ext
17971 ac_res=`eval echo '${'$as_ac_var'}'`
17972 { echo "$as_me:$LINENO: result: $ac_res" >&5
17973 echo "${ECHO_T}$ac_res" >&6; }
17974 if test `eval echo '${'$as_ac_var'}'` = yes; then
17975 cat >>confdefs.h <<_ACEOF
17976 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17985 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17987 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17988 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17989 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17990 echo $ECHO_N "(cached) $ECHO_C" >&6
17992 cat >conftest.$ac_ext <<_ACEOF
17995 cat confdefs.h >>conftest.$ac_ext
17996 cat >>conftest.$ac_ext <<_ACEOF
17997 /* end confdefs.h. */
18000 typedef LDAPSortKey ac__type_new_;
18004 if ((ac__type_new_ *) 0)
18006 if (sizeof (ac__type_new_))
18012 rm -f conftest.$ac_objext
18013 if { (ac_try="$ac_compile"
18014 case "(($ac_try" in
18015 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18016 *) ac_try_echo
=$ac_try;;
18018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18019 (eval "$ac_compile") 2>conftest.er1
18021 grep -v '^ *+' conftest.er1
>conftest.err
18023 cat conftest.err
>&5
18024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18025 (exit $ac_status); } && {
18026 test -z "$ac_c_werror_flag" ||
18027 test ! -s conftest.err
18028 } && test -s conftest.
$ac_objext; then
18029 ac_cv_type_LDAPSortKey
=yes
18031 echo "$as_me: failed program was:" >&5
18032 sed 's/^/| /' conftest.
$ac_ext >&5
18034 ac_cv_type_LDAPSortKey
=no
18037 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18039 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18040 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18041 if test $ac_cv_type_LDAPSortKey = yes; then
18042 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18043 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18044 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18045 echo $ECHO_N "(cached) $ECHO_C" >&6
18047 ac_check_lib_save_LIBS
=$LIBS
18048 LIBS
="-lldap_r $LIBPTHREAD $LIBS"
18049 cat >conftest.
$ac_ext <<_ACEOF
18052 cat confdefs.h
>>conftest.
$ac_ext
18053 cat >>conftest.
$ac_ext <<_ACEOF
18054 /* end confdefs.h. */
18056 /* Override any GCC internal prototype to avoid an error.
18057 Use char because int might match the return type of a GCC
18058 builtin and then its argument prototype would still apply. */
18062 char ldap_initialize ();
18066 return ldap_initialize ();
18071 rm -f conftest.
$ac_objext conftest
$ac_exeext
18072 if { (ac_try
="$ac_link"
18073 case "(($ac_try" in
18074 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18075 *) ac_try_echo=$ac_try;;
18077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18078 (eval "$ac_link") 2>conftest.er1
18080 grep -v '^ *+' conftest.er1 >conftest.err
18082 cat conftest.err >&5
18083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18084 (exit $ac_status); } && {
18085 test -z "$ac_c_werror_flag" ||
18086 test ! -s conftest.err
18087 } && test -s conftest$ac_exeext &&
18088 $as_test_x conftest$ac_exeext; then
18089 ac_cv_lib_ldap_r_ldap_initialize=yes
18091 echo "$as_me: failed program was:" >&5
18092 sed 's/^/| /' conftest.$ac_ext >&5
18094 ac_cv_lib_ldap_r_ldap_initialize=no
18097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18098 conftest$ac_exeext conftest.$ac_ext
18099 LIBS=$ac_check_lib_save_LIBS
18101 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18102 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18103 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18104 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18105 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18106 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18107 echo $ECHO_N "(cached) $ECHO_C" >&6
18109 ac_check_lib_save_LIBS=$LIBS
18110 LIBS="-llber $LIBPTHREAD $LIBS"
18111 cat >conftest.$ac_ext <<_ACEOF
18114 cat confdefs.h >>conftest.$ac_ext
18115 cat >>conftest.$ac_ext <<_ACEOF
18116 /* end confdefs.h. */
18118 /* Override any GCC internal prototype to avoid an error.
18119 Use char because int might match the return type of a GCC
18120 builtin and then its argument prototype would still apply. */
18128 return ber_init ();
18133 rm -f conftest.$ac_objext conftest$ac_exeext
18134 if { (ac_try="$ac_link"
18135 case "(($ac_try" in
18136 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18137 *) ac_try_echo
=$ac_try;;
18139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18140 (eval "$ac_link") 2>conftest.er1
18142 grep -v '^ *+' conftest.er1
>conftest.err
18144 cat conftest.err
>&5
18145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18146 (exit $ac_status); } && {
18147 test -z "$ac_c_werror_flag" ||
18148 test ! -s conftest.err
18149 } && test -s conftest
$ac_exeext &&
18150 $as_test_x conftest
$ac_exeext; then
18151 ac_cv_lib_lber_ber_init
=yes
18153 echo "$as_me: failed program was:" >&5
18154 sed 's/^/| /' conftest.
$ac_ext >&5
18156 ac_cv_lib_lber_ber_init
=no
18159 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18160 conftest
$ac_exeext conftest.
$ac_ext
18161 LIBS
=$ac_check_lib_save_LIBS
18163 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18164 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18165 if test $ac_cv_lib_lber_ber_init = yes; then
18167 cat >>confdefs.h
<<\_ACEOF
18168 #define HAVE_LDAP 1
18171 LDAPLIBS
="-lldap_r -llber"
18178 ac_wine_check_funcs_save_LIBS
="$LIBS"
18179 LIBS
="$LIBS $LDAPLIBS $LIBPTHREAD"
18189 ldap_count_references \
18190 ldap_first_reference \
18191 ldap_next_reference \
18192 ldap_parse_reference \
18193 ldap_parse_sort_control \
18194 ldap_parse_sortresponse_control \
18195 ldap_parse_vlv_control \
18196 ldap_parse_vlvresponse_control
18198 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18199 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18201 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18202 echo $ECHO_N "(cached) $ECHO_C" >&6
18204 cat >conftest.
$ac_ext <<_ACEOF
18207 cat confdefs.h
>>conftest.
$ac_ext
18208 cat >>conftest.
$ac_ext <<_ACEOF
18209 /* end confdefs.h. */
18210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18212 #define $ac_func innocuous_$ac_func
18214 /* System header to define __stub macros and hopefully few prototypes,
18215 which can conflict with char $ac_func (); below.
18216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18217 <limits.h> exists even on freestanding compilers. */
18220 # include <limits.h>
18222 # include <assert.h>
18227 /* Override any GCC internal prototype to avoid an error.
18228 Use char because int might match the return type of a GCC
18229 builtin and then its argument prototype would still apply. */
18234 /* The GNU C library defines this for functions which it implements
18235 to always fail with ENOSYS. Some functions are actually named
18236 something starting with __ and the normal name is an alias. */
18237 #if defined __stub_$ac_func || defined __stub___$ac_func
18244 return $ac_func ();
18249 rm -f conftest.
$ac_objext conftest
$ac_exeext
18250 if { (ac_try
="$ac_link"
18251 case "(($ac_try" in
18252 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18253 *) ac_try_echo=$ac_try;;
18255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18256 (eval "$ac_link") 2>conftest.er1
18258 grep -v '^ *+' conftest.er1 >conftest.err
18260 cat conftest.err >&5
18261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18262 (exit $ac_status); } && {
18263 test -z "$ac_c_werror_flag" ||
18264 test ! -s conftest.err
18265 } && test -s conftest$ac_exeext &&
18266 $as_test_x conftest$ac_exeext; then
18267 eval "$as_ac_var=yes"
18269 echo "$as_me: failed program was:" >&5
18270 sed 's/^/| /' conftest.$ac_ext >&5
18272 eval "$as_ac_var=no"
18275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18276 conftest$ac_exeext conftest.$ac_ext
18278 ac_res=`eval echo '${'$as_ac_var'}'`
18279 { echo "$as_me:$LINENO: result: $ac_res" >&5
18280 echo "${ECHO_T}$ac_res" >&6; }
18281 if test `eval echo '${'$as_ac_var'}'` = yes; then
18282 cat >>confdefs.h <<_ACEOF
18283 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
18289 LIBS="$ac_wine_check_funcs_save_LIBS"
18291 if test "x$LDAPLIBS" = "x"; then
18292 case "x$with_ldap" in
18293 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18295 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18296 This is an error since --with-ldap was requested." >&5
18297 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18298 This is an error since --with-ldap was requested." >&2;}
18299 { (exit 1); exit 1; }; } ;;
18305 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18306 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18307 if test "${ac_cv_c_const+set}" = set; then
18308 echo $ECHO_N "(cached) $ECHO_C" >&6
18310 cat >conftest.$ac_ext <<_ACEOF
18313 cat confdefs.h >>conftest.$ac_ext
18314 cat >>conftest.$ac_ext <<_ACEOF
18315 /* end confdefs.h. */
18320 /* FIXME: Include the comments suggested by Paul. */
18321 #ifndef __cplusplus
18322 /* Ultrix mips cc rejects this. */
18323 typedef int charset[2];
18325 /* SunOS 4.1.1 cc rejects this. */
18326 char const *const *pcpcc;
18328 /* NEC SVR4.0.2 mips cc rejects this. */
18329 struct point {int x, y;};
18330 static struct point const zero = {0,0};
18331 /* AIX XL C 1.02.0.0 rejects this.
18332 It does not let you subtract one const X* pointer from another in
18333 an arm of an if-expression whose if-part is not a constant
18335 const char *g = "string";
18336 pcpcc = &g + (g ? g-g : 0);
18337 /* HPUX 7.0 cc rejects these. */
18339 ppc = (char**) pcpcc;
18340 pcpcc = (char const *const *) ppc;
18341 { /* SCO 3.2v4 cc rejects this. */
18343 char const *s = 0 ? (char *) 0 : (char const *) 0;
18348 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18349 int x[] = {25, 17};
18350 const int *foo = &x[0];
18353 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18354 typedef const int *iptr;
18358 { /* AIX XL C 1.02.0.0 rejects this saying
18359 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18360 struct s { int j; const int *ap[3]; };
18361 struct s *b; b->j = 5;
18363 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18364 const int foo = 10;
18365 if (!foo) return 0;
18367 return !cs[0] && !zero.x;
18374 rm -f conftest.$ac_objext
18375 if { (ac_try="$ac_compile"
18376 case "(($ac_try" in
18377 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18378 *) ac_try_echo
=$ac_try;;
18380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18381 (eval "$ac_compile") 2>conftest.er1
18383 grep -v '^ *+' conftest.er1
>conftest.err
18385 cat conftest.err
>&5
18386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18387 (exit $ac_status); } && {
18388 test -z "$ac_c_werror_flag" ||
18389 test ! -s conftest.err
18390 } && test -s conftest.
$ac_objext; then
18393 echo "$as_me: failed program was:" >&5
18394 sed 's/^/| /' conftest.
$ac_ext >&5
18399 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18401 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18402 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18403 if test $ac_cv_c_const = no
; then
18405 cat >>confdefs.h
<<\_ACEOF
18411 { echo "$as_me:$LINENO: checking for inline" >&5
18412 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18413 if test "${ac_cv_c_inline+set}" = set; then
18414 echo $ECHO_N "(cached) $ECHO_C" >&6
18417 for ac_kw
in inline __inline__ __inline
; do
18418 cat >conftest.
$ac_ext <<_ACEOF
18421 cat confdefs.h
>>conftest.
$ac_ext
18422 cat >>conftest.
$ac_ext <<_ACEOF
18423 /* end confdefs.h. */
18424 #ifndef __cplusplus
18426 static $ac_kw foo_t static_foo () {return 0; }
18427 $ac_kw foo_t foo () {return 0; }
18431 rm -f conftest.
$ac_objext
18432 if { (ac_try
="$ac_compile"
18433 case "(($ac_try" in
18434 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18435 *) ac_try_echo=$ac_try;;
18437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18438 (eval "$ac_compile") 2>conftest.er1
18440 grep -v '^ *+' conftest.er1 >conftest.err
18442 cat conftest.err >&5
18443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18444 (exit $ac_status); } && {
18445 test -z "$ac_c_werror_flag" ||
18446 test ! -s conftest.err
18447 } && test -s conftest.$ac_objext; then
18448 ac_cv_c_inline=$ac_kw
18450 echo "$as_me: failed program was:" >&5
18451 sed 's/^/| /' conftest.$ac_ext >&5
18456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18457 test "$ac_cv_c_inline" != no && break
18461 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18462 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18465 case $ac_cv_c_inline in
18468 case $ac_cv_c_inline in
18470 *) ac_val=$ac_cv_c_inline;;
18472 cat >>confdefs.h <<_ACEOF
18473 #ifndef __cplusplus
18474 #define inline $ac_val
18480 { echo "$as_me:$LINENO: checking for mode_t" >&5
18481 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18482 if test "${ac_cv_type_mode_t+set}" = set; then
18483 echo $ECHO_N "(cached) $ECHO_C" >&6
18485 cat >conftest.$ac_ext <<_ACEOF
18488 cat confdefs.h >>conftest.$ac_ext
18489 cat >>conftest.$ac_ext <<_ACEOF
18490 /* end confdefs.h. */
18491 $ac_includes_default
18492 typedef mode_t ac__type_new_;
18496 if ((ac__type_new_ *) 0)
18498 if (sizeof (ac__type_new_))
18504 rm -f conftest.$ac_objext
18505 if { (ac_try="$ac_compile"
18506 case "(($ac_try" in
18507 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18508 *) ac_try_echo
=$ac_try;;
18510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18511 (eval "$ac_compile") 2>conftest.er1
18513 grep -v '^ *+' conftest.er1
>conftest.err
18515 cat conftest.err
>&5
18516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18517 (exit $ac_status); } && {
18518 test -z "$ac_c_werror_flag" ||
18519 test ! -s conftest.err
18520 } && test -s conftest.
$ac_objext; then
18521 ac_cv_type_mode_t
=yes
18523 echo "$as_me: failed program was:" >&5
18524 sed 's/^/| /' conftest.
$ac_ext >&5
18526 ac_cv_type_mode_t
=no
18529 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18531 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18532 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18533 if test $ac_cv_type_mode_t = yes; then
18535 cat >>confdefs.h
<<_ACEOF
18536 #define HAVE_MODE_T 1
18541 { echo "$as_me:$LINENO: checking for off_t" >&5
18542 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18543 if test "${ac_cv_type_off_t+set}" = set; then
18544 echo $ECHO_N "(cached) $ECHO_C" >&6
18546 cat >conftest.
$ac_ext <<_ACEOF
18549 cat confdefs.h
>>conftest.
$ac_ext
18550 cat >>conftest.
$ac_ext <<_ACEOF
18551 /* end confdefs.h. */
18552 $ac_includes_default
18553 typedef off_t ac__type_new_;
18557 if ((ac__type_new_ *) 0)
18559 if (sizeof (ac__type_new_))
18565 rm -f conftest.
$ac_objext
18566 if { (ac_try
="$ac_compile"
18567 case "(($ac_try" in
18568 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18569 *) ac_try_echo=$ac_try;;
18571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18572 (eval "$ac_compile") 2>conftest.er1
18574 grep -v '^ *+' conftest.er1 >conftest.err
18576 cat conftest.err >&5
18577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18578 (exit $ac_status); } && {
18579 test -z "$ac_c_werror_flag" ||
18580 test ! -s conftest.err
18581 } && test -s conftest.$ac_objext; then
18582 ac_cv_type_off_t=yes
18584 echo "$as_me: failed program was:" >&5
18585 sed 's/^/| /' conftest.$ac_ext >&5
18587 ac_cv_type_off_t=no
18590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18592 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18593 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18594 if test $ac_cv_type_off_t = yes; then
18596 cat >>confdefs.h <<_ACEOF
18597 #define HAVE_OFF_T 1
18602 { echo "$as_me:$LINENO: checking for pid_t" >&5
18603 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18604 if test "${ac_cv_type_pid_t+set}" = set; then
18605 echo $ECHO_N "(cached) $ECHO_C" >&6
18607 cat >conftest.$ac_ext <<_ACEOF
18610 cat confdefs.h >>conftest.$ac_ext
18611 cat >>conftest.$ac_ext <<_ACEOF
18612 /* end confdefs.h. */
18613 $ac_includes_default
18614 typedef pid_t ac__type_new_;
18618 if ((ac__type_new_ *) 0)
18620 if (sizeof (ac__type_new_))
18626 rm -f conftest.$ac_objext
18627 if { (ac_try="$ac_compile"
18628 case "(($ac_try" in
18629 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18630 *) ac_try_echo
=$ac_try;;
18632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18633 (eval "$ac_compile") 2>conftest.er1
18635 grep -v '^ *+' conftest.er1
>conftest.err
18637 cat conftest.err
>&5
18638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18639 (exit $ac_status); } && {
18640 test -z "$ac_c_werror_flag" ||
18641 test ! -s conftest.err
18642 } && test -s conftest.
$ac_objext; then
18643 ac_cv_type_pid_t
=yes
18645 echo "$as_me: failed program was:" >&5
18646 sed 's/^/| /' conftest.
$ac_ext >&5
18648 ac_cv_type_pid_t
=no
18651 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18653 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18654 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18655 if test $ac_cv_type_pid_t = yes; then
18657 cat >>confdefs.h
<<_ACEOF
18658 #define HAVE_PID_T 1
18663 { echo "$as_me:$LINENO: checking for size_t" >&5
18664 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18665 if test "${ac_cv_type_size_t+set}" = set; then
18666 echo $ECHO_N "(cached) $ECHO_C" >&6
18668 cat >conftest.
$ac_ext <<_ACEOF
18671 cat confdefs.h
>>conftest.
$ac_ext
18672 cat >>conftest.
$ac_ext <<_ACEOF
18673 /* end confdefs.h. */
18674 $ac_includes_default
18675 typedef size_t ac__type_new_;
18679 if ((ac__type_new_ *) 0)
18681 if (sizeof (ac__type_new_))
18687 rm -f conftest.
$ac_objext
18688 if { (ac_try
="$ac_compile"
18689 case "(($ac_try" in
18690 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18691 *) ac_try_echo=$ac_try;;
18693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18694 (eval "$ac_compile") 2>conftest.er1
18696 grep -v '^ *+' conftest.er1 >conftest.err
18698 cat conftest.err >&5
18699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18700 (exit $ac_status); } && {
18701 test -z "$ac_c_werror_flag" ||
18702 test ! -s conftest.err
18703 } && test -s conftest.$ac_objext; then
18704 ac_cv_type_size_t=yes
18706 echo "$as_me: failed program was:" >&5
18707 sed 's/^/| /' conftest.$ac_ext >&5
18709 ac_cv_type_size_t=no
18712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18714 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18715 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18716 if test $ac_cv_type_size_t = yes; then
18718 cat >>confdefs.h <<_ACEOF
18719 #define HAVE_SIZE_T 1
18724 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18725 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18726 if test "${ac_cv_type_ssize_t+set}" = set; then
18727 echo $ECHO_N "(cached) $ECHO_C" >&6
18729 cat >conftest.$ac_ext <<_ACEOF
18732 cat confdefs.h >>conftest.$ac_ext
18733 cat >>conftest.$ac_ext <<_ACEOF
18734 /* end confdefs.h. */
18735 $ac_includes_default
18736 typedef ssize_t ac__type_new_;
18740 if ((ac__type_new_ *) 0)
18742 if (sizeof (ac__type_new_))
18748 rm -f conftest.$ac_objext
18749 if { (ac_try="$ac_compile"
18750 case "(($ac_try" in
18751 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18752 *) ac_try_echo
=$ac_try;;
18754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18755 (eval "$ac_compile") 2>conftest.er1
18757 grep -v '^ *+' conftest.er1
>conftest.err
18759 cat conftest.err
>&5
18760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18761 (exit $ac_status); } && {
18762 test -z "$ac_c_werror_flag" ||
18763 test ! -s conftest.err
18764 } && test -s conftest.
$ac_objext; then
18765 ac_cv_type_ssize_t
=yes
18767 echo "$as_me: failed program was:" >&5
18768 sed 's/^/| /' conftest.
$ac_ext >&5
18770 ac_cv_type_ssize_t
=no
18773 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18775 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18776 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18777 if test $ac_cv_type_ssize_t = yes; then
18779 cat >>confdefs.h
<<_ACEOF
18780 #define HAVE_SSIZE_T 1
18785 { echo "$as_me:$LINENO: checking for long long" >&5
18786 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18787 if test "${ac_cv_type_long_long+set}" = set; then
18788 echo $ECHO_N "(cached) $ECHO_C" >&6
18790 cat >conftest.
$ac_ext <<_ACEOF
18793 cat confdefs.h
>>conftest.
$ac_ext
18794 cat >>conftest.
$ac_ext <<_ACEOF
18795 /* end confdefs.h. */
18796 $ac_includes_default
18797 typedef long long ac__type_new_;
18801 if ((ac__type_new_ *) 0)
18803 if (sizeof (ac__type_new_))
18809 rm -f conftest.
$ac_objext
18810 if { (ac_try
="$ac_compile"
18811 case "(($ac_try" in
18812 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18813 *) ac_try_echo=$ac_try;;
18815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18816 (eval "$ac_compile") 2>conftest.er1
18818 grep -v '^ *+' conftest.er1 >conftest.err
18820 cat conftest.err >&5
18821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18822 (exit $ac_status); } && {
18823 test -z "$ac_c_werror_flag" ||
18824 test ! -s conftest.err
18825 } && test -s conftest.$ac_objext; then
18826 ac_cv_type_long_long=yes
18828 echo "$as_me: failed program was:" >&5
18829 sed 's/^/| /' conftest.$ac_ext >&5
18831 ac_cv_type_long_long=no
18834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18836 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18837 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18838 if test $ac_cv_type_long_long = yes; then
18840 cat >>confdefs.h <<_ACEOF
18841 #define HAVE_LONG_LONG 1
18846 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18847 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18848 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18849 echo $ECHO_N "(cached) $ECHO_C" >&6
18851 cat >conftest.$ac_ext <<_ACEOF
18854 cat confdefs.h >>conftest.$ac_ext
18855 cat >>conftest.$ac_ext <<_ACEOF
18856 /* end confdefs.h. */
18857 $ac_includes_default
18858 typedef fsblkcnt_t ac__type_new_;
18862 if ((ac__type_new_ *) 0)
18864 if (sizeof (ac__type_new_))
18870 rm -f conftest.$ac_objext
18871 if { (ac_try="$ac_compile"
18872 case "(($ac_try" in
18873 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18874 *) ac_try_echo
=$ac_try;;
18876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18877 (eval "$ac_compile") 2>conftest.er1
18879 grep -v '^ *+' conftest.er1
>conftest.err
18881 cat conftest.err
>&5
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } && {
18884 test -z "$ac_c_werror_flag" ||
18885 test ! -s conftest.err
18886 } && test -s conftest.
$ac_objext; then
18887 ac_cv_type_fsblkcnt_t
=yes
18889 echo "$as_me: failed program was:" >&5
18890 sed 's/^/| /' conftest.
$ac_ext >&5
18892 ac_cv_type_fsblkcnt_t
=no
18895 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18897 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18898 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18899 if test $ac_cv_type_fsblkcnt_t = yes; then
18901 cat >>confdefs.h
<<_ACEOF
18902 #define HAVE_FSBLKCNT_T 1
18907 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18908 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18909 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18910 echo $ECHO_N "(cached) $ECHO_C" >&6
18912 cat >conftest.
$ac_ext <<_ACEOF
18915 cat confdefs.h
>>conftest.
$ac_ext
18916 cat >>conftest.
$ac_ext <<_ACEOF
18917 /* end confdefs.h. */
18918 $ac_includes_default
18919 typedef fsfilcnt_t ac__type_new_;
18923 if ((ac__type_new_ *) 0)
18925 if (sizeof (ac__type_new_))
18931 rm -f conftest.
$ac_objext
18932 if { (ac_try
="$ac_compile"
18933 case "(($ac_try" in
18934 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18935 *) ac_try_echo=$ac_try;;
18937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18938 (eval "$ac_compile") 2>conftest.er1
18940 grep -v '^ *+' conftest.er1 >conftest.err
18942 cat conftest.err >&5
18943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18944 (exit $ac_status); } && {
18945 test -z "$ac_c_werror_flag" ||
18946 test ! -s conftest.err
18947 } && test -s conftest.$ac_objext; then
18948 ac_cv_type_fsfilcnt_t=yes
18950 echo "$as_me: failed program was:" >&5
18951 sed 's/^/| /' conftest.$ac_ext >&5
18953 ac_cv_type_fsfilcnt_t=no
18956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18958 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18959 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18960 if test $ac_cv_type_fsfilcnt_t = yes; then
18962 cat >>confdefs.h <<_ACEOF
18963 #define HAVE_FSFILCNT_T 1
18969 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18970 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18971 if test "${ac_cv_type_sigset_t+set}" = set; then
18972 echo $ECHO_N "(cached) $ECHO_C" >&6
18974 cat >conftest.$ac_ext <<_ACEOF
18977 cat confdefs.h >>conftest.$ac_ext
18978 cat >>conftest.$ac_ext <<_ACEOF
18979 /* end confdefs.h. */
18980 #include <sys/types.h>
18981 #include <signal.h>
18983 typedef sigset_t ac__type_new_;
18987 if ((ac__type_new_ *) 0)
18989 if (sizeof (ac__type_new_))
18995 rm -f conftest.$ac_objext
18996 if { (ac_try="$ac_compile"
18997 case "(($ac_try" in
18998 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18999 *) ac_try_echo
=$ac_try;;
19001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19002 (eval "$ac_compile") 2>conftest.er1
19004 grep -v '^ *+' conftest.er1
>conftest.err
19006 cat conftest.err
>&5
19007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19008 (exit $ac_status); } && {
19009 test -z "$ac_c_werror_flag" ||
19010 test ! -s conftest.err
19011 } && test -s conftest.
$ac_objext; then
19012 ac_cv_type_sigset_t
=yes
19014 echo "$as_me: failed program was:" >&5
19015 sed 's/^/| /' conftest.
$ac_ext >&5
19017 ac_cv_type_sigset_t
=no
19020 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19022 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19023 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19024 if test $ac_cv_type_sigset_t = yes; then
19026 cat >>confdefs.h
<<_ACEOF
19027 #define HAVE_SIGSET_T 1
19033 { echo "$as_me:$LINENO: checking for request_sense" >&5
19034 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19035 if test "${ac_cv_type_request_sense+set}" = set; then
19036 echo $ECHO_N "(cached) $ECHO_C" >&6
19038 cat >conftest.
$ac_ext <<_ACEOF
19041 cat confdefs.h
>>conftest.
$ac_ext
19042 cat >>conftest.
$ac_ext <<_ACEOF
19043 /* end confdefs.h. */
19044 #include <linux/cdrom.h>
19046 typedef request_sense ac__type_new_;
19050 if ((ac__type_new_ *) 0)
19052 if (sizeof (ac__type_new_))
19058 rm -f conftest.
$ac_objext
19059 if { (ac_try
="$ac_compile"
19060 case "(($ac_try" in
19061 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19062 *) ac_try_echo=$ac_try;;
19064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19065 (eval "$ac_compile") 2>conftest.er1
19067 grep -v '^ *+' conftest.er1 >conftest.err
19069 cat conftest.err >&5
19070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19071 (exit $ac_status); } && {
19072 test -z "$ac_c_werror_flag" ||
19073 test ! -s conftest.err
19074 } && test -s conftest.$ac_objext; then
19075 ac_cv_type_request_sense=yes
19077 echo "$as_me: failed program was:" >&5
19078 sed 's/^/| /' conftest.$ac_ext >&5
19080 ac_cv_type_request_sense=no
19083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19085 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19086 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19087 if test $ac_cv_type_request_sense = yes; then
19089 cat >>confdefs.h <<_ACEOF
19090 #define HAVE_REQUEST_SENSE 1
19097 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19098 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19099 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19100 echo $ECHO_N "(cached) $ECHO_C" >&6
19102 cat >conftest.$ac_ext <<_ACEOF
19105 cat confdefs.h >>conftest.$ac_ext
19106 cat >>conftest.$ac_ext <<_ACEOF
19107 /* end confdefs.h. */
19108 #ifdef HAVE_LINUX_INPUT_H
19109 #include <linux/input.h>
19115 static struct ff_effect ac_aggr;
19116 if (ac_aggr.direction)
19122 rm -f conftest.$ac_objext
19123 if { (ac_try="$ac_compile"
19124 case "(($ac_try" in
19125 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19126 *) ac_try_echo
=$ac_try;;
19128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19129 (eval "$ac_compile") 2>conftest.er1
19131 grep -v '^ *+' conftest.er1
>conftest.err
19133 cat conftest.err
>&5
19134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19135 (exit $ac_status); } && {
19136 test -z "$ac_c_werror_flag" ||
19137 test ! -s conftest.err
19138 } && test -s conftest.
$ac_objext; then
19139 ac_cv_member_struct_ff_effect_direction
=yes
19141 echo "$as_me: failed program was:" >&5
19142 sed 's/^/| /' conftest.
$ac_ext >&5
19144 cat >conftest.
$ac_ext <<_ACEOF
19147 cat confdefs.h
>>conftest.
$ac_ext
19148 cat >>conftest.
$ac_ext <<_ACEOF
19149 /* end confdefs.h. */
19150 #ifdef HAVE_LINUX_INPUT_H
19151 #include <linux/input.h>
19157 static struct ff_effect ac_aggr;
19158 if (sizeof ac_aggr.direction)
19164 rm -f conftest.
$ac_objext
19165 if { (ac_try
="$ac_compile"
19166 case "(($ac_try" in
19167 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19168 *) ac_try_echo=$ac_try;;
19170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19171 (eval "$ac_compile") 2>conftest.er1
19173 grep -v '^ *+' conftest.er1 >conftest.err
19175 cat conftest.err >&5
19176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19177 (exit $ac_status); } && {
19178 test -z "$ac_c_werror_flag" ||
19179 test ! -s conftest.err
19180 } && test -s conftest.$ac_objext; then
19181 ac_cv_member_struct_ff_effect_direction=yes
19183 echo "$as_me: failed program was:" >&5
19184 sed 's/^/| /' conftest.$ac_ext >&5
19186 ac_cv_member_struct_ff_effect_direction=no
19189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19194 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19195 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19196 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19198 cat >>confdefs.h <<_ACEOF
19199 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19206 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19207 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19208 if test "${wine_cv_have_sigaddset+set}" = set; then
19209 echo $ECHO_N "(cached) $ECHO_C" >&6
19211 cat >conftest.$ac_ext <<_ACEOF
19214 cat confdefs.h >>conftest.$ac_ext
19215 cat >>conftest.$ac_ext <<_ACEOF
19216 /* end confdefs.h. */
19217 #include <signal.h>
19221 sigset_t set; sigaddset(&set,SIGTERM);
19226 rm -f conftest.$ac_objext conftest$ac_exeext
19227 if { (ac_try="$ac_link"
19228 case "(($ac_try" in
19229 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19230 *) ac_try_echo
=$ac_try;;
19232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19233 (eval "$ac_link") 2>conftest.er1
19235 grep -v '^ *+' conftest.er1
>conftest.err
19237 cat conftest.err
>&5
19238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19239 (exit $ac_status); } && {
19240 test -z "$ac_c_werror_flag" ||
19241 test ! -s conftest.err
19242 } && test -s conftest
$ac_exeext &&
19243 $as_test_x conftest
$ac_exeext; then
19244 wine_cv_have_sigaddset
=yes
19246 echo "$as_me: failed program was:" >&5
19247 sed 's/^/| /' conftest.
$ac_ext >&5
19249 wine_cv_have_sigaddset
=no
19252 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
19253 conftest
$ac_exeext conftest.
$ac_ext
19255 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19256 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19257 if test "$wine_cv_have_sigaddset" = "yes"
19260 cat >>confdefs.h
<<\_ACEOF
19261 #define HAVE_SIGADDSET 1
19267 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19268 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19269 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19270 echo $ECHO_N "(cached) $ECHO_C" >&6
19272 cat >conftest.
$ac_ext <<_ACEOF
19275 cat confdefs.h
>>conftest.
$ac_ext
19276 cat >>conftest.
$ac_ext <<_ACEOF
19277 /* end confdefs.h. */
19285 struct hostent *result;
19292 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19293 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19299 rm -f conftest.
$ac_objext conftest
$ac_exeext
19300 if { (ac_try
="$ac_link"
19301 case "(($ac_try" in
19302 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19303 *) ac_try_echo=$ac_try;;
19305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19306 (eval "$ac_link") 2>conftest.er1
19308 grep -v '^ *+' conftest.er1 >conftest.err
19310 cat conftest.err >&5
19311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19312 (exit $ac_status); } && {
19313 test -z "$ac_c_werror_flag" ||
19314 test ! -s conftest.err
19315 } && test -s conftest$ac_exeext &&
19316 $as_test_x conftest$ac_exeext; then
19317 wine_cv_linux_gethostbyname_r_6=yes
19319 echo "$as_me: failed program was:" >&5
19320 sed 's/^/| /' conftest.$ac_ext >&5
19322 wine_cv_linux_gethostbyname_r_6=no
19326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19327 conftest$ac_exeext conftest.$ac_ext
19330 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19331 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19332 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19335 cat >>confdefs.h <<\_ACEOF
19336 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19341 if test "$ac_cv_header_linux_joystick_h" = "yes"
19343 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19344 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19345 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19346 echo $ECHO_N "(cached) $ECHO_C" >&6
19348 cat >conftest.$ac_ext <<_ACEOF
19351 cat confdefs.h >>conftest.$ac_ext
19352 cat >>conftest.$ac_ext <<_ACEOF
19353 /* end confdefs.h. */
19355 #include <sys/ioctl.h>
19356 #include <sys/types.h>
19357 #include <linux/joystick.h>
19359 struct js_event blub;
19360 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19361 #error "no 2.2 header"
19372 rm -f conftest.$ac_objext
19373 if { (ac_try="$ac_compile"
19374 case "(($ac_try" in
19375 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19376 *) ac_try_echo
=$ac_try;;
19378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19379 (eval "$ac_compile") 2>conftest.er1
19381 grep -v '^ *+' conftest.er1
>conftest.err
19383 cat conftest.err
>&5
19384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385 (exit $ac_status); } && {
19386 test -z "$ac_c_werror_flag" ||
19387 test ! -s conftest.err
19388 } && test -s conftest.
$ac_objext; then
19389 wine_cv_linux_joystick_22_api
=yes
19391 echo "$as_me: failed program was:" >&5
19392 sed 's/^/| /' conftest.
$ac_ext >&5
19394 wine_cv_linux_joystick_22_api
=no
19397 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19400 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19401 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19402 if test "$wine_cv_linux_joystick_22_api" = "yes"
19405 cat >>confdefs.h
<<\_ACEOF
19406 #define HAVE_LINUX_22_JOYSTICK_API 1
19413 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19414 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19415 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19416 echo $ECHO_N "(cached) $ECHO_C" >&6
19418 cat >conftest.
$ac_ext <<_ACEOF
19421 cat confdefs.h
>>conftest.
$ac_ext
19422 cat >>conftest.
$ac_ext <<_ACEOF
19423 /* end confdefs.h. */
19424 #include <sys/types.h>
19425 #ifdef HAVE_SYS_PARAM_H
19426 # include <sys/param.h>
19428 #ifdef HAVE_SYS_MOUNT_H
19429 # include <sys/mount.h>
19431 #ifdef HAVE_SYS_VFS_H
19432 # include <sys/vfs.h>
19434 #ifdef HAVE_SYS_STATFS_H
19435 # include <sys/statfs.h>
19441 static struct statfs ac_aggr;
19442 if (ac_aggr.f_bfree)
19448 rm -f conftest.
$ac_objext
19449 if { (ac_try
="$ac_compile"
19450 case "(($ac_try" in
19451 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19452 *) ac_try_echo=$ac_try;;
19454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19455 (eval "$ac_compile") 2>conftest.er1
19457 grep -v '^ *+' conftest.er1 >conftest.err
19459 cat conftest.err >&5
19460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19461 (exit $ac_status); } && {
19462 test -z "$ac_c_werror_flag" ||
19463 test ! -s conftest.err
19464 } && test -s conftest.$ac_objext; then
19465 ac_cv_member_struct_statfs_f_bfree=yes
19467 echo "$as_me: failed program was:" >&5
19468 sed 's/^/| /' conftest.$ac_ext >&5
19470 cat >conftest.$ac_ext <<_ACEOF
19473 cat confdefs.h >>conftest.$ac_ext
19474 cat >>conftest.$ac_ext <<_ACEOF
19475 /* end confdefs.h. */
19476 #include <sys/types.h>
19477 #ifdef HAVE_SYS_PARAM_H
19478 # include <sys/param.h>
19480 #ifdef HAVE_SYS_MOUNT_H
19481 # include <sys/mount.h>
19483 #ifdef HAVE_SYS_VFS_H
19484 # include <sys/vfs.h>
19486 #ifdef HAVE_SYS_STATFS_H
19487 # include <sys/statfs.h>
19493 static struct statfs ac_aggr;
19494 if (sizeof ac_aggr.f_bfree)
19500 rm -f conftest.$ac_objext
19501 if { (ac_try="$ac_compile"
19502 case "(($ac_try" in
19503 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19504 *) ac_try_echo
=$ac_try;;
19506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19507 (eval "$ac_compile") 2>conftest.er1
19509 grep -v '^ *+' conftest.er1
>conftest.err
19511 cat conftest.err
>&5
19512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19513 (exit $ac_status); } && {
19514 test -z "$ac_c_werror_flag" ||
19515 test ! -s conftest.err
19516 } && test -s conftest.
$ac_objext; then
19517 ac_cv_member_struct_statfs_f_bfree
=yes
19519 echo "$as_me: failed program was:" >&5
19520 sed 's/^/| /' conftest.
$ac_ext >&5
19522 ac_cv_member_struct_statfs_f_bfree
=no
19525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19528 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19530 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19531 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19532 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19534 cat >>confdefs.h
<<_ACEOF
19535 #define HAVE_STRUCT_STATFS_F_BFREE 1
19540 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19541 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19542 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19543 echo $ECHO_N "(cached) $ECHO_C" >&6
19545 cat >conftest.
$ac_ext <<_ACEOF
19548 cat confdefs.h
>>conftest.
$ac_ext
19549 cat >>conftest.
$ac_ext <<_ACEOF
19550 /* end confdefs.h. */
19551 #include <sys/types.h>
19552 #ifdef HAVE_SYS_PARAM_H
19553 # include <sys/param.h>
19555 #ifdef HAVE_SYS_MOUNT_H
19556 # include <sys/mount.h>
19558 #ifdef HAVE_SYS_VFS_H
19559 # include <sys/vfs.h>
19561 #ifdef HAVE_SYS_STATFS_H
19562 # include <sys/statfs.h>
19568 static struct statfs ac_aggr;
19569 if (ac_aggr.f_bavail)
19575 rm -f conftest.
$ac_objext
19576 if { (ac_try
="$ac_compile"
19577 case "(($ac_try" in
19578 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19579 *) ac_try_echo=$ac_try;;
19581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19582 (eval "$ac_compile") 2>conftest.er1
19584 grep -v '^ *+' conftest.er1 >conftest.err
19586 cat conftest.err >&5
19587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19588 (exit $ac_status); } && {
19589 test -z "$ac_c_werror_flag" ||
19590 test ! -s conftest.err
19591 } && test -s conftest.$ac_objext; then
19592 ac_cv_member_struct_statfs_f_bavail=yes
19594 echo "$as_me: failed program was:" >&5
19595 sed 's/^/| /' conftest.$ac_ext >&5
19597 cat >conftest.$ac_ext <<_ACEOF
19600 cat confdefs.h >>conftest.$ac_ext
19601 cat >>conftest.$ac_ext <<_ACEOF
19602 /* end confdefs.h. */
19603 #include <sys/types.h>
19604 #ifdef HAVE_SYS_PARAM_H
19605 # include <sys/param.h>
19607 #ifdef HAVE_SYS_MOUNT_H
19608 # include <sys/mount.h>
19610 #ifdef HAVE_SYS_VFS_H
19611 # include <sys/vfs.h>
19613 #ifdef HAVE_SYS_STATFS_H
19614 # include <sys/statfs.h>
19620 static struct statfs ac_aggr;
19621 if (sizeof ac_aggr.f_bavail)
19627 rm -f conftest.$ac_objext
19628 if { (ac_try="$ac_compile"
19629 case "(($ac_try" in
19630 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19631 *) ac_try_echo
=$ac_try;;
19633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19634 (eval "$ac_compile") 2>conftest.er1
19636 grep -v '^ *+' conftest.er1
>conftest.err
19638 cat conftest.err
>&5
19639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19640 (exit $ac_status); } && {
19641 test -z "$ac_c_werror_flag" ||
19642 test ! -s conftest.err
19643 } && test -s conftest.
$ac_objext; then
19644 ac_cv_member_struct_statfs_f_bavail
=yes
19646 echo "$as_me: failed program was:" >&5
19647 sed 's/^/| /' conftest.
$ac_ext >&5
19649 ac_cv_member_struct_statfs_f_bavail
=no
19652 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19655 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19657 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19658 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19659 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19661 cat >>confdefs.h
<<_ACEOF
19662 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19667 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19668 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19669 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19670 echo $ECHO_N "(cached) $ECHO_C" >&6
19672 cat >conftest.
$ac_ext <<_ACEOF
19675 cat confdefs.h
>>conftest.
$ac_ext
19676 cat >>conftest.
$ac_ext <<_ACEOF
19677 /* end confdefs.h. */
19678 #include <sys/types.h>
19679 #ifdef HAVE_SYS_PARAM_H
19680 # include <sys/param.h>
19682 #ifdef HAVE_SYS_MOUNT_H
19683 # include <sys/mount.h>
19685 #ifdef HAVE_SYS_VFS_H
19686 # include <sys/vfs.h>
19688 #ifdef HAVE_SYS_STATFS_H
19689 # include <sys/statfs.h>
19695 static struct statfs ac_aggr;
19696 if (ac_aggr.f_frsize)
19702 rm -f conftest.
$ac_objext
19703 if { (ac_try
="$ac_compile"
19704 case "(($ac_try" in
19705 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19706 *) ac_try_echo=$ac_try;;
19708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19709 (eval "$ac_compile") 2>conftest.er1
19711 grep -v '^ *+' conftest.er1 >conftest.err
19713 cat conftest.err >&5
19714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19715 (exit $ac_status); } && {
19716 test -z "$ac_c_werror_flag" ||
19717 test ! -s conftest.err
19718 } && test -s conftest.$ac_objext; then
19719 ac_cv_member_struct_statfs_f_frsize=yes
19721 echo "$as_me: failed program was:" >&5
19722 sed 's/^/| /' conftest.$ac_ext >&5
19724 cat >conftest.$ac_ext <<_ACEOF
19727 cat confdefs.h >>conftest.$ac_ext
19728 cat >>conftest.$ac_ext <<_ACEOF
19729 /* end confdefs.h. */
19730 #include <sys/types.h>
19731 #ifdef HAVE_SYS_PARAM_H
19732 # include <sys/param.h>
19734 #ifdef HAVE_SYS_MOUNT_H
19735 # include <sys/mount.h>
19737 #ifdef HAVE_SYS_VFS_H
19738 # include <sys/vfs.h>
19740 #ifdef HAVE_SYS_STATFS_H
19741 # include <sys/statfs.h>
19747 static struct statfs ac_aggr;
19748 if (sizeof ac_aggr.f_frsize)
19754 rm -f conftest.$ac_objext
19755 if { (ac_try="$ac_compile"
19756 case "(($ac_try" in
19757 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19758 *) ac_try_echo
=$ac_try;;
19760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19761 (eval "$ac_compile") 2>conftest.er1
19763 grep -v '^ *+' conftest.er1
>conftest.err
19765 cat conftest.err
>&5
19766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19767 (exit $ac_status); } && {
19768 test -z "$ac_c_werror_flag" ||
19769 test ! -s conftest.err
19770 } && test -s conftest.
$ac_objext; then
19771 ac_cv_member_struct_statfs_f_frsize
=yes
19773 echo "$as_me: failed program was:" >&5
19774 sed 's/^/| /' conftest.
$ac_ext >&5
19776 ac_cv_member_struct_statfs_f_frsize
=no
19779 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19782 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19784 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19785 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19786 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19788 cat >>confdefs.h
<<_ACEOF
19789 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19794 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19795 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19796 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19797 echo $ECHO_N "(cached) $ECHO_C" >&6
19799 cat >conftest.
$ac_ext <<_ACEOF
19802 cat confdefs.h
>>conftest.
$ac_ext
19803 cat >>conftest.
$ac_ext <<_ACEOF
19804 /* end confdefs.h. */
19805 #include <sys/types.h>
19806 #ifdef HAVE_SYS_PARAM_H
19807 # include <sys/param.h>
19809 #ifdef HAVE_SYS_MOUNT_H
19810 # include <sys/mount.h>
19812 #ifdef HAVE_SYS_VFS_H
19813 # include <sys/vfs.h>
19815 #ifdef HAVE_SYS_STATFS_H
19816 # include <sys/statfs.h>
19822 static struct statfs ac_aggr;
19823 if (ac_aggr.f_ffree)
19829 rm -f conftest.
$ac_objext
19830 if { (ac_try
="$ac_compile"
19831 case "(($ac_try" in
19832 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19833 *) ac_try_echo=$ac_try;;
19835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19836 (eval "$ac_compile") 2>conftest.er1
19838 grep -v '^ *+' conftest.er1 >conftest.err
19840 cat conftest.err >&5
19841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19842 (exit $ac_status); } && {
19843 test -z "$ac_c_werror_flag" ||
19844 test ! -s conftest.err
19845 } && test -s conftest.$ac_objext; then
19846 ac_cv_member_struct_statfs_f_ffree=yes
19848 echo "$as_me: failed program was:" >&5
19849 sed 's/^/| /' conftest.$ac_ext >&5
19851 cat >conftest.$ac_ext <<_ACEOF
19854 cat confdefs.h >>conftest.$ac_ext
19855 cat >>conftest.$ac_ext <<_ACEOF
19856 /* end confdefs.h. */
19857 #include <sys/types.h>
19858 #ifdef HAVE_SYS_PARAM_H
19859 # include <sys/param.h>
19861 #ifdef HAVE_SYS_MOUNT_H
19862 # include <sys/mount.h>
19864 #ifdef HAVE_SYS_VFS_H
19865 # include <sys/vfs.h>
19867 #ifdef HAVE_SYS_STATFS_H
19868 # include <sys/statfs.h>
19874 static struct statfs ac_aggr;
19875 if (sizeof ac_aggr.f_ffree)
19881 rm -f conftest.$ac_objext
19882 if { (ac_try="$ac_compile"
19883 case "(($ac_try" in
19884 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19885 *) ac_try_echo
=$ac_try;;
19887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19888 (eval "$ac_compile") 2>conftest.er1
19890 grep -v '^ *+' conftest.er1
>conftest.err
19892 cat conftest.err
>&5
19893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19894 (exit $ac_status); } && {
19895 test -z "$ac_c_werror_flag" ||
19896 test ! -s conftest.err
19897 } && test -s conftest.
$ac_objext; then
19898 ac_cv_member_struct_statfs_f_ffree
=yes
19900 echo "$as_me: failed program was:" >&5
19901 sed 's/^/| /' conftest.
$ac_ext >&5
19903 ac_cv_member_struct_statfs_f_ffree
=no
19906 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19909 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
19911 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19912 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19913 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19915 cat >>confdefs.h
<<_ACEOF
19916 #define HAVE_STRUCT_STATFS_F_FFREE 1
19921 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19922 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19923 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19924 echo $ECHO_N "(cached) $ECHO_C" >&6
19926 cat >conftest.
$ac_ext <<_ACEOF
19929 cat confdefs.h
>>conftest.
$ac_ext
19930 cat >>conftest.
$ac_ext <<_ACEOF
19931 /* end confdefs.h. */
19932 #include <sys/types.h>
19933 #ifdef HAVE_SYS_PARAM_H
19934 # include <sys/param.h>
19936 #ifdef HAVE_SYS_MOUNT_H
19937 # include <sys/mount.h>
19939 #ifdef HAVE_SYS_VFS_H
19940 # include <sys/vfs.h>
19942 #ifdef HAVE_SYS_STATFS_H
19943 # include <sys/statfs.h>
19949 static struct statfs ac_aggr;
19950 if (ac_aggr.f_favail)
19956 rm -f conftest.
$ac_objext
19957 if { (ac_try
="$ac_compile"
19958 case "(($ac_try" in
19959 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19960 *) ac_try_echo=$ac_try;;
19962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19963 (eval "$ac_compile") 2>conftest.er1
19965 grep -v '^ *+' conftest.er1 >conftest.err
19967 cat conftest.err >&5
19968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969 (exit $ac_status); } && {
19970 test -z "$ac_c_werror_flag" ||
19971 test ! -s conftest.err
19972 } && test -s conftest.$ac_objext; then
19973 ac_cv_member_struct_statfs_f_favail=yes
19975 echo "$as_me: failed program was:" >&5
19976 sed 's/^/| /' conftest.$ac_ext >&5
19978 cat >conftest.$ac_ext <<_ACEOF
19981 cat confdefs.h >>conftest.$ac_ext
19982 cat >>conftest.$ac_ext <<_ACEOF
19983 /* end confdefs.h. */
19984 #include <sys/types.h>
19985 #ifdef HAVE_SYS_PARAM_H
19986 # include <sys/param.h>
19988 #ifdef HAVE_SYS_MOUNT_H
19989 # include <sys/mount.h>
19991 #ifdef HAVE_SYS_VFS_H
19992 # include <sys/vfs.h>
19994 #ifdef HAVE_SYS_STATFS_H
19995 # include <sys/statfs.h>
20001 static struct statfs ac_aggr;
20002 if (sizeof ac_aggr.f_favail)
20008 rm -f conftest.$ac_objext
20009 if { (ac_try="$ac_compile"
20010 case "(($ac_try" in
20011 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20012 *) ac_try_echo
=$ac_try;;
20014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20015 (eval "$ac_compile") 2>conftest.er1
20017 grep -v '^ *+' conftest.er1
>conftest.err
20019 cat conftest.err
>&5
20020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20021 (exit $ac_status); } && {
20022 test -z "$ac_c_werror_flag" ||
20023 test ! -s conftest.err
20024 } && test -s conftest.
$ac_objext; then
20025 ac_cv_member_struct_statfs_f_favail
=yes
20027 echo "$as_me: failed program was:" >&5
20028 sed 's/^/| /' conftest.
$ac_ext >&5
20030 ac_cv_member_struct_statfs_f_favail
=no
20033 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20036 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20038 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20039 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20040 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20042 cat >>confdefs.h
<<_ACEOF
20043 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20048 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20049 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20050 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20051 echo $ECHO_N "(cached) $ECHO_C" >&6
20053 cat >conftest.
$ac_ext <<_ACEOF
20056 cat confdefs.h
>>conftest.
$ac_ext
20057 cat >>conftest.
$ac_ext <<_ACEOF
20058 /* end confdefs.h. */
20059 #include <sys/types.h>
20060 #ifdef HAVE_SYS_PARAM_H
20061 # include <sys/param.h>
20063 #ifdef HAVE_SYS_MOUNT_H
20064 # include <sys/mount.h>
20066 #ifdef HAVE_SYS_VFS_H
20067 # include <sys/vfs.h>
20069 #ifdef HAVE_SYS_STATFS_H
20070 # include <sys/statfs.h>
20076 static struct statfs ac_aggr;
20077 if (ac_aggr.f_namelen)
20083 rm -f conftest.
$ac_objext
20084 if { (ac_try
="$ac_compile"
20085 case "(($ac_try" in
20086 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20087 *) ac_try_echo=$ac_try;;
20089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20090 (eval "$ac_compile") 2>conftest.er1
20092 grep -v '^ *+' conftest.er1 >conftest.err
20094 cat conftest.err >&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } && {
20097 test -z "$ac_c_werror_flag" ||
20098 test ! -s conftest.err
20099 } && test -s conftest.$ac_objext; then
20100 ac_cv_member_struct_statfs_f_namelen=yes
20102 echo "$as_me: failed program was:" >&5
20103 sed 's/^/| /' conftest.$ac_ext >&5
20105 cat >conftest.$ac_ext <<_ACEOF
20108 cat confdefs.h >>conftest.$ac_ext
20109 cat >>conftest.$ac_ext <<_ACEOF
20110 /* end confdefs.h. */
20111 #include <sys/types.h>
20112 #ifdef HAVE_SYS_PARAM_H
20113 # include <sys/param.h>
20115 #ifdef HAVE_SYS_MOUNT_H
20116 # include <sys/mount.h>
20118 #ifdef HAVE_SYS_VFS_H
20119 # include <sys/vfs.h>
20121 #ifdef HAVE_SYS_STATFS_H
20122 # include <sys/statfs.h>
20128 static struct statfs ac_aggr;
20129 if (sizeof ac_aggr.f_namelen)
20135 rm -f conftest.$ac_objext
20136 if { (ac_try="$ac_compile"
20137 case "(($ac_try" in
20138 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20139 *) ac_try_echo
=$ac_try;;
20141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20142 (eval "$ac_compile") 2>conftest.er1
20144 grep -v '^ *+' conftest.er1
>conftest.err
20146 cat conftest.err
>&5
20147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20148 (exit $ac_status); } && {
20149 test -z "$ac_c_werror_flag" ||
20150 test ! -s conftest.err
20151 } && test -s conftest.
$ac_objext; then
20152 ac_cv_member_struct_statfs_f_namelen
=yes
20154 echo "$as_me: failed program was:" >&5
20155 sed 's/^/| /' conftest.
$ac_ext >&5
20157 ac_cv_member_struct_statfs_f_namelen
=no
20160 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20163 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20165 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20166 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20167 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20169 cat >>confdefs.h
<<_ACEOF
20170 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20177 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20178 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20179 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20180 echo $ECHO_N "(cached) $ECHO_C" >&6
20182 cat >conftest.
$ac_ext <<_ACEOF
20185 cat confdefs.h
>>conftest.
$ac_ext
20186 cat >>conftest.
$ac_ext <<_ACEOF
20187 /* end confdefs.h. */
20188 #ifdef HAVE_SYS_STATVFS_H
20189 #include <sys/statvfs.h>
20195 static struct statvfs ac_aggr;
20196 if (ac_aggr.f_blocks)
20202 rm -f conftest.
$ac_objext
20203 if { (ac_try
="$ac_compile"
20204 case "(($ac_try" in
20205 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20206 *) ac_try_echo=$ac_try;;
20208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20209 (eval "$ac_compile") 2>conftest.er1
20211 grep -v '^ *+' conftest.er1 >conftest.err
20213 cat conftest.err >&5
20214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20215 (exit $ac_status); } && {
20216 test -z "$ac_c_werror_flag" ||
20217 test ! -s conftest.err
20218 } && test -s conftest.$ac_objext; then
20219 ac_cv_member_struct_statvfs_f_blocks=yes
20221 echo "$as_me: failed program was:" >&5
20222 sed 's/^/| /' conftest.$ac_ext >&5
20224 cat >conftest.$ac_ext <<_ACEOF
20227 cat confdefs.h >>conftest.$ac_ext
20228 cat >>conftest.$ac_ext <<_ACEOF
20229 /* end confdefs.h. */
20230 #ifdef HAVE_SYS_STATVFS_H
20231 #include <sys/statvfs.h>
20237 static struct statvfs ac_aggr;
20238 if (sizeof ac_aggr.f_blocks)
20244 rm -f conftest.$ac_objext
20245 if { (ac_try="$ac_compile"
20246 case "(($ac_try" in
20247 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20248 *) ac_try_echo
=$ac_try;;
20250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20251 (eval "$ac_compile") 2>conftest.er1
20253 grep -v '^ *+' conftest.er1
>conftest.err
20255 cat conftest.err
>&5
20256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20257 (exit $ac_status); } && {
20258 test -z "$ac_c_werror_flag" ||
20259 test ! -s conftest.err
20260 } && test -s conftest.
$ac_objext; then
20261 ac_cv_member_struct_statvfs_f_blocks
=yes
20263 echo "$as_me: failed program was:" >&5
20264 sed 's/^/| /' conftest.
$ac_ext >&5
20266 ac_cv_member_struct_statvfs_f_blocks
=no
20269 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20272 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20274 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20275 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20276 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20278 cat >>confdefs.h
<<_ACEOF
20279 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20286 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20287 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20288 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20289 echo $ECHO_N "(cached) $ECHO_C" >&6
20291 cat >conftest.
$ac_ext <<_ACEOF
20294 cat confdefs.h
>>conftest.
$ac_ext
20295 cat >>conftest.
$ac_ext <<_ACEOF
20296 /* end confdefs.h. */
20297 #include <sys/types.h>
20298 #ifdef HAVE_SYS_SOCKET_H
20299 # include <sys/socket.h>
20301 #ifdef HAVE_SYS_UN_H
20302 # include <sys/un.h>
20308 static struct msghdr ac_aggr;
20309 if (ac_aggr.msg_accrights)
20315 rm -f conftest.
$ac_objext
20316 if { (ac_try
="$ac_compile"
20317 case "(($ac_try" in
20318 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20319 *) ac_try_echo=$ac_try;;
20321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20322 (eval "$ac_compile") 2>conftest.er1
20324 grep -v '^ *+' conftest.er1 >conftest.err
20326 cat conftest.err >&5
20327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20328 (exit $ac_status); } && {
20329 test -z "$ac_c_werror_flag" ||
20330 test ! -s conftest.err
20331 } && test -s conftest.$ac_objext; then
20332 ac_cv_member_struct_msghdr_msg_accrights=yes
20334 echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.$ac_ext >&5
20337 cat >conftest.$ac_ext <<_ACEOF
20340 cat confdefs.h >>conftest.$ac_ext
20341 cat >>conftest.$ac_ext <<_ACEOF
20342 /* end confdefs.h. */
20343 #include <sys/types.h>
20344 #ifdef HAVE_SYS_SOCKET_H
20345 # include <sys/socket.h>
20347 #ifdef HAVE_SYS_UN_H
20348 # include <sys/un.h>
20354 static struct msghdr ac_aggr;
20355 if (sizeof ac_aggr.msg_accrights)
20361 rm -f conftest.$ac_objext
20362 if { (ac_try="$ac_compile"
20363 case "(($ac_try" in
20364 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20365 *) ac_try_echo
=$ac_try;;
20367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20368 (eval "$ac_compile") 2>conftest.er1
20370 grep -v '^ *+' conftest.er1
>conftest.err
20372 cat conftest.err
>&5
20373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20374 (exit $ac_status); } && {
20375 test -z "$ac_c_werror_flag" ||
20376 test ! -s conftest.err
20377 } && test -s conftest.
$ac_objext; then
20378 ac_cv_member_struct_msghdr_msg_accrights
=yes
20380 echo "$as_me: failed program was:" >&5
20381 sed 's/^/| /' conftest.
$ac_ext >&5
20383 ac_cv_member_struct_msghdr_msg_accrights
=no
20386 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20389 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20391 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20392 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20393 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20395 cat >>confdefs.h
<<_ACEOF
20396 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20401 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20402 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20403 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20404 echo $ECHO_N "(cached) $ECHO_C" >&6
20406 cat >conftest.
$ac_ext <<_ACEOF
20409 cat confdefs.h
>>conftest.
$ac_ext
20410 cat >>conftest.
$ac_ext <<_ACEOF
20411 /* end confdefs.h. */
20412 #include <sys/types.h>
20413 #ifdef HAVE_SYS_SOCKET_H
20414 # include <sys/socket.h>
20416 #ifdef HAVE_SYS_UN_H
20417 # include <sys/un.h>
20423 static struct sockaddr ac_aggr;
20424 if (ac_aggr.sa_len)
20430 rm -f conftest.
$ac_objext
20431 if { (ac_try
="$ac_compile"
20432 case "(($ac_try" in
20433 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20434 *) ac_try_echo=$ac_try;;
20436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20437 (eval "$ac_compile") 2>conftest.er1
20439 grep -v '^ *+' conftest.er1 >conftest.err
20441 cat conftest.err >&5
20442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20443 (exit $ac_status); } && {
20444 test -z "$ac_c_werror_flag" ||
20445 test ! -s conftest.err
20446 } && test -s conftest.$ac_objext; then
20447 ac_cv_member_struct_sockaddr_sa_len=yes
20449 echo "$as_me: failed program was:" >&5
20450 sed 's/^/| /' conftest.$ac_ext >&5
20452 cat >conftest.$ac_ext <<_ACEOF
20455 cat confdefs.h >>conftest.$ac_ext
20456 cat >>conftest.$ac_ext <<_ACEOF
20457 /* end confdefs.h. */
20458 #include <sys/types.h>
20459 #ifdef HAVE_SYS_SOCKET_H
20460 # include <sys/socket.h>
20462 #ifdef HAVE_SYS_UN_H
20463 # include <sys/un.h>
20469 static struct sockaddr ac_aggr;
20470 if (sizeof ac_aggr.sa_len)
20476 rm -f conftest.$ac_objext
20477 if { (ac_try="$ac_compile"
20478 case "(($ac_try" in
20479 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20480 *) ac_try_echo
=$ac_try;;
20482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20483 (eval "$ac_compile") 2>conftest.er1
20485 grep -v '^ *+' conftest.er1
>conftest.err
20487 cat conftest.err
>&5
20488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20489 (exit $ac_status); } && {
20490 test -z "$ac_c_werror_flag" ||
20491 test ! -s conftest.err
20492 } && test -s conftest.
$ac_objext; then
20493 ac_cv_member_struct_sockaddr_sa_len
=yes
20495 echo "$as_me: failed program was:" >&5
20496 sed 's/^/| /' conftest.
$ac_ext >&5
20498 ac_cv_member_struct_sockaddr_sa_len
=no
20501 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20504 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20506 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20507 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20508 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20510 cat >>confdefs.h
<<_ACEOF
20511 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20516 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20517 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20518 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20519 echo $ECHO_N "(cached) $ECHO_C" >&6
20521 cat >conftest.
$ac_ext <<_ACEOF
20524 cat confdefs.h
>>conftest.
$ac_ext
20525 cat >>conftest.
$ac_ext <<_ACEOF
20526 /* end confdefs.h. */
20527 #include <sys/types.h>
20528 #ifdef HAVE_SYS_SOCKET_H
20529 # include <sys/socket.h>
20531 #ifdef HAVE_SYS_UN_H
20532 # include <sys/un.h>
20538 static struct sockaddr_un ac_aggr;
20539 if (ac_aggr.sun_len)
20545 rm -f conftest.
$ac_objext
20546 if { (ac_try
="$ac_compile"
20547 case "(($ac_try" in
20548 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20549 *) ac_try_echo=$ac_try;;
20551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20552 (eval "$ac_compile") 2>conftest.er1
20554 grep -v '^ *+' conftest.er1 >conftest.err
20556 cat conftest.err >&5
20557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20558 (exit $ac_status); } && {
20559 test -z "$ac_c_werror_flag" ||
20560 test ! -s conftest.err
20561 } && test -s conftest.$ac_objext; then
20562 ac_cv_member_struct_sockaddr_un_sun_len=yes
20564 echo "$as_me: failed program was:" >&5
20565 sed 's/^/| /' conftest.$ac_ext >&5
20567 cat >conftest.$ac_ext <<_ACEOF
20570 cat confdefs.h >>conftest.$ac_ext
20571 cat >>conftest.$ac_ext <<_ACEOF
20572 /* end confdefs.h. */
20573 #include <sys/types.h>
20574 #ifdef HAVE_SYS_SOCKET_H
20575 # include <sys/socket.h>
20577 #ifdef HAVE_SYS_UN_H
20578 # include <sys/un.h>
20584 static struct sockaddr_un ac_aggr;
20585 if (sizeof ac_aggr.sun_len)
20591 rm -f conftest.$ac_objext
20592 if { (ac_try="$ac_compile"
20593 case "(($ac_try" in
20594 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20595 *) ac_try_echo
=$ac_try;;
20597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20598 (eval "$ac_compile") 2>conftest.er1
20600 grep -v '^ *+' conftest.er1
>conftest.err
20602 cat conftest.err
>&5
20603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20604 (exit $ac_status); } && {
20605 test -z "$ac_c_werror_flag" ||
20606 test ! -s conftest.err
20607 } && test -s conftest.
$ac_objext; then
20608 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20610 echo "$as_me: failed program was:" >&5
20611 sed 's/^/| /' conftest.
$ac_ext >&5
20613 ac_cv_member_struct_sockaddr_un_sun_len
=no
20616 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20619 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20621 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20622 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20623 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20625 cat >>confdefs.h
<<_ACEOF
20626 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20633 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20634 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20635 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20636 echo $ECHO_N "(cached) $ECHO_C" >&6
20638 cat >conftest.
$ac_ext <<_ACEOF
20641 cat confdefs.h
>>conftest.
$ac_ext
20642 cat >>conftest.
$ac_ext <<_ACEOF
20643 /* end confdefs.h. */
20644 #include <sys/types.h>
20645 #ifdef HAVE_SCSI_SG_H
20646 #include <scsi/sg.h>
20652 static scsireq_t ac_aggr;
20659 rm -f conftest.
$ac_objext
20660 if { (ac_try
="$ac_compile"
20661 case "(($ac_try" in
20662 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20663 *) ac_try_echo=$ac_try;;
20665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20666 (eval "$ac_compile") 2>conftest.er1
20668 grep -v '^ *+' conftest.er1 >conftest.err
20670 cat conftest.err >&5
20671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20672 (exit $ac_status); } && {
20673 test -z "$ac_c_werror_flag" ||
20674 test ! -s conftest.err
20675 } && test -s conftest.$ac_objext; then
20676 ac_cv_member_scsireq_t_cmd=yes
20678 echo "$as_me: failed program was:" >&5
20679 sed 's/^/| /' conftest.$ac_ext >&5
20681 cat >conftest.$ac_ext <<_ACEOF
20684 cat confdefs.h >>conftest.$ac_ext
20685 cat >>conftest.$ac_ext <<_ACEOF
20686 /* end confdefs.h. */
20687 #include <sys/types.h>
20688 #ifdef HAVE_SCSI_SG_H
20689 #include <scsi/sg.h>
20695 static scsireq_t ac_aggr;
20696 if (sizeof ac_aggr.cmd)
20702 rm -f conftest.$ac_objext
20703 if { (ac_try="$ac_compile"
20704 case "(($ac_try" in
20705 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20706 *) ac_try_echo
=$ac_try;;
20708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20709 (eval "$ac_compile") 2>conftest.er1
20711 grep -v '^ *+' conftest.er1
>conftest.err
20713 cat conftest.err
>&5
20714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20715 (exit $ac_status); } && {
20716 test -z "$ac_c_werror_flag" ||
20717 test ! -s conftest.err
20718 } && test -s conftest.
$ac_objext; then
20719 ac_cv_member_scsireq_t_cmd
=yes
20721 echo "$as_me: failed program was:" >&5
20722 sed 's/^/| /' conftest.
$ac_ext >&5
20724 ac_cv_member_scsireq_t_cmd
=no
20727 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20730 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20732 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20733 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20734 if test $ac_cv_member_scsireq_t_cmd = yes; then
20736 cat >>confdefs.h
<<_ACEOF
20737 #define HAVE_SCSIREQ_T_CMD 1
20742 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20743 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20744 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20745 echo $ECHO_N "(cached) $ECHO_C" >&6
20747 cat >conftest.
$ac_ext <<_ACEOF
20750 cat confdefs.h
>>conftest.
$ac_ext
20751 cat >>conftest.
$ac_ext <<_ACEOF
20752 /* end confdefs.h. */
20753 #include <sys/types.h>
20754 #ifdef HAVE_SCSI_SG_H
20755 #include <scsi/sg.h>
20761 static sg_io_hdr_t ac_aggr;
20762 if (ac_aggr.interface_id)
20768 rm -f conftest.
$ac_objext
20769 if { (ac_try
="$ac_compile"
20770 case "(($ac_try" in
20771 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20772 *) ac_try_echo=$ac_try;;
20774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20775 (eval "$ac_compile") 2>conftest.er1
20777 grep -v '^ *+' conftest.er1 >conftest.err
20779 cat conftest.err >&5
20780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20781 (exit $ac_status); } && {
20782 test -z "$ac_c_werror_flag" ||
20783 test ! -s conftest.err
20784 } && test -s conftest.$ac_objext; then
20785 ac_cv_member_sg_io_hdr_t_interface_id=yes
20787 echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.$ac_ext >&5
20790 cat >conftest.$ac_ext <<_ACEOF
20793 cat confdefs.h >>conftest.$ac_ext
20794 cat >>conftest.$ac_ext <<_ACEOF
20795 /* end confdefs.h. */
20796 #include <sys/types.h>
20797 #ifdef HAVE_SCSI_SG_H
20798 #include <scsi/sg.h>
20804 static sg_io_hdr_t ac_aggr;
20805 if (sizeof ac_aggr.interface_id)
20811 rm -f conftest.$ac_objext
20812 if { (ac_try="$ac_compile"
20813 case "(($ac_try" in
20814 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20815 *) ac_try_echo
=$ac_try;;
20817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20818 (eval "$ac_compile") 2>conftest.er1
20820 grep -v '^ *+' conftest.er1
>conftest.err
20822 cat conftest.err
>&5
20823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20824 (exit $ac_status); } && {
20825 test -z "$ac_c_werror_flag" ||
20826 test ! -s conftest.err
20827 } && test -s conftest.
$ac_objext; then
20828 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20830 echo "$as_me: failed program was:" >&5
20831 sed 's/^/| /' conftest.
$ac_ext >&5
20833 ac_cv_member_sg_io_hdr_t_interface_id
=no
20836 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20839 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20841 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20842 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20843 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20845 cat >>confdefs.h
<<_ACEOF
20846 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20853 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20854 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20855 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20856 echo $ECHO_N "(cached) $ECHO_C" >&6
20858 cat >conftest.
$ac_ext <<_ACEOF
20861 cat confdefs.h
>>conftest.
$ac_ext
20862 cat >>conftest.
$ac_ext <<_ACEOF
20863 /* end confdefs.h. */
20864 #include <signal.h>
20869 static siginfo_t ac_aggr;
20876 rm -f conftest.
$ac_objext
20877 if { (ac_try
="$ac_compile"
20878 case "(($ac_try" in
20879 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20880 *) ac_try_echo=$ac_try;;
20882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20883 (eval "$ac_compile") 2>conftest.er1
20885 grep -v '^ *+' conftest.er1 >conftest.err
20887 cat conftest.err >&5
20888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20889 (exit $ac_status); } && {
20890 test -z "$ac_c_werror_flag" ||
20891 test ! -s conftest.err
20892 } && test -s conftest.$ac_objext; then
20893 ac_cv_member_siginfo_t_si_fd=yes
20895 echo "$as_me: failed program was:" >&5
20896 sed 's/^/| /' conftest.$ac_ext >&5
20898 cat >conftest.$ac_ext <<_ACEOF
20901 cat confdefs.h >>conftest.$ac_ext
20902 cat >>conftest.$ac_ext <<_ACEOF
20903 /* end confdefs.h. */
20904 #include <signal.h>
20909 static siginfo_t ac_aggr;
20910 if (sizeof ac_aggr.si_fd)
20916 rm -f conftest.$ac_objext
20917 if { (ac_try="$ac_compile"
20918 case "(($ac_try" in
20919 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20920 *) ac_try_echo
=$ac_try;;
20922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20923 (eval "$ac_compile") 2>conftest.er1
20925 grep -v '^ *+' conftest.er1
>conftest.err
20927 cat conftest.err
>&5
20928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20929 (exit $ac_status); } && {
20930 test -z "$ac_c_werror_flag" ||
20931 test ! -s conftest.err
20932 } && test -s conftest.
$ac_objext; then
20933 ac_cv_member_siginfo_t_si_fd
=yes
20935 echo "$as_me: failed program was:" >&5
20936 sed 's/^/| /' conftest.
$ac_ext >&5
20938 ac_cv_member_siginfo_t_si_fd
=no
20941 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20944 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
20946 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20947 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20948 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20950 cat >>confdefs.h
<<_ACEOF
20951 #define HAVE_SIGINFO_T_SI_FD 1
20958 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20959 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20960 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20961 echo $ECHO_N "(cached) $ECHO_C" >&6
20963 cat >conftest.
$ac_ext <<_ACEOF
20966 cat confdefs.h
>>conftest.
$ac_ext
20967 cat >>conftest.
$ac_ext <<_ACEOF
20968 /* end confdefs.h. */
20969 #include <sys/types.h>
20970 #ifdef HAVE_SYS_MTIO_H
20971 #include <sys/mtio.h>
20977 static struct mtget ac_aggr;
20978 if (ac_aggr.mt_blksiz)
20984 rm -f conftest.
$ac_objext
20985 if { (ac_try
="$ac_compile"
20986 case "(($ac_try" in
20987 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20988 *) ac_try_echo=$ac_try;;
20990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20991 (eval "$ac_compile") 2>conftest.er1
20993 grep -v '^ *+' conftest.er1 >conftest.err
20995 cat conftest.err >&5
20996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20997 (exit $ac_status); } && {
20998 test -z "$ac_c_werror_flag" ||
20999 test ! -s conftest.err
21000 } && test -s conftest.$ac_objext; then
21001 ac_cv_member_struct_mtget_mt_blksiz=yes
21003 echo "$as_me: failed program was:" >&5
21004 sed 's/^/| /' conftest.$ac_ext >&5
21006 cat >conftest.$ac_ext <<_ACEOF
21009 cat confdefs.h >>conftest.$ac_ext
21010 cat >>conftest.$ac_ext <<_ACEOF
21011 /* end confdefs.h. */
21012 #include <sys/types.h>
21013 #ifdef HAVE_SYS_MTIO_H
21014 #include <sys/mtio.h>
21020 static struct mtget ac_aggr;
21021 if (sizeof ac_aggr.mt_blksiz)
21027 rm -f conftest.$ac_objext
21028 if { (ac_try="$ac_compile"
21029 case "(($ac_try" in
21030 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21031 *) ac_try_echo
=$ac_try;;
21033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21034 (eval "$ac_compile") 2>conftest.er1
21036 grep -v '^ *+' conftest.er1
>conftest.err
21038 cat conftest.err
>&5
21039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040 (exit $ac_status); } && {
21041 test -z "$ac_c_werror_flag" ||
21042 test ! -s conftest.err
21043 } && test -s conftest.
$ac_objext; then
21044 ac_cv_member_struct_mtget_mt_blksiz
=yes
21046 echo "$as_me: failed program was:" >&5
21047 sed 's/^/| /' conftest.
$ac_ext >&5
21049 ac_cv_member_struct_mtget_mt_blksiz
=no
21052 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21055 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21057 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21058 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21059 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21061 cat >>confdefs.h
<<_ACEOF
21062 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21067 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21068 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21069 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21070 echo $ECHO_N "(cached) $ECHO_C" >&6
21072 cat >conftest.
$ac_ext <<_ACEOF
21075 cat confdefs.h
>>conftest.
$ac_ext
21076 cat >>conftest.
$ac_ext <<_ACEOF
21077 /* end confdefs.h. */
21078 #include <sys/types.h>
21079 #ifdef HAVE_SYS_MTIO_H
21080 #include <sys/mtio.h>
21086 static struct mtget ac_aggr;
21087 if (ac_aggr.mt_gstat)
21093 rm -f conftest.
$ac_objext
21094 if { (ac_try
="$ac_compile"
21095 case "(($ac_try" in
21096 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21097 *) ac_try_echo=$ac_try;;
21099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21100 (eval "$ac_compile") 2>conftest.er1
21102 grep -v '^ *+' conftest.er1 >conftest.err
21104 cat conftest.err >&5
21105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106 (exit $ac_status); } && {
21107 test -z "$ac_c_werror_flag" ||
21108 test ! -s conftest.err
21109 } && test -s conftest.$ac_objext; then
21110 ac_cv_member_struct_mtget_mt_gstat=yes
21112 echo "$as_me: failed program was:" >&5
21113 sed 's/^/| /' conftest.$ac_ext >&5
21115 cat >conftest.$ac_ext <<_ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h. */
21121 #include <sys/types.h>
21122 #ifdef HAVE_SYS_MTIO_H
21123 #include <sys/mtio.h>
21129 static struct mtget ac_aggr;
21130 if (sizeof ac_aggr.mt_gstat)
21136 rm -f conftest.$ac_objext
21137 if { (ac_try="$ac_compile"
21138 case "(($ac_try" in
21139 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21140 *) ac_try_echo
=$ac_try;;
21142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21143 (eval "$ac_compile") 2>conftest.er1
21145 grep -v '^ *+' conftest.er1
>conftest.err
21147 cat conftest.err
>&5
21148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21149 (exit $ac_status); } && {
21150 test -z "$ac_c_werror_flag" ||
21151 test ! -s conftest.err
21152 } && test -s conftest.
$ac_objext; then
21153 ac_cv_member_struct_mtget_mt_gstat
=yes
21155 echo "$as_me: failed program was:" >&5
21156 sed 's/^/| /' conftest.
$ac_ext >&5
21158 ac_cv_member_struct_mtget_mt_gstat
=no
21161 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21164 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21166 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21167 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21168 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21170 cat >>confdefs.h
<<_ACEOF
21171 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21176 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21177 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21178 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21179 echo $ECHO_N "(cached) $ECHO_C" >&6
21181 cat >conftest.
$ac_ext <<_ACEOF
21184 cat confdefs.h
>>conftest.
$ac_ext
21185 cat >>conftest.
$ac_ext <<_ACEOF
21186 /* end confdefs.h. */
21187 #include <sys/types.h>
21188 #ifdef HAVE_SYS_MTIO_H
21189 #include <sys/mtio.h>
21195 static struct mtget ac_aggr;
21196 if (ac_aggr.mt_blkno)
21202 rm -f conftest.
$ac_objext
21203 if { (ac_try
="$ac_compile"
21204 case "(($ac_try" in
21205 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21206 *) ac_try_echo=$ac_try;;
21208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21209 (eval "$ac_compile") 2>conftest.er1
21211 grep -v '^ *+' conftest.er1 >conftest.err
21213 cat conftest.err >&5
21214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21215 (exit $ac_status); } && {
21216 test -z "$ac_c_werror_flag" ||
21217 test ! -s conftest.err
21218 } && test -s conftest.$ac_objext; then
21219 ac_cv_member_struct_mtget_mt_blkno=yes
21221 echo "$as_me: failed program was:" >&5
21222 sed 's/^/| /' conftest.$ac_ext >&5
21224 cat >conftest.$ac_ext <<_ACEOF
21227 cat confdefs.h >>conftest.$ac_ext
21228 cat >>conftest.$ac_ext <<_ACEOF
21229 /* end confdefs.h. */
21230 #include <sys/types.h>
21231 #ifdef HAVE_SYS_MTIO_H
21232 #include <sys/mtio.h>
21238 static struct mtget ac_aggr;
21239 if (sizeof ac_aggr.mt_blkno)
21245 rm -f conftest.$ac_objext
21246 if { (ac_try="$ac_compile"
21247 case "(($ac_try" in
21248 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21249 *) ac_try_echo
=$ac_try;;
21251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21252 (eval "$ac_compile") 2>conftest.er1
21254 grep -v '^ *+' conftest.er1
>conftest.err
21256 cat conftest.err
>&5
21257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21258 (exit $ac_status); } && {
21259 test -z "$ac_c_werror_flag" ||
21260 test ! -s conftest.err
21261 } && test -s conftest.
$ac_objext; then
21262 ac_cv_member_struct_mtget_mt_blkno
=yes
21264 echo "$as_me: failed program was:" >&5
21265 sed 's/^/| /' conftest.
$ac_ext >&5
21267 ac_cv_member_struct_mtget_mt_blkno
=no
21270 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21273 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21275 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21276 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21277 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21279 cat >>confdefs.h
<<_ACEOF
21280 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21287 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21288 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21289 if test "${ac_cv_member_struct_option_name+set}" = set; then
21290 echo $ECHO_N "(cached) $ECHO_C" >&6
21292 cat >conftest.
$ac_ext <<_ACEOF
21295 cat confdefs.h
>>conftest.
$ac_ext
21296 cat >>conftest.
$ac_ext <<_ACEOF
21297 /* end confdefs.h. */
21298 #ifdef HAVE_GETOPT_H
21299 #include <getopt.h>
21305 static struct option ac_aggr;
21312 rm -f conftest.
$ac_objext
21313 if { (ac_try
="$ac_compile"
21314 case "(($ac_try" in
21315 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21316 *) ac_try_echo=$ac_try;;
21318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21319 (eval "$ac_compile") 2>conftest.er1
21321 grep -v '^ *+' conftest.er1 >conftest.err
21323 cat conftest.err >&5
21324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21325 (exit $ac_status); } && {
21326 test -z "$ac_c_werror_flag" ||
21327 test ! -s conftest.err
21328 } && test -s conftest.$ac_objext; then
21329 ac_cv_member_struct_option_name=yes
21331 echo "$as_me: failed program was:" >&5
21332 sed 's/^/| /' conftest.$ac_ext >&5
21334 cat >conftest.$ac_ext <<_ACEOF
21337 cat confdefs.h >>conftest.$ac_ext
21338 cat >>conftest.$ac_ext <<_ACEOF
21339 /* end confdefs.h. */
21340 #ifdef HAVE_GETOPT_H
21341 #include <getopt.h>
21347 static struct option ac_aggr;
21348 if (sizeof ac_aggr.name)
21354 rm -f conftest.$ac_objext
21355 if { (ac_try="$ac_compile"
21356 case "(($ac_try" in
21357 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21358 *) ac_try_echo
=$ac_try;;
21360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21361 (eval "$ac_compile") 2>conftest.er1
21363 grep -v '^ *+' conftest.er1
>conftest.err
21365 cat conftest.err
>&5
21366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21367 (exit $ac_status); } && {
21368 test -z "$ac_c_werror_flag" ||
21369 test ! -s conftest.err
21370 } && test -s conftest.
$ac_objext; then
21371 ac_cv_member_struct_option_name
=yes
21373 echo "$as_me: failed program was:" >&5
21374 sed 's/^/| /' conftest.
$ac_ext >&5
21376 ac_cv_member_struct_option_name
=no
21379 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21382 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21384 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21385 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21386 if test $ac_cv_member_struct_option_name = yes; then
21388 cat >>confdefs.h
<<_ACEOF
21389 #define HAVE_STRUCT_OPTION_NAME 1
21396 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21397 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21398 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21399 echo $ECHO_N "(cached) $ECHO_C" >&6
21401 cat >conftest.
$ac_ext <<_ACEOF
21404 cat confdefs.h
>>conftest.
$ac_ext
21405 cat >>conftest.
$ac_ext <<_ACEOF
21406 /* end confdefs.h. */
21407 $ac_includes_default
21411 static struct stat ac_aggr;
21412 if (ac_aggr.st_blocks)
21418 rm -f conftest.
$ac_objext
21419 if { (ac_try
="$ac_compile"
21420 case "(($ac_try" in
21421 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21422 *) ac_try_echo=$ac_try;;
21424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21425 (eval "$ac_compile") 2>conftest.er1
21427 grep -v '^ *+' conftest.er1 >conftest.err
21429 cat conftest.err >&5
21430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21431 (exit $ac_status); } && {
21432 test -z "$ac_c_werror_flag" ||
21433 test ! -s conftest.err
21434 } && test -s conftest.$ac_objext; then
21435 ac_cv_member_struct_stat_st_blocks=yes
21437 echo "$as_me: failed program was:" >&5
21438 sed 's/^/| /' conftest.$ac_ext >&5
21440 cat >conftest.$ac_ext <<_ACEOF
21443 cat confdefs.h >>conftest.$ac_ext
21444 cat >>conftest.$ac_ext <<_ACEOF
21445 /* end confdefs.h. */
21446 $ac_includes_default
21450 static struct stat ac_aggr;
21451 if (sizeof ac_aggr.st_blocks)
21457 rm -f conftest.$ac_objext
21458 if { (ac_try="$ac_compile"
21459 case "(($ac_try" in
21460 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21461 *) ac_try_echo
=$ac_try;;
21463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21464 (eval "$ac_compile") 2>conftest.er1
21466 grep -v '^ *+' conftest.er1
>conftest.err
21468 cat conftest.err
>&5
21469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21470 (exit $ac_status); } && {
21471 test -z "$ac_c_werror_flag" ||
21472 test ! -s conftest.err
21473 } && test -s conftest.
$ac_objext; then
21474 ac_cv_member_struct_stat_st_blocks
=yes
21476 echo "$as_me: failed program was:" >&5
21477 sed 's/^/| /' conftest.
$ac_ext >&5
21479 ac_cv_member_struct_stat_st_blocks
=no
21482 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21485 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21487 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21488 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21489 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21491 cat >>confdefs.h
<<_ACEOF
21492 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21497 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21498 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21499 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21500 echo $ECHO_N "(cached) $ECHO_C" >&6
21502 cat >conftest.
$ac_ext <<_ACEOF
21505 cat confdefs.h
>>conftest.
$ac_ext
21506 cat >>conftest.
$ac_ext <<_ACEOF
21507 /* end confdefs.h. */
21508 $ac_includes_default
21512 static struct stat ac_aggr;
21513 if (ac_aggr.st_mtim)
21519 rm -f conftest.
$ac_objext
21520 if { (ac_try
="$ac_compile"
21521 case "(($ac_try" in
21522 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21523 *) ac_try_echo=$ac_try;;
21525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21526 (eval "$ac_compile") 2>conftest.er1
21528 grep -v '^ *+' conftest.er1 >conftest.err
21530 cat conftest.err >&5
21531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21532 (exit $ac_status); } && {
21533 test -z "$ac_c_werror_flag" ||
21534 test ! -s conftest.err
21535 } && test -s conftest.$ac_objext; then
21536 ac_cv_member_struct_stat_st_mtim=yes
21538 echo "$as_me: failed program was:" >&5
21539 sed 's/^/| /' conftest.$ac_ext >&5
21541 cat >conftest.$ac_ext <<_ACEOF
21544 cat confdefs.h >>conftest.$ac_ext
21545 cat >>conftest.$ac_ext <<_ACEOF
21546 /* end confdefs.h. */
21547 $ac_includes_default
21551 static struct stat ac_aggr;
21552 if (sizeof ac_aggr.st_mtim)
21558 rm -f conftest.$ac_objext
21559 if { (ac_try="$ac_compile"
21560 case "(($ac_try" in
21561 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21562 *) ac_try_echo
=$ac_try;;
21564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21565 (eval "$ac_compile") 2>conftest.er1
21567 grep -v '^ *+' conftest.er1
>conftest.err
21569 cat conftest.err
>&5
21570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21571 (exit $ac_status); } && {
21572 test -z "$ac_c_werror_flag" ||
21573 test ! -s conftest.err
21574 } && test -s conftest.
$ac_objext; then
21575 ac_cv_member_struct_stat_st_mtim
=yes
21577 echo "$as_me: failed program was:" >&5
21578 sed 's/^/| /' conftest.
$ac_ext >&5
21580 ac_cv_member_struct_stat_st_mtim
=no
21583 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21586 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21588 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21589 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21590 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21592 cat >>confdefs.h
<<_ACEOF
21593 #define HAVE_STRUCT_STAT_ST_MTIM 1
21598 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21599 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21600 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21601 echo $ECHO_N "(cached) $ECHO_C" >&6
21603 cat >conftest.
$ac_ext <<_ACEOF
21606 cat confdefs.h
>>conftest.
$ac_ext
21607 cat >>conftest.
$ac_ext <<_ACEOF
21608 /* end confdefs.h. */
21609 $ac_includes_default
21613 static struct stat ac_aggr;
21614 if (ac_aggr.st_ctim)
21620 rm -f conftest.
$ac_objext
21621 if { (ac_try
="$ac_compile"
21622 case "(($ac_try" in
21623 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21624 *) ac_try_echo=$ac_try;;
21626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21627 (eval "$ac_compile") 2>conftest.er1
21629 grep -v '^ *+' conftest.er1 >conftest.err
21631 cat conftest.err >&5
21632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21633 (exit $ac_status); } && {
21634 test -z "$ac_c_werror_flag" ||
21635 test ! -s conftest.err
21636 } && test -s conftest.$ac_objext; then
21637 ac_cv_member_struct_stat_st_ctim=yes
21639 echo "$as_me: failed program was:" >&5
21640 sed 's/^/| /' conftest.$ac_ext >&5
21642 cat >conftest.$ac_ext <<_ACEOF
21645 cat confdefs.h >>conftest.$ac_ext
21646 cat >>conftest.$ac_ext <<_ACEOF
21647 /* end confdefs.h. */
21648 $ac_includes_default
21652 static struct stat ac_aggr;
21653 if (sizeof ac_aggr.st_ctim)
21659 rm -f conftest.$ac_objext
21660 if { (ac_try="$ac_compile"
21661 case "(($ac_try" in
21662 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21663 *) ac_try_echo
=$ac_try;;
21665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21666 (eval "$ac_compile") 2>conftest.er1
21668 grep -v '^ *+' conftest.er1
>conftest.err
21670 cat conftest.err
>&5
21671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21672 (exit $ac_status); } && {
21673 test -z "$ac_c_werror_flag" ||
21674 test ! -s conftest.err
21675 } && test -s conftest.
$ac_objext; then
21676 ac_cv_member_struct_stat_st_ctim
=yes
21678 echo "$as_me: failed program was:" >&5
21679 sed 's/^/| /' conftest.
$ac_ext >&5
21681 ac_cv_member_struct_stat_st_ctim
=no
21684 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21687 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21689 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21690 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21691 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21693 cat >>confdefs.h
<<_ACEOF
21694 #define HAVE_STRUCT_STAT_ST_CTIM 1
21699 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21700 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21701 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21702 echo $ECHO_N "(cached) $ECHO_C" >&6
21704 cat >conftest.
$ac_ext <<_ACEOF
21707 cat confdefs.h
>>conftest.
$ac_ext
21708 cat >>conftest.
$ac_ext <<_ACEOF
21709 /* end confdefs.h. */
21710 $ac_includes_default
21714 static struct stat ac_aggr;
21715 if (ac_aggr.st_atim)
21721 rm -f conftest.
$ac_objext
21722 if { (ac_try
="$ac_compile"
21723 case "(($ac_try" in
21724 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21725 *) ac_try_echo=$ac_try;;
21727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21728 (eval "$ac_compile") 2>conftest.er1
21730 grep -v '^ *+' conftest.er1 >conftest.err
21732 cat conftest.err >&5
21733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21734 (exit $ac_status); } && {
21735 test -z "$ac_c_werror_flag" ||
21736 test ! -s conftest.err
21737 } && test -s conftest.$ac_objext; then
21738 ac_cv_member_struct_stat_st_atim=yes
21740 echo "$as_me: failed program was:" >&5
21741 sed 's/^/| /' conftest.$ac_ext >&5
21743 cat >conftest.$ac_ext <<_ACEOF
21746 cat confdefs.h >>conftest.$ac_ext
21747 cat >>conftest.$ac_ext <<_ACEOF
21748 /* end confdefs.h. */
21749 $ac_includes_default
21753 static struct stat ac_aggr;
21754 if (sizeof ac_aggr.st_atim)
21760 rm -f conftest.$ac_objext
21761 if { (ac_try="$ac_compile"
21762 case "(($ac_try" in
21763 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21764 *) ac_try_echo
=$ac_try;;
21766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21767 (eval "$ac_compile") 2>conftest.er1
21769 grep -v '^ *+' conftest.er1
>conftest.err
21771 cat conftest.err
>&5
21772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21773 (exit $ac_status); } && {
21774 test -z "$ac_c_werror_flag" ||
21775 test ! -s conftest.err
21776 } && test -s conftest.
$ac_objext; then
21777 ac_cv_member_struct_stat_st_atim
=yes
21779 echo "$as_me: failed program was:" >&5
21780 sed 's/^/| /' conftest.
$ac_ext >&5
21782 ac_cv_member_struct_stat_st_atim
=no
21785 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21788 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21790 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21791 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21792 if test $ac_cv_member_struct_stat_st_atim = yes; then
21794 cat >>confdefs.h
<<_ACEOF
21795 #define HAVE_STRUCT_STAT_ST_ATIM 1
21802 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21803 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21804 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21805 echo $ECHO_N "(cached) $ECHO_C" >&6
21807 cat >conftest.
$ac_ext <<_ACEOF
21810 cat confdefs.h
>>conftest.
$ac_ext
21811 cat >>conftest.
$ac_ext <<_ACEOF
21812 /* end confdefs.h. */
21813 #ifdef HAVE_SYS_TYPES_H
21814 #include <sys/types.h>
21816 #ifdef HAVE_NETINET_IN_H
21817 #include <netinet/in.h>
21823 static struct sockaddr_in6 ac_aggr;
21824 if (ac_aggr.sin6_scope_id)
21830 rm -f conftest.
$ac_objext
21831 if { (ac_try
="$ac_compile"
21832 case "(($ac_try" in
21833 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21834 *) ac_try_echo=$ac_try;;
21836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21837 (eval "$ac_compile") 2>conftest.er1
21839 grep -v '^ *+' conftest.er1 >conftest.err
21841 cat conftest.err >&5
21842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21843 (exit $ac_status); } && {
21844 test -z "$ac_c_werror_flag" ||
21845 test ! -s conftest.err
21846 } && test -s conftest.$ac_objext; then
21847 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21849 echo "$as_me: failed program was:" >&5
21850 sed 's/^/| /' conftest.$ac_ext >&5
21852 cat >conftest.$ac_ext <<_ACEOF
21855 cat confdefs.h >>conftest.$ac_ext
21856 cat >>conftest.$ac_ext <<_ACEOF
21857 /* end confdefs.h. */
21858 #ifdef HAVE_SYS_TYPES_H
21859 #include <sys/types.h>
21861 #ifdef HAVE_NETINET_IN_H
21862 #include <netinet/in.h>
21868 static struct sockaddr_in6 ac_aggr;
21869 if (sizeof ac_aggr.sin6_scope_id)
21875 rm -f conftest.$ac_objext
21876 if { (ac_try="$ac_compile"
21877 case "(($ac_try" in
21878 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21879 *) ac_try_echo
=$ac_try;;
21881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21882 (eval "$ac_compile") 2>conftest.er1
21884 grep -v '^ *+' conftest.er1
>conftest.err
21886 cat conftest.err
>&5
21887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21888 (exit $ac_status); } && {
21889 test -z "$ac_c_werror_flag" ||
21890 test ! -s conftest.err
21891 } && test -s conftest.
$ac_objext; then
21892 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21894 echo "$as_me: failed program was:" >&5
21895 sed 's/^/| /' conftest.
$ac_ext >&5
21897 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=no
21900 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21903 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
21905 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21906 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21907 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21909 cat >>confdefs.h
<<_ACEOF
21910 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21917 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21918 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21919 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21920 echo $ECHO_N "(cached) $ECHO_C" >&6
21922 cat >conftest.
$ac_ext <<_ACEOF
21925 cat confdefs.h
>>conftest.
$ac_ext
21926 cat >>conftest.
$ac_ext <<_ACEOF
21927 /* end confdefs.h. */
21928 #ifdef HAVE_SYS_TYPES_H
21929 #include <sys/types.h>
21931 #ifdef HAVE_NETINET_IN_H
21932 # include <netinet/in.h>
21934 #ifdef HAVE_ARPA_NAMESER_H
21935 # include <arpa/nameser.h>
21941 static ns_msg ac_aggr;
21942 if (ac_aggr._msg_ptr)
21948 rm -f conftest.
$ac_objext
21949 if { (ac_try
="$ac_compile"
21950 case "(($ac_try" in
21951 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21952 *) ac_try_echo=$ac_try;;
21954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21955 (eval "$ac_compile") 2>conftest.er1
21957 grep -v '^ *+' conftest.er1 >conftest.err
21959 cat conftest.err >&5
21960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21961 (exit $ac_status); } && {
21962 test -z "$ac_c_werror_flag" ||
21963 test ! -s conftest.err
21964 } && test -s conftest.$ac_objext; then
21965 ac_cv_member_ns_msg__msg_ptr=yes
21967 echo "$as_me: failed program was:" >&5
21968 sed 's/^/| /' conftest.$ac_ext >&5
21970 cat >conftest.$ac_ext <<_ACEOF
21973 cat confdefs.h >>conftest.$ac_ext
21974 cat >>conftest.$ac_ext <<_ACEOF
21975 /* end confdefs.h. */
21976 #ifdef HAVE_SYS_TYPES_H
21977 #include <sys/types.h>
21979 #ifdef HAVE_NETINET_IN_H
21980 # include <netinet/in.h>
21982 #ifdef HAVE_ARPA_NAMESER_H
21983 # include <arpa/nameser.h>
21989 static ns_msg ac_aggr;
21990 if (sizeof ac_aggr._msg_ptr)
21996 rm -f conftest.$ac_objext
21997 if { (ac_try="$ac_compile"
21998 case "(($ac_try" in
21999 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22000 *) ac_try_echo
=$ac_try;;
22002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22003 (eval "$ac_compile") 2>conftest.er1
22005 grep -v '^ *+' conftest.er1
>conftest.err
22007 cat conftest.err
>&5
22008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22009 (exit $ac_status); } && {
22010 test -z "$ac_c_werror_flag" ||
22011 test ! -s conftest.err
22012 } && test -s conftest.
$ac_objext; then
22013 ac_cv_member_ns_msg__msg_ptr
=yes
22015 echo "$as_me: failed program was:" >&5
22016 sed 's/^/| /' conftest.
$ac_ext >&5
22018 ac_cv_member_ns_msg__msg_ptr
=no
22021 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22024 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
22026 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22027 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22028 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22030 cat >>confdefs.h
<<_ACEOF
22031 #define HAVE_NS_MSG__MSG_PTR 1
22038 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22039 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22040 if test "${ac_cv_have_timezone+set}" = set; then
22041 echo $ECHO_N "(cached) $ECHO_C" >&6
22043 cat >conftest.
$ac_ext <<_ACEOF
22046 cat confdefs.h
>>conftest.
$ac_ext
22047 cat >>conftest.
$ac_ext <<_ACEOF
22048 /* end confdefs.h. */
22058 rm -f conftest.
$ac_objext conftest
$ac_exeext
22059 if { (ac_try
="$ac_link"
22060 case "(($ac_try" in
22061 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22062 *) ac_try_echo=$ac_try;;
22064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22065 (eval "$ac_link") 2>conftest.er1
22067 grep -v '^ *+' conftest.er1 >conftest.err
22069 cat conftest.err >&5
22070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22071 (exit $ac_status); } && {
22072 test -z "$ac_c_werror_flag" ||
22073 test ! -s conftest.err
22074 } && test -s conftest$ac_exeext &&
22075 $as_test_x conftest$ac_exeext; then
22076 ac_cv_have_timezone="yes"
22078 echo "$as_me: failed program was:" >&5
22079 sed 's/^/| /' conftest.$ac_ext >&5
22081 ac_cv_have_timezone="no"
22084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22085 conftest$ac_exeext conftest.$ac_ext
22087 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22088 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22089 if test "$ac_cv_have_timezone" = "yes"
22092 cat >>confdefs.h <<\_ACEOF
22093 #define HAVE_TIMEZONE 1
22097 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22098 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22099 if test "${ac_cv_have_daylight+set}" = set; then
22100 echo $ECHO_N "(cached) $ECHO_C" >&6
22102 cat >conftest.$ac_ext <<_ACEOF
22105 cat confdefs.h >>conftest.$ac_ext
22106 cat >>conftest.$ac_ext <<_ACEOF
22107 /* end confdefs.h. */
22117 rm -f conftest.$ac_objext conftest$ac_exeext
22118 if { (ac_try="$ac_link"
22119 case "(($ac_try" in
22120 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
22121 *) ac_try_echo
=$ac_try;;
22123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22124 (eval "$ac_link") 2>conftest.er1
22126 grep -v '^ *+' conftest.er1
>conftest.err
22128 cat conftest.err
>&5
22129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22130 (exit $ac_status); } && {
22131 test -z "$ac_c_werror_flag" ||
22132 test ! -s conftest.err
22133 } && test -s conftest
$ac_exeext &&
22134 $as_test_x conftest
$ac_exeext; then
22135 ac_cv_have_daylight
="yes"
22137 echo "$as_me: failed program was:" >&5
22138 sed 's/^/| /' conftest.
$ac_ext >&5
22140 ac_cv_have_daylight
="no"
22143 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
22144 conftest
$ac_exeext conftest.
$ac_ext
22146 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22147 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22148 if test "$ac_cv_have_daylight" = "yes"
22151 cat >>confdefs.h
<<\_ACEOF
22152 #define HAVE_DAYLIGHT 1
22157 { echo "$as_me:$LINENO: checking for isinf" >&5
22158 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22159 if test "${ac_cv_have_isinf+set}" = set; then
22160 echo $ECHO_N "(cached) $ECHO_C" >&6
22162 cat >conftest.
$ac_ext <<_ACEOF
22165 cat confdefs.h
>>conftest.
$ac_ext
22166 cat >>conftest.
$ac_ext <<_ACEOF
22167 /* end confdefs.h. */
22172 float f = 0.0; int i=isinf(f)
22177 rm -f conftest.
$ac_objext conftest
$ac_exeext
22178 if { (ac_try
="$ac_link"
22179 case "(($ac_try" in
22180 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
22181 *) ac_try_echo=$ac_try;;
22183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22184 (eval "$ac_link") 2>conftest.er1
22186 grep -v '^ *+' conftest.er1 >conftest.err
22188 cat conftest.err >&5
22189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22190 (exit $ac_status); } && {
22191 test -z "$ac_c_werror_flag" ||
22192 test ! -s conftest.err
22193 } && test -s conftest$ac_exeext &&
22194 $as_test_x conftest$ac_exeext; then
22195 ac_cv_have_isinf="yes"
22197 echo "$as_me: failed program was:" >&5
22198 sed 's/^/| /' conftest.$ac_ext >&5
22200 ac_cv_have_isinf="no"
22203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22204 conftest$ac_exeext conftest.$ac_ext
22206 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22207 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22208 if test "$ac_cv_have_isinf" = "yes"
22211 cat >>confdefs.h <<\_ACEOF
22212 #define HAVE_ISINF 1
22219 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22220 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22221 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22222 echo $ECHO_N "(cached) $ECHO_C" >&6
22224 cat >conftest.$ac_ext <<_ACEOF
22227 cat confdefs.h >>conftest.$ac_ext
22228 cat >>conftest.$ac_ext <<_ACEOF
22229 /* end confdefs.h. */
22234 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22235 $EGREP "yes" >/dev/null 2>&1; then
22236 ac_cv_cpp_def___i386__=yes
22238 ac_cv_cpp_def___i386__=no
22243 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22244 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22245 if test $ac_cv_cpp_def___i386__ = yes; then
22246 CFLAGS="$CFLAGS -D__i386__"
22247 LINTFLAGS="$LINTFLAGS -D__i386__"
22250 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22251 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22252 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22253 echo $ECHO_N "(cached) $ECHO_C" >&6
22255 cat >conftest.$ac_ext <<_ACEOF
22258 cat confdefs.h >>conftest.$ac_ext
22259 cat >>conftest.$ac_ext <<_ACEOF
22260 /* end confdefs.h. */
22265 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22266 $EGREP "yes" >/dev/null 2>&1; then
22267 ac_cv_cpp_def___x86_64__=yes
22269 ac_cv_cpp_def___x86_64__=no
22274 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22275 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22276 if test $ac_cv_cpp_def___x86_64__ = yes; then
22277 CFLAGS="$CFLAGS -D__x86_64__"
22278 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22281 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22282 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22283 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22284 echo $ECHO_N "(cached) $ECHO_C" >&6
22286 cat >conftest.$ac_ext <<_ACEOF
22289 cat confdefs.h >>conftest.$ac_ext
22290 cat >>conftest.$ac_ext <<_ACEOF
22291 /* end confdefs.h. */
22296 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22297 $EGREP "yes" >/dev/null 2>&1; then
22298 ac_cv_cpp_def___ALPHA__=yes
22300 ac_cv_cpp_def___ALPHA__=no
22305 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22306 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22307 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22308 CFLAGS="$CFLAGS -D__ALPHA__"
22309 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22312 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22313 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22314 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22315 echo $ECHO_N "(cached) $ECHO_C" >&6
22317 cat >conftest.$ac_ext <<_ACEOF
22320 cat confdefs.h >>conftest.$ac_ext
22321 cat >>conftest.$ac_ext <<_ACEOF
22322 /* end confdefs.h. */
22327 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22328 $EGREP "yes" >/dev/null 2>&1; then
22329 ac_cv_cpp_def___sparc__=yes
22331 ac_cv_cpp_def___sparc__=no
22336 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22337 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22338 if test $ac_cv_cpp_def___sparc__ = yes; then
22339 CFLAGS="$CFLAGS -D__sparc__"
22340 LINTFLAGS="$LINTFLAGS -D__sparc__"
22343 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22344 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22345 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22346 echo $ECHO_N "(cached) $ECHO_C" >&6
22348 cat >conftest.$ac_ext <<_ACEOF
22351 cat confdefs.h >>conftest.$ac_ext
22352 cat >>conftest.$ac_ext <<_ACEOF
22353 /* end confdefs.h. */
22354 #ifndef __powerpc__
22358 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22359 $EGREP "yes" >/dev/null 2>&1; then
22360 ac_cv_cpp_def___powerpc__=yes
22362 ac_cv_cpp_def___powerpc__=no
22367 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22368 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22369 if test $ac_cv_cpp_def___powerpc__ = yes; then
22370 CFLAGS="$CFLAGS -D__powerpc__"
22371 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22376 case $host_vendor in
22377 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22378 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22379 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22380 echo $ECHO_N "(cached) $ECHO_C" >&6
22382 cat >conftest.$ac_ext <<_ACEOF
22385 cat confdefs.h >>conftest.$ac_ext
22386 cat >>conftest.$ac_ext <<_ACEOF
22387 /* end confdefs.h. */
22392 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22393 $EGREP "yes" >/dev/null 2>&1; then
22394 ac_cv_cpp_def___sun__=yes
22396 ac_cv_cpp_def___sun__=no
22401 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22402 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22403 if test $ac_cv_cpp_def___sun__ = yes; then
22404 CFLAGS="$CFLAGS -D__sun__"
22405 LINTFLAGS="$LINTFLAGS -D__sun__"
22411 DEPENDENCIES="### Dependencies:
22416 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22418 \$(OBJS): \$(IDL_GEN_HEADERS)
22419 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22420 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22421 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22422 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22429 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22440 ALL_PROGRAM_DIRS=""
22442 ALL_PROGRAM_INSTALL_DIRS=""
22444 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22450 ac_config_commands="$ac_config_commands include/stamp-h"
22453 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22455 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22457 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22459 ac_config_commands="$ac_config_commands dlls/user32/resources"
22461 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22463 ac_config_commands="$ac_config_commands include/wine"
22466 ALL_MAKERULES="$ALL_MAKERULES \\
22468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22469 Make.rules: Make.rules.in"
22470 MAKE_RULES=Make.rules
22471 ac_config_files="$ac_config_files Make.rules"
22473 ALL_MAKERULES="$ALL_MAKERULES \\
22474 dlls/Makedll.rules"
22475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22476 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22477 MAKE_DLL_RULES=dlls/Makedll.rules
22478 ac_config_files="$ac_config_files dlls/Makedll.rules"
22480 ALL_MAKERULES="$ALL_MAKERULES \\
22481 dlls/Makeimplib.rules"
22482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22483 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22484 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22485 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22487 ALL_MAKERULES="$ALL_MAKERULES \\
22488 dlls/Maketest.rules"
22489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22490 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22491 MAKE_TEST_RULES=dlls/Maketest.rules
22492 ac_config_files="$ac_config_files dlls/Maketest.rules"
22494 ALL_MAKERULES="$ALL_MAKERULES \\
22495 programs/Makeprog.rules"
22496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22497 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22498 MAKE_PROG_RULES=programs/Makeprog.rules
22499 ac_config_files="$ac_config_files programs/Makeprog.rules"
22504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22505 Makefile: Makefile.in Make.rules"
22506 ac_config_files="$ac_config_files Makefile"
22508 ALL_MAKEFILES="$ALL_MAKEFILES \\
22510 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 dlls/Makefile: dlls/Makefile.in Make.rules"
22514 ac_config_files="$ac_config_files dlls/Makefile"
22516 ALL_MAKEFILES="$ALL_MAKEFILES \\
22517 dlls/acledit/Makefile"
22518 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22521 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22522 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22524 ALL_MAKEFILES="$ALL_MAKEFILES \\
22525 dlls/activeds/Makefile"
22526 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22529 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22530 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22532 ALL_MAKEFILES="$ALL_MAKEFILES \\
22533 dlls/actxprxy/Makefile"
22534 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22537 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22538 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22540 ALL_MAKEFILES="$ALL_MAKEFILES \\
22541 dlls/adsiid/Makefile"
22542 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22545 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22546 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22548 ALL_MAKEFILES="$ALL_MAKEFILES \\
22549 dlls/advapi32/Makefile"
22550 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22554 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22556 ALL_MAKEFILES="$ALL_MAKEFILES \\
22557 dlls/advapi32/tests/Makefile"
22558 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22561 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22562 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22564 ALL_MAKEFILES="$ALL_MAKEFILES \\
22565 dlls/advpack/Makefile"
22566 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22569 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22570 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22572 ALL_MAKEFILES="$ALL_MAKEFILES \\
22573 dlls/advpack/tests/Makefile"
22574 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22577 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22578 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22580 ALL_MAKEFILES="$ALL_MAKEFILES \\
22581 dlls/amstream/Makefile"
22582 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22585 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22586 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22588 ALL_MAKEFILES="$ALL_MAKEFILES \\
22589 dlls/appwiz.cpl/Makefile"
22590 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22594 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22596 ALL_MAKEFILES="$ALL_MAKEFILES \\
22598 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22601 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22602 ac_config_files="$ac_config_files dlls/atl/Makefile"
22604 ALL_MAKEFILES="$ALL_MAKEFILES \\
22605 dlls/avicap32/Makefile"
22606 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22609 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22610 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22612 ALL_MAKEFILES="$ALL_MAKEFILES \\
22613 dlls/avifil32/Makefile"
22614 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22617 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22618 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22620 ALL_MAKEFILES="$ALL_MAKEFILES \\
22621 dlls/browseui/Makefile"
22622 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22625 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22626 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22628 ALL_MAKEFILES="$ALL_MAKEFILES \\
22629 dlls/browseui/tests/Makefile"
22630 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22634 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22636 ALL_MAKEFILES="$ALL_MAKEFILES \\
22637 dlls/cabinet/Makefile"
22638 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22641 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22642 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22644 ALL_MAKEFILES="$ALL_MAKEFILES \\
22645 dlls/cabinet/tests/Makefile"
22646 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22649 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22650 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22652 ALL_MAKEFILES="$ALL_MAKEFILES \\
22653 dlls/capi2032/Makefile"
22654 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22657 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22658 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22660 ALL_MAKEFILES="$ALL_MAKEFILES \\
22661 dlls/cards/Makefile"
22662 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22665 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22666 ac_config_files="$ac_config_files dlls/cards/Makefile"
22668 ALL_MAKEFILES="$ALL_MAKEFILES \\
22669 dlls/cfgmgr32/Makefile"
22670 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22673 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22674 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22676 ALL_MAKEFILES="$ALL_MAKEFILES \\
22677 dlls/clusapi/Makefile"
22678 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22681 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22682 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22684 ALL_MAKEFILES="$ALL_MAKEFILES \\
22685 dlls/comcat/Makefile"
22686 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22689 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22690 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22692 ALL_MAKEFILES="$ALL_MAKEFILES \\
22693 dlls/comcat/tests/Makefile"
22694 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22697 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22698 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22700 ALL_MAKEFILES="$ALL_MAKEFILES \\
22701 dlls/comctl32/Makefile"
22702 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22705 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22706 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22708 ALL_MAKEFILES="$ALL_MAKEFILES \\
22709 dlls/comctl32/tests/Makefile"
22710 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22713 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22714 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22716 ALL_MAKEFILES="$ALL_MAKEFILES \\
22717 dlls/comdlg32/Makefile"
22718 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22721 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22722 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22724 ALL_MAKEFILES="$ALL_MAKEFILES \\
22725 dlls/comdlg32/tests/Makefile"
22726 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22730 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22732 ALL_MAKEFILES="$ALL_MAKEFILES \\
22733 dlls/compstui/Makefile"
22734 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22737 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22738 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22740 ALL_MAKEFILES="$ALL_MAKEFILES \\
22741 dlls/credui/Makefile"
22742 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22745 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22746 ac_config_files="$ac_config_files dlls/credui/Makefile"
22748 ALL_MAKEFILES="$ALL_MAKEFILES \\
22749 dlls/credui/tests/Makefile"
22750 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22754 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757 dlls/crtdll/Makefile"
22758 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22761 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22762 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22764 ALL_MAKEFILES="$ALL_MAKEFILES \\
22765 dlls/crypt32/Makefile"
22766 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22769 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22770 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22772 ALL_MAKEFILES="$ALL_MAKEFILES \\
22773 dlls/crypt32/tests/Makefile"
22774 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22778 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781 dlls/cryptdlg/Makefile"
22782 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22785 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22786 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22788 ALL_MAKEFILES="$ALL_MAKEFILES \\
22789 dlls/cryptdll/Makefile"
22790 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22793 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22794 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22796 ALL_MAKEFILES="$ALL_MAKEFILES \\
22797 dlls/cryptnet/Makefile"
22798 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22802 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805 dlls/cryptnet/tests/Makefile"
22806 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22809 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22810 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22812 ALL_MAKEFILES="$ALL_MAKEFILES \\
22813 dlls/cryptui/Makefile"
22814 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22817 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22818 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22820 ALL_MAKEFILES="$ALL_MAKEFILES \\
22821 dlls/ctapi32/Makefile"
22822 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22826 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829 dlls/ctl3d32/Makefile"
22830 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22833 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22834 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22836 ALL_MAKEFILES="$ALL_MAKEFILES \\
22837 dlls/d3d10/Makefile"
22838 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22841 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22842 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22844 ALL_MAKEFILES="$ALL_MAKEFILES \\
22845 dlls/d3d8/Makefile"
22846 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22850 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853 dlls/d3d8/tests/Makefile"
22854 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22857 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22858 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22860 ALL_MAKEFILES="$ALL_MAKEFILES \\
22861 dlls/d3d9/Makefile"
22862 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22865 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22866 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22868 ALL_MAKEFILES="$ALL_MAKEFILES \\
22869 dlls/d3d9/tests/Makefile"
22870 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22874 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877 dlls/d3dim/Makefile"
22878 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22881 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22882 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22884 ALL_MAKEFILES="$ALL_MAKEFILES \\
22885 dlls/d3drm/Makefile"
22886 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22889 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22890 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22892 ALL_MAKEFILES="$ALL_MAKEFILES \\
22893 dlls/d3drm/tests/Makefile"
22894 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22898 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901 dlls/d3dx8/Makefile"
22902 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22905 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22906 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22908 ALL_MAKEFILES="$ALL_MAKEFILES \\
22909 dlls/d3dx8/tests/Makefile"
22910 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22913 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22914 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22916 ALL_MAKEFILES="$ALL_MAKEFILES \\
22917 dlls/d3dx9_24/Makefile"
22918 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22922 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925 dlls/d3dx9_25/Makefile"
22926 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22929 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22930 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22932 ALL_MAKEFILES="$ALL_MAKEFILES \\
22933 dlls/d3dx9_26/Makefile"
22934 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22937 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22938 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22940 ALL_MAKEFILES="$ALL_MAKEFILES \\
22941 dlls/d3dx9_27/Makefile"
22942 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22946 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949 dlls/d3dx9_28/Makefile"
22950 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22953 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22954 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22956 ALL_MAKEFILES="$ALL_MAKEFILES \\
22957 dlls/d3dx9_29/Makefile"
22958 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22962 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22964 ALL_MAKEFILES="$ALL_MAKEFILES \\
22965 dlls/d3dx9_30/Makefile"
22966 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22970 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973 dlls/d3dx9_31/Makefile"
22974 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22978 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22980 ALL_MAKEFILES="$ALL_MAKEFILES \\
22981 dlls/d3dx9_32/Makefile"
22982 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22985 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22986 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22988 ALL_MAKEFILES="$ALL_MAKEFILES \\
22989 dlls/d3dx9_33/Makefile"
22990 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22994 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997 dlls/d3dx9_34/Makefile"
22998 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23002 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23004 ALL_MAKEFILES="$ALL_MAKEFILES \\
23005 dlls/d3dx9_35/Makefile"
23006 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23009 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23010 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23012 ALL_MAKEFILES="$ALL_MAKEFILES \\
23013 dlls/d3dx9_36/Makefile"
23014 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23018 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021 dlls/d3dx9_36/tests/Makefile"
23022 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23026 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23028 ALL_MAKEFILES="$ALL_MAKEFILES \\
23029 dlls/d3dx9_37/Makefile"
23030 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23033 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23034 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23036 ALL_MAKEFILES="$ALL_MAKEFILES \\
23037 dlls/d3dxof/Makefile"
23038 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23042 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045 dlls/d3dxof/tests/Makefile"
23046 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23050 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23052 ALL_MAKEFILES="$ALL_MAKEFILES \\
23053 dlls/dbghelp/Makefile"
23054 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23057 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23058 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23060 ALL_MAKEFILES="$ALL_MAKEFILES \\
23061 dlls/dciman32/Makefile"
23062 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23066 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069 dlls/ddraw/Makefile"
23070 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23073 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23074 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23076 ALL_MAKEFILES="$ALL_MAKEFILES \\
23077 dlls/ddraw/tests/Makefile"
23078 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23081 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23082 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23084 ALL_MAKEFILES="$ALL_MAKEFILES \\
23085 dlls/ddrawex/Makefile"
23086 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23090 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093 dlls/devenum/Makefile"
23094 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23097 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23098 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23100 ALL_MAKEFILES="$ALL_MAKEFILES \\
23101 dlls/dinput/Makefile"
23102 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23105 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23106 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23108 ALL_MAKEFILES="$ALL_MAKEFILES \\
23109 dlls/dinput/tests/Makefile"
23110 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23114 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117 dlls/dinput8/Makefile"
23118 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23121 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23122 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23124 ALL_MAKEFILES="$ALL_MAKEFILES \\
23125 dlls/dmband/Makefile"
23126 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23129 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23130 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23132 ALL_MAKEFILES="$ALL_MAKEFILES \\
23133 dlls/dmcompos/Makefile"
23134 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23138 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141 dlls/dmime/Makefile"
23142 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23146 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149 dlls/dmloader/Makefile"
23150 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23154 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157 dlls/dmscript/Makefile"
23158 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23162 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/dmstyle/Makefile"
23166 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23170 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173 dlls/dmsynth/Makefile"
23174 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181 dlls/dmusic/Makefile"
23182 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/dmusic32/Makefile"
23190 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23194 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197 dlls/dnsapi/Makefile"
23198 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205 dlls/dnsapi/tests/Makefile"
23206 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23210 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/dplay/Makefile"
23214 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23218 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221 dlls/dplayx/Makefile"
23222 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23226 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229 dlls/dplayx/tests/Makefile"
23230 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23234 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/dpnaddr/Makefile"
23238 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245 dlls/dpnet/Makefile"
23246 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253 dlls/dpnhpast/Makefile"
23254 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/dpnlobby/Makefile"
23262 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269 dlls/dpwsockx/Makefile"
23270 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23274 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277 dlls/dsound/Makefile"
23278 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23282 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/dsound/tests/Makefile"
23286 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23290 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293 dlls/dssenh/Makefile"
23294 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23298 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301 dlls/dswave/Makefile"
23302 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23306 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/dwmapi/Makefile"
23310 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23314 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317 dlls/dxdiagn/Makefile"
23318 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23322 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325 dlls/dxerr8/Makefile"
23326 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23330 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/dxerr9/Makefile"
23334 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23338 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341 dlls/dxguid/Makefile"
23342 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23346 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349 dlls/faultrep/Makefile"
23350 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23354 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/fusion/Makefile"
23358 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23362 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365 dlls/fusion/tests/Makefile"
23366 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23370 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373 dlls/gdi32/Makefile"
23374 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23378 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/gdi32/tests/Makefile"
23382 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23386 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389 dlls/gdiplus/Makefile"
23390 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23394 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397 dlls/gdiplus/tests/Makefile"
23398 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23402 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/glu32/Makefile"
23406 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23410 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413 dlls/gphoto2.ds/Makefile"
23414 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23418 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421 dlls/gpkcsp/Makefile"
23422 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23426 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23430 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23434 ac_config_files="$ac_config_files dlls/hal/Makefile"
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437 dlls/hhctrl.ocx/Makefile"
23438 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23442 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23446 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23450 ac_config_files="$ac_config_files dlls/hid/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/hlink/Makefile"
23454 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23458 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461 dlls/hlink/tests/Makefile"
23462 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23466 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469 dlls/hnetcfg/Makefile"
23470 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23474 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/iccvid/Makefile"
23478 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23482 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485 dlls/icmp/Makefile"
23486 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23490 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493 dlls/ifsmgr.vxd/Makefile"
23494 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23498 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/imaadp32.acm/Makefile"
23502 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23506 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509 dlls/imagehlp/Makefile"
23510 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23514 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517 dlls/imm32/Makefile"
23518 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/imm32/tests/Makefile"
23526 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23530 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533 dlls/inetcomm/Makefile"
23534 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23538 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541 dlls/inetcomm/tests/Makefile"
23542 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23546 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/inetmib1/Makefile"
23550 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23554 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557 dlls/inetmib1/tests/Makefile"
23558 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23562 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565 dlls/infosoft/Makefile"
23566 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23570 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/infosoft/tests/Makefile"
23574 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23578 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581 dlls/initpki/Makefile"
23582 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589 dlls/inkobj/Makefile"
23590 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/inseng/Makefile"
23598 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23602 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605 dlls/iphlpapi/Makefile"
23606 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23610 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613 dlls/iphlpapi/tests/Makefile"
23614 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23618 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/itircl/Makefile"
23622 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23626 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629 dlls/itss/Makefile"
23630 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23634 ac_config_files="$ac_config_files dlls/itss/Makefile"
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637 dlls/itss/tests/Makefile"
23638 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23642 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/jscript/Makefile"
23646 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23650 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653 dlls/jscript/tests/Makefile"
23654 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23658 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661 dlls/kernel32/Makefile"
23662 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23666 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/kernel32/tests/Makefile"
23670 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23674 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677 dlls/localspl/Makefile"
23678 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23682 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685 dlls/localspl/tests/Makefile"
23686 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23690 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/localui/Makefile"
23694 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23698 ac_config_files="$ac_config_files dlls/localui/Makefile"
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701 dlls/localui/tests/Makefile"
23702 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23706 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709 dlls/lz32/Makefile"
23710 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23714 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/lz32/tests/Makefile"
23718 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23722 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725 dlls/mapi32/Makefile"
23726 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23730 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733 dlls/mapi32/tests/Makefile"
23734 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23738 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/mciavi32/Makefile"
23742 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749 dlls/mcicda/Makefile"
23750 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23754 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757 dlls/mciseq/Makefile"
23758 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/mciwave/Makefile"
23766 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23770 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773 dlls/midimap/Makefile"
23774 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23778 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781 dlls/mlang/Makefile"
23782 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23786 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/mlang/tests/Makefile"
23790 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23794 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797 dlls/mmdevldr.vxd/Makefile"
23798 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23802 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805 dlls/monodebg.vxd/Makefile"
23806 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23810 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/mountmgr.sys/Makefile"
23814 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23818 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23822 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23826 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829 dlls/mprapi/Makefile"
23830 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23834 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/msacm32.drv/Makefile"
23838 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23842 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845 dlls/msacm32/Makefile"
23846 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23850 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853 dlls/msacm32/tests/Makefile"
23854 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23858 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/msadp32.acm/Makefile"
23862 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23866 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869 dlls/mscat32/Makefile"
23870 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877 dlls/mscms/Makefile"
23878 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23882 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/mscms/tests/Makefile"
23886 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23890 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893 dlls/mscoree/Makefile"
23894 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23898 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901 dlls/msdmo/Makefile"
23902 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23906 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/msftedit/Makefile"
23910 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23914 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917 dlls/msg711.acm/Makefile"
23918 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23922 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925 dlls/mshtml.tlb/Makefile"
23926 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23930 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/mshtml/Makefile"
23934 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23938 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941 dlls/mshtml/tests/Makefile"
23942 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23946 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23950 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/msi/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/msi/tests/Makefile"
23958 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23962 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965 dlls/msimg32/Makefile"
23966 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23970 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973 dlls/msimtf/Makefile"
23974 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23978 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/msisip/Makefile"
23982 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23986 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989 dlls/msisys.ocx/Makefile"
23990 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23994 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997 dlls/msnet32/Makefile"
23998 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/msrle32/Makefile"
24006 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24010 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013 dlls/mssip32/Makefile"
24014 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24018 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021 dlls/mstask/Makefile"
24022 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/mstask/tests/Makefile"
24030 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24034 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037 dlls/msvcirt/Makefile"
24038 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24042 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045 dlls/msvcr71/Makefile"
24046 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/msvcrt/Makefile"
24054 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061 dlls/msvcrt/tests/Makefile"
24062 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24066 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069 dlls/msvcrt20/Makefile"
24070 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/msvcrt40/Makefile"
24078 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24082 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085 dlls/msvcrtd/Makefile"
24086 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093 dlls/msvcrtd/tests/Makefile"
24094 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24098 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/msvfw32/Makefile"
24102 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24106 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109 dlls/msvidc32/Makefile"
24110 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24114 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/mswsock/Makefile"
24118 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/msxml3/Makefile"
24126 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/msxml3/tests/Makefile"
24134 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24138 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/nddeapi/Makefile"
24142 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/netapi32/Makefile"
24150 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/netapi32/tests/Makefile"
24158 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24162 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/newdev/Makefile"
24166 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/ntdll/Makefile"
24174 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/ntdll/tests/Makefile"
24182 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24186 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/ntdsapi/Makefile"
24190 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/ntdsapi/tests/Makefile"
24198 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24202 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/ntoskrnl.exe/Makefile"
24206 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24210 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/ntprint/Makefile"
24214 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/ntprint/tests/Makefile"
24222 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24226 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/objsel/Makefile"
24230 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/odbc32/Makefile"
24238 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/odbccp32/Makefile"
24246 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/odbccp32/tests/Makefile"
24254 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24258 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/ole32/Makefile"
24262 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/ole32/tests/Makefile"
24270 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24274 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/oleacc/Makefile"
24278 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/oleaut32/Makefile"
24286 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/oleaut32/tests/Makefile"
24294 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24298 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/olecli32/Makefile"
24302 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24306 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/oledlg/Makefile"
24310 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/olepro32/Makefile"
24318 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24322 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/olesvr32/Makefile"
24326 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/olethk32/Makefile"
24334 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/opengl32/Makefile"
24342 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/opengl32/tests/Makefile"
24350 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24354 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/pdh/tests/Makefile"
24366 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24370 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/powrprof/Makefile"
24374 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/printui/Makefile"
24382 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/printui/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/propsys/Makefile"
24390 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/psapi/Makefile"
24398 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/psapi/tests/Makefile"
24406 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24410 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/pstorec/Makefile"
24414 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/qcap/Makefile"
24422 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/qedit/Makefile"
24430 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/qedit/tests/Makefile"
24438 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24442 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/qmgr/Makefile"
24446 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/qmgr/tests/Makefile"
24454 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24458 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/qmgrprxy/Makefile"
24462 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/quartz/Makefile"
24470 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/quartz/tests/Makefile"
24478 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/query/Makefile"
24486 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/query/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/rasapi32/Makefile"
24494 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/rasapi32/tests/Makefile"
24502 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24506 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/resutils/Makefile"
24510 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/riched20/Makefile"
24518 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/riched20/tests/Makefile"
24526 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24530 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/riched32/Makefile"
24534 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/riched32/tests/Makefile"
24542 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24546 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/rpcrt4/Makefile"
24550 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/rpcrt4/tests/Makefile"
24558 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24562 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/rsabase/Makefile"
24566 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/rsaenh/Makefile"
24574 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/rsaenh/tests/Makefile"
24582 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24586 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/sane.ds/Makefile"
24590 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/sccbase/Makefile"
24598 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/schannel/Makefile"
24606 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/schannel/tests/Makefile"
24614 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24618 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/secur32/Makefile"
24622 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/secur32/tests/Makefile"
24630 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24634 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/security/Makefile"
24638 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/security/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/sensapi/Makefile"
24646 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/serialui/Makefile"
24654 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/serialui/tests/Makefile"
24662 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24666 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/setupapi/Makefile"
24670 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/setupapi/tests/Makefile"
24678 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/sfc_os/Makefile"
24694 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/shdoclc/Makefile"
24702 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/shdocvw/Makefile"
24710 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/shdocvw/tests/Makefile"
24718 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24722 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/shell32/Makefile"
24726 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/shell32/tests/Makefile"
24734 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24738 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/shfolder/Makefile"
24742 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/shlwapi/Makefile"
24750 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/shlwapi/tests/Makefile"
24758 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24762 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/slbcsp/Makefile"
24766 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/slc/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/snmpapi/Makefile"
24782 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/snmpapi/tests/Makefile"
24790 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24794 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/softpub/Makefile"
24798 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/spoolss/Makefile"
24806 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/spoolss/tests/Makefile"
24814 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24818 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/stdole2.tlb/Makefile"
24822 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/stdole32.tlb/Makefile"
24830 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/sti/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/strmiids/Makefile"
24846 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24850 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/svrapi/Makefile"
24854 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/tapi32/Makefile"
24870 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/twain_32/Makefile"
24878 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/unicows/Makefile"
24886 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/url/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/urlmon/Makefile"
24902 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/urlmon/tests/Makefile"
24910 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24914 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/user32/Makefile"
24918 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/user32/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/user32/tests/Makefile"
24926 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24930 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/userenv/Makefile"
24934 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/userenv/tests/Makefile"
24942 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24946 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/usp10/Makefile"
24950 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/usp10/tests/Makefile"
24958 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/uuid/Makefile"
24966 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24970 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/uxtheme/Makefile"
24974 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/uxtheme/tests/Makefile"
24982 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24986 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/vdhcp.vxd/Makefile"
24990 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/vdmdbg/Makefile"
24998 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/version/Makefile"
25006 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/version/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/version/tests/Makefile"
25014 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25018 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/vmm.vxd/Makefile"
25022 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/vnbt.vxd/Makefile"
25030 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/vnetbios.vxd/Makefile"
25038 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/vtdapi.vxd/Makefile"
25046 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/vwin32.vxd/Makefile"
25054 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/w32skrnl/Makefile"
25062 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/winealsa.drv/Makefile"
25070 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/wineaudioio.drv/Makefile"
25078 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/winecoreaudio.drv/Makefile"
25086 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/winecrt0/Makefile"
25094 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25098 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/wined3d/Makefile"
25102 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/winedos/Makefile"
25110 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/wineesd.drv/Makefile"
25118 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/winejack.drv/Makefile"
25126 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/winejoystick.drv/Makefile"
25134 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/winemp3.acm/Makefile"
25142 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/winenas.drv/Makefile"
25150 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/wineoss.drv/Makefile"
25158 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/wineps.drv/Makefile"
25166 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/winequartz.drv/Makefile"
25174 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25178 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/winex11.drv/Makefile"
25182 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/wing32/Makefile"
25190 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/winhttp/Makefile"
25198 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/winhttp/tests/Makefile"
25206 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25210 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/wininet/Makefile"
25214 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/wininet/tests/Makefile"
25222 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25226 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/winmm/Makefile"
25230 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/winmm/tests/Makefile"
25238 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25242 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/winnls32/Makefile"
25246 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/winscard/Makefile"
25254 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/winspool.drv/Makefile"
25262 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/winspool.drv/tests/Makefile"
25270 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25271 winspool.drv/tests"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25274 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/wintab32/Makefile"
25278 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/wintrust/Makefile"
25286 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25290 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/wintrust/tests/Makefile"
25294 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25298 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/wldap32/Makefile"
25302 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25306 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/wldap32/tests/Makefile"
25310 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25314 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/wnaspi32/Makefile"
25326 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25330 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/wow32/Makefile"
25334 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/ws2_32/Makefile"
25342 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/ws2_32/tests/Makefile"
25350 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25354 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/wsock32/Makefile"
25358 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/wtsapi32/Makefile"
25366 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25370 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 documentation/Makefile"
25374 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 documentation/Makefile: documentation/Makefile.in Make.rules"
25378 ac_config_files="$ac_config_files documentation/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 fonts/Makefile: fonts/Makefile.in Make.rules"
25386 ac_config_files="$ac_config_files fonts/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 include/Makefile: include/Makefile.in Make.rules"
25394 ac_config_files="$ac_config_files include/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 libs/Makefile: libs/Makefile.in Make.rules"
25402 ac_config_files="$ac_config_files libs/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 libs/port/Makefile"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25409 ac_config_files="$ac_config_files libs/port/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 libs/wine/Makefile"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25416 ac_config_files="$ac_config_files libs/wine/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25423 ac_config_files="$ac_config_files libs/wpp/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 loader/Makefile: loader/Makefile.in Make.rules"
25431 ac_config_files="$ac_config_files loader/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 programs/Makefile: programs/Makefile.in Make.rules"
25439 ac_config_files="$ac_config_files programs/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 programs/clock/Makefile"
25443 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25444 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25448 ac_config_files="$ac_config_files programs/clock/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 programs/cmd/Makefile"
25452 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25453 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25457 ac_config_files="$ac_config_files programs/cmd/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 programs/cmdlgtst/Makefile"
25461 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25465 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 programs/control/Makefile"
25469 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25470 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25474 ac_config_files="$ac_config_files programs/control/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 programs/eject/Makefile"
25478 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25479 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25483 ac_config_files="$ac_config_files programs/eject/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 programs/expand/Makefile"
25487 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25488 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25492 ac_config_files="$ac_config_files programs/expand/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 programs/explorer/Makefile"
25496 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25497 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25501 ac_config_files="$ac_config_files programs/explorer/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 programs/hh/Makefile"
25505 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25506 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25510 ac_config_files="$ac_config_files programs/hh/Makefile"
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513 programs/icinfo/Makefile"
25514 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25515 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25519 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 programs/iexplore/Makefile"
25523 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25524 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25528 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 programs/msiexec/Makefile"
25532 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25533 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25534 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25538 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541 programs/net/Makefile"
25542 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25543 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25547 ac_config_files="$ac_config_files programs/net/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 programs/notepad/Makefile"
25551 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25552 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25553 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25557 ac_config_files="$ac_config_files programs/notepad/Makefile"
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560 programs/oleview/Makefile"
25561 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25562 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25566 ac_config_files="$ac_config_files programs/oleview/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 programs/progman/Makefile"
25570 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25571 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25572 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25576 ac_config_files="$ac_config_files programs/progman/Makefile"
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579 programs/reg/Makefile"
25580 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25581 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25584 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25585 ac_config_files="$ac_config_files programs/reg/Makefile"
25587 ALL_MAKEFILES="$ALL_MAKEFILES \\
25588 programs/regedit/Makefile"
25589 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25590 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25591 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25595 ac_config_files="$ac_config_files programs/regedit/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 programs/regsvr32/Makefile"
25599 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25600 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25601 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25605 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 programs/rpcss/Makefile"
25609 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25610 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25614 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 programs/rundll32/Makefile"
25618 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25619 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25623 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 programs/secedit/Makefile"
25627 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25628 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25632 ac_config_files="$ac_config_files programs/secedit/Makefile"
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635 programs/services/Makefile"
25636 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25637 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25640 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25641 ac_config_files="$ac_config_files programs/services/Makefile"
25643 ALL_MAKEFILES="$ALL_MAKEFILES \\
25644 programs/spoolsv/Makefile"
25645 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25646 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25650 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 programs/start/Makefile"
25654 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25655 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25659 ac_config_files="$ac_config_files programs/start/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 programs/svchost/Makefile"
25663 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25664 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25668 ac_config_files="$ac_config_files programs/svchost/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 programs/taskmgr/Makefile"
25672 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25673 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25677 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680 programs/uninstaller/Makefile"
25681 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25682 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25683 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25687 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 programs/view/Makefile"
25691 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25695 ac_config_files="$ac_config_files programs/view/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 programs/wineboot/Makefile"
25699 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25700 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25701 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25704 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25705 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25707 ALL_MAKEFILES="$ALL_MAKEFILES \\
25708 programs/winebrowser/Makefile"
25709 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25710 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25711 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25715 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 programs/winecfg/Makefile"
25719 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25720 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25721 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25725 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728 programs/wineconsole/Makefile"
25729 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25730 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25731 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25735 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 programs/winedbg/Makefile"
25739 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25740 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25741 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25744 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25745 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25747 ALL_MAKEFILES="$ALL_MAKEFILES \\
25748 programs/winedevice/Makefile"
25749 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25750 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25754 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757 programs/winefile/Makefile"
25758 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25759 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25760 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25764 ac_config_files="$ac_config_files programs/winefile/Makefile"
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767 programs/winemenubuilder/Makefile"
25768 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25769 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25773 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776 programs/winemine/Makefile"
25777 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25778 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25779 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25783 ac_config_files="$ac_config_files programs/winemine/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 programs/winepath/Makefile"
25787 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25788 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25789 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25793 ac_config_files="$ac_config_files programs/winepath/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 programs/winetest/Makefile"
25797 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25800 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25801 ac_config_files="$ac_config_files programs/winetest/Makefile"
25803 ALL_MAKEFILES="$ALL_MAKEFILES \\
25804 programs/winevdm/Makefile"
25805 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25806 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25810 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813 programs/winhlp32/Makefile"
25814 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25815 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25819 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 programs/winver/Makefile"
25823 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25824 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25828 ac_config_files="$ac_config_files programs/winver/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 programs/wordpad/Makefile"
25832 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25833 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25837 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 programs/write/Makefile"
25841 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25842 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25846 ac_config_files="$ac_config_files programs/write/Makefile"
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849 programs/xcopy/Makefile"
25850 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25851 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25855 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 server/Makefile: server/Makefile.in Make.rules"
25863 ac_config_files="$ac_config_files server/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 tools/Makefile: tools/Makefile.in Make.rules"
25871 ac_config_files="$ac_config_files tools/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 tools/widl/Makefile"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25878 ac_config_files="$ac_config_files tools/widl/Makefile"
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881 tools/winebuild/Makefile"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25885 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888 tools/winedump/Makefile"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25892 ac_config_files="$ac_config_files tools/winedump/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 tools/winegcc/Makefile"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25899 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 tools/wmc/Makefile"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25906 ac_config_files="$ac_config_files tools/wmc/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 tools/wrc/Makefile"
25911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25912 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25913 ac_config_files="$ac_config_files tools/wrc/Makefile"
25917 ALL_WINETEST_DEPENDS="# Test binaries"
25919 for dir in $ALL_TEST_DIRS
25921 if test "$dir" != "\\"
25923 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25924 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25925 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25926 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25930 cat >confcache <<\_ACEOF
25931 # This file is a shell script that caches the results of configure
25932 # tests run on this system so they can be shared between configure
25933 # scripts and configure runs, see configure's option --config-cache.
25934 # It is not useful on other systems. If it contains results you don't
25935 # want to keep, you may remove or edit it.
25937 # config.status only pays attention to the cache file if you give it
25938 # the --recheck option to rerun configure.
25940 # `ac_cv_env_foo
' variables (set or unset) will be overridden when
25941 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25942 # following values.
25946 # The following way of writing the cache mishandles newlines in values,
25947 # but we know of no workaround that is simple, portable, and efficient.
25948 # So, we kill variables containing newlines.
25949 # Ultrix sh set writes to stderr and can't be redirected directly,
25950 # and sets the high bit in the cache file unless we assign to the vars.
25952 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25953 eval ac_val
=\$
$ac_var
25957 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25958 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25961 _ | IFS | as_nl
) ;; #(
25962 *) $as_unset $ac_var ;;
25968 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25969 *${as_nl}ac_space
=\
*)
25970 # `set' does not quote correctly, so add quotes (double-quote
25971 # substitution turns \\\\ into \\, and sed turns \\ into \).
25974 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25977 # `set' quotes correctly as required by POSIX, so do not add quotes.
25978 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25987 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25989 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25991 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
25992 if test -w "$cache_file"; then
25993 test "x$cache_file" != "x/dev/null" &&
25994 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25995 echo "$as_me: updating cache $cache_file" >&6;}
25996 cat confcache
>$cache_file
25998 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25999 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26004 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
26005 # Let make expand exec_prefix.
26006 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
26008 DEFS
=-DHAVE_CONFIG_H
26012 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
26013 # 1. Remove the extension, and $U if already installed.
26014 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
26015 ac_i
=`echo "$ac_i" | sed "$ac_script"`
26016 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26017 # will be set to the directory where LIBOBJS objects are built.
26018 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26019 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26021 LIBOBJS
=$ac_libobjs
26023 LTLIBOBJS
=$ac_ltlibobjs
26027 : ${CONFIG_STATUS=./config.status}
26028 ac_clean_files_save
=$ac_clean_files
26029 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
26030 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26031 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26032 cat >$CONFIG_STATUS <<_ACEOF
26034 # Generated by $as_me.
26035 # Run this file to recreate the current configuration.
26036 # Compiler output produced by configure, useful for debugging
26037 # configure, is in config.log if it exists.
26040 ac_cs_recheck=false
26042 SHELL=\${CONFIG_SHELL-$SHELL}
26045 cat >>$CONFIG_STATUS <<\_ACEOF
26046 ## --------------------- ##
26047 ## M4sh Initialization. ##
26048 ## --------------------- ##
26050 # Be more Bourne compatible
26051 DUALCASE
=1; export DUALCASE
# for MKS sh
26052 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
26055 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26056 # is contrary to our usage. Disable this feature.
26057 alias -g '${1+"$@"}'='"$@"'
26058 setopt NO_GLOB_SUBST
26060 case `(set -o) 2>/dev/null` in
26061 *posix
*) set -o posix
;;
26070 # Avoid depending upon Character Ranges.
26071 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
26072 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26073 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
26074 as_cr_digits
='0123456789'
26075 as_cr_alnum
=$as_cr_Letters$as_cr_digits
26077 # The user is always right.
26078 if test "${PATH_SEPARATOR+set}" != set; then
26079 echo "#! /bin/sh" >conf$$.sh
26080 echo "exit 0" >>conf$$.sh
26082 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
26090 # Support unset when possible.
26091 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
26099 # We need space, tab and new line, in precisely that order. Quoting is
26100 # there to prevent editors from complaining about space-tab.
26101 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26102 # splitting by setting IFS to empty value.)
26107 # Find who we are. Look in the path if we contain no directory separator.
26109 *[\\/]* ) as_myself
=$0 ;;
26110 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
26111 for as_dir
in $PATH
26114 test -z "$as_dir" && as_dir
=.
26115 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
26121 # We did not find ourselves, most probably we were run as `sh COMMAND'
26122 # in which case we are not to be found in the path.
26123 if test "x$as_myself" = x
; then
26126 if test ! -f "$as_myself"; then
26127 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26128 { (exit 1); exit 1; }
26131 # Work around bugs in pre-3.0 UWIN ksh.
26132 for as_var
in ENV MAIL MAILPATH
26133 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26141 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26142 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26143 LC_TELEPHONE LC_TIME
26145 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26146 eval $as_var=C
; export $as_var
26148 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
26152 # Required to use basename.
26153 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26154 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26160 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26161 as_basename
=basename
26167 # Name of the executable.
26168 as_me
=`$as_basename -- "$0" ||
26169 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26170 X"$0" : 'X\(//\)$' \| \
26171 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26173 sed '/^.*\/\([^/][^/]*\)\/*$/{
26192 as_lineno_1
=$LINENO
26193 as_lineno_2
=$LINENO
26194 test "x$as_lineno_1" != "x$as_lineno_2" &&
26195 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
26197 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26198 # uniformly replaced by the line number. The first 'sed' inserts a
26199 # line-number line after each line using $LINENO; the second 'sed'
26200 # does the real work. The second script uses 'N' to pair each
26201 # line-number line with the line containing $LINENO, and appends
26202 # trailing '-' during substitution so that $LINENO is not a special
26203 # case at line end.
26204 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26205 # scripts with optimization help from Paolo Bonzini. Blame Lee
26206 # E. McMahon (1931-1989) for sed's syntax. :-)
26218 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26221 ' >$as_me.lineno
&&
26222 chmod +x
"$as_me.lineno" ||
26223 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26224 { (exit 1); exit 1; }; }
26226 # Don't try to exec as it changes $[0], causing all sort of problems
26227 # (the dirname of $[0] is not the place where we might find the
26228 # original and so on. Autoconf is especially sensitive to this).
26229 .
"./$as_me.lineno"
26230 # Exit status is that of the last command.
26235 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
26241 ECHO_C
= ECHO_N
= ECHO_T
=
26242 case `echo -n x` in
26244 case `echo 'x\c'` in
26245 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
26252 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
26253 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
26259 rm -f conf$$ conf$$.exe conf$$.
file
26260 if test -d conf$$.dir
; then
26261 rm -f conf$$.dir
/conf$$.
file
26267 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
26269 # ... but there are two gotchas:
26270 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26271 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26272 # In both cases, we have to default to `cp -p'.
26273 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
26275 elif ln conf$$.
file conf$$
2>/dev
/null
; then
26280 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
26281 rmdir conf$$.dir
2>/dev
/null
26283 if mkdir
-p .
2>/dev
/null
; then
26286 test -d .
/-p && rmdir .
/-p
26290 if test -x / >/dev
/null
2>&1; then
26291 as_test_x
='test -x'
26293 if ls -dL / >/dev
/null
2>&1; then
26300 if test -d "$1"; then
26306 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26307 ???[sx]*):;;*)false;;esac;fi
26311 as_executable_p
=$as_test_x
26313 # Sed expression to map a string onto a valid CPP name.
26314 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26316 # Sed expression to map a string onto a valid variable name.
26317 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26322 # Save the log message, to keep $[0] and so on meaningful, and to
26323 # report actual input values of CONFIG_FILES etc. instead of their
26324 # values after options handling.
26326 This file was extended by Wine $as_me 1.1.5, which was
26327 generated by GNU Autoconf 2.61. Invocation command line was
26329 CONFIG_FILES = $CONFIG_FILES
26330 CONFIG_HEADERS = $CONFIG_HEADERS
26331 CONFIG_LINKS = $CONFIG_LINKS
26332 CONFIG_COMMANDS = $CONFIG_COMMANDS
26335 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26340 cat >>$CONFIG_STATUS <<_ACEOF
26341 # Files that config.status was made for.
26342 config_files="$ac_config_files"
26343 config_headers="$ac_config_headers"
26344 config_commands="$ac_config_commands"
26348 cat >>$CONFIG_STATUS <<\_ACEOF
26350 \`$as_me' instantiates files from templates according to the
26351 current configuration.
26353 Usage: $0 [OPTIONS] [FILE]...
26355 -h, --help print this help, then exit
26356 -V, --version print version number and configuration settings, then exit
26357 -q, --quiet do not print progress messages
26358 -d, --debug don't remove temporary files
26359 --recheck update $as_me by reconfiguring in the same conditions
26360 --file=FILE[:TEMPLATE]
26361 instantiate the configuration file FILE
26362 --header=FILE[:TEMPLATE]
26363 instantiate the configuration header FILE
26365 Configuration files:
26368 Configuration headers:
26371 Configuration commands:
26374 Report bugs to <bug-autoconf@gnu.org>."
26377 cat >>$CONFIG_STATUS <<_ACEOF
26379 Wine config.status 1.1.5
26380 configured by $0, generated by GNU Autoconf 2.61,
26381 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26383 Copyright (C) 2006 Free Software Foundation, Inc.
26384 This config.status script is free software; the Free Software Foundation
26385 gives unlimited permission to copy, distribute and modify it."
26392 cat >>$CONFIG_STATUS <<\_ACEOF
26393 # If no file are specified by the user, then we need to provide default
26394 # value. By we need to know if files were specified by the user.
26400 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
26401 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
26412 # Handling of the options.
26413 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
26415 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
26416 echo "$ac_cs_version"; exit ;;
26417 --debug |
--debu |
--deb |
--de |
--d |
-d )
26419 --file |
--fil |
--fi |
--f )
26421 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
26422 ac_need_defaults
=false
;;
26423 --header |
--heade |
--head |
--hea )
26425 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
26426 ac_need_defaults
=false
;;
26428 # Conflict between --help and --header
26429 { echo "$as_me: error: ambiguous option: $1
26430 Try \`$0 --help' for more information." >&2
26431 { (exit 1); exit 1; }; };;
26432 --help |
--hel |
-h )
26433 echo "$ac_cs_usage"; exit ;;
26434 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
26435 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
26438 # This is an error.
26439 -*) { echo "$as_me: error: unrecognized option: $1
26440 Try \`$0 --help' for more information." >&2
26441 { (exit 1); exit 1; }; } ;;
26443 *) ac_config_targets
="$ac_config_targets $1"
26444 ac_need_defaults
=false
;;
26450 ac_configure_extra_args
=
26452 if $ac_cs_silent; then
26454 ac_configure_extra_args
="$ac_configure_extra_args --silent"
26458 cat >>$CONFIG_STATUS <<_ACEOF
26459 if \$ac_cs_recheck; then
26460 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26461 CONFIG_SHELL=$SHELL
26462 export CONFIG_SHELL
26463 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26467 cat >>$CONFIG_STATUS <<\_ACEOF
26471 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26472 ## Running $as_me. ##
26478 cat >>$CONFIG_STATUS <<_ACEOF
26481 cat >>$CONFIG_STATUS <<\_ACEOF
26483 # Handling of arguments.
26484 for ac_config_target
in $ac_config_targets
26486 case $ac_config_target in
26487 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
26488 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
26489 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26490 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26491 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26492 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
26493 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26494 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
26495 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
26496 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
26497 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26498 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
26499 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
26500 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
26501 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
26502 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
26503 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
26504 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26505 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26506 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26507 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26508 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
26509 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26510 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
26511 "dlls/appwiz.cpl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26512 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
26513 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26514 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26515 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
26516 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26517 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26518 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26519 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26520 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
26521 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26522 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26523 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
26524 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26525 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26526 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26527 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26528 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26529 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
26530 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
26531 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26532 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26533 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26534 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26535 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26536 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26537 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26538 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26539 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26540 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26541 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26542 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26543 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26544 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26545 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26546 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26547 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26548 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26549 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26550 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26551 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26552 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26553 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26554 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26555 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26556 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26557 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26558 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26559 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26560 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26561 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26562 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26563 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26564 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26565 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26566 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26567 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26568 "dlls/d3dxof/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26569 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26570 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26571 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26572 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26573 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26574 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
26575 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
26576 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26577 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26578 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
26579 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26580 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
26581 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26582 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26583 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26584 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26585 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26586 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26587 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26588 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26589 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
26590 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26591 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26592 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26593 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26594 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26595 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26596 "dlls/dpwsockx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26597 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
26598 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26599 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26600 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
26601 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26602 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26603 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26604 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26605 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26606 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26607 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
26608 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26609 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26610 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26611 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26612 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26613 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
26614 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26615 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26616 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
26617 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26618 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
26619 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
26620 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26621 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26622 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26623 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
26624 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26625 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26626 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26627 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
26628 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26629 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26630 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26631 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26632 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26633 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26634 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26635 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
26636 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26637 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
26638 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26639 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26640 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
26641 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
26642 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26643 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
26644 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26645 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26646 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26647 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
26648 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26649 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
26650 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26651 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
26652 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26653 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26654 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26655 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26656 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26657 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26658 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26659 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
26660 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
26661 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26662 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26663 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26664 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26665 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
26666 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26667 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26668 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26669 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26670 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26671 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26672 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
26673 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26674 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26675 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26676 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26677 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26678 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26679 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26680 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26681 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
26682 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26683 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26684 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26685 "dlls/msisip/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisip/Makefile" ;;
26686 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26687 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26688 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26689 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26690 "dlls/mstask/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/Makefile" ;;
26691 "dlls/mstask/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26692 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26693 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26694 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26695 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26696 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26697 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26698 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26699 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26700 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26701 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26702 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26703 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26704 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26705 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26706 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26707 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26708 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
26709 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26710 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26711 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26712 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26713 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26714 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26715 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26716 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
26717 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26718 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26719 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26720 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
26721 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26722 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26723 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26724 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26725 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26726 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26727 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26728 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26729 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26730 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26731 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26732 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
26733 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26734 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26735 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
26736 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
26737 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
26738 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26739 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26740 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
26741 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
26742 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26743 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26744 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26745 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26746 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
26747 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26748 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
26749 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26750 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26751 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
26752 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
26753 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26754 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
26755 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26756 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26757 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26758 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26759 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26760 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26761 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26762 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26763 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
26764 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26765 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
26766 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26767 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
26768 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26769 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
26770 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26771 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26772 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26773 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
26774 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26775 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26776 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26777 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26778 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
26779 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26780 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26781 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26782 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26783 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26784 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
26785 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26786 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26787 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
26788 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26789 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26790 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26791 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26792 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
26793 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26794 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26795 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
26796 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26797 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26798 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
26799 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
26800 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26801 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26802 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
26803 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26804 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
26805 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26806 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
26807 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26808 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
26809 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26810 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26811 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26812 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26813 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
26814 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26815 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26816 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26817 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26818 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26819 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26820 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26821 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26822 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26823 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26824 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26825 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26826 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
26827 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26828 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26829 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26830 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26831 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26832 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26833 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26834 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26835 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26836 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
26837 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26838 "dlls/winhttp/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26839 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
26840 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26841 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
26842 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26843 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26844 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
26845 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26846 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26847 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26848 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26849 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26850 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26851 "dlls/wldap32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26852 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
26853 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26854 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
26855 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26856 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26857 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26858 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26859 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
26860 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
26861 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
26862 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
26863 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
26864 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
26865 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
26866 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
26867 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
26868 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
26869 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
26870 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26871 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
26872 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
26873 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
26874 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
26875 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
26876 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
26877 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
26878 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
26879 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
26880 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
26881 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
26882 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
26883 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
26884 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
26885 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26886 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
26887 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
26888 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
26889 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
26890 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26891 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
26892 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
26893 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26894 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26895 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
26896 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
26897 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26898 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
26899 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26900 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
26901 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
26902 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
26903 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26904 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
26905 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
26906 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
26907 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
26908 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26909 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
26910 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
26911 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
26912 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
26913 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
26914 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
26915 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
26916 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
26917 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
26918 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
26919 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
26920 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
26922 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26923 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26924 { (exit 1); exit 1; }; };;
26929 # If the user did not use the arguments to specify the items to instantiate,
26930 # then the envvar interface is used. Set only those that are not.
26931 # We use the long form for the default assignment because of an extremely
26932 # bizarre bug on SunOS 4.1.3.
26933 if $ac_need_defaults; then
26934 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
26935 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
26936 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
26939 # Have a temporary directory for convenience. Make it in the build tree
26940 # simply because there is no reason against having it here, and in addition,
26941 # creating and moving files from /tmp can sometimes cause problems.
26942 # Hook for its removal unless debugging.
26943 # Note that there is a small window in which the directory will not be cleaned:
26944 # after its creation but before its name has been assigned to `$tmp'.
26948 trap 'exit_status=$?
26949 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26951 trap '{ (exit 1); exit 1; }' 1 2 13 15
26953 # Create a (secure) tmp directory for tmp files.
26956 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26957 test -n "$tmp" && test -d "$tmp"
26960 tmp
=.
/conf$$
-$RANDOM
26961 (umask 077 && mkdir
"$tmp")
26964 echo "$me: cannot create a temporary directory in ." >&2
26965 { (exit 1); exit 1; }
26969 # Set up the sed scripts for CONFIG_FILES section.
26972 # No need to generate the scripts if there are no CONFIG_FILES.
26973 # This happens for instance when ./config.status config.h
26974 if test -n "$CONFIG_FILES"; then
26978 # Create sed commands to just substitute file output variables.
26980 # Remaining file output variables are in a fragment that also has non-file
26986 for ac_last_try
in false false false false false
:; do
26987 cat >conf$
$subs.
sed <<_ACEOF
26988 SHELL!$SHELL$ac_delim
26989 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26990 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26991 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26992 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26993 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26994 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26995 exec_prefix!$exec_prefix$ac_delim
26996 prefix!$prefix$ac_delim
26997 program_transform_name!$program_transform_name$ac_delim
26998 bindir!$bindir$ac_delim
26999 sbindir!$sbindir$ac_delim
27000 libexecdir!$libexecdir$ac_delim
27001 datarootdir!$datarootdir$ac_delim
27002 datadir!$datadir$ac_delim
27003 sysconfdir!$sysconfdir$ac_delim
27004 sharedstatedir!$sharedstatedir$ac_delim
27005 localstatedir!$localstatedir$ac_delim
27006 includedir!$includedir$ac_delim
27007 oldincludedir!$oldincludedir$ac_delim
27008 docdir!$docdir$ac_delim
27009 infodir!$infodir$ac_delim
27010 htmldir!$htmldir$ac_delim
27011 dvidir!$dvidir$ac_delim
27012 pdfdir!$pdfdir$ac_delim
27013 psdir!$psdir$ac_delim
27014 libdir!$libdir$ac_delim
27015 localedir!$localedir$ac_delim
27016 mandir!$mandir$ac_delim
27017 DEFS!$DEFS$ac_delim
27018 ECHO_C!$ECHO_C$ac_delim
27019 ECHO_N!$ECHO_N$ac_delim
27020 ECHO_T!$ECHO_T$ac_delim
27021 LIBS!$LIBS$ac_delim
27022 build_alias!$build_alias$ac_delim
27023 host_alias!$host_alias$ac_delim
27024 target_alias!$target_alias$ac_delim
27025 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27026 build!$build$ac_delim
27027 build_cpu!$build_cpu$ac_delim
27028 build_vendor!$build_vendor$ac_delim
27029 build_os!$build_os$ac_delim
27030 host!$host$ac_delim
27031 host_cpu!$host_cpu$ac_delim
27032 host_vendor!$host_vendor$ac_delim
27033 host_os!$host_os$ac_delim
27034 WIN16_FILES!$WIN16_FILES$ac_delim
27035 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27036 SET_MAKE!$SET_MAKE$ac_delim
27038 CFLAGS!$CFLAGS$ac_delim
27039 LDFLAGS!$LDFLAGS$ac_delim
27040 CPPFLAGS!$CPPFLAGS$ac_delim
27041 ac_ct_CC!$ac_ct_CC$ac_delim
27042 EXEEXT!$EXEEXT$ac_delim
27043 OBJEXT!$OBJEXT$ac_delim
27045 CXXFLAGS!$CXXFLAGS$ac_delim
27046 ac_ct_CXX!$ac_ct_CXX$ac_delim
27047 CPPBIN!$CPPBIN$ac_delim
27048 TOOLSDIR!$TOOLSDIR$ac_delim
27049 XMKMF!$XMKMF$ac_delim
27051 X_CFLAGS!$X_CFLAGS$ac_delim
27052 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27053 X_LIBS!$X_LIBS$ac_delim
27054 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27055 FLEX!$FLEX$ac_delim
27056 BISON!$BISON$ac_delim
27058 ac_ct_AS!$ac_ct_AS$ac_delim
27060 ac_ct_LD!$ac_ct_LD$ac_delim
27062 ac_ct_NM!$ac_ct_NM$ac_delim
27064 ac_ct_AR!$ac_ct_AR$ac_delim
27065 ARFLAGS!$ARFLAGS$ac_delim
27066 RANLIB!$RANLIB$ac_delim
27067 STRIP!$STRIP$ac_delim
27068 WINDRES!$WINDRES$ac_delim
27069 LN_S!$LN_S$ac_delim
27072 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27074 elif $ac_last_try; then
27075 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27076 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27077 { (exit 1); exit 1; }; }
27079 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27083 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27084 if test -n "$ac_eof"; then
27085 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27086 ac_eof
=`expr $ac_eof + 1`
27089 cat >>$CONFIG_STATUS <<_ACEOF
27090 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27091 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27092 /^[ ]*@MAKE_RULES@[ ]*$/{
27096 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27100 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27101 r $MAKE_IMPLIB_RULES
27104 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27108 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27114 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27115 s/^/s,@/; s/!/@,|#_!!_#|/
27118 s/'"$ac_delim"'$/,g/; t
27120 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27121 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27122 rm -f conf$
$subs.
sed
27123 cat >>$CONFIG_STATUS <<_ACEOF
27129 for ac_last_try
in false false false false false
:; do
27130 cat >conf$
$subs.
sed <<_ACEOF
27132 GREP!$GREP$ac_delim
27133 EGREP!$EGREP$ac_delim
27134 LDCONFIG!$LDCONFIG$ac_delim
27135 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27136 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27137 INSTALL_DATA!$INSTALL_DATA$ac_delim
27138 LINT!$LINT$ac_delim
27139 LINTFLAGS!$LINTFLAGS$ac_delim
27140 FONTFORGE!$FONTFORGE$ac_delim
27141 PKG_CONFIG!$PKG_CONFIG$ac_delim
27142 RSVG!$RSVG$ac_delim
27143 ICOTOOL!$ICOTOOL$ac_delim
27144 PRELINK!$PRELINK$ac_delim
27145 LIBPTHREAD!$LIBPTHREAD$ac_delim
27146 XLIB!$XLIB$ac_delim
27147 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27148 DLLEXT!$DLLEXT$ac_delim
27149 DLLFLAGS!$DLLFLAGS$ac_delim
27150 LDSHARED!$LDSHARED$ac_delim
27151 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27152 LIBEXT!$LIBEXT$ac_delim
27153 IMPLIBEXT!$IMPLIBEXT$ac_delim
27154 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27155 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27157 DLLTOOL!$DLLTOOL$ac_delim
27158 DLLWRAP!$DLLWRAP$ac_delim
27159 MINGWAR!$MINGWAR$ac_delim
27160 SECURITYLIB!$SECURITYLIB$ac_delim
27161 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27162 IOKITLIB!$IOKITLIB$ac_delim
27163 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27164 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27165 COREAUDIO!$COREAUDIO$ac_delim
27166 CARBONLIB!$CARBONLIB$ac_delim
27167 CROSSTEST!$CROSSTEST$ac_delim
27168 CROSSCC!$CROSSCC$ac_delim
27169 CROSSWINDRES!$CROSSWINDRES$ac_delim
27170 NASLIBS!$NASLIBS$ac_delim
27171 XML2LIBS!$XML2LIBS$ac_delim
27172 XML2INCL!$XML2INCL$ac_delim
27173 XSLTLIBS!$XSLTLIBS$ac_delim
27174 XSLTINCL!$XSLTINCL$ac_delim
27175 HALINCL!$HALINCL$ac_delim
27176 GNUTLSINCL!$GNUTLSINCL$ac_delim
27177 sane_devel!$sane_devel$ac_delim
27178 SANEINCL!$SANEINCL$ac_delim
27179 gphoto2_devel!$gphoto2_devel$ac_delim
27180 gphoto2port_devel!$gphoto2port_devel$ac_delim
27181 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27182 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27183 RESOLVLIBS!$RESOLVLIBS$ac_delim
27184 LCMSLIBS!$LCMSLIBS$ac_delim
27185 ft_devel!$ft_devel$ac_delim
27186 FREETYPELIBS!$FREETYPELIBS$ac_delim
27187 FREETYPEINCL!$FREETYPEINCL$ac_delim
27188 ESDCONFIG!$ESDCONFIG$ac_delim
27189 ESDINCL!$ESDINCL$ac_delim
27190 ESDLIBS!$ESDLIBS$ac_delim
27191 ALSALIBS!$ALSALIBS$ac_delim
27192 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27193 CUPSINCL!$CUPSINCL$ac_delim
27194 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27195 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27196 BUILTINFLAG!$BUILTINFLAG$ac_delim
27197 LDPATH!$LDPATH$ac_delim
27198 CRTLIBS!$CRTLIBS$ac_delim
27199 SOCKETLIBS!$SOCKETLIBS$ac_delim
27200 MAIN_BINARY!$MAIN_BINARY$ac_delim
27201 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27202 LIBDL!$LIBDL$ac_delim
27203 LIBPOLL!$LIBPOLL$ac_delim
27204 LDAPLIBS!$LDAPLIBS$ac_delim
27205 DEPENDENCIES!$DEPENDENCIES$ac_delim
27206 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27207 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27208 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27209 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27210 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27211 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27212 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27213 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27214 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27215 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27216 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27217 LIBOBJS!$LIBOBJS$ac_delim
27218 LTLIBOBJS!$LTLIBOBJS$ac_delim
27221 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27223 elif $ac_last_try; then
27224 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27225 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27226 { (exit 1); exit 1; }; }
27228 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
27232 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27233 if test -n "$ac_eof"; then
27234 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
27235 ac_eof
=`expr $ac_eof + 1`
27238 cat >>$CONFIG_STATUS <<_ACEOF
27239 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27240 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27243 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27244 s/^/s,@/; s/!/@,|#_!!_#|/
27247 s/'"$ac_delim"'$/,g/; t
27249 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27250 ' >>$CONFIG_STATUS <conf$
$subs.
sed
27251 rm -f conf$
$subs.
sed
27252 cat >>$CONFIG_STATUS <<_ACEOF
27259 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27260 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27261 # trailing colons and then remove the whole line if VPATH becomes empty
27262 # (actually we leave an empty line to preserve line numbers).
27263 if test "x$srcdir" = x.
; then
27264 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27265 s/:*\$(srcdir):*/:/
27266 s/:*\${srcdir}:*/:/
27268 s/^\([^=]*=[ ]*\):*/\1/
27274 cat >>$CONFIG_STATUS <<\_ACEOF
27275 fi # test -n "$CONFIG_FILES"
27278 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
27281 :[FHLC
]) ac_mode
=$ac_tag; continue;;
27283 case $ac_mode$ac_tag in
27285 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27286 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27287 { (exit 1); exit 1; }; };;
27288 :[FH
]-) ac_tag
=-:-;;
27289 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
27306 -) ac_f
="$tmp/stdin";;
27307 *) # Look for the file first in the build tree, then in the source tree
27308 # (if the path is not absolute). The absolute path cannot be DOS-style,
27309 # because $ac_f cannot contain `:'.
27313 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
27315 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27316 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27317 { (exit 1); exit 1; }; };;
27319 ac_file_inputs
="$ac_file_inputs $ac_f"
27322 # Let's still pretend it is `configure' which instantiates (i.e., don't
27323 # use $as_me), people would be surprised to read:
27324 # /* config.h. Generated by config.status. */
27325 configure_input
="Generated from "`IFS=:
27326 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27327 if test x
"$ac_file" != x-
; then
27328 configure_input
="$ac_file. $configure_input"
27329 { echo "$as_me:$LINENO: creating $ac_file" >&5
27330 echo "$as_me: creating $ac_file" >&6;}
27334 *:-:* |
*:-) cat >"$tmp/stdin";;
27339 ac_dir
=`$as_dirname -- "$ac_file" ||
27340 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27341 X"$ac_file" : 'X\(//\)[^/]' \| \
27342 X"$ac_file" : 'X\(//\)$' \| \
27343 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27345 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27349 /^X\(\/\/\)[^/].*/{
27364 -*) as_dir
=.
/$as_dir;;
27366 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
27370 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27371 *) as_qdir
=$as_dir;;
27373 as_dirs
="'$as_qdir' $as_dirs"
27374 as_dir
=`$as_dirname -- "$as_dir" ||
27375 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27376 X"$as_dir" : 'X\(//\)[^/]' \| \
27377 X"$as_dir" : 'X\(//\)$' \| \
27378 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27380 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27384 /^X\(\/\/\)[^/].*/{
27397 test -d "$as_dir" && break
27399 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
27400 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27401 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27402 { (exit 1); exit 1; }; }; }
27406 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27408 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27409 # A ".." for each directory in $ac_dir_suffix.
27410 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27411 case $ac_top_builddir_sub in
27412 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
27413 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
27416 ac_abs_top_builddir
=$ac_pwd
27417 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
27418 # for backward compatibility:
27419 ac_top_builddir
=$ac_top_build_prefix
27422 .
) # We are building in place.
27424 ac_top_srcdir
=$ac_top_builddir_sub
27425 ac_abs_top_srcdir
=$ac_pwd ;;
27426 [\\/]* | ?
:[\\/]* ) # Absolute name.
27427 ac_srcdir
=$srcdir$ac_dir_suffix;
27428 ac_top_srcdir
=$srcdir
27429 ac_abs_top_srcdir
=$srcdir ;;
27430 *) # Relative name.
27431 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
27432 ac_top_srcdir
=$ac_top_build_prefix$srcdir
27433 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
27435 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
27445 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
27446 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
27450 cat >>$CONFIG_STATUS <<\_ACEOF
27451 # If the template does not know about datarootdir, expand it.
27452 # FIXME: This hack should be removed a few years after 2.60.
27453 ac_datarootdir_hack
=; ac_datarootdir_seen
=
27455 case `sed -n '/datarootdir/ {
27464 ' $ac_file_inputs` in
27465 *datarootdir
*) ac_datarootdir_seen
=yes;;
27466 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
27467 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27468 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27470 cat >>$CONFIG_STATUS <<_ACEOF
27471 ac_datarootdir_hack='
27472 s&@datadir@&$datadir&g
27473 s&@docdir@&$docdir&g
27474 s&@infodir@&$infodir&g
27475 s&@localedir@&$localedir&g
27476 s&@mandir@&$mandir&g
27477 s&\\\${datarootdir}&$datarootdir&g' ;;
27481 # Neutralize VPATH when `$srcdir' = `.'.
27482 # Shell code in configure.ac might set extrasub.
27483 # FIXME: do we really want to maintain this feature?
27484 cat >>$CONFIG_STATUS <<_ACEOF
27488 cat >>$CONFIG_STATUS <<\_ACEOF
27490 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
27491 s
&@configure_input@
&$configure_input&;t t
27492 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
27493 s
&@srcdir@
&$ac_srcdir&;t t
27494 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
27495 s
&@top_srcdir@
&$ac_top_srcdir&;t t
27496 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
27497 s
&@builddir@
&$ac_builddir&;t t
27498 s
&@abs_builddir@
&$ac_abs_builddir&;t t
27499 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
27500 s
&@INSTALL@
&$ac_INSTALL&;t t
27501 $ac_datarootdir_hack
27502 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
27504 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27505 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
27506 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
27507 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
27508 which seems to be undefined. Please make sure it is defined." >&5
27509 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
27510 which seems to be undefined. Please make sure it is defined." >&2;}
27514 -) cat "$tmp/out"; rm -f "$tmp/out";;
27515 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27524 # Transform confdefs.h into a sed script `conftest.defines', that
27525 # substitutes the proper values into config.h.in to produce config.h.
27526 rm -f conftest.defines conftest.
tail
27527 # First, append a space to every undef/define line, to ease matching.
27528 echo 's/$/ /' >conftest.defines
27529 # Then, protect against being on the right side of a sed subst, or in
27530 # an unquoted here document, in config.status. If some macros were
27531 # called several times there might be several #defines for the same
27532 # symbol, which is useless. But do not sort them, since the last
27533 # AC_DEFINE must be honored.
27534 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
27535 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27536 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27537 # PARAMS is the parameter list in the macro definition--in most cases, it's
27538 # just an empty string.
27539 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27540 ac_dB
='\\)[ (].*,\\1define\\2'
27548 s/^[ ]*#[ ]*define[ ][ ]*//
27553 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27554 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27555 ' >>conftest.defines
27557 # Remove the space that was appended to ease matching.
27558 # Then replace #undef with comments. This is necessary, for
27559 # example, in the case of _POSIX_SOURCE, which is predefined and required
27560 # on some systems where configure will not decide to define it.
27561 # (The regexp can be short, since the line contains either #define or #undef.)
27563 s,^[ #]*u.*,/* & */,' >>conftest.defines
27565 # Break up conftest.defines:
27566 ac_max_sed_lines
=50
27568 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27569 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27570 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27572 ac_in
='$ac_file_inputs'
27573 ac_out
='"$tmp/out1"'
27574 ac_nxt
='"$tmp/out2"'
27578 # Write a here document:
27579 cat >>$CONFIG_STATUS <<_ACEOF
27580 # First, check the format of the line:
27581 cat >"\$tmp/defines.sed" <<\\CEOF
27582 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27583 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27587 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
27589 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27590 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
27591 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
27592 grep . conftest.
tail >/dev
/null ||
break
27593 rm -f conftest.defines
27594 mv conftest.
tail conftest.defines
27596 rm -f conftest.defines conftest.
tail
27598 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27599 cat >>$CONFIG_STATUS <<\_ACEOF
27600 if test x
"$ac_file" != x-
; then
27601 echo "/* $configure_input */" >"$tmp/config.h"
27602 cat "$ac_result" >>"$tmp/config.h"
27603 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
27604 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27605 echo "$as_me: $ac_file is unchanged" >&6;}
27608 mv "$tmp/config.h" $ac_file
27611 echo "/* $configure_input */"
27617 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27618 echo "$as_me: executing $ac_file commands" >&6;}
27623 case $ac_file$ac_mode in
27624 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
27625 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27626 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
27627 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27628 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
27629 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27630 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
27631 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27632 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
27633 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27634 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
27635 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
27636 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
27642 { (exit 0); exit 0; }
27644 chmod +x
$CONFIG_STATUS
27645 ac_clean_files
=$ac_clean_files_save
27648 # configure is writing to config.log, and then calls config.status.
27649 # config.status does its own redirection, appending to config.log.
27650 # Unfortunately, on DOS this fails, as config.log is still kept open
27651 # by configure, so config.status won't be able to write to it; its
27652 # output is simply discarded. So we exec the FD to /dev/null,
27653 # effectively closing config.log, so it can be properly (re)opened and
27654 # appended to by config.status. When coming back to configure, we
27655 # need to make the FD available again.
27656 if test "$no_create" != yes; then
27658 ac_config_status_args
=
27659 test "$silent" = yes &&
27660 ac_config_status_args
="$ac_config_status_args --quiet"
27662 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
27664 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27665 # would make configure fail if this is the last instruction.
27666 $ac_cs_success ||
{ (exit 1); exit 1; }
27670 if test "$no_create" = "yes"
27677 if test "x$wine_notices != "x
; then
27679 for msg
in $wine_notices; do
27680 if test -n "$msg"; then
27681 { echo "$as_me:$LINENO: $msg" >&5
27682 echo "$as_me: $msg" >&6;}
27686 for msg
in $wine_warnings; do
27687 if test -n "$msg"; then
27689 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27690 echo "$as_me: WARNING: $msg" >&2;}
27696 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.