2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.0.
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.0'
578 PACKAGE_STRING
='Wine 1.1.0'
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
780 ac_subst_files
='MAKE_RULES
785 ac_precious_vars
='build_alias
800 # Initialize some variables set by options.
802 ac_init_version
=false
803 # The variables have the same names as the options, with
804 # dashes changed to underlines.
812 program_transform_name
=s
,x
,x
,
820 # Installation directory options.
821 # These are left unexpanded so users can "make install exec_prefix=/foo"
822 # and all the variables that are supposed to be based on exec_prefix
823 # by default will actually change.
824 # Use braces instead of parens because sh, perl, etc. also accept them.
825 # (The list follows the same order as the GNU Coding Standards.)
826 bindir
='${exec_prefix}/bin'
827 sbindir
='${exec_prefix}/sbin'
828 libexecdir
='${exec_prefix}/libexec'
829 datarootdir
='${prefix}/share'
830 datadir
='${datarootdir}'
831 sysconfdir
='${prefix}/etc'
832 sharedstatedir
='${prefix}/com'
833 localstatedir
='${prefix}/var'
834 includedir
='${prefix}/include'
835 oldincludedir
='/usr/include'
836 docdir
='${datarootdir}/doc/${PACKAGE_TARNAME}'
837 infodir
='${datarootdir}/info'
842 libdir
='${exec_prefix}/lib'
843 localedir
='${datarootdir}/locale'
844 mandir
='${datarootdir}/man'
850 # If the previous option needs an argument, assign it.
851 if test -n "$ac_prev"; then
852 eval $ac_prev=\
$ac_option
858 *=*) ac_optarg
=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
862 # Accept the important Cygnus configure options, so we can diagnose typos.
864 case $ac_dashdash$ac_option in
868 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
870 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
873 -build |
--build |
--buil |
--bui |
--bu)
874 ac_prev
=build_alias
;;
875 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
876 build_alias
=$ac_optarg ;;
878 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
879 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
880 ac_prev
=cache_file
;;
881 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
882 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
883 cache_file
=$ac_optarg ;;
886 cache_file
=config.cache
;;
888 -datadir |
--datadir |
--datadi |
--datad)
890 -datadir=* |
--datadir=* |
--datadi=* |
--datad=*)
891 datadir
=$ac_optarg ;;
893 -datarootdir |
--datarootdir |
--datarootdi |
--datarootd |
--dataroot \
894 |
--dataroo |
--dataro |
--datar)
895 ac_prev
=datarootdir
;;
896 -datarootdir=* |
--datarootdir=* |
--datarootdi=* |
--datarootd=* \
897 |
--dataroot=* |
--dataroo=* |
--dataro=* |
--datar=*)
898 datarootdir
=$ac_optarg ;;
900 -disable-* |
--disable-*)
901 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
902 # Reject names that are not valid shell variable names.
903 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
904 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
905 { (exit 1); exit 1; }; }
906 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
907 eval enable_
$ac_feature=no
;;
909 -docdir |
--docdir |
--docdi |
--doc |
--do)
911 -docdir=* |
--docdir=* |
--docdi=* |
--doc=* |
--do=*)
914 -dvidir |
--dvidir |
--dvidi |
--dvid |
--dvi |
--dv)
916 -dvidir=* |
--dvidir=* |
--dvidi=* |
--dvid=* |
--dvi=* |
--dv=*)
919 -enable-* |
--enable-*)
920 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
921 # Reject names that are not valid shell variable names.
922 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
923 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
924 { (exit 1); exit 1; }; }
925 ac_feature
=`echo $ac_feature | sed 's/[-.]/_/g'`
926 eval enable_
$ac_feature=\
$ac_optarg ;;
928 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
929 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
930 |
--exec |
--exe |
--ex)
931 ac_prev
=exec_prefix
;;
932 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
933 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
934 |
--exec=* |
--exe=* |
--ex=*)
935 exec_prefix
=$ac_optarg ;;
937 -gas |
--gas |
--ga |
--g)
938 # Obsolete; use --with-gas.
941 -help |
--help |
--hel |
--he |
-h)
943 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
944 ac_init_help
=recursive
;;
945 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
946 ac_init_help
=short
;;
948 -host |
--host |
--hos |
--ho)
949 ac_prev
=host_alias
;;
950 -host=* |
--host=* |
--hos=* |
--ho=*)
951 host_alias
=$ac_optarg ;;
953 -htmldir |
--htmldir |
--htmldi |
--htmld |
--html |
--htm |
--ht)
955 -htmldir=* |
--htmldir=* |
--htmldi=* |
--htmld=* |
--html=* |
--htm=* \
957 htmldir
=$ac_optarg ;;
959 -includedir |
--includedir |
--includedi |
--included |
--include \
960 |
--includ |
--inclu |
--incl |
--inc)
961 ac_prev
=includedir
;;
962 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
963 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
964 includedir
=$ac_optarg ;;
966 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
968 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
969 infodir
=$ac_optarg ;;
971 -libdir |
--libdir |
--libdi |
--libd)
973 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
976 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
977 |
--libexe |
--libex |
--libe)
978 ac_prev
=libexecdir
;;
979 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
980 |
--libexe=* |
--libex=* |
--libe=*)
981 libexecdir
=$ac_optarg ;;
983 -localedir |
--localedir |
--localedi |
--localed |
--locale)
985 -localedir=* |
--localedir=* |
--localedi=* |
--localed=* |
--locale=*)
986 localedir
=$ac_optarg ;;
988 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
989 |
--localstate |
--localstat |
--localsta |
--localst |
--locals)
990 ac_prev
=localstatedir
;;
991 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
992 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* |
--locals=*)
993 localstatedir
=$ac_optarg ;;
995 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
997 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
1000 -nfp |
--nfp |
--nf)
1001 # Obsolete; use --without-fp.
1004 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
1005 |
--no-cr |
--no-c |
-n)
1008 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
1009 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
1012 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
1013 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
1014 |
--oldin |
--oldi |
--old |
--ol |
--o)
1015 ac_prev
=oldincludedir
;;
1016 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
1017 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
1018 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
1019 oldincludedir
=$ac_optarg ;;
1021 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
1023 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
1024 prefix
=$ac_optarg ;;
1026 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
1027 |
--program-pre |
--program-pr |
--program-p)
1028 ac_prev
=program_prefix
;;
1029 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
1030 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
1031 program_prefix
=$ac_optarg ;;
1033 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
1034 |
--program-suf |
--program-su |
--program-s)
1035 ac_prev
=program_suffix
;;
1036 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
1037 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
1038 program_suffix
=$ac_optarg ;;
1040 -program-transform-name |
--program-transform-name \
1041 |
--program-transform-nam |
--program-transform-na \
1042 |
--program-transform-n |
--program-transform- \
1043 |
--program-transform |
--program-transfor \
1044 |
--program-transfo |
--program-transf \
1045 |
--program-trans |
--program-tran \
1046 |
--progr-tra |
--program-tr |
--program-t)
1047 ac_prev
=program_transform_name
;;
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 program_transform_name
=$ac_optarg ;;
1057 -pdfdir |
--pdfdir |
--pdfdi |
--pdfd |
--pdf |
--pd)
1059 -pdfdir=* |
--pdfdir=* |
--pdfdi=* |
--pdfd=* |
--pdf=* |
--pd=*)
1060 pdfdir
=$ac_optarg ;;
1062 -psdir |
--psdir |
--psdi |
--psd |
--ps)
1064 -psdir=* |
--psdir=* |
--psdi=* |
--psd=* |
--ps=*)
1067 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1068 |
-silent |
--silent |
--silen |
--sile |
--sil)
1071 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
1073 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
1075 sbindir
=$ac_optarg ;;
1077 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
1078 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
1079 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
1081 ac_prev
=sharedstatedir
;;
1082 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
1083 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
1084 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
1086 sharedstatedir
=$ac_optarg ;;
1088 -site |
--site |
--sit)
1090 -site=* |
--site=* |
--sit=*)
1093 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
1095 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
1096 srcdir
=$ac_optarg ;;
1098 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
1099 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
1100 ac_prev
=sysconfdir
;;
1101 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
1102 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
1103 sysconfdir
=$ac_optarg ;;
1105 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
1106 ac_prev
=target_alias
;;
1107 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
1108 target_alias
=$ac_optarg ;;
1110 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
1113 -version |
--version |
--versio |
--versi |
--vers |
-V)
1114 ac_init_version
=: ;;
1117 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1118 # Reject names that are not valid shell variable names.
1119 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1120 { echo "$as_me: error: invalid package name: $ac_package" >&2
1121 { (exit 1); exit 1; }; }
1122 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1123 eval with_
$ac_package=\
$ac_optarg ;;
1125 -without-* |
--without-*)
1126 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package
=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_
$ac_package=no
;;
1135 # Obsolete; use --with-x.
1138 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
1139 |
--x-incl |
--x-inc |
--x-in |
--x-i)
1140 ac_prev
=x_includes
;;
1141 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
1142 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
1143 x_includes
=$ac_optarg ;;
1145 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
1146 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
1147 ac_prev
=x_libraries
;;
1148 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
1149 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
1150 x_libraries
=$ac_optarg ;;
1152 -*) { echo "$as_me: error: unrecognized option: $ac_option
1153 Try \`$0 --help' for more information." >&2
1154 { (exit 1); exit 1; }; }
1158 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
1159 # Reject names that are not valid shell variable names.
1160 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
1161 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1162 { (exit 1); exit 1; }; }
1163 eval $ac_envvar=\
$ac_optarg
1164 export $ac_envvar ;;
1167 # FIXME: should be removed in autoconf 3.0.
1168 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1169 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
1170 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1171 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1177 if test -n "$ac_prev"; then
1178 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
1179 { echo "$as_me: error: missing argument to $ac_option" >&2
1180 { (exit 1); exit 1; }; }
1183 # Be sure to have absolute directory names.
1184 for ac_var
in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1185 datadir sysconfdir sharedstatedir localstatedir includedir \
1186 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1187 libdir localedir mandir
1189 eval ac_val
=\$
$ac_var
1191 [\\/$
]* | ?
:[\\/]* ) continue;;
1192 NONE |
'' ) case $ac_var in *prefix
) continue;; esac;;
1194 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1195 { (exit 1); exit 1; }; }
1198 # There might be people who depend on the old broken behavior: `$host'
1199 # used to hold the argument of --host etc.
1200 # FIXME: To remove some day.
1203 target
=$target_alias
1205 # FIXME: To remove some day.
1206 if test "x$host_alias" != x
; then
1207 if test "x$build_alias" = x
; then
1208 cross_compiling
=maybe
1209 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1210 If a cross compiler is detected then cross compile mode will be used." >&2
1211 elif test "x$build_alias" != "x$host_alias"; then
1217 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
1219 test "$silent" = yes && exec 6>/dev
/null
1222 ac_pwd
=`pwd` && test -n "$ac_pwd" &&
1223 ac_ls_di
=`ls -di .` &&
1224 ac_pwd_ls_di
=`cd "$ac_pwd" && ls -di .` ||
1225 { echo "$as_me: error: Working directory cannot be determined" >&2
1226 { (exit 1); exit 1; }; }
1227 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1228 { echo "$as_me: error: pwd does not report name of working directory" >&2
1229 { (exit 1); exit 1; }; }
1232 # Find the source files, if location was not specified.
1233 if test -z "$srcdir"; then
1234 ac_srcdir_defaulted
=yes
1235 # Try the directory containing this script, then the parent directory.
1236 ac_confdir
=`$as_dirname -- "$0" ||
1237 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1238 X"$0" : 'X\(//\)[^/]' \| \
1239 X"$0" : 'X\(//\)$' \| \
1240 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1242 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1260 if test ! -r "$srcdir/$ac_unique_file"; then
1264 ac_srcdir_defaulted
=no
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1267 test "$ac_srcdir_defaulted" = yes && srcdir
="$ac_confdir or .."
1268 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1269 { (exit 1); exit 1; }; }
1271 ac_msg
="sources are in $srcdir, but \`cd $srcdir' does not work"
1273 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1274 { (exit 1); exit 1; }; }
1276 # When building in place, set srcdir=.
1277 if test "$ac_abs_confdir" = "$ac_pwd"; then
1280 # Remove unnecessary trailing slashes from srcdir.
1281 # Double slashes in file names in object file debugging info
1282 # mess up M-x gdb in Emacs.
1284 */) srcdir
=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1286 for ac_var
in $ac_precious_vars; do
1287 eval ac_env_
${ac_var}_set=\${${ac_var}+set}
1288 eval ac_env_
${ac_var}_value
=\$
${ac_var}
1289 eval ac_cv_env_
${ac_var}_set=\${${ac_var}+set}
1290 eval ac_cv_env_
${ac_var}_value
=\$
${ac_var}
1294 # Report the --help message.
1296 if test "$ac_init_help" = "long"; then
1297 # Omit some internal or obsolete options to make the list less imposing.
1298 # This message is too long to be a string in the A/UX 3.1 sh.
1300 \`configure' configures Wine 1.1.0 to adapt to many kinds of systems.
1302 Usage: $0 [OPTION]... [VAR=VALUE]...
1304 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1305 VAR=VALUE. See below for descriptions of some of the useful variables.
1307 Defaults for the options are specified in brackets.
1310 -h, --help display this help and exit
1311 --help=short display options specific to this package
1312 --help=recursive display the short help of all the included packages
1313 -V, --version display version information and exit
1314 -q, --quiet, --silent do not print \`checking...' messages
1315 --cache-file=FILE cache test results in FILE [disabled]
1316 -C, --config-cache alias for \`--cache-file=config.cache'
1317 -n, --no-create do not create output files
1318 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1320 Installation directories:
1321 --prefix=PREFIX install architecture-independent files in PREFIX
1322 [$ac_default_prefix]
1323 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1326 By default, \`make install' will install all the files in
1327 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1328 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1329 for instance \`--prefix=\$HOME'.
1331 For better control, use the options below.
1333 Fine tuning of the installation directories:
1334 --bindir=DIR user executables [EPREFIX/bin]
1335 --sbindir=DIR system admin executables [EPREFIX/sbin]
1336 --libexecdir=DIR program executables [EPREFIX/libexec]
1337 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1338 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1339 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1340 --libdir=DIR object code libraries [EPREFIX/lib]
1341 --includedir=DIR C header files [PREFIX/include]
1342 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1343 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1344 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1345 --infodir=DIR info documentation [DATAROOTDIR/info]
1346 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1347 --mandir=DIR man documentation [DATAROOTDIR/man]
1348 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1349 --htmldir=DIR html documentation [DOCDIR]
1350 --dvidir=DIR dvi documentation [DOCDIR]
1351 --pdfdir=DIR pdf documentation [DOCDIR]
1352 --psdir=DIR ps documentation [DOCDIR]
1358 --x-includes=DIR X include files are
in DIR
1359 --x-libraries=DIR X library files are
in DIR
1362 --build=BUILD configure
for building on BUILD
[guessed
]
1363 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1367 if test -n "$ac_init_help"; then
1368 case $ac_init_help in
1369 short | recursive
) echo "Configuration of Wine 1.1.0:";;
1374 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1375 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1376 --disable-win16 do not include Win16 support
1377 --enable-win64 build a Win64 emulator on AMD64
(won
't run Win32
1379 --enable-maintainer-mode
1380 enable maintainer-specific build rules
1383 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1384 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1385 --without-alsa do not use the Alsa sound support
1386 --without-audioio do not use the AudioIO sound support
1387 --without-capi do not use CAPI (ISDN support)
1388 --without-cms do not use CMS (color management support)
1389 --without-coreaudio do not use the CoreAudio sound support
1390 --without-cups do not use CUPS
1391 --without-curses do not use (n)curses
1392 --without-esd do not use the EsounD sound support
1393 --without-fontconfig do not use fontconfig
1394 --without-freetype do not use the FreeType library
1395 --without-gphoto do not use gphoto (Digital Camera support)
1396 --without-glu do not use the GLU library
1397 --without-hal do not use HAL (dynamic device support)
1398 --without-jack do not use the Jack sound support
1399 --without-jpeg do not use JPEG
1400 --without-ldap do not use LDAP
1401 --without-nas do not use the NAS sound support
1402 --without-opengl do not use OpenGL
1403 --without-openssl do not use OpenSSL
1404 --without-oss do not use the OSS sound support
1405 --without-png do not use PNG
1406 --without-sane do not use SANE (scanner support)
1407 --without-xcomposite do not use the Xcomposite extension
1408 --without-xcursor do not use the Xcursor extension
1409 --without-xinerama do not use Xinerama (multi-monitor support)
1410 --without-xinput do not use the Xinput extension
1411 --without-xml do not use XML
1412 --without-xrandr do not use Xrandr (resolution changes)
1413 --without-xrender do not use the Xrender extension
1414 --without-xshape do not use the Xshape extension
1415 --without-xshm do not use XShm (shared memory extension)
1416 --without-xslt do not use XSLT
1417 --without-xxf86vm do not use XFree video mode extension
1418 --with-wine-tools=DIR use Wine tools from directory DIR
1419 --with-x use the X Window System
1421 Some influential environment variables:
1422 CC C compiler command
1423 CFLAGS C compiler flags
1424 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1425 nonstandard directory <lib dir>
1426 LIBS libraries to pass to the linker, e.g. -l<library>
1427 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1428 you have headers in a nonstandard directory <include dir>
1429 CXX C++ compiler command
1430 CXXFLAGS C++ compiler flags
1431 XMKMF Path to xmkmf, Makefile generator for X Window System
1434 Use these variables to override the choices made by `configure' or to
help
1435 it to
find libraries and programs with nonstandard names
/locations.
1437 Report bugs to
<wine-devel@winehq.org
>.
1442 if test "$ac_init_help" = "recursive"; then
1443 # If there are subdirs, report their specific --help.
1444 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1445 test -d "$ac_dir" ||
continue
1449 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1451 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1452 # A ".." for each directory in $ac_dir_suffix.
1453 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1454 case $ac_top_builddir_sub in
1455 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
1456 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
1459 ac_abs_top_builddir
=$ac_pwd
1460 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
1461 # for backward compatibility:
1462 ac_top_builddir
=$ac_top_build_prefix
1465 .
) # We are building in place.
1467 ac_top_srcdir
=$ac_top_builddir_sub
1468 ac_abs_top_srcdir
=$ac_pwd ;;
1469 [\\/]* | ?
:[\\/]* ) # Absolute name.
1470 ac_srcdir
=$srcdir$ac_dir_suffix;
1471 ac_top_srcdir
=$srcdir
1472 ac_abs_top_srcdir
=$srcdir ;;
1474 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
1475 ac_top_srcdir
=$ac_top_build_prefix$srcdir
1476 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
1478 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
1480 cd "$ac_dir" ||
{ ac_status
=$?
; continue; }
1481 # Check for guested configure.
1482 if test -f "$ac_srcdir/configure.gnu"; then
1484 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1485 elif test -f "$ac_srcdir/configure"; then
1487 $SHELL "$ac_srcdir/configure" --help=recursive
1489 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1491 cd "$ac_pwd" ||
{ ac_status
=$?
; break; }
1495 test -n "$ac_init_help" && exit $ac_status
1496 if $ac_init_version; then
1498 Wine configure
1.1.0
1499 generated by GNU Autoconf
2.61
1501 Copyright
(C
) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1502 2002, 2003, 2004, 2005, 2006 Free Software Foundation
, Inc.
1503 This configure
script is free software
; the Free Software Foundation
1504 gives unlimited permission to copy
, distribute and modify it.
1508 cat >config.log
<<_ACEOF
1509 This file contains any messages produced by compilers while
1510 running configure, to aid debugging if configure makes a mistake.
1512 It was created by Wine $as_me 1.1.0, which was
1513 generated by GNU Autoconf 2.61. Invocation command line was
1525 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1526 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1527 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1528 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1529 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1531 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1532 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1534 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1535 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1536 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1537 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1538 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1539 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1540 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1544 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1548 test -z "$as_dir" && as_dir
=.
1549 echo "PATH: $as_dir"
1565 # Keep a trace of the command line.
1566 # Strip out --no-create and --no-recursion so they do not pile up.
1567 # Strip out --silent because we don't want to record it for future runs.
1568 # Also quote any args containing shell meta-characters.
1569 # Make two passes to allow for proper duplicate-argument suppression.
1573 ac_must_keep_next
=false
1579 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1580 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1581 |
-silent |
--silent |
--silen |
--sile |
--sil)
1584 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1587 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1589 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1590 if test $ac_must_keep_next = true
; then
1591 ac_must_keep_next
=false
# Got value, back to normal.
1594 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1595 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1596 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1597 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1598 case "$ac_configure_args0 " in
1599 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1602 -* ) ac_must_keep_next
=true
;;
1605 ac_configure_args
="$ac_configure_args '$ac_arg'"
1610 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1611 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1613 # When interrupted or exit'd, cleanup temporary files, and complete
1614 # config.log. We remove comments because anyway the quotes in there
1615 # would cause problems or look ugly.
1616 # WARNING: Use '\'' to represent an apostrophe within the trap.
1617 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1618 trap 'exit_status=$?
1619 # Save into config.log some information that might help in debugging.
1624 ## ---------------- ##
1625 ## Cache variables. ##
1626 ## ---------------- ##
1629 # The following way of writing the cache mishandles newlines in values,
1631 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1632 eval ac_val=\$$ac_var
1636 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1637 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1640 _ | IFS | as_nl) ;; #(
1641 *) $as_unset $ac_var ;;
1646 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1647 *${as_nl}ac_space=\ *)
1649 "s/'\''/'\''\\\\'\'''\''/g;
1650 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1653 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1661 ## ----------------- ##
1662 ## Output variables. ##
1663 ## ----------------- ##
1666 for ac_var in $ac_subst_vars
1668 eval ac_val=\$$ac_var
1670 *\'\''*) ac_val
=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1672 echo "$ac_var='\''$ac_val'\''"
1676 if test -n "$ac_subst_files"; then
1678 ## ------------------- ##
1679 ## File substitutions. ##
1680 ## ------------------- ##
1683 for ac_var
in $ac_subst_files
1685 eval ac_val
=\$
$ac_var
1687 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1689 echo "$ac_var='\''$ac_val'\''"
1694 if test -s confdefs.h; then
1704 test "$ac_signal" != 0 &&
1705 echo "$as_me: caught signal $ac_signal"
1706 echo "$as_me: exit $exit_status"
1708 rm -f core *.core core.conftest.* &&
1709 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1712 for ac_signal
in 1 2 13 15; do
1713 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1717 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1718 rm -f -r conftest
* confdefs.h
1720 # Predefined preprocessor variables.
1722 cat >>confdefs.h
<<_ACEOF
1723 #define PACKAGE_NAME "$PACKAGE_NAME"
1727 cat >>confdefs.h
<<_ACEOF
1728 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1732 cat >>confdefs.h
<<_ACEOF
1733 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1737 cat >>confdefs.h
<<_ACEOF
1738 #define PACKAGE_STRING "$PACKAGE_STRING"
1742 cat >>confdefs.h
<<_ACEOF
1743 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1747 # Let the site file select an alternate cache file if it wants to.
1748 # Prefer explicitly selected file to automatically selected ones.
1749 if test -n "$CONFIG_SITE"; then
1750 set x
"$CONFIG_SITE"
1751 elif test "x$prefix" != xNONE
; then
1752 set x
"$prefix/share/config.site" "$prefix/etc/config.site"
1754 set x
"$ac_default_prefix/share/config.site" \
1755 "$ac_default_prefix/etc/config.site"
1760 if test -r "$ac_site_file"; then
1761 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1762 echo "$as_me: loading site script $ac_site_file" >&6;}
1763 sed 's/^/| /' "$ac_site_file" >&5
1768 if test -r "$cache_file"; then
1769 # Some versions of bash will fail to source /dev/null (special
1770 # files actually), so we avoid doing that.
1771 if test -f "$cache_file"; then
1772 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1773 echo "$as_me: loading cache $cache_file" >&6;}
1775 [\\/]* | ?
:[\\/]* ) .
"$cache_file";;
1776 *) .
"./$cache_file";;
1780 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1781 echo "$as_me: creating cache $cache_file" >&6;}
1785 # Check that the precious variables saved in the cache have kept the same
1787 ac_cache_corrupted
=false
1788 for ac_var
in $ac_precious_vars; do
1789 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1790 eval ac_new_set
=\
$ac_env_${ac_var}_set
1791 eval ac_old_val
=\
$ac_cv_env_${ac_var}_value
1792 eval ac_new_val
=\
$ac_env_${ac_var}_value
1793 case $ac_old_set,$ac_new_set in
1795 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1796 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1797 ac_cache_corrupted
=: ;;
1799 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1800 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1801 ac_cache_corrupted
=: ;;
1804 if test "x$ac_old_val" != "x$ac_new_val"; then
1805 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1806 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1807 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1808 echo "$as_me: former value: $ac_old_val" >&2;}
1809 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1810 echo "$as_me: current value: $ac_new_val" >&2;}
1811 ac_cache_corrupted
=:
1814 # Pass precious variables to config.status.
1815 if test "$ac_new_set" = set; then
1817 *\'*) ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1818 *) ac_arg
=$ac_var=$ac_new_val ;;
1820 case " $ac_configure_args " in
1821 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1822 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1826 if $ac_cache_corrupted; then
1827 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1828 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1829 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1830 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1831 { (exit 1); exit 1; }; }
1859 ac_cpp
='$CPP $CPPFLAGS'
1860 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1861 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1862 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1866 ac_config_headers
="$ac_config_headers include/config.h"
1869 for ac_dir
in tools
"$srcdir"/tools
; do
1870 if test -f "$ac_dir/install-sh"; then
1872 ac_install_sh
="$ac_aux_dir/install-sh -c"
1874 elif test -f "$ac_dir/install.sh"; then
1876 ac_install_sh
="$ac_aux_dir/install.sh -c"
1878 elif test -f "$ac_dir/shtool"; then
1880 ac_install_sh
="$ac_aux_dir/shtool install -c"
1884 if test -z "$ac_aux_dir"; then
1885 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1886 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1887 { (exit 1); exit 1; }; }
1890 # These three variables are undocumented and unsupported,
1891 # and are intended to be withdrawn in a future Autoconf release.
1892 # They can cause serious problems if a builder's source tree is in a directory
1893 # whose full name contains unusual characters.
1894 ac_config_guess
="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1895 ac_config_sub
="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1896 ac_configure
="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1901 # Check whether --enable-win16 was given.
1902 if test "${enable_win16+set}" = set; then
1903 enableval
=$enable_win16;
1906 # Check whether --enable-win64 was given.
1907 if test "${enable_win64+set}" = set; then
1908 enableval
=$enable_win64;
1911 # Check whether --enable-maintainer-mode was given.
1912 if test "${enable_maintainer_mode+set}" = set; then
1913 enableval
=$enable_maintainer_mode;
1921 # Check whether --with-alsa was given.
1922 if test "${with_alsa+set}" = set; then
1923 withval
=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h
=no
; ac_cv_header_alsa_asoundlib_h
=no
; fi
1927 # Check whether --with-audioio was given.
1928 if test "${with_audioio+set}" = set; then
1929 withval
=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h
=no
; fi
1933 # Check whether --with-capi was given.
1934 if test "${with_capi+set}" = set; then
1935 withval
=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h
=no
; ac_cv_header_linux_capi_h
=no
; fi
1939 # Check whether --with-cms was given.
1940 if test "${with_cms+set}" = set; then
1941 withval
=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h
=no
; ac_cv_header_lcms_lcms_h
=no
; fi
1945 # Check whether --with-coreaudio was given.
1946 if test "${with_coreaudio+set}" = set; then
1947 withval
=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h
=no
; fi
1951 # Check whether --with-cups was given.
1952 if test "${with_cups+set}" = set; then
1953 withval
=$with_cups; if test "x$withval" = "xno"; then ac_cv_header_cups_cups_h
=no
; fi
1957 # Check whether --with-curses was given.
1958 if test "${with_curses+set}" = set; then
1959 withval
=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h
=no
; ac_cv_header_curses_h
=no
; fi
1963 # Check whether --with-esd was given.
1964 if test "${with_esd+set}" = set; then
1969 # Check whether --with-fontconfig was given.
1970 if test "${with_fontconfig+set}" = set; then
1971 withval
=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h
=no
; fi
1975 # Check whether --with-freetype was given.
1976 if test "${with_freetype+set}" = set; then
1977 withval
=$with_freetype;
1981 # Check whether --with-gphoto was given.
1982 if test "${with_gphoto+set}" = set; then
1983 withval
=$with_gphoto;
1987 # Check whether --with-glu was given.
1988 if test "${with_glu+set}" = set; then
1989 withval
=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h
=no
; fi
1993 # Check whether --with-hal was given.
1994 if test "${with_hal+set}" = set; then
1999 # Check whether --with-jack was given.
2000 if test "${with_jack+set}" = set; then
2001 withval
=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h
=no
; fi
2005 # Check whether --with-jpeg was given.
2006 if test "${with_jpeg+set}" = set; then
2007 withval
=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h
=no
; fi
2011 # Check whether --with-ldap was given.
2012 if test "${with_ldap+set}" = set; then
2013 withval
=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h
=no
; ac_cv_header_lber_h
=no
; fi
2017 # Check whether --with-nas was given.
2018 if test "${with_nas+set}" = set; then
2019 withval
=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h
=no
; fi
2023 # Check whether --with-opengl was given.
2024 if test "${with_opengl+set}" = set; then
2025 withval
=$with_opengl;
2029 # Check whether --with-openssl was given.
2030 if test "${with_openssl+set}" = set; then
2031 withval
=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h
=no
; ac_cv_header_openssl_ssl_h
=no
; fi
2035 # Check whether --with-oss was given.
2036 if test "${with_oss+set}" = set; then
2037 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
2041 # Check whether --with-png was given.
2042 if test "${with_png+set}" = set; then
2043 withval
=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h
=no
; fi
2047 # Check whether --with-sane was given.
2048 if test "${with_sane+set}" = set; then
2053 # Check whether --with-xcomposite was given.
2054 if test "${with_xcomposite+set}" = set; then
2055 withval
=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h
=no
; fi
2059 # Check whether --with-xcursor was given.
2060 if test "${with_xcursor+set}" = set; then
2061 withval
=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h
=no
; fi
2065 # Check whether --with-xinerama was given.
2066 if test "${with_xinerama+set}" = set; then
2067 withval
=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h
=no
; fi
2071 # Check whether --with-xinput was given.
2072 if test "${with_xinput+set}" = set; then
2073 withval
=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h
=no
; fi
2077 # Check whether --with-xml was given.
2078 if test "${with_xml+set}" = set; then
2083 # Check whether --with-xrandr was given.
2084 if test "${with_xrandr+set}" = set; then
2085 withval
=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h
=no
; fi
2089 # Check whether --with-xrender was given.
2090 if test "${with_xrender+set}" = set; then
2091 withval
=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h
=no
; fi
2095 # Check whether --with-xshape was given.
2096 if test "${with_xshape+set}" = set; then
2097 withval
=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h
=no
; fi
2101 # Check whether --with-xshm was given.
2102 if test "${with_xshm+set}" = set; then
2103 withval
=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h
=no
; fi
2107 # Check whether --with-xslt was given.
2108 if test "${with_xslt+set}" = set; then
2113 # Check whether --with-xxf86vm was given.
2114 if test "${with_xxf86vm+set}" = set; then
2115 withval
=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h
=no
; fi
2120 # Check whether --with-wine-tools was given.
2121 if test "${with_wine_tools+set}" = set; then
2122 withval
=$with_wine_tools;
2126 # Make sure we can run config.sub.
2127 $SHELL "$ac_aux_dir/config.sub" sun4
>/dev
/null
2>&1 ||
2128 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2129 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2130 { (exit 1); exit 1; }; }
2132 { echo "$as_me:$LINENO: checking build system type" >&5
2133 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2134 if test "${ac_cv_build+set}" = set; then
2135 echo $ECHO_N "(cached) $ECHO_C" >&6
2137 ac_build_alias
=$build_alias
2138 test "x$ac_build_alias" = x
&&
2139 ac_build_alias
=`$SHELL "$ac_aux_dir/config.guess"`
2140 test "x$ac_build_alias" = x
&&
2141 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2142 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2143 { (exit 1); exit 1; }; }
2144 ac_cv_build
=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2145 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2146 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2147 { (exit 1); exit 1; }; }
2150 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2151 echo "${ECHO_T}$ac_cv_build" >&6; }
2152 case $ac_cv_build in
2154 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2155 echo "$as_me: error: invalid value of canonical build" >&2;}
2156 { (exit 1); exit 1; }; };;
2159 ac_save_IFS
=$IFS; IFS
='-'
2165 # Remember, the first character of IFS is used to create $*,
2166 # except with old shells:
2169 case $build_os in *\
*) build_os
=`echo "$build_os" | sed 's/ /-/g'`;; esac
2172 { echo "$as_me:$LINENO: checking host system type" >&5
2173 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2174 if test "${ac_cv_host+set}" = set; then
2175 echo $ECHO_N "(cached) $ECHO_C" >&6
2177 if test "x$host_alias" = x
; then
2178 ac_cv_host
=$ac_cv_build
2180 ac_cv_host
=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2181 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2183 { (exit 1); exit 1; }; }
2187 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2188 echo "${ECHO_T}$ac_cv_host" >&6; }
2191 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2192 echo "$as_me: error: invalid value of canonical host" >&2;}
2193 { (exit 1); exit 1; }; };;
2196 ac_save_IFS
=$IFS; IFS
='-'
2202 # Remember, the first character of IFS is used to create $*,
2203 # except with old shells:
2206 case $host_os in *\
*) host_os
=`echo "$host_os" | sed 's/ /-/g'`;; esac
2211 if test "x$enable_win64" != "xyes"
2213 test -n "$CC" || CC
="gcc -m32"
2214 test -n "$CXX"|| CXX
="g++ -m32"
2215 test -n "$LD" || LD
="ld -m elf_i386"
2216 test -n "$AS" || AS
="as --32"
2224 if test "x$enable_win16" != "xno"
2231 WIN16_FILES
="\$(WIN16_FILES)"
2233 WIN16_INSTALL
="\$(WIN16_INSTALL)"
2235 if test "x$enable_win16" != "xyes"
2243 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2244 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2245 You need to run 'make distclean' in the source tree first." >&5
2246 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2247 You need to run 'make distclean' in the source tree first." >&2;}
2248 { (exit 1); exit 1; }; }
2253 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2254 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2255 set x
${MAKE-make}; ac_make
=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2256 if { as_var
=ac_cv_prog_make_
${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2257 echo $ECHO_N "(cached) $ECHO_C" >&6
2259 cat >conftest.
make <<\_ACEOF
2262 @
echo '@@@%%%=$(MAKE)=@@@%%%'
2264 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2265 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2267 eval ac_cv_prog_make_
${ac_make}_set
=yes;;
2269 eval ac_cv_prog_make_
${ac_make}_set
=no
;;
2273 if eval test \
$ac_cv_prog_make_${ac_make}_set
= yes; then
2274 { echo "$as_me:$LINENO: result: yes" >&5
2275 echo "${ECHO_T}yes" >&6; }
2278 { echo "$as_me:$LINENO: result: no" >&5
2279 echo "${ECHO_T}no" >&6; }
2280 SET_MAKE
="MAKE=${MAKE-make}"
2284 ac_cpp
='$CPP $CPPFLAGS'
2285 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2286 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2287 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2288 if test -n "$ac_tool_prefix"; then
2289 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2290 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2293 if test "${ac_cv_prog_CC+set}" = set; then
2294 echo $ECHO_N "(cached) $ECHO_C" >&6
2296 if test -n "$CC"; then
2297 ac_cv_prog_CC
="$CC" # Let the user override the test.
2299 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2303 test -z "$as_dir" && as_dir
=.
2304 for ac_exec_ext
in '' $ac_executable_extensions; do
2305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2306 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2317 if test -n "$CC"; then
2318 { echo "$as_me:$LINENO: result: $CC" >&5
2319 echo "${ECHO_T}$CC" >&6; }
2321 { echo "$as_me:$LINENO: result: no" >&5
2322 echo "${ECHO_T}no" >&6; }
2327 if test -z "$ac_cv_prog_CC"; then
2329 # Extract the first word of "gcc", so it can be a program name with args.
2330 set dummy gcc
; ac_word
=$2
2331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2333 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2334 echo $ECHO_N "(cached) $ECHO_C" >&6
2336 if test -n "$ac_ct_CC"; then
2337 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2339 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2343 test -z "$as_dir" && as_dir
=.
2344 for ac_exec_ext
in '' $ac_executable_extensions; do
2345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2346 ac_cv_prog_ac_ct_CC
="gcc"
2347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2356 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2357 if test -n "$ac_ct_CC"; then
2358 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2359 echo "${ECHO_T}$ac_ct_CC" >&6; }
2361 { echo "$as_me:$LINENO: result: no" >&5
2362 echo "${ECHO_T}no" >&6; }
2365 if test "x$ac_ct_CC" = x
; then
2368 case $cross_compiling:$ac_tool_warned in
2370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2371 whose name does not start with the host triplet. If you think this
2372 configuration is useful to you, please write to autoconf@gnu.org." >&5
2373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2374 whose name does not start with the host triplet. If you think this
2375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2376 ac_tool_warned
=yes ;;
2384 if test -z "$CC"; then
2385 if test -n "$ac_tool_prefix"; then
2386 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2387 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2390 if test "${ac_cv_prog_CC+set}" = set; then
2391 echo $ECHO_N "(cached) $ECHO_C" >&6
2393 if test -n "$CC"; then
2394 ac_cv_prog_CC
="$CC" # Let the user override the test.
2396 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2400 test -z "$as_dir" && as_dir
=.
2401 for ac_exec_ext
in '' $ac_executable_extensions; do
2402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2403 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2414 if test -n "$CC"; then
2415 { echo "$as_me:$LINENO: result: $CC" >&5
2416 echo "${ECHO_T}$CC" >&6; }
2418 { echo "$as_me:$LINENO: result: no" >&5
2419 echo "${ECHO_T}no" >&6; }
2425 if test -z "$CC"; then
2426 # Extract the first word of "cc", so it can be a program name with args.
2427 set dummy cc
; ac_word
=$2
2428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then
2431 echo $ECHO_N "(cached) $ECHO_C" >&6
2433 if test -n "$CC"; then
2434 ac_cv_prog_CC
="$CC" # Let the user override the test.
2437 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2441 test -z "$as_dir" && as_dir
=.
2442 for ac_exec_ext
in '' $ac_executable_extensions; do
2443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2444 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2445 ac_prog_rejected
=yes
2449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2456 if test $ac_prog_rejected = yes; then
2457 # We found a bogon in the path, so make sure we never use it.
2458 set dummy
$ac_cv_prog_CC
2460 if test $# != 0; then
2461 # We chose a different compiler from the bogus one.
2462 # However, it has the same basename, so the bogon will be chosen
2463 # first if we set CC to just the basename; use the full file name.
2465 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2471 if test -n "$CC"; then
2472 { echo "$as_me:$LINENO: result: $CC" >&5
2473 echo "${ECHO_T}$CC" >&6; }
2475 { echo "$as_me:$LINENO: result: no" >&5
2476 echo "${ECHO_T}no" >&6; }
2481 if test -z "$CC"; then
2482 if test -n "$ac_tool_prefix"; then
2483 for ac_prog
in cl.exe
2485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2486 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2489 if test "${ac_cv_prog_CC+set}" = set; then
2490 echo $ECHO_N "(cached) $ECHO_C" >&6
2492 if test -n "$CC"; then
2493 ac_cv_prog_CC
="$CC" # Let the user override the test.
2495 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2499 test -z "$as_dir" && as_dir
=.
2500 for ac_exec_ext
in '' $ac_executable_extensions; do
2501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2502 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2513 if test -n "$CC"; then
2514 { echo "$as_me:$LINENO: result: $CC" >&5
2515 echo "${ECHO_T}$CC" >&6; }
2517 { echo "$as_me:$LINENO: result: no" >&5
2518 echo "${ECHO_T}no" >&6; }
2522 test -n "$CC" && break
2525 if test -z "$CC"; then
2527 for ac_prog
in cl.exe
2529 # Extract the first word of "$ac_prog", so it can be a program name with args.
2530 set dummy
$ac_prog; ac_word
=$2
2531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2533 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2534 echo $ECHO_N "(cached) $ECHO_C" >&6
2536 if test -n "$ac_ct_CC"; then
2537 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2539 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2543 test -z "$as_dir" && as_dir
=.
2544 for ac_exec_ext
in '' $ac_executable_extensions; do
2545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2546 ac_cv_prog_ac_ct_CC
="$ac_prog"
2547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2556 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2557 if test -n "$ac_ct_CC"; then
2558 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2559 echo "${ECHO_T}$ac_ct_CC" >&6; }
2561 { echo "$as_me:$LINENO: result: no" >&5
2562 echo "${ECHO_T}no" >&6; }
2566 test -n "$ac_ct_CC" && break
2569 if test "x$ac_ct_CC" = x
; then
2572 case $cross_compiling:$ac_tool_warned in
2574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2575 whose name does not start with the host triplet. If you think this
2576 configuration is useful to you, please write to autoconf@gnu.org." >&5
2577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2578 whose name does not start with the host triplet. If you think this
2579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2580 ac_tool_warned
=yes ;;
2589 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2590 See \`config.log' for more details." >&5
2591 echo "$as_me: error: no acceptable C compiler found in \$PATH
2592 See \`config.log' for more details." >&2;}
2593 { (exit 1); exit 1; }; }
2595 # Provide some information about the compiler.
2596 echo "$as_me:$LINENO: checking for C compiler version" >&5
2597 ac_compiler
=`set X $ac_compile; echo $2`
2598 { (ac_try
="$ac_compiler --version >&5"
2600 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2601 *) ac_try_echo=$ac_try;;
2603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2604 (eval "$ac_compiler --version >&5") 2>&5
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); }
2608 { (ac_try="$ac_compiler -v >&5"
2610 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
2611 *) ac_try_echo
=$ac_try;;
2613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2614 (eval "$ac_compiler -v >&5") 2>&5
2616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2617 (exit $ac_status); }
2618 { (ac_try
="$ac_compiler -V >&5"
2620 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2621 *) ac_try_echo=$ac_try;;
2623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2624 (eval "$ac_compiler -V >&5") 2>&5
2626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2627 (exit $ac_status); }
2629 cat >conftest.$ac_ext <<_ACEOF
2632 cat confdefs.h >>conftest.$ac_ext
2633 cat >>conftest.$ac_ext <<_ACEOF
2634 /* end confdefs.h. */
2644 ac_clean_files_save=$ac_clean_files
2645 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2646 # Try to create an executable without -o first, disregard a.out.
2647 # It will help us diagnose broken compilers, and finding out an intuition
2649 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2650 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2651 ac_link_default=`echo "$ac_link" |
sed 's/ -o *conftest[^ ]*//'`
2653 # List of possible output files, starting from the most likely.
2654 # The algorithm is not robust to junk in `.
', hence go to wildcards (a.*)
2655 # only as a last resort. b.out is created by i960 compilers.
2656 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
'
2658 # The IRIX 6 linker writes into existing files which may not be
2659 # executable, retaining their permissions. Remove them first so a
2660 # subsequent execution test works.
2662 for ac_file in $ac_files
2665 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2666 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2671 if { (ac_try="$ac_link_default"
2673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2674 *) ac_try_echo=$ac_try;;
2676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2677 (eval "$ac_link_default") 2>&5
2679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2680 (exit $ac_status); }; then
2681 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2682 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2683 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2684 # so that the user can short-circuit this test for compilers unknown to
2686 for ac_file
in $ac_files ''
2688 test -f "$ac_file" ||
continue
2690 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
)
2693 # We found the default executable, but exeext='' is most
2697 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no
;
2699 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2701 # We set ac_cv_exeext here because the later test for it is not
2702 # safe: cross compilers may not add the suffix if given an `-o'
2703 # argument, so we may need to know it at that point already.
2704 # Even if this section looks crufty: it has the advantage of
2711 test "$ac_cv_exeext" = no
&& ac_cv_exeext
=
2717 { echo "$as_me:$LINENO: result: $ac_file" >&5
2718 echo "${ECHO_T}$ac_file" >&6; }
2719 if test -z "$ac_file"; then
2720 echo "$as_me: failed program was:" >&5
2721 sed 's/^/| /' conftest.
$ac_ext >&5
2723 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2724 See \`config.log' for more details." >&5
2725 echo "$as_me: error: C compiler cannot create executables
2726 See \`config.log' for more details." >&2;}
2727 { (exit 77); exit 77; }; }
2730 ac_exeext
=$ac_cv_exeext
2732 # Check that the compiler produces executables we can run. If not, either
2733 # the compiler is broken, or we cross compile.
2734 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2735 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2736 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2737 # If not cross compiling, check that we can run a simple program.
2738 if test "$cross_compiling" != yes; then
2739 if { ac_try
='./$ac_file'
2740 { (case "(($ac_try" in
2741 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2742 *) ac_try_echo=$ac_try;;
2744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2745 (eval "$ac_try") 2>&5
2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2748 (exit $ac_status); }; }; then
2751 if test "$cross_compiling" = maybe; then
2754 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2755 If you meant to cross compile, use \`--host'.
2756 See \`config.log' for more details.
" >&5
2757 echo "$as_me: error
: cannot run C compiled programs.
2758 If you meant to cross compile
, use \
`--host'.
2759 See \`config.log
' for more details." >&2;}
2760 { (exit 1); exit 1; }; }
2764 { echo "$as_me:$LINENO: result: yes" >&5
2765 echo "${ECHO_T}yes" >&6; }
2767 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2768 ac_clean_files=$ac_clean_files_save
2769 # Check that the compiler produces executables we can run. If not, either
2770 # the compiler is broken, or we cross compile.
2771 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2772 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2773 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2774 echo "${ECHO_T}$cross_compiling" >&6; }
2776 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2777 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2778 if { (ac_try="$ac_link"
2780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2781 *) ac_try_echo=$ac_try;;
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784 (eval "$ac_link") 2>&5
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); }; then
2788 # If both `conftest.exe' and
`conftest' are `present
' (well, observable)
2789 # catch `conftest.exe'. For instance with Cygwin
, `ls conftest' will
2790 # work properly (i.e., refer to `conftest.exe
'), while it won't with
2792 for ac_file
in conftest.exe conftest conftest.
*; do
2793 test -f "$ac_file" ||
continue
2795 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.map |
*.inf |
*.o |
*.obj
) ;;
2796 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2802 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2803 See \`config.log' for more details." >&5
2804 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2805 See \`config.log' for more details." >&2;}
2806 { (exit 1); exit 1; }; }
2809 rm -f conftest
$ac_cv_exeext
2810 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2811 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2813 rm -f conftest.
$ac_ext
2814 EXEEXT
=$ac_cv_exeext
2816 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2817 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2818 if test "${ac_cv_objext+set}" = set; then
2819 echo $ECHO_N "(cached) $ECHO_C" >&6
2821 cat >conftest.
$ac_ext <<_ACEOF
2824 cat confdefs.h
>>conftest.
$ac_ext
2825 cat >>conftest.
$ac_ext <<_ACEOF
2826 /* end confdefs.h. */
2836 rm -f conftest.o conftest.obj
2837 if { (ac_try
="$ac_compile"
2839 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
2840 *) ac_try_echo=$ac_try;;
2842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2843 (eval "$ac_compile") 2>&5
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); }; then
2847 for ac_file in conftest.o conftest.obj conftest.*; do
2848 test -f "$ac_file" || continue;
2850 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2851 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2856 echo "$as_me: failed program was:" >&5
2857 sed 's/^/| /' conftest.$ac_ext >&5
2859 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2860 See \`config.log
' for more details." >&5
2861 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2862 See \`config.log' for more details.
" >&2;}
2863 { (exit 1); exit 1; }; }
2866 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2868 { echo "$as_me:$LINENO: result
: $ac_cv_objext" >&5
2869 echo "${ECHO_T}$ac_cv_objext" >&6; }
2870 OBJEXT=$ac_cv_objext
2872 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler
" >&5
2873 echo $ECHO_N "checking whether we are using the GNU C compiler...
$ECHO_C" >&6; }
2874 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2875 echo $ECHO_N "(cached
) $ECHO_C" >&6
2877 cat >conftest.$ac_ext <<_ACEOF
2880 cat confdefs.h >>conftest.$ac_ext
2881 cat >>conftest.$ac_ext <<_ACEOF
2882 /* end confdefs.h. */
2895 rm -f conftest.$ac_objext
2896 if { (ac_try="$ac_compile"
2898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2899 *) ac_try_echo=$ac_try;;
2901 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2902 (eval "$ac_compile") 2>conftest.er1
2904 grep -v '^ *+' conftest.er1 >conftest.err
2906 cat conftest.err >&5
2907 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2908 (exit $ac_status); } && {
2909 test -z "$ac_c_werror_flag" ||
2910 test ! -s conftest.err
2911 } && test -s conftest.$ac_objext; then
2914 echo "$as_me: failed program was
:" >&5
2915 sed 's/^/| /' conftest.$ac_ext >&5
2920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2921 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2924 { echo "$as_me:$LINENO: result
: $ac_cv_c_compiler_gnu" >&5
2925 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2926 GCC=`test $ac_compiler_gnu = yes && echo yes`
2927 ac_test_CFLAGS=${CFLAGS+set}
2928 ac_save_CFLAGS=$CFLAGS
2929 { echo "$as_me:$LINENO: checking whether
$CC accepts
-g" >&5
2930 echo $ECHO_N "checking whether
$CC accepts
-g...
$ECHO_C" >&6; }
2931 if test "${ac_cv_prog_cc_g+set}" = set; then
2932 echo $ECHO_N "(cached
) $ECHO_C" >&6
2934 ac_save_c_werror_flag=$ac_c_werror_flag
2935 ac_c_werror_flag=yes
2938 cat >conftest.$ac_ext <<_ACEOF
2941 cat confdefs.h >>conftest.$ac_ext
2942 cat >>conftest.$ac_ext <<_ACEOF
2943 /* end confdefs.h. */
2953 rm -f conftest.$ac_objext
2954 if { (ac_try="$ac_compile"
2956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2957 *) ac_try_echo=$ac_try;;
2959 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2960 (eval "$ac_compile") 2>conftest.er1
2962 grep -v '^ *+' conftest.er1 >conftest.err
2964 cat conftest.err >&5
2965 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
2966 (exit $ac_status); } && {
2967 test -z "$ac_c_werror_flag" ||
2968 test ! -s conftest.err
2969 } && test -s conftest.$ac_objext; then
2972 echo "$as_me: failed program was
:" >&5
2973 sed 's/^/| /' conftest.$ac_ext >&5
2976 cat >conftest.$ac_ext <<_ACEOF
2979 cat confdefs.h >>conftest.$ac_ext
2980 cat >>conftest.$ac_ext <<_ACEOF
2981 /* end confdefs.h. */
2991 rm -f conftest.$ac_objext
2992 if { (ac_try="$ac_compile"
2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2995 *) ac_try_echo=$ac_try;;
2997 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
2998 (eval "$ac_compile") 2>conftest.er1
3000 grep -v '^ *+' conftest.er1 >conftest.err
3002 cat conftest.err >&5
3003 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3004 (exit $ac_status); } && {
3005 test -z "$ac_c_werror_flag" ||
3006 test ! -s conftest.err
3007 } && test -s conftest.$ac_objext; then
3010 echo "$as_me: failed program was
:" >&5
3011 sed 's/^/| /' conftest.$ac_ext >&5
3013 ac_c_werror_flag=$ac_save_c_werror_flag
3015 cat >conftest.$ac_ext <<_ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3036 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_compile") 2>conftest.er1
3039 grep -v '^ *+' conftest.er1 >conftest.err
3041 cat conftest.err >&5
3042 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3043 (exit $ac_status); } && {
3044 test -z "$ac_c_werror_flag" ||
3045 test ! -s conftest.err
3046 } && test -s conftest.$ac_objext; then
3049 echo "$as_me: failed program was
:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062 ac_c_werror_flag=$ac_save_c_werror_flag
3064 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_g" >&5
3065 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3066 if test "$ac_test_CFLAGS" = set; then
3067 CFLAGS=$ac_save_CFLAGS
3068 elif test $ac_cv_prog_cc_g = yes; then
3069 if test "$GCC" = yes; then
3075 if test "$GCC" = yes; then
3081 { echo "$as_me:$LINENO: checking
for $CC option to accept ISO C89
" >&5
3082 echo $ECHO_N "checking
for $CC option to accept ISO C89...
$ECHO_C" >&6; }
3083 if test "${ac_cv_prog_cc_c89+set}" = set; then
3084 echo $ECHO_N "(cached
) $ECHO_C" >&6
3086 ac_cv_prog_cc_c89=no
3088 cat >conftest.$ac_ext <<_ACEOF
3091 cat confdefs.h >>conftest.$ac_ext
3092 cat >>conftest.$ac_ext <<_ACEOF
3093 /* end confdefs.h. */
3096 #include <sys/types.h>
3097 #include <sys/stat.h>
3098 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3099 struct buf { int x; };
3100 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3101 static char *e (p, i)
3107 static char *f (char * (*g) (char **, int), char **p, ...)
3112 s = g (p, va_arg (v,int));
3117 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3118 function prototypes and stuff, but not '\xHH' hex character constants.
3119 These don't provoke an error unfortunately, instead are silently treated
3120 as 'x'. The following induces an error, until -std is added to get
3121 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3122 array size at least. It's necessary to write '\x00'==0 to get something
3123 that's true only with -std. */
3124 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3126 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3127 inside strings and character constants. */
3129 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3131 int test (int i, double x);
3132 struct s1 {int (*f) (int a);};
3133 struct s2 {int (*f) (double a);};
3134 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3140 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3145 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3146 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3148 CC="$ac_save_CC $ac_arg"
3149 rm -f conftest.$ac_objext
3150 if { (ac_try="$ac_compile"
3152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3153 *) ac_try_echo=$ac_try;;
3155 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3156 (eval "$ac_compile") 2>conftest.er1
3158 grep -v '^ *+' conftest.er1 >conftest.err
3160 cat conftest.err >&5
3161 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3162 (exit $ac_status); } && {
3163 test -z "$ac_c_werror_flag" ||
3164 test ! -s conftest.err
3165 } && test -s conftest.$ac_objext; then
3166 ac_cv_prog_cc_c89=$ac_arg
3168 echo "$as_me: failed program was
:" >&5
3169 sed 's/^/| /' conftest.$ac_ext >&5
3174 rm -f core conftest.err conftest.$ac_objext
3175 test "x
$ac_cv_prog_cc_c89" != "xno
" && break
3177 rm -f conftest.$ac_ext
3182 case "x
$ac_cv_prog_cc_c89" in
3184 { echo "$as_me:$LINENO: result
: none needed
" >&5
3185 echo "${ECHO_T}none needed
" >&6; } ;;
3187 { echo "$as_me:$LINENO: result
: unsupported
" >&5
3188 echo "${ECHO_T}unsupported
" >&6; } ;;
3190 CC="$CC $ac_cv_prog_cc_c89"
3191 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cc_c89" >&5
3192 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3197 ac_cpp='$CPP $CPPFLAGS'
3198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3203 ac_cpp='$CXXCPP $CPPFLAGS'
3204 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3207 if test -z "$CXX"; then
3208 if test -n "$CCC"; then
3211 if test -n "$ac_tool_prefix"; then
3212 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3214 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3215 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3216 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3217 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3218 if test "${ac_cv_prog_CXX+set}" = set; then
3219 echo $ECHO_N "(cached
) $ECHO_C" >&6
3221 if test -n "$CXX"; then
3222 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3228 test -z "$as_dir" && as_dir=.
3229 for ac_exec_ext in '' $ac_executable_extensions; do
3230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3231 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3232 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3242 if test -n "$CXX"; then
3243 { echo "$as_me:$LINENO: result
: $CXX" >&5
3244 echo "${ECHO_T}$CXX" >&6; }
3246 { echo "$as_me:$LINENO: result
: no
" >&5
3247 echo "${ECHO_T}no
" >&6; }
3251 test -n "$CXX" && break
3254 if test -z "$CXX"; then
3256 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3258 # Extract the first word of "$ac_prog", so it can be a program name with args.
3259 set dummy $ac_prog; ac_word=$2
3260 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3261 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3262 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3263 echo $ECHO_N "(cached
) $ECHO_C" >&6
3265 if test -n "$ac_ct_CXX"; then
3266 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3272 test -z "$as_dir" && as_dir=.
3273 for ac_exec_ext in '' $ac_executable_extensions; do
3274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3275 ac_cv_prog_ac_ct_CXX="$ac_prog"
3276 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3285 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3286 if test -n "$ac_ct_CXX"; then
3287 { echo "$as_me:$LINENO: result
: $ac_ct_CXX" >&5
3288 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3290 { echo "$as_me:$LINENO: result
: no
" >&5
3291 echo "${ECHO_T}no
" >&6; }
3295 test -n "$ac_ct_CXX" && break
3298 if test "x
$ac_ct_CXX" = x; then
3301 case $cross_compiling:$ac_tool_warned in
3303 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3304 whose name does not start with the
host triplet. If you think this
3305 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3306 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3307 whose name does not start with the
host triplet. If you think this
3308 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3309 ac_tool_warned=yes ;;
3317 # Provide some information about the compiler.
3318 echo "$as_me:$LINENO: checking
for C
++ compiler version
" >&5
3319 ac_compiler=`set X $ac_compile; echo $2`
3320 { (ac_try="$ac_compiler --version >&5"
3322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3323 *) ac_try_echo=$ac_try;;
3325 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3326 (eval "$ac_compiler --version >&5") 2>&5
3328 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3329 (exit $ac_status); }
3330 { (ac_try="$ac_compiler -v >&5"
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3335 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3336 (eval "$ac_compiler -v >&5") 2>&5
3338 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3339 (exit $ac_status); }
3340 { (ac_try="$ac_compiler -V >&5"
3342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3343 *) ac_try_echo=$ac_try;;
3345 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3346 (eval "$ac_compiler -V >&5") 2>&5
3348 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3349 (exit $ac_status); }
3351 { echo "$as_me:$LINENO: checking whether we are using the GNU C
++ compiler
" >&5
3352 echo $ECHO_N "checking whether we are using the GNU C
++ compiler...
$ECHO_C" >&6; }
3353 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3354 echo $ECHO_N "(cached
) $ECHO_C" >&6
3356 cat >conftest.$ac_ext <<_ACEOF
3359 cat confdefs.h >>conftest.$ac_ext
3360 cat >>conftest.$ac_ext <<_ACEOF
3361 /* end confdefs.h. */
3374 rm -f conftest.$ac_objext
3375 if { (ac_try="$ac_compile"
3377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3378 *) ac_try_echo=$ac_try;;
3380 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3381 (eval "$ac_compile") 2>conftest.er1
3383 grep -v '^ *+' conftest.er1 >conftest.err
3385 cat conftest.err >&5
3386 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3387 (exit $ac_status); } && {
3388 test -z "$ac_cxx_werror_flag" ||
3389 test ! -s conftest.err
3390 } && test -s conftest.$ac_objext; then
3393 echo "$as_me: failed program was
:" >&5
3394 sed 's/^/| /' conftest.$ac_ext >&5
3399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3400 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3403 { echo "$as_me:$LINENO: result
: $ac_cv_cxx_compiler_gnu" >&5
3404 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3405 GXX=`test $ac_compiler_gnu = yes && echo yes`
3406 ac_test_CXXFLAGS=${CXXFLAGS+set}
3407 ac_save_CXXFLAGS=$CXXFLAGS
3408 { echo "$as_me:$LINENO: checking whether
$CXX accepts
-g" >&5
3409 echo $ECHO_N "checking whether
$CXX accepts
-g...
$ECHO_C" >&6; }
3410 if test "${ac_cv_prog_cxx_g+set}" = set; then
3411 echo $ECHO_N "(cached
) $ECHO_C" >&6
3413 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3414 ac_cxx_werror_flag=yes
3417 cat >conftest.$ac_ext <<_ACEOF
3420 cat confdefs.h >>conftest.$ac_ext
3421 cat >>conftest.$ac_ext <<_ACEOF
3422 /* end confdefs.h. */
3432 rm -f conftest.$ac_objext
3433 if { (ac_try="$ac_compile"
3435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3436 *) ac_try_echo=$ac_try;;
3438 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3439 (eval "$ac_compile") 2>conftest.er1
3441 grep -v '^ *+' conftest.er1 >conftest.err
3443 cat conftest.err >&5
3444 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3445 (exit $ac_status); } && {
3446 test -z "$ac_cxx_werror_flag" ||
3447 test ! -s conftest.err
3448 } && test -s conftest.$ac_objext; then
3449 ac_cv_prog_cxx_g=yes
3451 echo "$as_me: failed program was
:" >&5
3452 sed 's/^/| /' conftest.$ac_ext >&5
3455 cat >conftest.$ac_ext <<_ACEOF
3458 cat confdefs.h >>conftest.$ac_ext
3459 cat >>conftest.$ac_ext <<_ACEOF
3460 /* end confdefs.h. */
3470 rm -f conftest.$ac_objext
3471 if { (ac_try="$ac_compile"
3473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3474 *) ac_try_echo=$ac_try;;
3476 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3477 (eval "$ac_compile") 2>conftest.er1
3479 grep -v '^ *+' conftest.er1 >conftest.err
3481 cat conftest.err >&5
3482 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3483 (exit $ac_status); } && {
3484 test -z "$ac_cxx_werror_flag" ||
3485 test ! -s conftest.err
3486 } && test -s conftest.$ac_objext; then
3489 echo "$as_me: failed program was
:" >&5
3490 sed 's/^/| /' conftest.$ac_ext >&5
3492 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3494 cat >conftest.$ac_ext <<_ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3515 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3516 (eval "$ac_compile") 2>conftest.er1
3518 grep -v '^ *+' conftest.er1 >conftest.err
3520 cat conftest.err >&5
3521 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3522 (exit $ac_status); } && {
3523 test -z "$ac_cxx_werror_flag" ||
3524 test ! -s conftest.err
3525 } && test -s conftest.$ac_objext; then
3526 ac_cv_prog_cxx_g=yes
3528 echo "$as_me: failed program was
:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3543 { echo "$as_me:$LINENO: result
: $ac_cv_prog_cxx_g" >&5
3544 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3545 if test "$ac_test_CXXFLAGS" = set; then
3546 CXXFLAGS=$ac_save_CXXFLAGS
3547 elif test $ac_cv_prog_cxx_g = yes; then
3548 if test "$GXX" = yes; then
3554 if test "$GXX" = yes; then
3561 ac_cpp='$CPP $CPPFLAGS'
3562 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3563 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3564 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3566 if test -n "$ac_tool_prefix"; then
3567 # Extract the first word of "${ac_tool_prefix}cpp
", so it can be a program name with args.
3568 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3569 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3570 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3571 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3572 echo $ECHO_N "(cached
) $ECHO_C" >&6
3574 if test -n "$CPPBIN"; then
3575 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3581 test -z "$as_dir" && as_dir=.
3582 for ac_exec_ext in '' $ac_executable_extensions; do
3583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3584 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp
"
3585 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3594 CPPBIN=$ac_cv_prog_CPPBIN
3595 if test -n "$CPPBIN"; then
3596 { echo "$as_me:$LINENO: result
: $CPPBIN" >&5
3597 echo "${ECHO_T}$CPPBIN" >&6; }
3599 { echo "$as_me:$LINENO: result
: no
" >&5
3600 echo "${ECHO_T}no
" >&6; }
3605 if test -z "$ac_cv_prog_CPPBIN"; then
3606 ac_ct_CPPBIN=$CPPBIN
3607 # Extract the first word of "cpp
", so it can be a program name with args.
3608 set dummy cpp; ac_word=$2
3609 { echo "$as_me:$LINENO: checking
for $ac_word" >&5
3610 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6; }
3611 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3612 echo $ECHO_N "(cached
) $ECHO_C" >&6
3614 if test -n "$ac_ct_CPPBIN"; then
3615 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3621 test -z "$as_dir" && as_dir=.
3622 for ac_exec_ext in '' $ac_executable_extensions; do
3623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3624 ac_cv_prog_ac_ct_CPPBIN="cpp
"
3625 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
3634 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3635 if test -n "$ac_ct_CPPBIN"; then
3636 { echo "$as_me:$LINENO: result
: $ac_ct_CPPBIN" >&5
3637 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3639 { echo "$as_me:$LINENO: result
: no
" >&5
3640 echo "${ECHO_T}no
" >&6; }
3643 if test "x
$ac_ct_CPPBIN" = x; then
3646 case $cross_compiling:$ac_tool_warned in
3648 { echo "$as_me:$LINENO: WARNING
: In the future
, Autoconf will not detect cross-tools
3649 whose name does not start with the
host triplet. If you think this
3650 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&5
3651 echo "$as_me: WARNING
: In the future
, Autoconf will not detect cross-tools
3652 whose name does not start with the
host triplet. If you think this
3653 configuration is useful to you
, please
write to autoconf@gnu.org.
" >&2;}
3654 ac_tool_warned=yes ;;
3656 CPPBIN=$ac_ct_CPPBIN
3659 CPPBIN="$ac_cv_prog_CPPBIN"
3663 { echo "$as_me:$LINENO: checking
for the directory containing the Wine tools
" >&5
3664 echo $ECHO_N "checking
for the directory containing the Wine tools...
$ECHO_C" >&6; }
3665 if test "${wine_cv_toolsdir+set}" = set; then
3666 echo $ECHO_N "(cached
) $ECHO_C" >&6
3668 if test -z "$with_wine_tools"; then
3669 if test "$cross_compiling" = "yes"; then
3670 { { echo "$as_me:$LINENO: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&5
3671 echo "$as_me: error
: you must use the
--with-wine-tools option when cross-compiling.
" >&2;}
3672 { (exit 1); exit 1; }; }
3674 wine_cv_toolsdir="\$
(TOPOBJDIR
)"
3676 elif test -d "$with_wine_tools/tools
/winebuild
"; then
3677 case $with_wine_tools in
3678 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3679 *) wine_cv_toolsdir="\$
(TOPOBJDIR
)/$with_wine_tools" ;;
3682 { { echo "$as_me:$LINENO: error
: could not
find Wine tools
in $with_wine_tools.
" >&5
3683 echo "$as_me: error
: could not
find Wine tools
in $with_wine_tools.
" >&2;}
3684 { (exit 1); exit 1; }; }
3687 { echo "$as_me:$LINENO: result
: $wine_cv_toolsdir" >&5
3688 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3689 TOOLSDIR=$wine_cv_toolsdir
3694 ac_cpp='$CPP $CPPFLAGS'
3695 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3696 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3697 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3698 { echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
3699 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6; }
3700 # On Suns, sometimes $CPP names a directory.
3701 if test -n "$CPP" && test -d "$CPP"; then
3704 if test -z "$CPP"; then
3705 if test "${ac_cv_prog_CPP+set}" = set; then
3706 echo $ECHO_N "(cached
) $ECHO_C" >&6
3708 # Double quotes because CPP needs to be expanded
3709 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
3712 for ac_c_preproc_warn_flag in '' yes
3714 # Use a header file that comes with gcc, so configuring glibc
3715 # with a fresh cross-compiler works.
3716 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3717 # <limits.h> exists even on freestanding compilers.
3718 # On the NeXT, cc -E runs the code through the compiler's parser,
3719 # not just through cpp. "Syntax error
" is here to catch this case.
3720 cat >conftest.$ac_ext <<_ACEOF
3723 cat confdefs.h >>conftest.$ac_ext
3724 cat >>conftest.$ac_ext <<_ACEOF
3725 /* end confdefs.h. */
3727 # include <limits.h>
3729 # include <assert.h>
3733 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3736 *) ac_try_echo=$ac_try;;
3738 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3739 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3741 grep -v '^ *+' conftest.er1 >conftest.err
3743 cat conftest.err >&5
3744 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3745 (exit $ac_status); } >/dev/null && {
3746 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3747 test ! -s conftest.err
3751 echo "$as_me: failed program was
:" >&5
3752 sed 's/^/| /' conftest.$ac_ext >&5
3754 # Broken: fails on valid input.
3758 rm -f conftest.err conftest.$ac_ext
3760 # OK, works on sane cases. Now check whether nonexistent headers
3761 # can be detected and how.
3762 cat >conftest.$ac_ext <<_ACEOF
3765 cat confdefs.h >>conftest.$ac_ext
3766 cat >>conftest.$ac_ext <<_ACEOF
3767 /* end confdefs.h. */
3768 #include <ac_nonexistent.h>
3770 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3773 *) ac_try_echo=$ac_try;;
3775 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3776 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3778 grep -v '^ *+' conftest.er1 >conftest.err
3780 cat conftest.err >&5
3781 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3782 (exit $ac_status); } >/dev/null && {
3783 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3784 test ! -s conftest.err
3786 # Broken: success on invalid input.
3789 echo "$as_me: failed program was
:" >&5
3790 sed 's/^/| /' conftest.$ac_ext >&5
3792 # Passes both tests.
3797 rm -f conftest.err conftest.$ac_ext
3800 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3801 rm -f conftest.err conftest.$ac_ext
3802 if $ac_preproc_ok; then
3814 { echo "$as_me:$LINENO: result
: $CPP" >&5
3815 echo "${ECHO_T}$CPP" >&6; }
3817 for ac_c_preproc_warn_flag in '' yes
3819 # Use a header file that comes with gcc, so configuring glibc
3820 # with a fresh cross-compiler works.
3821 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3822 # <limits.h> exists even on freestanding compilers.
3823 # On the NeXT, cc -E runs the code through the compiler's parser,
3824 # not just through cpp. "Syntax error
" is here to catch this case.
3825 cat >conftest.$ac_ext <<_ACEOF
3828 cat confdefs.h >>conftest.$ac_ext
3829 cat >>conftest.$ac_ext <<_ACEOF
3830 /* end confdefs.h. */
3832 # include <limits.h>
3834 # include <assert.h>
3838 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3841 *) ac_try_echo=$ac_try;;
3843 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3844 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3846 grep -v '^ *+' conftest.er1 >conftest.err
3848 cat conftest.err >&5
3849 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3850 (exit $ac_status); } >/dev/null && {
3851 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3852 test ! -s conftest.err
3856 echo "$as_me: failed program was
:" >&5
3857 sed 's/^/| /' conftest.$ac_ext >&5
3859 # Broken: fails on valid input.
3863 rm -f conftest.err conftest.$ac_ext
3865 # OK, works on sane cases. Now check whether nonexistent headers
3866 # can be detected and how.
3867 cat >conftest.$ac_ext <<_ACEOF
3870 cat confdefs.h >>conftest.$ac_ext
3871 cat >>conftest.$ac_ext <<_ACEOF
3872 /* end confdefs.h. */
3873 #include <ac_nonexistent.h>
3875 if { (ac_try="$ac_cpp conftest.
$ac_ext"
3877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3878 *) ac_try_echo=$ac_try;;
3880 eval "echo \"\
$as_me:$LINENO: $ac_try_echo\"") >&5
3881 (eval "$ac_cpp conftest.
$ac_ext") 2>conftest.er1
3883 grep -v '^ *+' conftest.er1 >conftest.err
3885 cat conftest.err >&5
3886 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
3887 (exit $ac_status); } >/dev/null && {
3888 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3889 test ! -s conftest.err
3891 # Broken: success on invalid input.
3894 echo "$as_me: failed program was
:" >&5
3895 sed 's/^/| /' conftest.$ac_ext >&5
3897 # Passes both tests.
3902 rm -f conftest.err conftest.$ac_ext
3905 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3906 rm -f conftest.err conftest.$ac_ext
3907 if $ac_preproc_ok; then
3910 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
3911 See \
`config.log' for more details." >&5
3912 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3913 See \`config.log
' for more details." >&2;}
3914 { (exit 1); exit 1; }; }
3918 ac_cpp='$CPP $CPPFLAGS'
3919 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
3920 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
3921 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3924 { echo "$as_me:$LINENO: checking for X" >&5
3925 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3928 # Check whether --with-x was given.
3929 if test "${with_x+set}" = set; then
3933 # $have_x is `yes', `no', `disabled
', or empty when we do not yet know.
3934 if test "x$with_x" = xno; then
3935 # The user explicitly disabled X.
3938 case $x_includes,$x_libraries in #(
3939 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3940 echo "$as_me: error
: Cannot use X directory names containing
'" >&2;}
3941 { (exit 1); exit 1; }; };; #(
3942 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3943 echo $ECHO_N "(cached) $ECHO_C" >&6
3945 # One or both of the vars are not set, and there is no cached value.
3946 ac_x_includes=no ac_x_libraries=no
3947 rm -f -r conftest.dir
3948 if mkdir conftest.dir; then
3950 cat >Imakefile <<'_ACEOF'
3952 @echo incroot='${INCROOT}'
3954 @echo usrlibdir='${USRLIBDIR}'
3956 @echo libdir='${LIBDIR}'
3958 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3959 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3960 for ac_var in incroot usrlibdir libdir; do
3961 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's
/^
$ac_var=//p
'\`"
3963 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3964 for ac_extension in a so sl; do
3965 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3966 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3967 ac_im_usrlibdir=$ac_im_libdir; break
3970 # Screen out bogus values from the imake configuration. They are
3971 # bogus both because they are the default anyway, and because
3972 # using them would break gcc on systems where it needs fixed includes.
3973 case $ac_im_incroot in
3974 /usr/include) ac_x_includes= ;;
3975 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3977 case $ac_im_usrlibdir in
3979 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3983 rm -f -r conftest.dir
3986 # Standard set of common directories for X headers.
3987 # Check X11 before X11Rn because it is often a symlink to the current release.
3999 /usr
/local
/X11
/include
4000 /usr
/local
/X11R
6/include
4001 /usr
/local
/X11R
5/include
4002 /usr
/local
/X11R
4/include
4004 /usr
/local
/include
/X11
4005 /usr
/local
/include
/X11R6
4006 /usr
/local
/include
/X11R5
4007 /usr
/local
/include
/X11R4
4011 /usr
/XFree86
/include
/X11
4015 /usr
/unsupported
/include
4017 /usr
/local
/x11r
5/include
4018 /usr
/lpp
/Xamples
/include
4020 /usr
/openwin
/include
4021 /usr
/openwin
/share
/include
'
4023 if test "$ac_x_includes" = no; then
4024 # Guess where to find include files, by looking for Xlib.h.
4025 # First, try using that file with no special directory specified.
4026 cat >conftest.$ac_ext <<_ACEOF
4029 cat confdefs.h >>conftest.$ac_ext
4030 cat >>conftest.$ac_ext <<_ACEOF
4031 /* end confdefs.h. */
4032 #include <X11/Xlib.h>
4034 if { (ac_try="$ac_cpp conftest.$ac_ext"
4036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4037 *) ac_try_echo=$ac_try;;
4039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4040 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4042 grep -v '^
*+' conftest.er1 >conftest.err
4044 cat conftest.err >&5
4045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4046 (exit $ac_status); } >/dev/null && {
4047 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4048 test ! -s conftest.err
4050 # We can compile using X headers with no special include directory.
4053 echo "$as_me: failed program was:" >&5
4054 sed 's
/^
/|
/' conftest.$ac_ext >&5
4056 for ac_dir in $ac_x_header_dirs; do
4057 if test -r "$ac_dir/X11/Xlib.h"; then
4058 ac_x_includes=$ac_dir
4064 rm -f conftest.err conftest.$ac_ext
4065 fi # $ac_x_includes = no
4067 if test "$ac_x_libraries" = no; then
4068 # Check for the libraries.
4069 # See if we find them without any special options.
4070 # Don't add to
$LIBS permanently.
4073 cat >conftest.
$ac_ext <<_ACEOF
4076 cat confdefs.h
>>conftest.
$ac_ext
4077 cat >>conftest.
$ac_ext <<_ACEOF
4078 /* end confdefs.h. */
4079 #include <X11/Xlib.h>
4088 rm -f conftest.
$ac_objext conftest
$ac_exeext
4089 if { (ac_try
="$ac_link"
4091 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4092 *) ac_try_echo=$ac_try;;
4094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4095 (eval "$ac_link") 2>conftest.er1
4097 grep -v '^ *+' conftest.er1 >conftest.err
4099 cat conftest.err >&5
4100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4101 (exit $ac_status); } && {
4102 test -z "$ac_c_werror_flag" ||
4103 test ! -s conftest.err
4104 } && test -s conftest$ac_exeext &&
4105 $as_test_x conftest$ac_exeext; then
4107 # We can link X programs with no special library path.
4110 echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.$ac_ext >&5
4114 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" |
sed s
/include
/lib
/g
`
4116 # Don't even attempt the hair of trying to link an X program!
4117 for ac_extension in a so sl; do
4118 if test -r "$ac_dir/libX11.$ac_extension"; then
4119 ac_x_libraries=$ac_dir
4126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4127 conftest$ac_exeext conftest.$ac_ext
4128 fi # $ac_x_libraries = no
4130 case $ac_x_includes,$ac_x_libraries in #(
4132 # Didn't find X, or a directory has "'" in its name.
4133 ac_cv_have_x="have_x=no";; #(
4135 # Record where we found X for the cache.
4136 ac_cv_have_x="have_x=yes\
4137 ac_x_includes='$ac_x_includes'\
4138 ac_x_libraries='$ac_x_libraries'"
4144 eval "$ac_cv_have_x"
4147 if test "$have_x" != yes; then
4148 { echo "$as_me:$LINENO: result: $have_x" >&5
4149 echo "${ECHO_T}$have_x" >&6; }
4152 # If each of the values was on the command line, it overrides each guess.
4153 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4154 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4155 # Update the cache value to reflect the command line values.
4156 ac_cv_have_x="have_x=yes\
4157 ac_x_includes='$x_includes'\
4158 ac_x_libraries='$x_libraries'"
4159 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4160 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4163 if test "$no_x" = yes; then
4164 # Not all programs may use this symbol, but it does not hurt to define it.
4166 cat >>confdefs.h <<\_ACEOF
4167 #define X_DISPLAY_MISSING 1
4170 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4172 if test -n "$x_includes"; then
4173 X_CFLAGS="$X_CFLAGS -I$x_includes"
4176 # It would also be nice to do this for all -L options, not just this one.
4177 if test -n "$x_libraries"; then
4178 X_LIBS="$X_LIBS -L$x_libraries"
4179 # For Solaris; some versions of Sun CC require a space after -R and
4180 # others require no space. Words are not sufficient . . . .
4181 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4182 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4183 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4184 ac_xsave_c_werror_flag=$ac_c_werror_flag
4185 ac_c_werror_flag=yes
4186 cat >conftest.$ac_ext <<_ACEOF
4189 cat confdefs.h >>conftest.$ac_ext
4190 cat >>conftest.$ac_ext <<_ACEOF
4191 /* end confdefs.h. */
4201 rm -f conftest.$ac_objext conftest$ac_exeext
4202 if { (ac_try="$ac_link"
4204 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4205 *) ac_try_echo
=$ac_try;;
4207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4208 (eval "$ac_link") 2>conftest.er1
4210 grep -v '^ *+' conftest.er1
>conftest.err
4212 cat conftest.err
>&5
4213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4214 (exit $ac_status); } && {
4215 test -z "$ac_c_werror_flag" ||
4216 test ! -s conftest.err
4217 } && test -s conftest
$ac_exeext &&
4218 $as_test_x conftest
$ac_exeext; then
4219 { echo "$as_me:$LINENO: result: no" >&5
4220 echo "${ECHO_T}no" >&6; }
4221 X_LIBS
="$X_LIBS -R$x_libraries"
4223 echo "$as_me: failed program was:" >&5
4224 sed 's/^/| /' conftest.
$ac_ext >&5
4226 LIBS
="$ac_xsave_LIBS -R $x_libraries"
4227 cat >conftest.
$ac_ext <<_ACEOF
4230 cat confdefs.h
>>conftest.
$ac_ext
4231 cat >>conftest.
$ac_ext <<_ACEOF
4232 /* end confdefs.h. */
4242 rm -f conftest.
$ac_objext conftest
$ac_exeext
4243 if { (ac_try
="$ac_link"
4245 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4246 *) ac_try_echo=$ac_try;;
4248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4249 (eval "$ac_link") 2>conftest.er1
4251 grep -v '^ *+' conftest.er1 >conftest.err
4253 cat conftest.err >&5
4254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4255 (exit $ac_status); } && {
4256 test -z "$ac_c_werror_flag" ||
4257 test ! -s conftest.err
4258 } && test -s conftest$ac_exeext &&
4259 $as_test_x conftest$ac_exeext; then
4260 { echo "$as_me:$LINENO: result: yes" >&5
4261 echo "${ECHO_T}yes" >&6; }
4262 X_LIBS="$X_LIBS -R $x_libraries"
4264 echo "$as_me: failed program was:" >&5
4265 sed 's/^/| /' conftest.$ac_ext >&5
4267 { echo "$as_me:$LINENO: result: neither works" >&5
4268 echo "${ECHO_T}neither works" >&6; }
4271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4272 conftest$ac_exeext conftest.$ac_ext
4275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4276 conftest$ac_exeext conftest.$ac_ext
4277 ac_c_werror_flag=$ac_xsave_c_werror_flag
4281 # Check for system-dependent libraries X programs must link with.
4282 # Do this before checking for the system-independent R6 libraries
4283 # (-lICE), since we may need -lsocket or whatever for X linking.
4285 if test "$ISC" = yes; then
4286 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4288 # Martyn Johnson says this is needed for Ultrix, if the X
4289 # libraries were built with DECnet support. And Karl Berry says
4290 # the Alpha needs dnet_stub (dnet does not exist).
4291 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4292 cat >conftest.$ac_ext <<_ACEOF
4295 cat confdefs.h >>conftest.$ac_ext
4296 cat >>conftest.$ac_ext <<_ACEOF
4297 /* end confdefs.h. */
4299 /* Override any GCC internal prototype to avoid an error.
4300 Use char because int might match the return type of a GCC
4301 builtin and then its argument prototype would still apply. */
4305 char XOpenDisplay ();
4309 return XOpenDisplay ();
4314 rm -f conftest.$ac_objext conftest$ac_exeext
4315 if { (ac_try="$ac_link"
4317 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4318 *) ac_try_echo
=$ac_try;;
4320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4321 (eval "$ac_link") 2>conftest.er1
4323 grep -v '^ *+' conftest.er1
>conftest.err
4325 cat conftest.err
>&5
4326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4327 (exit $ac_status); } && {
4328 test -z "$ac_c_werror_flag" ||
4329 test ! -s conftest.err
4330 } && test -s conftest
$ac_exeext &&
4331 $as_test_x conftest
$ac_exeext; then
4334 echo "$as_me: failed program was:" >&5
4335 sed 's/^/| /' conftest.
$ac_ext >&5
4337 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4338 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4339 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4340 echo $ECHO_N "(cached) $ECHO_C" >&6
4342 ac_check_lib_save_LIBS
=$LIBS
4344 cat >conftest.
$ac_ext <<_ACEOF
4347 cat confdefs.h
>>conftest.
$ac_ext
4348 cat >>conftest.
$ac_ext <<_ACEOF
4349 /* end confdefs.h. */
4351 /* Override any GCC internal prototype to avoid an error.
4352 Use char because int might match the return type of a GCC
4353 builtin and then its argument prototype would still apply. */
4361 return dnet_ntoa ();
4366 rm -f conftest.
$ac_objext conftest
$ac_exeext
4367 if { (ac_try
="$ac_link"
4369 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4370 *) ac_try_echo=$ac_try;;
4372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4373 (eval "$ac_link") 2>conftest.er1
4375 grep -v '^ *+' conftest.er1 >conftest.err
4377 cat conftest.err >&5
4378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4379 (exit $ac_status); } && {
4380 test -z "$ac_c_werror_flag" ||
4381 test ! -s conftest.err
4382 } && test -s conftest$ac_exeext &&
4383 $as_test_x conftest$ac_exeext; then
4384 ac_cv_lib_dnet_dnet_ntoa=yes
4386 echo "$as_me: failed program was:" >&5
4387 sed 's/^/| /' conftest.$ac_ext >&5
4389 ac_cv_lib_dnet_dnet_ntoa=no
4392 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4393 conftest$ac_exeext conftest.$ac_ext
4394 LIBS=$ac_check_lib_save_LIBS
4396 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4397 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4398 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4399 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4402 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4403 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4404 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4405 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4406 echo $ECHO_N "(cached) $ECHO_C" >&6
4408 ac_check_lib_save_LIBS=$LIBS
4409 LIBS="-ldnet_stub $LIBS"
4410 cat >conftest.$ac_ext <<_ACEOF
4413 cat confdefs.h >>conftest.$ac_ext
4414 cat >>conftest.$ac_ext <<_ACEOF
4415 /* end confdefs.h. */
4417 /* Override any GCC internal prototype to avoid an error.
4418 Use char because int might match the return type of a GCC
4419 builtin and then its argument prototype would still apply. */
4427 return dnet_ntoa ();
4432 rm -f conftest.$ac_objext conftest$ac_exeext
4433 if { (ac_try="$ac_link"
4435 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4436 *) ac_try_echo
=$ac_try;;
4438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4439 (eval "$ac_link") 2>conftest.er1
4441 grep -v '^ *+' conftest.er1
>conftest.err
4443 cat conftest.err
>&5
4444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4445 (exit $ac_status); } && {
4446 test -z "$ac_c_werror_flag" ||
4447 test ! -s conftest.err
4448 } && test -s conftest
$ac_exeext &&
4449 $as_test_x conftest
$ac_exeext; then
4450 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
4452 echo "$as_me: failed program was:" >&5
4453 sed 's/^/| /' conftest.
$ac_ext >&5
4455 ac_cv_lib_dnet_stub_dnet_ntoa
=no
4458 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4459 conftest
$ac_exeext conftest.
$ac_ext
4460 LIBS
=$ac_check_lib_save_LIBS
4462 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4463 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4464 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4465 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
4471 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4472 conftest
$ac_exeext conftest.
$ac_ext
4473 LIBS
="$ac_xsave_LIBS"
4475 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4476 # to get the SysV transport functions.
4477 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4479 # The nsl library prevents programs from opening the X display
4480 # on Irix 5.2, according to T.E. Dickey.
4481 # The functions gethostbyname, getservbyname, and inet_addr are
4482 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4483 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4484 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4485 if test "${ac_cv_func_gethostbyname+set}" = set; then
4486 echo $ECHO_N "(cached) $ECHO_C" >&6
4488 cat >conftest.
$ac_ext <<_ACEOF
4491 cat confdefs.h
>>conftest.
$ac_ext
4492 cat >>conftest.
$ac_ext <<_ACEOF
4493 /* end confdefs.h. */
4494 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4495 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4496 #define gethostbyname innocuous_gethostbyname
4498 /* System header to define __stub macros and hopefully few prototypes,
4499 which can conflict with char gethostbyname (); below.
4500 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4501 <limits.h> exists even on freestanding compilers. */
4504 # include <limits.h>
4506 # include <assert.h>
4509 #undef gethostbyname
4511 /* Override any GCC internal prototype to avoid an error.
4512 Use char because int might match the return type of a GCC
4513 builtin and then its argument prototype would still apply. */
4517 char gethostbyname ();
4518 /* The GNU C library defines this for functions which it implements
4519 to always fail with ENOSYS. Some functions are actually named
4520 something starting with __ and the normal name is an alias. */
4521 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4528 return gethostbyname ();
4533 rm -f conftest.
$ac_objext conftest
$ac_exeext
4534 if { (ac_try
="$ac_link"
4536 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4537 *) ac_try_echo=$ac_try;;
4539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4540 (eval "$ac_link") 2>conftest.er1
4542 grep -v '^ *+' conftest.er1 >conftest.err
4544 cat conftest.err >&5
4545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4546 (exit $ac_status); } && {
4547 test -z "$ac_c_werror_flag" ||
4548 test ! -s conftest.err
4549 } && test -s conftest$ac_exeext &&
4550 $as_test_x conftest$ac_exeext; then
4551 ac_cv_func_gethostbyname=yes
4553 echo "$as_me: failed program was:" >&5
4554 sed 's/^/| /' conftest.$ac_ext >&5
4556 ac_cv_func_gethostbyname=no
4559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4560 conftest$ac_exeext conftest.$ac_ext
4562 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4563 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4565 if test $ac_cv_func_gethostbyname = no; then
4566 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4567 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4568 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4569 echo $ECHO_N "(cached) $ECHO_C" >&6
4571 ac_check_lib_save_LIBS=$LIBS
4573 cat >conftest.$ac_ext <<_ACEOF
4576 cat confdefs.h >>conftest.$ac_ext
4577 cat >>conftest.$ac_ext <<_ACEOF
4578 /* end confdefs.h. */
4580 /* Override any GCC internal prototype to avoid an error.
4581 Use char because int might match the return type of a GCC
4582 builtin and then its argument prototype would still apply. */
4586 char gethostbyname ();
4590 return gethostbyname ();
4595 rm -f conftest.$ac_objext conftest$ac_exeext
4596 if { (ac_try="$ac_link"
4598 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4599 *) ac_try_echo
=$ac_try;;
4601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4602 (eval "$ac_link") 2>conftest.er1
4604 grep -v '^ *+' conftest.er1
>conftest.err
4606 cat conftest.err
>&5
4607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4608 (exit $ac_status); } && {
4609 test -z "$ac_c_werror_flag" ||
4610 test ! -s conftest.err
4611 } && test -s conftest
$ac_exeext &&
4612 $as_test_x conftest
$ac_exeext; then
4613 ac_cv_lib_nsl_gethostbyname
=yes
4615 echo "$as_me: failed program was:" >&5
4616 sed 's/^/| /' conftest.
$ac_ext >&5
4618 ac_cv_lib_nsl_gethostbyname
=no
4621 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4622 conftest
$ac_exeext conftest.
$ac_ext
4623 LIBS
=$ac_check_lib_save_LIBS
4625 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4626 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4627 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4628 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
4631 if test $ac_cv_lib_nsl_gethostbyname = no
; then
4632 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4633 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4634 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4635 echo $ECHO_N "(cached) $ECHO_C" >&6
4637 ac_check_lib_save_LIBS
=$LIBS
4639 cat >conftest.
$ac_ext <<_ACEOF
4642 cat confdefs.h
>>conftest.
$ac_ext
4643 cat >>conftest.
$ac_ext <<_ACEOF
4644 /* end confdefs.h. */
4646 /* Override any GCC internal prototype to avoid an error.
4647 Use char because int might match the return type of a GCC
4648 builtin and then its argument prototype would still apply. */
4652 char gethostbyname ();
4656 return gethostbyname ();
4661 rm -f conftest.
$ac_objext conftest
$ac_exeext
4662 if { (ac_try
="$ac_link"
4664 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4665 *) ac_try_echo=$ac_try;;
4667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4668 (eval "$ac_link") 2>conftest.er1
4670 grep -v '^ *+' conftest.er1 >conftest.err
4672 cat conftest.err >&5
4673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4674 (exit $ac_status); } && {
4675 test -z "$ac_c_werror_flag" ||
4676 test ! -s conftest.err
4677 } && test -s conftest$ac_exeext &&
4678 $as_test_x conftest$ac_exeext; then
4679 ac_cv_lib_bsd_gethostbyname=yes
4681 echo "$as_me: failed program was:" >&5
4682 sed 's/^/| /' conftest.$ac_ext >&5
4684 ac_cv_lib_bsd_gethostbyname=no
4687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4688 conftest$ac_exeext conftest.$ac_ext
4689 LIBS=$ac_check_lib_save_LIBS
4691 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4692 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4693 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4694 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4700 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4701 # socket/setsockopt and other routines are undefined under SCO ODT
4702 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4703 # on later versions), says Simon Leinen: it contains gethostby*
4704 # variants that don't use the name server (or something). -lsocket
4705 # must be given before -lnsl if both are needed. We assume that
4706 # if connect needs -lnsl, so does gethostbyname.
4707 { echo "$as_me:$LINENO: checking for connect" >&5
4708 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4709 if test "${ac_cv_func_connect+set}" = set; then
4710 echo $ECHO_N "(cached) $ECHO_C" >&6
4712 cat >conftest.$ac_ext <<_ACEOF
4715 cat confdefs.h >>conftest.$ac_ext
4716 cat >>conftest.$ac_ext <<_ACEOF
4717 /* end confdefs.h. */
4718 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4719 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4720 #define connect innocuous_connect
4722 /* System header to define __stub macros and hopefully few prototypes,
4723 which can conflict with char connect (); below.
4724 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4725 <limits.h> exists even on freestanding compilers. */
4728 # include <limits.h>
4730 # include <assert.h>
4735 /* Override any GCC internal prototype to avoid an error.
4736 Use char because int might match the return type of a GCC
4737 builtin and then its argument prototype would still apply. */
4742 /* The GNU C library defines this for functions which it implements
4743 to always fail with ENOSYS. Some functions are actually named
4744 something starting with __ and the normal name is an alias. */
4745 #if defined __stub_connect || defined __stub___connect
4757 rm -f conftest.$ac_objext conftest$ac_exeext
4758 if { (ac_try="$ac_link"
4760 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4761 *) ac_try_echo
=$ac_try;;
4763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4764 (eval "$ac_link") 2>conftest.er1
4766 grep -v '^ *+' conftest.er1
>conftest.err
4768 cat conftest.err
>&5
4769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4770 (exit $ac_status); } && {
4771 test -z "$ac_c_werror_flag" ||
4772 test ! -s conftest.err
4773 } && test -s conftest
$ac_exeext &&
4774 $as_test_x conftest
$ac_exeext; then
4775 ac_cv_func_connect
=yes
4777 echo "$as_me: failed program was:" >&5
4778 sed 's/^/| /' conftest.
$ac_ext >&5
4780 ac_cv_func_connect
=no
4783 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4784 conftest
$ac_exeext conftest.
$ac_ext
4786 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4787 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4789 if test $ac_cv_func_connect = no
; then
4790 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4791 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4792 if test "${ac_cv_lib_socket_connect+set}" = set; then
4793 echo $ECHO_N "(cached) $ECHO_C" >&6
4795 ac_check_lib_save_LIBS
=$LIBS
4796 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
4797 cat >conftest.
$ac_ext <<_ACEOF
4800 cat confdefs.h
>>conftest.
$ac_ext
4801 cat >>conftest.
$ac_ext <<_ACEOF
4802 /* end confdefs.h. */
4804 /* Override any GCC internal prototype to avoid an error.
4805 Use char because int might match the return type of a GCC
4806 builtin and then its argument prototype would still apply. */
4819 rm -f conftest.
$ac_objext conftest
$ac_exeext
4820 if { (ac_try
="$ac_link"
4822 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4823 *) ac_try_echo=$ac_try;;
4825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4826 (eval "$ac_link") 2>conftest.er1
4828 grep -v '^ *+' conftest.er1 >conftest.err
4830 cat conftest.err >&5
4831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4832 (exit $ac_status); } && {
4833 test -z "$ac_c_werror_flag" ||
4834 test ! -s conftest.err
4835 } && test -s conftest$ac_exeext &&
4836 $as_test_x conftest$ac_exeext; then
4837 ac_cv_lib_socket_connect=yes
4839 echo "$as_me: failed program was:" >&5
4840 sed 's/^/| /' conftest.$ac_ext >&5
4842 ac_cv_lib_socket_connect=no
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846 conftest$ac_exeext conftest.$ac_ext
4847 LIBS=$ac_check_lib_save_LIBS
4849 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4850 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4851 if test $ac_cv_lib_socket_connect = yes; then
4852 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4857 # Guillermo Gomez says -lposix is necessary on A/UX.
4858 { echo "$as_me:$LINENO: checking for remove" >&5
4859 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4860 if test "${ac_cv_func_remove+set}" = set; then
4861 echo $ECHO_N "(cached) $ECHO_C" >&6
4863 cat >conftest.$ac_ext <<_ACEOF
4866 cat confdefs.h >>conftest.$ac_ext
4867 cat >>conftest.$ac_ext <<_ACEOF
4868 /* end confdefs.h. */
4869 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4870 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4871 #define remove innocuous_remove
4873 /* System header to define __stub macros and hopefully few prototypes,
4874 which can conflict with char remove (); below.
4875 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4876 <limits.h> exists even on freestanding compilers. */
4879 # include <limits.h>
4881 # include <assert.h>
4886 /* Override any GCC internal prototype to avoid an error.
4887 Use char because int might match the return type of a GCC
4888 builtin and then its argument prototype would still apply. */
4893 /* The GNU C library defines this for functions which it implements
4894 to always fail with ENOSYS. Some functions are actually named
4895 something starting with __ and the normal name is an alias. */
4896 #if defined __stub_remove || defined __stub___remove
4908 rm -f conftest.$ac_objext conftest$ac_exeext
4909 if { (ac_try="$ac_link"
4911 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
4912 *) ac_try_echo
=$ac_try;;
4914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4915 (eval "$ac_link") 2>conftest.er1
4917 grep -v '^ *+' conftest.er1
>conftest.err
4919 cat conftest.err
>&5
4920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4921 (exit $ac_status); } && {
4922 test -z "$ac_c_werror_flag" ||
4923 test ! -s conftest.err
4924 } && test -s conftest
$ac_exeext &&
4925 $as_test_x conftest
$ac_exeext; then
4926 ac_cv_func_remove
=yes
4928 echo "$as_me: failed program was:" >&5
4929 sed 's/^/| /' conftest.
$ac_ext >&5
4931 ac_cv_func_remove
=no
4934 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
4935 conftest
$ac_exeext conftest.
$ac_ext
4937 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4938 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4940 if test $ac_cv_func_remove = no
; then
4941 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4942 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4943 if test "${ac_cv_lib_posix_remove+set}" = set; then
4944 echo $ECHO_N "(cached) $ECHO_C" >&6
4946 ac_check_lib_save_LIBS
=$LIBS
4947 LIBS
="-lposix $LIBS"
4948 cat >conftest.
$ac_ext <<_ACEOF
4951 cat confdefs.h
>>conftest.
$ac_ext
4952 cat >>conftest.
$ac_ext <<_ACEOF
4953 /* end confdefs.h. */
4955 /* Override any GCC internal prototype to avoid an error.
4956 Use char because int might match the return type of a GCC
4957 builtin and then its argument prototype would still apply. */
4970 rm -f conftest.
$ac_objext conftest
$ac_exeext
4971 if { (ac_try
="$ac_link"
4973 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
4974 *) ac_try_echo=$ac_try;;
4976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4977 (eval "$ac_link") 2>conftest.er1
4979 grep -v '^ *+' conftest.er1 >conftest.err
4981 cat conftest.err >&5
4982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4983 (exit $ac_status); } && {
4984 test -z "$ac_c_werror_flag" ||
4985 test ! -s conftest.err
4986 } && test -s conftest$ac_exeext &&
4987 $as_test_x conftest$ac_exeext; then
4988 ac_cv_lib_posix_remove=yes
4990 echo "$as_me: failed program was:" >&5
4991 sed 's/^/| /' conftest.$ac_ext >&5
4993 ac_cv_lib_posix_remove=no
4996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4997 conftest$ac_exeext conftest.$ac_ext
4998 LIBS=$ac_check_lib_save_LIBS
5000 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5001 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5002 if test $ac_cv_lib_posix_remove = yes; then
5003 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5008 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5009 { echo "$as_me:$LINENO: checking for shmat" >&5
5010 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5011 if test "${ac_cv_func_shmat+set}" = set; then
5012 echo $ECHO_N "(cached) $ECHO_C" >&6
5014 cat >conftest.$ac_ext <<_ACEOF
5017 cat confdefs.h >>conftest.$ac_ext
5018 cat >>conftest.$ac_ext <<_ACEOF
5019 /* end confdefs.h. */
5020 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5021 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5022 #define shmat innocuous_shmat
5024 /* System header to define __stub macros and hopefully few prototypes,
5025 which can conflict with char shmat (); below.
5026 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5027 <limits.h> exists even on freestanding compilers. */
5030 # include <limits.h>
5032 # include <assert.h>
5037 /* Override any GCC internal prototype to avoid an error.
5038 Use char because int might match the return type of a GCC
5039 builtin and then its argument prototype would still apply. */
5044 /* The GNU C library defines this for functions which it implements
5045 to always fail with ENOSYS. Some functions are actually named
5046 something starting with __ and the normal name is an alias. */
5047 #if defined __stub_shmat || defined __stub___shmat
5059 rm -f conftest.$ac_objext conftest$ac_exeext
5060 if { (ac_try="$ac_link"
5062 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5063 *) ac_try_echo
=$ac_try;;
5065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5066 (eval "$ac_link") 2>conftest.er1
5068 grep -v '^ *+' conftest.er1
>conftest.err
5070 cat conftest.err
>&5
5071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5072 (exit $ac_status); } && {
5073 test -z "$ac_c_werror_flag" ||
5074 test ! -s conftest.err
5075 } && test -s conftest
$ac_exeext &&
5076 $as_test_x conftest
$ac_exeext; then
5077 ac_cv_func_shmat
=yes
5079 echo "$as_me: failed program was:" >&5
5080 sed 's/^/| /' conftest.
$ac_ext >&5
5085 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5086 conftest
$ac_exeext conftest.
$ac_ext
5088 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5089 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5091 if test $ac_cv_func_shmat = no
; then
5092 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5093 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5094 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5095 echo $ECHO_N "(cached) $ECHO_C" >&6
5097 ac_check_lib_save_LIBS
=$LIBS
5099 cat >conftest.
$ac_ext <<_ACEOF
5102 cat confdefs.h
>>conftest.
$ac_ext
5103 cat >>conftest.
$ac_ext <<_ACEOF
5104 /* end confdefs.h. */
5106 /* Override any GCC internal prototype to avoid an error.
5107 Use char because int might match the return type of a GCC
5108 builtin and then its argument prototype would still apply. */
5121 rm -f conftest.
$ac_objext conftest
$ac_exeext
5122 if { (ac_try
="$ac_link"
5124 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
5125 *) ac_try_echo=$ac_try;;
5127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5128 (eval "$ac_link") 2>conftest.er1
5130 grep -v '^ *+' conftest.er1 >conftest.err
5132 cat conftest.err >&5
5133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5134 (exit $ac_status); } && {
5135 test -z "$ac_c_werror_flag" ||
5136 test ! -s conftest.err
5137 } && test -s conftest$ac_exeext &&
5138 $as_test_x conftest$ac_exeext; then
5139 ac_cv_lib_ipc_shmat=yes
5141 echo "$as_me: failed program was:" >&5
5142 sed 's/^/| /' conftest.$ac_ext >&5
5144 ac_cv_lib_ipc_shmat=no
5147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5148 conftest$ac_exeext conftest.$ac_ext
5149 LIBS=$ac_check_lib_save_LIBS
5151 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5152 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5153 if test $ac_cv_lib_ipc_shmat = yes; then
5154 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5160 # Check for libraries that X11R6 Xt/Xaw programs need.
5161 ac_save_LDFLAGS=$LDFLAGS
5162 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5163 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5164 # check for ICE first), but we must link in the order -lSM -lICE or
5165 # we get undefined symbols. So assume we have SM if we have ICE.
5166 # These have to be linked with before -lX11, unlike the other
5167 # libraries we check for below, so use a different variable.
5168 # John Interrante, Karl Berry
5169 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5170 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5171 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5172 echo $ECHO_N "(cached) $ECHO_C" >&6
5174 ac_check_lib_save_LIBS=$LIBS
5175 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5176 cat >conftest.$ac_ext <<_ACEOF
5179 cat confdefs.h >>conftest.$ac_ext
5180 cat >>conftest.$ac_ext <<_ACEOF
5181 /* end confdefs.h. */
5183 /* Override any GCC internal prototype to avoid an error.
5184 Use char because int might match the return type of a GCC
5185 builtin and then its argument prototype would still apply. */
5189 char IceConnectionNumber ();
5193 return IceConnectionNumber ();
5198 rm -f conftest.$ac_objext conftest$ac_exeext
5199 if { (ac_try="$ac_link"
5201 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
5202 *) ac_try_echo
=$ac_try;;
5204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5205 (eval "$ac_link") 2>conftest.er1
5207 grep -v '^ *+' conftest.er1
>conftest.err
5209 cat conftest.err
>&5
5210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5211 (exit $ac_status); } && {
5212 test -z "$ac_c_werror_flag" ||
5213 test ! -s conftest.err
5214 } && test -s conftest
$ac_exeext &&
5215 $as_test_x conftest
$ac_exeext; then
5216 ac_cv_lib_ICE_IceConnectionNumber
=yes
5218 echo "$as_me: failed program was:" >&5
5219 sed 's/^/| /' conftest.
$ac_ext >&5
5221 ac_cv_lib_ICE_IceConnectionNumber
=no
5224 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
5225 conftest
$ac_exeext conftest.
$ac_ext
5226 LIBS
=$ac_check_lib_save_LIBS
5228 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5229 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5230 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5231 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
5234 LDFLAGS
=$ac_save_LDFLAGS
5241 # Extract the first word of "$ac_prog", so it can be a program name with args.
5242 set dummy
$ac_prog; ac_word
=$2
5243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5245 if test "${ac_cv_prog_FLEX+set}" = set; then
5246 echo $ECHO_N "(cached) $ECHO_C" >&6
5248 if test -n "$FLEX"; then
5249 ac_cv_prog_FLEX
="$FLEX" # Let the user override the test.
5251 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5255 test -z "$as_dir" && as_dir
=.
5256 for ac_exec_ext
in '' $ac_executable_extensions; do
5257 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5258 ac_cv_prog_FLEX
="$ac_prog"
5259 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5268 FLEX
=$ac_cv_prog_FLEX
5269 if test -n "$FLEX"; then
5270 { echo "$as_me:$LINENO: result: $FLEX" >&5
5271 echo "${ECHO_T}$FLEX" >&6; }
5273 { echo "$as_me:$LINENO: result: no" >&5
5274 echo "${ECHO_T}no" >&6; }
5278 test -n "$FLEX" && break
5280 test -n "$FLEX" || FLEX
="none"
5282 if test "$FLEX" = "none"
5284 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5285 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5286 { (exit 1); exit 1; }; }
5289 for ac_prog
in bison
5291 # Extract the first word of "$ac_prog", so it can be a program name with args.
5292 set dummy
$ac_prog; ac_word
=$2
5293 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5294 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5295 if test "${ac_cv_prog_BISON+set}" = set; then
5296 echo $ECHO_N "(cached) $ECHO_C" >&6
5298 if test -n "$BISON"; then
5299 ac_cv_prog_BISON
="$BISON" # Let the user override the test.
5301 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5305 test -z "$as_dir" && as_dir
=.
5306 for ac_exec_ext
in '' $ac_executable_extensions; do
5307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5308 ac_cv_prog_BISON
="$ac_prog"
5309 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5318 BISON
=$ac_cv_prog_BISON
5319 if test -n "$BISON"; then
5320 { echo "$as_me:$LINENO: result: $BISON" >&5
5321 echo "${ECHO_T}$BISON" >&6; }
5323 { echo "$as_me:$LINENO: result: no" >&5
5324 echo "${ECHO_T}no" >&6; }
5328 test -n "$BISON" && break
5330 test -n "$BISON" || BISON
="none"
5332 if test "$BISON" = "none"
5334 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5335 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5336 { (exit 1); exit 1; }; }
5339 if test -n "$ac_tool_prefix"; then
5340 for ac_prog
in gas as
5342 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5343 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5344 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5346 if test "${ac_cv_prog_AS+set}" = set; then
5347 echo $ECHO_N "(cached) $ECHO_C" >&6
5349 if test -n "$AS"; then
5350 ac_cv_prog_AS
="$AS" # Let the user override the test.
5352 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5356 test -z "$as_dir" && as_dir
=.
5357 for ac_exec_ext
in '' $ac_executable_extensions; do
5358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5359 ac_cv_prog_AS
="$ac_tool_prefix$ac_prog"
5360 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5370 if test -n "$AS"; then
5371 { echo "$as_me:$LINENO: result: $AS" >&5
5372 echo "${ECHO_T}$AS" >&6; }
5374 { echo "$as_me:$LINENO: result: no" >&5
5375 echo "${ECHO_T}no" >&6; }
5379 test -n "$AS" && break
5382 if test -z "$AS"; then
5384 for ac_prog
in gas as
5386 # Extract the first word of "$ac_prog", so it can be a program name with args.
5387 set dummy
$ac_prog; ac_word
=$2
5388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5390 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5391 echo $ECHO_N "(cached) $ECHO_C" >&6
5393 if test -n "$ac_ct_AS"; then
5394 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
5396 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5400 test -z "$as_dir" && as_dir
=.
5401 for ac_exec_ext
in '' $ac_executable_extensions; do
5402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5403 ac_cv_prog_ac_ct_AS
="$ac_prog"
5404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5413 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
5414 if test -n "$ac_ct_AS"; then
5415 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5416 echo "${ECHO_T}$ac_ct_AS" >&6; }
5418 { echo "$as_me:$LINENO: result: no" >&5
5419 echo "${ECHO_T}no" >&6; }
5423 test -n "$ac_ct_AS" && break
5426 if test "x$ac_ct_AS" = x
; then
5429 case $cross_compiling:$ac_tool_warned in
5431 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5432 whose name does not start with the host triplet. If you think this
5433 configuration is useful to you, please write to autoconf@gnu.org." >&5
5434 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5435 whose name does not start with the host triplet. If you think this
5436 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5437 ac_tool_warned
=yes ;;
5443 if test -n "$ac_tool_prefix"; then
5444 for ac_prog
in ld gld
5446 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5447 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5448 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5449 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5450 if test "${ac_cv_prog_LD+set}" = set; then
5451 echo $ECHO_N "(cached) $ECHO_C" >&6
5453 if test -n "$LD"; then
5454 ac_cv_prog_LD
="$LD" # Let the user override the test.
5456 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5460 test -z "$as_dir" && as_dir
=.
5461 for ac_exec_ext
in '' $ac_executable_extensions; do
5462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5463 ac_cv_prog_LD
="$ac_tool_prefix$ac_prog"
5464 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5474 if test -n "$LD"; then
5475 { echo "$as_me:$LINENO: result: $LD" >&5
5476 echo "${ECHO_T}$LD" >&6; }
5478 { echo "$as_me:$LINENO: result: no" >&5
5479 echo "${ECHO_T}no" >&6; }
5483 test -n "$LD" && break
5486 if test -z "$LD"; then
5488 for ac_prog
in ld gld
5490 # Extract the first word of "$ac_prog", so it can be a program name with args.
5491 set dummy
$ac_prog; ac_word
=$2
5492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5494 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5495 echo $ECHO_N "(cached) $ECHO_C" >&6
5497 if test -n "$ac_ct_LD"; then
5498 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
5500 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5504 test -z "$as_dir" && as_dir
=.
5505 for ac_exec_ext
in '' $ac_executable_extensions; do
5506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5507 ac_cv_prog_ac_ct_LD
="$ac_prog"
5508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5517 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
5518 if test -n "$ac_ct_LD"; then
5519 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5520 echo "${ECHO_T}$ac_ct_LD" >&6; }
5522 { echo "$as_me:$LINENO: result: no" >&5
5523 echo "${ECHO_T}no" >&6; }
5527 test -n "$ac_ct_LD" && break
5530 if test "x$ac_ct_LD" = x
; then
5533 case $cross_compiling:$ac_tool_warned in
5535 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5536 whose name does not start with the host triplet. If you think this
5537 configuration is useful to you, please write to autoconf@gnu.org." >&5
5538 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5539 whose name does not start with the host triplet. If you think this
5540 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5541 ac_tool_warned
=yes ;;
5547 if test -n "$ac_tool_prefix"; then
5548 for ac_prog
in nm gnm
5550 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5551 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5552 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5553 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5554 if test "${ac_cv_prog_NM+set}" = set; then
5555 echo $ECHO_N "(cached) $ECHO_C" >&6
5557 if test -n "$NM"; then
5558 ac_cv_prog_NM
="$NM" # Let the user override the test.
5560 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5564 test -z "$as_dir" && as_dir
=.
5565 for ac_exec_ext
in '' $ac_executable_extensions; do
5566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5567 ac_cv_prog_NM
="$ac_tool_prefix$ac_prog"
5568 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5578 if test -n "$NM"; then
5579 { echo "$as_me:$LINENO: result: $NM" >&5
5580 echo "${ECHO_T}$NM" >&6; }
5582 { echo "$as_me:$LINENO: result: no" >&5
5583 echo "${ECHO_T}no" >&6; }
5587 test -n "$NM" && break
5590 if test -z "$NM"; then
5592 for ac_prog
in nm gnm
5594 # Extract the first word of "$ac_prog", so it can be a program name with args.
5595 set dummy
$ac_prog; ac_word
=$2
5596 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5597 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5598 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5599 echo $ECHO_N "(cached) $ECHO_C" >&6
5601 if test -n "$ac_ct_NM"; then
5602 ac_cv_prog_ac_ct_NM
="$ac_ct_NM" # Let the user override the test.
5604 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5608 test -z "$as_dir" && as_dir
=.
5609 for ac_exec_ext
in '' $ac_executable_extensions; do
5610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5611 ac_cv_prog_ac_ct_NM
="$ac_prog"
5612 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5621 ac_ct_NM
=$ac_cv_prog_ac_ct_NM
5622 if test -n "$ac_ct_NM"; then
5623 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5624 echo "${ECHO_T}$ac_ct_NM" >&6; }
5626 { echo "$as_me:$LINENO: result: no" >&5
5627 echo "${ECHO_T}no" >&6; }
5631 test -n "$ac_ct_NM" && break
5634 if test "x$ac_ct_NM" = x
; then
5637 case $cross_compiling:$ac_tool_warned in
5639 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5640 whose name does not start with the host triplet. If you think this
5641 configuration is useful to you, please write to autoconf@gnu.org." >&5
5642 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5643 whose name does not start with the host triplet. If you think this
5644 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5645 ac_tool_warned
=yes ;;
5651 if test -n "$ac_tool_prefix"; then
5652 for ac_prog
in ar gar
5654 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5655 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5656 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5657 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5658 if test "${ac_cv_prog_AR+set}" = set; then
5659 echo $ECHO_N "(cached) $ECHO_C" >&6
5661 if test -n "$AR"; then
5662 ac_cv_prog_AR
="$AR" # Let the user override the test.
5664 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5668 test -z "$as_dir" && as_dir
=.
5669 for ac_exec_ext
in '' $ac_executable_extensions; do
5670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5671 ac_cv_prog_AR
="$ac_tool_prefix$ac_prog"
5672 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5682 if test -n "$AR"; then
5683 { echo "$as_me:$LINENO: result: $AR" >&5
5684 echo "${ECHO_T}$AR" >&6; }
5686 { echo "$as_me:$LINENO: result: no" >&5
5687 echo "${ECHO_T}no" >&6; }
5691 test -n "$AR" && break
5694 if test -z "$AR"; then
5696 for ac_prog
in ar gar
5698 # Extract the first word of "$ac_prog", so it can be a program name with args.
5699 set dummy
$ac_prog; ac_word
=$2
5700 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5702 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5703 echo $ECHO_N "(cached) $ECHO_C" >&6
5705 if test -n "$ac_ct_AR"; then
5706 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
5708 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5712 test -z "$as_dir" && as_dir
=.
5713 for ac_exec_ext
in '' $ac_executable_extensions; do
5714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5715 ac_cv_prog_ac_ct_AR
="$ac_prog"
5716 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5725 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
5726 if test -n "$ac_ct_AR"; then
5727 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5728 echo "${ECHO_T}$ac_ct_AR" >&6; }
5730 { echo "$as_me:$LINENO: result: no" >&5
5731 echo "${ECHO_T}no" >&6; }
5735 test -n "$ac_ct_AR" && break
5738 if test "x$ac_ct_AR" = x
; then
5741 case $cross_compiling:$ac_tool_warned in
5743 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5744 whose name does not start with the host triplet. If you think this
5745 configuration is useful to you, please write to autoconf@gnu.org." >&5
5746 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5747 whose name does not start with the host triplet. If you think this
5748 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5749 ac_tool_warned
=yes ;;
5757 if test -n "$ac_tool_prefix"; then
5758 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5759 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5760 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5761 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5762 if test "${ac_cv_prog_RANLIB+set}" = set; then
5763 echo $ECHO_N "(cached) $ECHO_C" >&6
5765 if test -n "$RANLIB"; then
5766 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5768 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5772 test -z "$as_dir" && as_dir
=.
5773 for ac_exec_ext
in '' $ac_executable_extensions; do
5774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5775 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5776 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5785 RANLIB
=$ac_cv_prog_RANLIB
5786 if test -n "$RANLIB"; then
5787 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5788 echo "${ECHO_T}$RANLIB" >&6; }
5790 { echo "$as_me:$LINENO: result: no" >&5
5791 echo "${ECHO_T}no" >&6; }
5796 if test -z "$ac_cv_prog_RANLIB"; then
5797 ac_ct_RANLIB
=$RANLIB
5798 # Extract the first word of "ranlib", so it can be a program name with args.
5799 set dummy ranlib
; ac_word
=$2
5800 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5802 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5803 echo $ECHO_N "(cached) $ECHO_C" >&6
5805 if test -n "$ac_ct_RANLIB"; then
5806 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5808 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5812 test -z "$as_dir" && as_dir
=.
5813 for ac_exec_ext
in '' $ac_executable_extensions; do
5814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5816 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5825 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5826 if test -n "$ac_ct_RANLIB"; then
5827 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5828 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5830 { echo "$as_me:$LINENO: result: no" >&5
5831 echo "${ECHO_T}no" >&6; }
5834 if test "x$ac_ct_RANLIB" = x
; then
5837 case $cross_compiling:$ac_tool_warned in
5839 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5840 whose name does not start with the host triplet. If you think this
5841 configuration is useful to you, please write to autoconf@gnu.org." >&5
5842 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5843 whose name does not start with the host triplet. If you think this
5844 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5845 ac_tool_warned
=yes ;;
5847 RANLIB
=$ac_ct_RANLIB
5850 RANLIB
="$ac_cv_prog_RANLIB"
5853 if test -n "$ac_tool_prefix"; then
5854 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5855 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5856 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5857 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5858 if test "${ac_cv_prog_STRIP+set}" = set; then
5859 echo $ECHO_N "(cached) $ECHO_C" >&6
5861 if test -n "$STRIP"; then
5862 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5864 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5868 test -z "$as_dir" && as_dir
=.
5869 for ac_exec_ext
in '' $ac_executable_extensions; do
5870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5871 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5872 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5881 STRIP
=$ac_cv_prog_STRIP
5882 if test -n "$STRIP"; then
5883 { echo "$as_me:$LINENO: result: $STRIP" >&5
5884 echo "${ECHO_T}$STRIP" >&6; }
5886 { echo "$as_me:$LINENO: result: no" >&5
5887 echo "${ECHO_T}no" >&6; }
5892 if test -z "$ac_cv_prog_STRIP"; then
5894 # Extract the first word of "strip", so it can be a program name with args.
5895 set dummy strip
; ac_word
=$2
5896 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5898 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5899 echo $ECHO_N "(cached) $ECHO_C" >&6
5901 if test -n "$ac_ct_STRIP"; then
5902 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5904 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5908 test -z "$as_dir" && as_dir
=.
5909 for ac_exec_ext
in '' $ac_executable_extensions; do
5910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5911 ac_cv_prog_ac_ct_STRIP
="strip"
5912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5921 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5922 if test -n "$ac_ct_STRIP"; then
5923 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5924 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5926 { echo "$as_me:$LINENO: result: no" >&5
5927 echo "${ECHO_T}no" >&6; }
5930 if test "x$ac_ct_STRIP" = x
; then
5933 case $cross_compiling:$ac_tool_warned in
5935 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5936 whose name does not start with the host triplet. If you think this
5937 configuration is useful to you, please write to autoconf@gnu.org." >&5
5938 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5939 whose name does not start with the host triplet. If you think this
5940 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5941 ac_tool_warned
=yes ;;
5946 STRIP
="$ac_cv_prog_STRIP"
5949 if test -n "$ac_tool_prefix"; then
5950 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5951 set dummy
${ac_tool_prefix}windres
; ac_word
=$2
5952 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5953 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5954 if test "${ac_cv_prog_WINDRES+set}" = set; then
5955 echo $ECHO_N "(cached) $ECHO_C" >&6
5957 if test -n "$WINDRES"; then
5958 ac_cv_prog_WINDRES
="$WINDRES" # Let the user override the test.
5960 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5964 test -z "$as_dir" && as_dir
=.
5965 for ac_exec_ext
in '' $ac_executable_extensions; do
5966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5967 ac_cv_prog_WINDRES
="${ac_tool_prefix}windres"
5968 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5977 WINDRES
=$ac_cv_prog_WINDRES
5978 if test -n "$WINDRES"; then
5979 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5980 echo "${ECHO_T}$WINDRES" >&6; }
5982 { echo "$as_me:$LINENO: result: no" >&5
5983 echo "${ECHO_T}no" >&6; }
5988 if test -z "$ac_cv_prog_WINDRES"; then
5989 ac_ct_WINDRES
=$WINDRES
5990 # Extract the first word of "windres", so it can be a program name with args.
5991 set dummy windres
; ac_word
=$2
5992 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5993 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5994 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5995 echo $ECHO_N "(cached) $ECHO_C" >&6
5997 if test -n "$ac_ct_WINDRES"; then
5998 ac_cv_prog_ac_ct_WINDRES
="$ac_ct_WINDRES" # Let the user override the test.
6000 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6004 test -z "$as_dir" && as_dir
=.
6005 for ac_exec_ext
in '' $ac_executable_extensions; do
6006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6007 ac_cv_prog_ac_ct_WINDRES
="windres"
6008 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6017 ac_ct_WINDRES
=$ac_cv_prog_ac_ct_WINDRES
6018 if test -n "$ac_ct_WINDRES"; then
6019 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6020 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6022 { echo "$as_me:$LINENO: result: no" >&5
6023 echo "${ECHO_T}no" >&6; }
6026 if test "x$ac_ct_WINDRES" = x
; then
6029 case $cross_compiling:$ac_tool_warned in
6031 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6032 whose name does not start with the host triplet. If you think this
6033 configuration is useful to you, please write to autoconf@gnu.org." >&5
6034 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6035 whose name does not start with the host triplet. If you think this
6036 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6037 ac_tool_warned
=yes ;;
6039 WINDRES
=$ac_ct_WINDRES
6042 WINDRES
="$ac_cv_prog_WINDRES"
6045 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6046 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6048 if test "$LN_S" = "ln -s"; then
6049 { echo "$as_me:$LINENO: result: yes" >&5
6050 echo "${ECHO_T}yes" >&6; }
6052 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6053 echo "${ECHO_T}no, using $LN_S" >&6; }
6056 { echo "$as_me:$LINENO: checking whether ln works" >&5
6057 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6058 rm -f conf$$ conf$$.
file
6060 if ln conf$$.
file conf$$
2>/dev
/null
; then
6063 { echo "$as_me:$LINENO: result: yes" >&5
6064 echo "${ECHO_T}yes" >&6; }
6068 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6069 echo "${ECHO_T}no, using $LN" >&6; }
6071 rm -f conf$$ conf$$.
file
6072 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6073 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6074 if test "${ac_cv_path_GREP+set}" = set; then
6075 echo $ECHO_N "(cached) $ECHO_C" >&6
6077 # Extract the first word of "grep ggrep" to use in msg output
6078 if test -z "$GREP"; then
6079 set dummy
grep ggrep
; ac_prog_name
=$2
6080 if test "${ac_cv_path_GREP+set}" = set; then
6081 echo $ECHO_N "(cached) $ECHO_C" >&6
6083 ac_path_GREP_found
=false
6084 # Loop through the user's path and test for each of PROGNAME-LIST
6085 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6086 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6089 test -z "$as_dir" && as_dir
=.
6090 for ac_prog
in grep ggrep
; do
6091 for ac_exec_ext
in '' $ac_executable_extensions; do
6092 ac_path_GREP
="$as_dir/$ac_prog$ac_exec_ext"
6093 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } ||
continue
6094 # Check for GNU ac_path_GREP and select it if it is found.
6095 # Check for GNU $ac_path_GREP
6096 case `"$ac_path_GREP" --version 2>&1` in
6098 ac_cv_path_GREP
="$ac_path_GREP" ac_path_GREP_found
=:;;
6101 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6104 cat "conftest.in" "conftest.in" >"conftest.tmp"
6105 mv "conftest.tmp" "conftest.in"
6106 cp "conftest.in" "conftest.nl"
6107 echo 'GREP' >> "conftest.nl"
6108 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6109 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6110 ac_count
=`expr $ac_count + 1`
6111 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6112 # Best one so far, save it but keep looking for a better one
6113 ac_cv_path_GREP
="$ac_path_GREP"
6114 ac_path_GREP_max
=$ac_count
6116 # 10*(2^10) chars as input seems more than enough
6117 test $ac_count -gt 10 && break
6119 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6123 $ac_path_GREP_found && break 3
6133 GREP
="$ac_cv_path_GREP"
6134 if test -z "$GREP"; then
6135 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6136 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6137 { (exit 1); exit 1; }; }
6141 ac_cv_path_GREP
=$GREP
6146 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6147 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6148 GREP
="$ac_cv_path_GREP"
6151 { echo "$as_me:$LINENO: checking for egrep" >&5
6152 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6153 if test "${ac_cv_path_EGREP+set}" = set; then
6154 echo $ECHO_N "(cached) $ECHO_C" >&6
6156 if echo a |
$GREP -E '(a|b)' >/dev
/null
2>&1
6157 then ac_cv_path_EGREP
="$GREP -E"
6159 # Extract the first word of "egrep" to use in msg output
6160 if test -z "$EGREP"; then
6161 set dummy
egrep; ac_prog_name
=$2
6162 if test "${ac_cv_path_EGREP+set}" = set; then
6163 echo $ECHO_N "(cached) $ECHO_C" >&6
6165 ac_path_EGREP_found
=false
6166 # Loop through the user's path and test for each of PROGNAME-LIST
6167 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6168 for as_dir
in $PATH$PATH_SEPARATOR/usr
/xpg
4/bin
6171 test -z "$as_dir" && as_dir
=.
6172 for ac_prog
in egrep; do
6173 for ac_exec_ext
in '' $ac_executable_extensions; do
6174 ac_path_EGREP
="$as_dir/$ac_prog$ac_exec_ext"
6175 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } ||
continue
6176 # Check for GNU ac_path_EGREP and select it if it is found.
6177 # Check for GNU $ac_path_EGREP
6178 case `"$ac_path_EGREP" --version 2>&1` in
6180 ac_cv_path_EGREP
="$ac_path_EGREP" ac_path_EGREP_found
=:;;
6183 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6186 cat "conftest.in" "conftest.in" >"conftest.tmp"
6187 mv "conftest.tmp" "conftest.in"
6188 cp "conftest.in" "conftest.nl"
6189 echo 'EGREP' >> "conftest.nl"
6190 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev
/null ||
break
6191 diff "conftest.out" "conftest.nl" >/dev
/null
2>&1 ||
break
6192 ac_count
=`expr $ac_count + 1`
6193 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6194 # Best one so far, save it but keep looking for a better one
6195 ac_cv_path_EGREP
="$ac_path_EGREP"
6196 ac_path_EGREP_max
=$ac_count
6198 # 10*(2^10) chars as input seems more than enough
6199 test $ac_count -gt 10 && break
6201 rm -f conftest.
in conftest.tmp conftest.
nl conftest.out
;;
6205 $ac_path_EGREP_found && break 3
6215 EGREP
="$ac_cv_path_EGREP"
6216 if test -z "$EGREP"; then
6217 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6218 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6219 { (exit 1); exit 1; }; }
6223 ac_cv_path_EGREP
=$EGREP
6229 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6230 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6231 EGREP
="$ac_cv_path_EGREP"
6234 # Extract the first word of "ldconfig", so it can be a program name with args.
6235 set dummy ldconfig
; ac_word
=$2
6236 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6237 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6238 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6239 echo $ECHO_N "(cached) $ECHO_C" >&6
6243 ac_cv_path_LDCONFIG
="$LDCONFIG" # Let the user override the test with a path.
6246 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6247 for as_dir
in /sbin
/usr
/sbin
$PATH
6250 test -z "$as_dir" && as_dir
=.
6251 for ac_exec_ext
in '' $ac_executable_extensions; do
6252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6253 ac_cv_path_LDCONFIG
="$as_dir/$ac_word$ac_exec_ext"
6254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6261 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG
="true"
6265 LDCONFIG
=$ac_cv_path_LDCONFIG
6266 if test -n "$LDCONFIG"; then
6267 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6268 echo "${ECHO_T}$LDCONFIG" >&6; }
6270 { echo "$as_me:$LINENO: result: no" >&5
6271 echo "${ECHO_T}no" >&6; }
6275 # Find a good install program. We prefer a C program (faster),
6276 # so one script is as good as another. But avoid the broken or
6277 # incompatible versions:
6278 # SysV /etc/install, /usr/sbin/install
6279 # SunOS /usr/etc/install
6280 # IRIX /sbin/install
6282 # AmigaOS /C/install, which installs bootblocks on floppy discs
6283 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6284 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6285 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6286 # OS/2's system install, which has a completely different semantic
6287 # ./install, which can be erroneously created by make from ./install.sh.
6288 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6289 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6290 if test -z "$INSTALL"; then
6291 if test "${ac_cv_path_install+set}" = set; then
6292 echo $ECHO_N "(cached) $ECHO_C" >&6
6294 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6298 test -z "$as_dir" && as_dir
=.
6299 # Account for people who put trailing slashes in PATH elements.
6301 .
/ | .
// |
/cC
/* | \
6302 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
6303 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
6306 # OSF1 and SCO ODT 3.0 have their own names for install.
6307 # Don't use installbsd from OSF since it installs stuff as root
6309 for ac_prog
in ginstall scoinst
install; do
6310 for ac_exec_ext
in '' $ac_executable_extensions; do
6311 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6312 if test $ac_prog = install &&
6313 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6314 # AIX install. It has an incompatible calling convention.
6316 elif test $ac_prog = install &&
6317 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
6318 # program-specific install script used by HP pwplus--don't use.
6321 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
6334 if test "${ac_cv_path_install+set}" = set; then
6335 INSTALL
=$ac_cv_path_install
6337 # As a last resort, use the slow shell script. Don't cache a
6338 # value for INSTALL within a source directory, because that will
6339 # break other packages using the cache if that directory is
6340 # removed, or if the value is a relative name.
6341 INSTALL
=$ac_install_sh
6344 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6345 echo "${ECHO_T}$INSTALL" >&6; }
6347 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6348 # It thinks the first close brace ends the variable substitution.
6349 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
6351 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
6353 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
6356 [\\/$
]* | ?
:[\\/]* ) ;;
6357 *) INSTALL
="\\\$(TOPSRCDIR)/$INSTALL" ;;
6360 for ac_prog
in lclint lint
6362 # Extract the first word of "$ac_prog", so it can be a program name with args.
6363 set dummy
$ac_prog; ac_word
=$2
6364 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6365 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6366 if test "${ac_cv_prog_LINT+set}" = set; then
6367 echo $ECHO_N "(cached) $ECHO_C" >&6
6369 if test -n "$LINT"; then
6370 ac_cv_prog_LINT
="$LINT" # Let the user override the test.
6372 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6376 test -z "$as_dir" && as_dir
=.
6377 for ac_exec_ext
in '' $ac_executable_extensions; do
6378 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6379 ac_cv_prog_LINT
="$ac_prog"
6380 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6389 LINT
=$ac_cv_prog_LINT
6390 if test -n "$LINT"; then
6391 { echo "$as_me:$LINENO: result: $LINT" >&5
6392 echo "${ECHO_T}$LINT" >&6; }
6394 { echo "$as_me:$LINENO: result: no" >&5
6395 echo "${ECHO_T}no" >&6; }
6399 test -n "$LINT" && break
6402 if test "$LINT" = "lint"
6404 LINTFLAGS
="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6409 for ac_prog
in fontforge
6411 # Extract the first word of "$ac_prog", so it can be a program name with args.
6412 set dummy
$ac_prog; ac_word
=$2
6413 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6415 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6416 echo $ECHO_N "(cached) $ECHO_C" >&6
6418 if test -n "$FONTFORGE"; then
6419 ac_cv_prog_FONTFORGE
="$FONTFORGE" # Let the user override the test.
6421 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6425 test -z "$as_dir" && as_dir
=.
6426 for ac_exec_ext
in '' $ac_executable_extensions; do
6427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6428 ac_cv_prog_FONTFORGE
="$ac_prog"
6429 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6438 FONTFORGE
=$ac_cv_prog_FONTFORGE
6439 if test -n "$FONTFORGE"; then
6440 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6441 echo "${ECHO_T}$FONTFORGE" >&6; }
6443 { echo "$as_me:$LINENO: result: no" >&5
6444 echo "${ECHO_T}no" >&6; }
6448 test -n "$FONTFORGE" && break
6450 test -n "$FONTFORGE" || FONTFORGE
="false"
6452 for ac_prog
in pkg-config
6454 # Extract the first word of "$ac_prog", so it can be a program name with args.
6455 set dummy
$ac_prog; ac_word
=$2
6456 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6457 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6458 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6459 echo $ECHO_N "(cached) $ECHO_C" >&6
6461 if test -n "$PKG_CONFIG"; then
6462 ac_cv_prog_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test.
6464 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6468 test -z "$as_dir" && as_dir
=.
6469 for ac_exec_ext
in '' $ac_executable_extensions; do
6470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6471 ac_cv_prog_PKG_CONFIG
="$ac_prog"
6472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6481 PKG_CONFIG
=$ac_cv_prog_PKG_CONFIG
6482 if test -n "$PKG_CONFIG"; then
6483 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6484 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6486 { echo "$as_me:$LINENO: result: no" >&5
6487 echo "${ECHO_T}no" >&6; }
6491 test -n "$PKG_CONFIG" && break
6493 test -n "$PKG_CONFIG" || PKG_CONFIG
="false"
6497 # Extract the first word of "$ac_prog", so it can be a program name with args.
6498 set dummy
$ac_prog; ac_word
=$2
6499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6501 if test "${ac_cv_prog_RSVG+set}" = set; then
6502 echo $ECHO_N "(cached) $ECHO_C" >&6
6504 if test -n "$RSVG"; then
6505 ac_cv_prog_RSVG
="$RSVG" # Let the user override the test.
6507 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6511 test -z "$as_dir" && as_dir
=.
6512 for ac_exec_ext
in '' $ac_executable_extensions; do
6513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6514 ac_cv_prog_RSVG
="$ac_prog"
6515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6524 RSVG
=$ac_cv_prog_RSVG
6525 if test -n "$RSVG"; then
6526 { echo "$as_me:$LINENO: result: $RSVG" >&5
6527 echo "${ECHO_T}$RSVG" >&6; }
6529 { echo "$as_me:$LINENO: result: no" >&5
6530 echo "${ECHO_T}no" >&6; }
6534 test -n "$RSVG" && break
6536 test -n "$RSVG" || RSVG
="false"
6538 for ac_prog
in icotool
6540 # Extract the first word of "$ac_prog", so it can be a program name with args.
6541 set dummy
$ac_prog; ac_word
=$2
6542 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6544 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6545 echo $ECHO_N "(cached) $ECHO_C" >&6
6547 if test -n "$ICOTOOL"; then
6548 ac_cv_prog_ICOTOOL
="$ICOTOOL" # Let the user override the test.
6550 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6554 test -z "$as_dir" && as_dir
=.
6555 for ac_exec_ext
in '' $ac_executable_extensions; do
6556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6557 ac_cv_prog_ICOTOOL
="$ac_prog"
6558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6567 ICOTOOL
=$ac_cv_prog_ICOTOOL
6568 if test -n "$ICOTOOL"; then
6569 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6570 echo "${ECHO_T}$ICOTOOL" >&6; }
6572 { echo "$as_me:$LINENO: result: no" >&5
6573 echo "${ECHO_T}no" >&6; }
6577 test -n "$ICOTOOL" && break
6579 test -n "$ICOTOOL" || ICOTOOL
="false"
6582 if test "${enable_maintainer_mode+set}" = set
6584 if test "$FONTFORGE" = "false"; then wine_warnings
="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6585 if test "$RSVG" = "false"; then wine_warnings
="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6586 if test "$ICOTOOL" = "false"; then wine_warnings
="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6591 # Extract the first word of "prelink", so it can be a program name with args.
6592 set dummy prelink
; ac_word
=$2
6593 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6594 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6595 if test "${ac_cv_path_PRELINK+set}" = set; then
6596 echo $ECHO_N "(cached) $ECHO_C" >&6
6600 ac_cv_path_PRELINK
="$PRELINK" # Let the user override the test with a path.
6603 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6604 for as_dir
in /sbin
/usr
/sbin
$PATH
6607 test -z "$as_dir" && as_dir
=.
6608 for ac_exec_ext
in '' $ac_executable_extensions; do
6609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6610 ac_cv_path_PRELINK
="$as_dir/$ac_word$ac_exec_ext"
6611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6618 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK
="false"
6622 PRELINK
=$ac_cv_path_PRELINK
6623 if test -n "$PRELINK"; then
6624 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6625 echo "${ECHO_T}$PRELINK" >&6; }
6627 { echo "$as_me:$LINENO: result: no" >&5
6628 echo "${ECHO_T}no" >&6; }
6637 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6638 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6639 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6640 echo $ECHO_N "(cached) $ECHO_C" >&6
6642 ac_check_lib_save_LIBS
=$LIBS
6644 cat >conftest.
$ac_ext <<_ACEOF
6647 cat confdefs.h
>>conftest.
$ac_ext
6648 cat >>conftest.
$ac_ext <<_ACEOF
6649 /* end confdefs.h. */
6651 /* Override any GCC internal prototype to avoid an error.
6652 Use char because int might match the return type of a GCC
6653 builtin and then its argument prototype would still apply. */
6657 char i386_set_ldt ();
6661 return i386_set_ldt ();
6666 rm -f conftest.
$ac_objext conftest
$ac_exeext
6667 if { (ac_try
="$ac_link"
6669 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6670 *) ac_try_echo=$ac_try;;
6672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6673 (eval "$ac_link") 2>conftest.er1
6675 grep -v '^ *+' conftest.er1 >conftest.err
6677 cat conftest.err >&5
6678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6679 (exit $ac_status); } && {
6680 test -z "$ac_c_werror_flag" ||
6681 test ! -s conftest.err
6682 } && test -s conftest$ac_exeext &&
6683 $as_test_x conftest$ac_exeext; then
6684 ac_cv_lib_i386_i386_set_ldt=yes
6686 echo "$as_me: failed program was:" >&5
6687 sed 's/^/| /' conftest.$ac_ext >&5
6689 ac_cv_lib_i386_i386_set_ldt=no
6692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6693 conftest$ac_exeext conftest.$ac_ext
6694 LIBS=$ac_check_lib_save_LIBS
6696 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6697 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6698 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6699 cat >>confdefs.h <<_ACEOF
6700 #define HAVE_LIBI386 1
6708 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6709 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6710 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6711 echo $ECHO_N "(cached) $ECHO_C" >&6
6713 ac_check_lib_save_LIBS=$LIBS
6714 LIBS="-lossaudio $LIBS"
6715 cat >conftest.$ac_ext <<_ACEOF
6718 cat confdefs.h >>conftest.$ac_ext
6719 cat >>conftest.$ac_ext <<_ACEOF
6720 /* end confdefs.h. */
6722 /* Override any GCC internal prototype to avoid an error.
6723 Use char because int might match the return type of a GCC
6724 builtin and then its argument prototype would still apply. */
6732 return _oss_ioctl ();
6737 rm -f conftest.$ac_objext conftest$ac_exeext
6738 if { (ac_try="$ac_link"
6740 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6741 *) ac_try_echo
=$ac_try;;
6743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6744 (eval "$ac_link") 2>conftest.er1
6746 grep -v '^ *+' conftest.er1
>conftest.err
6748 cat conftest.err
>&5
6749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6750 (exit $ac_status); } && {
6751 test -z "$ac_c_werror_flag" ||
6752 test ! -s conftest.err
6753 } && test -s conftest
$ac_exeext &&
6754 $as_test_x conftest
$ac_exeext; then
6755 ac_cv_lib_ossaudio__oss_ioctl
=yes
6757 echo "$as_me: failed program was:" >&5
6758 sed 's/^/| /' conftest.
$ac_ext >&5
6760 ac_cv_lib_ossaudio__oss_ioctl
=no
6763 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
6764 conftest
$ac_exeext conftest.
$ac_ext
6765 LIBS
=$ac_check_lib_save_LIBS
6767 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6768 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6769 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6770 cat >>confdefs.h
<<_ACEOF
6771 #define HAVE_LIBOSSAUDIO 1
6774 LIBS
="-lossaudio $LIBS"
6778 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6779 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6780 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6781 echo $ECHO_N "(cached) $ECHO_C" >&6
6783 ac_check_lib_save_LIBS
=$LIBS
6784 LIBS
="-lpthread $LIBS"
6785 cat >conftest.
$ac_ext <<_ACEOF
6788 cat confdefs.h
>>conftest.
$ac_ext
6789 cat >>conftest.
$ac_ext <<_ACEOF
6790 /* end confdefs.h. */
6792 /* Override any GCC internal prototype to avoid an error.
6793 Use char because int might match the return type of a GCC
6794 builtin and then its argument prototype would still apply. */
6798 char pthread_create ();
6802 return pthread_create ();
6807 rm -f conftest.
$ac_objext conftest
$ac_exeext
6808 if { (ac_try
="$ac_link"
6810 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6811 *) ac_try_echo=$ac_try;;
6813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6814 (eval "$ac_link") 2>conftest.er1
6816 grep -v '^ *+' conftest.er1 >conftest.err
6818 cat conftest.err >&5
6819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6820 (exit $ac_status); } && {
6821 test -z "$ac_c_werror_flag" ||
6822 test ! -s conftest.err
6823 } && test -s conftest$ac_exeext &&
6824 $as_test_x conftest$ac_exeext; then
6825 ac_cv_lib_pthread_pthread_create=yes
6827 echo "$as_me: failed program was:" >&5
6828 sed 's/^/| /' conftest.$ac_ext >&5
6830 ac_cv_lib_pthread_pthread_create=no
6833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6834 conftest$ac_exeext conftest.$ac_ext
6835 LIBS=$ac_check_lib_save_LIBS
6837 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6838 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6839 if test $ac_cv_lib_pthread_pthread_create = yes; then
6840 LIBPTHREAD="-lpthread"
6859 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6860 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6861 if test "${ac_cv_header_stdc+set}" = set; then
6862 echo $ECHO_N "(cached) $ECHO_C" >&6
6864 cat >conftest.$ac_ext <<_ACEOF
6867 cat confdefs.h >>conftest.$ac_ext
6868 cat >>conftest.$ac_ext <<_ACEOF
6869 /* end confdefs.h. */
6883 rm -f conftest.$ac_objext
6884 if { (ac_try="$ac_compile"
6886 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
6887 *) ac_try_echo
=$ac_try;;
6889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6890 (eval "$ac_compile") 2>conftest.er1
6892 grep -v '^ *+' conftest.er1
>conftest.err
6894 cat conftest.err
>&5
6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896 (exit $ac_status); } && {
6897 test -z "$ac_c_werror_flag" ||
6898 test ! -s conftest.err
6899 } && test -s conftest.
$ac_objext; then
6900 ac_cv_header_stdc
=yes
6902 echo "$as_me: failed program was:" >&5
6903 sed 's/^/| /' conftest.
$ac_ext >&5
6905 ac_cv_header_stdc
=no
6908 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
6910 if test $ac_cv_header_stdc = yes; then
6911 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6912 cat >conftest.
$ac_ext <<_ACEOF
6915 cat confdefs.h
>>conftest.
$ac_ext
6916 cat >>conftest.
$ac_ext <<_ACEOF
6917 /* end confdefs.h. */
6921 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6922 $EGREP "memchr" >/dev
/null
2>&1; then
6925 ac_cv_header_stdc
=no
6931 if test $ac_cv_header_stdc = yes; then
6932 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6933 cat >conftest.
$ac_ext <<_ACEOF
6936 cat confdefs.h
>>conftest.
$ac_ext
6937 cat >>conftest.
$ac_ext <<_ACEOF
6938 /* end confdefs.h. */
6942 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6943 $EGREP "free" >/dev
/null
2>&1; then
6946 ac_cv_header_stdc
=no
6952 if test $ac_cv_header_stdc = yes; then
6953 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6954 if test "$cross_compiling" = yes; then
6957 cat >conftest.
$ac_ext <<_ACEOF
6960 cat confdefs.h
>>conftest.
$ac_ext
6961 cat >>conftest.
$ac_ext <<_ACEOF
6962 /* end confdefs.h. */
6965 #if ((' ' & 0x0FF) == 0x020)
6966 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6967 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6969 # define ISLOWER(c) \
6970 (('a' <= (c) && (c) <= 'i') \
6971 || ('j' <= (c) && (c) <= 'r') \
6972 || ('s' <= (c) && (c) <= 'z'))
6973 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6976 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6981 for (i = 0; i < 256; i++)
6982 if (XOR (islower (i), ISLOWER (i))
6983 || toupper (i) != TOUPPER (i))
6988 rm -f conftest
$ac_exeext
6989 if { (ac_try
="$ac_link"
6991 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
6992 *) ac_try_echo=$ac_try;;
6994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6995 (eval "$ac_link") 2>&5
6997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6998 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6999 { (case "(($ac_try" in
7000 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7001 *) ac_try_echo
=$ac_try;;
7003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7004 (eval "$ac_try") 2>&5
7006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7007 (exit $ac_status); }; }; then
7010 echo "$as_me: program exited with status $ac_status" >&5
7011 echo "$as_me: failed program was:" >&5
7012 sed 's/^/| /' conftest.
$ac_ext >&5
7015 ac_cv_header_stdc
=no
7017 rm -f core
*.core core.conftest.
* gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7023 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7024 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7025 if test $ac_cv_header_stdc = yes; then
7027 cat >>confdefs.h
<<\_ACEOF
7028 #define STDC_HEADERS 1
7033 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7043 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7044 inttypes.h stdint.h unistd.h
7046 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7047 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7048 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7049 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7050 echo $ECHO_N "(cached) $ECHO_C" >&6
7052 cat >conftest.
$ac_ext <<_ACEOF
7055 cat confdefs.h
>>conftest.
$ac_ext
7056 cat >>conftest.
$ac_ext <<_ACEOF
7057 /* end confdefs.h. */
7058 $ac_includes_default
7060 #include <$ac_header>
7062 rm -f conftest.
$ac_objext
7063 if { (ac_try
="$ac_compile"
7065 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7066 *) ac_try_echo=$ac_try;;
7068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7069 (eval "$ac_compile") 2>conftest.er1
7071 grep -v '^ *+' conftest.er1 >conftest.err
7073 cat conftest.err >&5
7074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7075 (exit $ac_status); } && {
7076 test -z "$ac_c_werror_flag" ||
7077 test ! -s conftest.err
7078 } && test -s conftest.$ac_objext; then
7079 eval "$as_ac_Header=yes"
7081 echo "$as_me: failed program was:" >&5
7082 sed 's/^/| /' conftest.$ac_ext >&5
7084 eval "$as_ac_Header=no"
7087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7089 ac_res=`eval echo '${'$as_ac_Header'}'`
7090 { echo "$as_me:$LINENO: result: $ac_res" >&5
7091 echo "${ECHO_T}$ac_res" >&6; }
7092 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7093 cat >>confdefs.h <<_ACEOF
7094 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7214 AudioUnit/AudioUnit.h \
7216 CoreAudio/CoreAudio.h \
7217 DiskArbitration/DiskArbitration.h \
7231 fontconfig/fontconfig.h \
7257 machine/soundcard.h \
7262 netinet/in_systm.h \
7327 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7328 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7329 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7330 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7331 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7332 echo $ECHO_N "(cached) $ECHO_C" >&6
7334 ac_res=`eval echo '${'$as_ac_Header'}'`
7335 { echo "$as_me:$LINENO: result: $ac_res" >&5
7336 echo "${ECHO_T}$ac_res" >&6; }
7338 # Is the header compilable?
7339 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7340 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7341 cat >conftest.$ac_ext <<_ACEOF
7344 cat confdefs.h >>conftest.$ac_ext
7345 cat >>conftest.$ac_ext <<_ACEOF
7346 /* end confdefs.h. */
7347 $ac_includes_default
7348 #include <$ac_header>
7350 rm -f conftest.$ac_objext
7351 if { (ac_try="$ac_compile"
7353 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7354 *) ac_try_echo
=$ac_try;;
7356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7357 (eval "$ac_compile") 2>conftest.er1
7359 grep -v '^ *+' conftest.er1
>conftest.err
7361 cat conftest.err
>&5
7362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7363 (exit $ac_status); } && {
7364 test -z "$ac_c_werror_flag" ||
7365 test ! -s conftest.err
7366 } && test -s conftest.
$ac_objext; then
7367 ac_header_compiler
=yes
7369 echo "$as_me: failed program was:" >&5
7370 sed 's/^/| /' conftest.
$ac_ext >&5
7372 ac_header_compiler
=no
7375 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7376 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7377 echo "${ECHO_T}$ac_header_compiler" >&6; }
7379 # Is the header present?
7380 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7381 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7382 cat >conftest.
$ac_ext <<_ACEOF
7385 cat confdefs.h
>>conftest.
$ac_ext
7386 cat >>conftest.
$ac_ext <<_ACEOF
7387 /* end confdefs.h. */
7388 #include <$ac_header>
7390 if { (ac_try
="$ac_cpp conftest.$ac_ext"
7392 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7393 *) ac_try_echo=$ac_try;;
7395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7396 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7398 grep -v '^ *+' conftest.er1 >conftest.err
7400 cat conftest.err >&5
7401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7402 (exit $ac_status); } >/dev/null && {
7403 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7404 test ! -s conftest.err
7406 ac_header_preproc=yes
7408 echo "$as_me: failed program was:" >&5
7409 sed 's/^/| /' conftest.$ac_ext >&5
7411 ac_header_preproc=no
7414 rm -f conftest.err conftest.$ac_ext
7415 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7416 echo "${ECHO_T}$ac_header_preproc" >&6; }
7418 # So? What about this header?
7419 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7421 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7422 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7423 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7424 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7425 ac_header_preproc=yes
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7429 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7431 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7433 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7434 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7435 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7437 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7438 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7439 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7441 ## ------------------------------------ ##
7442 ## Report this to wine-devel@winehq.org ##
7443 ## ------------------------------------ ##
7445 ) | sed "s/^/$as_me: WARNING: /" >&2
7448 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7451 echo $ECHO_N "(cached) $ECHO_C" >&6
7453 eval "$as_ac_Header=\$ac_header_preproc"
7455 ac_res=`eval echo '${'$as_ac_Header'}'`
7456 { echo "$as_me:$LINENO: result: $ac_res" >&5
7457 echo "${ECHO_T}$ac_res" >&6; }
7460 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7461 cat >>confdefs.h <<_ACEOF
7462 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7469 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7470 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7471 if test "${ac_cv_header_stat_broken+set}" = set; then
7472 echo $ECHO_N "(cached) $ECHO_C" >&6
7474 cat >conftest.$ac_ext <<_ACEOF
7477 cat confdefs.h >>conftest.$ac_ext
7478 cat >>conftest.$ac_ext <<_ACEOF
7479 /* end confdefs.h. */
7480 #include <sys/types.h>
7481 #include <sys/stat.h>
7483 #if defined S_ISBLK && defined S_IFDIR
7484 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7487 #if defined S_ISBLK && defined S_IFCHR
7488 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7491 #if defined S_ISLNK && defined S_IFREG
7492 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7495 #if defined S_ISSOCK && defined S_IFREG
7496 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7500 rm -f conftest.$ac_objext
7501 if { (ac_try="$ac_compile"
7503 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7504 *) ac_try_echo
=$ac_try;;
7506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7507 (eval "$ac_compile") 2>conftest.er1
7509 grep -v '^ *+' conftest.er1
>conftest.err
7511 cat conftest.err
>&5
7512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7513 (exit $ac_status); } && {
7514 test -z "$ac_c_werror_flag" ||
7515 test ! -s conftest.err
7516 } && test -s conftest.
$ac_objext; then
7517 ac_cv_header_stat_broken
=no
7519 echo "$as_me: failed program was:" >&5
7520 sed 's/^/| /' conftest.
$ac_ext >&5
7522 ac_cv_header_stat_broken
=yes
7525 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7527 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7528 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7529 if test $ac_cv_header_stat_broken = yes; then
7531 cat >>confdefs.h
<<\_ACEOF
7532 #define STAT_MACROS_BROKEN 1
7543 for ac_header
in sys
/mount.h sys
/statfs.h sys
/user.h sys
/vfs.h
7545 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7546 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7547 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7548 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7549 echo $ECHO_N "(cached) $ECHO_C" >&6
7551 cat >conftest.
$ac_ext <<_ACEOF
7554 cat confdefs.h
>>conftest.
$ac_ext
7555 cat >>conftest.
$ac_ext <<_ACEOF
7556 /* end confdefs.h. */
7557 #include <sys/types.h>
7558 #ifdef HAVE_SYS_PARAM_H
7559 # include <sys/param.h>
7562 #include <$ac_header>
7564 rm -f conftest.
$ac_objext
7565 if { (ac_try
="$ac_compile"
7567 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7568 *) ac_try_echo=$ac_try;;
7570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7571 (eval "$ac_compile") 2>conftest.er1
7573 grep -v '^ *+' conftest.er1 >conftest.err
7575 cat conftest.err >&5
7576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577 (exit $ac_status); } && {
7578 test -z "$ac_c_werror_flag" ||
7579 test ! -s conftest.err
7580 } && test -s conftest.$ac_objext; then
7581 eval "$as_ac_Header=yes"
7583 echo "$as_me: failed program was:" >&5
7584 sed 's/^/| /' conftest.$ac_ext >&5
7586 eval "$as_ac_Header=no"
7589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7591 ac_res=`eval echo '${'$as_ac_Header'}'`
7592 { echo "$as_me:$LINENO: result: $ac_res" >&5
7593 echo "${ECHO_T}$ac_res" >&6; }
7594 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7595 cat >>confdefs.h <<_ACEOF
7596 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7623 netinet/if_ether.h \
7631 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7632 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7633 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7634 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7635 echo $ECHO_N "(cached) $ECHO_C" >&6
7637 cat >conftest.$ac_ext <<_ACEOF
7640 cat confdefs.h >>conftest.$ac_ext
7641 cat >>conftest.$ac_ext <<_ACEOF
7642 /* end confdefs.h. */
7643 #include <sys/types.h>
7644 #ifdef HAVE_SYS_SOCKET_H
7645 # include <sys/socket.h>
7647 #ifdef HAVE_SYS_SOCKETVAR_H
7648 # include <sys/socketvar.h>
7650 #ifdef HAVE_NETINET_IN_H
7651 # include <netinet/in.h>
7653 #ifdef HAVE_NETINET_IP_H
7654 # include <netinet/ip.h>
7657 #include <$ac_header>
7659 rm -f conftest.$ac_objext
7660 if { (ac_try="$ac_compile"
7662 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7663 *) ac_try_echo
=$ac_try;;
7665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7666 (eval "$ac_compile") 2>conftest.er1
7668 grep -v '^ *+' conftest.er1
>conftest.err
7670 cat conftest.err
>&5
7671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7672 (exit $ac_status); } && {
7673 test -z "$ac_c_werror_flag" ||
7674 test ! -s conftest.err
7675 } && test -s conftest.
$ac_objext; then
7676 eval "$as_ac_Header=yes"
7678 echo "$as_me: failed program was:" >&5
7679 sed 's/^/| /' conftest.
$ac_ext >&5
7681 eval "$as_ac_Header=no"
7684 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7686 ac_res
=`eval echo '${'$as_ac_Header'}'`
7687 { echo "$as_me:$LINENO: result: $ac_res" >&5
7688 echo "${ECHO_T}$ac_res" >&6; }
7689 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7690 cat >>confdefs.h
<<_ACEOF
7691 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7703 for ac_header
in netinet
/tcp_var.h netinet
/udp_var.h netinet
/icmp_var.h netinet
/tcp_timer.h
7705 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7706 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7707 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7708 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7709 echo $ECHO_N "(cached) $ECHO_C" >&6
7711 cat >conftest.
$ac_ext <<_ACEOF
7714 cat confdefs.h
>>conftest.
$ac_ext
7715 cat >>conftest.
$ac_ext <<_ACEOF
7716 /* end confdefs.h. */
7717 #include <sys/types.h>
7721 #ifdef HAVE_SYS_SOCKET_H
7722 # include <sys/socket.h>
7724 #ifdef HAVE_SYS_SOCKETVAR_H
7725 # include <sys/socketvar.h>
7727 #ifdef HAVE_NETINET_IN_H
7728 # include <netinet/in.h>
7730 #ifdef HAVE_NETINET_IP_H
7731 # include <netinet/ip.h>
7733 #ifdef HAVE_NETINET_IP_VAR_H
7734 # include <netinet/ip_var.h>
7736 #ifdef HAVE_NETINET_IP_ICMP_H
7737 # include <netinet/ip_icmp.h>
7739 #ifdef HAVE_NETINET_UDP_H
7740 # include <netinet/udp.h>
7742 #ifdef HAVE_NETINET_TCP_H
7743 # include <netinet/tcp.h>
7746 #include <$ac_header>
7748 rm -f conftest.
$ac_objext
7749 if { (ac_try
="$ac_compile"
7751 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7752 *) ac_try_echo=$ac_try;;
7754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7755 (eval "$ac_compile") 2>conftest.er1
7757 grep -v '^ *+' conftest.er1 >conftest.err
7759 cat conftest.err >&5
7760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761 (exit $ac_status); } && {
7762 test -z "$ac_c_werror_flag" ||
7763 test ! -s conftest.err
7764 } && test -s conftest.$ac_objext; then
7765 eval "$as_ac_Header=yes"
7767 echo "$as_me: failed program was:" >&5
7768 sed 's/^/| /' conftest.$ac_ext >&5
7770 eval "$as_ac_Header=no"
7773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7775 ac_res=`eval echo '${'$as_ac_Header'}'`
7776 { echo "$as_me:$LINENO: result: $ac_res" >&5
7777 echo "${ECHO_T}$ac_res" >&6; }
7778 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7779 cat >>confdefs.h <<_ACEOF
7780 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7789 for ac_header in linux/ipx.h
7791 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7792 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7793 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7794 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7795 echo $ECHO_N "(cached) $ECHO_C" >&6
7797 cat >conftest.$ac_ext <<_ACEOF
7800 cat confdefs.h >>conftest.$ac_ext
7801 cat >>conftest.$ac_ext <<_ACEOF
7802 /* end confdefs.h. */
7803 #include <sys/types.h>
7804 #ifdef HAVE_ASM_TYPES_H
7805 # include <asm/types.h>
7807 #ifdef HAVE_SYS_SOCKET_H
7808 # include <sys/socket.h>
7811 #include <$ac_header>
7813 rm -f conftest.$ac_objext
7814 if { (ac_try="$ac_compile"
7816 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7817 *) ac_try_echo
=$ac_try;;
7819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7820 (eval "$ac_compile") 2>conftest.er1
7822 grep -v '^ *+' conftest.er1
>conftest.err
7824 cat conftest.err
>&5
7825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826 (exit $ac_status); } && {
7827 test -z "$ac_c_werror_flag" ||
7828 test ! -s conftest.err
7829 } && test -s conftest.
$ac_objext; then
7830 eval "$as_ac_Header=yes"
7832 echo "$as_me: failed program was:" >&5
7833 sed 's/^/| /' conftest.
$ac_ext >&5
7835 eval "$as_ac_Header=no"
7838 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7840 ac_res
=`eval echo '${'$as_ac_Header'}'`
7841 { echo "$as_me:$LINENO: result: $ac_res" >&5
7842 echo "${ECHO_T}$ac_res" >&6; }
7843 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7844 cat >>confdefs.h
<<_ACEOF
7845 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7854 for ac_header
in resolv.h
7856 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7857 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7858 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7859 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7860 echo $ECHO_N "(cached) $ECHO_C" >&6
7862 cat >conftest.
$ac_ext <<_ACEOF
7865 cat confdefs.h
>>conftest.
$ac_ext
7866 cat >>conftest.
$ac_ext <<_ACEOF
7867 /* end confdefs.h. */
7868 #include <sys/types.h>
7869 #ifdef HAVE_SYS_SOCKET_H
7870 # include <sys/socket.h>
7872 #ifdef HAVE_NETINET_IN_H
7873 # include <netinet/in.h>
7875 #ifdef HAVE_ARPA_NAMESER_H
7876 # include <arpa/nameser.h>
7879 #include <$ac_header>
7881 rm -f conftest.
$ac_objext
7882 if { (ac_try
="$ac_compile"
7884 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
7885 *) ac_try_echo=$ac_try;;
7887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7888 (eval "$ac_compile") 2>conftest.er1
7890 grep -v '^ *+' conftest.er1 >conftest.err
7892 cat conftest.err >&5
7893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7894 (exit $ac_status); } && {
7895 test -z "$ac_c_werror_flag" ||
7896 test ! -s conftest.err
7897 } && test -s conftest.$ac_objext; then
7898 eval "$as_ac_Header=yes"
7900 echo "$as_me: failed program was:" >&5
7901 sed 's/^/| /' conftest.$ac_ext >&5
7903 eval "$as_ac_Header=no"
7906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7908 ac_res=`eval echo '${'$as_ac_Header'}'`
7909 { echo "$as_me:$LINENO: result: $ac_res" >&5
7910 echo "${ECHO_T}$ac_res" >&6; }
7911 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7912 cat >>confdefs.h <<_ACEOF
7913 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
7922 for ac_header in ucontext.h
7924 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
7925 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7926 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7927 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7928 echo $ECHO_N "(cached) $ECHO_C" >&6
7930 cat >conftest.$ac_ext <<_ACEOF
7933 cat confdefs.h >>conftest.$ac_ext
7934 cat >>conftest.$ac_ext <<_ACEOF
7935 /* end confdefs.h. */
7938 #include <$ac_header>
7940 rm -f conftest.$ac_objext
7941 if { (ac_try="$ac_compile"
7943 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
7944 *) ac_try_echo
=$ac_try;;
7946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7947 (eval "$ac_compile") 2>conftest.er1
7949 grep -v '^ *+' conftest.er1
>conftest.err
7951 cat conftest.err
>&5
7952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7953 (exit $ac_status); } && {
7954 test -z "$ac_c_werror_flag" ||
7955 test ! -s conftest.err
7956 } && test -s conftest.
$ac_objext; then
7957 eval "$as_ac_Header=yes"
7959 echo "$as_me: failed program was:" >&5
7960 sed 's/^/| /' conftest.
$ac_ext >&5
7962 eval "$as_ac_Header=no"
7965 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
7967 ac_res
=`eval echo '${'$as_ac_Header'}'`
7968 { echo "$as_me:$LINENO: result: $ac_res" >&5
7969 echo "${ECHO_T}$ac_res" >&6; }
7970 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7971 cat >>confdefs.h
<<_ACEOF
7972 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7981 for ac_header
in sys
/thr.h
7983 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7984 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7985 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7986 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7987 echo $ECHO_N "(cached) $ECHO_C" >&6
7989 cat >conftest.
$ac_ext <<_ACEOF
7992 cat confdefs.h
>>conftest.
$ac_ext
7993 cat >>conftest.
$ac_ext <<_ACEOF
7994 /* end confdefs.h. */
7995 #include <sys/types.h>
7996 #ifdef HAVE_UCONTEXT_H
7997 #include <ucontext.h>
8000 #include <$ac_header>
8002 rm -f conftest.
$ac_objext
8003 if { (ac_try
="$ac_compile"
8005 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8006 *) ac_try_echo=$ac_try;;
8008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8009 (eval "$ac_compile") 2>conftest.er1
8011 grep -v '^ *+' conftest.er1 >conftest.err
8013 cat conftest.err >&5
8014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8015 (exit $ac_status); } && {
8016 test -z "$ac_c_werror_flag" ||
8017 test ! -s conftest.err
8018 } && test -s conftest.$ac_objext; then
8019 eval "$as_ac_Header=yes"
8021 echo "$as_me: failed program was:" >&5
8022 sed 's/^/| /' conftest.$ac_ext >&5
8024 eval "$as_ac_Header=no"
8027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8029 ac_res=`eval echo '${'$as_ac_Header'}'`
8030 { echo "$as_me:$LINENO: result: $ac_res" >&5
8031 echo "${ECHO_T}$ac_res" >&6; }
8032 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8033 cat >>confdefs.h <<_ACEOF
8034 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8043 for ac_header in pthread_np.h
8045 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8046 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8049 echo $ECHO_N "(cached) $ECHO_C" >&6
8051 cat >conftest.$ac_ext <<_ACEOF
8054 cat confdefs.h >>conftest.$ac_ext
8055 cat >>conftest.$ac_ext <<_ACEOF
8056 /* end confdefs.h. */
8057 #ifdef HAVE_PTHREAD_H
8058 #include <pthread.h>
8061 #include <$ac_header>
8063 rm -f conftest.$ac_objext
8064 if { (ac_try="$ac_compile"
8066 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8067 *) ac_try_echo
=$ac_try;;
8069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8070 (eval "$ac_compile") 2>conftest.er1
8072 grep -v '^ *+' conftest.er1
>conftest.err
8074 cat conftest.err
>&5
8075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8076 (exit $ac_status); } && {
8077 test -z "$ac_c_werror_flag" ||
8078 test ! -s conftest.err
8079 } && test -s conftest.
$ac_objext; then
8080 eval "$as_ac_Header=yes"
8082 echo "$as_me: failed program was:" >&5
8083 sed 's/^/| /' conftest.
$ac_ext >&5
8085 eval "$as_ac_Header=no"
8088 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8090 ac_res
=`eval echo '${'$as_ac_Header'}'`
8091 { echo "$as_me:$LINENO: result: $ac_res" >&5
8092 echo "${ECHO_T}$ac_res" >&6; }
8093 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8094 cat >>confdefs.h
<<_ACEOF
8095 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8104 for ac_header
in linux
/videodev.h
8106 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8107 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8108 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8109 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8110 echo $ECHO_N "(cached) $ECHO_C" >&6
8112 cat >conftest.
$ac_ext <<_ACEOF
8115 cat confdefs.h
>>conftest.
$ac_ext
8116 cat >>conftest.
$ac_ext <<_ACEOF
8117 /* end confdefs.h. */
8118 #ifdef HAVE_SYS_TIME_H
8119 #include <sys/time.h>
8121 #include <sys/types.h>
8122 #ifdef HAVE_ASM_TYPES_H
8123 #include <asm/types.h>
8126 #include <$ac_header>
8128 rm -f conftest.
$ac_objext
8129 if { (ac_try
="$ac_compile"
8131 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8132 *) ac_try_echo=$ac_try;;
8134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8135 (eval "$ac_compile") 2>conftest.er1
8137 grep -v '^ *+' conftest.er1 >conftest.err
8139 cat conftest.err >&5
8140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8141 (exit $ac_status); } && {
8142 test -z "$ac_c_werror_flag" ||
8143 test ! -s conftest.err
8144 } && test -s conftest.$ac_objext; then
8145 eval "$as_ac_Header=yes"
8147 echo "$as_me: failed program was:" >&5
8148 sed 's/^/| /' conftest.$ac_ext >&5
8150 eval "$as_ac_Header=no"
8153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8155 ac_res=`eval echo '${'$as_ac_Header'}'`
8156 { echo "$as_me:$LINENO: result: $ac_res" >&5
8157 echo "${ECHO_T}$ac_res" >&6; }
8158 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8159 cat >>confdefs.h <<_ACEOF
8160 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
8169 for ac_header in linux/capi.h
8171 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
8172 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8174 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8175 echo $ECHO_N "(cached) $ECHO_C" >&6
8177 cat >conftest.$ac_ext <<_ACEOF
8180 cat confdefs.h >>conftest.$ac_ext
8181 cat >>conftest.$ac_ext <<_ACEOF
8182 /* end confdefs.h. */
8185 #include <$ac_header>
8187 rm -f conftest.$ac_objext
8188 if { (ac_try="$ac_compile"
8190 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8191 *) ac_try_echo
=$ac_try;;
8193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8194 (eval "$ac_compile") 2>conftest.er1
8196 grep -v '^ *+' conftest.er1
>conftest.err
8198 cat conftest.err
>&5
8199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8200 (exit $ac_status); } && {
8201 test -z "$ac_c_werror_flag" ||
8202 test ! -s conftest.err
8203 } && test -s conftest.
$ac_objext; then
8204 eval "$as_ac_Header=yes"
8206 echo "$as_me: failed program was:" >&5
8207 sed 's/^/| /' conftest.
$ac_ext >&5
8209 eval "$as_ac_Header=no"
8212 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
8214 ac_res
=`eval echo '${'$as_ac_Header'}'`
8215 { echo "$as_me:$LINENO: result: $ac_res" >&5
8216 echo "${ECHO_T}$ac_res" >&6; }
8217 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8218 cat >>confdefs.h
<<_ACEOF
8219 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8230 DLLFLAGS
="-D_REENTRANT"
8244 # Extract the first word of "ldd", so it can be a program name with args.
8245 set dummy ldd
; ac_word
=$2
8246 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8248 if test "${ac_cv_path_LDD+set}" = set; then
8249 echo $ECHO_N "(cached) $ECHO_C" >&6
8253 ac_cv_path_LDD
="$LDD" # Let the user override the test with a path.
8256 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8257 as_dummy
="/sbin:/usr/sbin:$PATH"
8258 for as_dir
in $as_dummy
8261 test -z "$as_dir" && as_dir
=.
8262 for ac_exec_ext
in '' $ac_executable_extensions; do
8263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8264 ac_cv_path_LDD
="$as_dir/$ac_word$ac_exec_ext"
8265 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8272 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD
="true"
8277 if test -n "$LDD"; then
8278 { echo "$as_me:$LINENO: result: $LDD" >&5
8279 echo "${ECHO_T}$LDD" >&6; }
8281 { echo "$as_me:$LINENO: result: no" >&5
8282 echo "${ECHO_T}no" >&6; }
8289 if test -n "$ac_tool_prefix"; then
8290 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8291 set dummy
${ac_tool_prefix}dlltool
; ac_word
=$2
8292 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8294 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8295 echo $ECHO_N "(cached) $ECHO_C" >&6
8297 if test -n "$DLLTOOL"; then
8298 ac_cv_prog_DLLTOOL
="$DLLTOOL" # Let the user override the test.
8300 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8304 test -z "$as_dir" && as_dir
=.
8305 for ac_exec_ext
in '' $ac_executable_extensions; do
8306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8307 ac_cv_prog_DLLTOOL
="${ac_tool_prefix}dlltool"
8308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8317 DLLTOOL
=$ac_cv_prog_DLLTOOL
8318 if test -n "$DLLTOOL"; then
8319 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8320 echo "${ECHO_T}$DLLTOOL" >&6; }
8322 { echo "$as_me:$LINENO: result: no" >&5
8323 echo "${ECHO_T}no" >&6; }
8328 if test -z "$ac_cv_prog_DLLTOOL"; then
8329 ac_ct_DLLTOOL
=$DLLTOOL
8330 # Extract the first word of "dlltool", so it can be a program name with args.
8331 set dummy dlltool
; ac_word
=$2
8332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8334 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8335 echo $ECHO_N "(cached) $ECHO_C" >&6
8337 if test -n "$ac_ct_DLLTOOL"; then
8338 ac_cv_prog_ac_ct_DLLTOOL
="$ac_ct_DLLTOOL" # Let the user override the test.
8340 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8344 test -z "$as_dir" && as_dir
=.
8345 for ac_exec_ext
in '' $ac_executable_extensions; do
8346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8347 ac_cv_prog_ac_ct_DLLTOOL
="dlltool"
8348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8357 ac_ct_DLLTOOL
=$ac_cv_prog_ac_ct_DLLTOOL
8358 if test -n "$ac_ct_DLLTOOL"; then
8359 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8360 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8362 { echo "$as_me:$LINENO: result: no" >&5
8363 echo "${ECHO_T}no" >&6; }
8366 if test "x$ac_ct_DLLTOOL" = x
; then
8369 case $cross_compiling:$ac_tool_warned in
8371 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8372 whose name does not start with the host triplet. If you think this
8373 configuration is useful to you, please write to autoconf@gnu.org." >&5
8374 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8375 whose name does not start with the host triplet. If you think this
8376 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8377 ac_tool_warned
=yes ;;
8379 DLLTOOL
=$ac_ct_DLLTOOL
8382 DLLTOOL
="$ac_cv_prog_DLLTOOL"
8385 if test -n "$ac_tool_prefix"; then
8386 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8387 set dummy
${ac_tool_prefix}dllwrap
; ac_word
=$2
8388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8390 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8391 echo $ECHO_N "(cached) $ECHO_C" >&6
8393 if test -n "$DLLWRAP"; then
8394 ac_cv_prog_DLLWRAP
="$DLLWRAP" # Let the user override the test.
8396 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8400 test -z "$as_dir" && as_dir
=.
8401 for ac_exec_ext
in '' $ac_executable_extensions; do
8402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8403 ac_cv_prog_DLLWRAP
="${ac_tool_prefix}dllwrap"
8404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8413 DLLWRAP
=$ac_cv_prog_DLLWRAP
8414 if test -n "$DLLWRAP"; then
8415 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8416 echo "${ECHO_T}$DLLWRAP" >&6; }
8418 { echo "$as_me:$LINENO: result: no" >&5
8419 echo "${ECHO_T}no" >&6; }
8424 if test -z "$ac_cv_prog_DLLWRAP"; then
8425 ac_ct_DLLWRAP
=$DLLWRAP
8426 # Extract the first word of "dllwrap", so it can be a program name with args.
8427 set dummy dllwrap
; ac_word
=$2
8428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8430 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8431 echo $ECHO_N "(cached) $ECHO_C" >&6
8433 if test -n "$ac_ct_DLLWRAP"; then
8434 ac_cv_prog_ac_ct_DLLWRAP
="$ac_ct_DLLWRAP" # Let the user override the test.
8436 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8440 test -z "$as_dir" && as_dir
=.
8441 for ac_exec_ext
in '' $ac_executable_extensions; do
8442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8443 ac_cv_prog_ac_ct_DLLWRAP
="dllwrap"
8444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8453 ac_ct_DLLWRAP
=$ac_cv_prog_ac_ct_DLLWRAP
8454 if test -n "$ac_ct_DLLWRAP"; then
8455 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8456 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8458 { echo "$as_me:$LINENO: result: no" >&5
8459 echo "${ECHO_T}no" >&6; }
8462 if test "x$ac_ct_DLLWRAP" = x
; then
8465 case $cross_compiling:$ac_tool_warned in
8467 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8468 whose name does not start with the host triplet. If you think this
8469 configuration is useful to you, please write to autoconf@gnu.org." >&5
8470 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8471 whose name does not start with the host triplet. If you think this
8472 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8473 ac_tool_warned
=yes ;;
8475 DLLWRAP
=$ac_ct_DLLWRAP
8478 DLLWRAP
="$ac_cv_prog_DLLWRAP"
8481 if test -n "$ac_tool_prefix"; then
8482 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8483 set dummy
${ac_tool_prefix}ar; ac_word
=$2
8484 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8485 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8486 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8487 echo $ECHO_N "(cached) $ECHO_C" >&6
8489 if test -n "$MINGWAR"; then
8490 ac_cv_prog_MINGWAR
="$MINGWAR" # Let the user override the test.
8492 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8496 test -z "$as_dir" && as_dir
=.
8497 for ac_exec_ext
in '' $ac_executable_extensions; do
8498 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8499 ac_cv_prog_MINGWAR
="${ac_tool_prefix}ar"
8500 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8509 MINGWAR
=$ac_cv_prog_MINGWAR
8510 if test -n "$MINGWAR"; then
8511 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8512 echo "${ECHO_T}$MINGWAR" >&6; }
8514 { echo "$as_me:$LINENO: result: no" >&5
8515 echo "${ECHO_T}no" >&6; }
8520 if test -z "$ac_cv_prog_MINGWAR"; then
8521 ac_ct_MINGWAR
=$MINGWAR
8522 # Extract the first word of "ar", so it can be a program name with args.
8523 set dummy
ar; ac_word
=$2
8524 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8526 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8527 echo $ECHO_N "(cached) $ECHO_C" >&6
8529 if test -n "$ac_ct_MINGWAR"; then
8530 ac_cv_prog_ac_ct_MINGWAR
="$ac_ct_MINGWAR" # Let the user override the test.
8532 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8536 test -z "$as_dir" && as_dir
=.
8537 for ac_exec_ext
in '' $ac_executable_extensions; do
8538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8539 ac_cv_prog_ac_ct_MINGWAR
="ar"
8540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8549 ac_ct_MINGWAR
=$ac_cv_prog_ac_ct_MINGWAR
8550 if test -n "$ac_ct_MINGWAR"; then
8551 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8552 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8554 { echo "$as_me:$LINENO: result: no" >&5
8555 echo "${ECHO_T}no" >&6; }
8558 if test "x$ac_ct_MINGWAR" = x
; then
8561 case $cross_compiling:$ac_tool_warned in
8563 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8564 whose name does not start with the host triplet. If you think this
8565 configuration is useful to you, please write to autoconf@gnu.org." >&5
8566 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8567 whose name does not start with the host triplet. If you think this
8568 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8569 ac_tool_warned
=yes ;;
8571 MINGWAR
=$ac_ct_MINGWAR
8574 MINGWAR
="$ac_cv_prog_MINGWAR"
8577 if test "$DLLWRAP" = "false"; then
8589 DLLFLAGS
="$DLLFLAGS -fPIC"
8590 LDDLLFLAGS
="-bundle -multiply_defined suppress"
8591 LIBWINE_LDFLAGS
="-multiply_defined suppress"
8592 LDSHARED
="\$(CC) -dynamiclib"
8594 LDRPATH_LOCAL
="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8595 SECURITYLIB
="-framework Security -framework CoreFoundation"
8597 COREFOUNDATIONLIB
="-framework CoreFoundation"
8599 IOKITLIB
="-framework IOKit -framework CoreFoundation"
8601 LDEXECFLAGS
="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8603 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8605 DISKARBITRATIONLIB
="-framework DiskArbitration -framework CoreFoundation"
8608 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8610 COREAUDIO
="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8615 LDDLLFLAGS
="$LDDLLFLAGS -read_only_relocs warning" ;;
8617 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8619 CARBONLIB
="-framework Carbon"
8621 QUARTZFILES
='$(QUARTZFILES)'
8625 DLLFLAGS
="$DLLFLAGS -fPIC"
8627 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8628 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8629 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8630 echo $ECHO_N "(cached) $ECHO_C" >&6
8632 ac_wine_try_cflags_saved
=$CFLAGS
8633 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8634 cat >conftest.
$ac_ext <<_ACEOF
8637 rm -f conftest.
$ac_objext conftest
$ac_exeext
8638 if { (ac_try
="$ac_link"
8640 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8641 *) ac_try_echo=$ac_try;;
8643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8644 (eval "$ac_link") 2>conftest.er1
8646 grep -v '^ *+' conftest.er1 >conftest.err
8648 cat conftest.err >&5
8649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8650 (exit $ac_status); } && {
8651 test -z "$ac_c_werror_flag" ||
8652 test ! -s conftest.err
8653 } && test -s conftest$ac_exeext &&
8654 $as_test_x conftest$ac_exeext; then
8655 ac_cv_c_dll_gnuelf="yes"
8657 echo "$as_me: failed program was:" >&5
8658 sed 's/^/| /' conftest.$ac_ext >&5
8660 ac_cv_c_dll_gnuelf="no"
8663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8664 conftest$ac_exeext conftest.$ac_ext
8665 CFLAGS=$ac_wine_try_cflags_saved
8667 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8668 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8669 if test "$ac_cv_c_dll_gnuelf" = "yes"
8671 LDSHARED="\$(CC) -shared"
8672 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8673 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8674 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8675 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8676 echo $ECHO_N "(cached) $ECHO_C" >&6
8678 ac_wine_try_cflags_saved=$CFLAGS
8679 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8680 cat >conftest.$ac_ext <<_ACEOF
8683 cat confdefs.h >>conftest.$ac_ext
8684 cat >>conftest.$ac_ext <<_ACEOF
8685 /* end confdefs.h. */
8695 rm -f conftest.$ac_objext conftest$ac_exeext
8696 if { (ac_try="$ac_link"
8698 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8699 *) ac_try_echo
=$ac_try;;
8701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8702 (eval "$ac_link") 2>conftest.er1
8704 grep -v '^ *+' conftest.er1
>conftest.err
8706 cat conftest.err
>&5
8707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8708 (exit $ac_status); } && {
8709 test -z "$ac_c_werror_flag" ||
8710 test ! -s conftest.err
8711 } && test -s conftest
$ac_exeext &&
8712 $as_test_x conftest
$ac_exeext; then
8713 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=yes
8715 echo "$as_me: failed program was:" >&5
8716 sed 's/^/| /' conftest.
$ac_ext >&5
8718 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1
=no
8721 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8722 conftest
$ac_exeext conftest.
$ac_ext
8723 CFLAGS
=$ac_wine_try_cflags_saved
8725 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8726 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8727 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8728 LDSHARED
="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8730 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8731 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8732 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8733 echo $ECHO_N "(cached) $ECHO_C" >&6
8735 ac_wine_try_cflags_saved
=$CFLAGS
8736 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8737 cat >conftest.
$ac_ext <<_ACEOF
8740 cat confdefs.h
>>conftest.
$ac_ext
8741 cat >>conftest.
$ac_ext <<_ACEOF
8742 /* end confdefs.h. */
8752 rm -f conftest.
$ac_objext conftest
$ac_exeext
8753 if { (ac_try
="$ac_link"
8755 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8756 *) ac_try_echo=$ac_try;;
8758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8759 (eval "$ac_link") 2>conftest.er1
8761 grep -v '^ *+' conftest.er1 >conftest.err
8763 cat conftest.err >&5
8764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8765 (exit $ac_status); } && {
8766 test -z "$ac_c_werror_flag" ||
8767 test ! -s conftest.err
8768 } && test -s conftest$ac_exeext &&
8769 $as_test_x conftest$ac_exeext; then
8770 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8772 echo "$as_me: failed program was:" >&5
8773 sed 's/^/| /' conftest.$ac_ext >&5
8775 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8779 conftest$ac_exeext conftest.$ac_ext
8780 CFLAGS=$ac_wine_try_cflags_saved
8782 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8783 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8784 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8785 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8791 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8792 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8793 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8794 echo $ECHO_N "(cached) $ECHO_C" >&6
8796 ac_wine_try_cflags_saved=$CFLAGS
8797 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8798 cat >conftest.$ac_ext <<_ACEOF
8801 cat confdefs.h >>conftest.$ac_ext
8802 cat >>conftest.$ac_ext <<_ACEOF
8803 /* end confdefs.h. */
8813 rm -f conftest.$ac_objext conftest$ac_exeext
8814 if { (ac_try="$ac_link"
8816 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8817 *) ac_try_echo
=$ac_try;;
8819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8820 (eval "$ac_link") 2>conftest.er1
8822 grep -v '^ *+' conftest.er1
>conftest.err
8824 cat conftest.err
>&5
8825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8826 (exit $ac_status); } && {
8827 test -z "$ac_c_werror_flag" ||
8828 test ! -s conftest.err
8829 } && test -s conftest
$ac_exeext &&
8830 $as_test_x conftest
$ac_exeext; then
8831 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=yes
8833 echo "$as_me: failed program was:" >&5
8834 sed 's/^/| /' conftest.
$ac_ext >&5
8836 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs
=no
8839 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8840 conftest
$ac_exeext conftest.
$ac_ext
8841 CFLAGS
=$ac_wine_try_cflags_saved
8843 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8844 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8845 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8846 LDDLLFLAGS
="$LDDLLFLAGS,-z,defs"
8850 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8851 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8852 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8853 echo $ECHO_N "(cached) $ECHO_C" >&6
8855 ac_wine_try_cflags_saved
=$CFLAGS
8856 CFLAGS
="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8857 cat >conftest.
$ac_ext <<_ACEOF
8860 cat confdefs.h
>>conftest.
$ac_ext
8861 cat >>conftest.
$ac_ext <<_ACEOF
8862 /* end confdefs.h. */
8872 rm -f conftest.
$ac_objext conftest
$ac_exeext
8873 if { (ac_try
="$ac_link"
8875 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8876 *) ac_try_echo=$ac_try;;
8878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8879 (eval "$ac_link") 2>conftest.er1
8881 grep -v '^ *+' conftest.er1 >conftest.err
8883 cat conftest.err >&5
8884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8885 (exit $ac_status); } && {
8886 test -z "$ac_c_werror_flag" ||
8887 test ! -s conftest.err
8888 } && test -s conftest$ac_exeext &&
8889 $as_test_x conftest$ac_exeext; then
8890 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8892 echo "$as_me: failed program was:" >&5
8893 sed 's/^/| /' conftest.$ac_ext >&5
8895 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8899 conftest$ac_exeext conftest.$ac_ext
8900 CFLAGS=$ac_wine_try_cflags_saved
8902 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8903 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8904 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8905 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8909 echo '{ global: *; };' >conftest.map
8910 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8911 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8912 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8913 echo $ECHO_N "(cached) $ECHO_C" >&6
8915 ac_wine_try_cflags_saved=$CFLAGS
8916 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8917 cat >conftest.$ac_ext <<_ACEOF
8920 cat confdefs.h >>conftest.$ac_ext
8921 cat >>conftest.$ac_ext <<_ACEOF
8922 /* end confdefs.h. */
8932 rm -f conftest.$ac_objext conftest$ac_exeext
8933 if { (ac_try="$ac_link"
8935 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
8936 *) ac_try_echo
=$ac_try;;
8938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8939 (eval "$ac_link") 2>conftest.er1
8941 grep -v '^ *+' conftest.er1
>conftest.err
8943 cat conftest.err
>&5
8944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8945 (exit $ac_status); } && {
8946 test -z "$ac_c_werror_flag" ||
8947 test ! -s conftest.err
8948 } && test -s conftest
$ac_exeext &&
8949 $as_test_x conftest
$ac_exeext; then
8950 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=yes
8952 echo "$as_me: failed program was:" >&5
8953 sed 's/^/| /' conftest.
$ac_ext >&5
8955 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map
=no
8958 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
8959 conftest
$ac_exeext conftest.
$ac_ext
8960 CFLAGS
=$ac_wine_try_cflags_saved
8962 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8963 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8964 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8965 LDSHARED
="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8970 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8971 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8972 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8973 echo $ECHO_N "(cached) $ECHO_C" >&6
8975 ac_wine_try_cflags_saved
=$CFLAGS
8976 CFLAGS
="$CFLAGS -fPIC -Wl,--export-dynamic"
8977 cat >conftest.
$ac_ext <<_ACEOF
8980 cat confdefs.h
>>conftest.
$ac_ext
8981 cat >>conftest.
$ac_ext <<_ACEOF
8982 /* end confdefs.h. */
8992 rm -f conftest.
$ac_objext conftest
$ac_exeext
8993 if { (ac_try
="$ac_link"
8995 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
8996 *) ac_try_echo=$ac_try;;
8998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8999 (eval "$ac_link") 2>conftest.er1
9001 grep -v '^ *+' conftest.er1 >conftest.err
9003 cat conftest.err >&5
9004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005 (exit $ac_status); } && {
9006 test -z "$ac_c_werror_flag" ||
9007 test ! -s conftest.err
9008 } && test -s conftest$ac_exeext &&
9009 $as_test_x conftest$ac_exeext; then
9010 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9012 echo "$as_me: failed program was:" >&5
9013 sed 's/^/| /' conftest.$ac_ext >&5
9015 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9019 conftest$ac_exeext conftest.$ac_ext
9020 CFLAGS=$ac_wine_try_cflags_saved
9022 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9023 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9024 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9025 LDEXECFLAGS="-Wl,--export-dynamic"
9030 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" |
$as_tr_sh`
9031 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9032 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9033 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9034 echo $ECHO_N "(cached) $ECHO_C" >&6
9036 ac_wine_try_cflags_saved=$CFLAGS
9037 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9038 cat >conftest.$ac_ext <<_ACEOF
9041 cat confdefs.h >>conftest.$ac_ext
9042 cat >>conftest.$ac_ext <<_ACEOF
9043 /* end confdefs.h. */
9053 rm -f conftest.$ac_objext conftest$ac_exeext
9054 if { (ac_try="$ac_link"
9056 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9057 *) ac_try_echo
=$ac_try;;
9059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9060 (eval "$ac_link") 2>conftest.er1
9062 grep -v '^ *+' conftest.er1
>conftest.err
9064 cat conftest.err
>&5
9065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9066 (exit $ac_status); } && {
9067 test -z "$ac_c_werror_flag" ||
9068 test ! -s conftest.err
9069 } && test -s conftest
$ac_exeext &&
9070 $as_test_x conftest
$ac_exeext; then
9071 eval "$as_ac_var=yes"
9073 echo "$as_me: failed program was:" >&5
9074 sed 's/^/| /' conftest.
$ac_ext >&5
9076 eval "$as_ac_var=no"
9079 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9080 conftest
$ac_exeext conftest.
$ac_ext
9081 CFLAGS
=$ac_wine_try_cflags_saved
9083 ac_res
=`eval echo '${'$as_ac_var'}'`
9084 { echo "$as_me:$LINENO: result: $ac_res" >&5
9085 echo "${ECHO_T}$ac_res" >&6; }
9086 if test `eval echo '${'$as_ac_var'}'` = yes; then
9087 LDRPATH_INSTALL
="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9088 LDRPATH_LOCAL
="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9090 as_ac_var
=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9091 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9092 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9093 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9094 echo $ECHO_N "(cached) $ECHO_C" >&6
9096 ac_wine_try_cflags_saved
=$CFLAGS
9097 CFLAGS
="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9098 cat >conftest.
$ac_ext <<_ACEOF
9101 cat confdefs.h
>>conftest.
$ac_ext
9102 cat >>conftest.
$ac_ext <<_ACEOF
9103 /* end confdefs.h. */
9113 rm -f conftest.
$ac_objext conftest
$ac_exeext
9114 if { (ac_try
="$ac_link"
9116 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9117 *) ac_try_echo=$ac_try;;
9119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9120 (eval "$ac_link") 2>conftest.er1
9122 grep -v '^ *+' conftest.er1 >conftest.err
9124 cat conftest.err >&5
9125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126 (exit $ac_status); } && {
9127 test -z "$ac_c_werror_flag" ||
9128 test ! -s conftest.err
9129 } && test -s conftest$ac_exeext &&
9130 $as_test_x conftest$ac_exeext; then
9131 eval "$as_ac_var=yes"
9133 echo "$as_me: failed program was:" >&5
9134 sed 's/^/| /' conftest.$ac_ext >&5
9136 eval "$as_ac_var=no"
9139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9140 conftest$ac_exeext conftest.$ac_ext
9141 CFLAGS=$ac_wine_try_cflags_saved
9143 ac_res=`eval echo '${'$as_ac_var'}'`
9144 { echo "$as_me:$LINENO: result: $ac_res" >&5
9145 echo "${ECHO_T}$ac_res" >&6; }
9146 if test `eval echo '${'$as_ac_var'}'` = yes; then
9147 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$
(RELPATH
) \$
(bindir
) \$
(libdir
)\
`"
9148 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9154 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9155 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9156 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9157 echo $ECHO_N "(cached) $ECHO_C" >&6
9159 ac_wine_try_cflags_saved=$CFLAGS
9160 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9161 cat >conftest.$ac_ext <<_ACEOF
9164 cat confdefs.h >>conftest.$ac_ext
9165 cat >>conftest.$ac_ext <<_ACEOF
9166 /* end confdefs.h. */
9176 rm -f conftest.$ac_objext conftest$ac_exeext
9177 if { (ac_try="$ac_link"
9179 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9180 *) ac_try_echo
=$ac_try;;
9182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9183 (eval "$ac_link") 2>conftest.er1
9185 grep -v '^ *+' conftest.er1
>conftest.err
9187 cat conftest.err
>&5
9188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9189 (exit $ac_status); } && {
9190 test -z "$ac_c_werror_flag" ||
9191 test ! -s conftest.err
9192 } && test -s conftest
$ac_exeext &&
9193 $as_test_x conftest
$ac_exeext; then
9194 ac_cv_cflags__Wl___enable_new_dtags
=yes
9196 echo "$as_me: failed program was:" >&5
9197 sed 's/^/| /' conftest.
$ac_ext >&5
9199 ac_cv_cflags__Wl___enable_new_dtags
=no
9202 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9203 conftest
$ac_exeext conftest.
$ac_ext
9204 CFLAGS
=$ac_wine_try_cflags_saved
9206 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9207 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9208 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9209 LDRPATH_INSTALL
="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9214 *i
[3456789]86* | x86_64
)
9215 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9216 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9217 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9218 echo $ECHO_N "(cached) $ECHO_C" >&6
9220 ac_wine_try_cflags_saved
=$CFLAGS
9221 CFLAGS
="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9222 cat >conftest.
$ac_ext <<_ACEOF
9225 cat confdefs.h
>>conftest.
$ac_ext
9226 cat >>conftest.
$ac_ext <<_ACEOF
9227 /* end confdefs.h. */
9237 rm -f conftest.
$ac_objext conftest
$ac_exeext
9238 if { (ac_try
="$ac_link"
9240 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9241 *) ac_try_echo=$ac_try;;
9243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9244 (eval "$ac_link") 2>conftest.er1
9246 grep -v '^ *+' conftest.er1 >conftest.err
9248 cat conftest.err >&5
9249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9250 (exit $ac_status); } && {
9251 test -z "$ac_c_werror_flag" ||
9252 test ! -s conftest.err
9253 } && test -s conftest$ac_exeext &&
9254 $as_test_x conftest$ac_exeext; then
9255 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9257 echo "$as_me: failed program was:" >&5
9258 sed 's/^/| /' conftest.$ac_ext >&5
9260 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9264 conftest$ac_exeext conftest.$ac_ext
9265 CFLAGS=$ac_wine_try_cflags_saved
9267 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9268 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9269 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9270 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9277 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9278 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9279 if test "${ac_cv_c_dll_unixware+set}" = set; then
9280 echo $ECHO_N "(cached) $ECHO_C" >&6
9282 ac_wine_try_cflags_saved=$CFLAGS
9283 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9284 cat >conftest.$ac_ext <<_ACEOF
9287 rm -f conftest.$ac_objext conftest$ac_exeext
9288 if { (ac_try="$ac_link"
9290 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9291 *) ac_try_echo
=$ac_try;;
9293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9294 (eval "$ac_link") 2>conftest.er1
9296 grep -v '^ *+' conftest.er1
>conftest.err
9298 cat conftest.err
>&5
9299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9300 (exit $ac_status); } && {
9301 test -z "$ac_c_werror_flag" ||
9302 test ! -s conftest.err
9303 } && test -s conftest
$ac_exeext &&
9304 $as_test_x conftest
$ac_exeext; then
9305 ac_cv_c_dll_unixware
="yes"
9307 echo "$as_me: failed program was:" >&5
9308 sed 's/^/| /' conftest.
$ac_ext >&5
9310 ac_cv_c_dll_unixware
="no"
9313 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9314 conftest
$ac_exeext conftest.
$ac_ext
9315 CFLAGS
=$ac_wine_try_cflags_saved
9317 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9318 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9319 if test "$ac_cv_c_dll_unixware" = "yes"
9321 LDSHARED
="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9322 LDDLLFLAGS
="-Wl,-G,-B,symbolic"
9325 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9326 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9327 if test "${ac_cv_c_dll_hpux+set}" = set; then
9328 echo $ECHO_N "(cached) $ECHO_C" >&6
9330 ac_wine_try_cflags_saved
=$CFLAGS
9331 CFLAGS
="$CFLAGS -shared"
9332 cat >conftest.
$ac_ext <<_ACEOF
9335 rm -f conftest.
$ac_objext conftest
$ac_exeext
9336 if { (ac_try
="$ac_link"
9338 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9339 *) ac_try_echo=$ac_try;;
9341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9342 (eval "$ac_link") 2>conftest.er1
9344 grep -v '^ *+' conftest.er1 >conftest.err
9346 cat conftest.err >&5
9347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9348 (exit $ac_status); } && {
9349 test -z "$ac_c_werror_flag" ||
9350 test ! -s conftest.err
9351 } && test -s conftest$ac_exeext &&
9352 $as_test_x conftest$ac_exeext; then
9353 ac_cv_c_dll_hpux="yes"
9355 echo "$as_me: failed program was:" >&5
9356 sed 's/^/| /' conftest.$ac_ext >&5
9358 ac_cv_c_dll_hpux="no"
9361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9362 conftest$ac_exeext conftest.$ac_ext
9363 CFLAGS=$ac_wine_try_cflags_saved
9365 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9366 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9367 if test "$ac_cv_c_dll_hpux" = "yes"
9371 LDDLLFLAGS="-shared -fPIC"
9372 LDSHARED="\$(CC) -shared"
9379 if test "$cross_compiling" = "no"
9381 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9383 # Extract the first word of "$ac_prog", so it can be a program name with args.
9384 set dummy $ac_prog; ac_word=$2
9385 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9386 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9387 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9388 echo $ECHO_N "(cached) $ECHO_C" >&6
9390 if test -n "$CROSSCC"; then
9391 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9397 test -z "$as_dir" && as_dir=.
9398 for ac_exec_ext in '' $ac_executable_extensions; do
9399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9400 ac_cv_prog_CROSSCC="$ac_prog"
9401 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9410 CROSSCC=$ac_cv_prog_CROSSCC
9411 if test -n "$CROSSCC"; then
9412 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9413 echo "${ECHO_T}$CROSSCC" >&6; }
9415 { echo "$as_me:$LINENO: result: no" >&5
9416 echo "${ECHO_T}no" >&6; }
9420 test -n "$CROSSCC" && break
9422 test -n "$CROSSCC" || CROSSCC="false"
9424 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9426 # Extract the first word of "$ac_prog", so it can be a program name with args.
9427 set dummy $ac_prog; ac_word=$2
9428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9430 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9431 echo $ECHO_N "(cached) $ECHO_C" >&6
9433 if test -n "$DLLTOOL"; then
9434 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9440 test -z "$as_dir" && as_dir=.
9441 for ac_exec_ext in '' $ac_executable_extensions; do
9442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9443 ac_cv_prog_DLLTOOL="$ac_prog"
9444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9453 DLLTOOL=$ac_cv_prog_DLLTOOL
9454 if test -n "$DLLTOOL"; then
9455 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9456 echo "${ECHO_T}$DLLTOOL" >&6; }
9458 { echo "$as_me:$LINENO: result: no" >&5
9459 echo "${ECHO_T}no" >&6; }
9463 test -n "$DLLTOOL" && break
9465 test -n "$DLLTOOL" || DLLTOOL="false"
9467 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9469 # Extract the first word of "$ac_prog", so it can be a program name with args.
9470 set dummy $ac_prog; ac_word=$2
9471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9473 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9474 echo $ECHO_N "(cached) $ECHO_C" >&6
9476 if test -n "$CROSSWINDRES"; then
9477 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9483 test -z "$as_dir" && as_dir=.
9484 for ac_exec_ext in '' $ac_executable_extensions; do
9485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9486 ac_cv_prog_CROSSWINDRES="$ac_prog"
9487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9496 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9497 if test -n "$CROSSWINDRES"; then
9498 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9499 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9501 { echo "$as_me:$LINENO: result: no" >&5
9502 echo "${ECHO_T}no" >&6; }
9506 test -n "$CROSSWINDRES" && break
9508 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9510 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9512 # Extract the first word of "$ac_prog", so it can be a program name with args.
9513 set dummy $ac_prog; ac_word=$2
9514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9516 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9517 echo $ECHO_N "(cached) $ECHO_C" >&6
9519 if test -n "$MINGWAR"; then
9520 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9526 test -z "$as_dir" && as_dir=.
9527 for ac_exec_ext in '' $ac_executable_extensions; do
9528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9529 ac_cv_prog_MINGWAR="$ac_prog"
9530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9539 MINGWAR=$ac_cv_prog_MINGWAR
9540 if test -n "$MINGWAR"; then
9541 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9542 echo "${ECHO_T}$MINGWAR" >&6; }
9544 { echo "$as_me:$LINENO: result: no" >&5
9545 echo "${ECHO_T}no" >&6; }
9549 test -n "$MINGWAR" && break
9551 test -n "$MINGWAR" || MINGWAR="false"
9553 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9558 if test "$LIBEXT" = "a"; then
9559 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9560 It is currently not possible to build Wine without shared library
9561 (.so) support to allow transparent switch between .so and .dll files.
9562 If you are using Linux, you will need a newer binutils.
9564 echo "$as_me: error: could not find a way to build shared libraries.
9565 It is currently not possible to build Wine without shared library
9566 (.so) support to allow transparent switch between .so and .dll files.
9567 If you are using Linux, you will need a newer binutils.
9569 { (exit 1); exit 1; }; }
9573 if test "$have_x" = "yes"
9576 ac_save_CPPFLAGS="$CPPFLAGS"
9577 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9579 { echo "$as_me:$LINENO: checking for -lX11" >&5
9580 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9581 if test "${ac_cv_lib_soname_X11+set}" = set; then
9582 echo $ECHO_N "(cached) $ECHO_C" >&6
9584 ac_check_soname_save_LIBS=$LIBS
9585 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9586 cat >conftest.$ac_ext <<_ACEOF
9589 cat confdefs.h >>conftest.$ac_ext
9590 cat >>conftest.$ac_ext <<_ACEOF
9591 /* end confdefs.h. */
9593 /* Override any GCC internal prototype to avoid an error.
9594 Use char because int might match the return type of a GCC
9595 builtin and then its argument prototype would still apply. */
9599 char XCreateWindow ();
9603 return XCreateWindow ();
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 if { (ac_try="$ac_link"
9611 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9612 *) ac_try_echo
=$ac_try;;
9614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9615 (eval "$ac_link") 2>conftest.er1
9617 grep -v '^ *+' conftest.er1
>conftest.err
9619 cat conftest.err
>&5
9620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9621 (exit $ac_status); } && {
9622 test -z "$ac_c_werror_flag" ||
9623 test ! -s conftest.err
9624 } && test -s conftest
$ac_exeext &&
9625 $as_test_x conftest
$ac_exeext; then
9628 dylib
) ac_cv_lib_soname_X11
=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9629 *) ac_cv_lib_soname_X11
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9632 echo "$as_me: failed program was:" >&5
9633 sed 's/^/| /' conftest.
$ac_ext >&5
9638 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9639 conftest
$ac_exeext conftest.
$ac_ext
9640 LIBS
=$ac_check_soname_save_LIBS
9642 if test "x$ac_cv_lib_soname_X11" = "x"; then
9643 { echo "$as_me:$LINENO: result: not found" >&5
9644 echo "${ECHO_T}not found" >&6; }
9647 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9648 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9650 cat >>confdefs.h
<<_ACEOF
9651 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9657 { echo "$as_me:$LINENO: checking for -lXext" >&5
9658 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9659 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9660 echo $ECHO_N "(cached) $ECHO_C" >&6
9662 ac_check_soname_save_LIBS
=$LIBS
9663 LIBS
="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9664 cat >conftest.
$ac_ext <<_ACEOF
9667 cat confdefs.h
>>conftest.
$ac_ext
9668 cat >>conftest.
$ac_ext <<_ACEOF
9669 /* end confdefs.h. */
9671 /* Override any GCC internal prototype to avoid an error.
9672 Use char because int might match the return type of a GCC
9673 builtin and then its argument prototype would still apply. */
9677 char XextCreateExtension ();
9681 return XextCreateExtension ();
9686 rm -f conftest.
$ac_objext conftest
$ac_exeext
9687 if { (ac_try
="$ac_link"
9689 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9690 *) ac_try_echo=$ac_try;;
9692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9693 (eval "$ac_link") 2>conftest.er1
9695 grep -v '^ *+' conftest.er1 >conftest.err
9697 cat conftest.err >&5
9698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9699 (exit $ac_status); } && {
9700 test -z "$ac_c_werror_flag" ||
9701 test ! -s conftest.err
9702 } && test -s conftest$ac_exeext &&
9703 $as_test_x conftest$ac_exeext; then
9706 dylib) ac_cv_lib_soname_Xext=`otool
-L conftest
$ac_exeext |
grep "libXext\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9707 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXext\\.$LIBEXT" |
sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9710 echo "$as_me: failed program was:" >&5
9711 sed 's/^/| /' conftest.$ac_ext >&5
9716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9717 conftest$ac_exeext conftest.$ac_ext
9718 LIBS=$ac_check_soname_save_LIBS
9720 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9721 { echo "$as_me:$LINENO: result: not found" >&5
9722 echo "${ECHO_T}not found" >&6; }
9725 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9726 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9728 cat >>confdefs.h <<_ACEOF
9729 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9748 for ac_header in X11/Xlib.h \
9751 X11/Xcursor/Xcursor.h \
9752 X11/extensions/shape.h \
9753 X11/extensions/XInput.h \
9754 X11/extensions/XShm.h \
9755 X11/extensions/Xcomposite.h \
9756 X11/extensions/Xinerama.h \
9757 X11/extensions/Xrandr.h \
9758 X11/extensions/Xrender.h \
9759 X11/extensions/xf86vmode.h
9761 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
9762 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9763 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9765 echo $ECHO_N "(cached) $ECHO_C" >&6
9767 cat >conftest.$ac_ext <<_ACEOF
9770 cat confdefs.h >>conftest.$ac_ext
9771 cat >>conftest.$ac_ext <<_ACEOF
9772 /* end confdefs.h. */
9773 #ifdef HAVE_X11_XLIB_H
9774 # include <X11/Xlib.h>
9776 #ifdef HAVE_X11_XUTIL_H
9777 # include <X11/Xutil.h>
9780 #include <$ac_header>
9782 rm -f conftest.$ac_objext
9783 if { (ac_try="$ac_compile"
9785 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9786 *) ac_try_echo
=$ac_try;;
9788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9789 (eval "$ac_compile") 2>conftest.er1
9791 grep -v '^ *+' conftest.er1
>conftest.err
9793 cat conftest.err
>&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 (exit $ac_status); } && {
9796 test -z "$ac_c_werror_flag" ||
9797 test ! -s conftest.err
9798 } && test -s conftest.
$ac_objext; then
9799 eval "$as_ac_Header=yes"
9801 echo "$as_me: failed program was:" >&5
9802 sed 's/^/| /' conftest.
$ac_ext >&5
9804 eval "$as_ac_Header=no"
9807 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
9809 ac_res
=`eval echo '${'$as_ac_Header'}'`
9810 { echo "$as_me:$LINENO: result: $ac_res" >&5
9811 echo "${ECHO_T}$ac_res" >&6; }
9812 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9813 cat >>confdefs.h
<<_ACEOF
9814 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9822 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9824 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9825 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9826 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9827 echo $ECHO_N "(cached) $ECHO_C" >&6
9829 ac_check_lib_save_LIBS
=$LIBS
9830 LIBS
="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9831 cat >conftest.
$ac_ext <<_ACEOF
9834 cat confdefs.h
>>conftest.
$ac_ext
9835 cat >>conftest.
$ac_ext <<_ACEOF
9836 /* end confdefs.h. */
9838 /* Override any GCC internal prototype to avoid an error.
9839 Use char because int might match the return type of a GCC
9840 builtin and then its argument prototype would still apply. */
9844 char XkbQueryExtension ();
9848 return XkbQueryExtension ();
9853 rm -f conftest.
$ac_objext conftest
$ac_exeext
9854 if { (ac_try
="$ac_link"
9856 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
9857 *) ac_try_echo=$ac_try;;
9859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9860 (eval "$ac_link") 2>conftest.er1
9862 grep -v '^ *+' conftest.er1 >conftest.err
9864 cat conftest.err >&5
9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 (exit $ac_status); } && {
9867 test -z "$ac_c_werror_flag" ||
9868 test ! -s conftest.err
9869 } && test -s conftest$ac_exeext &&
9870 $as_test_x conftest$ac_exeext; then
9871 ac_cv_lib_X11_XkbQueryExtension=yes
9873 echo "$as_me: failed program was:" >&5
9874 sed 's/^/| /' conftest.$ac_ext >&5
9876 ac_cv_lib_X11_XkbQueryExtension=no
9879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9880 conftest$ac_exeext conftest.$ac_ext
9881 LIBS=$ac_check_lib_save_LIBS
9883 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9884 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9885 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9887 cat >>confdefs.h <<\_ACEOF
9895 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9897 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9898 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9899 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9900 echo $ECHO_N "(cached) $ECHO_C" >&6
9902 ac_check_soname_save_LIBS=$LIBS
9903 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9904 cat >conftest.$ac_ext <<_ACEOF
9907 cat confdefs.h >>conftest.$ac_ext
9908 cat >>conftest.$ac_ext <<_ACEOF
9909 /* end confdefs.h. */
9911 /* Override any GCC internal prototype to avoid an error.
9912 Use char because int might match the return type of a GCC
9913 builtin and then its argument prototype would still apply. */
9917 char XcursorImageLoadCursor ();
9921 return XcursorImageLoadCursor ();
9926 rm -f conftest.$ac_objext conftest$ac_exeext
9927 if { (ac_try="$ac_link"
9929 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
9930 *) ac_try_echo
=$ac_try;;
9932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9933 (eval "$ac_link") 2>conftest.er1
9935 grep -v '^ *+' conftest.er1
>conftest.err
9937 cat conftest.err
>&5
9938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9939 (exit $ac_status); } && {
9940 test -z "$ac_c_werror_flag" ||
9941 test ! -s conftest.err
9942 } && test -s conftest
$ac_exeext &&
9943 $as_test_x conftest
$ac_exeext; then
9946 dylib
) ac_cv_lib_soname_Xcursor
=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9947 *) ac_cv_lib_soname_Xcursor
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9950 echo "$as_me: failed program was:" >&5
9951 sed 's/^/| /' conftest.
$ac_ext >&5
9956 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
9957 conftest
$ac_exeext conftest.
$ac_ext
9958 LIBS
=$ac_check_soname_save_LIBS
9960 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9961 { echo "$as_me:$LINENO: result: not found" >&5
9962 echo "${ECHO_T}not found" >&6; }
9965 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9966 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9968 cat >>confdefs.h
<<_ACEOF
9969 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 case "x$with_xcursor" in
9978 x
) wine_notices
="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9980 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9981 This is an error since --with-xcursor was requested." >&5
9982 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9983 This is an error since --with-xcursor was requested." >&2;}
9984 { (exit 1); exit 1; }; } ;;
9989 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9991 { echo "$as_me:$LINENO: checking for -lXi" >&5
9992 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9993 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9994 echo $ECHO_N "(cached) $ECHO_C" >&6
9996 ac_check_soname_save_LIBS
=$LIBS
9997 LIBS
="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9998 cat >conftest.
$ac_ext <<_ACEOF
10001 cat confdefs.h
>>conftest.
$ac_ext
10002 cat >>conftest.
$ac_ext <<_ACEOF
10003 /* end confdefs.h. */
10005 /* Override any GCC internal prototype to avoid an error.
10006 Use char because int might match the return type of a GCC
10007 builtin and then its argument prototype would still apply. */
10011 char XOpenDevice ();
10015 return XOpenDevice ();
10020 rm -f conftest.
$ac_objext conftest
$ac_exeext
10021 if { (ac_try
="$ac_link"
10022 case "(($ac_try" in
10023 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10024 *) ac_try_echo=$ac_try;;
10026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10027 (eval "$ac_link") 2>conftest.er1
10029 grep -v '^ *+' conftest.er1 >conftest.err
10031 cat conftest.err >&5
10032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033 (exit $ac_status); } && {
10034 test -z "$ac_c_werror_flag" ||
10035 test ! -s conftest.err
10036 } && test -s conftest$ac_exeext &&
10037 $as_test_x conftest$ac_exeext; then
10040 dylib) ac_cv_lib_soname_Xi=`otool
-L conftest
$ac_exeext |
grep "libXi\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10041 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXi\\.$LIBEXT" |
sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10044 echo "$as_me: failed program was:" >&5
10045 sed 's/^/| /' conftest.$ac_ext >&5
10050 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10051 conftest$ac_exeext conftest.$ac_ext
10052 LIBS=$ac_check_soname_save_LIBS
10054 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10055 { echo "$as_me:$LINENO: result: not found" >&5
10056 echo "${ECHO_T}not found" >&6; }
10059 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10060 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10062 cat >>confdefs.h <<_ACEOF
10063 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 case "x$with_xinput" in
10072 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10074 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10075 This is an error since --with-xinput was requested." >&5
10076 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10077 This is an error since --with-xinput was requested." >&2;}
10078 { (exit 1); exit 1; }; } ;;
10083 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10085 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10086 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10087 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10088 echo $ECHO_N "(cached) $ECHO_C" >&6
10090 ac_check_lib_save_LIBS=$LIBS
10091 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10092 cat >conftest.$ac_ext <<_ACEOF
10095 cat confdefs.h >>conftest.$ac_ext
10096 cat >>conftest.$ac_ext <<_ACEOF
10097 /* end confdefs.h. */
10099 /* Override any GCC internal prototype to avoid an error.
10100 Use char because int might match the return type of a GCC
10101 builtin and then its argument prototype would still apply. */
10105 char XShmQueryExtension ();
10109 return XShmQueryExtension ();
10114 rm -f conftest.$ac_objext conftest$ac_exeext
10115 if { (ac_try="$ac_link"
10116 case "(($ac_try" in
10117 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10118 *) ac_try_echo
=$ac_try;;
10120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10121 (eval "$ac_link") 2>conftest.er1
10123 grep -v '^ *+' conftest.er1
>conftest.err
10125 cat conftest.err
>&5
10126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10127 (exit $ac_status); } && {
10128 test -z "$ac_c_werror_flag" ||
10129 test ! -s conftest.err
10130 } && test -s conftest
$ac_exeext &&
10131 $as_test_x conftest
$ac_exeext; then
10132 ac_cv_lib_Xext_XShmQueryExtension
=yes
10134 echo "$as_me: failed program was:" >&5
10135 sed 's/^/| /' conftest.
$ac_ext >&5
10137 ac_cv_lib_Xext_XShmQueryExtension
=no
10140 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10141 conftest
$ac_exeext conftest.
$ac_ext
10142 LIBS
=$ac_check_lib_save_LIBS
10144 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10145 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10146 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10148 cat >>confdefs.h
<<\_ACEOF
10149 #define HAVE_LIBXXSHM 1
10155 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10156 case "x$with_xshm" in
10157 x
) wine_notices
="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10159 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10160 This is an error since --with-xshm was requested." >&5
10161 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10162 This is an error since --with-xshm was requested." >&2;}
10163 { (exit 1); exit 1; }; } ;;
10168 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10170 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10171 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10172 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10173 echo $ECHO_N "(cached) $ECHO_C" >&6
10175 ac_check_lib_save_LIBS
=$LIBS
10176 LIBS
="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10177 cat >conftest.
$ac_ext <<_ACEOF
10180 cat confdefs.h
>>conftest.
$ac_ext
10181 cat >>conftest.
$ac_ext <<_ACEOF
10182 /* end confdefs.h. */
10184 /* Override any GCC internal prototype to avoid an error.
10185 Use char because int might match the return type of a GCC
10186 builtin and then its argument prototype would still apply. */
10190 char XShapeQueryExtension ();
10194 return XShapeQueryExtension ();
10199 rm -f conftest.
$ac_objext conftest
$ac_exeext
10200 if { (ac_try
="$ac_link"
10201 case "(($ac_try" in
10202 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10203 *) ac_try_echo=$ac_try;;
10205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10206 (eval "$ac_link") 2>conftest.er1
10208 grep -v '^ *+' conftest.er1 >conftest.err
10210 cat conftest.err >&5
10211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); } && {
10213 test -z "$ac_c_werror_flag" ||
10214 test ! -s conftest.err
10215 } && test -s conftest$ac_exeext &&
10216 $as_test_x conftest$ac_exeext; then
10217 ac_cv_lib_Xext_XShapeQueryExtension=yes
10219 echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10222 ac_cv_lib_Xext_XShapeQueryExtension=no
10225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10226 conftest$ac_exeext conftest.$ac_ext
10227 LIBS=$ac_check_lib_save_LIBS
10229 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10230 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10231 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10233 cat >>confdefs.h <<\_ACEOF
10234 #define HAVE_LIBXSHAPE 1
10240 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10241 case "x$with_xshape" in
10242 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10244 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10245 This is an error since --with-xshape was requested." >&5
10246 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10247 This is an error since --with-xshape was requested." >&2;}
10248 { (exit 1); exit 1; }; } ;;
10253 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10255 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10256 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10257 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10258 echo $ECHO_N "(cached) $ECHO_C" >&6
10260 ac_check_soname_save_LIBS=$LIBS
10261 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10262 cat >conftest.$ac_ext <<_ACEOF
10265 cat confdefs.h >>conftest.$ac_ext
10266 cat >>conftest.$ac_ext <<_ACEOF
10267 /* end confdefs.h. */
10269 /* Override any GCC internal prototype to avoid an error.
10270 Use char because int might match the return type of a GCC
10271 builtin and then its argument prototype would still apply. */
10275 char XF86VidModeQueryExtension ();
10279 return XF86VidModeQueryExtension ();
10284 rm -f conftest.$ac_objext conftest$ac_exeext
10285 if { (ac_try="$ac_link"
10286 case "(($ac_try" in
10287 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10288 *) ac_try_echo
=$ac_try;;
10290 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10291 (eval "$ac_link") 2>conftest.er1
10293 grep -v '^ *+' conftest.er1
>conftest.err
10295 cat conftest.err
>&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 (exit $ac_status); } && {
10298 test -z "$ac_c_werror_flag" ||
10299 test ! -s conftest.err
10300 } && test -s conftest
$ac_exeext &&
10301 $as_test_x conftest
$ac_exeext; then
10304 dylib
) ac_cv_lib_soname_Xxf86vm
=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10305 *) ac_cv_lib_soname_Xxf86vm
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10308 echo "$as_me: failed program was:" >&5
10309 sed 's/^/| /' conftest.
$ac_ext >&5
10314 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10315 conftest
$ac_exeext conftest.
$ac_ext
10316 LIBS
=$ac_check_soname_save_LIBS
10318 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10319 { echo "$as_me:$LINENO: result: not found" >&5
10320 echo "${ECHO_T}not found" >&6; }
10323 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10324 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10326 cat >>confdefs.h
<<_ACEOF
10327 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 case "x$with_xxf86vm" in
10336 x
) wine_notices
="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10338 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10339 This is an error since --with-xxf86vm was requested." >&5
10340 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10341 This is an error since --with-xxf86vm was requested." >&2;}
10342 { (exit 1); exit 1; }; } ;;
10347 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10349 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10350 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10351 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10352 echo $ECHO_N "(cached) $ECHO_C" >&6
10354 ac_check_soname_save_LIBS
=$LIBS
10355 LIBS
="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10356 cat >conftest.
$ac_ext <<_ACEOF
10359 cat confdefs.h
>>conftest.
$ac_ext
10360 cat >>conftest.
$ac_ext <<_ACEOF
10361 /* end confdefs.h. */
10363 /* Override any GCC internal prototype to avoid an error.
10364 Use char because int might match the return type of a GCC
10365 builtin and then its argument prototype would still apply. */
10369 char XRenderQueryExtension ();
10373 return XRenderQueryExtension ();
10378 rm -f conftest.
$ac_objext conftest
$ac_exeext
10379 if { (ac_try
="$ac_link"
10380 case "(($ac_try" in
10381 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10382 *) ac_try_echo=$ac_try;;
10384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10385 (eval "$ac_link") 2>conftest.er1
10387 grep -v '^ *+' conftest.er1 >conftest.err
10389 cat conftest.err >&5
10390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10391 (exit $ac_status); } && {
10392 test -z "$ac_c_werror_flag" ||
10393 test ! -s conftest.err
10394 } && test -s conftest$ac_exeext &&
10395 $as_test_x conftest$ac_exeext; then
10398 dylib) ac_cv_lib_soname_Xrender=`otool
-L conftest
$ac_exeext |
grep "libXrender\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10399 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXrender\\.$LIBEXT" |
sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10402 echo "$as_me: failed program was:" >&5
10403 sed 's/^/| /' conftest.$ac_ext >&5
10408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10409 conftest$ac_exeext conftest.$ac_ext
10410 LIBS=$ac_check_soname_save_LIBS
10412 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10413 { echo "$as_me:$LINENO: result: not found" >&5
10414 echo "${ECHO_T}not found" >&6; }
10417 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10418 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10420 cat >>confdefs.h <<_ACEOF
10421 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10424 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10425 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10426 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10427 echo $ECHO_N "(cached) $ECHO_C" >&6
10429 ac_check_lib_save_LIBS=$LIBS
10430 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10431 cat >conftest.$ac_ext <<_ACEOF
10434 cat confdefs.h >>conftest.$ac_ext
10435 cat >>conftest.$ac_ext <<_ACEOF
10436 /* end confdefs.h. */
10438 /* Override any GCC internal prototype to avoid an error.
10439 Use char because int might match the return type of a GCC
10440 builtin and then its argument prototype would still apply. */
10444 char XRenderSetPictureTransform ();
10448 return XRenderSetPictureTransform ();
10453 rm -f conftest.$ac_objext conftest$ac_exeext
10454 if { (ac_try="$ac_link"
10455 case "(($ac_try" in
10456 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10457 *) ac_try_echo
=$ac_try;;
10459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10460 (eval "$ac_link") 2>conftest.er1
10462 grep -v '^ *+' conftest.er1
>conftest.err
10464 cat conftest.err
>&5
10465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10466 (exit $ac_status); } && {
10467 test -z "$ac_c_werror_flag" ||
10468 test ! -s conftest.err
10469 } && test -s conftest
$ac_exeext &&
10470 $as_test_x conftest
$ac_exeext; then
10471 ac_cv_lib_Xrender_XRenderSetPictureTransform
=yes
10473 echo "$as_me: failed program was:" >&5
10474 sed 's/^/| /' conftest.
$ac_ext >&5
10476 ac_cv_lib_Xrender_XRenderSetPictureTransform
=no
10479 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10480 conftest
$ac_exeext conftest.
$ac_ext
10481 LIBS
=$ac_check_lib_save_LIBS
10483 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10484 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10485 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10487 cat >>confdefs.h
<<\_ACEOF
10488 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10497 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10498 case "x$with_xrender" in
10499 x
) wine_warnings
="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10501 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10502 This is an error since --with-xrender was requested." >&5
10503 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10504 This is an error since --with-xrender was requested." >&2;}
10505 { (exit 1); exit 1; }; } ;;
10510 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10512 cat >conftest.
$ac_ext <<_ACEOF
10515 cat confdefs.h
>>conftest.
$ac_ext
10516 cat >>conftest.
$ac_ext <<_ACEOF
10517 /* end confdefs.h. */
10518 #include <X11/Xlib.h>
10519 #include <X11/extensions/Xrandr.h>
10523 static typeof(XRRSetScreenConfigAndRate) * func;
10528 rm -f conftest.
$ac_objext
10529 if { (ac_try
="$ac_compile"
10530 case "(($ac_try" in
10531 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10532 *) ac_try_echo=$ac_try;;
10534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10535 (eval "$ac_compile") 2>conftest.er1
10537 grep -v '^ *+' conftest.er1 >conftest.err
10539 cat conftest.err >&5
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && {
10542 test -z "$ac_c_werror_flag" ||
10543 test ! -s conftest.err
10544 } && test -s conftest.$ac_objext; then
10545 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10546 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10547 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10548 echo $ECHO_N "(cached) $ECHO_C" >&6
10550 ac_check_soname_save_LIBS=$LIBS
10551 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10552 cat >conftest.$ac_ext <<_ACEOF
10555 cat confdefs.h >>conftest.$ac_ext
10556 cat >>conftest.$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10559 /* Override any GCC internal prototype to avoid an error.
10560 Use char because int might match the return type of a GCC
10561 builtin and then its argument prototype would still apply. */
10565 char XRRQueryExtension ();
10569 return XRRQueryExtension ();
10574 rm -f conftest.$ac_objext conftest$ac_exeext
10575 if { (ac_try="$ac_link"
10576 case "(($ac_try" in
10577 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10578 *) ac_try_echo
=$ac_try;;
10580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10581 (eval "$ac_link") 2>conftest.er1
10583 grep -v '^ *+' conftest.er1
>conftest.err
10585 cat conftest.err
>&5
10586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10587 (exit $ac_status); } && {
10588 test -z "$ac_c_werror_flag" ||
10589 test ! -s conftest.err
10590 } && test -s conftest
$ac_exeext &&
10591 $as_test_x conftest
$ac_exeext; then
10594 dylib
) ac_cv_lib_soname_Xrandr
=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10595 *) ac_cv_lib_soname_Xrandr
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10598 echo "$as_me: failed program was:" >&5
10599 sed 's/^/| /' conftest.
$ac_ext >&5
10604 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10605 conftest
$ac_exeext conftest.
$ac_ext
10606 LIBS
=$ac_check_soname_save_LIBS
10608 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10609 { echo "$as_me:$LINENO: result: not found" >&5
10610 echo "${ECHO_T}not found" >&6; }
10613 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10614 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10616 cat >>confdefs.h
<<_ACEOF
10617 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10624 echo "$as_me: failed program was:" >&5
10625 sed 's/^/| /' conftest.
$ac_ext >&5
10630 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10632 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10633 case "x$with_xrandr" in
10634 x
) wine_notices
="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10636 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10637 This is an error since --with-xrandr was requested." >&5
10638 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10639 This is an error since --with-xrandr was requested." >&2;}
10640 { (exit 1); exit 1; }; } ;;
10645 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10647 cat >conftest.
$ac_ext <<_ACEOF
10650 cat confdefs.h
>>conftest.
$ac_ext
10651 cat >>conftest.
$ac_ext <<_ACEOF
10652 /* end confdefs.h. */
10653 #include <X11/Xlib.h>
10654 #include <X11/extensions/Xinerama.h>
10658 static typeof(XineramaQueryScreens) * func;
10663 rm -f conftest.
$ac_objext
10664 if { (ac_try
="$ac_compile"
10665 case "(($ac_try" in
10666 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10667 *) ac_try_echo=$ac_try;;
10669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10670 (eval "$ac_compile") 2>conftest.er1
10672 grep -v '^ *+' conftest.er1 >conftest.err
10674 cat conftest.err >&5
10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10676 (exit $ac_status); } && {
10677 test -z "$ac_c_werror_flag" ||
10678 test ! -s conftest.err
10679 } && test -s conftest.$ac_objext; then
10680 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10681 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10682 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10683 echo $ECHO_N "(cached) $ECHO_C" >&6
10685 ac_check_soname_save_LIBS=$LIBS
10686 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10687 cat >conftest.$ac_ext <<_ACEOF
10690 cat confdefs.h >>conftest.$ac_ext
10691 cat >>conftest.$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10694 /* Override any GCC internal prototype to avoid an error.
10695 Use char because int might match the return type of a GCC
10696 builtin and then its argument prototype would still apply. */
10700 char XineramaQueryScreens ();
10704 return XineramaQueryScreens ();
10709 rm -f conftest.$ac_objext conftest$ac_exeext
10710 if { (ac_try="$ac_link"
10711 case "(($ac_try" in
10712 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10713 *) ac_try_echo
=$ac_try;;
10715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10716 (eval "$ac_link") 2>conftest.er1
10718 grep -v '^ *+' conftest.er1
>conftest.err
10720 cat conftest.err
>&5
10721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10722 (exit $ac_status); } && {
10723 test -z "$ac_c_werror_flag" ||
10724 test ! -s conftest.err
10725 } && test -s conftest
$ac_exeext &&
10726 $as_test_x conftest
$ac_exeext; then
10729 dylib
) ac_cv_lib_soname_Xinerama
=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10730 *) ac_cv_lib_soname_Xinerama
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10733 echo "$as_me: failed program was:" >&5
10734 sed 's/^/| /' conftest.
$ac_ext >&5
10739 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
10740 conftest
$ac_exeext conftest.
$ac_ext
10741 LIBS
=$ac_check_soname_save_LIBS
10743 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10744 { echo "$as_me:$LINENO: result: not found" >&5
10745 echo "${ECHO_T}not found" >&6; }
10748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10749 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10751 cat >>confdefs.h
<<_ACEOF
10752 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10759 echo "$as_me: failed program was:" >&5
10760 sed 's/^/| /' conftest.
$ac_ext >&5
10765 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
10767 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10768 case "x$with_xinerama" in
10769 x
) wine_notices
="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10771 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10772 This is an error since --with-xinerama was requested." >&5
10773 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10774 This is an error since --with-xinerama was requested." >&2;}
10775 { (exit 1); exit 1; }; } ;;
10780 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10782 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10783 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10784 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10785 echo $ECHO_N "(cached) $ECHO_C" >&6
10787 ac_check_soname_save_LIBS
=$LIBS
10788 LIBS
="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10789 cat >conftest.
$ac_ext <<_ACEOF
10792 cat confdefs.h
>>conftest.
$ac_ext
10793 cat >>conftest.
$ac_ext <<_ACEOF
10794 /* end confdefs.h. */
10796 /* Override any GCC internal prototype to avoid an error.
10797 Use char because int might match the return type of a GCC
10798 builtin and then its argument prototype would still apply. */
10802 char XCompositeRedirectWindow ();
10806 return XCompositeRedirectWindow ();
10811 rm -f conftest.
$ac_objext conftest
$ac_exeext
10812 if { (ac_try
="$ac_link"
10813 case "(($ac_try" in
10814 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10815 *) ac_try_echo=$ac_try;;
10817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10818 (eval "$ac_link") 2>conftest.er1
10820 grep -v '^ *+' conftest.er1 >conftest.err
10822 cat conftest.err >&5
10823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); } && {
10825 test -z "$ac_c_werror_flag" ||
10826 test ! -s conftest.err
10827 } && test -s conftest$ac_exeext &&
10828 $as_test_x conftest$ac_exeext; then
10831 dylib) ac_cv_lib_soname_Xcomposite=`otool
-L conftest
$ac_exeext |
grep "libXcomposite\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10832 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libXcomposite\\.$LIBEXT" |
sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10835 echo "$as_me: failed program was:" >&5
10836 sed 's/^/| /' conftest.$ac_ext >&5
10841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10842 conftest$ac_exeext conftest.$ac_ext
10843 LIBS=$ac_check_soname_save_LIBS
10845 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10846 { echo "$as_me:$LINENO: result: not found" >&5
10847 echo "${ECHO_T}not found" >&6; }
10850 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10851 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10853 cat >>confdefs.h <<_ACEOF
10854 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 case "x$with_xcomposite" in
10863 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10865 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10866 This is an error since --with-xcomposite was requested." >&5
10867 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10868 This is an error since --with-xcomposite was requested." >&2;}
10869 { (exit 1); exit 1; }; } ;;
10874 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10875 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10876 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10877 echo $ECHO_N "(cached) $ECHO_C" >&6
10879 cat >conftest.$ac_ext <<_ACEOF
10882 cat confdefs.h >>conftest.$ac_ext
10883 cat >>conftest.$ac_ext <<_ACEOF
10884 /* end confdefs.h. */
10885 #ifdef HAVE_X11_XLIB_H
10886 #include <X11/Xlib.h>
10892 static XICCallback ac_aggr;
10893 if (ac_aggr.callback)
10899 rm -f conftest.$ac_objext
10900 if { (ac_try="$ac_compile"
10901 case "(($ac_try" in
10902 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
10903 *) ac_try_echo
=$ac_try;;
10905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10906 (eval "$ac_compile") 2>conftest.er1
10908 grep -v '^ *+' conftest.er1
>conftest.err
10910 cat conftest.err
>&5
10911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } && {
10913 test -z "$ac_c_werror_flag" ||
10914 test ! -s conftest.err
10915 } && test -s conftest.
$ac_objext; then
10916 ac_cv_member_XICCallback_callback
=yes
10918 echo "$as_me: failed program was:" >&5
10919 sed 's/^/| /' conftest.
$ac_ext >&5
10921 cat >conftest.
$ac_ext <<_ACEOF
10924 cat confdefs.h
>>conftest.
$ac_ext
10925 cat >>conftest.
$ac_ext <<_ACEOF
10926 /* end confdefs.h. */
10927 #ifdef HAVE_X11_XLIB_H
10928 #include <X11/Xlib.h>
10934 static XICCallback ac_aggr;
10935 if (sizeof ac_aggr.callback)
10941 rm -f conftest.
$ac_objext
10942 if { (ac_try
="$ac_compile"
10943 case "(($ac_try" in
10944 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
10945 *) ac_try_echo=$ac_try;;
10947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10948 (eval "$ac_compile") 2>conftest.er1
10950 grep -v '^ *+' conftest.er1 >conftest.err
10952 cat conftest.err >&5
10953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10954 (exit $ac_status); } && {
10955 test -z "$ac_c_werror_flag" ||
10956 test ! -s conftest.err
10957 } && test -s conftest.$ac_objext; then
10958 ac_cv_member_XICCallback_callback=yes
10960 echo "$as_me: failed program was:" >&5
10961 sed 's/^/| /' conftest.$ac_ext >&5
10963 ac_cv_member_XICCallback_callback=no
10966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10971 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10972 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10973 if test $ac_cv_member_XICCallback_callback = yes; then
10975 cat >>confdefs.h <<_ACEOF
10976 #define HAVE_XICCALLBACK_CALLBACK 1
10985 if test "x$with_opengl" != "xno"
10991 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10993 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
10994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10997 echo $ECHO_N "(cached) $ECHO_C" >&6
10999 cat >conftest.$ac_ext <<_ACEOF
11002 cat confdefs.h >>conftest.$ac_ext
11003 cat >>conftest.$ac_ext <<_ACEOF
11004 /* end confdefs.h. */
11005 #ifdef HAVE_GL_GLX_H
11006 # include <GL/glx.h>
11009 #include <$ac_header>
11011 rm -f conftest.$ac_objext
11012 if { (ac_try="$ac_compile"
11013 case "(($ac_try" in
11014 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11015 *) ac_try_echo
=$ac_try;;
11017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11018 (eval "$ac_compile") 2>conftest.er1
11020 grep -v '^ *+' conftest.er1
>conftest.err
11022 cat conftest.err
>&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); } && {
11025 test -z "$ac_c_werror_flag" ||
11026 test ! -s conftest.err
11027 } && test -s conftest.
$ac_objext; then
11028 eval "$as_ac_Header=yes"
11030 echo "$as_me: failed program was:" >&5
11031 sed 's/^/| /' conftest.
$ac_ext >&5
11033 eval "$as_ac_Header=no"
11036 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11038 ac_res
=`eval echo '${'$as_ac_Header'}'`
11039 { echo "$as_me:$LINENO: result: $ac_res" >&5
11040 echo "${ECHO_T}$ac_res" >&6; }
11041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11042 cat >>confdefs.h
<<_ACEOF
11043 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11050 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11052 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11053 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11054 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11055 echo $ECHO_N "(cached) $ECHO_C" >&6
11057 cat >conftest.
$ac_ext <<_ACEOF
11060 cat confdefs.h
>>conftest.
$ac_ext
11061 cat >>conftest.
$ac_ext <<_ACEOF
11062 /* end confdefs.h. */
11067 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11072 rm -f conftest.
$ac_objext
11073 if { (ac_try
="$ac_compile"
11074 case "(($ac_try" in
11075 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11076 *) ac_try_echo=$ac_try;;
11078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11079 (eval "$ac_compile") 2>conftest.er1
11081 grep -v '^ *+' conftest.er1 >conftest.err
11083 cat conftest.err >&5
11084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11085 (exit $ac_status); } && {
11086 test -z "$ac_c_werror_flag" ||
11087 test ! -s conftest.err
11088 } && test -s conftest.$ac_objext; then
11089 wine_cv_opengl_header_version_OK="yes"
11091 echo "$as_me: failed program was:" >&5
11092 sed 's/^/| /' conftest.$ac_ext >&5
11094 wine_cv_opengl_header_version_OK="no"
11097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11099 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11100 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11102 if test "$wine_cv_opengl_header_version_OK" = "yes"
11104 { echo "$as_me:$LINENO: checking for -lGL" >&5
11105 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11106 if test "${ac_cv_lib_soname_GL+set}" = set; then
11107 echo $ECHO_N "(cached) $ECHO_C" >&6
11109 ac_check_soname_save_LIBS=$LIBS
11110 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11111 cat >conftest.$ac_ext <<_ACEOF
11114 cat confdefs.h >>conftest.$ac_ext
11115 cat >>conftest.$ac_ext <<_ACEOF
11116 /* end confdefs.h. */
11118 /* Override any GCC internal prototype to avoid an error.
11119 Use char because int might match the return type of a GCC
11120 builtin and then its argument prototype would still apply. */
11124 char glXCreateContext ();
11128 return glXCreateContext ();
11133 rm -f conftest.$ac_objext conftest$ac_exeext
11134 if { (ac_try="$ac_link"
11135 case "(($ac_try" in
11136 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11137 *) ac_try_echo
=$ac_try;;
11139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11140 (eval "$ac_link") 2>conftest.er1
11142 grep -v '^ *+' conftest.er1
>conftest.err
11144 cat conftest.err
>&5
11145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11146 (exit $ac_status); } && {
11147 test -z "$ac_c_werror_flag" ||
11148 test ! -s conftest.err
11149 } && test -s conftest
$ac_exeext &&
11150 $as_test_x conftest
$ac_exeext; then
11153 dylib
) ac_cv_lib_soname_GL
=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11154 *) ac_cv_lib_soname_GL
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11157 echo "$as_me: failed program was:" >&5
11158 sed 's/^/| /' conftest.
$ac_ext >&5
11163 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11164 conftest
$ac_exeext conftest.
$ac_ext
11165 LIBS
=$ac_check_soname_save_LIBS
11167 if test "x$ac_cv_lib_soname_GL" = "x"; then
11168 { echo "$as_me:$LINENO: result: not found" >&5
11169 echo "${ECHO_T}not found" >&6; }
11170 { echo "$as_me:$LINENO: checking for -lGL" >&5
11171 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11172 if test "${ac_cv_lib_soname_GL+set}" = set; then
11173 echo $ECHO_N "(cached) $ECHO_C" >&6
11175 ac_check_soname_save_LIBS
=$LIBS
11176 LIBS
="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11177 cat >conftest.
$ac_ext <<_ACEOF
11180 cat confdefs.h
>>conftest.
$ac_ext
11181 cat >>conftest.
$ac_ext <<_ACEOF
11182 /* end confdefs.h. */
11184 /* Override any GCC internal prototype to avoid an error.
11185 Use char because int might match the return type of a GCC
11186 builtin and then its argument prototype would still apply. */
11190 char glXCreateContext ();
11194 return glXCreateContext ();
11199 rm -f conftest.
$ac_objext conftest
$ac_exeext
11200 if { (ac_try
="$ac_link"
11201 case "(($ac_try" in
11202 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11203 *) ac_try_echo=$ac_try;;
11205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11206 (eval "$ac_link") 2>conftest.er1
11208 grep -v '^ *+' conftest.er1 >conftest.err
11210 cat conftest.err >&5
11211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212 (exit $ac_status); } && {
11213 test -z "$ac_c_werror_flag" ||
11214 test ! -s conftest.err
11215 } && test -s conftest$ac_exeext &&
11216 $as_test_x conftest$ac_exeext; then
11219 dylib) ac_cv_lib_soname_GL=`otool
-L conftest
$ac_exeext |
grep "libGL\\.[0-9A-Za-z.]*dylib" |
sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11220 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libGL\\.$LIBEXT" |
sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11223 echo "$as_me: failed program was:" >&5
11224 sed 's/^/| /' conftest.$ac_ext >&5
11229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11230 conftest$ac_exeext conftest.$ac_ext
11231 LIBS=$ac_check_soname_save_LIBS
11233 if test "x$ac_cv_lib_soname_GL" = "x"; then
11234 { echo "$as_me:$LINENO: result: not found" >&5
11235 echo "${ECHO_T}not found" >&6; }
11236 if test -f /usr/X11R6/lib/libGL.a
11238 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11239 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11241 opengl_msg="No OpenGL library found on this system."
11244 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11245 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11247 cat >>confdefs.h <<_ACEOF
11248 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11251 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11252 OPENGLFILES='$(OPENGLFILES)'
11254 cat >>confdefs.h <<\_ACEOF
11255 #define HAVE_OPENGL 1
11261 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11262 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11264 cat >>confdefs.h <<_ACEOF
11265 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11269 OPENGLFILES='$(OPENGLFILES)'
11271 cat >>confdefs.h <<\_ACEOF
11272 #define HAVE_OPENGL 1
11277 if test "$ac_cv_header_GL_glu_h" = "yes"
11279 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11280 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11281 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11282 echo $ECHO_N "(cached) $ECHO_C" >&6
11284 ac_check_soname_save_LIBS=$LIBS
11285 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11286 cat >conftest.$ac_ext <<_ACEOF
11289 cat confdefs.h >>conftest.$ac_ext
11290 cat >>conftest.$ac_ext <<_ACEOF
11291 /* end confdefs.h. */
11293 /* Override any GCC internal prototype to avoid an error.
11294 Use char because int might match the return type of a GCC
11295 builtin and then its argument prototype would still apply. */
11303 return gluLookAt ();
11308 rm -f conftest.$ac_objext conftest$ac_exeext
11309 if { (ac_try="$ac_link"
11310 case "(($ac_try" in
11311 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11312 *) ac_try_echo
=$ac_try;;
11314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11315 (eval "$ac_link") 2>conftest.er1
11317 grep -v '^ *+' conftest.er1
>conftest.err
11319 cat conftest.err
>&5
11320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11321 (exit $ac_status); } && {
11322 test -z "$ac_c_werror_flag" ||
11323 test ! -s conftest.err
11324 } && test -s conftest
$ac_exeext &&
11325 $as_test_x conftest
$ac_exeext; then
11328 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'` ;;
11329 *) ac_cv_lib_soname_GLU
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11332 echo "$as_me: failed program was:" >&5
11333 sed 's/^/| /' conftest.
$ac_ext >&5
11338 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11339 conftest
$ac_exeext conftest.
$ac_ext
11340 LIBS
=$ac_check_soname_save_LIBS
11342 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11343 { echo "$as_me:$LINENO: result: not found" >&5
11344 echo "${ECHO_T}not found" >&6; }
11347 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11348 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11350 cat >>confdefs.h
<<_ACEOF
11351 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11354 GLU32FILES
='$(GLU32FILES)'
11358 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11359 case "x$with_glu" in
11360 x
) wine_notices
="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11362 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11363 This is an error since --with-glu was requested." >&5
11364 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11365 This is an error since --with-glu was requested." >&2;}
11366 { (exit 1); exit 1; }; } ;;
11371 opengl_msg
="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11374 opengl_msg
="OpenGL development headers not found."
11377 if test -n "$opengl_msg"; then
11378 case "x$with_opengl" in
11379 x
) wine_warnings
="$wine_warnings|$opengl_msg
11380 OpenGL and Direct3D won't be supported." ;;
11382 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11383 OpenGL and Direct3D won't be supported.
11384 This is an error since --with-opengl was requested." >&5
11385 echo "$as_me: error: $opengl_msg
11386 OpenGL and Direct3D won't be supported.
11387 This is an error since --with-opengl was requested." >&2;}
11388 { (exit 1); exit 1; }; } ;;
11396 for ac_header
in audio
/audiolib.h
11398 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11399 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11400 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11401 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11402 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11403 echo $ECHO_N "(cached) $ECHO_C" >&6
11405 ac_res
=`eval echo '${'$as_ac_Header'}'`
11406 { echo "$as_me:$LINENO: result: $ac_res" >&5
11407 echo "${ECHO_T}$ac_res" >&6; }
11409 # Is the header compilable?
11410 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11411 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11412 cat >conftest.
$ac_ext <<_ACEOF
11415 cat confdefs.h
>>conftest.
$ac_ext
11416 cat >>conftest.
$ac_ext <<_ACEOF
11417 /* end confdefs.h. */
11418 $ac_includes_default
11419 #include <$ac_header>
11421 rm -f conftest.
$ac_objext
11422 if { (ac_try
="$ac_compile"
11423 case "(($ac_try" in
11424 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11425 *) ac_try_echo=$ac_try;;
11427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11428 (eval "$ac_compile") 2>conftest.er1
11430 grep -v '^ *+' conftest.er1 >conftest.err
11432 cat conftest.err >&5
11433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11434 (exit $ac_status); } && {
11435 test -z "$ac_c_werror_flag" ||
11436 test ! -s conftest.err
11437 } && test -s conftest.$ac_objext; then
11438 ac_header_compiler=yes
11440 echo "$as_me: failed program was:" >&5
11441 sed 's/^/| /' conftest.$ac_ext >&5
11443 ac_header_compiler=no
11446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11447 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11448 echo "${ECHO_T}$ac_header_compiler" >&6; }
11450 # Is the header present?
11451 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11452 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11453 cat >conftest.$ac_ext <<_ACEOF
11456 cat confdefs.h >>conftest.$ac_ext
11457 cat >>conftest.$ac_ext <<_ACEOF
11458 /* end confdefs.h. */
11459 #include <$ac_header>
11461 if { (ac_try="$ac_cpp conftest.$ac_ext"
11462 case "(($ac_try" in
11463 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11464 *) ac_try_echo
=$ac_try;;
11466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11467 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11469 grep -v '^ *+' conftest.er1
>conftest.err
11471 cat conftest.err
>&5
11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 (exit $ac_status); } >/dev
/null
&& {
11474 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11475 test ! -s conftest.err
11477 ac_header_preproc
=yes
11479 echo "$as_me: failed program was:" >&5
11480 sed 's/^/| /' conftest.
$ac_ext >&5
11482 ac_header_preproc
=no
11485 rm -f conftest.err conftest.
$ac_ext
11486 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11487 echo "${ECHO_T}$ac_header_preproc" >&6; }
11489 # So? What about this header?
11490 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11492 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11493 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11494 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11495 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11496 ac_header_preproc
=yes
11499 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11500 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11501 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11502 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11503 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11504 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11505 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11506 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11507 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11508 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11509 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11510 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11512 ## ------------------------------------ ##
11513 ## Report this to wine-devel@winehq.org ##
11514 ## ------------------------------------ ##
11516 ) |
sed "s/^/$as_me: WARNING: /" >&2
11519 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11520 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11521 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11522 echo $ECHO_N "(cached) $ECHO_C" >&6
11524 eval "$as_ac_Header=\$ac_header_preproc"
11526 ac_res
=`eval echo '${'$as_ac_Header'}'`
11527 { echo "$as_me:$LINENO: result: $ac_res" >&5
11528 echo "${ECHO_T}$ac_res" >&6; }
11531 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11532 cat >>confdefs.h
<<_ACEOF
11533 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11536 for ac_header
in audio
/soundlib.h
11538 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11539 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11540 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11541 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11542 echo $ECHO_N "(cached) $ECHO_C" >&6
11544 cat >conftest.
$ac_ext <<_ACEOF
11547 cat confdefs.h
>>conftest.
$ac_ext
11548 cat >>conftest.
$ac_ext <<_ACEOF
11549 /* end confdefs.h. */
11550 #include <audio/audiolib.h>
11552 #include <$ac_header>
11554 rm -f conftest.
$ac_objext
11555 if { (ac_try
="$ac_compile"
11556 case "(($ac_try" in
11557 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11558 *) ac_try_echo=$ac_try;;
11560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11561 (eval "$ac_compile") 2>conftest.er1
11563 grep -v '^ *+' conftest.er1 >conftest.err
11565 cat conftest.err >&5
11566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11567 (exit $ac_status); } && {
11568 test -z "$ac_c_werror_flag" ||
11569 test ! -s conftest.err
11570 } && test -s conftest.$ac_objext; then
11571 eval "$as_ac_Header=yes"
11573 echo "$as_me: failed program was:" >&5
11574 sed 's/^/| /' conftest.$ac_ext >&5
11576 eval "$as_ac_Header=no"
11579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11581 ac_res=`eval echo '${'$as_ac_Header'}'`
11582 { echo "$as_me:$LINENO: result: $ac_res" >&5
11583 echo "${ECHO_T}$ac_res" >&6; }
11584 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11585 cat >>confdefs.h <<_ACEOF
11586 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11593 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11594 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11595 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11596 echo $ECHO_N "(cached) $ECHO_C" >&6
11598 ac_check_lib_save_LIBS=$LIBS
11599 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11600 cat >conftest.$ac_ext <<_ACEOF
11603 cat confdefs.h >>conftest.$ac_ext
11604 cat >>conftest.$ac_ext <<_ACEOF
11605 /* end confdefs.h. */
11607 /* Override any GCC internal prototype to avoid an error.
11608 Use char because int might match the return type of a GCC
11609 builtin and then its argument prototype would still apply. */
11613 char AuCreateFlow ();
11617 return AuCreateFlow ();
11622 rm -f conftest.$ac_objext conftest$ac_exeext
11623 if { (ac_try="$ac_link"
11624 case "(($ac_try" in
11625 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11626 *) ac_try_echo
=$ac_try;;
11628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11629 (eval "$ac_link") 2>conftest.er1
11631 grep -v '^ *+' conftest.er1
>conftest.err
11633 cat conftest.err
>&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); } && {
11636 test -z "$ac_c_werror_flag" ||
11637 test ! -s conftest.err
11638 } && test -s conftest
$ac_exeext &&
11639 $as_test_x conftest
$ac_exeext; then
11640 ac_cv_lib_audio_AuCreateFlow
=yes
11642 echo "$as_me: failed program was:" >&5
11643 sed 's/^/| /' conftest.
$ac_ext >&5
11645 ac_cv_lib_audio_AuCreateFlow
=no
11648 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11649 conftest
$ac_exeext conftest.
$ac_ext
11650 LIBS
=$ac_check_lib_save_LIBS
11652 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11653 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11654 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11656 cat >>confdefs.h
<<\_ACEOF
11660 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11661 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11662 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11663 echo $ECHO_N "(cached) $ECHO_C" >&6
11665 ac_check_lib_save_LIBS
=$LIBS
11666 LIBS
="-lXau $X_LIBS $LIBS"
11667 cat >conftest.
$ac_ext <<_ACEOF
11670 cat confdefs.h
>>conftest.
$ac_ext
11671 cat >>conftest.
$ac_ext <<_ACEOF
11672 /* end confdefs.h. */
11674 /* Override any GCC internal prototype to avoid an error.
11675 Use char because int might match the return type of a GCC
11676 builtin and then its argument prototype would still apply. */
11680 char XauGetBestAuthByAddr ();
11684 return XauGetBestAuthByAddr ();
11689 rm -f conftest.
$ac_objext conftest
$ac_exeext
11690 if { (ac_try
="$ac_link"
11691 case "(($ac_try" in
11692 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11693 *) ac_try_echo=$ac_try;;
11695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11696 (eval "$ac_link") 2>conftest.er1
11698 grep -v '^ *+' conftest.er1 >conftest.err
11700 cat conftest.err >&5
11701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11702 (exit $ac_status); } && {
11703 test -z "$ac_c_werror_flag" ||
11704 test ! -s conftest.err
11705 } && test -s conftest$ac_exeext &&
11706 $as_test_x conftest$ac_exeext; then
11707 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11709 echo "$as_me: failed program was:" >&5
11710 sed 's/^/| /' conftest.$ac_ext >&5
11712 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11716 conftest$ac_exeext conftest.$ac_ext
11717 LIBS=$ac_check_lib_save_LIBS
11719 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11720 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11721 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11722 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11724 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11735 CPPFLAGS="$ac_save_CPPFLAGS"
11742 if test "x$XLIB" = "x"; then
11745 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11746 without X support, which probably isn't what you want. You will need to install
11747 development packages of Xlib/Xfree86 at the very least.
11748 Use the --without-x option if you really want this." >&5
11749 echo "$as_me: error: X development files not found. Wine will be built
11750 without X support, which probably isn't what you want. You will need to install
11751 development packages of Xlib/Xfree86 at the very least.
11752 Use the --without-x option if you really want this." >&2;}
11753 { (exit 1); exit 1; }; } ;;
11767 if test "x$with_xml" != "xno"
11769 ac_save_CPPFLAGS="$CPPFLAGS"
11770 if test "$PKG_CONFIG" != "false"
11772 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0
2>/dev
/null
`"
11773 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0
2>/dev
/null
`"
11775 ac_xml_libs="`xml2-config
--libs 2>/dev
/null
`"
11776 ac_xml_cflags="`xml2-config
--cflags 2>/dev
/null
`"
11778 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11780 for ac_header in libxml/parser.h
11782 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
11783 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11784 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11785 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11787 echo $ECHO_N "(cached) $ECHO_C" >&6
11789 ac_res=`eval echo '${'$as_ac_Header'}'`
11790 { echo "$as_me:$LINENO: result: $ac_res" >&5
11791 echo "${ECHO_T}$ac_res" >&6; }
11793 # Is the header compilable?
11794 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11795 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11796 cat >conftest.$ac_ext <<_ACEOF
11799 cat confdefs.h >>conftest.$ac_ext
11800 cat >>conftest.$ac_ext <<_ACEOF
11801 /* end confdefs.h. */
11802 $ac_includes_default
11803 #include <$ac_header>
11805 rm -f conftest.$ac_objext
11806 if { (ac_try="$ac_compile"
11807 case "(($ac_try" in
11808 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11809 *) ac_try_echo
=$ac_try;;
11811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11812 (eval "$ac_compile") 2>conftest.er1
11814 grep -v '^ *+' conftest.er1
>conftest.err
11816 cat conftest.err
>&5
11817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11818 (exit $ac_status); } && {
11819 test -z "$ac_c_werror_flag" ||
11820 test ! -s conftest.err
11821 } && test -s conftest.
$ac_objext; then
11822 ac_header_compiler
=yes
11824 echo "$as_me: failed program was:" >&5
11825 sed 's/^/| /' conftest.
$ac_ext >&5
11827 ac_header_compiler
=no
11830 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
11831 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11832 echo "${ECHO_T}$ac_header_compiler" >&6; }
11834 # Is the header present?
11835 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11836 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11837 cat >conftest.
$ac_ext <<_ACEOF
11840 cat confdefs.h
>>conftest.
$ac_ext
11841 cat >>conftest.
$ac_ext <<_ACEOF
11842 /* end confdefs.h. */
11843 #include <$ac_header>
11845 if { (ac_try
="$ac_cpp conftest.$ac_ext"
11846 case "(($ac_try" in
11847 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
11848 *) ac_try_echo=$ac_try;;
11850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11851 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11853 grep -v '^ *+' conftest.er1 >conftest.err
11855 cat conftest.err >&5
11856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11857 (exit $ac_status); } >/dev/null && {
11858 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11859 test ! -s conftest.err
11861 ac_header_preproc=yes
11863 echo "$as_me: failed program was:" >&5
11864 sed 's/^/| /' conftest.$ac_ext >&5
11866 ac_header_preproc=no
11869 rm -f conftest.err conftest.$ac_ext
11870 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11871 echo "${ECHO_T}$ac_header_preproc" >&6; }
11873 # So? What about this header?
11874 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11876 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11877 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11878 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11879 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11880 ac_header_preproc=yes
11883 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11884 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11885 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11886 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11887 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11888 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11890 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11891 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11892 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11893 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11894 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11896 ## ------------------------------------ ##
11897 ## Report this to wine-devel@winehq.org ##
11898 ## ------------------------------------ ##
11900 ) | sed "s/^/$as_me: WARNING: /" >&2
11903 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11904 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11905 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11906 echo $ECHO_N "(cached) $ECHO_C" >&6
11908 eval "$as_ac_Header=\$ac_header_preproc"
11910 ac_res=`eval echo '${'$as_ac_Header'}'`
11911 { echo "$as_me:$LINENO: result: $ac_res" >&5
11912 echo "${ECHO_T}$ac_res" >&6; }
11915 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11916 cat >>confdefs.h <<_ACEOF
11917 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
11919 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11920 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11921 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11922 echo $ECHO_N "(cached) $ECHO_C" >&6
11924 ac_check_lib_save_LIBS=$LIBS
11925 LIBS="-lxml2 $ac_xml_libs $LIBS"
11926 cat >conftest.$ac_ext <<_ACEOF
11929 cat confdefs.h >>conftest.$ac_ext
11930 cat >>conftest.$ac_ext <<_ACEOF
11931 /* end confdefs.h. */
11933 /* Override any GCC internal prototype to avoid an error.
11934 Use char because int might match the return type of a GCC
11935 builtin and then its argument prototype would still apply. */
11939 char xmlParseMemory ();
11943 return xmlParseMemory ();
11948 rm -f conftest.$ac_objext conftest$ac_exeext
11949 if { (ac_try="$ac_link"
11950 case "(($ac_try" in
11951 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
11952 *) ac_try_echo
=$ac_try;;
11954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11955 (eval "$ac_link") 2>conftest.er1
11957 grep -v '^ *+' conftest.er1
>conftest.err
11959 cat conftest.err
>&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } && {
11962 test -z "$ac_c_werror_flag" ||
11963 test ! -s conftest.err
11964 } && test -s conftest
$ac_exeext &&
11965 $as_test_x conftest
$ac_exeext; then
11966 ac_cv_lib_xml2_xmlParseMemory
=yes
11968 echo "$as_me: failed program was:" >&5
11969 sed 's/^/| /' conftest.
$ac_ext >&5
11971 ac_cv_lib_xml2_xmlParseMemory
=no
11974 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
11975 conftest
$ac_exeext conftest.
$ac_ext
11976 LIBS
=$ac_check_lib_save_LIBS
11978 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11979 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11980 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11982 cat >>confdefs.h
<<\_ACEOF
11983 #define HAVE_LIBXML2 1
11986 XML2LIBS
="$ac_xml_libs"
11987 XML2INCL
="$ac_xml_cflags"
11990 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11991 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11992 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11993 echo $ECHO_N "(cached) $ECHO_C" >&6
11995 ac_check_lib_save_LIBS
=$LIBS
11996 LIBS
="-lxml2 $ac_xml_libs $LIBS"
11997 cat >conftest.
$ac_ext <<_ACEOF
12000 cat confdefs.h
>>conftest.
$ac_ext
12001 cat >>conftest.
$ac_ext <<_ACEOF
12002 /* end confdefs.h. */
12004 /* Override any GCC internal prototype to avoid an error.
12005 Use char because int might match the return type of a GCC
12006 builtin and then its argument prototype would still apply. */
12010 char xmlReadMemory ();
12014 return xmlReadMemory ();
12019 rm -f conftest.
$ac_objext conftest
$ac_exeext
12020 if { (ac_try
="$ac_link"
12021 case "(($ac_try" in
12022 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12023 *) ac_try_echo=$ac_try;;
12025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12026 (eval "$ac_link") 2>conftest.er1
12028 grep -v '^ *+' conftest.er1 >conftest.err
12030 cat conftest.err >&5
12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12032 (exit $ac_status); } && {
12033 test -z "$ac_c_werror_flag" ||
12034 test ! -s conftest.err
12035 } && test -s conftest$ac_exeext &&
12036 $as_test_x conftest$ac_exeext; then
12037 ac_cv_lib_xml2_xmlReadMemory=yes
12039 echo "$as_me: failed program was:" >&5
12040 sed 's/^/| /' conftest.$ac_ext >&5
12042 ac_cv_lib_xml2_xmlReadMemory=no
12045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12046 conftest$ac_exeext conftest.$ac_ext
12047 LIBS=$ac_check_lib_save_LIBS
12049 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12050 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12051 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12053 cat >>confdefs.h <<\_ACEOF
12054 #define HAVE_XMLREADMEMORY 1
12059 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12060 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12061 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12062 echo $ECHO_N "(cached) $ECHO_C" >&6
12064 ac_check_lib_save_LIBS=$LIBS
12065 LIBS="-lxml2 $ac_xml_libs $LIBS"
12066 cat >conftest.$ac_ext <<_ACEOF
12069 cat confdefs.h >>conftest.$ac_ext
12070 cat >>conftest.$ac_ext <<_ACEOF
12071 /* end confdefs.h. */
12073 /* Override any GCC internal prototype to avoid an error.
12074 Use char because int might match the return type of a GCC
12075 builtin and then its argument prototype would still apply. */
12079 char xmlNewDocPI ();
12083 return xmlNewDocPI ();
12088 rm -f conftest.$ac_objext conftest$ac_exeext
12089 if { (ac_try="$ac_link"
12090 case "(($ac_try" in
12091 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12092 *) ac_try_echo
=$ac_try;;
12094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12095 (eval "$ac_link") 2>conftest.er1
12097 grep -v '^ *+' conftest.er1
>conftest.err
12099 cat conftest.err
>&5
12100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12101 (exit $ac_status); } && {
12102 test -z "$ac_c_werror_flag" ||
12103 test ! -s conftest.err
12104 } && test -s conftest
$ac_exeext &&
12105 $as_test_x conftest
$ac_exeext; then
12106 ac_cv_lib_xml2_xmlNewDocPI
=yes
12108 echo "$as_me: failed program was:" >&5
12109 sed 's/^/| /' conftest.
$ac_ext >&5
12111 ac_cv_lib_xml2_xmlNewDocPI
=no
12114 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12115 conftest
$ac_exeext conftest.
$ac_ext
12116 LIBS
=$ac_check_lib_save_LIBS
12118 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12119 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12120 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12122 cat >>confdefs.h
<<\_ACEOF
12123 #define HAVE_XMLNEWDOCPI 1
12133 CPPFLAGS
="$ac_save_CPPFLAGS"
12135 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12136 case "x$with_xml" in
12137 x
) wine_warnings
="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12139 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12140 This is an error since --with-xml was requested." >&5
12141 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12142 This is an error since --with-xml was requested." >&2;}
12143 { (exit 1); exit 1; }; } ;;
12148 if test "x$with_xslt" != "xno"
12150 if test "$PKG_CONFIG" != "false"
12152 ac_xslt_libs
="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12153 ac_xslt_cflags
="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12155 ac_xslt_libs
="`xslt-config --libs 2>/dev/null`"
12156 ac_xslt_cflags
="`xslt-config --cflags 2>/dev/null`"
12158 ac_save_CPPFLAGS
="$CPPFLAGS"
12159 CPPFLAGS
="$CPPFLAGS $ac_xslt_cflags"
12162 for ac_header
in libxslt
/pattern.h libxslt
/transform.h
12164 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12165 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12166 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12167 if { as_var
=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12168 echo $ECHO_N "(cached) $ECHO_C" >&6
12170 cat >conftest.
$ac_ext <<_ACEOF
12173 cat confdefs.h
>>conftest.
$ac_ext
12174 cat >>conftest.
$ac_ext <<_ACEOF
12175 /* end confdefs.h. */
12176 #ifdef HAVE_LIBXSLT_PATTERN_H
12177 # include <libxslt/pattern.h>
12180 #include <$ac_header>
12182 rm -f conftest.
$ac_objext
12183 if { (ac_try
="$ac_compile"
12184 case "(($ac_try" in
12185 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12186 *) ac_try_echo=$ac_try;;
12188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12189 (eval "$ac_compile") 2>conftest.er1
12191 grep -v '^ *+' conftest.er1 >conftest.err
12193 cat conftest.err >&5
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); } && {
12196 test -z "$ac_c_werror_flag" ||
12197 test ! -s conftest.err
12198 } && test -s conftest.$ac_objext; then
12199 eval "$as_ac_Header=yes"
12201 echo "$as_me: failed program was:" >&5
12202 sed 's/^/| /' conftest.$ac_ext >&5
12204 eval "$as_ac_Header=no"
12207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12209 ac_res=`eval echo '${'$as_ac_Header'}'`
12210 { echo "$as_me:$LINENO: result: $ac_res" >&5
12211 echo "${ECHO_T}$ac_res" >&6; }
12212 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12213 cat >>confdefs.h <<_ACEOF
12214 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12221 CPPFLAGS="$ac_save_CPPFLAGS"
12222 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12224 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12225 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12226 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12227 echo $ECHO_N "(cached) $ECHO_C" >&6
12229 ac_check_lib_save_LIBS=$LIBS
12230 LIBS="-lxslt $ac_xslt_libs $LIBS"
12231 cat >conftest.$ac_ext <<_ACEOF
12234 cat confdefs.h >>conftest.$ac_ext
12235 cat >>conftest.$ac_ext <<_ACEOF
12236 /* end confdefs.h. */
12238 /* Override any GCC internal prototype to avoid an error.
12239 Use char because int might match the return type of a GCC
12240 builtin and then its argument prototype would still apply. */
12244 char xsltCompilePattern ();
12248 return xsltCompilePattern ();
12253 rm -f conftest.$ac_objext conftest$ac_exeext
12254 if { (ac_try="$ac_link"
12255 case "(($ac_try" in
12256 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12257 *) ac_try_echo
=$ac_try;;
12259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12260 (eval "$ac_link") 2>conftest.er1
12262 grep -v '^ *+' conftest.er1
>conftest.err
12264 cat conftest.err
>&5
12265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12266 (exit $ac_status); } && {
12267 test -z "$ac_c_werror_flag" ||
12268 test ! -s conftest.err
12269 } && test -s conftest
$ac_exeext &&
12270 $as_test_x conftest
$ac_exeext; then
12271 ac_cv_lib_xslt_xsltCompilePattern
=yes
12273 echo "$as_me: failed program was:" >&5
12274 sed 's/^/| /' conftest.
$ac_ext >&5
12276 ac_cv_lib_xslt_xsltCompilePattern
=no
12279 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12280 conftest
$ac_exeext conftest.
$ac_ext
12281 LIBS
=$ac_check_lib_save_LIBS
12283 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12284 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12285 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12287 cat >>confdefs.h
<<\_ACEOF
12288 #define HAVE_LIBXSLT 1
12291 XSLTLIBS
="$ac_xslt_libs"
12292 XSLTINCL
="$ac_xslt_cflags"
12293 ac_save_LIBS
="$LIBS"
12294 LIBS
="$LIBS $ac_xslt_libs"
12296 for ac_func
in xsltInit
12298 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12299 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12300 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12301 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12302 echo $ECHO_N "(cached) $ECHO_C" >&6
12304 cat >conftest.
$ac_ext <<_ACEOF
12307 cat confdefs.h
>>conftest.
$ac_ext
12308 cat >>conftest.
$ac_ext <<_ACEOF
12309 /* end confdefs.h. */
12310 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12311 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12312 #define $ac_func innocuous_$ac_func
12314 /* System header to define __stub macros and hopefully few prototypes,
12315 which can conflict with char $ac_func (); below.
12316 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12317 <limits.h> exists even on freestanding compilers. */
12320 # include <limits.h>
12322 # include <assert.h>
12327 /* Override any GCC internal prototype to avoid an error.
12328 Use char because int might match the return type of a GCC
12329 builtin and then its argument prototype would still apply. */
12334 /* The GNU C library defines this for functions which it implements
12335 to always fail with ENOSYS. Some functions are actually named
12336 something starting with __ and the normal name is an alias. */
12337 #if defined __stub_$ac_func || defined __stub___$ac_func
12344 return $ac_func ();
12349 rm -f conftest.
$ac_objext conftest
$ac_exeext
12350 if { (ac_try
="$ac_link"
12351 case "(($ac_try" in
12352 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12353 *) ac_try_echo=$ac_try;;
12355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12356 (eval "$ac_link") 2>conftest.er1
12358 grep -v '^ *+' conftest.er1 >conftest.err
12360 cat conftest.err >&5
12361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12362 (exit $ac_status); } && {
12363 test -z "$ac_c_werror_flag" ||
12364 test ! -s conftest.err
12365 } && test -s conftest$ac_exeext &&
12366 $as_test_x conftest$ac_exeext; then
12367 eval "$as_ac_var=yes"
12369 echo "$as_me: failed program was:" >&5
12370 sed 's/^/| /' conftest.$ac_ext >&5
12372 eval "$as_ac_var=no"
12375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12376 conftest$ac_exeext conftest.$ac_ext
12378 ac_res=`eval echo '${'$as_ac_var'}'`
12379 { echo "$as_me:$LINENO: result: $ac_res" >&5
12380 echo "${ECHO_T}$ac_res" >&6; }
12381 if test `eval echo '${'$as_ac_var'}'` = yes; then
12382 cat >>confdefs.h <<_ACEOF
12383 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
12389 LIBS="$ac_save_LIBS"
12394 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12395 case "x$with_xslt" in
12396 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12398 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12399 This is an error since --with-xslt was requested." >&5
12400 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12401 This is an error since --with-xslt was requested." >&2;}
12402 { (exit 1); exit 1; }; } ;;
12409 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12411 ac_save_CPPFLAGS="$CPPFLAGS"
12412 ac_hal_libs="`$PKG_CONFIG --libs hal
2>/dev
/null
`"
12413 ac_hal_cflags="`$PKG_CONFIG --cflags hal
2>/dev
/null
`"
12414 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12417 for ac_header in dbus/dbus.h hal/libhal.h
12419 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
12420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12421 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12422 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12424 echo $ECHO_N "(cached) $ECHO_C" >&6
12426 ac_res=`eval echo '${'$as_ac_Header'}'`
12427 { echo "$as_me:$LINENO: result: $ac_res" >&5
12428 echo "${ECHO_T}$ac_res" >&6; }
12430 # Is the header compilable?
12431 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12432 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12433 cat >conftest.$ac_ext <<_ACEOF
12436 cat confdefs.h >>conftest.$ac_ext
12437 cat >>conftest.$ac_ext <<_ACEOF
12438 /* end confdefs.h. */
12439 $ac_includes_default
12440 #include <$ac_header>
12442 rm -f conftest.$ac_objext
12443 if { (ac_try="$ac_compile"
12444 case "(($ac_try" in
12445 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12446 *) ac_try_echo
=$ac_try;;
12448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12449 (eval "$ac_compile") 2>conftest.er1
12451 grep -v '^ *+' conftest.er1
>conftest.err
12453 cat conftest.err
>&5
12454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12455 (exit $ac_status); } && {
12456 test -z "$ac_c_werror_flag" ||
12457 test ! -s conftest.err
12458 } && test -s conftest.
$ac_objext; then
12459 ac_header_compiler
=yes
12461 echo "$as_me: failed program was:" >&5
12462 sed 's/^/| /' conftest.
$ac_ext >&5
12464 ac_header_compiler
=no
12467 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
12468 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12469 echo "${ECHO_T}$ac_header_compiler" >&6; }
12471 # Is the header present?
12472 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12473 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12474 cat >conftest.
$ac_ext <<_ACEOF
12477 cat confdefs.h
>>conftest.
$ac_ext
12478 cat >>conftest.
$ac_ext <<_ACEOF
12479 /* end confdefs.h. */
12480 #include <$ac_header>
12482 if { (ac_try
="$ac_cpp conftest.$ac_ext"
12483 case "(($ac_try" in
12484 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12485 *) ac_try_echo=$ac_try;;
12487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12488 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12490 grep -v '^ *+' conftest.er1 >conftest.err
12492 cat conftest.err >&5
12493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12494 (exit $ac_status); } >/dev/null && {
12495 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12496 test ! -s conftest.err
12498 ac_header_preproc=yes
12500 echo "$as_me: failed program was:" >&5
12501 sed 's/^/| /' conftest.$ac_ext >&5
12503 ac_header_preproc=no
12506 rm -f conftest.err conftest.$ac_ext
12507 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12508 echo "${ECHO_T}$ac_header_preproc" >&6; }
12510 # So? What about this header?
12511 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12513 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12514 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12515 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12516 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12517 ac_header_preproc=yes
12520 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12521 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12522 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12523 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12524 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12525 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12526 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12527 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12529 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12530 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12531 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12533 ## ------------------------------------ ##
12534 ## Report this to wine-devel@winehq.org ##
12535 ## ------------------------------------ ##
12537 ) | sed "s/^/$as_me: WARNING: /" >&2
12540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12543 echo $ECHO_N "(cached) $ECHO_C" >&6
12545 eval "$as_ac_Header=\$ac_header_preproc"
12547 ac_res=`eval echo '${'$as_ac_Header'}'`
12548 { echo "$as_me:$LINENO: result: $ac_res" >&5
12549 echo "${ECHO_T}$ac_res" >&6; }
12552 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12553 cat >>confdefs.h <<_ACEOF
12554 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
12561 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12563 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12564 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12565 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12566 echo $ECHO_N "(cached) $ECHO_C" >&6
12568 ac_check_lib_save_LIBS=$LIBS
12569 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12570 cat >conftest.$ac_ext <<_ACEOF
12573 cat confdefs.h >>conftest.$ac_ext
12574 cat >>conftest.$ac_ext <<_ACEOF
12575 /* end confdefs.h. */
12577 /* Override any GCC internal prototype to avoid an error.
12578 Use char because int might match the return type of a GCC
12579 builtin and then its argument prototype would still apply. */
12583 char dbus_connection_close ();
12587 return dbus_connection_close ();
12592 rm -f conftest.$ac_objext conftest$ac_exeext
12593 if { (ac_try="$ac_link"
12594 case "(($ac_try" in
12595 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12596 *) ac_try_echo
=$ac_try;;
12598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12599 (eval "$ac_link") 2>conftest.er1
12601 grep -v '^ *+' conftest.er1
>conftest.err
12603 cat conftest.err
>&5
12604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12605 (exit $ac_status); } && {
12606 test -z "$ac_c_werror_flag" ||
12607 test ! -s conftest.err
12608 } && test -s conftest
$ac_exeext &&
12609 $as_test_x conftest
$ac_exeext; then
12610 ac_cv_lib_dbus_1_dbus_connection_close
=yes
12612 echo "$as_me: failed program was:" >&5
12613 sed 's/^/| /' conftest.
$ac_ext >&5
12615 ac_cv_lib_dbus_1_dbus_connection_close
=no
12618 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12619 conftest
$ac_exeext conftest.
$ac_ext
12620 LIBS
=$ac_check_lib_save_LIBS
12622 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12623 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12624 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12625 { echo "$as_me:$LINENO: checking for -lhal" >&5
12626 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12627 if test "${ac_cv_lib_soname_hal+set}" = set; then
12628 echo $ECHO_N "(cached) $ECHO_C" >&6
12630 ac_check_soname_save_LIBS
=$LIBS
12631 LIBS
="-lhal $ac_hal_libs $LIBS"
12632 cat >conftest.
$ac_ext <<_ACEOF
12635 cat confdefs.h
>>conftest.
$ac_ext
12636 cat >>conftest.
$ac_ext <<_ACEOF
12637 /* end confdefs.h. */
12639 /* Override any GCC internal prototype to avoid an error.
12640 Use char because int might match the return type of a GCC
12641 builtin and then its argument prototype would still apply. */
12645 char libhal_ctx_new ();
12649 return libhal_ctx_new ();
12654 rm -f conftest.
$ac_objext conftest
$ac_exeext
12655 if { (ac_try
="$ac_link"
12656 case "(($ac_try" in
12657 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12658 *) ac_try_echo=$ac_try;;
12660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12661 (eval "$ac_link") 2>conftest.er1
12663 grep -v '^ *+' conftest.er1 >conftest.err
12665 cat conftest.err >&5
12666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12667 (exit $ac_status); } && {
12668 test -z "$ac_c_werror_flag" ||
12669 test ! -s conftest.err
12670 } && test -s conftest$ac_exeext &&
12671 $as_test_x conftest$ac_exeext; then
12674 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'` ;;
12675 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libhal\\.$LIBEXT" |
sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12678 echo "$as_me: failed program was:" >&5
12679 sed 's/^/| /' conftest.$ac_ext >&5
12684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12685 conftest$ac_exeext conftest.$ac_ext
12686 LIBS=$ac_check_soname_save_LIBS
12688 if test "x$ac_cv_lib_soname_hal" = "x"; then
12689 { echo "$as_me:$LINENO: result: not found" >&5
12690 echo "${ECHO_T}not found" >&6; }
12693 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12694 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12696 cat >>confdefs.h <<_ACEOF
12697 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12700 HALINCL="$ac_hal_cflags"
12706 CPPFLAGS="$ac_save_CPPFLAGS"
12708 if test "x$ac_cv_lib_soname_hal" = "x"; then
12709 case "x$with_hal" in
12710 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12712 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12713 This is an error since --with-hal was requested." >&5
12714 echo "$as_me: error: libhal development files not found, no dynamic device support.
12715 This is an error since --with-hal was requested." >&2;}
12716 { (exit 1); exit 1; }; } ;;
12722 if test "$ac_cv_header_ncurses_h" = "yes"
12724 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12725 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12726 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12727 echo $ECHO_N "(cached) $ECHO_C" >&6
12729 ac_check_soname_save_LIBS=$LIBS
12730 LIBS="-lncurses $LIBS"
12731 cat >conftest.$ac_ext <<_ACEOF
12734 cat confdefs.h >>conftest.$ac_ext
12735 cat >>conftest.$ac_ext <<_ACEOF
12736 /* end confdefs.h. */
12738 /* Override any GCC internal prototype to avoid an error.
12739 Use char because int might match the return type of a GCC
12740 builtin and then its argument prototype would still apply. */
12753 rm -f conftest.$ac_objext conftest$ac_exeext
12754 if { (ac_try="$ac_link"
12755 case "(($ac_try" in
12756 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12757 *) ac_try_echo
=$ac_try;;
12759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12760 (eval "$ac_link") 2>conftest.er1
12762 grep -v '^ *+' conftest.er1
>conftest.err
12764 cat conftest.err
>&5
12765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12766 (exit $ac_status); } && {
12767 test -z "$ac_c_werror_flag" ||
12768 test ! -s conftest.err
12769 } && test -s conftest
$ac_exeext &&
12770 $as_test_x conftest
$ac_exeext; then
12773 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'` ;;
12774 *) ac_cv_lib_soname_ncurses
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12777 echo "$as_me: failed program was:" >&5
12778 sed 's/^/| /' conftest.
$ac_ext >&5
12783 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12784 conftest
$ac_exeext conftest.
$ac_ext
12785 LIBS
=$ac_check_soname_save_LIBS
12787 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12788 { echo "$as_me:$LINENO: result: not found" >&5
12789 echo "${ECHO_T}not found" >&6; }
12792 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12793 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12795 cat >>confdefs.h
<<_ACEOF
12796 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12799 CURSESLIBS
="-lncurses"
12802 elif test "$ac_cv_header_curses_h" = "yes"
12804 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12805 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12806 if test "${ac_cv_lib_soname_curses+set}" = set; then
12807 echo $ECHO_N "(cached) $ECHO_C" >&6
12809 ac_check_soname_save_LIBS
=$LIBS
12810 LIBS
="-lcurses $LIBS"
12811 cat >conftest.
$ac_ext <<_ACEOF
12814 cat confdefs.h
>>conftest.
$ac_ext
12815 cat >>conftest.
$ac_ext <<_ACEOF
12816 /* end confdefs.h. */
12818 /* Override any GCC internal prototype to avoid an error.
12819 Use char because int might match the return type of a GCC
12820 builtin and then its argument prototype would still apply. */
12833 rm -f conftest.
$ac_objext conftest
$ac_exeext
12834 if { (ac_try
="$ac_link"
12835 case "(($ac_try" in
12836 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
12837 *) ac_try_echo=$ac_try;;
12839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12840 (eval "$ac_link") 2>conftest.er1
12842 grep -v '^ *+' conftest.er1 >conftest.err
12844 cat conftest.err >&5
12845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12846 (exit $ac_status); } && {
12847 test -z "$ac_c_werror_flag" ||
12848 test ! -s conftest.err
12849 } && test -s conftest$ac_exeext &&
12850 $as_test_x conftest$ac_exeext; then
12853 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'` ;;
12854 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcurses\\.$LIBEXT" |
sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12857 echo "$as_me: failed program was:" >&5
12858 sed 's/^/| /' conftest.$ac_ext >&5
12863 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12864 conftest$ac_exeext conftest.$ac_ext
12865 LIBS=$ac_check_soname_save_LIBS
12867 if test "x$ac_cv_lib_soname_curses" = "x"; then
12868 { echo "$as_me:$LINENO: result: not found" >&5
12869 echo "${ECHO_T}not found" >&6; }
12872 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12873 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12875 cat >>confdefs.h <<_ACEOF
12876 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12879 CURSESLIBS="-lcurses"
12883 ac_save_LIBS="$LIBS"
12884 LIBS="$LIBS $CURSESLIBS"
12886 for ac_func in mousemask
12888 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
12889 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12890 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12891 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12892 echo $ECHO_N "(cached) $ECHO_C" >&6
12894 cat >conftest.$ac_ext <<_ACEOF
12897 cat confdefs.h >>conftest.$ac_ext
12898 cat >>conftest.$ac_ext <<_ACEOF
12899 /* end confdefs.h. */
12900 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12901 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12902 #define $ac_func innocuous_$ac_func
12904 /* System header to define __stub macros and hopefully few prototypes,
12905 which can conflict with char $ac_func (); below.
12906 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12907 <limits.h> exists even on freestanding compilers. */
12910 # include <limits.h>
12912 # include <assert.h>
12917 /* Override any GCC internal prototype to avoid an error.
12918 Use char because int might match the return type of a GCC
12919 builtin and then its argument prototype would still apply. */
12924 /* The GNU C library defines this for functions which it implements
12925 to always fail with ENOSYS. Some functions are actually named
12926 something starting with __ and the normal name is an alias. */
12927 #if defined __stub_$ac_func || defined __stub___$ac_func
12934 return $ac_func ();
12939 rm -f conftest.$ac_objext conftest$ac_exeext
12940 if { (ac_try="$ac_link"
12941 case "(($ac_try" in
12942 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
12943 *) ac_try_echo
=$ac_try;;
12945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12946 (eval "$ac_link") 2>conftest.er1
12948 grep -v '^ *+' conftest.er1
>conftest.err
12950 cat conftest.err
>&5
12951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12952 (exit $ac_status); } && {
12953 test -z "$ac_c_werror_flag" ||
12954 test ! -s conftest.err
12955 } && test -s conftest
$ac_exeext &&
12956 $as_test_x conftest
$ac_exeext; then
12957 eval "$as_ac_var=yes"
12959 echo "$as_me: failed program was:" >&5
12960 sed 's/^/| /' conftest.
$ac_ext >&5
12962 eval "$as_ac_var=no"
12965 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
12966 conftest
$ac_exeext conftest.
$ac_ext
12968 ac_res
=`eval echo '${'$as_ac_var'}'`
12969 { echo "$as_me:$LINENO: result: $ac_res" >&5
12970 echo "${ECHO_T}$ac_res" >&6; }
12971 if test `eval echo '${'$as_ac_var'}'` = yes; then
12972 cat >>confdefs.h
<<_ACEOF
12973 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12979 LIBS
="$ac_save_LIBS"
12980 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12981 case "x$with_curses" in
12982 x
) wine_notices
="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12984 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12985 This is an error since --with-curses was requested." >&5
12986 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12987 This is an error since --with-curses was requested." >&2;}
12988 { (exit 1); exit 1; }; } ;;
12993 # Extract the first word of "sane-config", so it can be a program name with args.
12994 set dummy sane-config
; ac_word
=$2
12995 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12996 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12997 if test "${ac_cv_prog_sane_devel+set}" = set; then
12998 echo $ECHO_N "(cached) $ECHO_C" >&6
13000 if test -n "$sane_devel"; then
13001 ac_cv_prog_sane_devel
="$sane_devel" # Let the user override the test.
13003 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13004 for as_dir
in $PATH
13007 test -z "$as_dir" && as_dir
=.
13008 for ac_exec_ext
in '' $ac_executable_extensions; do
13009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13010 ac_cv_prog_sane_devel
="sane-config"
13011 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13018 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel
="no"
13021 sane_devel
=$ac_cv_prog_sane_devel
13022 if test -n "$sane_devel"; then
13023 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13024 echo "${ECHO_T}$sane_devel" >&6; }
13026 { echo "$as_me:$LINENO: result: no" >&5
13027 echo "${ECHO_T}no" >&6; }
13031 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13033 ac_sane_incl
="`$sane_devel --cflags`"
13034 ac_save_CPPFLAGS
="$CPPFLAGS"
13035 CPPFLAGS
="$CPPFLAGS $ac_sane_incl"
13036 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13037 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13038 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13039 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13040 echo $ECHO_N "(cached) $ECHO_C" >&6
13042 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13043 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13045 # Is the header compilable?
13046 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13047 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13048 cat >conftest.
$ac_ext <<_ACEOF
13051 cat confdefs.h
>>conftest.
$ac_ext
13052 cat >>conftest.
$ac_ext <<_ACEOF
13053 /* end confdefs.h. */
13054 $ac_includes_default
13055 #include <sane/sane.h>
13057 rm -f conftest.
$ac_objext
13058 if { (ac_try
="$ac_compile"
13059 case "(($ac_try" in
13060 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13061 *) ac_try_echo=$ac_try;;
13063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13064 (eval "$ac_compile") 2>conftest.er1
13066 grep -v '^ *+' conftest.er1 >conftest.err
13068 cat conftest.err >&5
13069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13070 (exit $ac_status); } && {
13071 test -z "$ac_c_werror_flag" ||
13072 test ! -s conftest.err
13073 } && test -s conftest.$ac_objext; then
13074 ac_header_compiler=yes
13076 echo "$as_me: failed program was:" >&5
13077 sed 's/^/| /' conftest.$ac_ext >&5
13079 ac_header_compiler=no
13082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13083 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13084 echo "${ECHO_T}$ac_header_compiler" >&6; }
13086 # Is the header present?
13087 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13088 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13089 cat >conftest.$ac_ext <<_ACEOF
13092 cat confdefs.h >>conftest.$ac_ext
13093 cat >>conftest.$ac_ext <<_ACEOF
13094 /* end confdefs.h. */
13095 #include <sane/sane.h>
13097 if { (ac_try="$ac_cpp conftest.$ac_ext"
13098 case "(($ac_try" in
13099 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13100 *) ac_try_echo
=$ac_try;;
13102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13103 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13105 grep -v '^ *+' conftest.er1
>conftest.err
13107 cat conftest.err
>&5
13108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13109 (exit $ac_status); } >/dev
/null
&& {
13110 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13111 test ! -s conftest.err
13113 ac_header_preproc
=yes
13115 echo "$as_me: failed program was:" >&5
13116 sed 's/^/| /' conftest.
$ac_ext >&5
13118 ac_header_preproc
=no
13121 rm -f conftest.err conftest.
$ac_ext
13122 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13123 echo "${ECHO_T}$ac_header_preproc" >&6; }
13125 # So? What about this header?
13126 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13128 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13129 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13130 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13131 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13132 ac_header_preproc
=yes
13135 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13136 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13137 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13138 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13139 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13140 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13141 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13142 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13143 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13144 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13145 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13146 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13148 ## ------------------------------------ ##
13149 ## Report this to wine-devel@winehq.org ##
13150 ## ------------------------------------ ##
13152 ) |
sed "s/^/$as_me: WARNING: /" >&2
13155 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13156 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13157 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13158 echo $ECHO_N "(cached) $ECHO_C" >&6
13160 ac_cv_header_sane_sane_h
=$ac_header_preproc
13162 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13163 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13166 if test $ac_cv_header_sane_sane_h = yes; then
13167 { echo "$as_me:$LINENO: checking for -lsane" >&5
13168 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13169 if test "${ac_cv_lib_soname_sane+set}" = set; then
13170 echo $ECHO_N "(cached) $ECHO_C" >&6
13172 ac_check_soname_save_LIBS
=$LIBS
13173 LIBS
="-lsane $LIBS"
13174 cat >conftest.
$ac_ext <<_ACEOF
13177 cat confdefs.h
>>conftest.
$ac_ext
13178 cat >>conftest.
$ac_ext <<_ACEOF
13179 /* end confdefs.h. */
13181 /* Override any GCC internal prototype to avoid an error.
13182 Use char because int might match the return type of a GCC
13183 builtin and then its argument prototype would still apply. */
13191 return sane_init ();
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
13216 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'` ;;
13217 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libsane\\.$LIBEXT" |
sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13220 echo "$as_me: failed program was:" >&5
13221 sed 's/^/| /' conftest.$ac_ext >&5
13226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13227 conftest$ac_exeext conftest.$ac_ext
13228 LIBS=$ac_check_soname_save_LIBS
13230 if test "x$ac_cv_lib_soname_sane" = "x"; then
13231 { echo "$as_me:$LINENO: result: not found" >&5
13232 echo "${ECHO_T}not found" >&6; }
13235 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13236 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13238 cat >>confdefs.h <<_ACEOF
13239 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13242 SANEINCL="$ac_sane_incl"
13249 CPPFLAGS="$ac_save_CPPFLAGS"
13251 if test "x$ac_cv_lib_soname_sane" = "x"; then
13252 case "x$with_sane" in
13253 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13255 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13256 This is an error since --with-sane was requested." >&5
13257 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13258 This is an error since --with-sane was requested." >&2;}
13259 { (exit 1); exit 1; }; } ;;
13264 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13265 set dummy gphoto2-config; ac_word=$2
13266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13268 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13269 echo $ECHO_N "(cached) $ECHO_C" >&6
13271 if test -n "$gphoto2_devel"; then
13272 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13275 for as_dir in $PATH
13278 test -z "$as_dir" && as_dir=.
13279 for ac_exec_ext in '' $ac_executable_extensions; do
13280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13281 ac_cv_prog_gphoto2_devel="gphoto2-config"
13282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13289 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13292 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13293 if test -n "$gphoto2_devel"; then
13294 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13295 echo "${ECHO_T}$gphoto2_devel" >&6; }
13297 { echo "$as_me:$LINENO: result: no" >&5
13298 echo "${ECHO_T}no" >&6; }
13302 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13303 set dummy gphoto2-port-config; ac_word=$2
13304 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13305 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13306 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13307 echo $ECHO_N "(cached) $ECHO_C" >&6
13309 if test -n "$gphoto2port_devel"; then
13310 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13313 for as_dir in $PATH
13316 test -z "$as_dir" && as_dir=.
13317 for ac_exec_ext in '' $ac_executable_extensions; do
13318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13319 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13320 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13327 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13330 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13331 if test -n "$gphoto2port_devel"; then
13332 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13333 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13335 { echo "$as_me:$LINENO: result: no" >&5
13336 echo "${ECHO_T}no" >&6; }
13340 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13342 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13344 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13347 -L/usr/lib|-L/usr/lib64) ;;
13348 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13351 ac_save_CPPFLAGS="$CPPFLAGS"
13352 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13353 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13354 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13355 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13356 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13357 echo $ECHO_N "(cached) $ECHO_C" >&6
13359 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13360 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13362 # Is the header compilable?
13363 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13364 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13365 cat >conftest.$ac_ext <<_ACEOF
13368 cat confdefs.h >>conftest.$ac_ext
13369 cat >>conftest.$ac_ext <<_ACEOF
13370 /* end confdefs.h. */
13371 $ac_includes_default
13372 #include <gphoto2-camera.h>
13374 rm -f conftest.$ac_objext
13375 if { (ac_try="$ac_compile"
13376 case "(($ac_try" in
13377 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13378 *) ac_try_echo
=$ac_try;;
13380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13381 (eval "$ac_compile") 2>conftest.er1
13383 grep -v '^ *+' conftest.er1
>conftest.err
13385 cat conftest.err
>&5
13386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13387 (exit $ac_status); } && {
13388 test -z "$ac_c_werror_flag" ||
13389 test ! -s conftest.err
13390 } && test -s conftest.
$ac_objext; then
13391 ac_header_compiler
=yes
13393 echo "$as_me: failed program was:" >&5
13394 sed 's/^/| /' conftest.
$ac_ext >&5
13396 ac_header_compiler
=no
13399 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13400 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13401 echo "${ECHO_T}$ac_header_compiler" >&6; }
13403 # Is the header present?
13404 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13405 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13406 cat >conftest.
$ac_ext <<_ACEOF
13409 cat confdefs.h
>>conftest.
$ac_ext
13410 cat >>conftest.
$ac_ext <<_ACEOF
13411 /* end confdefs.h. */
13412 #include <gphoto2-camera.h>
13414 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13415 case "(($ac_try" in
13416 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13417 *) ac_try_echo=$ac_try;;
13419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13420 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13422 grep -v '^ *+' conftest.er1 >conftest.err
13424 cat conftest.err >&5
13425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13426 (exit $ac_status); } >/dev/null && {
13427 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13428 test ! -s conftest.err
13430 ac_header_preproc=yes
13432 echo "$as_me: failed program was:" >&5
13433 sed 's/^/| /' conftest.$ac_ext >&5
13435 ac_header_preproc=no
13438 rm -f conftest.err conftest.$ac_ext
13439 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13440 echo "${ECHO_T}$ac_header_preproc" >&6; }
13442 # So? What about this header?
13443 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13445 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13446 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13447 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13448 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13449 ac_header_preproc=yes
13452 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13453 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13454 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13455 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13456 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13457 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13458 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13459 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13460 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13461 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13463 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13465 ## ------------------------------------ ##
13466 ## Report this to wine-devel@winehq.org ##
13467 ## ------------------------------------ ##
13469 ) | sed "s/^/$as_me: WARNING: /" >&2
13472 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13473 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13474 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13475 echo $ECHO_N "(cached) $ECHO_C" >&6
13477 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13479 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13480 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13483 if test $ac_cv_header_gphoto2_camera_h = yes; then
13484 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13485 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13486 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13487 echo $ECHO_N "(cached) $ECHO_C" >&6
13489 ac_check_lib_save_LIBS=$LIBS
13490 LIBS="-lgphoto2 $GPHOTO2LIBS $LIBS"
13491 cat >conftest.$ac_ext <<_ACEOF
13494 cat confdefs.h >>conftest.$ac_ext
13495 cat >>conftest.$ac_ext <<_ACEOF
13496 /* end confdefs.h. */
13498 /* Override any GCC internal prototype to avoid an error.
13499 Use char because int might match the return type of a GCC
13500 builtin and then its argument prototype would still apply. */
13504 char gp_camera_new ();
13508 return gp_camera_new ();
13513 rm -f conftest.$ac_objext conftest$ac_exeext
13514 if { (ac_try="$ac_link"
13515 case "(($ac_try" in
13516 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13517 *) ac_try_echo
=$ac_try;;
13519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13520 (eval "$ac_link") 2>conftest.er1
13522 grep -v '^ *+' conftest.er1
>conftest.err
13524 cat conftest.err
>&5
13525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13526 (exit $ac_status); } && {
13527 test -z "$ac_c_werror_flag" ||
13528 test ! -s conftest.err
13529 } && test -s conftest
$ac_exeext &&
13530 $as_test_x conftest
$ac_exeext; then
13531 ac_cv_lib_gphoto2_gp_camera_new
=yes
13533 echo "$as_me: failed program was:" >&5
13534 sed 's/^/| /' conftest.
$ac_ext >&5
13536 ac_cv_lib_gphoto2_gp_camera_new
=no
13539 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13540 conftest
$ac_exeext conftest.
$ac_ext
13541 LIBS
=$ac_check_lib_save_LIBS
13543 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13544 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13545 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13547 cat >>confdefs.h
<<\_ACEOF
13548 #define HAVE_GPHOTO2 1
13551 GPHOTO2LIBS
="$ac_gphoto2_libs"
13553 GPHOTO2INCL
="$ac_gphoto2_incl"
13560 CPPFLAGS
="$ac_save_CPPFLAGS"
13562 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13563 case "x$with_gphoto" in
13564 x
) wine_notices
="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13566 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13567 This is an error since --with-gphoto was requested." >&5
13568 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13569 This is an error since --with-gphoto was requested." >&2;}
13570 { (exit 1); exit 1; }; } ;;
13578 if test "$ac_cv_header_resolv_h" = "yes"
13580 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13581 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13582 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13583 echo $ECHO_N "(cached) $ECHO_C" >&6
13585 ac_check_lib_save_LIBS
=$LIBS
13586 LIBS
="-lresolv $LIBS"
13587 cat >conftest.
$ac_ext <<_ACEOF
13590 cat confdefs.h
>>conftest.
$ac_ext
13591 cat >>conftest.
$ac_ext <<_ACEOF
13592 /* end confdefs.h. */
13594 /* Override any GCC internal prototype to avoid an error.
13595 Use char because int might match the return type of a GCC
13596 builtin and then its argument prototype would still apply. */
13604 return res_query ();
13609 rm -f conftest.
$ac_objext conftest
$ac_exeext
13610 if { (ac_try
="$ac_link"
13611 case "(($ac_try" in
13612 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13613 *) ac_try_echo=$ac_try;;
13615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13616 (eval "$ac_link") 2>conftest.er1
13618 grep -v '^ *+' conftest.er1 >conftest.err
13620 cat conftest.err >&5
13621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13622 (exit $ac_status); } && {
13623 test -z "$ac_c_werror_flag" ||
13624 test ! -s conftest.err
13625 } && test -s conftest$ac_exeext &&
13626 $as_test_x conftest$ac_exeext; then
13627 ac_cv_lib_resolv_res_query=yes
13629 echo "$as_me: failed program was:" >&5
13630 sed 's/^/| /' conftest.$ac_ext >&5
13632 ac_cv_lib_resolv_res_query=no
13635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13636 conftest$ac_exeext conftest.$ac_ext
13637 LIBS=$ac_check_lib_save_LIBS
13639 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13640 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13641 if test $ac_cv_lib_resolv_res_query = yes; then
13643 cat >>confdefs.h <<\_ACEOF
13644 #define HAVE_RESOLV 1
13647 RESOLVLIBS="-lresolv"
13654 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13656 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13657 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13658 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13659 echo $ECHO_N "(cached) $ECHO_C" >&6
13661 ac_check_lib_save_LIBS=$LIBS
13662 LIBS="-llcms $LIBS"
13663 cat >conftest.$ac_ext <<_ACEOF
13666 cat confdefs.h >>conftest.$ac_ext
13667 cat >>conftest.$ac_ext <<_ACEOF
13668 /* end confdefs.h. */
13670 /* Override any GCC internal prototype to avoid an error.
13671 Use char because int might match the return type of a GCC
13672 builtin and then its argument prototype would still apply. */
13676 char cmsOpenProfileFromFile ();
13680 return cmsOpenProfileFromFile ();
13685 rm -f conftest.$ac_objext conftest$ac_exeext
13686 if { (ac_try="$ac_link"
13687 case "(($ac_try" in
13688 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13689 *) ac_try_echo
=$ac_try;;
13691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13692 (eval "$ac_link") 2>conftest.er1
13694 grep -v '^ *+' conftest.er1
>conftest.err
13696 cat conftest.err
>&5
13697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13698 (exit $ac_status); } && {
13699 test -z "$ac_c_werror_flag" ||
13700 test ! -s conftest.err
13701 } && test -s conftest
$ac_exeext &&
13702 $as_test_x conftest
$ac_exeext; then
13703 ac_cv_lib_lcms_cmsOpenProfileFromFile
=yes
13705 echo "$as_me: failed program was:" >&5
13706 sed 's/^/| /' conftest.
$ac_ext >&5
13708 ac_cv_lib_lcms_cmsOpenProfileFromFile
=no
13711 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
13712 conftest
$ac_exeext conftest.
$ac_ext
13713 LIBS
=$ac_check_lib_save_LIBS
13715 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13716 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13717 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13719 cat >>confdefs.h
<<\_ACEOF
13720 #define HAVE_LCMS 1
13727 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13728 case "x$with_cms" in
13729 x
) wine_notices
="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13731 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13732 This is an error since --with-cms was requested." >&5
13733 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13734 This is an error since --with-cms was requested." >&2;}
13735 { (exit 1); exit 1; }; } ;;
13740 for ac_prog
in freetype-config freetype2-config
13742 # Extract the first word of "$ac_prog", so it can be a program name with args.
13743 set dummy
$ac_prog; ac_word
=$2
13744 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13745 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13746 if test "${ac_cv_prog_ft_devel+set}" = set; then
13747 echo $ECHO_N "(cached) $ECHO_C" >&6
13749 if test -n "$ft_devel"; then
13750 ac_cv_prog_ft_devel
="$ft_devel" # Let the user override the test.
13752 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13753 for as_dir
in $PATH
13756 test -z "$as_dir" && as_dir
=.
13757 for ac_exec_ext
in '' $ac_executable_extensions; do
13758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13759 ac_cv_prog_ft_devel
="$ac_prog"
13760 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13769 ft_devel
=$ac_cv_prog_ft_devel
13770 if test -n "$ft_devel"; then
13771 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13772 echo "${ECHO_T}$ft_devel" >&6; }
13774 { echo "$as_me:$LINENO: result: no" >&5
13775 echo "${ECHO_T}no" >&6; }
13779 test -n "$ft_devel" && break
13781 test -n "$ft_devel" || ft_devel
="false"
13783 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13785 ac_freetype_libs
=`$ft_devel --libs`
13786 ac_freetype_incl
=`$ft_devel --cflags`
13787 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13788 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13789 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13790 echo $ECHO_N "(cached) $ECHO_C" >&6
13792 ac_check_soname_save_LIBS
=$LIBS
13793 LIBS
="-lfreetype $ac_freetype_libs $LIBS"
13794 cat >conftest.
$ac_ext <<_ACEOF
13797 cat confdefs.h
>>conftest.
$ac_ext
13798 cat >>conftest.
$ac_ext <<_ACEOF
13799 /* end confdefs.h. */
13801 /* Override any GCC internal prototype to avoid an error.
13802 Use char because int might match the return type of a GCC
13803 builtin and then its argument prototype would still apply. */
13807 char FT_Init_FreeType ();
13811 return FT_Init_FreeType ();
13816 rm -f conftest.
$ac_objext conftest
$ac_exeext
13817 if { (ac_try
="$ac_link"
13818 case "(($ac_try" in
13819 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13820 *) ac_try_echo=$ac_try;;
13822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13823 (eval "$ac_link") 2>conftest.er1
13825 grep -v '^ *+' conftest.er1 >conftest.err
13827 cat conftest.err >&5
13828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13829 (exit $ac_status); } && {
13830 test -z "$ac_c_werror_flag" ||
13831 test ! -s conftest.err
13832 } && test -s conftest$ac_exeext &&
13833 $as_test_x conftest$ac_exeext; then
13836 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'` ;;
13837 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfreetype\\.$LIBEXT" |
sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13840 echo "$as_me: failed program was:" >&5
13841 sed 's/^/| /' conftest.$ac_ext >&5
13846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13847 conftest$ac_exeext conftest.$ac_ext
13848 LIBS=$ac_check_soname_save_LIBS
13850 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13851 { echo "$as_me:$LINENO: result: not found" >&5
13852 echo "${ECHO_T}not found" >&6; }
13855 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13856 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13858 cat >>confdefs.h <<_ACEOF
13859 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13865 if test "$ft_lib" = "yes"
13867 ac_save_CPPFLAGS="$CPPFLAGS"
13868 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13881 for ac_header in ft2build.h \
13882 freetype/freetype.h \
13883 freetype/ftglyph.h \
13884 freetype/fttypes.h \
13885 freetype/tttables.h \
13886 freetype/ftnames.h \
13887 freetype/ftsnames.h \
13888 freetype/ttnameid.h \
13889 freetype/ftoutln.h \
13890 freetype/ftwinfnt.h \
13891 freetype/ftmodapi.h \
13892 freetype/internal/sfnt.h
13894 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
13895 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13896 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13897 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13898 echo $ECHO_N "(cached) $ECHO_C" >&6
13900 cat >conftest.$ac_ext <<_ACEOF
13903 cat confdefs.h >>conftest.$ac_ext
13904 cat >>conftest.$ac_ext <<_ACEOF
13905 /* end confdefs.h. */
13906 #ifdef HAVE_FT2BUILD_H
13907 # include <ft2build.h>
13910 #include <$ac_header>
13912 rm -f conftest.$ac_objext
13913 if { (ac_try="$ac_compile"
13914 case "(($ac_try" in
13915 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
13916 *) ac_try_echo
=$ac_try;;
13918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13919 (eval "$ac_compile") 2>conftest.er1
13921 grep -v '^ *+' conftest.er1
>conftest.err
13923 cat conftest.err
>&5
13924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13925 (exit $ac_status); } && {
13926 test -z "$ac_c_werror_flag" ||
13927 test ! -s conftest.err
13928 } && test -s conftest.
$ac_objext; then
13929 eval "$as_ac_Header=yes"
13931 echo "$as_me: failed program was:" >&5
13932 sed 's/^/| /' conftest.
$ac_ext >&5
13934 eval "$as_ac_Header=no"
13937 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
13939 ac_res
=`eval echo '${'$as_ac_Header'}'`
13940 { echo "$as_me:$LINENO: result: $ac_res" >&5
13941 echo "${ECHO_T}$ac_res" >&6; }
13942 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13943 cat >>confdefs.h
<<_ACEOF
13944 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13951 cat >conftest.
$ac_ext <<_ACEOF
13954 cat confdefs.h
>>conftest.
$ac_ext
13955 cat >>conftest.
$ac_ext <<_ACEOF
13956 /* end confdefs.h. */
13957 #include <ft2build.h>
13958 #include <freetype/fttrigon.h>
13960 if { (ac_try
="$ac_cpp conftest.$ac_ext"
13961 case "(($ac_try" in
13962 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
13963 *) ac_try_echo=$ac_try;;
13965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13966 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13968 grep -v '^ *+' conftest.er1 >conftest.err
13970 cat conftest.err >&5
13971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13972 (exit $ac_status); } >/dev/null && {
13973 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13974 test ! -s conftest.err
13977 cat >>confdefs.h <<\_ACEOF
13978 #define HAVE_FREETYPE_FTTRIGON_H 1
13981 wine_cv_fttrigon=yes
13983 echo "$as_me: failed program was:" >&5
13984 sed 's/^/| /' conftest.$ac_ext >&5
13986 wine_cv_fttrigon=no
13989 rm -f conftest.err conftest.$ac_ext
13990 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13991 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13992 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13993 echo $ECHO_N "(cached) $ECHO_C" >&6
13995 cat >conftest.$ac_ext <<_ACEOF
13998 cat confdefs.h >>conftest.$ac_ext
13999 cat >>conftest.$ac_ext <<_ACEOF
14000 /* end confdefs.h. */
14001 #include <freetype/ftmodapi.h>
14003 typedef FT_TrueTypeEngineType ac__type_new_;
14007 if ((ac__type_new_ *) 0)
14009 if (sizeof (ac__type_new_))
14015 rm -f conftest.$ac_objext
14016 if { (ac_try="$ac_compile"
14017 case "(($ac_try" in
14018 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14019 *) ac_try_echo
=$ac_try;;
14021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14022 (eval "$ac_compile") 2>conftest.er1
14024 grep -v '^ *+' conftest.er1
>conftest.err
14026 cat conftest.err
>&5
14027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14028 (exit $ac_status); } && {
14029 test -z "$ac_c_werror_flag" ||
14030 test ! -s conftest.err
14031 } && test -s conftest.
$ac_objext; then
14032 ac_cv_type_FT_TrueTypeEngineType
=yes
14034 echo "$as_me: failed program was:" >&5
14035 sed 's/^/| /' conftest.
$ac_ext >&5
14037 ac_cv_type_FT_TrueTypeEngineType
=no
14040 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14042 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14043 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14044 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14046 cat >>confdefs.h
<<_ACEOF
14047 #define HAVE_FT_TRUETYPEENGINETYPE 1
14053 ac_save_CFLAGS
="$CFLAGS"
14054 CFLAGS
="$CFLAGS $ac_freetype_libs"
14056 for ac_func
in FT_Load_Sfnt_Table
14058 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14059 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14060 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14061 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14062 echo $ECHO_N "(cached) $ECHO_C" >&6
14064 cat >conftest.
$ac_ext <<_ACEOF
14067 cat confdefs.h
>>conftest.
$ac_ext
14068 cat >>conftest.
$ac_ext <<_ACEOF
14069 /* end confdefs.h. */
14070 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14071 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14072 #define $ac_func innocuous_$ac_func
14074 /* System header to define __stub macros and hopefully few prototypes,
14075 which can conflict with char $ac_func (); below.
14076 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14077 <limits.h> exists even on freestanding compilers. */
14080 # include <limits.h>
14082 # include <assert.h>
14087 /* Override any GCC internal prototype to avoid an error.
14088 Use char because int might match the return type of a GCC
14089 builtin and then its argument prototype would still apply. */
14094 /* The GNU C library defines this for functions which it implements
14095 to always fail with ENOSYS. Some functions are actually named
14096 something starting with __ and the normal name is an alias. */
14097 #if defined __stub_$ac_func || defined __stub___$ac_func
14104 return $ac_func ();
14109 rm -f conftest.
$ac_objext conftest
$ac_exeext
14110 if { (ac_try
="$ac_link"
14111 case "(($ac_try" in
14112 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14113 *) ac_try_echo=$ac_try;;
14115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14116 (eval "$ac_link") 2>conftest.er1
14118 grep -v '^ *+' conftest.er1 >conftest.err
14120 cat conftest.err >&5
14121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14122 (exit $ac_status); } && {
14123 test -z "$ac_c_werror_flag" ||
14124 test ! -s conftest.err
14125 } && test -s conftest$ac_exeext &&
14126 $as_test_x conftest$ac_exeext; then
14127 eval "$as_ac_var=yes"
14129 echo "$as_me: failed program was:" >&5
14130 sed 's/^/| /' conftest.$ac_ext >&5
14132 eval "$as_ac_var=no"
14135 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14136 conftest$ac_exeext conftest.$ac_ext
14138 ac_res=`eval echo '${'$as_ac_var'}'`
14139 { echo "$as_me:$LINENO: result: $ac_res" >&5
14140 echo "${ECHO_T}$ac_res" >&6; }
14141 if test `eval echo '${'$as_ac_var'}'` = yes; then
14142 cat >>confdefs.h <<_ACEOF
14143 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14149 CFLAGS="$ac_save_CFLAGS"
14150 CPPFLAGS="$ac_save_CPPFLAGS"
14151 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14154 cat >>confdefs.h <<\_ACEOF
14155 #define HAVE_FREETYPE 1
14158 FREETYPELIBS="$ac_freetype_libs"
14160 FREETYPEINCL="$ac_freetype_incl"
14162 FONTSSUBDIRS="fonts"
14167 if test "x$FREETYPELIBS" = "x"; then
14168 case "x$with_freetype" in
14170 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14171 Fonts will not be built. Dialog text may be invisible or unaligned.
14172 Use the --without-freetype option if you really want this." >&5
14173 echo "$as_me: error: FreeType development files not found.
14174 Fonts will not be built. Dialog text may be invisible or unaligned.
14175 Use the --without-freetype option if you really want this." >&2;}
14176 { (exit 1); exit 1; }; } ;;
14181 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14182 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14183 if test "${ac_cv_c_ppdev+set}" = set; then
14184 echo $ECHO_N "(cached) $ECHO_C" >&6
14186 cat >conftest.$ac_ext <<_ACEOF
14189 cat confdefs.h >>conftest.$ac_ext
14190 cat >>conftest.$ac_ext <<_ACEOF
14191 /* end confdefs.h. */
14192 #include <linux/ppdev.h>
14196 ioctl (1,PPCLAIM,0)
14201 rm -f conftest.$ac_objext
14202 if { (ac_try="$ac_compile"
14203 case "(($ac_try" in
14204 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14205 *) ac_try_echo
=$ac_try;;
14207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14208 (eval "$ac_compile") 2>conftest.er1
14210 grep -v '^ *+' conftest.er1
>conftest.err
14212 cat conftest.err
>&5
14213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14214 (exit $ac_status); } && {
14215 test -z "$ac_c_werror_flag" ||
14216 test ! -s conftest.err
14217 } && test -s conftest.
$ac_objext; then
14218 ac_cv_c_ppdev
="yes"
14220 echo "$as_me: failed program was:" >&5
14221 sed 's/^/| /' conftest.
$ac_ext >&5
14226 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14228 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14229 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14230 if test "$ac_cv_c_ppdev" = "yes"
14233 cat >>confdefs.h
<<\_ACEOF
14234 #define HAVE_PPDEV 1
14239 { echo "$as_me:$LINENO: checking for va_copy" >&5
14240 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14241 if test "${ac_cv_c_va_copy+set}" = set; then
14242 echo $ECHO_N "(cached) $ECHO_C" >&6
14244 cat >conftest.
$ac_ext <<_ACEOF
14247 cat confdefs.h
>>conftest.
$ac_ext
14248 cat >>conftest.
$ac_ext <<_ACEOF
14249 /* end confdefs.h. */
14250 #include <stdarg.h>
14254 va_list ap1, ap2; va_copy(ap1,ap2);
14259 rm -f conftest.
$ac_objext conftest
$ac_exeext
14260 if { (ac_try
="$ac_link"
14261 case "(($ac_try" in
14262 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14263 *) ac_try_echo=$ac_try;;
14265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14266 (eval "$ac_link") 2>conftest.er1
14268 grep -v '^ *+' conftest.er1 >conftest.err
14270 cat conftest.err >&5
14271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14272 (exit $ac_status); } && {
14273 test -z "$ac_c_werror_flag" ||
14274 test ! -s conftest.err
14275 } && test -s conftest$ac_exeext &&
14276 $as_test_x conftest$ac_exeext; then
14277 ac_cv_c_va_copy="yes"
14279 echo "$as_me: failed program was:" >&5
14280 sed 's/^/| /' conftest.$ac_ext >&5
14282 ac_cv_c_va_copy="no"
14285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14286 conftest$ac_exeext conftest.$ac_ext
14289 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14290 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14291 if test "$ac_cv_c_va_copy" = "yes"
14294 cat >>confdefs.h <<\_ACEOF
14295 #define HAVE_VA_COPY 1
14299 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14300 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14301 if test "${ac_cv_c___va_copy+set}" = set; then
14302 echo $ECHO_N "(cached) $ECHO_C" >&6
14304 cat >conftest.$ac_ext <<_ACEOF
14307 cat confdefs.h >>conftest.$ac_ext
14308 cat >>conftest.$ac_ext <<_ACEOF
14309 /* end confdefs.h. */
14310 #include <stdarg.h>
14314 va_list ap1, ap2; __va_copy(ap1,ap2);
14319 rm -f conftest.$ac_objext conftest$ac_exeext
14320 if { (ac_try="$ac_link"
14321 case "(($ac_try" in
14322 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14323 *) ac_try_echo
=$ac_try;;
14325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14326 (eval "$ac_link") 2>conftest.er1
14328 grep -v '^ *+' conftest.er1
>conftest.err
14330 cat conftest.err
>&5
14331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14332 (exit $ac_status); } && {
14333 test -z "$ac_c_werror_flag" ||
14334 test ! -s conftest.err
14335 } && test -s conftest
$ac_exeext &&
14336 $as_test_x conftest
$ac_exeext; then
14337 ac_cv_c___va_copy
="yes"
14339 echo "$as_me: failed program was:" >&5
14340 sed 's/^/| /' conftest.
$ac_ext >&5
14342 ac_cv_c___va_copy
="no"
14345 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14346 conftest
$ac_exeext conftest.
$ac_ext
14349 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14350 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14351 if test "$ac_cv_c___va_copy" = "yes"
14354 cat >>confdefs.h
<<\_ACEOF
14355 #define HAVE___VA_COPY 1
14360 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14361 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14362 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14363 echo $ECHO_N "(cached) $ECHO_C" >&6
14365 cat >conftest.
$ac_ext <<_ACEOF
14368 cat confdefs.h
>>conftest.
$ac_ext
14369 cat >>conftest.
$ac_ext <<_ACEOF
14370 /* end confdefs.h. */
14371 #define _GNU_SOURCE
14372 #include <pthread.h>
14374 typedef pthread_rwlock_t ac__type_new_;
14378 if ((ac__type_new_ *) 0)
14380 if (sizeof (ac__type_new_))
14386 rm -f conftest.
$ac_objext
14387 if { (ac_try
="$ac_compile"
14388 case "(($ac_try" in
14389 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14390 *) ac_try_echo=$ac_try;;
14392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14393 (eval "$ac_compile") 2>conftest.er1
14395 grep -v '^ *+' conftest.er1 >conftest.err
14397 cat conftest.err >&5
14398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14399 (exit $ac_status); } && {
14400 test -z "$ac_c_werror_flag" ||
14401 test ! -s conftest.err
14402 } && test -s conftest.$ac_objext; then
14403 ac_cv_type_pthread_rwlock_t=yes
14405 echo "$as_me: failed program was:" >&5
14406 sed 's/^/| /' conftest.$ac_ext >&5
14408 ac_cv_type_pthread_rwlock_t=no
14411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14413 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14414 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14415 if test $ac_cv_type_pthread_rwlock_t = yes; then
14417 cat >>confdefs.h <<_ACEOF
14418 #define HAVE_PTHREAD_RWLOCK_T 1
14423 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14424 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14425 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14426 echo $ECHO_N "(cached) $ECHO_C" >&6
14428 cat >conftest.$ac_ext <<_ACEOF
14431 cat confdefs.h >>conftest.$ac_ext
14432 cat >>conftest.$ac_ext <<_ACEOF
14433 /* end confdefs.h. */
14434 #define _GNU_SOURCE
14435 #include <pthread.h>
14437 typedef pthread_rwlockattr_t ac__type_new_;
14441 if ((ac__type_new_ *) 0)
14443 if (sizeof (ac__type_new_))
14449 rm -f conftest.$ac_objext
14450 if { (ac_try="$ac_compile"
14451 case "(($ac_try" in
14452 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14453 *) ac_try_echo
=$ac_try;;
14455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14456 (eval "$ac_compile") 2>conftest.er1
14458 grep -v '^ *+' conftest.er1
>conftest.err
14460 cat conftest.err
>&5
14461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14462 (exit $ac_status); } && {
14463 test -z "$ac_c_werror_flag" ||
14464 test ! -s conftest.err
14465 } && test -s conftest.
$ac_objext; then
14466 ac_cv_type_pthread_rwlockattr_t
=yes
14468 echo "$as_me: failed program was:" >&5
14469 sed 's/^/| /' conftest.
$ac_ext >&5
14471 ac_cv_type_pthread_rwlockattr_t
=no
14474 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14476 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14477 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14478 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14480 cat >>confdefs.h
<<_ACEOF
14481 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14488 ac_wine_check_funcs_save_LIBS
="$LIBS"
14489 LIBS
="$LIBS $LIBPTHREAD"
14495 pthread_attr_get_np \
14496 pthread_getattr_np \
14497 pthread_get_stackaddr_np \
14498 pthread_get_stacksize_np
14500 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14501 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14502 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14503 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14504 echo $ECHO_N "(cached) $ECHO_C" >&6
14506 cat >conftest.
$ac_ext <<_ACEOF
14509 cat confdefs.h
>>conftest.
$ac_ext
14510 cat >>conftest.
$ac_ext <<_ACEOF
14511 /* end confdefs.h. */
14512 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14513 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14514 #define $ac_func innocuous_$ac_func
14516 /* System header to define __stub macros and hopefully few prototypes,
14517 which can conflict with char $ac_func (); below.
14518 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14519 <limits.h> exists even on freestanding compilers. */
14522 # include <limits.h>
14524 # include <assert.h>
14529 /* Override any GCC internal prototype to avoid an error.
14530 Use char because int might match the return type of a GCC
14531 builtin and then its argument prototype would still apply. */
14536 /* The GNU C library defines this for functions which it implements
14537 to always fail with ENOSYS. Some functions are actually named
14538 something starting with __ and the normal name is an alias. */
14539 #if defined __stub_$ac_func || defined __stub___$ac_func
14546 return $ac_func ();
14551 rm -f conftest.
$ac_objext conftest
$ac_exeext
14552 if { (ac_try
="$ac_link"
14553 case "(($ac_try" in
14554 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14555 *) ac_try_echo=$ac_try;;
14557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14558 (eval "$ac_link") 2>conftest.er1
14560 grep -v '^ *+' conftest.er1 >conftest.err
14562 cat conftest.err >&5
14563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14564 (exit $ac_status); } && {
14565 test -z "$ac_c_werror_flag" ||
14566 test ! -s conftest.err
14567 } && test -s conftest$ac_exeext &&
14568 $as_test_x conftest$ac_exeext; then
14569 eval "$as_ac_var=yes"
14571 echo "$as_me: failed program was:" >&5
14572 sed 's/^/| /' conftest.$ac_ext >&5
14574 eval "$as_ac_var=no"
14577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14578 conftest$ac_exeext conftest.$ac_ext
14580 ac_res=`eval echo '${'$as_ac_var'}'`
14581 { echo "$as_me:$LINENO: result: $ac_res" >&5
14582 echo "${ECHO_T}$ac_res" >&6; }
14583 if test `eval echo '${'$as_ac_var'}'` = yes; then
14584 cat >>confdefs.h <<_ACEOF
14585 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
14591 LIBS="$ac_wine_check_funcs_save_LIBS"
14593 # Extract the first word of "esd-config", so it can be a program name with args.
14594 set dummy esd-config; ac_word=$2
14595 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14597 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14598 echo $ECHO_N "(cached) $ECHO_C" >&6
14602 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14606 for as_dir in $PATH
14609 test -z "$as_dir" && as_dir=.
14610 for ac_exec_ext in '' $ac_executable_extensions; do
14611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14612 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14613 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14623 ESDCONFIG=$ac_cv_path_ESDCONFIG
14624 if test -n "$ESDCONFIG"; then
14625 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14626 echo "${ECHO_T}$ESDCONFIG" >&6; }
14628 { echo "$as_me:$LINENO: result: no" >&5
14629 echo "${ECHO_T}no" >&6; }
14633 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14636 for i in `$ESDCONFIG --cflags`
14639 -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
14642 ESD_LIBS=`$ESDCONFIG --libs`
14643 save_CFLAGS="$CFLAGS"
14644 CFLAGS="$CFLAGS $ESD_CFLAGS"
14645 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14646 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14647 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14648 echo $ECHO_N "(cached) $ECHO_C" >&6
14650 ac_check_lib_save_LIBS=$LIBS
14652 cat >conftest.$ac_ext <<_ACEOF
14655 cat confdefs.h >>conftest.$ac_ext
14656 cat >>conftest.$ac_ext <<_ACEOF
14657 /* end confdefs.h. */
14659 /* Override any GCC internal prototype to avoid an error.
14660 Use char because int might match the return type of a GCC
14661 builtin and then its argument prototype would still apply. */
14665 char esd_open_sound ();
14669 return esd_open_sound ();
14674 rm -f conftest.$ac_objext conftest$ac_exeext
14675 if { (ac_try="$ac_link"
14676 case "(($ac_try" in
14677 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14678 *) ac_try_echo
=$ac_try;;
14680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14681 (eval "$ac_link") 2>conftest.er1
14683 grep -v '^ *+' conftest.er1
>conftest.err
14685 cat conftest.err
>&5
14686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14687 (exit $ac_status); } && {
14688 test -z "$ac_c_werror_flag" ||
14689 test ! -s conftest.err
14690 } && test -s conftest
$ac_exeext &&
14691 $as_test_x conftest
$ac_exeext; then
14692 ac_cv_lib_esd_esd_open_sound
=yes
14694 echo "$as_me: failed program was:" >&5
14695 sed 's/^/| /' conftest.
$ac_ext >&5
14697 ac_cv_lib_esd_esd_open_sound
=no
14700 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14701 conftest
$ac_exeext conftest.
$ac_ext
14702 LIBS
=$ac_check_lib_save_LIBS
14704 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14705 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14706 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14709 ESDINCL
=$ESD_CFLAGS
14712 cat >>confdefs.h
<<\_ACEOF
14718 CFLAGS
="$save_CFLAGS"
14723 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14725 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14726 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14727 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14728 echo $ECHO_N "(cached) $ECHO_C" >&6
14730 ac_check_lib_save_LIBS
=$LIBS
14731 LIBS
="-lasound $LIBS"
14732 cat >conftest.
$ac_ext <<_ACEOF
14735 cat confdefs.h
>>conftest.
$ac_ext
14736 cat >>conftest.
$ac_ext <<_ACEOF
14737 /* end confdefs.h. */
14739 /* Override any GCC internal prototype to avoid an error.
14740 Use char because int might match the return type of a GCC
14741 builtin and then its argument prototype would still apply. */
14745 char snd_pcm_hw_params_get_access ();
14749 return snd_pcm_hw_params_get_access ();
14754 rm -f conftest.
$ac_objext conftest
$ac_exeext
14755 if { (ac_try
="$ac_link"
14756 case "(($ac_try" in
14757 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14758 *) ac_try_echo=$ac_try;;
14760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14761 (eval "$ac_link") 2>conftest.er1
14763 grep -v '^ *+' conftest.er1 >conftest.err
14765 cat conftest.err >&5
14766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14767 (exit $ac_status); } && {
14768 test -z "$ac_c_werror_flag" ||
14769 test ! -s conftest.err
14770 } && test -s conftest$ac_exeext &&
14771 $as_test_x conftest$ac_exeext; then
14772 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14774 echo "$as_me: failed program was:" >&5
14775 sed 's/^/| /' conftest.$ac_ext >&5
14777 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14781 conftest$ac_exeext conftest.$ac_ext
14782 LIBS=$ac_check_lib_save_LIBS
14784 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14785 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14786 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14787 cat >conftest.$ac_ext <<_ACEOF
14790 cat confdefs.h >>conftest.$ac_ext
14791 cat >>conftest.$ac_ext <<_ACEOF
14792 /* end confdefs.h. */
14793 #ifdef HAVE_ALSA_ASOUNDLIB_H
14794 #include <alsa/asoundlib.h>
14795 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14796 #include <sys/asoundlib.h>
14801 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14806 rm -f conftest.$ac_objext
14807 if { (ac_try="$ac_compile"
14808 case "(($ac_try" in
14809 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14810 *) ac_try_echo
=$ac_try;;
14812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14813 (eval "$ac_compile") 2>conftest.er1
14815 grep -v '^ *+' conftest.er1
>conftest.err
14817 cat conftest.err
>&5
14818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14819 (exit $ac_status); } && {
14820 test -z "$ac_c_werror_flag" ||
14821 test ! -s conftest.err
14822 } && test -s conftest.
$ac_objext; then
14824 cat >>confdefs.h
<<\_ACEOF
14825 #define HAVE_ALSA 1
14828 ALSALIBS
="-lasound"
14830 echo "$as_me: failed program was:" >&5
14831 sed 's/^/| /' conftest.
$ac_ext >&5
14836 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
14843 if test "$ac_cv_header_libaudioio_h" = "yes"
14845 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14846 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14847 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14848 echo $ECHO_N "(cached) $ECHO_C" >&6
14850 ac_check_lib_save_LIBS
=$LIBS
14851 LIBS
="-laudioio $LIBS"
14852 cat >conftest.
$ac_ext <<_ACEOF
14855 cat confdefs.h
>>conftest.
$ac_ext
14856 cat >>conftest.
$ac_ext <<_ACEOF
14857 /* end confdefs.h. */
14859 /* Override any GCC internal prototype to avoid an error.
14860 Use char because int might match the return type of a GCC
14861 builtin and then its argument prototype would still apply. */
14865 char AudioIOGetVersion ();
14869 return AudioIOGetVersion ();
14874 rm -f conftest.
$ac_objext conftest
$ac_exeext
14875 if { (ac_try
="$ac_link"
14876 case "(($ac_try" in
14877 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
14878 *) ac_try_echo=$ac_try;;
14880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14881 (eval "$ac_link") 2>conftest.er1
14883 grep -v '^ *+' conftest.er1 >conftest.err
14885 cat conftest.err >&5
14886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14887 (exit $ac_status); } && {
14888 test -z "$ac_c_werror_flag" ||
14889 test ! -s conftest.err
14890 } && test -s conftest$ac_exeext &&
14891 $as_test_x conftest$ac_exeext; then
14892 ac_cv_lib_audioio_AudioIOGetVersion=yes
14894 echo "$as_me: failed program was:" >&5
14895 sed 's/^/| /' conftest.$ac_ext >&5
14897 ac_cv_lib_audioio_AudioIOGetVersion=no
14900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14901 conftest$ac_exeext conftest.$ac_ext
14902 LIBS=$ac_check_lib_save_LIBS
14904 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14905 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14906 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14907 AUDIOIOLIBS="-laudioio"
14909 cat >>confdefs.h <<\_ACEOF
14910 #define HAVE_LIBAUDIOIO 1
14918 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14920 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14921 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14922 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14923 echo $ECHO_N "(cached) $ECHO_C" >&6
14925 ac_check_soname_save_LIBS=$LIBS
14926 LIBS="-lcapi20 $LIBS"
14927 cat >conftest.$ac_ext <<_ACEOF
14930 cat confdefs.h >>conftest.$ac_ext
14931 cat >>conftest.$ac_ext <<_ACEOF
14932 /* end confdefs.h. */
14934 /* Override any GCC internal prototype to avoid an error.
14935 Use char because int might match the return type of a GCC
14936 builtin and then its argument prototype would still apply. */
14940 char capi20_register ();
14944 return capi20_register ();
14949 rm -f conftest.$ac_objext conftest$ac_exeext
14950 if { (ac_try="$ac_link"
14951 case "(($ac_try" in
14952 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
14953 *) ac_try_echo
=$ac_try;;
14955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14956 (eval "$ac_link") 2>conftest.er1
14958 grep -v '^ *+' conftest.er1
>conftest.err
14960 cat conftest.err
>&5
14961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14962 (exit $ac_status); } && {
14963 test -z "$ac_c_werror_flag" ||
14964 test ! -s conftest.err
14965 } && test -s conftest
$ac_exeext &&
14966 $as_test_x conftest
$ac_exeext; then
14969 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'` ;;
14970 *) ac_cv_lib_soname_capi20
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14973 echo "$as_me: failed program was:" >&5
14974 sed 's/^/| /' conftest.
$ac_ext >&5
14979 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
14980 conftest
$ac_exeext conftest.
$ac_ext
14981 LIBS
=$ac_check_soname_save_LIBS
14983 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14984 { echo "$as_me:$LINENO: result: not found" >&5
14985 echo "${ECHO_T}not found" >&6; }
14988 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14989 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14991 cat >>confdefs.h
<<_ACEOF
14992 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14999 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15000 case "x$with_capi" in
15001 x
) wine_notices
="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15003 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15004 This is an error since --with-capi was requested." >&5
15005 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15006 This is an error since --with-capi was requested." >&2;}
15007 { (exit 1); exit 1; }; } ;;
15012 if test "$ac_cv_header_cups_cups_h" = "yes"
15014 { echo "$as_me:$LINENO: checking for -lcups" >&5
15015 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15016 if test "${ac_cv_lib_soname_cups+set}" = set; then
15017 echo $ECHO_N "(cached) $ECHO_C" >&6
15019 ac_check_soname_save_LIBS
=$LIBS
15020 LIBS
="-lcups $LIBS"
15021 cat >conftest.
$ac_ext <<_ACEOF
15024 cat confdefs.h
>>conftest.
$ac_ext
15025 cat >>conftest.
$ac_ext <<_ACEOF
15026 /* end confdefs.h. */
15028 /* Override any GCC internal prototype to avoid an error.
15029 Use char because int might match the return type of a GCC
15030 builtin and then its argument prototype would still apply. */
15034 char cupsGetDefault ();
15038 return cupsGetDefault ();
15043 rm -f conftest.
$ac_objext conftest
$ac_exeext
15044 if { (ac_try
="$ac_link"
15045 case "(($ac_try" in
15046 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15047 *) ac_try_echo=$ac_try;;
15049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15050 (eval "$ac_link") 2>conftest.er1
15052 grep -v '^ *+' conftest.er1 >conftest.err
15054 cat conftest.err >&5
15055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15056 (exit $ac_status); } && {
15057 test -z "$ac_c_werror_flag" ||
15058 test ! -s conftest.err
15059 } && test -s conftest$ac_exeext &&
15060 $as_test_x conftest$ac_exeext; then
15063 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'` ;;
15064 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libcups\\.$LIBEXT" |
sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15067 echo "$as_me: failed program was:" >&5
15068 sed 's/^/| /' conftest.$ac_ext >&5
15073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15074 conftest$ac_exeext conftest.$ac_ext
15075 LIBS=$ac_check_soname_save_LIBS
15077 if test "x$ac_cv_lib_soname_cups" = "x"; then
15078 { echo "$as_me:$LINENO: result: not found" >&5
15079 echo "${ECHO_T}not found" >&6; }
15082 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15083 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15085 cat >>confdefs.h <<_ACEOF
15086 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15093 if test "x$ac_cv_lib_soname_cups" = "x"; then
15094 case "x$with_cups" in
15095 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15097 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15098 This is an error since --with-cups was requested." >&5
15099 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15100 This is an error since --with-cups was requested." >&2;}
15101 { (exit 1); exit 1; }; } ;;
15106 if test "$ac_cv_header_jack_jack_h" = "yes"
15108 { echo "$as_me:$LINENO: checking for -ljack" >&5
15109 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15110 if test "${ac_cv_lib_soname_jack+set}" = set; then
15111 echo $ECHO_N "(cached) $ECHO_C" >&6
15113 ac_check_soname_save_LIBS=$LIBS
15114 LIBS="-ljack $LIBS"
15115 cat >conftest.$ac_ext <<_ACEOF
15118 cat confdefs.h >>conftest.$ac_ext
15119 cat >>conftest.$ac_ext <<_ACEOF
15120 /* end confdefs.h. */
15122 /* Override any GCC internal prototype to avoid an error.
15123 Use char because int might match the return type of a GCC
15124 builtin and then its argument prototype would still apply. */
15128 char jack_client_new ();
15132 return jack_client_new ();
15137 rm -f conftest.$ac_objext conftest$ac_exeext
15138 if { (ac_try="$ac_link"
15139 case "(($ac_try" in
15140 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15141 *) ac_try_echo
=$ac_try;;
15143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15144 (eval "$ac_link") 2>conftest.er1
15146 grep -v '^ *+' conftest.er1
>conftest.err
15148 cat conftest.err
>&5
15149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15150 (exit $ac_status); } && {
15151 test -z "$ac_c_werror_flag" ||
15152 test ! -s conftest.err
15153 } && test -s conftest
$ac_exeext &&
15154 $as_test_x conftest
$ac_exeext; then
15157 dylib
) ac_cv_lib_soname_jack
=`otool -L conftest$ac_exeext | grep "libjack\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15158 *) ac_cv_lib_soname_jack
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack\\.$LIBEXT" | sed -e "s/^.*\(libjack\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15161 echo "$as_me: failed program was:" >&5
15162 sed 's/^/| /' conftest.
$ac_ext >&5
15167 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15168 conftest
$ac_exeext conftest.
$ac_ext
15169 LIBS
=$ac_check_soname_save_LIBS
15171 if test "x$ac_cv_lib_soname_jack" = "x"; then
15172 { echo "$as_me:$LINENO: result: not found" >&5
15173 echo "${ECHO_T}not found" >&6; }
15176 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15177 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15179 cat >>confdefs.h
<<_ACEOF
15180 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15188 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15190 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15191 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15192 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15193 echo $ECHO_N "(cached) $ECHO_C" >&6
15195 ac_check_soname_save_LIBS
=$LIBS
15196 LIBS
="-lfontconfig $LIBS"
15197 cat >conftest.
$ac_ext <<_ACEOF
15200 cat confdefs.h
>>conftest.
$ac_ext
15201 cat >>conftest.
$ac_ext <<_ACEOF
15202 /* end confdefs.h. */
15204 /* Override any GCC internal prototype to avoid an error.
15205 Use char because int might match the return type of a GCC
15206 builtin and then its argument prototype would still apply. */
15219 rm -f conftest.
$ac_objext conftest
$ac_exeext
15220 if { (ac_try
="$ac_link"
15221 case "(($ac_try" in
15222 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15223 *) ac_try_echo=$ac_try;;
15225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15226 (eval "$ac_link") 2>conftest.er1
15228 grep -v '^ *+' conftest.er1 >conftest.err
15230 cat conftest.err >&5
15231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15232 (exit $ac_status); } && {
15233 test -z "$ac_c_werror_flag" ||
15234 test ! -s conftest.err
15235 } && test -s conftest$ac_exeext &&
15236 $as_test_x conftest$ac_exeext; then
15239 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'` ;;
15240 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libfontconfig\\.$LIBEXT" |
sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15243 echo "$as_me: failed program was:" >&5
15244 sed 's/^/| /' conftest.$ac_ext >&5
15249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15250 conftest$ac_exeext conftest.$ac_ext
15251 LIBS=$ac_check_soname_save_LIBS
15253 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15254 { echo "$as_me:$LINENO: result: not found" >&5
15255 echo "${ECHO_T}not found" >&6; }
15258 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15259 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15261 cat >>confdefs.h <<_ACEOF
15262 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15268 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15270 ac_save_CPPFLAGS="$CPPFLAGS"
15271 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15272 $as_unset ac_cv_header_fontconfig_fontconfig_h
15274 for ac_header in fontconfig/fontconfig.h
15276 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
15277 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15278 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15279 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15280 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15281 echo $ECHO_N "(cached) $ECHO_C" >&6
15283 ac_res=`eval echo '${'$as_ac_Header'}'`
15284 { echo "$as_me:$LINENO: result: $ac_res" >&5
15285 echo "${ECHO_T}$ac_res" >&6; }
15287 # Is the header compilable?
15288 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15289 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15290 cat >conftest.$ac_ext <<_ACEOF
15293 cat confdefs.h >>conftest.$ac_ext
15294 cat >>conftest.$ac_ext <<_ACEOF
15295 /* end confdefs.h. */
15296 $ac_includes_default
15297 #include <$ac_header>
15299 rm -f conftest.$ac_objext
15300 if { (ac_try="$ac_compile"
15301 case "(($ac_try" in
15302 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15303 *) ac_try_echo
=$ac_try;;
15305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15306 (eval "$ac_compile") 2>conftest.er1
15308 grep -v '^ *+' conftest.er1
>conftest.err
15310 cat conftest.err
>&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); } && {
15313 test -z "$ac_c_werror_flag" ||
15314 test ! -s conftest.err
15315 } && test -s conftest.
$ac_objext; then
15316 ac_header_compiler
=yes
15318 echo "$as_me: failed program was:" >&5
15319 sed 's/^/| /' conftest.
$ac_ext >&5
15321 ac_header_compiler
=no
15324 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
15325 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15326 echo "${ECHO_T}$ac_header_compiler" >&6; }
15328 # Is the header present?
15329 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15330 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15331 cat >conftest.
$ac_ext <<_ACEOF
15334 cat confdefs.h
>>conftest.
$ac_ext
15335 cat >>conftest.
$ac_ext <<_ACEOF
15336 /* end confdefs.h. */
15337 #include <$ac_header>
15339 if { (ac_try
="$ac_cpp conftest.$ac_ext"
15340 case "(($ac_try" in
15341 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15342 *) ac_try_echo=$ac_try;;
15344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15345 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15347 grep -v '^ *+' conftest.er1 >conftest.err
15349 cat conftest.err >&5
15350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15351 (exit $ac_status); } >/dev/null && {
15352 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15353 test ! -s conftest.err
15355 ac_header_preproc=yes
15357 echo "$as_me: failed program was:" >&5
15358 sed 's/^/| /' conftest.$ac_ext >&5
15360 ac_header_preproc=no
15363 rm -f conftest.err conftest.$ac_ext
15364 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15365 echo "${ECHO_T}$ac_header_preproc" >&6; }
15367 # So? What about this header?
15368 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15370 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15371 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15372 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15373 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15374 ac_header_preproc=yes
15377 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15378 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15379 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15380 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15381 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15382 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15383 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15384 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15386 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15388 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15390 ## ------------------------------------ ##
15391 ## Report this to wine-devel@winehq.org ##
15392 ## ------------------------------------ ##
15394 ) | sed "s/^/$as_me: WARNING: /" >&2
15397 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15398 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15399 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15400 echo $ECHO_N "(cached) $ECHO_C" >&6
15402 eval "$as_ac_Header=\$ac_header_preproc"
15404 ac_res=`eval echo '${'$as_ac_Header'}'`
15405 { echo "$as_me:$LINENO: result: $ac_res" >&5
15406 echo "${ECHO_T}$ac_res" >&6; }
15409 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15410 cat >>confdefs.h <<_ACEOF
15411 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
15418 CPPFLAGS="$ac_save_CPPFLAGS"
15419 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15421 FONTCONFIGINCL="$X_CFLAGS"
15423 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15424 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15425 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15426 echo $ECHO_N "(cached) $ECHO_C" >&6
15428 ac_check_soname_save_LIBS=$LIBS
15429 LIBS="-lfontconfig $X_LIBS $LIBS"
15430 cat >conftest.$ac_ext <<_ACEOF
15433 cat confdefs.h >>conftest.$ac_ext
15434 cat >>conftest.$ac_ext <<_ACEOF
15435 /* end confdefs.h. */
15437 /* Override any GCC internal prototype to avoid an error.
15438 Use char because int might match the return type of a GCC
15439 builtin and then its argument prototype would still apply. */
15452 rm -f conftest.$ac_objext conftest$ac_exeext
15453 if { (ac_try="$ac_link"
15454 case "(($ac_try" in
15455 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15456 *) ac_try_echo
=$ac_try;;
15458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15459 (eval "$ac_link") 2>conftest.er1
15461 grep -v '^ *+' conftest.er1
>conftest.err
15463 cat conftest.err
>&5
15464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15465 (exit $ac_status); } && {
15466 test -z "$ac_c_werror_flag" ||
15467 test ! -s conftest.err
15468 } && test -s conftest
$ac_exeext &&
15469 $as_test_x conftest
$ac_exeext; then
15472 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'` ;;
15473 *) ac_cv_lib_soname_fontconfig
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15476 echo "$as_me: failed program was:" >&5
15477 sed 's/^/| /' conftest.
$ac_ext >&5
15482 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15483 conftest
$ac_exeext conftest.
$ac_ext
15484 LIBS
=$ac_check_soname_save_LIBS
15486 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15487 { echo "$as_me:$LINENO: result: not found" >&5
15488 echo "${ECHO_T}not found" >&6; }
15491 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15492 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15494 cat >>confdefs.h
<<_ACEOF
15495 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15503 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15504 case "x$with_fontconfig" in
15505 x
) wine_notices
="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15507 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15508 This is an error since --with-fontconfig was requested." >&5
15509 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15510 This is an error since --with-fontconfig was requested." >&2;}
15511 { (exit 1); exit 1; }; } ;;
15516 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15518 { echo "$as_me:$LINENO: checking for -lssl" >&5
15519 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15520 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15521 echo $ECHO_N "(cached) $ECHO_C" >&6
15523 ac_check_soname_save_LIBS
=$LIBS
15525 cat >conftest.
$ac_ext <<_ACEOF
15528 cat confdefs.h
>>conftest.
$ac_ext
15529 cat >>conftest.
$ac_ext <<_ACEOF
15530 /* end confdefs.h. */
15532 /* Override any GCC internal prototype to avoid an error.
15533 Use char because int might match the return type of a GCC
15534 builtin and then its argument prototype would still apply. */
15538 char SSL_library_init ();
15542 return SSL_library_init ();
15547 rm -f conftest.
$ac_objext conftest
$ac_exeext
15548 if { (ac_try
="$ac_link"
15549 case "(($ac_try" in
15550 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15551 *) ac_try_echo=$ac_try;;
15553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15554 (eval "$ac_link") 2>conftest.er1
15556 grep -v '^ *+' conftest.er1 >conftest.err
15558 cat conftest.err >&5
15559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15560 (exit $ac_status); } && {
15561 test -z "$ac_c_werror_flag" ||
15562 test ! -s conftest.err
15563 } && test -s conftest$ac_exeext &&
15564 $as_test_x conftest$ac_exeext; then
15567 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'` ;;
15568 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libssl\\.$LIBEXT" |
sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15571 echo "$as_me: failed program was:" >&5
15572 sed 's/^/| /' conftest.$ac_ext >&5
15577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15578 conftest$ac_exeext conftest.$ac_ext
15579 LIBS=$ac_check_soname_save_LIBS
15581 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15582 { echo "$as_me:$LINENO: result: not found" >&5
15583 echo "${ECHO_T}not found" >&6; }
15586 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15587 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15589 cat >>confdefs.h <<_ACEOF
15590 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15596 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15597 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15598 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15599 echo $ECHO_N "(cached) $ECHO_C" >&6
15601 ac_check_soname_save_LIBS=$LIBS
15602 LIBS="-lcrypto $LIBS"
15603 cat >conftest.$ac_ext <<_ACEOF
15606 cat confdefs.h >>conftest.$ac_ext
15607 cat >>conftest.$ac_ext <<_ACEOF
15608 /* end confdefs.h. */
15610 /* Override any GCC internal prototype to avoid an error.
15611 Use char because int might match the return type of a GCC
15612 builtin and then its argument prototype would still apply. */
15616 char BIO_new_socket ();
15620 return BIO_new_socket ();
15625 rm -f conftest.$ac_objext conftest$ac_exeext
15626 if { (ac_try="$ac_link"
15627 case "(($ac_try" in
15628 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15629 *) ac_try_echo
=$ac_try;;
15631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15632 (eval "$ac_link") 2>conftest.er1
15634 grep -v '^ *+' conftest.er1
>conftest.err
15636 cat conftest.err
>&5
15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638 (exit $ac_status); } && {
15639 test -z "$ac_c_werror_flag" ||
15640 test ! -s conftest.err
15641 } && test -s conftest
$ac_exeext &&
15642 $as_test_x conftest
$ac_exeext; then
15645 dylib
) ac_cv_lib_soname_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'` ;;
15646 *) ac_cv_lib_soname_crypto
=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15649 echo "$as_me: failed program was:" >&5
15650 sed 's/^/| /' conftest.
$ac_ext >&5
15655 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15656 conftest
$ac_exeext conftest.
$ac_ext
15657 LIBS
=$ac_check_soname_save_LIBS
15659 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15660 { echo "$as_me:$LINENO: result: not found" >&5
15661 echo "${ECHO_T}not found" >&6; }
15664 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15665 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15667 cat >>confdefs.h
<<_ACEOF
15668 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15675 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15676 case "x$with_openssl" in
15677 x
) wine_warnings
="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15679 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15680 This is an error since --with-openssl was requested." >&5
15681 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15682 This is an error since --with-openssl was requested." >&2;}
15683 { (exit 1); exit 1; }; } ;;
15688 if test "$ac_cv_header_jpeglib_h" = "yes"
15690 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15691 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15692 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15693 echo $ECHO_N "(cached) $ECHO_C" >&6
15695 ac_check_soname_save_LIBS
=$LIBS
15696 LIBS
="-ljpeg $LIBS"
15697 cat >conftest.
$ac_ext <<_ACEOF
15700 cat confdefs.h
>>conftest.
$ac_ext
15701 cat >>conftest.
$ac_ext <<_ACEOF
15702 /* end confdefs.h. */
15704 /* Override any GCC internal prototype to avoid an error.
15705 Use char because int might match the return type of a GCC
15706 builtin and then its argument prototype would still apply. */
15710 char jpeg_start_decompress ();
15714 return jpeg_start_decompress ();
15719 rm -f conftest.
$ac_objext conftest
$ac_exeext
15720 if { (ac_try
="$ac_link"
15721 case "(($ac_try" in
15722 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15723 *) ac_try_echo=$ac_try;;
15725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15726 (eval "$ac_link") 2>conftest.er1
15728 grep -v '^ *+' conftest.er1 >conftest.err
15730 cat conftest.err >&5
15731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15732 (exit $ac_status); } && {
15733 test -z "$ac_c_werror_flag" ||
15734 test ! -s conftest.err
15735 } && test -s conftest$ac_exeext &&
15736 $as_test_x conftest$ac_exeext; then
15739 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'` ;;
15740 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libjpeg\\.$LIBEXT" |
sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15743 echo "$as_me: failed program was:" >&5
15744 sed 's/^/| /' conftest.$ac_ext >&5
15749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15750 conftest$ac_exeext conftest.$ac_ext
15751 LIBS=$ac_check_soname_save_LIBS
15753 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15754 { echo "$as_me:$LINENO: result: not found" >&5
15755 echo "${ECHO_T}not found" >&6; }
15758 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15759 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15761 cat >>confdefs.h <<_ACEOF
15762 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15769 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15770 case "x$with_jpeg" in
15771 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15773 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15774 This is an error since --with-jpeg was requested." >&5
15775 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15776 This is an error since --with-jpeg was requested." >&2;}
15777 { (exit 1); exit 1; }; } ;;
15782 if test "$ac_cv_header_png_h" = "yes"
15784 { echo "$as_me:$LINENO: checking for -lpng" >&5
15785 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15786 if test "${ac_cv_lib_soname_png+set}" = set; then
15787 echo $ECHO_N "(cached) $ECHO_C" >&6
15789 ac_check_soname_save_LIBS=$LIBS
15790 LIBS="-lpng -lm $LIBS"
15791 cat >conftest.$ac_ext <<_ACEOF
15794 cat confdefs.h >>conftest.$ac_ext
15795 cat >>conftest.$ac_ext <<_ACEOF
15796 /* end confdefs.h. */
15798 /* Override any GCC internal prototype to avoid an error.
15799 Use char because int might match the return type of a GCC
15800 builtin and then its argument prototype would still apply. */
15804 char png_create_read_struct ();
15808 return png_create_read_struct ();
15813 rm -f conftest.$ac_objext conftest$ac_exeext
15814 if { (ac_try="$ac_link"
15815 case "(($ac_try" in
15816 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
15817 *) ac_try_echo
=$ac_try;;
15819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15820 (eval "$ac_link") 2>conftest.er1
15822 grep -v '^ *+' conftest.er1
>conftest.err
15824 cat conftest.err
>&5
15825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15826 (exit $ac_status); } && {
15827 test -z "$ac_c_werror_flag" ||
15828 test ! -s conftest.err
15829 } && test -s conftest
$ac_exeext &&
15830 $as_test_x conftest
$ac_exeext; then
15833 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'` ;;
15834 *) 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'` ;;
15837 echo "$as_me: failed program was:" >&5
15838 sed 's/^/| /' conftest.
$ac_ext >&5
15843 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
15844 conftest
$ac_exeext conftest.
$ac_ext
15845 LIBS
=$ac_check_soname_save_LIBS
15847 if test "x$ac_cv_lib_soname_png" = "x"; then
15848 { echo "$as_me:$LINENO: result: not found" >&5
15849 echo "${ECHO_T}not found" >&6; }
15852 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
15853 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
15855 cat >>confdefs.h
<<_ACEOF
15856 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
15863 if test "x$ac_cv_lib_soname_png" = "x"; then
15864 case "x$with_png" in
15865 x
) wine_warnings
="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
15867 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
15868 This is an error since --with-png was requested." >&5
15869 echo "$as_me: error: libpng development files not found, PNG won't be supported.
15870 This is an error since --with-png was requested." >&2;}
15871 { (exit 1); exit 1; }; } ;;
15876 { echo "$as_me:$LINENO: checking for -lodbc" >&5
15877 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
15878 if test "${ac_cv_lib_soname_odbc+set}" = set; then
15879 echo $ECHO_N "(cached) $ECHO_C" >&6
15881 ac_check_soname_save_LIBS
=$LIBS
15882 LIBS
="-lodbc $LIBS"
15883 cat >conftest.
$ac_ext <<_ACEOF
15886 cat confdefs.h
>>conftest.
$ac_ext
15887 cat >>conftest.
$ac_ext <<_ACEOF
15888 /* end confdefs.h. */
15890 /* Override any GCC internal prototype to avoid an error.
15891 Use char because int might match the return type of a GCC
15892 builtin and then its argument prototype would still apply. */
15896 char SQLConnect ();
15900 return SQLConnect ();
15905 rm -f conftest.
$ac_objext conftest
$ac_exeext
15906 if { (ac_try
="$ac_link"
15907 case "(($ac_try" in
15908 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
15909 *) ac_try_echo=$ac_try;;
15911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15912 (eval "$ac_link") 2>conftest.er1
15914 grep -v '^ *+' conftest.er1 >conftest.err
15916 cat conftest.err >&5
15917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15918 (exit $ac_status); } && {
15919 test -z "$ac_c_werror_flag" ||
15920 test ! -s conftest.err
15921 } && test -s conftest$ac_exeext &&
15922 $as_test_x conftest$ac_exeext; then
15925 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'` ;;
15926 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest
$ac_exeext |
grep "libodbc\\.$LIBEXT" |
sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15929 echo "$as_me: failed program was:" >&5
15930 sed 's/^/| /' conftest.$ac_ext >&5
15935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15936 conftest$ac_exeext conftest.$ac_ext
15937 LIBS=$ac_check_soname_save_LIBS
15939 if test "x$ac_cv_lib_soname_odbc" = "x"; then
15940 { echo "$as_me:$LINENO: result: not found" >&5
15941 echo "${ECHO_T}not found" >&6; }
15942 cat >>confdefs.h <<_ACEOF
15943 #define SONAME_LIBODBC "libodbc.$LIBEXT"
15947 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
15948 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
15950 cat >>confdefs.h <<_ACEOF
15951 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
15958 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESD_LIBS$ac_cv_lib_soname_jack" = "x" -a \
15959 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
15960 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
15961 "$ac_cv_header_soundcard_h" != "yes" -a \
15962 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
15964 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
15970 if test "x${GCC}" = "xyes"
15972 EXTRACFLAGS="-Wall -pipe"
15974 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
15975 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
15976 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
15977 echo $ECHO_N "(cached) $ECHO_C" >&6
15979 if test "$cross_compiling" = yes; then
15980 ac_cv_c_gcc_strength_bug="yes"
15982 cat >conftest.$ac_ext <<_ACEOF
15985 cat confdefs.h >>conftest.$ac_ext
15986 cat >>conftest.$ac_ext <<_ACEOF
15987 /* end confdefs.h. */
15988 int L[4] = {0,1,2,3};
15992 static int Array[3];
15993 unsigned int B = 3;
15995 for(i=0; i<B; i++) Array[i] = i - 3;
15996 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
15998 exit( Array[1] != -2 || L[2] != 3)
16003 rm -f conftest$ac_exeext
16004 if { (ac_try="$ac_link"
16005 case "(($ac_try" in
16006 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16007 *) ac_try_echo
=$ac_try;;
16009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16010 (eval "$ac_link") 2>&5
16012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16013 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16014 { (case "(($ac_try" in
16015 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16016 *) ac_try_echo=$ac_try;;
16018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16019 (eval "$ac_try") 2>&5
16021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16022 (exit $ac_status); }; }; then
16023 ac_cv_c_gcc_strength_bug="no"
16025 echo "$as_me: program exited with status $ac_status" >&5
16026 echo "$as_me: failed program was:" >&5
16027 sed 's/^/| /' conftest.$ac_ext >&5
16029 ( exit $ac_status )
16030 ac_cv_c_gcc_strength_bug="yes"
16032 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16037 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16038 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16039 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16041 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16045 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16046 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16047 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16048 echo $ECHO_N "(cached) $ECHO_C" >&6
16050 ac_wine_try_cflags_saved=$CFLAGS
16051 CFLAGS="$CFLAGS -fshort-wchar"
16052 cat >conftest.$ac_ext <<_ACEOF
16055 cat confdefs.h >>conftest.$ac_ext
16056 cat >>conftest.$ac_ext <<_ACEOF
16057 /* end confdefs.h. */
16067 rm -f conftest.$ac_objext conftest$ac_exeext
16068 if { (ac_try="$ac_link"
16069 case "(($ac_try" in
16070 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16071 *) ac_try_echo
=$ac_try;;
16073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16074 (eval "$ac_link") 2>conftest.er1
16076 grep -v '^ *+' conftest.er1
>conftest.err
16078 cat conftest.err
>&5
16079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16080 (exit $ac_status); } && {
16081 test -z "$ac_c_werror_flag" ||
16082 test ! -s conftest.err
16083 } && test -s conftest
$ac_exeext &&
16084 $as_test_x conftest
$ac_exeext; then
16085 ac_cv_cflags__fshort_wchar
=yes
16087 echo "$as_me: failed program was:" >&5
16088 sed 's/^/| /' conftest.
$ac_ext >&5
16090 ac_cv_cflags__fshort_wchar
=no
16093 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16094 conftest
$ac_exeext conftest.
$ac_ext
16095 CFLAGS
=$ac_wine_try_cflags_saved
16097 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16098 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16099 if test $ac_cv_cflags__fshort_wchar = yes; then
16101 cat >>confdefs.h
<<\_ACEOF
16102 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16107 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16108 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16109 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16110 echo $ECHO_N "(cached) $ECHO_C" >&6
16112 ac_wine_try_cflags_saved
=$CFLAGS
16113 CFLAGS
="$CFLAGS -fno-strict-aliasing"
16114 cat >conftest.
$ac_ext <<_ACEOF
16117 cat confdefs.h
>>conftest.
$ac_ext
16118 cat >>conftest.
$ac_ext <<_ACEOF
16119 /* end confdefs.h. */
16129 rm -f conftest.
$ac_objext conftest
$ac_exeext
16130 if { (ac_try
="$ac_link"
16131 case "(($ac_try" in
16132 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16133 *) ac_try_echo=$ac_try;;
16135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16136 (eval "$ac_link") 2>conftest.er1
16138 grep -v '^ *+' conftest.er1 >conftest.err
16140 cat conftest.err >&5
16141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16142 (exit $ac_status); } && {
16143 test -z "$ac_c_werror_flag" ||
16144 test ! -s conftest.err
16145 } && test -s conftest$ac_exeext &&
16146 $as_test_x conftest$ac_exeext; then
16147 ac_cv_cflags__fno_strict_aliasing=yes
16149 echo "$as_me: failed program was:" >&5
16150 sed 's/^/| /' conftest.$ac_ext >&5
16152 ac_cv_cflags__fno_strict_aliasing=no
16155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16156 conftest$ac_exeext conftest.$ac_ext
16157 CFLAGS=$ac_wine_try_cflags_saved
16159 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16160 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16161 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16162 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16165 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16166 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16167 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16168 echo $ECHO_N "(cached) $ECHO_C" >&6
16170 ac_wine_try_cflags_saved=$CFLAGS
16171 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16172 cat >conftest.$ac_ext <<_ACEOF
16175 cat confdefs.h >>conftest.$ac_ext
16176 cat >>conftest.$ac_ext <<_ACEOF
16177 /* end confdefs.h. */
16187 rm -f conftest.$ac_objext conftest$ac_exeext
16188 if { (ac_try="$ac_link"
16189 case "(($ac_try" in
16190 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16191 *) ac_try_echo
=$ac_try;;
16193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16194 (eval "$ac_link") 2>conftest.er1
16196 grep -v '^ *+' conftest.er1
>conftest.err
16198 cat conftest.err
>&5
16199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16200 (exit $ac_status); } && {
16201 test -z "$ac_c_werror_flag" ||
16202 test ! -s conftest.err
16203 } && test -s conftest
$ac_exeext &&
16204 $as_test_x conftest
$ac_exeext; then
16205 ac_cv_cflags__Wdeclaration_after_statement
=yes
16207 echo "$as_me: failed program was:" >&5
16208 sed 's/^/| /' conftest.
$ac_ext >&5
16210 ac_cv_cflags__Wdeclaration_after_statement
=no
16213 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16214 conftest
$ac_exeext conftest.
$ac_ext
16215 CFLAGS
=$ac_wine_try_cflags_saved
16217 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16218 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16219 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16220 EXTRACFLAGS
="$EXTRACFLAGS -Wdeclaration-after-statement"
16223 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16224 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16225 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16226 echo $ECHO_N "(cached) $ECHO_C" >&6
16228 ac_wine_try_cflags_saved
=$CFLAGS
16229 CFLAGS
="$CFLAGS -Wwrite-strings"
16230 cat >conftest.
$ac_ext <<_ACEOF
16233 cat confdefs.h
>>conftest.
$ac_ext
16234 cat >>conftest.
$ac_ext <<_ACEOF
16235 /* end confdefs.h. */
16245 rm -f conftest.
$ac_objext conftest
$ac_exeext
16246 if { (ac_try
="$ac_link"
16247 case "(($ac_try" in
16248 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16249 *) ac_try_echo=$ac_try;;
16251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16252 (eval "$ac_link") 2>conftest.er1
16254 grep -v '^ *+' conftest.er1 >conftest.err
16256 cat conftest.err >&5
16257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16258 (exit $ac_status); } && {
16259 test -z "$ac_c_werror_flag" ||
16260 test ! -s conftest.err
16261 } && test -s conftest$ac_exeext &&
16262 $as_test_x conftest$ac_exeext; then
16263 ac_cv_cflags__Wwrite_strings=yes
16265 echo "$as_me: failed program was:" >&5
16266 sed 's/^/| /' conftest.$ac_ext >&5
16268 ac_cv_cflags__Wwrite_strings=no
16271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16272 conftest$ac_exeext conftest.$ac_ext
16273 CFLAGS=$ac_wine_try_cflags_saved
16275 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16276 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16277 if test $ac_cv_cflags__Wwrite_strings = yes; then
16278 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16281 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16282 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16283 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16284 echo $ECHO_N "(cached) $ECHO_C" >&6
16286 ac_wine_try_cflags_saved=$CFLAGS
16287 CFLAGS="$CFLAGS -Wtype-limits"
16288 cat >conftest.$ac_ext <<_ACEOF
16291 cat confdefs.h >>conftest.$ac_ext
16292 cat >>conftest.$ac_ext <<_ACEOF
16293 /* end confdefs.h. */
16303 rm -f conftest.$ac_objext conftest$ac_exeext
16304 if { (ac_try="$ac_link"
16305 case "(($ac_try" in
16306 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16307 *) ac_try_echo
=$ac_try;;
16309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16310 (eval "$ac_link") 2>conftest.er1
16312 grep -v '^ *+' conftest.er1
>conftest.err
16314 cat conftest.err
>&5
16315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16316 (exit $ac_status); } && {
16317 test -z "$ac_c_werror_flag" ||
16318 test ! -s conftest.err
16319 } && test -s conftest
$ac_exeext &&
16320 $as_test_x conftest
$ac_exeext; then
16321 ac_cv_cflags__Wtype_limits
=yes
16323 echo "$as_me: failed program was:" >&5
16324 sed 's/^/| /' conftest.
$ac_ext >&5
16326 ac_cv_cflags__Wtype_limits
=no
16329 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16330 conftest
$ac_exeext conftest.
$ac_ext
16331 CFLAGS
=$ac_wine_try_cflags_saved
16333 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16334 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16335 if test $ac_cv_cflags__Wtype_limits = yes; then
16336 EXTRACFLAGS
="$EXTRACFLAGS -Wtype-limits"
16340 saved_CFLAGS
="$CFLAGS"
16341 CFLAGS
="$CFLAGS -Wpointer-arith -Werror"
16342 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16343 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16344 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16345 echo $ECHO_N "(cached) $ECHO_C" >&6
16347 cat >conftest.
$ac_ext <<_ACEOF
16350 cat confdefs.h
>>conftest.
$ac_ext
16351 cat >>conftest.
$ac_ext <<_ACEOF
16352 /* end confdefs.h. */
16353 #include <string.h>
16362 rm -f conftest.
$ac_objext
16363 if { (ac_try
="$ac_compile"
16364 case "(($ac_try" in
16365 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16366 *) ac_try_echo=$ac_try;;
16368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16369 (eval "$ac_compile") 2>conftest.er1
16371 grep -v '^ *+' conftest.er1 >conftest.err
16373 cat conftest.err >&5
16374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16375 (exit $ac_status); } && {
16376 test -z "$ac_c_werror_flag" ||
16377 test ! -s conftest.err
16378 } && test -s conftest.$ac_objext; then
16379 ac_cv_c_string_h_warnings=no
16381 echo "$as_me: failed program was:" >&5
16382 sed 's/^/| /' conftest.$ac_ext >&5
16384 ac_cv_c_string_h_warnings=yes
16387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16389 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16390 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16391 CFLAGS="$saved_CFLAGS"
16392 if test "$ac_cv_c_string_h_warnings" = "no"
16394 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16399 saved_CFLAGS="$CFLAGS"
16400 CFLAGS="$CFLAGS -Werror"
16401 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16402 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16403 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16404 echo $ECHO_N "(cached) $ECHO_C" >&6
16406 cat >conftest.$ac_ext <<_ACEOF
16409 cat confdefs.h >>conftest.$ac_ext
16410 cat >>conftest.$ac_ext <<_ACEOF
16411 /* end confdefs.h. */
16416 int iswlower(unsigned short);
16421 rm -f conftest.$ac_objext
16422 if { (ac_try="$ac_compile"
16423 case "(($ac_try" in
16424 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16425 *) ac_try_echo
=$ac_try;;
16427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16428 (eval "$ac_compile") 2>conftest.er1
16430 grep -v '^ *+' conftest.er1
>conftest.err
16432 cat conftest.err
>&5
16433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16434 (exit $ac_status); } && {
16435 test -z "$ac_c_werror_flag" ||
16436 test ! -s conftest.err
16437 } && test -s conftest.
$ac_objext; then
16438 ac_cv_c_builtin_wchar_ctype
=no
16440 echo "$as_me: failed program was:" >&5
16441 sed 's/^/| /' conftest.
$ac_ext >&5
16443 ac_cv_c_builtin_wchar_ctype
=yes
16446 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
16448 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16449 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16450 CFLAGS
="$saved_CFLAGS"
16451 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16453 BUILTINFLAG
="-fno-builtin"
16458 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16459 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16460 if test "${ac_cv_asm_func_def+set}" = set; then
16461 echo $ECHO_N "(cached) $ECHO_C" >&6
16463 cat >conftest.
$ac_ext <<_ACEOF
16466 cat confdefs.h
>>conftest.
$ac_ext
16467 cat >>conftest.
$ac_ext <<_ACEOF
16468 /* end confdefs.h. */
16473 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16478 rm -f conftest.
$ac_objext conftest
$ac_exeext
16479 if { (ac_try
="$ac_link"
16480 case "(($ac_try" in
16481 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16482 *) ac_try_echo=$ac_try;;
16484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16485 (eval "$ac_link") 2>conftest.er1
16487 grep -v '^ *+' conftest.er1 >conftest.err
16489 cat conftest.err >&5
16490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16491 (exit $ac_status); } && {
16492 test -z "$ac_c_werror_flag" ||
16493 test ! -s conftest.err
16494 } && test -s conftest$ac_exeext &&
16495 $as_test_x conftest$ac_exeext; then
16496 ac_cv_asm_func_def=".def"
16498 echo "$as_me: failed program was:" >&5
16499 sed 's/^/| /' conftest.$ac_ext >&5
16501 cat >conftest.$ac_ext <<_ACEOF
16504 cat confdefs.h >>conftest.$ac_ext
16505 cat >>conftest.$ac_ext <<_ACEOF
16506 /* end confdefs.h. */
16511 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16516 rm -f conftest.$ac_objext conftest$ac_exeext
16517 if { (ac_try="$ac_link"
16518 case "(($ac_try" in
16519 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16520 *) ac_try_echo
=$ac_try;;
16522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16523 (eval "$ac_link") 2>conftest.er1
16525 grep -v '^ *+' conftest.er1
>conftest.err
16527 cat conftest.err
>&5
16528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529 (exit $ac_status); } && {
16530 test -z "$ac_c_werror_flag" ||
16531 test ! -s conftest.err
16532 } && test -s conftest
$ac_exeext &&
16533 $as_test_x conftest
$ac_exeext; then
16534 ac_cv_asm_func_def
=".type @function"
16536 echo "$as_me: failed program was:" >&5
16537 sed 's/^/| /' conftest.
$ac_ext >&5
16539 cat >conftest.
$ac_ext <<_ACEOF
16542 cat confdefs.h
>>conftest.
$ac_ext
16543 cat >>conftest.
$ac_ext <<_ACEOF
16544 /* end confdefs.h. */
16549 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16554 rm -f conftest.
$ac_objext conftest
$ac_exeext
16555 if { (ac_try
="$ac_link"
16556 case "(($ac_try" in
16557 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16558 *) ac_try_echo=$ac_try;;
16560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16561 (eval "$ac_link") 2>conftest.er1
16563 grep -v '^ *+' conftest.er1 >conftest.err
16565 cat conftest.err >&5
16566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16567 (exit $ac_status); } && {
16568 test -z "$ac_c_werror_flag" ||
16569 test ! -s conftest.err
16570 } && test -s conftest$ac_exeext &&
16571 $as_test_x conftest$ac_exeext; then
16572 ac_cv_asm_func_def=".type 2"
16574 echo "$as_me: failed program was:" >&5
16575 sed 's/^/| /' conftest.$ac_ext >&5
16577 ac_cv_asm_func_def="unknown"
16580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16581 conftest$ac_exeext conftest.$ac_ext
16584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16585 conftest$ac_exeext conftest.$ac_ext
16588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16589 conftest$ac_exeext conftest.$ac_ext
16591 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16592 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16596 case "$ac_cv_asm_func_def" in
16598 cat >>confdefs.h <<\_ACEOF
16599 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16603 cat >>confdefs.h <<\_ACEOF
16604 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16608 cat >>confdefs.h <<\_ACEOF
16609 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16613 cat >>confdefs.h <<\_ACEOF
16614 #define __ASM_FUNC(name) ""
16620 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16621 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16622 if test "${ac_cv_c_extern_prefix+set}" = set; then
16623 echo $ECHO_N "(cached) $ECHO_C" >&6
16625 cat >conftest.$ac_ext <<_ACEOF
16628 cat confdefs.h >>conftest.$ac_ext
16629 cat >>conftest.$ac_ext <<_ACEOF
16630 /* end confdefs.h. */
16631 extern int ac_test;
16635 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16640 rm -f conftest.$ac_objext conftest$ac_exeext
16641 if { (ac_try="$ac_link"
16642 case "(($ac_try" in
16643 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
16644 *) ac_try_echo
=$ac_try;;
16646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16647 (eval "$ac_link") 2>conftest.er1
16649 grep -v '^ *+' conftest.er1
>conftest.err
16651 cat conftest.err
>&5
16652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16653 (exit $ac_status); } && {
16654 test -z "$ac_c_werror_flag" ||
16655 test ! -s conftest.err
16656 } && test -s conftest
$ac_exeext &&
16657 $as_test_x conftest
$ac_exeext; then
16658 ac_cv_c_extern_prefix
="yes"
16660 echo "$as_me: failed program was:" >&5
16661 sed 's/^/| /' conftest.
$ac_ext >&5
16663 ac_cv_c_extern_prefix
="no"
16666 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
16667 conftest
$ac_exeext conftest.
$ac_ext
16669 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16670 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16674 if test "$ac_cv_c_extern_prefix" = "yes"
16676 cat >>confdefs.h
<<\_ACEOF
16677 #define __ASM_NAME(name) "_" name
16681 cat >>confdefs.h
<<\_ACEOF
16682 #define __ASM_NAME(name) name
16692 LDPATH
="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16696 linux
*|solaris
*) if test -z "$LDRPATH_LOCAL"
16698 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16702 LDPATH
="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16710 SOCKETLIBS
="-lws2_32"
16715 MAIN_BINARY
="wine-pthread"
16719 linux
* | k
*bsd
*-gnu)
16720 MAIN_BINARY
="wine-glibc"
16722 EXTRA_BINARIES
="wine-kthread wine-pthread wine-preloader"
16725 MAIN_BINARY
="wine-freebsd"
16727 EXTRA_BINARIES
="wine-pthread"
16875 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16876 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16877 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16878 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16879 echo $ECHO_N "(cached) $ECHO_C" >&6
16881 cat >conftest.
$ac_ext <<_ACEOF
16884 cat confdefs.h
>>conftest.
$ac_ext
16885 cat >>conftest.
$ac_ext <<_ACEOF
16886 /* end confdefs.h. */
16887 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16889 #define $ac_func innocuous_$ac_func
16891 /* System header to define __stub macros and hopefully few prototypes,
16892 which can conflict with char $ac_func (); below.
16893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16894 <limits.h> exists even on freestanding compilers. */
16897 # include <limits.h>
16899 # include <assert.h>
16904 /* Override any GCC internal prototype to avoid an error.
16905 Use char because int might match the return type of a GCC
16906 builtin and then its argument prototype would still apply. */
16911 /* The GNU C library defines this for functions which it implements
16912 to always fail with ENOSYS. Some functions are actually named
16913 something starting with __ and the normal name is an alias. */
16914 #if defined __stub_$ac_func || defined __stub___$ac_func
16921 return $ac_func ();
16926 rm -f conftest.
$ac_objext conftest
$ac_exeext
16927 if { (ac_try
="$ac_link"
16928 case "(($ac_try" in
16929 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
16930 *) ac_try_echo=$ac_try;;
16932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16933 (eval "$ac_link") 2>conftest.er1
16935 grep -v '^ *+' conftest.er1 >conftest.err
16937 cat conftest.err >&5
16938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16939 (exit $ac_status); } && {
16940 test -z "$ac_c_werror_flag" ||
16941 test ! -s conftest.err
16942 } && test -s conftest$ac_exeext &&
16943 $as_test_x conftest$ac_exeext; then
16944 eval "$as_ac_var=yes"
16946 echo "$as_me: failed program was:" >&5
16947 sed 's/^/| /' conftest.$ac_ext >&5
16949 eval "$as_ac_var=no"
16952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16953 conftest$ac_exeext conftest.$ac_ext
16955 ac_res=`eval echo '${'$as_ac_var'}'`
16956 { echo "$as_me:$LINENO: result: $ac_res" >&5
16957 echo "${ECHO_T}$ac_res" >&6; }
16958 if test `eval echo '${'$as_ac_var'}'` = yes; then
16959 cat >>confdefs.h <<_ACEOF
16960 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
16967 if test "$ac_cv_func_dlopen" = no
16969 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
16970 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
16971 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
16972 echo $ECHO_N "(cached) $ECHO_C" >&6
16974 ac_check_lib_save_LIBS=$LIBS
16976 cat >conftest.$ac_ext <<_ACEOF
16979 cat confdefs.h >>conftest.$ac_ext
16980 cat >>conftest.$ac_ext <<_ACEOF
16981 /* end confdefs.h. */
16983 /* Override any GCC internal prototype to avoid an error.
16984 Use char because int might match the return type of a GCC
16985 builtin and then its argument prototype would still apply. */
16998 rm -f conftest.$ac_objext conftest$ac_exeext
16999 if { (ac_try="$ac_link"
17000 case "(($ac_try" in
17001 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17002 *) ac_try_echo
=$ac_try;;
17004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17005 (eval "$ac_link") 2>conftest.er1
17007 grep -v '^ *+' conftest.er1
>conftest.err
17009 cat conftest.err
>&5
17010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17011 (exit $ac_status); } && {
17012 test -z "$ac_c_werror_flag" ||
17013 test ! -s conftest.err
17014 } && test -s conftest
$ac_exeext &&
17015 $as_test_x conftest
$ac_exeext; then
17016 ac_cv_lib_dl_dlopen
=yes
17018 echo "$as_me: failed program was:" >&5
17019 sed 's/^/| /' conftest.
$ac_ext >&5
17021 ac_cv_lib_dl_dlopen
=no
17024 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17025 conftest
$ac_exeext conftest.
$ac_ext
17026 LIBS
=$ac_check_lib_save_LIBS
17028 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17029 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17030 if test $ac_cv_lib_dl_dlopen = yes; then
17031 cat >>confdefs.h
<<\_ACEOF
17032 #define HAVE_DLOPEN 1
17039 ac_wine_check_funcs_save_LIBS
="$LIBS"
17040 LIBS
="$LIBS $LIBDL"
17042 for ac_func
in dladdr
17044 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17045 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17046 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17047 if { as_var
=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17048 echo $ECHO_N "(cached) $ECHO_C" >&6
17050 cat >conftest.
$ac_ext <<_ACEOF
17053 cat confdefs.h
>>conftest.
$ac_ext
17054 cat >>conftest.
$ac_ext <<_ACEOF
17055 /* end confdefs.h. */
17056 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17057 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17058 #define $ac_func innocuous_$ac_func
17060 /* System header to define __stub macros and hopefully few prototypes,
17061 which can conflict with char $ac_func (); below.
17062 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17063 <limits.h> exists even on freestanding compilers. */
17066 # include <limits.h>
17068 # include <assert.h>
17073 /* Override any GCC internal prototype to avoid an error.
17074 Use char because int might match the return type of a GCC
17075 builtin and then its argument prototype would still apply. */
17080 /* The GNU C library defines this for functions which it implements
17081 to always fail with ENOSYS. Some functions are actually named
17082 something starting with __ and the normal name is an alias. */
17083 #if defined __stub_$ac_func || defined __stub___$ac_func
17090 return $ac_func ();
17095 rm -f conftest.
$ac_objext conftest
$ac_exeext
17096 if { (ac_try
="$ac_link"
17097 case "(($ac_try" in
17098 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17099 *) ac_try_echo=$ac_try;;
17101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17102 (eval "$ac_link") 2>conftest.er1
17104 grep -v '^ *+' conftest.er1 >conftest.err
17106 cat conftest.err >&5
17107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17108 (exit $ac_status); } && {
17109 test -z "$ac_c_werror_flag" ||
17110 test ! -s conftest.err
17111 } && test -s conftest$ac_exeext &&
17112 $as_test_x conftest$ac_exeext; then
17113 eval "$as_ac_var=yes"
17115 echo "$as_me: failed program was:" >&5
17116 sed 's/^/| /' conftest.$ac_ext >&5
17118 eval "$as_ac_var=no"
17121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17122 conftest$ac_exeext conftest.$ac_ext
17124 ac_res=`eval echo '${'$as_ac_var'}'`
17125 { echo "$as_me:$LINENO: result: $ac_res" >&5
17126 echo "${ECHO_T}$ac_res" >&6; }
17127 if test `eval echo '${'$as_ac_var'}'` = yes; then
17128 cat >>confdefs.h <<_ACEOF
17129 #define `echo "HAVE_$ac_func" |
$as_tr_cpp` 1
17135 LIBS="$ac_wine_check_funcs_save_LIBS"
17137 if test "$ac_cv_func_poll" = no
17139 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17140 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17141 if test "${ac_cv_lib_poll_poll+set}" = set; then
17142 echo $ECHO_N "(cached) $ECHO_C" >&6
17144 ac_check_lib_save_LIBS=$LIBS
17145 LIBS="-lpoll $LIBS"
17146 cat >conftest.$ac_ext <<_ACEOF
17149 cat confdefs.h >>conftest.$ac_ext
17150 cat >>conftest.$ac_ext <<_ACEOF
17151 /* end confdefs.h. */
17153 /* Override any GCC internal prototype to avoid an error.
17154 Use char because int might match the return type of a GCC
17155 builtin and then its argument prototype would still apply. */
17168 rm -f conftest.$ac_objext conftest$ac_exeext
17169 if { (ac_try="$ac_link"
17170 case "(($ac_try" in
17171 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17172 *) ac_try_echo
=$ac_try;;
17174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17175 (eval "$ac_link") 2>conftest.er1
17177 grep -v '^ *+' conftest.er1
>conftest.err
17179 cat conftest.err
>&5
17180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17181 (exit $ac_status); } && {
17182 test -z "$ac_c_werror_flag" ||
17183 test ! -s conftest.err
17184 } && test -s conftest
$ac_exeext &&
17185 $as_test_x conftest
$ac_exeext; then
17186 ac_cv_lib_poll_poll
=yes
17188 echo "$as_me: failed program was:" >&5
17189 sed 's/^/| /' conftest.
$ac_ext >&5
17191 ac_cv_lib_poll_poll
=no
17194 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17195 conftest
$ac_exeext conftest.
$ac_ext
17196 LIBS
=$ac_check_lib_save_LIBS
17198 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17199 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17200 if test $ac_cv_lib_poll_poll = yes; then
17201 cat >>confdefs.h
<<\_ACEOF
17202 #define HAVE_POLL 1
17210 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17211 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17212 if test "${ac_cv_search_gethostbyname+set}" = set; then
17213 echo $ECHO_N "(cached) $ECHO_C" >&6
17215 ac_func_search_save_LIBS
=$LIBS
17216 cat >conftest.
$ac_ext <<_ACEOF
17219 cat confdefs.h
>>conftest.
$ac_ext
17220 cat >>conftest.
$ac_ext <<_ACEOF
17221 /* end confdefs.h. */
17223 /* Override any GCC internal prototype to avoid an error.
17224 Use char because int might match the return type of a GCC
17225 builtin and then its argument prototype would still apply. */
17229 char gethostbyname ();
17233 return gethostbyname ();
17238 for ac_lib
in '' nsl
; do
17239 if test -z "$ac_lib"; then
17240 ac_res
="none required"
17243 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17245 rm -f conftest.
$ac_objext conftest
$ac_exeext
17246 if { (ac_try
="$ac_link"
17247 case "(($ac_try" in
17248 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17249 *) ac_try_echo=$ac_try;;
17251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17252 (eval "$ac_link") 2>conftest.er1
17254 grep -v '^ *+' conftest.er1 >conftest.err
17256 cat conftest.err >&5
17257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17258 (exit $ac_status); } && {
17259 test -z "$ac_c_werror_flag" ||
17260 test ! -s conftest.err
17261 } && test -s conftest$ac_exeext &&
17262 $as_test_x conftest$ac_exeext; then
17263 ac_cv_search_gethostbyname=$ac_res
17265 echo "$as_me: failed program was:" >&5
17266 sed 's/^/| /' conftest.$ac_ext >&5
17271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17273 if test "${ac_cv_search_gethostbyname+set}" = set; then
17277 if test "${ac_cv_search_gethostbyname+set}" = set; then
17280 ac_cv_search_gethostbyname=no
17282 rm conftest.$ac_ext
17283 LIBS=$ac_func_search_save_LIBS
17285 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17286 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17287 ac_res=$ac_cv_search_gethostbyname
17288 if test "$ac_res" != no; then
17289 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17294 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17295 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17296 if test "${ac_cv_search_connect+set}" = set; then
17297 echo $ECHO_N "(cached) $ECHO_C" >&6
17299 ac_func_search_save_LIBS=$LIBS
17300 cat >conftest.$ac_ext <<_ACEOF
17303 cat confdefs.h >>conftest.$ac_ext
17304 cat >>conftest.$ac_ext <<_ACEOF
17305 /* end confdefs.h. */
17307 /* Override any GCC internal prototype to avoid an error.
17308 Use char because int might match the return type of a GCC
17309 builtin and then its argument prototype would still apply. */
17322 for ac_lib in '' socket; do
17323 if test -z "$ac_lib"; then
17324 ac_res="none required"
17327 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17329 rm -f conftest.$ac_objext conftest$ac_exeext
17330 if { (ac_try="$ac_link"
17331 case "(($ac_try" in
17332 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17333 *) ac_try_echo
=$ac_try;;
17335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17336 (eval "$ac_link") 2>conftest.er1
17338 grep -v '^ *+' conftest.er1
>conftest.err
17340 cat conftest.err
>&5
17341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17342 (exit $ac_status); } && {
17343 test -z "$ac_c_werror_flag" ||
17344 test ! -s conftest.err
17345 } && test -s conftest
$ac_exeext &&
17346 $as_test_x conftest
$ac_exeext; then
17347 ac_cv_search_connect
=$ac_res
17349 echo "$as_me: failed program was:" >&5
17350 sed 's/^/| /' conftest.
$ac_ext >&5
17355 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17357 if test "${ac_cv_search_connect+set}" = set; then
17361 if test "${ac_cv_search_connect+set}" = set; then
17364 ac_cv_search_connect
=no
17366 rm conftest.
$ac_ext
17367 LIBS
=$ac_func_search_save_LIBS
17369 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17370 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17371 ac_res
=$ac_cv_search_connect
17372 if test "$ac_res" != no
; then
17373 test "$ac_res" = "none required" || LIBS
="$ac_res $LIBS"
17378 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17379 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17380 if test "${ac_cv_search_inet_aton+set}" = set; then
17381 echo $ECHO_N "(cached) $ECHO_C" >&6
17383 ac_func_search_save_LIBS
=$LIBS
17384 cat >conftest.
$ac_ext <<_ACEOF
17387 cat confdefs.h
>>conftest.
$ac_ext
17388 cat >>conftest.
$ac_ext <<_ACEOF
17389 /* end confdefs.h. */
17391 /* Override any GCC internal prototype to avoid an error.
17392 Use char because int might match the return type of a GCC
17393 builtin and then its argument prototype would still apply. */
17401 return inet_aton ();
17406 for ac_lib
in '' resolv
; do
17407 if test -z "$ac_lib"; then
17408 ac_res
="none required"
17411 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
17413 rm -f conftest.
$ac_objext conftest
$ac_exeext
17414 if { (ac_try
="$ac_link"
17415 case "(($ac_try" in
17416 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17417 *) ac_try_echo=$ac_try;;
17419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17420 (eval "$ac_link") 2>conftest.er1
17422 grep -v '^ *+' conftest.er1 >conftest.err
17424 cat conftest.err >&5
17425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17426 (exit $ac_status); } && {
17427 test -z "$ac_c_werror_flag" ||
17428 test ! -s conftest.err
17429 } && test -s conftest$ac_exeext &&
17430 $as_test_x conftest$ac_exeext; then
17431 ac_cv_search_inet_aton=$ac_res
17433 echo "$as_me: failed program was:" >&5
17434 sed 's/^/| /' conftest.$ac_ext >&5
17439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17441 if test "${ac_cv_search_inet_aton+set}" = set; then
17445 if test "${ac_cv_search_inet_aton+set}" = set; then
17448 ac_cv_search_inet_aton=no
17450 rm conftest.$ac_ext
17451 LIBS=$ac_func_search_save_LIBS
17453 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17454 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17455 ac_res=$ac_cv_search_inet_aton
17456 if test "$ac_res" != no; then
17457 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17481 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17482 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17483 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17484 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17485 echo $ECHO_N "(cached) $ECHO_C" >&6
17487 cat >conftest.$ac_ext <<_ACEOF
17490 cat confdefs.h >>conftest.$ac_ext
17491 cat >>conftest.$ac_ext <<_ACEOF
17492 /* end confdefs.h. */
17493 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17494 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17495 #define $ac_func innocuous_$ac_func
17497 /* System header to define __stub macros and hopefully few prototypes,
17498 which can conflict with char $ac_func (); below.
17499 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17500 <limits.h> exists even on freestanding compilers. */
17503 # include <limits.h>
17505 # include <assert.h>
17510 /* Override any GCC internal prototype to avoid an error.
17511 Use char because int might match the return type of a GCC
17512 builtin and then its argument prototype would still apply. */
17517 /* The GNU C library defines this for functions which it implements
17518 to always fail with ENOSYS. Some functions are actually named
17519 something starting with __ and the normal name is an alias. */
17520 #if defined __stub_$ac_func || defined __stub___$ac_func
17527 return $ac_func ();
17532 rm -f conftest.$ac_objext conftest$ac_exeext
17533 if { (ac_try="$ac_link"
17534 case "(($ac_try" in
17535 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17536 *) ac_try_echo
=$ac_try;;
17538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17539 (eval "$ac_link") 2>conftest.er1
17541 grep -v '^ *+' conftest.er1
>conftest.err
17543 cat conftest.err
>&5
17544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17545 (exit $ac_status); } && {
17546 test -z "$ac_c_werror_flag" ||
17547 test ! -s conftest.err
17548 } && test -s conftest
$ac_exeext &&
17549 $as_test_x conftest
$ac_exeext; then
17550 eval "$as_ac_var=yes"
17552 echo "$as_me: failed program was:" >&5
17553 sed 's/^/| /' conftest.
$ac_ext >&5
17555 eval "$as_ac_var=no"
17558 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17559 conftest
$ac_exeext conftest.
$ac_ext
17561 ac_res
=`eval echo '${'$as_ac_var'}'`
17562 { echo "$as_me:$LINENO: result: $ac_res" >&5
17563 echo "${ECHO_T}$ac_res" >&6; }
17564 if test `eval echo '${'$as_ac_var'}'` = yes; then
17565 cat >>confdefs.h
<<_ACEOF
17566 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17575 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17577 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17578 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17579 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17580 echo $ECHO_N "(cached) $ECHO_C" >&6
17582 cat >conftest.
$ac_ext <<_ACEOF
17585 cat confdefs.h
>>conftest.
$ac_ext
17586 cat >>conftest.
$ac_ext <<_ACEOF
17587 /* end confdefs.h. */
17590 typedef LDAPSortKey ac__type_new_;
17594 if ((ac__type_new_ *) 0)
17596 if (sizeof (ac__type_new_))
17602 rm -f conftest.
$ac_objext
17603 if { (ac_try
="$ac_compile"
17604 case "(($ac_try" in
17605 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17606 *) ac_try_echo=$ac_try;;
17608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17609 (eval "$ac_compile") 2>conftest.er1
17611 grep -v '^ *+' conftest.er1 >conftest.err
17613 cat conftest.err >&5
17614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17615 (exit $ac_status); } && {
17616 test -z "$ac_c_werror_flag" ||
17617 test ! -s conftest.err
17618 } && test -s conftest.$ac_objext; then
17619 ac_cv_type_LDAPSortKey=yes
17621 echo "$as_me: failed program was:" >&5
17622 sed 's/^/| /' conftest.$ac_ext >&5
17624 ac_cv_type_LDAPSortKey=no
17627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17629 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17630 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17631 if test $ac_cv_type_LDAPSortKey = yes; then
17632 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17633 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17634 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17635 echo $ECHO_N "(cached) $ECHO_C" >&6
17637 ac_check_lib_save_LIBS=$LIBS
17638 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17639 cat >conftest.$ac_ext <<_ACEOF
17642 cat confdefs.h >>conftest.$ac_ext
17643 cat >>conftest.$ac_ext <<_ACEOF
17644 /* end confdefs.h. */
17646 /* Override any GCC internal prototype to avoid an error.
17647 Use char because int might match the return type of a GCC
17648 builtin and then its argument prototype would still apply. */
17652 char ldap_initialize ();
17656 return ldap_initialize ();
17661 rm -f conftest.$ac_objext conftest$ac_exeext
17662 if { (ac_try="$ac_link"
17663 case "(($ac_try" in
17664 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17665 *) ac_try_echo
=$ac_try;;
17667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17668 (eval "$ac_link") 2>conftest.er1
17670 grep -v '^ *+' conftest.er1
>conftest.err
17672 cat conftest.err
>&5
17673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17674 (exit $ac_status); } && {
17675 test -z "$ac_c_werror_flag" ||
17676 test ! -s conftest.err
17677 } && test -s conftest
$ac_exeext &&
17678 $as_test_x conftest
$ac_exeext; then
17679 ac_cv_lib_ldap_r_ldap_initialize
=yes
17681 echo "$as_me: failed program was:" >&5
17682 sed 's/^/| /' conftest.
$ac_ext >&5
17684 ac_cv_lib_ldap_r_ldap_initialize
=no
17687 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17688 conftest
$ac_exeext conftest.
$ac_ext
17689 LIBS
=$ac_check_lib_save_LIBS
17691 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17692 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17693 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17694 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17695 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17696 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17697 echo $ECHO_N "(cached) $ECHO_C" >&6
17699 ac_check_lib_save_LIBS
=$LIBS
17700 LIBS
="-llber $LIBPTHREAD $LIBS"
17701 cat >conftest.
$ac_ext <<_ACEOF
17704 cat confdefs.h
>>conftest.
$ac_ext
17705 cat >>conftest.
$ac_ext <<_ACEOF
17706 /* end confdefs.h. */
17708 /* Override any GCC internal prototype to avoid an error.
17709 Use char because int might match the return type of a GCC
17710 builtin and then its argument prototype would still apply. */
17718 return ber_init ();
17723 rm -f conftest.
$ac_objext conftest
$ac_exeext
17724 if { (ac_try
="$ac_link"
17725 case "(($ac_try" in
17726 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17727 *) ac_try_echo=$ac_try;;
17729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17730 (eval "$ac_link") 2>conftest.er1
17732 grep -v '^ *+' conftest.er1 >conftest.err
17734 cat conftest.err >&5
17735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17736 (exit $ac_status); } && {
17737 test -z "$ac_c_werror_flag" ||
17738 test ! -s conftest.err
17739 } && test -s conftest$ac_exeext &&
17740 $as_test_x conftest$ac_exeext; then
17741 ac_cv_lib_lber_ber_init=yes
17743 echo "$as_me: failed program was:" >&5
17744 sed 's/^/| /' conftest.$ac_ext >&5
17746 ac_cv_lib_lber_ber_init=no
17749 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17750 conftest$ac_exeext conftest.$ac_ext
17751 LIBS=$ac_check_lib_save_LIBS
17753 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17754 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17755 if test $ac_cv_lib_lber_ber_init = yes; then
17757 cat >>confdefs.h <<\_ACEOF
17758 #define HAVE_LDAP 1
17761 LDAPLIBS="-lldap_r -llber"
17768 ac_wine_check_funcs_save_LIBS="$LIBS"
17769 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17779 ldap_count_references \
17780 ldap_first_reference \
17781 ldap_next_reference \
17782 ldap_parse_reference \
17783 ldap_parse_sort_control \
17784 ldap_parse_sortresponse_control \
17785 ldap_parse_vlv_control \
17786 ldap_parse_vlvresponse_control
17788 as_ac_var=`echo "ac_cv_func_$ac_func" |
$as_tr_sh`
17789 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17790 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17791 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17792 echo $ECHO_N "(cached) $ECHO_C" >&6
17794 cat >conftest.$ac_ext <<_ACEOF
17797 cat confdefs.h >>conftest.$ac_ext
17798 cat >>conftest.$ac_ext <<_ACEOF
17799 /* end confdefs.h. */
17800 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17802 #define $ac_func innocuous_$ac_func
17804 /* System header to define __stub macros and hopefully few prototypes,
17805 which can conflict with char $ac_func (); below.
17806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17807 <limits.h> exists even on freestanding compilers. */
17810 # include <limits.h>
17812 # include <assert.h>
17817 /* Override any GCC internal prototype to avoid an error.
17818 Use char because int might match the return type of a GCC
17819 builtin and then its argument prototype would still apply. */
17824 /* The GNU C library defines this for functions which it implements
17825 to always fail with ENOSYS. Some functions are actually named
17826 something starting with __ and the normal name is an alias. */
17827 #if defined __stub_$ac_func || defined __stub___$ac_func
17834 return $ac_func ();
17839 rm -f conftest.$ac_objext conftest$ac_exeext
17840 if { (ac_try="$ac_link"
17841 case "(($ac_try" in
17842 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
17843 *) ac_try_echo
=$ac_try;;
17845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17846 (eval "$ac_link") 2>conftest.er1
17848 grep -v '^ *+' conftest.er1
>conftest.err
17850 cat conftest.err
>&5
17851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17852 (exit $ac_status); } && {
17853 test -z "$ac_c_werror_flag" ||
17854 test ! -s conftest.err
17855 } && test -s conftest
$ac_exeext &&
17856 $as_test_x conftest
$ac_exeext; then
17857 eval "$as_ac_var=yes"
17859 echo "$as_me: failed program was:" >&5
17860 sed 's/^/| /' conftest.
$ac_ext >&5
17862 eval "$as_ac_var=no"
17865 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
17866 conftest
$ac_exeext conftest.
$ac_ext
17868 ac_res
=`eval echo '${'$as_ac_var'}'`
17869 { echo "$as_me:$LINENO: result: $ac_res" >&5
17870 echo "${ECHO_T}$ac_res" >&6; }
17871 if test `eval echo '${'$as_ac_var'}'` = yes; then
17872 cat >>confdefs.h
<<_ACEOF
17873 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17879 LIBS
="$ac_wine_check_funcs_save_LIBS"
17881 if test "x$LDAPLIBS" = "x"; then
17882 case "x$with_ldap" in
17883 x
) wine_notices
="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
17885 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
17886 This is an error since --with-ldap was requested." >&5
17887 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
17888 This is an error since --with-ldap was requested." >&2;}
17889 { (exit 1); exit 1; }; } ;;
17895 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
17896 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
17897 if test "${ac_cv_c_const+set}" = set; then
17898 echo $ECHO_N "(cached) $ECHO_C" >&6
17900 cat >conftest.
$ac_ext <<_ACEOF
17903 cat confdefs.h
>>conftest.
$ac_ext
17904 cat >>conftest.
$ac_ext <<_ACEOF
17905 /* end confdefs.h. */
17910 /* FIXME: Include the comments suggested by Paul. */
17911 #ifndef __cplusplus
17912 /* Ultrix mips cc rejects this. */
17913 typedef int charset[2];
17915 /* SunOS 4.1.1 cc rejects this. */
17916 char const *const *pcpcc;
17918 /* NEC SVR4.0.2 mips cc rejects this. */
17919 struct point {int x, y;};
17920 static struct point const zero = {0,0};
17921 /* AIX XL C 1.02.0.0 rejects this.
17922 It does not let you subtract one const X* pointer from another in
17923 an arm of an if-expression whose if-part is not a constant
17925 const char *g = "string";
17926 pcpcc = &g + (g ? g-g : 0);
17927 /* HPUX 7.0 cc rejects these. */
17929 ppc = (char**) pcpcc;
17930 pcpcc = (char const *const *) ppc;
17931 { /* SCO 3.2v4 cc rejects this. */
17933 char const *s = 0 ? (char *) 0 : (char const *) 0;
17938 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
17939 int x[] = {25, 17};
17940 const int *foo = &x[0];
17943 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
17944 typedef const int *iptr;
17948 { /* AIX XL C 1.02.0.0 rejects this saying
17949 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
17950 struct s { int j; const int *ap[3]; };
17951 struct s *b; b->j = 5;
17953 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
17954 const int foo = 10;
17955 if (!foo) return 0;
17957 return !cs[0] && !zero.x;
17964 rm -f conftest.
$ac_objext
17965 if { (ac_try
="$ac_compile"
17966 case "(($ac_try" in
17967 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
17968 *) ac_try_echo=$ac_try;;
17970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17971 (eval "$ac_compile") 2>conftest.er1
17973 grep -v '^ *+' conftest.er1 >conftest.err
17975 cat conftest.err >&5
17976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17977 (exit $ac_status); } && {
17978 test -z "$ac_c_werror_flag" ||
17979 test ! -s conftest.err
17980 } && test -s conftest.$ac_objext; then
17983 echo "$as_me: failed program was:" >&5
17984 sed 's/^/| /' conftest.$ac_ext >&5
17989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17991 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
17992 echo "${ECHO_T}$ac_cv_c_const" >&6; }
17993 if test $ac_cv_c_const = no; then
17995 cat >>confdefs.h <<\_ACEOF
18001 { echo "$as_me:$LINENO: checking for inline" >&5
18002 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18003 if test "${ac_cv_c_inline+set}" = set; then
18004 echo $ECHO_N "(cached) $ECHO_C" >&6
18007 for ac_kw in inline __inline__ __inline; do
18008 cat >conftest.$ac_ext <<_ACEOF
18011 cat confdefs.h >>conftest.$ac_ext
18012 cat >>conftest.$ac_ext <<_ACEOF
18013 /* end confdefs.h. */
18014 #ifndef __cplusplus
18016 static $ac_kw foo_t static_foo () {return 0; }
18017 $ac_kw foo_t foo () {return 0; }
18021 rm -f conftest.$ac_objext
18022 if { (ac_try="$ac_compile"
18023 case "(($ac_try" in
18024 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18025 *) ac_try_echo
=$ac_try;;
18027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18028 (eval "$ac_compile") 2>conftest.er1
18030 grep -v '^ *+' conftest.er1
>conftest.err
18032 cat conftest.err
>&5
18033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18034 (exit $ac_status); } && {
18035 test -z "$ac_c_werror_flag" ||
18036 test ! -s conftest.err
18037 } && test -s conftest.
$ac_objext; then
18038 ac_cv_c_inline
=$ac_kw
18040 echo "$as_me: failed program was:" >&5
18041 sed 's/^/| /' conftest.
$ac_ext >&5
18046 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18047 test "$ac_cv_c_inline" != no
&& break
18051 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18052 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18055 case $ac_cv_c_inline in
18058 case $ac_cv_c_inline in
18060 *) ac_val
=$ac_cv_c_inline;;
18062 cat >>confdefs.h
<<_ACEOF
18063 #ifndef __cplusplus
18064 #define inline $ac_val
18070 { echo "$as_me:$LINENO: checking for mode_t" >&5
18071 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18072 if test "${ac_cv_type_mode_t+set}" = set; then
18073 echo $ECHO_N "(cached) $ECHO_C" >&6
18075 cat >conftest.
$ac_ext <<_ACEOF
18078 cat confdefs.h
>>conftest.
$ac_ext
18079 cat >>conftest.
$ac_ext <<_ACEOF
18080 /* end confdefs.h. */
18081 $ac_includes_default
18082 typedef mode_t ac__type_new_;
18086 if ((ac__type_new_ *) 0)
18088 if (sizeof (ac__type_new_))
18094 rm -f conftest.
$ac_objext
18095 if { (ac_try
="$ac_compile"
18096 case "(($ac_try" in
18097 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18098 *) ac_try_echo=$ac_try;;
18100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18101 (eval "$ac_compile") 2>conftest.er1
18103 grep -v '^ *+' conftest.er1 >conftest.err
18105 cat conftest.err >&5
18106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18107 (exit $ac_status); } && {
18108 test -z "$ac_c_werror_flag" ||
18109 test ! -s conftest.err
18110 } && test -s conftest.$ac_objext; then
18111 ac_cv_type_mode_t=yes
18113 echo "$as_me: failed program was:" >&5
18114 sed 's/^/| /' conftest.$ac_ext >&5
18116 ac_cv_type_mode_t=no
18119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18121 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18122 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18123 if test $ac_cv_type_mode_t = yes; then
18125 cat >>confdefs.h <<_ACEOF
18126 #define HAVE_MODE_T 1
18131 { echo "$as_me:$LINENO: checking for off_t" >&5
18132 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18133 if test "${ac_cv_type_off_t+set}" = set; then
18134 echo $ECHO_N "(cached) $ECHO_C" >&6
18136 cat >conftest.$ac_ext <<_ACEOF
18139 cat confdefs.h >>conftest.$ac_ext
18140 cat >>conftest.$ac_ext <<_ACEOF
18141 /* end confdefs.h. */
18142 $ac_includes_default
18143 typedef off_t ac__type_new_;
18147 if ((ac__type_new_ *) 0)
18149 if (sizeof (ac__type_new_))
18155 rm -f conftest.$ac_objext
18156 if { (ac_try="$ac_compile"
18157 case "(($ac_try" in
18158 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18159 *) ac_try_echo
=$ac_try;;
18161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18162 (eval "$ac_compile") 2>conftest.er1
18164 grep -v '^ *+' conftest.er1
>conftest.err
18166 cat conftest.err
>&5
18167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18168 (exit $ac_status); } && {
18169 test -z "$ac_c_werror_flag" ||
18170 test ! -s conftest.err
18171 } && test -s conftest.
$ac_objext; then
18172 ac_cv_type_off_t
=yes
18174 echo "$as_me: failed program was:" >&5
18175 sed 's/^/| /' conftest.
$ac_ext >&5
18177 ac_cv_type_off_t
=no
18180 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18182 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18183 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18184 if test $ac_cv_type_off_t = yes; then
18186 cat >>confdefs.h
<<_ACEOF
18187 #define HAVE_OFF_T 1
18192 { echo "$as_me:$LINENO: checking for pid_t" >&5
18193 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18194 if test "${ac_cv_type_pid_t+set}" = set; then
18195 echo $ECHO_N "(cached) $ECHO_C" >&6
18197 cat >conftest.
$ac_ext <<_ACEOF
18200 cat confdefs.h
>>conftest.
$ac_ext
18201 cat >>conftest.
$ac_ext <<_ACEOF
18202 /* end confdefs.h. */
18203 $ac_includes_default
18204 typedef pid_t ac__type_new_;
18208 if ((ac__type_new_ *) 0)
18210 if (sizeof (ac__type_new_))
18216 rm -f conftest.
$ac_objext
18217 if { (ac_try
="$ac_compile"
18218 case "(($ac_try" in
18219 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18220 *) ac_try_echo=$ac_try;;
18222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18223 (eval "$ac_compile") 2>conftest.er1
18225 grep -v '^ *+' conftest.er1 >conftest.err
18227 cat conftest.err >&5
18228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18229 (exit $ac_status); } && {
18230 test -z "$ac_c_werror_flag" ||
18231 test ! -s conftest.err
18232 } && test -s conftest.$ac_objext; then
18233 ac_cv_type_pid_t=yes
18235 echo "$as_me: failed program was:" >&5
18236 sed 's/^/| /' conftest.$ac_ext >&5
18238 ac_cv_type_pid_t=no
18241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18243 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18244 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18245 if test $ac_cv_type_pid_t = yes; then
18247 cat >>confdefs.h <<_ACEOF
18248 #define HAVE_PID_T 1
18253 { echo "$as_me:$LINENO: checking for size_t" >&5
18254 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18255 if test "${ac_cv_type_size_t+set}" = set; then
18256 echo $ECHO_N "(cached) $ECHO_C" >&6
18258 cat >conftest.$ac_ext <<_ACEOF
18261 cat confdefs.h >>conftest.$ac_ext
18262 cat >>conftest.$ac_ext <<_ACEOF
18263 /* end confdefs.h. */
18264 $ac_includes_default
18265 typedef size_t ac__type_new_;
18269 if ((ac__type_new_ *) 0)
18271 if (sizeof (ac__type_new_))
18277 rm -f conftest.$ac_objext
18278 if { (ac_try="$ac_compile"
18279 case "(($ac_try" in
18280 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18281 *) ac_try_echo
=$ac_try;;
18283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18284 (eval "$ac_compile") 2>conftest.er1
18286 grep -v '^ *+' conftest.er1
>conftest.err
18288 cat conftest.err
>&5
18289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18290 (exit $ac_status); } && {
18291 test -z "$ac_c_werror_flag" ||
18292 test ! -s conftest.err
18293 } && test -s conftest.
$ac_objext; then
18294 ac_cv_type_size_t
=yes
18296 echo "$as_me: failed program was:" >&5
18297 sed 's/^/| /' conftest.
$ac_ext >&5
18299 ac_cv_type_size_t
=no
18302 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18304 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18305 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18306 if test $ac_cv_type_size_t = yes; then
18308 cat >>confdefs.h
<<_ACEOF
18309 #define HAVE_SIZE_T 1
18314 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18315 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18316 if test "${ac_cv_type_ssize_t+set}" = set; then
18317 echo $ECHO_N "(cached) $ECHO_C" >&6
18319 cat >conftest.
$ac_ext <<_ACEOF
18322 cat confdefs.h
>>conftest.
$ac_ext
18323 cat >>conftest.
$ac_ext <<_ACEOF
18324 /* end confdefs.h. */
18325 $ac_includes_default
18326 typedef ssize_t ac__type_new_;
18330 if ((ac__type_new_ *) 0)
18332 if (sizeof (ac__type_new_))
18338 rm -f conftest.
$ac_objext
18339 if { (ac_try
="$ac_compile"
18340 case "(($ac_try" in
18341 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18342 *) ac_try_echo=$ac_try;;
18344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18345 (eval "$ac_compile") 2>conftest.er1
18347 grep -v '^ *+' conftest.er1 >conftest.err
18349 cat conftest.err >&5
18350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18351 (exit $ac_status); } && {
18352 test -z "$ac_c_werror_flag" ||
18353 test ! -s conftest.err
18354 } && test -s conftest.$ac_objext; then
18355 ac_cv_type_ssize_t=yes
18357 echo "$as_me: failed program was:" >&5
18358 sed 's/^/| /' conftest.$ac_ext >&5
18360 ac_cv_type_ssize_t=no
18363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18365 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18366 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18367 if test $ac_cv_type_ssize_t = yes; then
18369 cat >>confdefs.h <<_ACEOF
18370 #define HAVE_SSIZE_T 1
18375 { echo "$as_me:$LINENO: checking for long long" >&5
18376 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18377 if test "${ac_cv_type_long_long+set}" = set; then
18378 echo $ECHO_N "(cached) $ECHO_C" >&6
18380 cat >conftest.$ac_ext <<_ACEOF
18383 cat confdefs.h >>conftest.$ac_ext
18384 cat >>conftest.$ac_ext <<_ACEOF
18385 /* end confdefs.h. */
18386 $ac_includes_default
18387 typedef long long ac__type_new_;
18391 if ((ac__type_new_ *) 0)
18393 if (sizeof (ac__type_new_))
18399 rm -f conftest.$ac_objext
18400 if { (ac_try="$ac_compile"
18401 case "(($ac_try" in
18402 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18403 *) ac_try_echo
=$ac_try;;
18405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18406 (eval "$ac_compile") 2>conftest.er1
18408 grep -v '^ *+' conftest.er1
>conftest.err
18410 cat conftest.err
>&5
18411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18412 (exit $ac_status); } && {
18413 test -z "$ac_c_werror_flag" ||
18414 test ! -s conftest.err
18415 } && test -s conftest.
$ac_objext; then
18416 ac_cv_type_long_long
=yes
18418 echo "$as_me: failed program was:" >&5
18419 sed 's/^/| /' conftest.
$ac_ext >&5
18421 ac_cv_type_long_long
=no
18424 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18426 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18427 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18428 if test $ac_cv_type_long_long = yes; then
18430 cat >>confdefs.h
<<_ACEOF
18431 #define HAVE_LONG_LONG 1
18436 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18437 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18438 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18439 echo $ECHO_N "(cached) $ECHO_C" >&6
18441 cat >conftest.
$ac_ext <<_ACEOF
18444 cat confdefs.h
>>conftest.
$ac_ext
18445 cat >>conftest.
$ac_ext <<_ACEOF
18446 /* end confdefs.h. */
18447 $ac_includes_default
18448 typedef fsblkcnt_t ac__type_new_;
18452 if ((ac__type_new_ *) 0)
18454 if (sizeof (ac__type_new_))
18460 rm -f conftest.
$ac_objext
18461 if { (ac_try
="$ac_compile"
18462 case "(($ac_try" in
18463 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18464 *) ac_try_echo=$ac_try;;
18466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18467 (eval "$ac_compile") 2>conftest.er1
18469 grep -v '^ *+' conftest.er1 >conftest.err
18471 cat conftest.err >&5
18472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18473 (exit $ac_status); } && {
18474 test -z "$ac_c_werror_flag" ||
18475 test ! -s conftest.err
18476 } && test -s conftest.$ac_objext; then
18477 ac_cv_type_fsblkcnt_t=yes
18479 echo "$as_me: failed program was:" >&5
18480 sed 's/^/| /' conftest.$ac_ext >&5
18482 ac_cv_type_fsblkcnt_t=no
18485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18487 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18488 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18489 if test $ac_cv_type_fsblkcnt_t = yes; then
18491 cat >>confdefs.h <<_ACEOF
18492 #define HAVE_FSBLKCNT_T 1
18497 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18498 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18499 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18500 echo $ECHO_N "(cached) $ECHO_C" >&6
18502 cat >conftest.$ac_ext <<_ACEOF
18505 cat confdefs.h >>conftest.$ac_ext
18506 cat >>conftest.$ac_ext <<_ACEOF
18507 /* end confdefs.h. */
18508 $ac_includes_default
18509 typedef fsfilcnt_t ac__type_new_;
18513 if ((ac__type_new_ *) 0)
18515 if (sizeof (ac__type_new_))
18521 rm -f conftest.$ac_objext
18522 if { (ac_try="$ac_compile"
18523 case "(($ac_try" in
18524 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18525 *) ac_try_echo
=$ac_try;;
18527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18528 (eval "$ac_compile") 2>conftest.er1
18530 grep -v '^ *+' conftest.er1
>conftest.err
18532 cat conftest.err
>&5
18533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18534 (exit $ac_status); } && {
18535 test -z "$ac_c_werror_flag" ||
18536 test ! -s conftest.err
18537 } && test -s conftest.
$ac_objext; then
18538 ac_cv_type_fsfilcnt_t
=yes
18540 echo "$as_me: failed program was:" >&5
18541 sed 's/^/| /' conftest.
$ac_ext >&5
18543 ac_cv_type_fsfilcnt_t
=no
18546 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18548 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18549 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18550 if test $ac_cv_type_fsfilcnt_t = yes; then
18552 cat >>confdefs.h
<<_ACEOF
18553 #define HAVE_FSFILCNT_T 1
18559 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18560 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18561 if test "${ac_cv_type_sigset_t+set}" = set; then
18562 echo $ECHO_N "(cached) $ECHO_C" >&6
18564 cat >conftest.
$ac_ext <<_ACEOF
18567 cat confdefs.h
>>conftest.
$ac_ext
18568 cat >>conftest.
$ac_ext <<_ACEOF
18569 /* end confdefs.h. */
18570 #include <signal.h>
18572 typedef sigset_t ac__type_new_;
18576 if ((ac__type_new_ *) 0)
18578 if (sizeof (ac__type_new_))
18584 rm -f conftest.
$ac_objext
18585 if { (ac_try
="$ac_compile"
18586 case "(($ac_try" in
18587 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18588 *) ac_try_echo=$ac_try;;
18590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18591 (eval "$ac_compile") 2>conftest.er1
18593 grep -v '^ *+' conftest.er1 >conftest.err
18595 cat conftest.err >&5
18596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18597 (exit $ac_status); } && {
18598 test -z "$ac_c_werror_flag" ||
18599 test ! -s conftest.err
18600 } && test -s conftest.$ac_objext; then
18601 ac_cv_type_sigset_t=yes
18603 echo "$as_me: failed program was:" >&5
18604 sed 's/^/| /' conftest.$ac_ext >&5
18606 ac_cv_type_sigset_t=no
18609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18611 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18612 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18613 if test $ac_cv_type_sigset_t = yes; then
18615 cat >>confdefs.h <<_ACEOF
18616 #define HAVE_SIGSET_T 1
18622 { echo "$as_me:$LINENO: checking for request_sense" >&5
18623 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18624 if test "${ac_cv_type_request_sense+set}" = set; then
18625 echo $ECHO_N "(cached) $ECHO_C" >&6
18627 cat >conftest.$ac_ext <<_ACEOF
18630 cat confdefs.h >>conftest.$ac_ext
18631 cat >>conftest.$ac_ext <<_ACEOF
18632 /* end confdefs.h. */
18633 #include <linux/cdrom.h>
18635 typedef request_sense ac__type_new_;
18639 if ((ac__type_new_ *) 0)
18641 if (sizeof (ac__type_new_))
18647 rm -f conftest.$ac_objext
18648 if { (ac_try="$ac_compile"
18649 case "(($ac_try" in
18650 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18651 *) ac_try_echo
=$ac_try;;
18653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18654 (eval "$ac_compile") 2>conftest.er1
18656 grep -v '^ *+' conftest.er1
>conftest.err
18658 cat conftest.err
>&5
18659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18660 (exit $ac_status); } && {
18661 test -z "$ac_c_werror_flag" ||
18662 test ! -s conftest.err
18663 } && test -s conftest.
$ac_objext; then
18664 ac_cv_type_request_sense
=yes
18666 echo "$as_me: failed program was:" >&5
18667 sed 's/^/| /' conftest.
$ac_ext >&5
18669 ac_cv_type_request_sense
=no
18672 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18674 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18675 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18676 if test $ac_cv_type_request_sense = yes; then
18678 cat >>confdefs.h
<<_ACEOF
18679 #define HAVE_REQUEST_SENSE 1
18686 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18687 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18688 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18689 echo $ECHO_N "(cached) $ECHO_C" >&6
18691 cat >conftest.
$ac_ext <<_ACEOF
18694 cat confdefs.h
>>conftest.
$ac_ext
18695 cat >>conftest.
$ac_ext <<_ACEOF
18696 /* end confdefs.h. */
18697 #ifdef HAVE_LINUX_INPUT_H
18698 #include <linux/input.h>
18704 static struct ff_effect ac_aggr;
18705 if (ac_aggr.direction)
18711 rm -f conftest.
$ac_objext
18712 if { (ac_try
="$ac_compile"
18713 case "(($ac_try" in
18714 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18715 *) ac_try_echo=$ac_try;;
18717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18718 (eval "$ac_compile") 2>conftest.er1
18720 grep -v '^ *+' conftest.er1 >conftest.err
18722 cat conftest.err >&5
18723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18724 (exit $ac_status); } && {
18725 test -z "$ac_c_werror_flag" ||
18726 test ! -s conftest.err
18727 } && test -s conftest.$ac_objext; then
18728 ac_cv_member_struct_ff_effect_direction=yes
18730 echo "$as_me: failed program was:" >&5
18731 sed 's/^/| /' conftest.$ac_ext >&5
18733 cat >conftest.$ac_ext <<_ACEOF
18736 cat confdefs.h >>conftest.$ac_ext
18737 cat >>conftest.$ac_ext <<_ACEOF
18738 /* end confdefs.h. */
18739 #ifdef HAVE_LINUX_INPUT_H
18740 #include <linux/input.h>
18746 static struct ff_effect ac_aggr;
18747 if (sizeof ac_aggr.direction)
18753 rm -f conftest.$ac_objext
18754 if { (ac_try="$ac_compile"
18755 case "(($ac_try" in
18756 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18757 *) ac_try_echo
=$ac_try;;
18759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18760 (eval "$ac_compile") 2>conftest.er1
18762 grep -v '^ *+' conftest.er1
>conftest.err
18764 cat conftest.err
>&5
18765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18766 (exit $ac_status); } && {
18767 test -z "$ac_c_werror_flag" ||
18768 test ! -s conftest.err
18769 } && test -s conftest.
$ac_objext; then
18770 ac_cv_member_struct_ff_effect_direction
=yes
18772 echo "$as_me: failed program was:" >&5
18773 sed 's/^/| /' conftest.
$ac_ext >&5
18775 ac_cv_member_struct_ff_effect_direction
=no
18778 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18781 rm -f core conftest.err conftest.
$ac_objext conftest.
$ac_ext
18783 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18784 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18785 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18787 cat >>confdefs.h
<<_ACEOF
18788 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18795 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18796 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18797 if test "${wine_cv_have_sigaddset+set}" = set; then
18798 echo $ECHO_N "(cached) $ECHO_C" >&6
18800 cat >conftest.
$ac_ext <<_ACEOF
18803 cat confdefs.h
>>conftest.
$ac_ext
18804 cat >>conftest.
$ac_ext <<_ACEOF
18805 /* end confdefs.h. */
18806 #include <signal.h>
18810 sigset_t set; sigaddset(&set,SIGTERM);
18815 rm -f conftest.
$ac_objext conftest
$ac_exeext
18816 if { (ac_try
="$ac_link"
18817 case "(($ac_try" in
18818 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18819 *) ac_try_echo=$ac_try;;
18821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18822 (eval "$ac_link") 2>conftest.er1
18824 grep -v '^ *+' conftest.er1 >conftest.err
18826 cat conftest.err >&5
18827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18828 (exit $ac_status); } && {
18829 test -z "$ac_c_werror_flag" ||
18830 test ! -s conftest.err
18831 } && test -s conftest$ac_exeext &&
18832 $as_test_x conftest$ac_exeext; then
18833 wine_cv_have_sigaddset=yes
18835 echo "$as_me: failed program was:" >&5
18836 sed 's/^/| /' conftest.$ac_ext >&5
18838 wine_cv_have_sigaddset=no
18841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18842 conftest$ac_exeext conftest.$ac_ext
18844 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
18845 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
18846 if test "$wine_cv_have_sigaddset" = "yes"
18849 cat >>confdefs.h <<\_ACEOF
18850 #define HAVE_SIGADDSET 1
18856 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18857 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
18858 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
18859 echo $ECHO_N "(cached) $ECHO_C" >&6
18861 cat >conftest.$ac_ext <<_ACEOF
18864 cat confdefs.h >>conftest.$ac_ext
18865 cat >>conftest.$ac_ext <<_ACEOF
18866 /* end confdefs.h. */
18874 struct hostent *result;
18881 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18882 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18888 rm -f conftest.$ac_objext conftest$ac_exeext
18889 if { (ac_try="$ac_link"
18890 case "(($ac_try" in
18891 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
18892 *) ac_try_echo
=$ac_try;;
18894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18895 (eval "$ac_link") 2>conftest.er1
18897 grep -v '^ *+' conftest.er1
>conftest.err
18899 cat conftest.err
>&5
18900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18901 (exit $ac_status); } && {
18902 test -z "$ac_c_werror_flag" ||
18903 test ! -s conftest.err
18904 } && test -s conftest
$ac_exeext &&
18905 $as_test_x conftest
$ac_exeext; then
18906 wine_cv_linux_gethostbyname_r_6
=yes
18908 echo "$as_me: failed program was:" >&5
18909 sed 's/^/| /' conftest.
$ac_ext >&5
18911 wine_cv_linux_gethostbyname_r_6
=no
18915 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
18916 conftest
$ac_exeext conftest.
$ac_ext
18919 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
18920 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
18921 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18924 cat >>confdefs.h
<<\_ACEOF
18925 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
18930 if test "$ac_cv_header_linux_joystick_h" = "yes"
18932 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18933 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
18934 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
18935 echo $ECHO_N "(cached) $ECHO_C" >&6
18937 cat >conftest.
$ac_ext <<_ACEOF
18940 cat confdefs.h
>>conftest.
$ac_ext
18941 cat >>conftest.
$ac_ext <<_ACEOF
18942 /* end confdefs.h. */
18944 #include <sys/ioctl.h>
18945 #include <sys/types.h>
18946 #include <linux/joystick.h>
18948 struct js_event blub;
18949 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18950 #error "no 2.2 header"
18961 rm -f conftest.
$ac_objext
18962 if { (ac_try
="$ac_compile"
18963 case "(($ac_try" in
18964 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
18965 *) ac_try_echo=$ac_try;;
18967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18968 (eval "$ac_compile") 2>conftest.er1
18970 grep -v '^ *+' conftest.er1 >conftest.err
18972 cat conftest.err >&5
18973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18974 (exit $ac_status); } && {
18975 test -z "$ac_c_werror_flag" ||
18976 test ! -s conftest.err
18977 } && test -s conftest.$ac_objext; then
18978 wine_cv_linux_joystick_22_api=yes
18980 echo "$as_me: failed program was:" >&5
18981 sed 's/^/| /' conftest.$ac_ext >&5
18983 wine_cv_linux_joystick_22_api=no
18986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18989 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
18990 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
18991 if test "$wine_cv_linux_joystick_22_api" = "yes"
18994 cat >>confdefs.h <<\_ACEOF
18995 #define HAVE_LINUX_22_JOYSTICK_API 1
19002 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19003 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19004 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19005 echo $ECHO_N "(cached) $ECHO_C" >&6
19007 cat >conftest.$ac_ext <<_ACEOF
19010 cat confdefs.h >>conftest.$ac_ext
19011 cat >>conftest.$ac_ext <<_ACEOF
19012 /* end confdefs.h. */
19013 #include <sys/types.h>
19014 #ifdef HAVE_SYS_PARAM_H
19015 # include <sys/param.h>
19017 #ifdef HAVE_SYS_MOUNT_H
19018 # include <sys/mount.h>
19020 #ifdef HAVE_SYS_VFS_H
19021 # include <sys/vfs.h>
19023 #ifdef HAVE_SYS_STATFS_H
19024 # include <sys/statfs.h>
19030 static struct statfs ac_aggr;
19031 if (ac_aggr.f_bfree)
19037 rm -f conftest.$ac_objext
19038 if { (ac_try="$ac_compile"
19039 case "(($ac_try" in
19040 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19041 *) ac_try_echo
=$ac_try;;
19043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19044 (eval "$ac_compile") 2>conftest.er1
19046 grep -v '^ *+' conftest.er1
>conftest.err
19048 cat conftest.err
>&5
19049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19050 (exit $ac_status); } && {
19051 test -z "$ac_c_werror_flag" ||
19052 test ! -s conftest.err
19053 } && test -s conftest.
$ac_objext; then
19054 ac_cv_member_struct_statfs_f_bfree
=yes
19056 echo "$as_me: failed program was:" >&5
19057 sed 's/^/| /' conftest.
$ac_ext >&5
19059 cat >conftest.
$ac_ext <<_ACEOF
19062 cat confdefs.h
>>conftest.
$ac_ext
19063 cat >>conftest.
$ac_ext <<_ACEOF
19064 /* end confdefs.h. */
19065 #include <sys/types.h>
19066 #ifdef HAVE_SYS_PARAM_H
19067 # include <sys/param.h>
19069 #ifdef HAVE_SYS_MOUNT_H
19070 # include <sys/mount.h>
19072 #ifdef HAVE_SYS_VFS_H
19073 # include <sys/vfs.h>
19075 #ifdef HAVE_SYS_STATFS_H
19076 # include <sys/statfs.h>
19082 static struct statfs ac_aggr;
19083 if (sizeof ac_aggr.f_bfree)
19089 rm -f conftest.
$ac_objext
19090 if { (ac_try
="$ac_compile"
19091 case "(($ac_try" in
19092 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19093 *) ac_try_echo=$ac_try;;
19095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19096 (eval "$ac_compile") 2>conftest.er1
19098 grep -v '^ *+' conftest.er1 >conftest.err
19100 cat conftest.err >&5
19101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19102 (exit $ac_status); } && {
19103 test -z "$ac_c_werror_flag" ||
19104 test ! -s conftest.err
19105 } && test -s conftest.$ac_objext; then
19106 ac_cv_member_struct_statfs_f_bfree=yes
19108 echo "$as_me: failed program was:" >&5
19109 sed 's/^/| /' conftest.$ac_ext >&5
19111 ac_cv_member_struct_statfs_f_bfree=no
19114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19119 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19120 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19121 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19123 cat >>confdefs.h <<_ACEOF
19124 #define HAVE_STRUCT_STATFS_F_BFREE 1
19129 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19130 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19131 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19132 echo $ECHO_N "(cached) $ECHO_C" >&6
19134 cat >conftest.$ac_ext <<_ACEOF
19137 cat confdefs.h >>conftest.$ac_ext
19138 cat >>conftest.$ac_ext <<_ACEOF
19139 /* end confdefs.h. */
19140 #include <sys/types.h>
19141 #ifdef HAVE_SYS_PARAM_H
19142 # include <sys/param.h>
19144 #ifdef HAVE_SYS_MOUNT_H
19145 # include <sys/mount.h>
19147 #ifdef HAVE_SYS_VFS_H
19148 # include <sys/vfs.h>
19150 #ifdef HAVE_SYS_STATFS_H
19151 # include <sys/statfs.h>
19157 static struct statfs ac_aggr;
19158 if (ac_aggr.f_bavail)
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_statfs_f_bavail
=yes
19183 echo "$as_me: failed program was:" >&5
19184 sed 's/^/| /' conftest.
$ac_ext >&5
19186 cat >conftest.
$ac_ext <<_ACEOF
19189 cat confdefs.h
>>conftest.
$ac_ext
19190 cat >>conftest.
$ac_ext <<_ACEOF
19191 /* end confdefs.h. */
19192 #include <sys/types.h>
19193 #ifdef HAVE_SYS_PARAM_H
19194 # include <sys/param.h>
19196 #ifdef HAVE_SYS_MOUNT_H
19197 # include <sys/mount.h>
19199 #ifdef HAVE_SYS_VFS_H
19200 # include <sys/vfs.h>
19202 #ifdef HAVE_SYS_STATFS_H
19203 # include <sys/statfs.h>
19209 static struct statfs ac_aggr;
19210 if (sizeof ac_aggr.f_bavail)
19216 rm -f conftest.
$ac_objext
19217 if { (ac_try
="$ac_compile"
19218 case "(($ac_try" in
19219 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19220 *) ac_try_echo=$ac_try;;
19222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19223 (eval "$ac_compile") 2>conftest.er1
19225 grep -v '^ *+' conftest.er1 >conftest.err
19227 cat conftest.err >&5
19228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19229 (exit $ac_status); } && {
19230 test -z "$ac_c_werror_flag" ||
19231 test ! -s conftest.err
19232 } && test -s conftest.$ac_objext; then
19233 ac_cv_member_struct_statfs_f_bavail=yes
19235 echo "$as_me: failed program was:" >&5
19236 sed 's/^/| /' conftest.$ac_ext >&5
19238 ac_cv_member_struct_statfs_f_bavail=no
19241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19246 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19247 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19248 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19250 cat >>confdefs.h <<_ACEOF
19251 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19256 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19257 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19258 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19259 echo $ECHO_N "(cached) $ECHO_C" >&6
19261 cat >conftest.$ac_ext <<_ACEOF
19264 cat confdefs.h >>conftest.$ac_ext
19265 cat >>conftest.$ac_ext <<_ACEOF
19266 /* end confdefs.h. */
19267 #include <sys/types.h>
19268 #ifdef HAVE_SYS_PARAM_H
19269 # include <sys/param.h>
19271 #ifdef HAVE_SYS_MOUNT_H
19272 # include <sys/mount.h>
19274 #ifdef HAVE_SYS_VFS_H
19275 # include <sys/vfs.h>
19277 #ifdef HAVE_SYS_STATFS_H
19278 # include <sys/statfs.h>
19284 static struct statfs ac_aggr;
19285 if (ac_aggr.f_frsize)
19291 rm -f conftest.$ac_objext
19292 if { (ac_try="$ac_compile"
19293 case "(($ac_try" in
19294 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19295 *) ac_try_echo
=$ac_try;;
19297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19298 (eval "$ac_compile") 2>conftest.er1
19300 grep -v '^ *+' conftest.er1
>conftest.err
19302 cat conftest.err
>&5
19303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19304 (exit $ac_status); } && {
19305 test -z "$ac_c_werror_flag" ||
19306 test ! -s conftest.err
19307 } && test -s conftest.
$ac_objext; then
19308 ac_cv_member_struct_statfs_f_frsize
=yes
19310 echo "$as_me: failed program was:" >&5
19311 sed 's/^/| /' conftest.
$ac_ext >&5
19313 cat >conftest.
$ac_ext <<_ACEOF
19316 cat confdefs.h
>>conftest.
$ac_ext
19317 cat >>conftest.
$ac_ext <<_ACEOF
19318 /* end confdefs.h. */
19319 #include <sys/types.h>
19320 #ifdef HAVE_SYS_PARAM_H
19321 # include <sys/param.h>
19323 #ifdef HAVE_SYS_MOUNT_H
19324 # include <sys/mount.h>
19326 #ifdef HAVE_SYS_VFS_H
19327 # include <sys/vfs.h>
19329 #ifdef HAVE_SYS_STATFS_H
19330 # include <sys/statfs.h>
19336 static struct statfs ac_aggr;
19337 if (sizeof ac_aggr.f_frsize)
19343 rm -f conftest.
$ac_objext
19344 if { (ac_try
="$ac_compile"
19345 case "(($ac_try" in
19346 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19347 *) ac_try_echo=$ac_try;;
19349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19350 (eval "$ac_compile") 2>conftest.er1
19352 grep -v '^ *+' conftest.er1 >conftest.err
19354 cat conftest.err >&5
19355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19356 (exit $ac_status); } && {
19357 test -z "$ac_c_werror_flag" ||
19358 test ! -s conftest.err
19359 } && test -s conftest.$ac_objext; then
19360 ac_cv_member_struct_statfs_f_frsize=yes
19362 echo "$as_me: failed program was:" >&5
19363 sed 's/^/| /' conftest.$ac_ext >&5
19365 ac_cv_member_struct_statfs_f_frsize=no
19368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19373 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19374 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19375 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19377 cat >>confdefs.h <<_ACEOF
19378 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19383 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19384 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19385 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19386 echo $ECHO_N "(cached) $ECHO_C" >&6
19388 cat >conftest.$ac_ext <<_ACEOF
19391 cat confdefs.h >>conftest.$ac_ext
19392 cat >>conftest.$ac_ext <<_ACEOF
19393 /* end confdefs.h. */
19394 #include <sys/types.h>
19395 #ifdef HAVE_SYS_PARAM_H
19396 # include <sys/param.h>
19398 #ifdef HAVE_SYS_MOUNT_H
19399 # include <sys/mount.h>
19401 #ifdef HAVE_SYS_VFS_H
19402 # include <sys/vfs.h>
19404 #ifdef HAVE_SYS_STATFS_H
19405 # include <sys/statfs.h>
19411 static struct statfs ac_aggr;
19412 if (ac_aggr.f_ffree)
19418 rm -f conftest.$ac_objext
19419 if { (ac_try="$ac_compile"
19420 case "(($ac_try" in
19421 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19422 *) ac_try_echo
=$ac_try;;
19424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19425 (eval "$ac_compile") 2>conftest.er1
19427 grep -v '^ *+' conftest.er1
>conftest.err
19429 cat conftest.err
>&5
19430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19431 (exit $ac_status); } && {
19432 test -z "$ac_c_werror_flag" ||
19433 test ! -s conftest.err
19434 } && test -s conftest.
$ac_objext; then
19435 ac_cv_member_struct_statfs_f_ffree
=yes
19437 echo "$as_me: failed program was:" >&5
19438 sed 's/^/| /' conftest.
$ac_ext >&5
19440 cat >conftest.
$ac_ext <<_ACEOF
19443 cat confdefs.h
>>conftest.
$ac_ext
19444 cat >>conftest.
$ac_ext <<_ACEOF
19445 /* end confdefs.h. */
19446 #include <sys/types.h>
19447 #ifdef HAVE_SYS_PARAM_H
19448 # include <sys/param.h>
19450 #ifdef HAVE_SYS_MOUNT_H
19451 # include <sys/mount.h>
19453 #ifdef HAVE_SYS_VFS_H
19454 # include <sys/vfs.h>
19456 #ifdef HAVE_SYS_STATFS_H
19457 # include <sys/statfs.h>
19463 static struct statfs ac_aggr;
19464 if (sizeof ac_aggr.f_ffree)
19470 rm -f conftest.
$ac_objext
19471 if { (ac_try
="$ac_compile"
19472 case "(($ac_try" in
19473 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19474 *) ac_try_echo=$ac_try;;
19476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19477 (eval "$ac_compile") 2>conftest.er1
19479 grep -v '^ *+' conftest.er1 >conftest.err
19481 cat conftest.err >&5
19482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19483 (exit $ac_status); } && {
19484 test -z "$ac_c_werror_flag" ||
19485 test ! -s conftest.err
19486 } && test -s conftest.$ac_objext; then
19487 ac_cv_member_struct_statfs_f_ffree=yes
19489 echo "$as_me: failed program was:" >&5
19490 sed 's/^/| /' conftest.$ac_ext >&5
19492 ac_cv_member_struct_statfs_f_ffree=no
19495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19500 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19501 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19502 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19504 cat >>confdefs.h <<_ACEOF
19505 #define HAVE_STRUCT_STATFS_F_FFREE 1
19510 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19511 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19512 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19513 echo $ECHO_N "(cached) $ECHO_C" >&6
19515 cat >conftest.$ac_ext <<_ACEOF
19518 cat confdefs.h >>conftest.$ac_ext
19519 cat >>conftest.$ac_ext <<_ACEOF
19520 /* end confdefs.h. */
19521 #include <sys/types.h>
19522 #ifdef HAVE_SYS_PARAM_H
19523 # include <sys/param.h>
19525 #ifdef HAVE_SYS_MOUNT_H
19526 # include <sys/mount.h>
19528 #ifdef HAVE_SYS_VFS_H
19529 # include <sys/vfs.h>
19531 #ifdef HAVE_SYS_STATFS_H
19532 # include <sys/statfs.h>
19538 static struct statfs ac_aggr;
19539 if (ac_aggr.f_favail)
19545 rm -f conftest.$ac_objext
19546 if { (ac_try="$ac_compile"
19547 case "(($ac_try" in
19548 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19549 *) ac_try_echo
=$ac_try;;
19551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19552 (eval "$ac_compile") 2>conftest.er1
19554 grep -v '^ *+' conftest.er1
>conftest.err
19556 cat conftest.err
>&5
19557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19558 (exit $ac_status); } && {
19559 test -z "$ac_c_werror_flag" ||
19560 test ! -s conftest.err
19561 } && test -s conftest.
$ac_objext; then
19562 ac_cv_member_struct_statfs_f_favail
=yes
19564 echo "$as_me: failed program was:" >&5
19565 sed 's/^/| /' conftest.
$ac_ext >&5
19567 cat >conftest.
$ac_ext <<_ACEOF
19570 cat confdefs.h
>>conftest.
$ac_ext
19571 cat >>conftest.
$ac_ext <<_ACEOF
19572 /* end confdefs.h. */
19573 #include <sys/types.h>
19574 #ifdef HAVE_SYS_PARAM_H
19575 # include <sys/param.h>
19577 #ifdef HAVE_SYS_MOUNT_H
19578 # include <sys/mount.h>
19580 #ifdef HAVE_SYS_VFS_H
19581 # include <sys/vfs.h>
19583 #ifdef HAVE_SYS_STATFS_H
19584 # include <sys/statfs.h>
19590 static struct statfs ac_aggr;
19591 if (sizeof ac_aggr.f_favail)
19597 rm -f conftest.
$ac_objext
19598 if { (ac_try
="$ac_compile"
19599 case "(($ac_try" in
19600 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19601 *) ac_try_echo=$ac_try;;
19603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19604 (eval "$ac_compile") 2>conftest.er1
19606 grep -v '^ *+' conftest.er1 >conftest.err
19608 cat conftest.err >&5
19609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19610 (exit $ac_status); } && {
19611 test -z "$ac_c_werror_flag" ||
19612 test ! -s conftest.err
19613 } && test -s conftest.$ac_objext; then
19614 ac_cv_member_struct_statfs_f_favail=yes
19616 echo "$as_me: failed program was:" >&5
19617 sed 's/^/| /' conftest.$ac_ext >&5
19619 ac_cv_member_struct_statfs_f_favail=no
19622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19627 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19628 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19629 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19631 cat >>confdefs.h <<_ACEOF
19632 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19637 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19638 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19639 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19640 echo $ECHO_N "(cached) $ECHO_C" >&6
19642 cat >conftest.$ac_ext <<_ACEOF
19645 cat confdefs.h >>conftest.$ac_ext
19646 cat >>conftest.$ac_ext <<_ACEOF
19647 /* end confdefs.h. */
19648 #include <sys/types.h>
19649 #ifdef HAVE_SYS_PARAM_H
19650 # include <sys/param.h>
19652 #ifdef HAVE_SYS_MOUNT_H
19653 # include <sys/mount.h>
19655 #ifdef HAVE_SYS_VFS_H
19656 # include <sys/vfs.h>
19658 #ifdef HAVE_SYS_STATFS_H
19659 # include <sys/statfs.h>
19665 static struct statfs ac_aggr;
19666 if (ac_aggr.f_namelen)
19672 rm -f conftest.$ac_objext
19673 if { (ac_try="$ac_compile"
19674 case "(($ac_try" in
19675 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19676 *) ac_try_echo
=$ac_try;;
19678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19679 (eval "$ac_compile") 2>conftest.er1
19681 grep -v '^ *+' conftest.er1
>conftest.err
19683 cat conftest.err
>&5
19684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19685 (exit $ac_status); } && {
19686 test -z "$ac_c_werror_flag" ||
19687 test ! -s conftest.err
19688 } && test -s conftest.
$ac_objext; then
19689 ac_cv_member_struct_statfs_f_namelen
=yes
19691 echo "$as_me: failed program was:" >&5
19692 sed 's/^/| /' conftest.
$ac_ext >&5
19694 cat >conftest.
$ac_ext <<_ACEOF
19697 cat confdefs.h
>>conftest.
$ac_ext
19698 cat >>conftest.
$ac_ext <<_ACEOF
19699 /* end confdefs.h. */
19700 #include <sys/types.h>
19701 #ifdef HAVE_SYS_PARAM_H
19702 # include <sys/param.h>
19704 #ifdef HAVE_SYS_MOUNT_H
19705 # include <sys/mount.h>
19707 #ifdef HAVE_SYS_VFS_H
19708 # include <sys/vfs.h>
19710 #ifdef HAVE_SYS_STATFS_H
19711 # include <sys/statfs.h>
19717 static struct statfs ac_aggr;
19718 if (sizeof ac_aggr.f_namelen)
19724 rm -f conftest.
$ac_objext
19725 if { (ac_try
="$ac_compile"
19726 case "(($ac_try" in
19727 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19728 *) ac_try_echo=$ac_try;;
19730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19731 (eval "$ac_compile") 2>conftest.er1
19733 grep -v '^ *+' conftest.er1 >conftest.err
19735 cat conftest.err >&5
19736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19737 (exit $ac_status); } && {
19738 test -z "$ac_c_werror_flag" ||
19739 test ! -s conftest.err
19740 } && test -s conftest.$ac_objext; then
19741 ac_cv_member_struct_statfs_f_namelen=yes
19743 echo "$as_me: failed program was:" >&5
19744 sed 's/^/| /' conftest.$ac_ext >&5
19746 ac_cv_member_struct_statfs_f_namelen=no
19749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19754 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19755 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19756 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19758 cat >>confdefs.h <<_ACEOF
19759 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19766 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19767 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19768 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19769 echo $ECHO_N "(cached) $ECHO_C" >&6
19771 cat >conftest.$ac_ext <<_ACEOF
19774 cat confdefs.h >>conftest.$ac_ext
19775 cat >>conftest.$ac_ext <<_ACEOF
19776 /* end confdefs.h. */
19777 #ifdef HAVE_SYS_STATVFS_H
19778 #include <sys/statvfs.h>
19784 static struct statvfs ac_aggr;
19785 if (ac_aggr.f_blocks)
19791 rm -f conftest.$ac_objext
19792 if { (ac_try="$ac_compile"
19793 case "(($ac_try" in
19794 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19795 *) ac_try_echo
=$ac_try;;
19797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19798 (eval "$ac_compile") 2>conftest.er1
19800 grep -v '^ *+' conftest.er1
>conftest.err
19802 cat conftest.err
>&5
19803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19804 (exit $ac_status); } && {
19805 test -z "$ac_c_werror_flag" ||
19806 test ! -s conftest.err
19807 } && test -s conftest.
$ac_objext; then
19808 ac_cv_member_struct_statvfs_f_blocks
=yes
19810 echo "$as_me: failed program was:" >&5
19811 sed 's/^/| /' conftest.
$ac_ext >&5
19813 cat >conftest.
$ac_ext <<_ACEOF
19816 cat confdefs.h
>>conftest.
$ac_ext
19817 cat >>conftest.
$ac_ext <<_ACEOF
19818 /* end confdefs.h. */
19819 #ifdef HAVE_SYS_STATVFS_H
19820 #include <sys/statvfs.h>
19826 static struct statvfs ac_aggr;
19827 if (sizeof ac_aggr.f_blocks)
19833 rm -f conftest.
$ac_objext
19834 if { (ac_try
="$ac_compile"
19835 case "(($ac_try" in
19836 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19837 *) ac_try_echo=$ac_try;;
19839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19840 (eval "$ac_compile") 2>conftest.er1
19842 grep -v '^ *+' conftest.er1 >conftest.err
19844 cat conftest.err >&5
19845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19846 (exit $ac_status); } && {
19847 test -z "$ac_c_werror_flag" ||
19848 test ! -s conftest.err
19849 } && test -s conftest.$ac_objext; then
19850 ac_cv_member_struct_statvfs_f_blocks=yes
19852 echo "$as_me: failed program was:" >&5
19853 sed 's/^/| /' conftest.$ac_ext >&5
19855 ac_cv_member_struct_statvfs_f_blocks=no
19858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19863 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
19864 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
19865 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
19867 cat >>confdefs.h <<_ACEOF
19868 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
19875 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
19876 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
19877 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
19878 echo $ECHO_N "(cached) $ECHO_C" >&6
19880 cat >conftest.$ac_ext <<_ACEOF
19883 cat confdefs.h >>conftest.$ac_ext
19884 cat >>conftest.$ac_ext <<_ACEOF
19885 /* end confdefs.h. */
19886 #include <sys/types.h>
19887 #ifdef HAVE_SYS_SOCKET_H
19888 # include <sys/socket.h>
19890 #ifdef HAVE_SYS_UN_H
19891 # include <sys/un.h>
19897 static struct msghdr ac_aggr;
19898 if (ac_aggr.msg_accrights)
19904 rm -f conftest.$ac_objext
19905 if { (ac_try="$ac_compile"
19906 case "(($ac_try" in
19907 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
19908 *) ac_try_echo
=$ac_try;;
19910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19911 (eval "$ac_compile") 2>conftest.er1
19913 grep -v '^ *+' conftest.er1
>conftest.err
19915 cat conftest.err
>&5
19916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19917 (exit $ac_status); } && {
19918 test -z "$ac_c_werror_flag" ||
19919 test ! -s conftest.err
19920 } && test -s conftest.
$ac_objext; then
19921 ac_cv_member_struct_msghdr_msg_accrights
=yes
19923 echo "$as_me: failed program was:" >&5
19924 sed 's/^/| /' conftest.
$ac_ext >&5
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_SOCKET_H
19934 # include <sys/socket.h>
19936 #ifdef HAVE_SYS_UN_H
19937 # include <sys/un.h>
19943 static struct msghdr ac_aggr;
19944 if (sizeof ac_aggr.msg_accrights)
19950 rm -f conftest.
$ac_objext
19951 if { (ac_try
="$ac_compile"
19952 case "(($ac_try" in
19953 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
19954 *) ac_try_echo=$ac_try;;
19956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19957 (eval "$ac_compile") 2>conftest.er1
19959 grep -v '^ *+' conftest.er1 >conftest.err
19961 cat conftest.err >&5
19962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19963 (exit $ac_status); } && {
19964 test -z "$ac_c_werror_flag" ||
19965 test ! -s conftest.err
19966 } && test -s conftest.$ac_objext; then
19967 ac_cv_member_struct_msghdr_msg_accrights=yes
19969 echo "$as_me: failed program was:" >&5
19970 sed 's/^/| /' conftest.$ac_ext >&5
19972 ac_cv_member_struct_msghdr_msg_accrights=no
19975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19980 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
19981 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
19982 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
19984 cat >>confdefs.h <<_ACEOF
19985 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
19990 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
19991 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
19992 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
19993 echo $ECHO_N "(cached) $ECHO_C" >&6
19995 cat >conftest.$ac_ext <<_ACEOF
19998 cat confdefs.h >>conftest.$ac_ext
19999 cat >>conftest.$ac_ext <<_ACEOF
20000 /* end confdefs.h. */
20001 #include <sys/types.h>
20002 #ifdef HAVE_SYS_SOCKET_H
20003 # include <sys/socket.h>
20005 #ifdef HAVE_SYS_UN_H
20006 # include <sys/un.h>
20012 static struct sockaddr ac_aggr;
20013 if (ac_aggr.sa_len)
20019 rm -f conftest.$ac_objext
20020 if { (ac_try="$ac_compile"
20021 case "(($ac_try" in
20022 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20023 *) ac_try_echo
=$ac_try;;
20025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20026 (eval "$ac_compile") 2>conftest.er1
20028 grep -v '^ *+' conftest.er1
>conftest.err
20030 cat conftest.err
>&5
20031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20032 (exit $ac_status); } && {
20033 test -z "$ac_c_werror_flag" ||
20034 test ! -s conftest.err
20035 } && test -s conftest.
$ac_objext; then
20036 ac_cv_member_struct_sockaddr_sa_len
=yes
20038 echo "$as_me: failed program was:" >&5
20039 sed 's/^/| /' conftest.
$ac_ext >&5
20041 cat >conftest.
$ac_ext <<_ACEOF
20044 cat confdefs.h
>>conftest.
$ac_ext
20045 cat >>conftest.
$ac_ext <<_ACEOF
20046 /* end confdefs.h. */
20047 #include <sys/types.h>
20048 #ifdef HAVE_SYS_SOCKET_H
20049 # include <sys/socket.h>
20051 #ifdef HAVE_SYS_UN_H
20052 # include <sys/un.h>
20058 static struct sockaddr ac_aggr;
20059 if (sizeof ac_aggr.sa_len)
20065 rm -f conftest.
$ac_objext
20066 if { (ac_try
="$ac_compile"
20067 case "(($ac_try" in
20068 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20069 *) ac_try_echo=$ac_try;;
20071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20072 (eval "$ac_compile") 2>conftest.er1
20074 grep -v '^ *+' conftest.er1 >conftest.err
20076 cat conftest.err >&5
20077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20078 (exit $ac_status); } && {
20079 test -z "$ac_c_werror_flag" ||
20080 test ! -s conftest.err
20081 } && test -s conftest.$ac_objext; then
20082 ac_cv_member_struct_sockaddr_sa_len=yes
20084 echo "$as_me: failed program was:" >&5
20085 sed 's/^/| /' conftest.$ac_ext >&5
20087 ac_cv_member_struct_sockaddr_sa_len=no
20090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20095 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20096 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20097 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20099 cat >>confdefs.h <<_ACEOF
20100 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20105 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20106 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20107 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20108 echo $ECHO_N "(cached) $ECHO_C" >&6
20110 cat >conftest.$ac_ext <<_ACEOF
20113 cat confdefs.h >>conftest.$ac_ext
20114 cat >>conftest.$ac_ext <<_ACEOF
20115 /* end confdefs.h. */
20116 #include <sys/types.h>
20117 #ifdef HAVE_SYS_SOCKET_H
20118 # include <sys/socket.h>
20120 #ifdef HAVE_SYS_UN_H
20121 # include <sys/un.h>
20127 static struct sockaddr_un ac_aggr;
20128 if (ac_aggr.sun_len)
20134 rm -f conftest.$ac_objext
20135 if { (ac_try="$ac_compile"
20136 case "(($ac_try" in
20137 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20138 *) ac_try_echo
=$ac_try;;
20140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20141 (eval "$ac_compile") 2>conftest.er1
20143 grep -v '^ *+' conftest.er1
>conftest.err
20145 cat conftest.err
>&5
20146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20147 (exit $ac_status); } && {
20148 test -z "$ac_c_werror_flag" ||
20149 test ! -s conftest.err
20150 } && test -s conftest.
$ac_objext; then
20151 ac_cv_member_struct_sockaddr_un_sun_len
=yes
20153 echo "$as_me: failed program was:" >&5
20154 sed 's/^/| /' conftest.
$ac_ext >&5
20156 cat >conftest.
$ac_ext <<_ACEOF
20159 cat confdefs.h
>>conftest.
$ac_ext
20160 cat >>conftest.
$ac_ext <<_ACEOF
20161 /* end confdefs.h. */
20162 #include <sys/types.h>
20163 #ifdef HAVE_SYS_SOCKET_H
20164 # include <sys/socket.h>
20166 #ifdef HAVE_SYS_UN_H
20167 # include <sys/un.h>
20173 static struct sockaddr_un ac_aggr;
20174 if (sizeof ac_aggr.sun_len)
20180 rm -f conftest.
$ac_objext
20181 if { (ac_try
="$ac_compile"
20182 case "(($ac_try" in
20183 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20184 *) ac_try_echo=$ac_try;;
20186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20187 (eval "$ac_compile") 2>conftest.er1
20189 grep -v '^ *+' conftest.er1 >conftest.err
20191 cat conftest.err >&5
20192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20193 (exit $ac_status); } && {
20194 test -z "$ac_c_werror_flag" ||
20195 test ! -s conftest.err
20196 } && test -s conftest.$ac_objext; then
20197 ac_cv_member_struct_sockaddr_un_sun_len=yes
20199 echo "$as_me: failed program was:" >&5
20200 sed 's/^/| /' conftest.$ac_ext >&5
20202 ac_cv_member_struct_sockaddr_un_sun_len=no
20205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20210 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20211 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20212 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20214 cat >>confdefs.h <<_ACEOF
20215 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20222 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20223 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20224 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20225 echo $ECHO_N "(cached) $ECHO_C" >&6
20227 cat >conftest.$ac_ext <<_ACEOF
20230 cat confdefs.h >>conftest.$ac_ext
20231 cat >>conftest.$ac_ext <<_ACEOF
20232 /* end confdefs.h. */
20233 #include <sys/types.h>
20234 #ifdef HAVE_SCSI_SG_H
20235 #include <scsi/sg.h>
20241 static scsireq_t ac_aggr;
20248 rm -f conftest.$ac_objext
20249 if { (ac_try="$ac_compile"
20250 case "(($ac_try" in
20251 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20252 *) ac_try_echo
=$ac_try;;
20254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20255 (eval "$ac_compile") 2>conftest.er1
20257 grep -v '^ *+' conftest.er1
>conftest.err
20259 cat conftest.err
>&5
20260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20261 (exit $ac_status); } && {
20262 test -z "$ac_c_werror_flag" ||
20263 test ! -s conftest.err
20264 } && test -s conftest.
$ac_objext; then
20265 ac_cv_member_scsireq_t_cmd
=yes
20267 echo "$as_me: failed program was:" >&5
20268 sed 's/^/| /' conftest.
$ac_ext >&5
20270 cat >conftest.
$ac_ext <<_ACEOF
20273 cat confdefs.h
>>conftest.
$ac_ext
20274 cat >>conftest.
$ac_ext <<_ACEOF
20275 /* end confdefs.h. */
20276 #include <sys/types.h>
20277 #ifdef HAVE_SCSI_SG_H
20278 #include <scsi/sg.h>
20284 static scsireq_t ac_aggr;
20285 if (sizeof ac_aggr.cmd)
20291 rm -f conftest.
$ac_objext
20292 if { (ac_try
="$ac_compile"
20293 case "(($ac_try" in
20294 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20295 *) ac_try_echo=$ac_try;;
20297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20298 (eval "$ac_compile") 2>conftest.er1
20300 grep -v '^ *+' conftest.er1 >conftest.err
20302 cat conftest.err >&5
20303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20304 (exit $ac_status); } && {
20305 test -z "$ac_c_werror_flag" ||
20306 test ! -s conftest.err
20307 } && test -s conftest.$ac_objext; then
20308 ac_cv_member_scsireq_t_cmd=yes
20310 echo "$as_me: failed program was:" >&5
20311 sed 's/^/| /' conftest.$ac_ext >&5
20313 ac_cv_member_scsireq_t_cmd=no
20316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20321 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20322 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20323 if test $ac_cv_member_scsireq_t_cmd = yes; then
20325 cat >>confdefs.h <<_ACEOF
20326 #define HAVE_SCSIREQ_T_CMD 1
20331 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20332 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20333 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20334 echo $ECHO_N "(cached) $ECHO_C" >&6
20336 cat >conftest.$ac_ext <<_ACEOF
20339 cat confdefs.h >>conftest.$ac_ext
20340 cat >>conftest.$ac_ext <<_ACEOF
20341 /* end confdefs.h. */
20342 #include <sys/types.h>
20343 #ifdef HAVE_SCSI_SG_H
20344 #include <scsi/sg.h>
20350 static sg_io_hdr_t ac_aggr;
20351 if (ac_aggr.interface_id)
20357 rm -f conftest.$ac_objext
20358 if { (ac_try="$ac_compile"
20359 case "(($ac_try" in
20360 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20361 *) ac_try_echo
=$ac_try;;
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20364 (eval "$ac_compile") 2>conftest.er1
20366 grep -v '^ *+' conftest.er1
>conftest.err
20368 cat conftest.err
>&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); } && {
20371 test -z "$ac_c_werror_flag" ||
20372 test ! -s conftest.err
20373 } && test -s conftest.
$ac_objext; then
20374 ac_cv_member_sg_io_hdr_t_interface_id
=yes
20376 echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.
$ac_ext >&5
20379 cat >conftest.
$ac_ext <<_ACEOF
20382 cat confdefs.h
>>conftest.
$ac_ext
20383 cat >>conftest.
$ac_ext <<_ACEOF
20384 /* end confdefs.h. */
20385 #include <sys/types.h>
20386 #ifdef HAVE_SCSI_SG_H
20387 #include <scsi/sg.h>
20393 static sg_io_hdr_t ac_aggr;
20394 if (sizeof ac_aggr.interface_id)
20400 rm -f conftest.
$ac_objext
20401 if { (ac_try
="$ac_compile"
20402 case "(($ac_try" in
20403 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20404 *) ac_try_echo=$ac_try;;
20406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20407 (eval "$ac_compile") 2>conftest.er1
20409 grep -v '^ *+' conftest.er1 >conftest.err
20411 cat conftest.err >&5
20412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20413 (exit $ac_status); } && {
20414 test -z "$ac_c_werror_flag" ||
20415 test ! -s conftest.err
20416 } && test -s conftest.$ac_objext; then
20417 ac_cv_member_sg_io_hdr_t_interface_id=yes
20419 echo "$as_me: failed program was:" >&5
20420 sed 's/^/| /' conftest.$ac_ext >&5
20422 ac_cv_member_sg_io_hdr_t_interface_id=no
20425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20430 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20431 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20432 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20434 cat >>confdefs.h <<_ACEOF
20435 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20442 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20443 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20444 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20445 echo $ECHO_N "(cached) $ECHO_C" >&6
20447 cat >conftest.$ac_ext <<_ACEOF
20450 cat confdefs.h >>conftest.$ac_ext
20451 cat >>conftest.$ac_ext <<_ACEOF
20452 /* end confdefs.h. */
20453 #include <signal.h>
20458 static siginfo_t ac_aggr;
20465 rm -f conftest.$ac_objext
20466 if { (ac_try="$ac_compile"
20467 case "(($ac_try" in
20468 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20469 *) ac_try_echo
=$ac_try;;
20471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20472 (eval "$ac_compile") 2>conftest.er1
20474 grep -v '^ *+' conftest.er1
>conftest.err
20476 cat conftest.err
>&5
20477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20478 (exit $ac_status); } && {
20479 test -z "$ac_c_werror_flag" ||
20480 test ! -s conftest.err
20481 } && test -s conftest.
$ac_objext; then
20482 ac_cv_member_siginfo_t_si_fd
=yes
20484 echo "$as_me: failed program was:" >&5
20485 sed 's/^/| /' conftest.
$ac_ext >&5
20487 cat >conftest.
$ac_ext <<_ACEOF
20490 cat confdefs.h
>>conftest.
$ac_ext
20491 cat >>conftest.
$ac_ext <<_ACEOF
20492 /* end confdefs.h. */
20493 #include <signal.h>
20498 static siginfo_t ac_aggr;
20499 if (sizeof ac_aggr.si_fd)
20505 rm -f conftest.
$ac_objext
20506 if { (ac_try
="$ac_compile"
20507 case "(($ac_try" in
20508 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20509 *) ac_try_echo=$ac_try;;
20511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20512 (eval "$ac_compile") 2>conftest.er1
20514 grep -v '^ *+' conftest.er1 >conftest.err
20516 cat conftest.err >&5
20517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20518 (exit $ac_status); } && {
20519 test -z "$ac_c_werror_flag" ||
20520 test ! -s conftest.err
20521 } && test -s conftest.$ac_objext; then
20522 ac_cv_member_siginfo_t_si_fd=yes
20524 echo "$as_me: failed program was:" >&5
20525 sed 's/^/| /' conftest.$ac_ext >&5
20527 ac_cv_member_siginfo_t_si_fd=no
20530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20535 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20536 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20537 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20539 cat >>confdefs.h <<_ACEOF
20540 #define HAVE_SIGINFO_T_SI_FD 1
20547 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20548 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20549 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20550 echo $ECHO_N "(cached) $ECHO_C" >&6
20552 cat >conftest.$ac_ext <<_ACEOF
20555 cat confdefs.h >>conftest.$ac_ext
20556 cat >>conftest.$ac_ext <<_ACEOF
20557 /* end confdefs.h. */
20558 #include <sys/types.h>
20559 #ifdef HAVE_SYS_MTIO_H
20560 #include <sys/mtio.h>
20566 static struct mtget ac_aggr;
20567 if (ac_aggr.mt_blksiz)
20573 rm -f conftest.$ac_objext
20574 if { (ac_try="$ac_compile"
20575 case "(($ac_try" in
20576 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20577 *) ac_try_echo
=$ac_try;;
20579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20580 (eval "$ac_compile") 2>conftest.er1
20582 grep -v '^ *+' conftest.er1
>conftest.err
20584 cat conftest.err
>&5
20585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20586 (exit $ac_status); } && {
20587 test -z "$ac_c_werror_flag" ||
20588 test ! -s conftest.err
20589 } && test -s conftest.
$ac_objext; then
20590 ac_cv_member_struct_mtget_mt_blksiz
=yes
20592 echo "$as_me: failed program was:" >&5
20593 sed 's/^/| /' conftest.
$ac_ext >&5
20595 cat >conftest.
$ac_ext <<_ACEOF
20598 cat confdefs.h
>>conftest.
$ac_ext
20599 cat >>conftest.
$ac_ext <<_ACEOF
20600 /* end confdefs.h. */
20601 #include <sys/types.h>
20602 #ifdef HAVE_SYS_MTIO_H
20603 #include <sys/mtio.h>
20609 static struct mtget ac_aggr;
20610 if (sizeof ac_aggr.mt_blksiz)
20616 rm -f conftest.
$ac_objext
20617 if { (ac_try
="$ac_compile"
20618 case "(($ac_try" in
20619 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20620 *) ac_try_echo=$ac_try;;
20622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20623 (eval "$ac_compile") 2>conftest.er1
20625 grep -v '^ *+' conftest.er1 >conftest.err
20627 cat conftest.err >&5
20628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20629 (exit $ac_status); } && {
20630 test -z "$ac_c_werror_flag" ||
20631 test ! -s conftest.err
20632 } && test -s conftest.$ac_objext; then
20633 ac_cv_member_struct_mtget_mt_blksiz=yes
20635 echo "$as_me: failed program was:" >&5
20636 sed 's/^/| /' conftest.$ac_ext >&5
20638 ac_cv_member_struct_mtget_mt_blksiz=no
20641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20646 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20647 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20648 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20650 cat >>confdefs.h <<_ACEOF
20651 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20656 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20657 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20658 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20659 echo $ECHO_N "(cached) $ECHO_C" >&6
20661 cat >conftest.$ac_ext <<_ACEOF
20664 cat confdefs.h >>conftest.$ac_ext
20665 cat >>conftest.$ac_ext <<_ACEOF
20666 /* end confdefs.h. */
20667 #include <sys/types.h>
20668 #ifdef HAVE_SYS_MTIO_H
20669 #include <sys/mtio.h>
20675 static struct mtget ac_aggr;
20676 if (ac_aggr.mt_gstat)
20682 rm -f conftest.$ac_objext
20683 if { (ac_try="$ac_compile"
20684 case "(($ac_try" in
20685 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20686 *) ac_try_echo
=$ac_try;;
20688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20689 (eval "$ac_compile") 2>conftest.er1
20691 grep -v '^ *+' conftest.er1
>conftest.err
20693 cat conftest.err
>&5
20694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20695 (exit $ac_status); } && {
20696 test -z "$ac_c_werror_flag" ||
20697 test ! -s conftest.err
20698 } && test -s conftest.
$ac_objext; then
20699 ac_cv_member_struct_mtget_mt_gstat
=yes
20701 echo "$as_me: failed program was:" >&5
20702 sed 's/^/| /' conftest.
$ac_ext >&5
20704 cat >conftest.
$ac_ext <<_ACEOF
20707 cat confdefs.h
>>conftest.
$ac_ext
20708 cat >>conftest.
$ac_ext <<_ACEOF
20709 /* end confdefs.h. */
20710 #include <sys/types.h>
20711 #ifdef HAVE_SYS_MTIO_H
20712 #include <sys/mtio.h>
20718 static struct mtget ac_aggr;
20719 if (sizeof ac_aggr.mt_gstat)
20725 rm -f conftest.
$ac_objext
20726 if { (ac_try
="$ac_compile"
20727 case "(($ac_try" in
20728 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20729 *) ac_try_echo=$ac_try;;
20731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20732 (eval "$ac_compile") 2>conftest.er1
20734 grep -v '^ *+' conftest.er1 >conftest.err
20736 cat conftest.err >&5
20737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20738 (exit $ac_status); } && {
20739 test -z "$ac_c_werror_flag" ||
20740 test ! -s conftest.err
20741 } && test -s conftest.$ac_objext; then
20742 ac_cv_member_struct_mtget_mt_gstat=yes
20744 echo "$as_me: failed program was:" >&5
20745 sed 's/^/| /' conftest.$ac_ext >&5
20747 ac_cv_member_struct_mtget_mt_gstat=no
20750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20755 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20756 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20757 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20759 cat >>confdefs.h <<_ACEOF
20760 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20765 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20766 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20767 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20768 echo $ECHO_N "(cached) $ECHO_C" >&6
20770 cat >conftest.$ac_ext <<_ACEOF
20773 cat confdefs.h >>conftest.$ac_ext
20774 cat >>conftest.$ac_ext <<_ACEOF
20775 /* end confdefs.h. */
20776 #include <sys/types.h>
20777 #ifdef HAVE_SYS_MTIO_H
20778 #include <sys/mtio.h>
20784 static struct mtget ac_aggr;
20785 if (ac_aggr.mt_blkno)
20791 rm -f conftest.$ac_objext
20792 if { (ac_try="$ac_compile"
20793 case "(($ac_try" in
20794 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20795 *) ac_try_echo
=$ac_try;;
20797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20798 (eval "$ac_compile") 2>conftest.er1
20800 grep -v '^ *+' conftest.er1
>conftest.err
20802 cat conftest.err
>&5
20803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20804 (exit $ac_status); } && {
20805 test -z "$ac_c_werror_flag" ||
20806 test ! -s conftest.err
20807 } && test -s conftest.
$ac_objext; then
20808 ac_cv_member_struct_mtget_mt_blkno
=yes
20810 echo "$as_me: failed program was:" >&5
20811 sed 's/^/| /' conftest.
$ac_ext >&5
20813 cat >conftest.
$ac_ext <<_ACEOF
20816 cat confdefs.h
>>conftest.
$ac_ext
20817 cat >>conftest.
$ac_ext <<_ACEOF
20818 /* end confdefs.h. */
20819 #include <sys/types.h>
20820 #ifdef HAVE_SYS_MTIO_H
20821 #include <sys/mtio.h>
20827 static struct mtget ac_aggr;
20828 if (sizeof ac_aggr.mt_blkno)
20834 rm -f conftest.
$ac_objext
20835 if { (ac_try
="$ac_compile"
20836 case "(($ac_try" in
20837 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20838 *) ac_try_echo=$ac_try;;
20840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20841 (eval "$ac_compile") 2>conftest.er1
20843 grep -v '^ *+' conftest.er1 >conftest.err
20845 cat conftest.err >&5
20846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20847 (exit $ac_status); } && {
20848 test -z "$ac_c_werror_flag" ||
20849 test ! -s conftest.err
20850 } && test -s conftest.$ac_objext; then
20851 ac_cv_member_struct_mtget_mt_blkno=yes
20853 echo "$as_me: failed program was:" >&5
20854 sed 's/^/| /' conftest.$ac_ext >&5
20856 ac_cv_member_struct_mtget_mt_blkno=no
20859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20864 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
20865 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
20866 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
20868 cat >>confdefs.h <<_ACEOF
20869 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
20876 { echo "$as_me:$LINENO: checking for struct option.name" >&5
20877 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
20878 if test "${ac_cv_member_struct_option_name+set}" = set; then
20879 echo $ECHO_N "(cached) $ECHO_C" >&6
20881 cat >conftest.$ac_ext <<_ACEOF
20884 cat confdefs.h >>conftest.$ac_ext
20885 cat >>conftest.$ac_ext <<_ACEOF
20886 /* end confdefs.h. */
20887 #ifdef HAVE_GETOPT_H
20888 #include <getopt.h>
20894 static struct option ac_aggr;
20901 rm -f conftest.$ac_objext
20902 if { (ac_try="$ac_compile"
20903 case "(($ac_try" in
20904 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
20905 *) ac_try_echo
=$ac_try;;
20907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20908 (eval "$ac_compile") 2>conftest.er1
20910 grep -v '^ *+' conftest.er1
>conftest.err
20912 cat conftest.err
>&5
20913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20914 (exit $ac_status); } && {
20915 test -z "$ac_c_werror_flag" ||
20916 test ! -s conftest.err
20917 } && test -s conftest.
$ac_objext; then
20918 ac_cv_member_struct_option_name
=yes
20920 echo "$as_me: failed program was:" >&5
20921 sed 's/^/| /' conftest.
$ac_ext >&5
20923 cat >conftest.
$ac_ext <<_ACEOF
20926 cat confdefs.h
>>conftest.
$ac_ext
20927 cat >>conftest.
$ac_ext <<_ACEOF
20928 /* end confdefs.h. */
20929 #ifdef HAVE_GETOPT_H
20930 #include <getopt.h>
20936 static struct option ac_aggr;
20937 if (sizeof ac_aggr.name)
20943 rm -f conftest.
$ac_objext
20944 if { (ac_try
="$ac_compile"
20945 case "(($ac_try" in
20946 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
20947 *) ac_try_echo=$ac_try;;
20949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20950 (eval "$ac_compile") 2>conftest.er1
20952 grep -v '^ *+' conftest.er1 >conftest.err
20954 cat conftest.err >&5
20955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20956 (exit $ac_status); } && {
20957 test -z "$ac_c_werror_flag" ||
20958 test ! -s conftest.err
20959 } && test -s conftest.$ac_objext; then
20960 ac_cv_member_struct_option_name=yes
20962 echo "$as_me: failed program was:" >&5
20963 sed 's/^/| /' conftest.$ac_ext >&5
20965 ac_cv_member_struct_option_name=no
20968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20971 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20973 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
20974 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
20975 if test $ac_cv_member_struct_option_name = yes; then
20977 cat >>confdefs.h <<_ACEOF
20978 #define HAVE_STRUCT_OPTION_NAME 1
20985 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
20986 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
20987 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
20988 echo $ECHO_N "(cached) $ECHO_C" >&6
20990 cat >conftest.$ac_ext <<_ACEOF
20993 cat confdefs.h >>conftest.$ac_ext
20994 cat >>conftest.$ac_ext <<_ACEOF
20995 /* end confdefs.h. */
20996 $ac_includes_default
21000 static struct stat ac_aggr;
21001 if (ac_aggr.st_blocks)
21007 rm -f conftest.$ac_objext
21008 if { (ac_try="$ac_compile"
21009 case "(($ac_try" in
21010 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21011 *) ac_try_echo
=$ac_try;;
21013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21014 (eval "$ac_compile") 2>conftest.er1
21016 grep -v '^ *+' conftest.er1
>conftest.err
21018 cat conftest.err
>&5
21019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21020 (exit $ac_status); } && {
21021 test -z "$ac_c_werror_flag" ||
21022 test ! -s conftest.err
21023 } && test -s conftest.
$ac_objext; then
21024 ac_cv_member_struct_stat_st_blocks
=yes
21026 echo "$as_me: failed program was:" >&5
21027 sed 's/^/| /' conftest.
$ac_ext >&5
21029 cat >conftest.
$ac_ext <<_ACEOF
21032 cat confdefs.h
>>conftest.
$ac_ext
21033 cat >>conftest.
$ac_ext <<_ACEOF
21034 /* end confdefs.h. */
21035 $ac_includes_default
21039 static struct stat ac_aggr;
21040 if (sizeof ac_aggr.st_blocks)
21046 rm -f conftest.
$ac_objext
21047 if { (ac_try
="$ac_compile"
21048 case "(($ac_try" in
21049 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21050 *) ac_try_echo=$ac_try;;
21052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21053 (eval "$ac_compile") 2>conftest.er1
21055 grep -v '^ *+' conftest.er1 >conftest.err
21057 cat conftest.err >&5
21058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21059 (exit $ac_status); } && {
21060 test -z "$ac_c_werror_flag" ||
21061 test ! -s conftest.err
21062 } && test -s conftest.$ac_objext; then
21063 ac_cv_member_struct_stat_st_blocks=yes
21065 echo "$as_me: failed program was:" >&5
21066 sed 's/^/| /' conftest.$ac_ext >&5
21068 ac_cv_member_struct_stat_st_blocks=no
21071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21076 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21077 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21078 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21080 cat >>confdefs.h <<_ACEOF
21081 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21088 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21089 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21090 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21091 echo $ECHO_N "(cached) $ECHO_C" >&6
21093 cat >conftest.$ac_ext <<_ACEOF
21096 cat confdefs.h >>conftest.$ac_ext
21097 cat >>conftest.$ac_ext <<_ACEOF
21098 /* end confdefs.h. */
21099 #ifdef HAVE_SYS_TYPES_H
21100 #include <sys/types.h>
21102 #ifdef HAVE_NETINET_IN_H
21103 #include <netinet/in.h>
21109 static struct sockaddr_in6 ac_aggr;
21110 if (ac_aggr.sin6_scope_id)
21116 rm -f conftest.$ac_objext
21117 if { (ac_try="$ac_compile"
21118 case "(($ac_try" in
21119 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21120 *) ac_try_echo
=$ac_try;;
21122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21123 (eval "$ac_compile") 2>conftest.er1
21125 grep -v '^ *+' conftest.er1
>conftest.err
21127 cat conftest.err
>&5
21128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21129 (exit $ac_status); } && {
21130 test -z "$ac_c_werror_flag" ||
21131 test ! -s conftest.err
21132 } && test -s conftest.
$ac_objext; then
21133 ac_cv_member_struct_sockaddr_in6_sin6_scope_id
=yes
21135 echo "$as_me: failed program was:" >&5
21136 sed 's/^/| /' conftest.
$ac_ext >&5
21138 cat >conftest.
$ac_ext <<_ACEOF
21141 cat confdefs.h
>>conftest.
$ac_ext
21142 cat >>conftest.
$ac_ext <<_ACEOF
21143 /* end confdefs.h. */
21144 #ifdef HAVE_SYS_TYPES_H
21145 #include <sys/types.h>
21147 #ifdef HAVE_NETINET_IN_H
21148 #include <netinet/in.h>
21154 static struct sockaddr_in6 ac_aggr;
21155 if (sizeof ac_aggr.sin6_scope_id)
21161 rm -f conftest.
$ac_objext
21162 if { (ac_try
="$ac_compile"
21163 case "(($ac_try" in
21164 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21165 *) ac_try_echo=$ac_try;;
21167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21168 (eval "$ac_compile") 2>conftest.er1
21170 grep -v '^ *+' conftest.er1 >conftest.err
21172 cat conftest.err >&5
21173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21174 (exit $ac_status); } && {
21175 test -z "$ac_c_werror_flag" ||
21176 test ! -s conftest.err
21177 } && test -s conftest.$ac_objext; then
21178 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21180 echo "$as_me: failed program was:" >&5
21181 sed 's/^/| /' conftest.$ac_ext >&5
21183 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21191 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21192 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21193 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21195 cat >>confdefs.h <<_ACEOF
21196 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21203 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21204 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21205 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21206 echo $ECHO_N "(cached) $ECHO_C" >&6
21208 cat >conftest.$ac_ext <<_ACEOF
21211 cat confdefs.h >>conftest.$ac_ext
21212 cat >>conftest.$ac_ext <<_ACEOF
21213 /* end confdefs.h. */
21214 #ifdef HAVE_SYS_TYPES_H
21215 #include <sys/types.h>
21217 #ifdef HAVE_NETINET_IN_H
21218 # include <netinet/in.h>
21220 #ifdef HAVE_ARPA_NAMESER_H
21221 # include <arpa/nameser.h>
21227 static ns_msg ac_aggr;
21228 if (ac_aggr._msg_ptr)
21234 rm -f conftest.$ac_objext
21235 if { (ac_try="$ac_compile"
21236 case "(($ac_try" in
21237 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21238 *) ac_try_echo
=$ac_try;;
21240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21241 (eval "$ac_compile") 2>conftest.er1
21243 grep -v '^ *+' conftest.er1
>conftest.err
21245 cat conftest.err
>&5
21246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21247 (exit $ac_status); } && {
21248 test -z "$ac_c_werror_flag" ||
21249 test ! -s conftest.err
21250 } && test -s conftest.
$ac_objext; then
21251 ac_cv_member_ns_msg__msg_ptr
=yes
21253 echo "$as_me: failed program was:" >&5
21254 sed 's/^/| /' conftest.
$ac_ext >&5
21256 cat >conftest.
$ac_ext <<_ACEOF
21259 cat confdefs.h
>>conftest.
$ac_ext
21260 cat >>conftest.
$ac_ext <<_ACEOF
21261 /* end confdefs.h. */
21262 #ifdef HAVE_SYS_TYPES_H
21263 #include <sys/types.h>
21265 #ifdef HAVE_NETINET_IN_H
21266 # include <netinet/in.h>
21268 #ifdef HAVE_ARPA_NAMESER_H
21269 # include <arpa/nameser.h>
21275 static ns_msg ac_aggr;
21276 if (sizeof ac_aggr._msg_ptr)
21282 rm -f conftest.
$ac_objext
21283 if { (ac_try
="$ac_compile"
21284 case "(($ac_try" in
21285 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21286 *) ac_try_echo=$ac_try;;
21288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21289 (eval "$ac_compile") 2>conftest.er1
21291 grep -v '^ *+' conftest.er1 >conftest.err
21293 cat conftest.err >&5
21294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21295 (exit $ac_status); } && {
21296 test -z "$ac_c_werror_flag" ||
21297 test ! -s conftest.err
21298 } && test -s conftest.$ac_objext; then
21299 ac_cv_member_ns_msg__msg_ptr=yes
21301 echo "$as_me: failed program was:" >&5
21302 sed 's/^/| /' conftest.$ac_ext >&5
21304 ac_cv_member_ns_msg__msg_ptr=no
21307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21312 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21313 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21314 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21316 cat >>confdefs.h <<_ACEOF
21317 #define HAVE_NS_MSG__MSG_PTR 1
21324 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21325 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21326 if test "${ac_cv_have_timezone+set}" = set; then
21327 echo $ECHO_N "(cached) $ECHO_C" >&6
21329 cat >conftest.$ac_ext <<_ACEOF
21332 cat confdefs.h >>conftest.$ac_ext
21333 cat >>conftest.$ac_ext <<_ACEOF
21334 /* end confdefs.h. */
21344 rm -f conftest.$ac_objext conftest$ac_exeext
21345 if { (ac_try="$ac_link"
21346 case "(($ac_try" in
21347 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21348 *) ac_try_echo
=$ac_try;;
21350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21351 (eval "$ac_link") 2>conftest.er1
21353 grep -v '^ *+' conftest.er1
>conftest.err
21355 cat conftest.err
>&5
21356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21357 (exit $ac_status); } && {
21358 test -z "$ac_c_werror_flag" ||
21359 test ! -s conftest.err
21360 } && test -s conftest
$ac_exeext &&
21361 $as_test_x conftest
$ac_exeext; then
21362 ac_cv_have_timezone
="yes"
21364 echo "$as_me: failed program was:" >&5
21365 sed 's/^/| /' conftest.
$ac_ext >&5
21367 ac_cv_have_timezone
="no"
21370 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21371 conftest
$ac_exeext conftest.
$ac_ext
21373 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21374 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21375 if test "$ac_cv_have_timezone" = "yes"
21378 cat >>confdefs.h
<<\_ACEOF
21379 #define HAVE_TIMEZONE 1
21383 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21384 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21385 if test "${ac_cv_have_daylight+set}" = set; then
21386 echo $ECHO_N "(cached) $ECHO_C" >&6
21388 cat >conftest.
$ac_ext <<_ACEOF
21391 cat confdefs.h
>>conftest.
$ac_ext
21392 cat >>conftest.
$ac_ext <<_ACEOF
21393 /* end confdefs.h. */
21403 rm -f conftest.
$ac_objext conftest
$ac_exeext
21404 if { (ac_try
="$ac_link"
21405 case "(($ac_try" in
21406 *\"* |
*\
`* | *\\*) ac_try_echo=\$ac_try;;
21407 *) ac_try_echo=$ac_try;;
21409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21410 (eval "$ac_link") 2>conftest.er1
21412 grep -v '^ *+' conftest.er1 >conftest.err
21414 cat conftest.err >&5
21415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21416 (exit $ac_status); } && {
21417 test -z "$ac_c_werror_flag" ||
21418 test ! -s conftest.err
21419 } && test -s conftest$ac_exeext &&
21420 $as_test_x conftest$ac_exeext; then
21421 ac_cv_have_daylight="yes"
21423 echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21426 ac_cv_have_daylight="no"
21429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21430 conftest$ac_exeext conftest.$ac_ext
21432 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21433 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21434 if test "$ac_cv_have_daylight" = "yes"
21437 cat >>confdefs.h <<\_ACEOF
21438 #define HAVE_DAYLIGHT 1
21443 { echo "$as_me:$LINENO: checking for isinf" >&5
21444 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21445 if test "${ac_cv_have_isinf+set}" = set; then
21446 echo $ECHO_N "(cached) $ECHO_C" >&6
21448 cat >conftest.$ac_ext <<_ACEOF
21451 cat confdefs.h >>conftest.$ac_ext
21452 cat >>conftest.$ac_ext <<_ACEOF
21453 /* end confdefs.h. */
21458 float f = 0.0; int i=isinf(f)
21463 rm -f conftest.$ac_objext conftest$ac_exeext
21464 if { (ac_try="$ac_link"
21465 case "(($ac_try" in
21466 *\"* | *\`* |
*\\*) ac_try_echo
=\
$ac_try;;
21467 *) ac_try_echo
=$ac_try;;
21469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21470 (eval "$ac_link") 2>conftest.er1
21472 grep -v '^ *+' conftest.er1
>conftest.err
21474 cat conftest.err
>&5
21475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21476 (exit $ac_status); } && {
21477 test -z "$ac_c_werror_flag" ||
21478 test ! -s conftest.err
21479 } && test -s conftest
$ac_exeext &&
21480 $as_test_x conftest
$ac_exeext; then
21481 ac_cv_have_isinf
="yes"
21483 echo "$as_me: failed program was:" >&5
21484 sed 's/^/| /' conftest.
$ac_ext >&5
21486 ac_cv_have_isinf
="no"
21489 rm -f core conftest.err conftest.
$ac_objext conftest_ipa8_conftest.oo \
21490 conftest
$ac_exeext conftest.
$ac_ext
21492 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21493 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21494 if test "$ac_cv_have_isinf" = "yes"
21497 cat >>confdefs.h
<<\_ACEOF
21498 #define HAVE_ISINF 1
21505 *i
[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21506 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21507 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21508 echo $ECHO_N "(cached) $ECHO_C" >&6
21510 cat >conftest.
$ac_ext <<_ACEOF
21513 cat confdefs.h
>>conftest.
$ac_ext
21514 cat >>conftest.
$ac_ext <<_ACEOF
21515 /* end confdefs.h. */
21520 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21521 $EGREP "yes" >/dev
/null
2>&1; then
21522 ac_cv_cpp_def___i386__
=yes
21524 ac_cv_cpp_def___i386__
=no
21529 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21530 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21531 if test $ac_cv_cpp_def___i386__ = yes; then
21532 CFLAGS
="$CFLAGS -D__i386__"
21533 LINTFLAGS
="$LINTFLAGS -D__i386__"
21536 *x86_64
*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21537 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21538 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21539 echo $ECHO_N "(cached) $ECHO_C" >&6
21541 cat >conftest.
$ac_ext <<_ACEOF
21544 cat confdefs.h
>>conftest.
$ac_ext
21545 cat >>conftest.
$ac_ext <<_ACEOF
21546 /* end confdefs.h. */
21551 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21552 $EGREP "yes" >/dev
/null
2>&1; then
21553 ac_cv_cpp_def___x86_64__
=yes
21555 ac_cv_cpp_def___x86_64__
=no
21560 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
21561 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
21562 if test $ac_cv_cpp_def___x86_64__ = yes; then
21563 CFLAGS
="$CFLAGS -D__x86_64__"
21564 LINTFLAGS
="$LINTFLAGS -D__x86_64__"
21567 *alpha
*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
21568 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
21569 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
21570 echo $ECHO_N "(cached) $ECHO_C" >&6
21572 cat >conftest.
$ac_ext <<_ACEOF
21575 cat confdefs.h
>>conftest.
$ac_ext
21576 cat >>conftest.
$ac_ext <<_ACEOF
21577 /* end confdefs.h. */
21582 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21583 $EGREP "yes" >/dev
/null
2>&1; then
21584 ac_cv_cpp_def___ALPHA__
=yes
21586 ac_cv_cpp_def___ALPHA__
=no
21591 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
21592 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
21593 if test $ac_cv_cpp_def___ALPHA__ = yes; then
21594 CFLAGS
="$CFLAGS -D__ALPHA__"
21595 LINTFLAGS
="$LINTFLAGS -D__ALPHA__"
21598 *sparc
*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
21599 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
21600 if test "${ac_cv_cpp_def___sparc__+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. */
21613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21614 $EGREP "yes" >/dev
/null
2>&1; then
21615 ac_cv_cpp_def___sparc__
=yes
21617 ac_cv_cpp_def___sparc__
=no
21622 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
21623 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
21624 if test $ac_cv_cpp_def___sparc__ = yes; then
21625 CFLAGS
="$CFLAGS -D__sparc__"
21626 LINTFLAGS
="$LINTFLAGS -D__sparc__"
21629 *powerpc
*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
21630 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
21631 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
21632 echo $ECHO_N "(cached) $ECHO_C" >&6
21634 cat >conftest.
$ac_ext <<_ACEOF
21637 cat confdefs.h
>>conftest.
$ac_ext
21638 cat >>conftest.
$ac_ext <<_ACEOF
21639 /* end confdefs.h. */
21640 #ifndef __powerpc__
21644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21645 $EGREP "yes" >/dev
/null
2>&1; then
21646 ac_cv_cpp_def___powerpc__
=yes
21648 ac_cv_cpp_def___powerpc__
=no
21653 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
21654 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
21655 if test $ac_cv_cpp_def___powerpc__ = yes; then
21656 CFLAGS
="$CFLAGS -D__powerpc__"
21657 LINTFLAGS
="$LINTFLAGS -D__powerpc__"
21662 case $host_vendor in
21663 *sun
*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
21664 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
21665 if test "${ac_cv_cpp_def___sun__+set}" = set; then
21666 echo $ECHO_N "(cached) $ECHO_C" >&6
21668 cat >conftest.
$ac_ext <<_ACEOF
21671 cat confdefs.h
>>conftest.
$ac_ext
21672 cat >>conftest.
$ac_ext <<_ACEOF
21673 /* end confdefs.h. */
21678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21679 $EGREP "yes" >/dev
/null
2>&1; then
21680 ac_cv_cpp_def___sun__
=yes
21682 ac_cv_cpp_def___sun__
=no
21687 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
21688 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
21689 if test $ac_cv_cpp_def___sun__ = yes; then
21690 CFLAGS
="$CFLAGS -D__sun__"
21691 LINTFLAGS
="$LINTFLAGS -D__sun__"
21697 DEPENDENCIES
="### Dependencies:
21702 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
21704 \$(OBJS): \$(IDL_GEN_HEADERS)
21705 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
21706 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
21707 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
21708 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
21714 ac_config_commands
="$ac_config_commands include/stamp-h"
21717 ac_config_commands
="$ac_config_commands dlls/gdi32/enhmfdrv"
21719 ac_config_commands
="$ac_config_commands dlls/gdi32/mfdrv"
21721 ac_config_commands
="$ac_config_commands dlls/kernel32/nls"
21723 ac_config_commands
="$ac_config_commands dlls/user32/resources"
21725 ac_config_commands
="$ac_config_commands dlls/wineps.drv/data"
21727 ac_config_commands
="$ac_config_commands include/wine"
21730 MAKE_RULES
=Make.rules
21733 MAKE_DLL_RULES
=dlls
/Makedll.rules
21736 MAKE_IMPLIB_RULES
=dlls
/Makeimplib.rules
21739 MAKE_TEST_RULES
=dlls
/Maketest.rules
21742 MAKE_PROG_RULES
=programs
/Makeprog.rules
21745 ac_config_files
="$ac_config_files Make.rules"
21747 ac_config_files
="$ac_config_files dlls/Makedll.rules"
21749 ac_config_files
="$ac_config_files dlls/Makeimplib.rules"
21751 ac_config_files
="$ac_config_files dlls/Maketest.rules"
21753 ac_config_files
="$ac_config_files programs/Makeprog.rules"
21755 ac_config_files
="$ac_config_files Makefile"
21757 ac_config_files
="$ac_config_files dlls/Makefile"
21759 ac_config_files
="$ac_config_files dlls/acledit/Makefile"
21761 ac_config_files
="$ac_config_files dlls/activeds/Makefile"
21763 ac_config_files
="$ac_config_files dlls/actxprxy/Makefile"
21765 ac_config_files
="$ac_config_files dlls/adsiid/Makefile"
21767 ac_config_files
="$ac_config_files dlls/advapi32/Makefile"
21769 ac_config_files
="$ac_config_files dlls/advapi32/tests/Makefile"
21771 ac_config_files
="$ac_config_files dlls/advpack/Makefile"
21773 ac_config_files
="$ac_config_files dlls/advpack/tests/Makefile"
21775 ac_config_files
="$ac_config_files dlls/amstream/Makefile"
21777 ac_config_files
="$ac_config_files dlls/atl/Makefile"
21779 ac_config_files
="$ac_config_files dlls/avicap32/Makefile"
21781 ac_config_files
="$ac_config_files dlls/avifil32/Makefile"
21783 ac_config_files
="$ac_config_files dlls/browseui/Makefile"
21785 ac_config_files
="$ac_config_files dlls/browseui/tests/Makefile"
21787 ac_config_files
="$ac_config_files dlls/cabinet/Makefile"
21789 ac_config_files
="$ac_config_files dlls/cabinet/tests/Makefile"
21791 ac_config_files
="$ac_config_files dlls/capi2032/Makefile"
21793 ac_config_files
="$ac_config_files dlls/cards/Makefile"
21795 ac_config_files
="$ac_config_files dlls/cfgmgr32/Makefile"
21797 ac_config_files
="$ac_config_files dlls/clusapi/Makefile"
21799 ac_config_files
="$ac_config_files dlls/comcat/Makefile"
21801 ac_config_files
="$ac_config_files dlls/comcat/tests/Makefile"
21803 ac_config_files
="$ac_config_files dlls/comctl32/Makefile"
21805 ac_config_files
="$ac_config_files dlls/comctl32/tests/Makefile"
21807 ac_config_files
="$ac_config_files dlls/comdlg32/Makefile"
21809 ac_config_files
="$ac_config_files dlls/comdlg32/tests/Makefile"
21811 ac_config_files
="$ac_config_files dlls/compstui/Makefile"
21813 ac_config_files
="$ac_config_files dlls/credui/Makefile"
21815 ac_config_files
="$ac_config_files dlls/credui/tests/Makefile"
21817 ac_config_files
="$ac_config_files dlls/crtdll/Makefile"
21819 ac_config_files
="$ac_config_files dlls/crypt32/Makefile"
21821 ac_config_files
="$ac_config_files dlls/crypt32/tests/Makefile"
21823 ac_config_files
="$ac_config_files dlls/cryptdlg/Makefile"
21825 ac_config_files
="$ac_config_files dlls/cryptdll/Makefile"
21827 ac_config_files
="$ac_config_files dlls/cryptnet/Makefile"
21829 ac_config_files
="$ac_config_files dlls/cryptnet/tests/Makefile"
21831 ac_config_files
="$ac_config_files dlls/cryptui/Makefile"
21833 ac_config_files
="$ac_config_files dlls/ctapi32/Makefile"
21835 ac_config_files
="$ac_config_files dlls/ctl3d32/Makefile"
21837 ac_config_files
="$ac_config_files dlls/d3d10/Makefile"
21839 ac_config_files
="$ac_config_files dlls/d3d8/Makefile"
21841 ac_config_files
="$ac_config_files dlls/d3d8/tests/Makefile"
21843 ac_config_files
="$ac_config_files dlls/d3d9/Makefile"
21845 ac_config_files
="$ac_config_files dlls/d3d9/tests/Makefile"
21847 ac_config_files
="$ac_config_files dlls/d3dim/Makefile"
21849 ac_config_files
="$ac_config_files dlls/d3drm/Makefile"
21851 ac_config_files
="$ac_config_files dlls/d3drm/tests/Makefile"
21853 ac_config_files
="$ac_config_files dlls/d3dx8/Makefile"
21855 ac_config_files
="$ac_config_files dlls/d3dx8/tests/Makefile"
21857 ac_config_files
="$ac_config_files dlls/d3dx9_24/Makefile"
21859 ac_config_files
="$ac_config_files dlls/d3dx9_25/Makefile"
21861 ac_config_files
="$ac_config_files dlls/d3dx9_26/Makefile"
21863 ac_config_files
="$ac_config_files dlls/d3dx9_27/Makefile"
21865 ac_config_files
="$ac_config_files dlls/d3dx9_28/Makefile"
21867 ac_config_files
="$ac_config_files dlls/d3dx9_29/Makefile"
21869 ac_config_files
="$ac_config_files dlls/d3dx9_30/Makefile"
21871 ac_config_files
="$ac_config_files dlls/d3dx9_31/Makefile"
21873 ac_config_files
="$ac_config_files dlls/d3dx9_32/Makefile"
21875 ac_config_files
="$ac_config_files dlls/d3dx9_33/Makefile"
21877 ac_config_files
="$ac_config_files dlls/d3dx9_34/Makefile"
21879 ac_config_files
="$ac_config_files dlls/d3dx9_35/Makefile"
21881 ac_config_files
="$ac_config_files dlls/d3dx9_36/Makefile"
21883 ac_config_files
="$ac_config_files dlls/d3dx9_36/tests/Makefile"
21885 ac_config_files
="$ac_config_files dlls/d3dx9_37/Makefile"
21887 ac_config_files
="$ac_config_files dlls/d3dxof/Makefile"
21889 ac_config_files
="$ac_config_files dlls/dbghelp/Makefile"
21891 ac_config_files
="$ac_config_files dlls/dciman32/Makefile"
21893 ac_config_files
="$ac_config_files dlls/ddraw/Makefile"
21895 ac_config_files
="$ac_config_files dlls/ddraw/tests/Makefile"
21897 ac_config_files
="$ac_config_files dlls/ddrawex/Makefile"
21899 ac_config_files
="$ac_config_files dlls/devenum/Makefile"
21901 ac_config_files
="$ac_config_files dlls/dinput/Makefile"
21903 ac_config_files
="$ac_config_files dlls/dinput/tests/Makefile"
21905 ac_config_files
="$ac_config_files dlls/dinput8/Makefile"
21907 ac_config_files
="$ac_config_files dlls/dmband/Makefile"
21909 ac_config_files
="$ac_config_files dlls/dmcompos/Makefile"
21911 ac_config_files
="$ac_config_files dlls/dmime/Makefile"
21913 ac_config_files
="$ac_config_files dlls/dmloader/Makefile"
21915 ac_config_files
="$ac_config_files dlls/dmscript/Makefile"
21917 ac_config_files
="$ac_config_files dlls/dmstyle/Makefile"
21919 ac_config_files
="$ac_config_files dlls/dmsynth/Makefile"
21921 ac_config_files
="$ac_config_files dlls/dmusic/Makefile"
21923 ac_config_files
="$ac_config_files dlls/dmusic32/Makefile"
21925 ac_config_files
="$ac_config_files dlls/dnsapi/Makefile"
21927 ac_config_files
="$ac_config_files dlls/dnsapi/tests/Makefile"
21929 ac_config_files
="$ac_config_files dlls/dplay/Makefile"
21931 ac_config_files
="$ac_config_files dlls/dplayx/Makefile"
21933 ac_config_files
="$ac_config_files dlls/dplayx/tests/Makefile"
21935 ac_config_files
="$ac_config_files dlls/dpnaddr/Makefile"
21937 ac_config_files
="$ac_config_files dlls/dpnet/Makefile"
21939 ac_config_files
="$ac_config_files dlls/dpnhpast/Makefile"
21941 ac_config_files
="$ac_config_files dlls/dpnlobby/Makefile"
21943 ac_config_files
="$ac_config_files dlls/dsound/Makefile"
21945 ac_config_files
="$ac_config_files dlls/dsound/tests/Makefile"
21947 ac_config_files
="$ac_config_files dlls/dssenh/Makefile"
21949 ac_config_files
="$ac_config_files dlls/dswave/Makefile"
21951 ac_config_files
="$ac_config_files dlls/dwmapi/Makefile"
21953 ac_config_files
="$ac_config_files dlls/dxdiagn/Makefile"
21955 ac_config_files
="$ac_config_files dlls/dxerr8/Makefile"
21957 ac_config_files
="$ac_config_files dlls/dxerr9/Makefile"
21959 ac_config_files
="$ac_config_files dlls/dxguid/Makefile"
21961 ac_config_files
="$ac_config_files dlls/faultrep/Makefile"
21963 ac_config_files
="$ac_config_files dlls/fusion/Makefile"
21965 ac_config_files
="$ac_config_files dlls/fusion/tests/Makefile"
21967 ac_config_files
="$ac_config_files dlls/gdi32/Makefile"
21969 ac_config_files
="$ac_config_files dlls/gdi32/tests/Makefile"
21971 ac_config_files
="$ac_config_files dlls/gdiplus/Makefile"
21973 ac_config_files
="$ac_config_files dlls/gdiplus/tests/Makefile"
21975 ac_config_files
="$ac_config_files dlls/glu32/Makefile"
21977 ac_config_files
="$ac_config_files dlls/gphoto2.ds/Makefile"
21979 ac_config_files
="$ac_config_files dlls/gpkcsp/Makefile"
21981 ac_config_files
="$ac_config_files dlls/hal/Makefile"
21983 ac_config_files
="$ac_config_files dlls/hhctrl.ocx/Makefile"
21985 ac_config_files
="$ac_config_files dlls/hid/Makefile"
21987 ac_config_files
="$ac_config_files dlls/hlink/Makefile"
21989 ac_config_files
="$ac_config_files dlls/hlink/tests/Makefile"
21991 ac_config_files
="$ac_config_files dlls/hnetcfg/Makefile"
21993 ac_config_files
="$ac_config_files dlls/iccvid/Makefile"
21995 ac_config_files
="$ac_config_files dlls/icmp/Makefile"
21997 ac_config_files
="$ac_config_files dlls/ifsmgr.vxd/Makefile"
21999 ac_config_files
="$ac_config_files dlls/imaadp32.acm/Makefile"
22001 ac_config_files
="$ac_config_files dlls/imagehlp/Makefile"
22003 ac_config_files
="$ac_config_files dlls/imm32/Makefile"
22005 ac_config_files
="$ac_config_files dlls/imm32/tests/Makefile"
22007 ac_config_files
="$ac_config_files dlls/inetcomm/Makefile"
22009 ac_config_files
="$ac_config_files dlls/inetcomm/tests/Makefile"
22011 ac_config_files
="$ac_config_files dlls/inetmib1/Makefile"
22013 ac_config_files
="$ac_config_files dlls/inetmib1/tests/Makefile"
22015 ac_config_files
="$ac_config_files dlls/infosoft/Makefile"
22017 ac_config_files
="$ac_config_files dlls/infosoft/tests/Makefile"
22019 ac_config_files
="$ac_config_files dlls/initpki/Makefile"
22021 ac_config_files
="$ac_config_files dlls/inkobj/Makefile"
22023 ac_config_files
="$ac_config_files dlls/inseng/Makefile"
22025 ac_config_files
="$ac_config_files dlls/iphlpapi/Makefile"
22027 ac_config_files
="$ac_config_files dlls/iphlpapi/tests/Makefile"
22029 ac_config_files
="$ac_config_files dlls/itircl/Makefile"
22031 ac_config_files
="$ac_config_files dlls/itss/Makefile"
22033 ac_config_files
="$ac_config_files dlls/itss/tests/Makefile"
22035 ac_config_files
="$ac_config_files dlls/jscript/Makefile"
22037 ac_config_files
="$ac_config_files dlls/jscript/tests/Makefile"
22039 ac_config_files
="$ac_config_files dlls/kernel32/Makefile"
22041 ac_config_files
="$ac_config_files dlls/kernel32/tests/Makefile"
22043 ac_config_files
="$ac_config_files dlls/localspl/Makefile"
22045 ac_config_files
="$ac_config_files dlls/localspl/tests/Makefile"
22047 ac_config_files
="$ac_config_files dlls/localui/Makefile"
22049 ac_config_files
="$ac_config_files dlls/localui/tests/Makefile"
22051 ac_config_files
="$ac_config_files dlls/lz32/Makefile"
22053 ac_config_files
="$ac_config_files dlls/lz32/tests/Makefile"
22055 ac_config_files
="$ac_config_files dlls/mapi32/Makefile"
22057 ac_config_files
="$ac_config_files dlls/mapi32/tests/Makefile"
22059 ac_config_files
="$ac_config_files dlls/mciavi32/Makefile"
22061 ac_config_files
="$ac_config_files dlls/mcicda/Makefile"
22063 ac_config_files
="$ac_config_files dlls/mciseq/Makefile"
22065 ac_config_files
="$ac_config_files dlls/mciwave/Makefile"
22067 ac_config_files
="$ac_config_files dlls/midimap/Makefile"
22069 ac_config_files
="$ac_config_files dlls/mlang/Makefile"
22071 ac_config_files
="$ac_config_files dlls/mlang/tests/Makefile"
22073 ac_config_files
="$ac_config_files dlls/mmdevldr.vxd/Makefile"
22075 ac_config_files
="$ac_config_files dlls/monodebg.vxd/Makefile"
22077 ac_config_files
="$ac_config_files dlls/mountmgr.sys/Makefile"
22079 ac_config_files
="$ac_config_files dlls/mpr/Makefile"
22081 ac_config_files
="$ac_config_files dlls/mprapi/Makefile"
22083 ac_config_files
="$ac_config_files dlls/msacm32.drv/Makefile"
22085 ac_config_files
="$ac_config_files dlls/msacm32/Makefile"
22087 ac_config_files
="$ac_config_files dlls/msacm32/tests/Makefile"
22089 ac_config_files
="$ac_config_files dlls/msadp32.acm/Makefile"
22091 ac_config_files
="$ac_config_files dlls/mscat32/Makefile"
22093 ac_config_files
="$ac_config_files dlls/mscms/Makefile"
22095 ac_config_files
="$ac_config_files dlls/mscms/tests/Makefile"
22097 ac_config_files
="$ac_config_files dlls/mscoree/Makefile"
22099 ac_config_files
="$ac_config_files dlls/msdmo/Makefile"
22101 ac_config_files
="$ac_config_files dlls/msftedit/Makefile"
22103 ac_config_files
="$ac_config_files dlls/msg711.acm/Makefile"
22105 ac_config_files
="$ac_config_files dlls/mshtml.tlb/Makefile"
22107 ac_config_files
="$ac_config_files dlls/mshtml/Makefile"
22109 ac_config_files
="$ac_config_files dlls/mshtml/tests/Makefile"
22111 ac_config_files
="$ac_config_files dlls/msi/Makefile"
22113 ac_config_files
="$ac_config_files dlls/msi/tests/Makefile"
22115 ac_config_files
="$ac_config_files dlls/msimg32/Makefile"
22117 ac_config_files
="$ac_config_files dlls/msimtf/Makefile"
22119 ac_config_files
="$ac_config_files dlls/msisys.ocx/Makefile"
22121 ac_config_files
="$ac_config_files dlls/msnet32/Makefile"
22123 ac_config_files
="$ac_config_files dlls/msrle32/Makefile"
22125 ac_config_files
="$ac_config_files dlls/mssip32/Makefile"
22127 ac_config_files
="$ac_config_files dlls/msvcirt/Makefile"
22129 ac_config_files
="$ac_config_files dlls/msvcr71/Makefile"
22131 ac_config_files
="$ac_config_files dlls/msvcrt/Makefile"
22133 ac_config_files
="$ac_config_files dlls/msvcrt/tests/Makefile"
22135 ac_config_files
="$ac_config_files dlls/msvcrt20/Makefile"
22137 ac_config_files
="$ac_config_files dlls/msvcrt40/Makefile"
22139 ac_config_files
="$ac_config_files dlls/msvcrtd/Makefile"
22141 ac_config_files
="$ac_config_files dlls/msvcrtd/tests/Makefile"
22143 ac_config_files
="$ac_config_files dlls/msvfw32/Makefile"
22145 ac_config_files
="$ac_config_files dlls/msvidc32/Makefile"
22147 ac_config_files
="$ac_config_files dlls/mswsock/Makefile"
22149 ac_config_files
="$ac_config_files dlls/msxml3/Makefile"
22151 ac_config_files
="$ac_config_files dlls/msxml3/tests/Makefile"
22153 ac_config_files
="$ac_config_files dlls/nddeapi/Makefile"
22155 ac_config_files
="$ac_config_files dlls/netapi32/Makefile"
22157 ac_config_files
="$ac_config_files dlls/netapi32/tests/Makefile"
22159 ac_config_files
="$ac_config_files dlls/newdev/Makefile"
22161 ac_config_files
="$ac_config_files dlls/ntdll/Makefile"
22163 ac_config_files
="$ac_config_files dlls/ntdll/tests/Makefile"
22165 ac_config_files
="$ac_config_files dlls/ntdsapi/Makefile"
22167 ac_config_files
="$ac_config_files dlls/ntdsapi/tests/Makefile"
22169 ac_config_files
="$ac_config_files dlls/ntoskrnl.exe/Makefile"
22171 ac_config_files
="$ac_config_files dlls/ntprint/Makefile"
22173 ac_config_files
="$ac_config_files dlls/ntprint/tests/Makefile"
22175 ac_config_files
="$ac_config_files dlls/objsel/Makefile"
22177 ac_config_files
="$ac_config_files dlls/odbc32/Makefile"
22179 ac_config_files
="$ac_config_files dlls/odbccp32/Makefile"
22181 ac_config_files
="$ac_config_files dlls/odbccp32/tests/Makefile"
22183 ac_config_files
="$ac_config_files dlls/ole32/Makefile"
22185 ac_config_files
="$ac_config_files dlls/ole32/tests/Makefile"
22187 ac_config_files
="$ac_config_files dlls/oleacc/Makefile"
22189 ac_config_files
="$ac_config_files dlls/oleaut32/Makefile"
22191 ac_config_files
="$ac_config_files dlls/oleaut32/tests/Makefile"
22193 ac_config_files
="$ac_config_files dlls/olecli32/Makefile"
22195 ac_config_files
="$ac_config_files dlls/oledlg/Makefile"
22197 ac_config_files
="$ac_config_files dlls/olepro32/Makefile"
22199 ac_config_files
="$ac_config_files dlls/olesvr32/Makefile"
22201 ac_config_files
="$ac_config_files dlls/olethk32/Makefile"
22203 ac_config_files
="$ac_config_files dlls/opengl32/Makefile"
22205 ac_config_files
="$ac_config_files dlls/opengl32/tests/Makefile"
22207 ac_config_files
="$ac_config_files dlls/pdh/Makefile"
22209 ac_config_files
="$ac_config_files dlls/pdh/tests/Makefile"
22211 ac_config_files
="$ac_config_files dlls/powrprof/Makefile"
22213 ac_config_files
="$ac_config_files dlls/printui/Makefile"
22215 ac_config_files
="$ac_config_files dlls/propsys/Makefile"
22217 ac_config_files
="$ac_config_files dlls/psapi/Makefile"
22219 ac_config_files
="$ac_config_files dlls/psapi/tests/Makefile"
22221 ac_config_files
="$ac_config_files dlls/pstorec/Makefile"
22223 ac_config_files
="$ac_config_files dlls/qcap/Makefile"
22225 ac_config_files
="$ac_config_files dlls/qedit/Makefile"
22227 ac_config_files
="$ac_config_files dlls/qedit/tests/Makefile"
22229 ac_config_files
="$ac_config_files dlls/qmgr/Makefile"
22231 ac_config_files
="$ac_config_files dlls/qmgr/tests/Makefile"
22233 ac_config_files
="$ac_config_files dlls/qmgrprxy/Makefile"
22235 ac_config_files
="$ac_config_files dlls/quartz/Makefile"
22237 ac_config_files
="$ac_config_files dlls/quartz/tests/Makefile"
22239 ac_config_files
="$ac_config_files dlls/query/Makefile"
22241 ac_config_files
="$ac_config_files dlls/rasapi32/Makefile"
22243 ac_config_files
="$ac_config_files dlls/rasapi32/tests/Makefile"
22245 ac_config_files
="$ac_config_files dlls/resutils/Makefile"
22247 ac_config_files
="$ac_config_files dlls/riched20/Makefile"
22249 ac_config_files
="$ac_config_files dlls/riched20/tests/Makefile"
22251 ac_config_files
="$ac_config_files dlls/riched32/Makefile"
22253 ac_config_files
="$ac_config_files dlls/riched32/tests/Makefile"
22255 ac_config_files
="$ac_config_files dlls/rpcrt4/Makefile"
22257 ac_config_files
="$ac_config_files dlls/rpcrt4/tests/Makefile"
22259 ac_config_files
="$ac_config_files dlls/rsabase/Makefile"
22261 ac_config_files
="$ac_config_files dlls/rsaenh/Makefile"
22263 ac_config_files
="$ac_config_files dlls/rsaenh/tests/Makefile"
22265 ac_config_files
="$ac_config_files dlls/sane.ds/Makefile"
22267 ac_config_files
="$ac_config_files dlls/sccbase/Makefile"
22269 ac_config_files
="$ac_config_files dlls/schannel/Makefile"
22271 ac_config_files
="$ac_config_files dlls/schannel/tests/Makefile"
22273 ac_config_files
="$ac_config_files dlls/secur32/Makefile"
22275 ac_config_files
="$ac_config_files dlls/secur32/tests/Makefile"
22277 ac_config_files
="$ac_config_files dlls/security/Makefile"
22279 ac_config_files
="$ac_config_files dlls/sensapi/Makefile"
22281 ac_config_files
="$ac_config_files dlls/serialui/Makefile"
22283 ac_config_files
="$ac_config_files dlls/serialui/tests/Makefile"
22285 ac_config_files
="$ac_config_files dlls/setupapi/Makefile"
22287 ac_config_files
="$ac_config_files dlls/setupapi/tests/Makefile"
22289 ac_config_files
="$ac_config_files dlls/sfc/Makefile"
22291 ac_config_files
="$ac_config_files dlls/sfc_os/Makefile"
22293 ac_config_files
="$ac_config_files dlls/shdoclc/Makefile"
22295 ac_config_files
="$ac_config_files dlls/shdocvw/Makefile"
22297 ac_config_files
="$ac_config_files dlls/shdocvw/tests/Makefile"
22299 ac_config_files
="$ac_config_files dlls/shell32/Makefile"
22301 ac_config_files
="$ac_config_files dlls/shell32/tests/Makefile"
22303 ac_config_files
="$ac_config_files dlls/shfolder/Makefile"
22305 ac_config_files
="$ac_config_files dlls/shlwapi/Makefile"
22307 ac_config_files
="$ac_config_files dlls/shlwapi/tests/Makefile"
22309 ac_config_files
="$ac_config_files dlls/slbcsp/Makefile"
22311 ac_config_files
="$ac_config_files dlls/slc/Makefile"
22313 ac_config_files
="$ac_config_files dlls/snmpapi/Makefile"
22315 ac_config_files
="$ac_config_files dlls/snmpapi/tests/Makefile"
22317 ac_config_files
="$ac_config_files dlls/softpub/Makefile"
22319 ac_config_files
="$ac_config_files dlls/spoolss/Makefile"
22321 ac_config_files
="$ac_config_files dlls/spoolss/tests/Makefile"
22323 ac_config_files
="$ac_config_files dlls/stdole2.tlb/Makefile"
22325 ac_config_files
="$ac_config_files dlls/stdole32.tlb/Makefile"
22327 ac_config_files
="$ac_config_files dlls/sti/Makefile"
22329 ac_config_files
="$ac_config_files dlls/strmiids/Makefile"
22331 ac_config_files
="$ac_config_files dlls/svrapi/Makefile"
22333 ac_config_files
="$ac_config_files dlls/sxs/Makefile"
22335 ac_config_files
="$ac_config_files dlls/tapi32/Makefile"
22337 ac_config_files
="$ac_config_files dlls/twain_32/Makefile"
22339 ac_config_files
="$ac_config_files dlls/unicows/Makefile"
22341 ac_config_files
="$ac_config_files dlls/url/Makefile"
22343 ac_config_files
="$ac_config_files dlls/urlmon/Makefile"
22345 ac_config_files
="$ac_config_files dlls/urlmon/tests/Makefile"
22347 ac_config_files
="$ac_config_files dlls/user32/Makefile"
22349 ac_config_files
="$ac_config_files dlls/user32/tests/Makefile"
22351 ac_config_files
="$ac_config_files dlls/userenv/Makefile"
22353 ac_config_files
="$ac_config_files dlls/userenv/tests/Makefile"
22355 ac_config_files
="$ac_config_files dlls/usp10/Makefile"
22357 ac_config_files
="$ac_config_files dlls/usp10/tests/Makefile"
22359 ac_config_files
="$ac_config_files dlls/uuid/Makefile"
22361 ac_config_files
="$ac_config_files dlls/uxtheme/Makefile"
22363 ac_config_files
="$ac_config_files dlls/uxtheme/tests/Makefile"
22365 ac_config_files
="$ac_config_files dlls/vdhcp.vxd/Makefile"
22367 ac_config_files
="$ac_config_files dlls/vdmdbg/Makefile"
22369 ac_config_files
="$ac_config_files dlls/version/Makefile"
22371 ac_config_files
="$ac_config_files dlls/version/tests/Makefile"
22373 ac_config_files
="$ac_config_files dlls/vmm.vxd/Makefile"
22375 ac_config_files
="$ac_config_files dlls/vnbt.vxd/Makefile"
22377 ac_config_files
="$ac_config_files dlls/vnetbios.vxd/Makefile"
22379 ac_config_files
="$ac_config_files dlls/vtdapi.vxd/Makefile"
22381 ac_config_files
="$ac_config_files dlls/vwin32.vxd/Makefile"
22383 ac_config_files
="$ac_config_files dlls/w32skrnl/Makefile"
22385 ac_config_files
="$ac_config_files dlls/winealsa.drv/Makefile"
22387 ac_config_files
="$ac_config_files dlls/wineaudioio.drv/Makefile"
22389 ac_config_files
="$ac_config_files dlls/winecoreaudio.drv/Makefile"
22391 ac_config_files
="$ac_config_files dlls/winecrt0/Makefile"
22393 ac_config_files
="$ac_config_files dlls/wined3d/Makefile"
22395 ac_config_files
="$ac_config_files dlls/winedos/Makefile"
22397 ac_config_files
="$ac_config_files dlls/wineesd.drv/Makefile"
22399 ac_config_files
="$ac_config_files dlls/winejack.drv/Makefile"
22401 ac_config_files
="$ac_config_files dlls/winejoystick.drv/Makefile"
22403 ac_config_files
="$ac_config_files dlls/winemp3.acm/Makefile"
22405 ac_config_files
="$ac_config_files dlls/winenas.drv/Makefile"
22407 ac_config_files
="$ac_config_files dlls/wineoss.drv/Makefile"
22409 ac_config_files
="$ac_config_files dlls/wineps.drv/Makefile"
22411 ac_config_files
="$ac_config_files dlls/winequartz.drv/Makefile"
22413 ac_config_files
="$ac_config_files dlls/winex11.drv/Makefile"
22415 ac_config_files
="$ac_config_files dlls/wing32/Makefile"
22417 ac_config_files
="$ac_config_files dlls/winhttp/Makefile"
22419 ac_config_files
="$ac_config_files dlls/wininet/Makefile"
22421 ac_config_files
="$ac_config_files dlls/wininet/tests/Makefile"
22423 ac_config_files
="$ac_config_files dlls/winmm/Makefile"
22425 ac_config_files
="$ac_config_files dlls/winmm/tests/Makefile"
22427 ac_config_files
="$ac_config_files dlls/winnls32/Makefile"
22429 ac_config_files
="$ac_config_files dlls/winscard/Makefile"
22431 ac_config_files
="$ac_config_files dlls/winspool.drv/Makefile"
22433 ac_config_files
="$ac_config_files dlls/winspool.drv/tests/Makefile"
22435 ac_config_files
="$ac_config_files dlls/wintab32/Makefile"
22437 ac_config_files
="$ac_config_files dlls/wintrust/Makefile"
22439 ac_config_files
="$ac_config_files dlls/wintrust/tests/Makefile"
22441 ac_config_files
="$ac_config_files dlls/wldap32/Makefile"
22443 ac_config_files
="$ac_config_files dlls/wmi/Makefile"
22445 ac_config_files
="$ac_config_files dlls/wnaspi32/Makefile"
22447 ac_config_files
="$ac_config_files dlls/wow32/Makefile"
22449 ac_config_files
="$ac_config_files dlls/ws2_32/Makefile"
22451 ac_config_files
="$ac_config_files dlls/ws2_32/tests/Makefile"
22453 ac_config_files
="$ac_config_files dlls/wsock32/Makefile"
22455 ac_config_files
="$ac_config_files dlls/wtsapi32/Makefile"
22457 ac_config_files
="$ac_config_files documentation/Makefile"
22459 ac_config_files
="$ac_config_files fonts/Makefile"
22461 ac_config_files
="$ac_config_files include/Makefile"
22463 ac_config_files
="$ac_config_files libs/Makefile"
22465 ac_config_files
="$ac_config_files libs/port/Makefile"
22467 ac_config_files
="$ac_config_files libs/wine/Makefile"
22469 ac_config_files
="$ac_config_files libs/wpp/Makefile"
22471 ac_config_files
="$ac_config_files loader/Makefile"
22473 ac_config_files
="$ac_config_files programs/Makefile"
22475 ac_config_files
="$ac_config_files programs/clock/Makefile"
22477 ac_config_files
="$ac_config_files programs/cmd/Makefile"
22479 ac_config_files
="$ac_config_files programs/cmdlgtst/Makefile"
22481 ac_config_files
="$ac_config_files programs/control/Makefile"
22483 ac_config_files
="$ac_config_files programs/eject/Makefile"
22485 ac_config_files
="$ac_config_files programs/expand/Makefile"
22487 ac_config_files
="$ac_config_files programs/explorer/Makefile"
22489 ac_config_files
="$ac_config_files programs/hh/Makefile"
22491 ac_config_files
="$ac_config_files programs/icinfo/Makefile"
22493 ac_config_files
="$ac_config_files programs/iexplore/Makefile"
22495 ac_config_files
="$ac_config_files programs/msiexec/Makefile"
22497 ac_config_files
="$ac_config_files programs/net/Makefile"
22499 ac_config_files
="$ac_config_files programs/notepad/Makefile"
22501 ac_config_files
="$ac_config_files programs/oleview/Makefile"
22503 ac_config_files
="$ac_config_files programs/progman/Makefile"
22505 ac_config_files
="$ac_config_files programs/reg/Makefile"
22507 ac_config_files
="$ac_config_files programs/regedit/Makefile"
22509 ac_config_files
="$ac_config_files programs/regsvr32/Makefile"
22511 ac_config_files
="$ac_config_files programs/rpcss/Makefile"
22513 ac_config_files
="$ac_config_files programs/rundll32/Makefile"
22515 ac_config_files
="$ac_config_files programs/secedit/Makefile"
22517 ac_config_files
="$ac_config_files programs/services/Makefile"
22519 ac_config_files
="$ac_config_files programs/spoolsv/Makefile"
22521 ac_config_files
="$ac_config_files programs/start/Makefile"
22523 ac_config_files
="$ac_config_files programs/svchost/Makefile"
22525 ac_config_files
="$ac_config_files programs/taskmgr/Makefile"
22527 ac_config_files
="$ac_config_files programs/uninstaller/Makefile"
22529 ac_config_files
="$ac_config_files programs/view/Makefile"
22531 ac_config_files
="$ac_config_files programs/wineboot/Makefile"
22533 ac_config_files
="$ac_config_files programs/winebrowser/Makefile"
22535 ac_config_files
="$ac_config_files programs/winecfg/Makefile"
22537 ac_config_files
="$ac_config_files programs/wineconsole/Makefile"
22539 ac_config_files
="$ac_config_files programs/winedbg/Makefile"
22541 ac_config_files
="$ac_config_files programs/winedevice/Makefile"
22543 ac_config_files
="$ac_config_files programs/winefile/Makefile"
22545 ac_config_files
="$ac_config_files programs/winemenubuilder/Makefile"
22547 ac_config_files
="$ac_config_files programs/winemine/Makefile"
22549 ac_config_files
="$ac_config_files programs/winepath/Makefile"
22551 ac_config_files
="$ac_config_files programs/winetest/Makefile"
22553 ac_config_files
="$ac_config_files programs/winevdm/Makefile"
22555 ac_config_files
="$ac_config_files programs/winhlp32/Makefile"
22557 ac_config_files
="$ac_config_files programs/winver/Makefile"
22559 ac_config_files
="$ac_config_files programs/wordpad/Makefile"
22561 ac_config_files
="$ac_config_files programs/write/Makefile"
22563 ac_config_files
="$ac_config_files programs/xcopy/Makefile"
22565 ac_config_files
="$ac_config_files server/Makefile"
22567 ac_config_files
="$ac_config_files tools/Makefile"
22569 ac_config_files
="$ac_config_files tools/widl/Makefile"
22571 ac_config_files
="$ac_config_files tools/winebuild/Makefile"
22573 ac_config_files
="$ac_config_files tools/winedump/Makefile"
22575 ac_config_files
="$ac_config_files tools/winegcc/Makefile"
22577 ac_config_files
="$ac_config_files tools/wmc/Makefile"
22579 ac_config_files
="$ac_config_files tools/wrc/Makefile"
22582 cat >confcache
<<\_ACEOF
22583 # This file is a shell script that caches the results of configure
22584 # tests run on this system so they can be shared between configure
22585 # scripts and configure runs, see configure's option --config-cache.
22586 # It is not useful on other systems. If it contains results you don't
22587 # want to keep, you may remove or edit it.
22589 # config.status only pays attention to the cache file if you give it
22590 # the --recheck option to rerun configure.
22592 # `ac_cv_env_foo' variables (set or unset) will be overridden when
22593 # loading this file, other *unset* `ac_cv_foo' will be assigned the
22594 # following values.
22598 # The following way of writing the cache mishandles newlines in values,
22599 # but we know of no workaround that is simple, portable, and efficient.
22600 # So, we kill variables containing newlines.
22601 # Ultrix sh set writes to stderr and can't be redirected directly,
22602 # and sets the high bit in the cache file unless we assign to the vars.
22604 for ac_var
in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
22605 eval ac_val
=\$
$ac_var
22609 *_cv_
*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
22610 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
22613 _ | IFS | as_nl
) ;; #(
22614 *) $as_unset $ac_var ;;
22620 case $as_nl`(ac_space=' '; set) 2>&1` in #(
22621 *${as_nl}ac_space
=\
*)
22622 # `set' does not quote correctly, so add quotes (double-quote
22623 # substitution turns \\\\ into \\, and sed turns \\ into \).
22626 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
22629 # `set' quotes correctly as required by POSIX, so do not add quotes.
22630 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
22639 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
22641 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
22643 if diff "$cache_file" confcache
>/dev
/null
2>&1; then :; else
22644 if test -w "$cache_file"; then
22645 test "x$cache_file" != "x/dev/null" &&
22646 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
22647 echo "$as_me: updating cache $cache_file" >&6;}
22648 cat confcache
>$cache_file
22650 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
22651 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
22656 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
22657 # Let make expand exec_prefix.
22658 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
22660 DEFS
=-DHAVE_CONFIG_H
22664 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
22665 # 1. Remove the extension, and $U if already installed.
22666 ac_script
='s/\$U\././;s/\.o$//;s/\.obj$//'
22667 ac_i
=`echo "$ac_i" | sed "$ac_script"`
22668 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
22669 # will be set to the directory where LIBOBJS objects are built.
22670 ac_libobjs
="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
22671 ac_ltlibobjs
="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
22673 LIBOBJS
=$ac_libobjs
22675 LTLIBOBJS
=$ac_ltlibobjs
22679 : ${CONFIG_STATUS=./config.status}
22680 ac_clean_files_save
=$ac_clean_files
22681 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
22682 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
22683 echo "$as_me: creating $CONFIG_STATUS" >&6;}
22684 cat >$CONFIG_STATUS <<_ACEOF
22686 # Generated by $as_me.
22687 # Run this file to recreate the current configuration.
22688 # Compiler output produced by configure, useful for debugging
22689 # configure, is in config.log if it exists.
22692 ac_cs_recheck=false
22694 SHELL=\${CONFIG_SHELL-$SHELL}
22697 cat >>$CONFIG_STATUS <<\_ACEOF
22698 ## --------------------- ##
22699 ## M4sh Initialization. ##
22700 ## --------------------- ##
22702 # Be more Bourne compatible
22703 DUALCASE
=1; export DUALCASE
# for MKS sh
22704 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
22707 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
22708 # is contrary to our usage. Disable this feature.
22709 alias -g '${1+"$@"}'='"$@"'
22710 setopt NO_GLOB_SUBST
22712 case `(set -o) 2>/dev/null` in
22713 *posix
*) set -o posix
;;
22722 # Avoid depending upon Character Ranges.
22723 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
22724 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
22725 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
22726 as_cr_digits
='0123456789'
22727 as_cr_alnum
=$as_cr_Letters$as_cr_digits
22729 # The user is always right.
22730 if test "${PATH_SEPARATOR+set}" != set; then
22731 echo "#! /bin/sh" >conf$$.sh
22732 echo "exit 0" >>conf$$.sh
22734 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
22742 # Support unset when possible.
22743 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
22751 # We need space, tab and new line, in precisely that order. Quoting is
22752 # there to prevent editors from complaining about space-tab.
22753 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
22754 # splitting by setting IFS to empty value.)
22759 # Find who we are. Look in the path if we contain no directory separator.
22761 *[\\/]* ) as_myself
=$0 ;;
22762 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
22763 for as_dir
in $PATH
22766 test -z "$as_dir" && as_dir
=.
22767 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
22773 # We did not find ourselves, most probably we were run as `sh COMMAND'
22774 # in which case we are not to be found in the path.
22775 if test "x$as_myself" = x
; then
22778 if test ! -f "$as_myself"; then
22779 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
22780 { (exit 1); exit 1; }
22783 # Work around bugs in pre-3.0 UWIN ksh.
22784 for as_var
in ENV MAIL MAILPATH
22785 do ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
22793 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
22794 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
22795 LC_TELEPHONE LC_TIME
22797 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
22798 eval $as_var=C
; export $as_var
22800 ($as_unset $as_var) >/dev
/null
2>&1 && $as_unset $as_var
22804 # Required to use basename.
22805 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
22806 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
22812 if (basename -- /) >/dev
/null
2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
22813 as_basename
=basename
22819 # Name of the executable.
22820 as_me
=`$as_basename -- "$0" ||
22821 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
22822 X"$0" : 'X\(//\)$' \| \
22823 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
22825 sed '/^.*\/\([^/][^/]*\)\/*$/{
22844 as_lineno_1
=$LINENO
22845 as_lineno_2
=$LINENO
22846 test "x$as_lineno_1" != "x$as_lineno_2" &&
22847 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" ||
{
22849 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
22850 # uniformly replaced by the line number. The first 'sed' inserts a
22851 # line-number line after each line using $LINENO; the second 'sed'
22852 # does the real work. The second script uses 'N' to pair each
22853 # line-number line with the line containing $LINENO, and appends
22854 # trailing '-' during substitution so that $LINENO is not a special
22855 # case at line end.
22856 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
22857 # scripts with optimization help from Paolo Bonzini. Blame Lee
22858 # E. McMahon (1931-1989) for sed's syntax. :-)
22870 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
22873 ' >$as_me.lineno
&&
22874 chmod +x
"$as_me.lineno" ||
22875 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
22876 { (exit 1); exit 1; }; }
22878 # Don't try to exec as it changes $[0], causing all sort of problems
22879 # (the dirname of $[0] is not the place where we might find the
22880 # original and so on. Autoconf is especially sensitive to this).
22881 .
"./$as_me.lineno"
22882 # Exit status is that of the last command.
22887 if (as_dir
=`dirname -- /` && test "X$as_dir" = X
/) >/dev
/null
2>&1; then
22893 ECHO_C
= ECHO_N
= ECHO_T
=
22894 case `echo -n x` in
22896 case `echo 'x\c'` in
22897 *c
*) ECHO_T
=' ';; # ECHO_T is single tab character.
22904 if expr a
: '\(a\)' >/dev
/null
2>&1 &&
22905 test "X`expr 00001 : '.*\(...\)'`" = X001
; then
22911 rm -f conf$$ conf$$.exe conf$$.
file
22912 if test -d conf$$.dir
; then
22913 rm -f conf$$.dir
/conf$$.
file
22919 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
22921 # ... but there are two gotchas:
22922 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
22923 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
22924 # In both cases, we have to default to `cp -p'.
22925 ln -s conf$$.
file conf$$.dir
2>/dev
/null
&& test ! -f conf$$.exe ||
22927 elif ln conf$$.
file conf$$
2>/dev
/null
; then
22932 rm -f conf$$ conf$$.exe conf$$.dir
/conf$$.
file conf$$.
file
22933 rmdir conf$$.dir
2>/dev
/null
22935 if mkdir
-p .
2>/dev
/null
; then
22938 test -d .
/-p && rmdir .
/-p
22942 if test -x / >/dev
/null
2>&1; then
22943 as_test_x
='test -x'
22945 if ls -dL / >/dev
/null
2>&1; then
22952 if test -d "$1"; then
22958 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
22959 ???[sx]*):;;*)false;;esac;fi
22963 as_executable_p
=$as_test_x
22965 # Sed expression to map a string onto a valid CPP name.
22966 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
22968 # Sed expression to map a string onto a valid variable name.
22969 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
22974 # Save the log message, to keep $[0] and so on meaningful, and to
22975 # report actual input values of CONFIG_FILES etc. instead of their
22976 # values after options handling.
22978 This file was extended by Wine $as_me 1.1.0, which was
22979 generated by GNU Autoconf 2.61. Invocation command line was
22981 CONFIG_FILES = $CONFIG_FILES
22982 CONFIG_HEADERS = $CONFIG_HEADERS
22983 CONFIG_LINKS = $CONFIG_LINKS
22984 CONFIG_COMMANDS = $CONFIG_COMMANDS
22987 on `(hostname || uname -n) 2>/dev/null | sed 1q`
22992 cat >>$CONFIG_STATUS <<_ACEOF
22993 # Files that config.status was made for.
22994 config_files="$ac_config_files"
22995 config_headers="$ac_config_headers"
22996 config_commands="$ac_config_commands"
23000 cat >>$CONFIG_STATUS <<\_ACEOF
23002 \`$as_me' instantiates files from templates according to the
23003 current configuration.
23005 Usage: $0 [OPTIONS] [FILE]...
23007 -h, --help print this help, then exit
23008 -V, --version print version number and configuration settings, then exit
23009 -q, --quiet do not print progress messages
23010 -d, --debug don't remove temporary files
23011 --recheck update $as_me by reconfiguring in the same conditions
23012 --file=FILE[:TEMPLATE]
23013 instantiate the configuration file FILE
23014 --header=FILE[:TEMPLATE]
23015 instantiate the configuration header FILE
23017 Configuration files:
23020 Configuration headers:
23023 Configuration commands:
23026 Report bugs to <bug-autoconf@gnu.org>."
23029 cat >>$CONFIG_STATUS <<_ACEOF
23031 Wine config.status 1.1.0
23032 configured by $0, generated by GNU Autoconf 2.61,
23033 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
23035 Copyright (C) 2006 Free Software Foundation, Inc.
23036 This config.status script is free software; the Free Software Foundation
23037 gives unlimited permission to copy, distribute and modify it."
23044 cat >>$CONFIG_STATUS <<\_ACEOF
23045 # If no file are specified by the user, then we need to provide default
23046 # value. By we need to know if files were specified by the user.
23052 ac_option
=`expr "X$1" : 'X\([^=]*\)='`
23053 ac_optarg
=`expr "X$1" : 'X[^=]*=\(.*\)'`
23064 # Handling of the options.
23065 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
23067 --version |
--versio |
--versi |
--vers |
--ver |
--ve |
--v |
-V )
23068 echo "$ac_cs_version"; exit ;;
23069 --debug |
--debu |
--deb |
--de |
--d |
-d )
23071 --file |
--fil |
--fi |
--f )
23073 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
23074 ac_need_defaults
=false
;;
23075 --header |
--heade |
--head |
--hea )
23077 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
23078 ac_need_defaults
=false
;;
23080 # Conflict between --help and --header
23081 { echo "$as_me: error: ambiguous option: $1
23082 Try \`$0 --help' for more information." >&2
23083 { (exit 1); exit 1; }; };;
23084 --help |
--hel |
-h )
23085 echo "$ac_cs_usage"; exit ;;
23086 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
23087 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
23090 # This is an error.
23091 -*) { echo "$as_me: error: unrecognized option: $1
23092 Try \`$0 --help' for more information." >&2
23093 { (exit 1); exit 1; }; } ;;
23095 *) ac_config_targets
="$ac_config_targets $1"
23096 ac_need_defaults
=false
;;
23102 ac_configure_extra_args
=
23104 if $ac_cs_silent; then
23106 ac_configure_extra_args
="$ac_configure_extra_args --silent"
23110 cat >>$CONFIG_STATUS <<_ACEOF
23111 if \$ac_cs_recheck; then
23112 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
23113 CONFIG_SHELL=$SHELL
23114 export CONFIG_SHELL
23115 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23119 cat >>$CONFIG_STATUS <<\_ACEOF
23123 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23124 ## Running $as_me. ##
23130 cat >>$CONFIG_STATUS <<_ACEOF
23133 cat >>$CONFIG_STATUS <<\_ACEOF
23135 # Handling of arguments.
23136 for ac_config_target
in $ac_config_targets
23138 case $ac_config_target in
23139 "include/config.h") CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
23140 "include/stamp-h") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/stamp-h" ;;
23141 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
23142 "dlls/gdi32/mfdrv") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
23143 "dlls/kernel32/nls") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
23144 "dlls/user32/resources") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/user32/resources" ;;
23145 "dlls/wineps.drv/data") CONFIG_COMMANDS
="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
23146 "include/wine") CONFIG_COMMANDS
="$CONFIG_COMMANDS include/wine" ;;
23147 "Make.rules") CONFIG_FILES
="$CONFIG_FILES Make.rules" ;;
23148 "dlls/Makedll.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makedll.rules" ;;
23149 "dlls/Makeimplib.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Makeimplib.rules" ;;
23150 "dlls/Maketest.rules") CONFIG_FILES
="$CONFIG_FILES dlls/Maketest.rules" ;;
23151 "programs/Makeprog.rules") CONFIG_FILES
="$CONFIG_FILES programs/Makeprog.rules" ;;
23152 "Makefile") CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
23153 "dlls/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/Makefile" ;;
23154 "dlls/acledit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/acledit/Makefile" ;;
23155 "dlls/activeds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/activeds/Makefile" ;;
23156 "dlls/actxprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
23157 "dlls/adsiid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/adsiid/Makefile" ;;
23158 "dlls/advapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/Makefile" ;;
23159 "dlls/advapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
23160 "dlls/advpack/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/Makefile" ;;
23161 "dlls/advpack/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
23162 "dlls/amstream/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/amstream/Makefile" ;;
23163 "dlls/atl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/atl/Makefile" ;;
23164 "dlls/avicap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avicap32/Makefile" ;;
23165 "dlls/avifil32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/avifil32/Makefile" ;;
23166 "dlls/browseui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/Makefile" ;;
23167 "dlls/browseui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
23168 "dlls/cabinet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/Makefile" ;;
23169 "dlls/cabinet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
23170 "dlls/capi2032/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/capi2032/Makefile" ;;
23171 "dlls/cards/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cards/Makefile" ;;
23172 "dlls/cfgmgr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
23173 "dlls/clusapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/clusapi/Makefile" ;;
23174 "dlls/comcat/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/Makefile" ;;
23175 "dlls/comcat/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
23176 "dlls/comctl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/Makefile" ;;
23177 "dlls/comctl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
23178 "dlls/comdlg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
23179 "dlls/comdlg32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
23180 "dlls/compstui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/compstui/Makefile" ;;
23181 "dlls/credui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/Makefile" ;;
23182 "dlls/credui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
23183 "dlls/crtdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crtdll/Makefile" ;;
23184 "dlls/crypt32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/Makefile" ;;
23185 "dlls/crypt32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
23186 "dlls/cryptdlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
23187 "dlls/cryptdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
23188 "dlls/cryptnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
23189 "dlls/cryptnet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
23190 "dlls/cryptui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/cryptui/Makefile" ;;
23191 "dlls/ctapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
23192 "dlls/ctl3d32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
23193 "dlls/d3d10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d10/Makefile" ;;
23194 "dlls/d3d8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/Makefile" ;;
23195 "dlls/d3d8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
23196 "dlls/d3d9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/Makefile" ;;
23197 "dlls/d3d9/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
23198 "dlls/d3dim/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dim/Makefile" ;;
23199 "dlls/d3drm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/Makefile" ;;
23200 "dlls/d3drm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
23201 "dlls/d3dx8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
23202 "dlls/d3dx8/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
23203 "dlls/d3dx9_24/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
23204 "dlls/d3dx9_25/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
23205 "dlls/d3dx9_26/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
23206 "dlls/d3dx9_27/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
23207 "dlls/d3dx9_28/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
23208 "dlls/d3dx9_29/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
23209 "dlls/d3dx9_30/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
23210 "dlls/d3dx9_31/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
23211 "dlls/d3dx9_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
23212 "dlls/d3dx9_33/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
23213 "dlls/d3dx9_34/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
23214 "dlls/d3dx9_35/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
23215 "dlls/d3dx9_36/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
23216 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
23217 "dlls/d3dx9_37/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
23218 "dlls/d3dxof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
23219 "dlls/dbghelp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
23220 "dlls/dciman32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dciman32/Makefile" ;;
23221 "dlls/ddraw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/Makefile" ;;
23222 "dlls/ddraw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
23223 "dlls/ddrawex/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
23224 "dlls/devenum/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/devenum/Makefile" ;;
23225 "dlls/dinput/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/Makefile" ;;
23226 "dlls/dinput/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
23227 "dlls/dinput8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dinput8/Makefile" ;;
23228 "dlls/dmband/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmband/Makefile" ;;
23229 "dlls/dmcompos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
23230 "dlls/dmime/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmime/Makefile" ;;
23231 "dlls/dmloader/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmloader/Makefile" ;;
23232 "dlls/dmscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmscript/Makefile" ;;
23233 "dlls/dmstyle/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
23234 "dlls/dmsynth/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
23235 "dlls/dmusic/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic/Makefile" ;;
23236 "dlls/dmusic32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
23237 "dlls/dnsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
23238 "dlls/dnsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
23239 "dlls/dplay/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplay/Makefile" ;;
23240 "dlls/dplayx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/Makefile" ;;
23241 "dlls/dplayx/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
23242 "dlls/dpnaddr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
23243 "dlls/dpnet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnet/Makefile" ;;
23244 "dlls/dpnhpast/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
23245 "dlls/dpnlobby/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
23246 "dlls/dsound/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/Makefile" ;;
23247 "dlls/dsound/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
23248 "dlls/dssenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dssenh/Makefile" ;;
23249 "dlls/dswave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dswave/Makefile" ;;
23250 "dlls/dwmapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
23251 "dlls/dxdiagn/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
23252 "dlls/dxerr8/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
23253 "dlls/dxerr9/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
23254 "dlls/dxguid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/dxguid/Makefile" ;;
23255 "dlls/faultrep/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/faultrep/Makefile" ;;
23256 "dlls/fusion/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/Makefile" ;;
23257 "dlls/fusion/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
23258 "dlls/gdi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/Makefile" ;;
23259 "dlls/gdi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
23260 "dlls/gdiplus/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
23261 "dlls/gdiplus/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
23262 "dlls/glu32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/glu32/Makefile" ;;
23263 "dlls/gphoto2.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
23264 "dlls/gpkcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
23265 "dlls/hal/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hal/Makefile" ;;
23266 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
23267 "dlls/hid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hid/Makefile" ;;
23268 "dlls/hlink/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/Makefile" ;;
23269 "dlls/hlink/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
23270 "dlls/hnetcfg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
23271 "dlls/iccvid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iccvid/Makefile" ;;
23272 "dlls/icmp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/icmp/Makefile" ;;
23273 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
23274 "dlls/imaadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
23275 "dlls/imagehlp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
23276 "dlls/imm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/Makefile" ;;
23277 "dlls/imm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
23278 "dlls/inetcomm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
23279 "dlls/inetcomm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
23280 "dlls/inetmib1/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
23281 "dlls/inetmib1/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
23282 "dlls/infosoft/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/Makefile" ;;
23283 "dlls/infosoft/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
23284 "dlls/initpki/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/initpki/Makefile" ;;
23285 "dlls/inkobj/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inkobj/Makefile" ;;
23286 "dlls/inseng/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/inseng/Makefile" ;;
23287 "dlls/iphlpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
23288 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
23289 "dlls/itircl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itircl/Makefile" ;;
23290 "dlls/itss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/Makefile" ;;
23291 "dlls/itss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
23292 "dlls/jscript/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/Makefile" ;;
23293 "dlls/jscript/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
23294 "dlls/kernel32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/Makefile" ;;
23295 "dlls/kernel32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
23296 "dlls/localspl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/Makefile" ;;
23297 "dlls/localspl/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
23298 "dlls/localui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/Makefile" ;;
23299 "dlls/localui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
23300 "dlls/lz32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/Makefile" ;;
23301 "dlls/lz32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
23302 "dlls/mapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/Makefile" ;;
23303 "dlls/mapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
23304 "dlls/mciavi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
23305 "dlls/mcicda/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mcicda/Makefile" ;;
23306 "dlls/mciseq/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciseq/Makefile" ;;
23307 "dlls/mciwave/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mciwave/Makefile" ;;
23308 "dlls/midimap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/midimap/Makefile" ;;
23309 "dlls/mlang/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/Makefile" ;;
23310 "dlls/mlang/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
23311 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
23312 "dlls/monodebg.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
23313 "dlls/mountmgr.sys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
23314 "dlls/mpr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mpr/Makefile" ;;
23315 "dlls/mprapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mprapi/Makefile" ;;
23316 "dlls/msacm32.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
23317 "dlls/msacm32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/Makefile" ;;
23318 "dlls/msacm32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
23319 "dlls/msadp32.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
23320 "dlls/mscat32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscat32/Makefile" ;;
23321 "dlls/mscms/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/Makefile" ;;
23322 "dlls/mscms/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
23323 "dlls/mscoree/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mscoree/Makefile" ;;
23324 "dlls/msdmo/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msdmo/Makefile" ;;
23325 "dlls/msftedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msftedit/Makefile" ;;
23326 "dlls/msg711.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
23327 "dlls/mshtml.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
23328 "dlls/mshtml/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/Makefile" ;;
23329 "dlls/mshtml/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
23330 "dlls/msi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/Makefile" ;;
23331 "dlls/msi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
23332 "dlls/msimg32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimg32/Makefile" ;;
23333 "dlls/msimtf/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msimtf/Makefile" ;;
23334 "dlls/msisys.ocx/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
23335 "dlls/msnet32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msnet32/Makefile" ;;
23336 "dlls/msrle32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msrle32/Makefile" ;;
23337 "dlls/mssip32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mssip32/Makefile" ;;
23338 "dlls/msvcirt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
23339 "dlls/msvcr71/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
23340 "dlls/msvcrt/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
23341 "dlls/msvcrt/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
23342 "dlls/msvcrt20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
23343 "dlls/msvcrt40/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
23344 "dlls/msvcrtd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
23345 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
23346 "dlls/msvfw32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
23347 "dlls/msvidc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
23348 "dlls/mswsock/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/mswsock/Makefile" ;;
23349 "dlls/msxml3/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/Makefile" ;;
23350 "dlls/msxml3/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
23351 "dlls/nddeapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
23352 "dlls/netapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/Makefile" ;;
23353 "dlls/netapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
23354 "dlls/newdev/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/newdev/Makefile" ;;
23355 "dlls/ntdll/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/Makefile" ;;
23356 "dlls/ntdll/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
23357 "dlls/ntdsapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
23358 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
23359 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
23360 "dlls/ntprint/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/Makefile" ;;
23361 "dlls/ntprint/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
23362 "dlls/objsel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/objsel/Makefile" ;;
23363 "dlls/odbc32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbc32/Makefile" ;;
23364 "dlls/odbccp32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
23365 "dlls/odbccp32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
23366 "dlls/ole32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/Makefile" ;;
23367 "dlls/ole32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
23368 "dlls/oleacc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleacc/Makefile" ;;
23369 "dlls/oleaut32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
23370 "dlls/oleaut32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
23371 "dlls/olecli32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olecli32/Makefile" ;;
23372 "dlls/oledlg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/oledlg/Makefile" ;;
23373 "dlls/olepro32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olepro32/Makefile" ;;
23374 "dlls/olesvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
23375 "dlls/olethk32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/olethk32/Makefile" ;;
23376 "dlls/opengl32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/Makefile" ;;
23377 "dlls/opengl32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
23378 "dlls/pdh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/Makefile" ;;
23379 "dlls/pdh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
23380 "dlls/powrprof/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/powrprof/Makefile" ;;
23381 "dlls/printui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/printui/Makefile" ;;
23382 "dlls/propsys/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/propsys/Makefile" ;;
23383 "dlls/psapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/Makefile" ;;
23384 "dlls/psapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
23385 "dlls/pstorec/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/pstorec/Makefile" ;;
23386 "dlls/qcap/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qcap/Makefile" ;;
23387 "dlls/qedit/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/Makefile" ;;
23388 "dlls/qedit/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
23389 "dlls/qmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/Makefile" ;;
23390 "dlls/qmgr/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
23391 "dlls/qmgrprxy/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
23392 "dlls/quartz/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/Makefile" ;;
23393 "dlls/quartz/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
23394 "dlls/query/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/query/Makefile" ;;
23395 "dlls/rasapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
23396 "dlls/rasapi32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
23397 "dlls/resutils/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/resutils/Makefile" ;;
23398 "dlls/riched20/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/Makefile" ;;
23399 "dlls/riched20/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
23400 "dlls/riched32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/Makefile" ;;
23401 "dlls/riched32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
23402 "dlls/rpcrt4/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
23403 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
23404 "dlls/rsabase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsabase/Makefile" ;;
23405 "dlls/rsaenh/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
23406 "dlls/rsaenh/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
23407 "dlls/sane.ds/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
23408 "dlls/sccbase/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sccbase/Makefile" ;;
23409 "dlls/schannel/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/Makefile" ;;
23410 "dlls/schannel/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
23411 "dlls/secur32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/Makefile" ;;
23412 "dlls/secur32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
23413 "dlls/security/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/security/Makefile" ;;
23414 "dlls/sensapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sensapi/Makefile" ;;
23415 "dlls/serialui/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/Makefile" ;;
23416 "dlls/serialui/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
23417 "dlls/setupapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/Makefile" ;;
23418 "dlls/setupapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
23419 "dlls/sfc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc/Makefile" ;;
23420 "dlls/sfc_os/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
23421 "dlls/shdoclc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
23422 "dlls/shdocvw/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
23423 "dlls/shdocvw/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
23424 "dlls/shell32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/Makefile" ;;
23425 "dlls/shell32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
23426 "dlls/shfolder/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shfolder/Makefile" ;;
23427 "dlls/shlwapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
23428 "dlls/shlwapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
23429 "dlls/slbcsp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
23430 "dlls/slc/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/slc/Makefile" ;;
23431 "dlls/snmpapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
23432 "dlls/snmpapi/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
23433 "dlls/softpub/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/softpub/Makefile" ;;
23434 "dlls/spoolss/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/Makefile" ;;
23435 "dlls/spoolss/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
23436 "dlls/stdole2.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
23437 "dlls/stdole32.tlb/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
23438 "dlls/sti/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sti/Makefile" ;;
23439 "dlls/strmiids/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/strmiids/Makefile" ;;
23440 "dlls/svrapi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/svrapi/Makefile" ;;
23441 "dlls/sxs/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/sxs/Makefile" ;;
23442 "dlls/tapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/tapi32/Makefile" ;;
23443 "dlls/twain_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/twain_32/Makefile" ;;
23444 "dlls/unicows/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/unicows/Makefile" ;;
23445 "dlls/url/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/url/Makefile" ;;
23446 "dlls/urlmon/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/Makefile" ;;
23447 "dlls/urlmon/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
23448 "dlls/user32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/Makefile" ;;
23449 "dlls/user32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
23450 "dlls/userenv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/Makefile" ;;
23451 "dlls/userenv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
23452 "dlls/usp10/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/Makefile" ;;
23453 "dlls/usp10/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
23454 "dlls/uuid/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uuid/Makefile" ;;
23455 "dlls/uxtheme/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
23456 "dlls/uxtheme/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
23457 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
23458 "dlls/vdmdbg/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
23459 "dlls/version/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/Makefile" ;;
23460 "dlls/version/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/version/tests/Makefile" ;;
23461 "dlls/vmm.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
23462 "dlls/vnbt.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
23463 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
23464 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
23465 "dlls/vwin32.vxd/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
23466 "dlls/w32skrnl/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
23467 "dlls/winealsa.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
23468 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
23469 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
23470 "dlls/winecrt0/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
23471 "dlls/wined3d/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wined3d/Makefile" ;;
23472 "dlls/winedos/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winedos/Makefile" ;;
23473 "dlls/wineesd.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
23474 "dlls/winejack.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
23475 "dlls/winejoystick.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
23476 "dlls/winemp3.acm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
23477 "dlls/winenas.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
23478 "dlls/wineoss.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
23479 "dlls/wineps.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
23480 "dlls/winequartz.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
23481 "dlls/winex11.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
23482 "dlls/wing32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wing32/Makefile" ;;
23483 "dlls/winhttp/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winhttp/Makefile" ;;
23484 "dlls/wininet/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/Makefile" ;;
23485 "dlls/wininet/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
23486 "dlls/winmm/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/Makefile" ;;
23487 "dlls/winmm/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
23488 "dlls/winnls32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winnls32/Makefile" ;;
23489 "dlls/winscard/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winscard/Makefile" ;;
23490 "dlls/winspool.drv/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
23491 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
23492 "dlls/wintab32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintab32/Makefile" ;;
23493 "dlls/wintrust/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/Makefile" ;;
23494 "dlls/wintrust/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
23495 "dlls/wldap32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wldap32/Makefile" ;;
23496 "dlls/wmi/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wmi/Makefile" ;;
23497 "dlls/wnaspi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
23498 "dlls/wow32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wow32/Makefile" ;;
23499 "dlls/ws2_32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
23500 "dlls/ws2_32/tests/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
23501 "dlls/wsock32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wsock32/Makefile" ;;
23502 "dlls/wtsapi32/Makefile") CONFIG_FILES
="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
23503 "documentation/Makefile") CONFIG_FILES
="$CONFIG_FILES documentation/Makefile" ;;
23504 "fonts/Makefile") CONFIG_FILES
="$CONFIG_FILES fonts/Makefile" ;;
23505 "include/Makefile") CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
23506 "libs/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/Makefile" ;;
23507 "libs/port/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/port/Makefile" ;;
23508 "libs/wine/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wine/Makefile" ;;
23509 "libs/wpp/Makefile") CONFIG_FILES
="$CONFIG_FILES libs/wpp/Makefile" ;;
23510 "loader/Makefile") CONFIG_FILES
="$CONFIG_FILES loader/Makefile" ;;
23511 "programs/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/Makefile" ;;
23512 "programs/clock/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/clock/Makefile" ;;
23513 "programs/cmd/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmd/Makefile" ;;
23514 "programs/cmdlgtst/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
23515 "programs/control/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/control/Makefile" ;;
23516 "programs/eject/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/eject/Makefile" ;;
23517 "programs/expand/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/expand/Makefile" ;;
23518 "programs/explorer/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/explorer/Makefile" ;;
23519 "programs/hh/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/hh/Makefile" ;;
23520 "programs/icinfo/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/icinfo/Makefile" ;;
23521 "programs/iexplore/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/iexplore/Makefile" ;;
23522 "programs/msiexec/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/msiexec/Makefile" ;;
23523 "programs/net/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/net/Makefile" ;;
23524 "programs/notepad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/notepad/Makefile" ;;
23525 "programs/oleview/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/oleview/Makefile" ;;
23526 "programs/progman/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/progman/Makefile" ;;
23527 "programs/reg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/reg/Makefile" ;;
23528 "programs/regedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regedit/Makefile" ;;
23529 "programs/regsvr32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/regsvr32/Makefile" ;;
23530 "programs/rpcss/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rpcss/Makefile" ;;
23531 "programs/rundll32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/rundll32/Makefile" ;;
23532 "programs/secedit/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/secedit/Makefile" ;;
23533 "programs/services/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/services/Makefile" ;;
23534 "programs/spoolsv/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/spoolsv/Makefile" ;;
23535 "programs/start/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/start/Makefile" ;;
23536 "programs/svchost/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/svchost/Makefile" ;;
23537 "programs/taskmgr/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/taskmgr/Makefile" ;;
23538 "programs/uninstaller/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/uninstaller/Makefile" ;;
23539 "programs/view/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/view/Makefile" ;;
23540 "programs/wineboot/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineboot/Makefile" ;;
23541 "programs/winebrowser/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winebrowser/Makefile" ;;
23542 "programs/winecfg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winecfg/Makefile" ;;
23543 "programs/wineconsole/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wineconsole/Makefile" ;;
23544 "programs/winedbg/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedbg/Makefile" ;;
23545 "programs/winedevice/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winedevice/Makefile" ;;
23546 "programs/winefile/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winefile/Makefile" ;;
23547 "programs/winemenubuilder/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
23548 "programs/winemine/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winemine/Makefile" ;;
23549 "programs/winepath/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winepath/Makefile" ;;
23550 "programs/winetest/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winetest/Makefile" ;;
23551 "programs/winevdm/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winevdm/Makefile" ;;
23552 "programs/winhlp32/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winhlp32/Makefile" ;;
23553 "programs/winver/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/winver/Makefile" ;;
23554 "programs/wordpad/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/wordpad/Makefile" ;;
23555 "programs/write/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/write/Makefile" ;;
23556 "programs/xcopy/Makefile") CONFIG_FILES
="$CONFIG_FILES programs/xcopy/Makefile" ;;
23557 "server/Makefile") CONFIG_FILES
="$CONFIG_FILES server/Makefile" ;;
23558 "tools/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/Makefile" ;;
23559 "tools/widl/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/widl/Makefile" ;;
23560 "tools/winebuild/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winebuild/Makefile" ;;
23561 "tools/winedump/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winedump/Makefile" ;;
23562 "tools/winegcc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/winegcc/Makefile" ;;
23563 "tools/wmc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wmc/Makefile" ;;
23564 "tools/wrc/Makefile") CONFIG_FILES
="$CONFIG_FILES tools/wrc/Makefile" ;;
23566 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
23567 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
23568 { (exit 1); exit 1; }; };;
23573 # If the user did not use the arguments to specify the items to instantiate,
23574 # then the envvar interface is used. Set only those that are not.
23575 # We use the long form for the default assignment because of an extremely
23576 # bizarre bug on SunOS 4.1.3.
23577 if $ac_need_defaults; then
23578 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
23579 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
23580 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
23583 # Have a temporary directory for convenience. Make it in the build tree
23584 # simply because there is no reason against having it here, and in addition,
23585 # creating and moving files from /tmp can sometimes cause problems.
23586 # Hook for its removal unless debugging.
23587 # Note that there is a small window in which the directory will not be cleaned:
23588 # after its creation but before its name has been assigned to `$tmp'.
23592 trap 'exit_status=$?
23593 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
23595 trap '{ (exit 1); exit 1; }' 1 2 13 15
23597 # Create a (secure) tmp directory for tmp files.
23600 tmp
=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
23601 test -n "$tmp" && test -d "$tmp"
23604 tmp
=.
/conf$$
-$RANDOM
23605 (umask 077 && mkdir
"$tmp")
23608 echo "$me: cannot create a temporary directory in ." >&2
23609 { (exit 1); exit 1; }
23613 # Set up the sed scripts for CONFIG_FILES section.
23616 # No need to generate the scripts if there are no CONFIG_FILES.
23617 # This happens for instance when ./config.status config.h
23618 if test -n "$CONFIG_FILES"; then
23622 # Create sed commands to just substitute file output variables.
23624 # Remaining file output variables are in a fragment that also has non-file
23630 for ac_last_try
in false false false false false
:; do
23631 cat >conf$
$subs.
sed <<_ACEOF
23632 SHELL!$SHELL$ac_delim
23633 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
23634 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
23635 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
23636 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
23637 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
23638 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
23639 exec_prefix!$exec_prefix$ac_delim
23640 prefix!$prefix$ac_delim
23641 program_transform_name!$program_transform_name$ac_delim
23642 bindir!$bindir$ac_delim
23643 sbindir!$sbindir$ac_delim
23644 libexecdir!$libexecdir$ac_delim
23645 datarootdir!$datarootdir$ac_delim
23646 datadir!$datadir$ac_delim
23647 sysconfdir!$sysconfdir$ac_delim
23648 sharedstatedir!$sharedstatedir$ac_delim
23649 localstatedir!$localstatedir$ac_delim
23650 includedir!$includedir$ac_delim
23651 oldincludedir!$oldincludedir$ac_delim
23652 docdir!$docdir$ac_delim
23653 infodir!$infodir$ac_delim
23654 htmldir!$htmldir$ac_delim
23655 dvidir!$dvidir$ac_delim
23656 pdfdir!$pdfdir$ac_delim
23657 psdir!$psdir$ac_delim
23658 libdir!$libdir$ac_delim
23659 localedir!$localedir$ac_delim
23660 mandir!$mandir$ac_delim
23661 DEFS!$DEFS$ac_delim
23662 ECHO_C!$ECHO_C$ac_delim
23663 ECHO_N!$ECHO_N$ac_delim
23664 ECHO_T!$ECHO_T$ac_delim
23665 LIBS!$LIBS$ac_delim
23666 build_alias!$build_alias$ac_delim
23667 host_alias!$host_alias$ac_delim
23668 target_alias!$target_alias$ac_delim
23669 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
23670 build!$build$ac_delim
23671 build_cpu!$build_cpu$ac_delim
23672 build_vendor!$build_vendor$ac_delim
23673 build_os!$build_os$ac_delim
23674 host!$host$ac_delim
23675 host_cpu!$host_cpu$ac_delim
23676 host_vendor!$host_vendor$ac_delim
23677 host_os!$host_os$ac_delim
23678 WIN16_FILES!$WIN16_FILES$ac_delim
23679 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
23680 SET_MAKE!$SET_MAKE$ac_delim
23682 CFLAGS!$CFLAGS$ac_delim
23683 LDFLAGS!$LDFLAGS$ac_delim
23684 CPPFLAGS!$CPPFLAGS$ac_delim
23685 ac_ct_CC!$ac_ct_CC$ac_delim
23686 EXEEXT!$EXEEXT$ac_delim
23687 OBJEXT!$OBJEXT$ac_delim
23689 CXXFLAGS!$CXXFLAGS$ac_delim
23690 ac_ct_CXX!$ac_ct_CXX$ac_delim
23691 CPPBIN!$CPPBIN$ac_delim
23692 TOOLSDIR!$TOOLSDIR$ac_delim
23693 XMKMF!$XMKMF$ac_delim
23695 X_CFLAGS!$X_CFLAGS$ac_delim
23696 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
23697 X_LIBS!$X_LIBS$ac_delim
23698 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
23699 FLEX!$FLEX$ac_delim
23700 BISON!$BISON$ac_delim
23702 ac_ct_AS!$ac_ct_AS$ac_delim
23704 ac_ct_LD!$ac_ct_LD$ac_delim
23706 ac_ct_NM!$ac_ct_NM$ac_delim
23708 ac_ct_AR!$ac_ct_AR$ac_delim
23709 ARFLAGS!$ARFLAGS$ac_delim
23710 RANLIB!$RANLIB$ac_delim
23711 STRIP!$STRIP$ac_delim
23712 WINDRES!$WINDRES$ac_delim
23713 LN_S!$LN_S$ac_delim
23716 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
23718 elif $ac_last_try; then
23719 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23720 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23721 { (exit 1); exit 1; }; }
23723 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
23727 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23728 if test -n "$ac_eof"; then
23729 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
23730 ac_eof
=`expr $ac_eof + 1`
23733 cat >>$CONFIG_STATUS <<_ACEOF
23734 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
23735 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
23736 /^[ ]*@MAKE_RULES@[ ]*$/{
23740 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
23744 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
23745 r $MAKE_IMPLIB_RULES
23748 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
23752 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
23758 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23759 s/^/s,@/; s/!/@,|#_!!_#|/
23762 s/'"$ac_delim"'$/,g/; t
23764 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23765 ' >>$CONFIG_STATUS <conf$
$subs.
sed
23766 rm -f conf$
$subs.
sed
23767 cat >>$CONFIG_STATUS <<_ACEOF
23773 for ac_last_try
in false false false false false
:; do
23774 cat >conf$
$subs.
sed <<_ACEOF
23776 GREP!$GREP$ac_delim
23777 EGREP!$EGREP$ac_delim
23778 LDCONFIG!$LDCONFIG$ac_delim
23779 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
23780 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
23781 INSTALL_DATA!$INSTALL_DATA$ac_delim
23782 LINT!$LINT$ac_delim
23783 LINTFLAGS!$LINTFLAGS$ac_delim
23784 FONTFORGE!$FONTFORGE$ac_delim
23785 PKG_CONFIG!$PKG_CONFIG$ac_delim
23786 RSVG!$RSVG$ac_delim
23787 ICOTOOL!$ICOTOOL$ac_delim
23788 PRELINK!$PRELINK$ac_delim
23789 LIBPTHREAD!$LIBPTHREAD$ac_delim
23790 XLIB!$XLIB$ac_delim
23791 XFILES!$XFILES$ac_delim
23792 OPENGLFILES!$OPENGLFILES$ac_delim
23793 GLU32FILES!$GLU32FILES$ac_delim
23794 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
23795 QUARTZFILES!$QUARTZFILES$ac_delim
23796 DLLEXT!$DLLEXT$ac_delim
23797 DLLFLAGS!$DLLFLAGS$ac_delim
23798 LDSHARED!$LDSHARED$ac_delim
23799 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
23800 LIBEXT!$LIBEXT$ac_delim
23801 IMPLIBEXT!$IMPLIBEXT$ac_delim
23802 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
23803 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
23805 DLLTOOL!$DLLTOOL$ac_delim
23806 DLLWRAP!$DLLWRAP$ac_delim
23807 MINGWAR!$MINGWAR$ac_delim
23808 SECURITYLIB!$SECURITYLIB$ac_delim
23809 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
23810 IOKITLIB!$IOKITLIB$ac_delim
23811 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
23812 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
23813 COREAUDIO!$COREAUDIO$ac_delim
23814 CARBONLIB!$CARBONLIB$ac_delim
23815 CROSSTEST!$CROSSTEST$ac_delim
23816 CROSSCC!$CROSSCC$ac_delim
23817 CROSSWINDRES!$CROSSWINDRES$ac_delim
23818 NASLIBS!$NASLIBS$ac_delim
23819 XML2LIBS!$XML2LIBS$ac_delim
23820 XML2INCL!$XML2INCL$ac_delim
23821 XSLTLIBS!$XSLTLIBS$ac_delim
23822 XSLTINCL!$XSLTINCL$ac_delim
23823 HALINCL!$HALINCL$ac_delim
23824 sane_devel!$sane_devel$ac_delim
23825 SANEINCL!$SANEINCL$ac_delim
23826 gphoto2_devel!$gphoto2_devel$ac_delim
23827 gphoto2port_devel!$gphoto2port_devel$ac_delim
23828 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
23829 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
23830 RESOLVLIBS!$RESOLVLIBS$ac_delim
23831 LCMSLIBS!$LCMSLIBS$ac_delim
23832 ft_devel!$ft_devel$ac_delim
23833 FREETYPELIBS!$FREETYPELIBS$ac_delim
23834 FREETYPEINCL!$FREETYPEINCL$ac_delim
23835 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
23836 ESDCONFIG!$ESDCONFIG$ac_delim
23837 ESDLIBS!$ESDLIBS$ac_delim
23838 ESDINCL!$ESDINCL$ac_delim
23839 ALSALIBS!$ALSALIBS$ac_delim
23840 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
23841 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
23842 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
23843 BUILTINFLAG!$BUILTINFLAG$ac_delim
23844 LDPATH!$LDPATH$ac_delim
23845 CRTLIBS!$CRTLIBS$ac_delim
23846 SOCKETLIBS!$SOCKETLIBS$ac_delim
23847 MAIN_BINARY!$MAIN_BINARY$ac_delim
23848 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
23849 LIBDL!$LIBDL$ac_delim
23850 LIBPOLL!$LIBPOLL$ac_delim
23851 LDAPLIBS!$LDAPLIBS$ac_delim
23852 DEPENDENCIES!$DEPENDENCIES$ac_delim
23853 LIBOBJS!$LIBOBJS$ac_delim
23854 LTLIBOBJS!$LTLIBOBJS$ac_delim
23857 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 80; then
23859 elif $ac_last_try; then
23860 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
23861 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
23862 { (exit 1); exit 1; }; }
23864 ac_delim
="$ac_delim!$ac_delim _$ac_delim!! "
23868 ac_eof
=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
23869 if test -n "$ac_eof"; then
23870 ac_eof
=`echo "$ac_eof" | sort -nru | sed 1q`
23871 ac_eof
=`expr $ac_eof + 1`
23874 cat >>$CONFIG_STATUS <<_ACEOF
23875 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
23876 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
23879 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
23880 s/^/s,@/; s/!/@,|#_!!_#|/
23883 s/'"$ac_delim"'$/,g/; t
23885 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
23886 ' >>$CONFIG_STATUS <conf$
$subs.
sed
23887 rm -f conf$
$subs.
sed
23888 cat >>$CONFIG_STATUS <<_ACEOF
23895 # VPATH may cause trouble with some makes, so we remove $(srcdir),
23896 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23897 # trailing colons and then remove the whole line if VPATH becomes empty
23898 # (actually we leave an empty line to preserve line numbers).
23899 if test "x$srcdir" = x.
; then
23900 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
23901 s/:*\$(srcdir):*/:/
23902 s/:*\${srcdir}:*/:/
23904 s/^\([^=]*=[ ]*\):*/\1/
23910 cat >>$CONFIG_STATUS <<\_ACEOF
23911 fi # test -n "$CONFIG_FILES"
23914 for ac_tag
in :F
$CONFIG_FILES :H
$CONFIG_HEADERS :C
$CONFIG_COMMANDS
23917 :[FHLC
]) ac_mode
=$ac_tag; continue;;
23919 case $ac_mode$ac_tag in
23921 :L
* |
:C
*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
23922 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
23923 { (exit 1); exit 1; }; };;
23924 :[FH
]-) ac_tag
=-:-;;
23925 :[FH
]*) ac_tag
=$ac_tag:$ac_tag.
in;;
23942 -) ac_f
="$tmp/stdin";;
23943 *) # Look for the file first in the build tree, then in the source tree
23944 # (if the path is not absolute). The absolute path cannot be DOS-style,
23945 # because $ac_f cannot contain `:'.
23949 *) test -f "$srcdir/$ac_f" && ac_f
="$srcdir/$ac_f";;
23951 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
23952 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
23953 { (exit 1); exit 1; }; };;
23955 ac_file_inputs
="$ac_file_inputs $ac_f"
23958 # Let's still pretend it is `configure' which instantiates (i.e., don't
23959 # use $as_me), people would be surprised to read:
23960 # /* config.h. Generated by config.status. */
23961 configure_input
="Generated from "`IFS=:
23962 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
23963 if test x
"$ac_file" != x-
; then
23964 configure_input
="$ac_file. $configure_input"
23965 { echo "$as_me:$LINENO: creating $ac_file" >&5
23966 echo "$as_me: creating $ac_file" >&6;}
23970 *:-:* |
*:-) cat >"$tmp/stdin";;
23975 ac_dir
=`$as_dirname -- "$ac_file" ||
23976 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
23977 X"$ac_file" : 'X\(//\)[^/]' \| \
23978 X"$ac_file" : 'X\(//\)$' \| \
23979 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
23981 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
23985 /^X\(\/\/\)[^/].*/{
24000 -*) as_dir
=.
/$as_dir;;
24002 test -d "$as_dir" ||
{ $as_mkdir_p && mkdir
-p "$as_dir"; } ||
{
24006 *\'*) as_qdir
=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
24007 *) as_qdir
=$as_dir;;
24009 as_dirs
="'$as_qdir' $as_dirs"
24010 as_dir
=`$as_dirname -- "$as_dir" ||
24011 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24012 X"$as_dir" : 'X\(//\)[^/]' \| \
24013 X"$as_dir" : 'X\(//\)$' \| \
24014 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
24016 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
24020 /^X\(\/\/\)[^/].*/{
24033 test -d "$as_dir" && break
24035 test -z "$as_dirs" ||
eval "mkdir $as_dirs"
24036 } ||
test -d "$as_dir" ||
{ { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
24037 echo "$as_me: error: cannot create directory $as_dir" >&2;}
24038 { (exit 1); exit 1; }; }; }
24042 .
) ac_dir_suffix
= ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
24044 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24045 # A ".." for each directory in $ac_dir_suffix.
24046 ac_top_builddir_sub
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
24047 case $ac_top_builddir_sub in
24048 "") ac_top_builddir_sub
=. ac_top_build_prefix
= ;;
24049 *) ac_top_build_prefix
=$ac_top_builddir_sub/ ;;
24052 ac_abs_top_builddir
=$ac_pwd
24053 ac_abs_builddir
=$ac_pwd$ac_dir_suffix
24054 # for backward compatibility:
24055 ac_top_builddir
=$ac_top_build_prefix
24058 .
) # We are building in place.
24060 ac_top_srcdir
=$ac_top_builddir_sub
24061 ac_abs_top_srcdir
=$ac_pwd ;;
24062 [\\/]* | ?
:[\\/]* ) # Absolute name.
24063 ac_srcdir
=$srcdir$ac_dir_suffix;
24064 ac_top_srcdir
=$srcdir
24065 ac_abs_top_srcdir
=$srcdir ;;
24066 *) # Relative name.
24067 ac_srcdir
=$ac_top_build_prefix$srcdir$ac_dir_suffix
24068 ac_top_srcdir
=$ac_top_build_prefix$srcdir
24069 ac_abs_top_srcdir
=$ac_pwd/$srcdir ;;
24071 ac_abs_srcdir
=$ac_abs_top_srcdir$ac_dir_suffix
24081 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
24082 *) ac_INSTALL
=$ac_top_build_prefix$INSTALL ;;
24086 cat >>$CONFIG_STATUS <<\_ACEOF
24087 # If the template does not know about datarootdir, expand it.
24088 # FIXME: This hack should be removed a few years after 2.60.
24089 ac_datarootdir_hack
=; ac_datarootdir_seen
=
24091 case `sed -n '/datarootdir/ {
24100 ' $ac_file_inputs` in
24101 *datarootdir
*) ac_datarootdir_seen
=yes;;
24102 *@datadir@
*|
*@docdir@
*|
*@infodir@
*|
*@localedir@
*|
*@mandir@
*)
24103 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
24104 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
24106 cat >>$CONFIG_STATUS <<_ACEOF
24107 ac_datarootdir_hack='
24108 s&@datadir@&$datadir&g
24109 s&@docdir@&$docdir&g
24110 s&@infodir@&$infodir&g
24111 s&@localedir@&$localedir&g
24112 s&@mandir@&$mandir&g
24113 s&\\\${datarootdir}&$datarootdir&g' ;;
24117 # Neutralize VPATH when `$srcdir' = `.'.
24118 # Shell code in configure.ac might set extrasub.
24119 # FIXME: do we really want to maintain this feature?
24120 cat >>$CONFIG_STATUS <<_ACEOF
24124 cat >>$CONFIG_STATUS <<\_ACEOF
24126 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
24127 s
&@configure_input@
&$configure_input&;t t
24128 s
&@top_builddir@
&$ac_top_builddir_sub&;t t
24129 s
&@srcdir@
&$ac_srcdir&;t t
24130 s
&@abs_srcdir@
&$ac_abs_srcdir&;t t
24131 s
&@top_srcdir@
&$ac_top_srcdir&;t t
24132 s
&@abs_top_srcdir@
&$ac_abs_top_srcdir&;t t
24133 s
&@builddir@
&$ac_builddir&;t t
24134 s
&@abs_builddir@
&$ac_abs_builddir&;t t
24135 s
&@abs_top_builddir@
&$ac_abs_top_builddir&;t t
24136 s
&@INSTALL@
&$ac_INSTALL&;t t
24137 $ac_datarootdir_hack
24138 " $ac_file_inputs | sed -f "$tmp/subs-1.
sed" | sed -f "$tmp/subs-2.
sed" >$tmp/out
24140 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
24141 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out
"`; test -n "$ac_out"; } &&
24142 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out
"`; test -z "$ac_out"; } &&
24143 { echo "$as_me:$LINENO: WARNING
: $ac_file contains a reference to the variable \
`datarootdir'
24144 which seems to be undefined. Please make sure it is defined." >&5
24145 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir
'
24146 which seems to be undefined. Please make sure it is defined." >&2;}
24150 -) cat "$tmp/out"; rm -f "$tmp/out";;
24151 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
24160 # Transform confdefs.h into a sed script `conftest.defines', that
24161 # substitutes the proper values into config.h.in to produce config.h.
24162 rm -f conftest.defines conftest.
tail
24163 # First, append a space to every undef/define line, to ease matching.
24164 echo 's/$/ /' >conftest.defines
24165 # Then, protect against being on the right side of a sed subst, or in
24166 # an unquoted here document, in config.status. If some macros were
24167 # called several times there might be several #defines for the same
24168 # symbol, which is useless. But do not sort them, since the last
24169 # AC_DEFINE must be honored.
24170 ac_word_re
=[_
$as_cr_Letters][_
$as_cr_alnum]*
24171 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
24172 # NAME is the cpp macro being defined, VALUE is the value it is being given.
24173 # PARAMS is the parameter list in the macro definition--in most cases, it's
24174 # just an empty string.
24175 ac_dA
='s,^\\([ #]*\\)[^ ]*\\([ ]*'
24176 ac_dB
='\\)[ (].*,\\1define\\2'
24184 s/^[ ]*#[ ]*define[ ][ ]*//
24189 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
24190 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
24191 ' >>conftest.defines
24193 # Remove the space that was appended to ease matching.
24194 # Then replace #undef with comments. This is necessary, for
24195 # example, in the case of _POSIX_SOURCE, which is predefined and required
24196 # on some systems where configure will not decide to define it.
24197 # (The regexp can be short, since the line contains either #define or #undef.)
24199 s,^[ #]*u.*,/* & */,' >>conftest.defines
24201 # Break up conftest.defines:
24202 ac_max_sed_lines
=50
24204 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
24205 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
24206 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
24208 ac_in
='$ac_file_inputs'
24209 ac_out
='"$tmp/out1"'
24210 ac_nxt
='"$tmp/out2"'
24214 # Write a here document:
24215 cat >>$CONFIG_STATUS <<_ACEOF
24216 # First, check the format of the line:
24217 cat >"\$tmp/defines.sed" <<\\CEOF
24218 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
24219 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
24223 sed ${ac_max_sed_lines}q conftest.defines
>>$CONFIG_STATUS
24225 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
24226 ac_in
=$ac_out; ac_out
=$ac_nxt; ac_nxt
=$ac_in
24227 sed 1,${ac_max_sed_lines}d conftest.defines
>conftest.
tail
24228 grep . conftest.
tail >/dev
/null ||
break
24229 rm -f conftest.defines
24230 mv conftest.
tail conftest.defines
24232 rm -f conftest.defines conftest.
tail
24234 echo "ac_result=$ac_in" >>$CONFIG_STATUS
24235 cat >>$CONFIG_STATUS <<\_ACEOF
24236 if test x
"$ac_file" != x-
; then
24237 echo "/* $configure_input */" >"$tmp/config.h"
24238 cat "$ac_result" >>"$tmp/config.h"
24239 if diff $ac_file "$tmp/config.h" >/dev
/null
2>&1; then
24240 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
24241 echo "$as_me: $ac_file is unchanged" >&6;}
24244 mv "$tmp/config.h" $ac_file
24247 echo "/* $configure_input */"
24253 :C
) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
24254 echo "$as_me: executing $ac_file commands" >&6;}
24259 case $ac_file$ac_mode in
24260 "include/stamp-h":C
) echo timestamp
> include
/stamp-h
;;
24261 "dlls/gdi32/enhmfdrv":C
) test -d "dlls/gdi32/enhmfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
24262 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir
"dlls/gdi32/enhmfdrv") ;;
24263 "dlls/gdi32/mfdrv":C
) test -d "dlls/gdi32/mfdrv" ||
({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
24264 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir
"dlls/gdi32/mfdrv") ;;
24265 "dlls/kernel32/nls":C
) test -d "dlls/kernel32/nls" ||
({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
24266 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir
"dlls/kernel32/nls") ;;
24267 "dlls/user32/resources":C
) test -d "dlls/user32/resources" ||
({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
24268 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir
"dlls/user32/resources") ;;
24269 "dlls/wineps.drv/data":C
) test -d "dlls/wineps.drv/data" ||
({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
24270 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir
"dlls/wineps.drv/data") ;;
24271 "include/wine":C
) test -d "include/wine" ||
({ echo "$as_me:$LINENO: creating include/wine" >&5
24272 echo "$as_me: creating include/wine" >&6;} && mkdir
"include/wine") ;;
24278 { (exit 0); exit 0; }
24280 chmod +x
$CONFIG_STATUS
24281 ac_clean_files
=$ac_clean_files_save
24284 # configure is writing to config.log, and then calls config.status.
24285 # config.status does its own redirection, appending to config.log.
24286 # Unfortunately, on DOS this fails, as config.log is still kept open
24287 # by configure, so config.status won't be able to write to it; its
24288 # output is simply discarded. So we exec the FD to /dev/null,
24289 # effectively closing config.log, so it can be properly (re)opened and
24290 # appended to by config.status. When coming back to configure, we
24291 # need to make the FD available again.
24292 if test "$no_create" != yes; then
24294 ac_config_status_args
=
24295 test "$silent" = yes &&
24296 ac_config_status_args
="$ac_config_status_args --quiet"
24298 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
24300 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
24301 # would make configure fail if this is the last instruction.
24302 $ac_cs_success ||
{ (exit 1); exit 1; }
24306 if test "$no_create" = "yes"
24313 if test "x$wine_notices != "x
; then
24315 for msg
in $wine_notices; do
24316 if test -n "$msg"; then
24317 { echo "$as_me:$LINENO: $msg" >&5
24318 echo "$as_me: $msg" >&6;}
24322 for msg
in $wine_warnings; do
24323 if test -n "$msg"; then
24325 { echo "$as_me:$LINENO: WARNING: $msg" >&5
24326 echo "$as_me: WARNING: $msg" >&2;}
24332 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.